body {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol,
li {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    text-align: center;
}

a {
    text-decoration: none !important;
}

a:hover {
    /* color: #0056b3; */
    text-decoration: none !important;
}

.section-padding {
    padding: 50px 0px;
}

.page-section {
    padding: 45px 0;
}

.breadcrumb_section {
    background: #e9e8ee;
    padding: 20px 0;
}

ul.breadcrumb {
    margin: 0;
    padding: 7px 15px;
    border-radius: 0;
    background: white;
    border-left: 5px solid #1f9c53;
}

/* ---------------------------------------------------------- */
/*header-top section*/
/* ---------------------------------------------------------- */
.site-top {
    background: #1f9c53;
    padding: 8px 0;
}

.top-right,
.top-left {
    height: 100%;
    display: flex;
    align-items: center;

}

.top-right ul,
.top-left ul {
    margin: 0;
    list-style: none;
}

.top-left {
    justify-content: flex-start;
}

.top-right {
    justify-content: flex-end;
}

.reg-btn.btn {
    /*background: #ff3a3a;*/
    /*color: #fff;*/
}

.right-nav a {
    font-size: 15px;
    padding: 4px 15px;
    line-height: 1;
    background-image: none;
    background-color: transparent;
    font-weight: 600;
    font-family: roboto;
    border-radius: 0;
    color: #fff;
    margin-right: 8px;
}

.right-nav ul {
    display: flex;
}

.right-nav .login-btn,
.right-nav .nav-link-logout,
.right-nav .reg-btn {
    background-color: #ffffff;
    color: #000;
    border-radius: 30px
}

.userDropdown-container {
    padding-left: 0;
    padding-right: 0;
}

.userDropdown-container .user_name {
    padding-left: 20px;
}

.userDropdown-container .img-profile {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -3px;
}

.userDropdown-container .dropdown-menu a {
    color: #000;
}

/* ---------------------------------------------------------- */
/*header section*/
/* ---------------------------------------------------------- */
.site-header .logo,
.site-header .menu-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .menu-container {
    justify-content: flex-end;
}

.site-header {
    padding: 15px 0;
}
.fixed-header {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff !important;
    z-index: 999 !important;
    box-shadow: 0 1px 3px 0 rgba(32, 33, 36, .28);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    transition: 0.5s ease-out;
}
/* ---------------------------------------------------------- */
/*navigation section*/
/* ---------------------------------------------------------- */
.main-navigation>ul>li {
    float: left;
    position: relative;
    list-style: none;
}

.main-navigation>ul>li>a:hover,
.main-navigation>ul>li>a:focus {
    color: #fff;
    background-color: #000;
}

.main-navigation ul li {
    transition: 0.4s;
    position: relative;
}



.main-navigation>ul>li {
    text-transform: uppercase;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .1);
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .1);
    transition: 0.4s;
}

.main-navigation ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-weight: 600;
    font-family: roboto;
}



.main-navigation>ul>li>a {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.3;
    background-image: none;
    background-color: transparent;
}

/* .main-navigation ul .menu-item-has-children:hover > .sub-menu{
   display: block;
} */
.main-navigation ul li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
    transition: 0.3s;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-navigation ul li:hover>.sub-menu {
    display: block;
    top: 100%;
}

.main-navigation ul>.current-menu-item {
    background-color: #1f9c53;
}

.main-navigation ul li:hover>.sub-menu,
.main-navigation ul ul li:hover>ul.sub-menu {
    transition: 0.3s;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-navigation ul li a:hover,
.main-navigation ul>.current-menu-item>a {
    background-color: #1f9c53;
    color: #fff;
}

.main-navigation ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.main-navigation ul ul ul,
.main-navigation ul ul ul ul {
    position: absolute;
    top: 0 !important;
    left: 100% !important;
}

.main-navigation .sub-menu>li>a {
    /* display: block; */
    padding: 7px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.main-navigation .sub-menu li .ah-icon i {
    transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

span.screen-reader-text {
    display: none;
}

.dropdown-toggle::after {
    /* display: none; */

}

/* ---------------------------------------------------------- */
/*Banner section*/
/* ---------------------------------------------------------- */
.banner-section {
    /* background-image: url("<?php echo base_url('assets/images/home/slide-banner.jpg'); ?>"); */
    background-image: url("../images/home/slide-banner.jpg");
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 8px solid #1f9c53;
}

.banner-container h1 {
    color: #1f9c53;
    font-size: 50px;
    font-weight: 600;
    font-family: roboto;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.banner-container h1 .type-bar {
    font-size: 40px;
}

.banner-container h1 span.color {
    color: #3f2c7a;


}

.banner-container p {
    font-size: 17px;
    text-align: justify;
}

.banner-btn a {
    border: 2px solid #1f9c53;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 4px 15px;
    font-size: 16px;
    color: #1f9c53;
    transition: 0.4s;

}

.banner-btn a:hover {
    background: #3f2c7a;
    color: #ffffff;
    border-color: #3f2c7a;
}

.banner-btn-bottom {
    margin-top: 85px;
}

.banner-btn-bottom a {

    /*font-size: 26px;*/
    border: 2px solid #1f9c53;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 0 12px 12px 0;
    padding: 8px 25px;
    font-size: 20px;
    font-weight: 700;
    color: #1f9c53;
    transition: 0.4s;
    border-left: 12px solid;
    min-width: 240px;
}

.banner-btn-bottom a:hover {
    background: #3f2c7a;
    color: #ffffff;
    border-color: #3f2c7a;
    border-left: 12px solid #1f9c53;
}

.banner-container {
    margin-top: 50px;
}

.banner-container .typed-cursor {
    color: #3f2c7a;
}

/* ---------------------------------------------------------- */
/* video_assessment */
/* ---------------------------------------------------------- */
.video_asmt_section {}

.video_asmt_section .section-title h3 {
    color: #1f9c53;
}

.video_asmt_container {
    background: #f9fdfe;
    padding: 50px 20px;
}

.video_asmt_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_asmt_left,
.video_asmt_right {
    height: 100%;
    padding: 20px;
}

.video_asmt_right {}

.video_asmt_item {

    display: flex;
    margin-bottom: 20px;
}

.video_asmt_item .video_asmt_icon {
    flex: 0 0 23%;
    margin-right: 10px;
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.video_asmt_item .video_asmt_icon img {
    height: 85px;
    width: 85px;
}

.video_asmt_content p {
    text-align: justify;
}

.video_asmt_content h3 {
    font-size: 21px;
    margin-bottom: 15px;
}

.video_asmt_title h2 {
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: capitalize;
}

/* ---------------------------------------------------------- */
/* benefit section */
/* ---------------------------------------------------------- */
.benefit_item {
    display: flex;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 12px #f9fdfe;
    height: 100%;
}

.benefit_item .benefit_icon {
    flex: 0 0 23%;
    margin-right: 10px;
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.benefit_item .benefit_icon img {
    max-width: 70%;
}

.benefit_content h3 {
    font-size: 21px;
}

.benefit_content p {
    text-align: justify;
}

.benefit-section {
    background: #f9fdfe;
}

/* ---------------------------------------------------------- */
/* skill_Section*/
/* ---------------------------------------------------------- */

.skill-section {
    background: #f9fdfe;
}

.skill_item ul.nav-tabs li {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.skill_item .tab-content ul {
    columns: 4;
}

.skill_item .tab-content ul li {
    font-size: 16px;
    padding: 4px;
    font-family: roboto;
}

.skill_item ul.nav-tabs li .nav-link.active {
    background: #fff;
}

.skill_item ul.nav-tabs li .nav-link {
    display: block;
    width: 100%;
    font-size: 17px;
    padding: 12px 8px;
    color: #000000;
    text-transform: uppercase;
    border-radius: 0;
    border-right: 1px solid #dedede;
    font-weight: 600;
    height: 100%;
}

.skill_item #skillTabContent {
    padding: 30px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: 1px solid #fff;
}

/* ---------------------------------------------------------- */
/* hiring section*/
/* ---------------------------------------------------------- */
.hiring-section {
    background: #f9fdfe;
}

.hiring_item ul.nav-tabs li {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.hiring_item .tab-content ul {
    columns: 4;
}

.hiring_item .tab-content ul li {
    font-size: 16px;
    padding: 4px;
    font-family: roboto;
}

.hiring_item ul.nav-tabs li .nav-link.active {
    background: #fff;
}

.hiring_item ul.nav-tabs li .nav-link {
    display: block;
    width: 100%;
    font-size: 17px;
    padding: 12px 8px;
    color: #000000;
    text-transform: uppercase;
    border-radius: 0;
    border-right: 1px solid #dedede;
    font-weight: 600;
    height: 100%;
}

.hiring_item #hiringTabContent {
    /* padding: 30px; */
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: 1px solid #fff;
}

.hiring_content {
    height: 100%;
    display: flex;
    align-items: center;
}

.hiring_content_inner {
    padding: 20px;
}

.hiring_content_inner h1 {}

.hiring_content_inner p {
    text-align: justify;
    font-size: 18px;
}

.hiring_content_btn a {
    margin-top: 20px;
    background: #34a664;
    color: #fff;
    border-radius: 30px;
    padding: 6px 30px;
    font-size: 18px;
    text-transform: capitalize;
    transition: 0.4s;
}

.hiring_content_btn a:hover {
    background: #432d7e;
    padding: 6px 40px;
    color: #fff;
}

/* ---------------------------------------------------------- */
/* skill-group-section*/
/* ---------------------------------------------------------- */
.skill-group-section {
    background: #fff;
}

.skill-group-section .section-title {
   
}

.skill-group {
    padding: 10px;
    background: #1f9c53;
    border-radius: 5px;
    height: 100%;
    transition: 0.4s;
}

.skill-group:hover {
    background: #3f2c7a;
}

.skill-group:hover a {
    color: #fff;
}

.skill-group:hover .skill_count_icon {
    background: #1f9c53;
}

.group-name {
    font-size: 18px;
}

.skill-group a {
    color: #fff;
    text-decoration: none;
}

.skill_count {
    background: #ffffff;
    width: fit-content;
    padding: 5px 15px;
    line-height: 1;
    text-transform: uppercase;
    margin-left: -10px;
    color: #000000;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
}

.skill_count .skill_count_icon {
    background: #3f2c7a;
    height: 25px;
    width: 25px;
    margin-right: 8px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

/* ---------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------- */


/* ---------------------------------------------------------- */
/* footer section */
/* ---------------------------------------------------------- */
.footer-widgets h4 {
    border-bottom: 3px solid #1f9c53;
    padding: 8px 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
}

.widgets-content ul li a {
    
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 8px 0;
    transition: 0.5s;
    color:#000;
}
.widgets-content ul li .footer-icon {
    font-size: 13px;
    margin-right: 8px;
}
.widgets-content ul li a:hover {
    letter-spacing: .5px;
    color:#1f9c53;
}

.footer-widget-section {
    background-image: url("../images/home/footer.jpg");
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.widgets-content.footer-contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}
.widgets-content.footer-contact .footer-icon {
    height: 35px;
    width: 35px;
    font-size: 12px;
    border-radius: 50%;
    padding: 9px;
    background: #e7f4eb;
}
.widgets-content.footer-contact ul li a {
    padding:0px;
}
.widgets-content.footer-contact ul li a:hover {
   letter-spacing:normal;
}
/* ---------------------------------------------------------- */
/*  copyright section */
/* ---------------------------------------------------------- */
.copyright_section {
    background: #1f9c53;
    color: #fff;
    padding: 8px 0;
}

.copyright-text {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    text-transform: none;
    text-align: center;
    font-family: sans-serif;
}

.copyright-text a {
    font-family: inherit;
}

/* ---------------------------------------------------------- */
/* social-media */
/* ---------------------------------------------------------- */
.social-media-container {
    display: inline-block;
    transition: 0.4s;
    padding: 5px 0;
    background: #fff;
}

.social-media-container .social-media a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.4s;
    color: #fff;
    border-radius: 50%;
    margin: 5px;
    float: left;
}

.social-media-container .social-media a i {
    line-height: 35px;
}

.social-media-container .social-media a:nth-child(1) {
    background-color: #4a66a0;
}

.social-media-container .social-media a:nth-child(2) {
    background-color: #25d366;
}

.social-media-container .social-media a:nth-child(3) {
    background-color: #E62117;
}

.social-media-container .social-media a:nth-child(4) {
    background-color: #00acee;
}

.social-media-container .social-media a:nth-child(5) {
    background-color: #DD2A7B;
}

/* .social-media-container .social-media a:nth-child(6) {
			background-color: #d73d32;
		} */

.social-media-container .social-media a:nth-child(6) {
    background-color: #0177b5;
}

.social-media-container .social-media a:nth-child(7) {
    background-color: #0177b5;
}

.social-media-container .social-media a:hover {
    background: #14213d;
}

/* ---------------------------------------------------------- */
/* contact us page css */
/* ---------------------------------------------------------- */

.contact-us-block {
    padding: 30px;
    background: #f6f9ff;
}

.contact-us-block .form-control {
    border-radius: 0;
}

.contact-us-block input.form-control {
    height: 42px;
}

/*-----------------------------------------------------------------------------
    Login Registation  Page
------------------------------------------------------------------------------*/
.login-container h3 {
    text-transform: capitalize;
}
.btn-register,
.btn-login {
    background-color: #1f9c53 !important;
    border-color: #1f9c53 !important;
    font-weight: 700;
    text-transform: capitalize;
}
.btn-warning.link-login,
.btn-warning.link-register {
    background-color: #3f2b79 !important;
    border-color: #402b7b !important;
    font-weight: 700;
    text-transform: capitalize;
    color:#fff;
}
.btn-warning.link-login:hover,
.btn-warning.link-register:hover {
    color:#fff;
}
/*-----------------------------------------------------------------------------
    Start Mobile Menu section
------------------------------------------------------------------------------*/
.mobile-header {
    display: none;
    padding: 8px 0;
    border-bottom: 2px solid #1f9c53;
}

.mobile-btn-toggle {
    font-size: 20px;
    /*border: 1px solid #3f4b52;*/
    border-radius: 5px;
}

.mobile-btn-close {}

.mobile-menu-section {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    transition: 0.5s ease;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 9999;
}

.mobile-menu-footer,
.mobile-menu-header {
    /* background: #e8e8e8;
    padding: 5px 10px; */
}

.mobile-menu-header {
    margin-bottom: 10px;
}

.mobile-menu-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4444;
    margin-bottom: 10px;
}

.mobile-menu-container {
    background-color: #fff;
    padding: 10px;
    height: 100%;
    width: 80%;
    z-index: 9999999;
    position: relative;

}

.mobile-menu {
    overflow: auto;
    height: 100%;
}

.mobile-menu ul li {
    position: relative;
    float: left;
    width: 100%;
    transition: .4s;
}

/*mobile nav------------ */
.mobile-menu ul li a {
    color: #2d2a2a;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    font-family: roboto;
    display: block;
    padding: 12px 10px;
    width: 100%;
}

.mobile-menu ul li:hover {
    background-color: #eaeded;
    color: #111;
}

.mobile-menu>ul>li:hover {
    border-left: 4px solid #ca0815;
}

.mobile-menu>ul>li {
    border-left: 4px solid transparent;
}

.mobile-menu ul>li {
    border-bottom: 1px solid #dedede;
}

.mobile-menu ul li {
    /*border-bottom: 1px solid #dedede;*/
    position: relative;
    float: left;
    width: 100%;
    transition: 0.4s;
}

.mobile-menu ul li:last-child {
    border-bottom: none;
}

.mobile-menu ul ul.sub-menu,
.mobile-menu ul ul ul.sub-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    overflow-y: hidden;
    transition: 0.5s;
    /* height: 0; */
}

.mobile-menu .menu-item-has-children>a {
    /* margin-right: 50px; */
}

.nav-in>.sub-menu {
    display: block !important;
}

.mobile-menu ul li .ah-icon {
    font-size: 20px;
    /* background: #666; */
    /* color: #fff; */
    /* border: 1px solid #6a6d71; */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ancestor-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* user */
.mobile-menu-section .user {
    /* padding: 5px 10px; */
    font-weight: 600;
    text-transform: capitalize;
    background: #e8e8e8;
    padding: 5px 10px;
}

.mobile-menu-section .user img {
    height: 45px;
    width: 45px;
}

.mobile-header-menu.btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f9c53;
}

.btn-close-position {
    position: absolute;
    left: 100%;
    z-index: 9999;
    background: #040404;
    border-radius: 0;
    color: #fff;
}
.btn-close-position.btn {
    border-radius: 0;
}

.btn-close-position:hover {
    color: #fff;
}
.mobile-menu .nav-in>.dropdown-menu {
    position: relative !important;
    top: 0 !important;
    z-index: 0 !important;
    /* display: block !important; */
    float: left;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: inherit;
    color: #212529;
    border: 0;
    border-radius: 0;
    transform: none !important;

}

.mobile-menu .nav-in>.dropdown-menu.shadow {
    box-shadow: unset !important;
}

.mobile-menu .userDropdown-container .user_name {
    padding-left: 20px;
    margin-left: 15px;
}

.mobile-menu #userDropdown {
    display: flex;
    align-items: center;
}

.mobile-menu .img-profile {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: auto;
}

/* ---------------------------------------------------------- */
/* meadia query css */
/* ---------------------------------------------------------- */
@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }

}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }

}

@media (min-width: 1800px) {
    .container {
        max-width: 1500px;
    }

}
@media (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
    /*----header top----*/
    .right-nav a {
        font-size: 13px;
    }

    /* banner */

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .site-header,
    .site-top {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    /* skil section */
    .hiring_item ul.nav-tabs li .nav-link,
    .skill_item ul.nav-tabs li .nav-link {
        font-size: 15px;
        padding: 11px 6px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Extra small devices (portrait phones, less than 640px) */
@media (max-width:640px) {

    .hiring_item ul.nav-tabs li .nav-link,
    .skill_item ul.nav-tabs li .nav-link {
        font-size: 14px;
        padding: 7px 6px;
    }

    .hiring_content_inner h1 {
        font-size: 26px !important;
    }

    .hiring_content_inner p {
        font-size: 16px;
    }

    .skill_item .tab-content ul {
        columns: 3;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Extra small devices (portrait phones, less than 450px) */
@media (max-width:450px) {
    .skill_item .tab-content ul {
        columns: 2;
    }
}

/* Extra small devices (portrait phones, less than 350px) */
@media (max-width:350px) {}