:root {
    --pri-color: #FF8B17;
    --sec-color: #157F8A;
    --transition: 0.3s ease-in;
    --color-white: #ffffff;
}


#wrapper-navbar {
    background-color: #fff;
    transition: 0.3s ease-in;
}

.sticky-header {
    position: fixed;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    z-index: 10;
    box-shadow: 0 0 5px 0px #00000047;
}

.space-p-t {
    padding-top: 80px;
}

.space-p-b {
    padding-bottom: 80px;
}

.space-p-tb {
    padding: 80px 0;
}

.space-m-t {
    margin-top: 80px;
}

.space-m-b {
    margin-bottom: 80px;
}

.space-m-tb {
    margin: 80px 0;
}

nav#main-nav {
    padding: 2px 0;
    z-index:10;
}

#main-nav .dropdown-menu a {
    font-size: 14px;
}

.ctm-img-cont h3 {
    font-size: 22px;
}

.ctm-img-cont p {
    font-size: 14px;
    line-height: 1.4;
}

.custom-logo-link {
    max-width: 260px;
    padding: 0;
    flex:1 0 260px;
    margin-right: 10px;
}

/*Slick Slider issue fixed*/
.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
}

/*Slick Slider issue fixed*/
.ctm-bg-blue {
    background-color: var(--pri-color);
}

.dd-2-col .dropdown-menu {
    width: 30rem;
    left: 50% !important;
    transform: translateX(-50%);
}

.dd-2-col .dropdown-menu ul {
    padding-left: 0;
    list-style: none;
}


.dropdown .dropdown-menu li {
    border-bottom: 1px solid #e7e7e7;
}

.dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown .dropdown-menu {
    padding: 0;
}

/*MM Menu*/

/*Menu 2 col sec CTA*/

.menu-cta {
    background-color: #881626;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    color: #fff;
}

.cta-msnu-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 7px;
}

.cta-menu-cont p {
    font-size: 12px;
    margin-bottom: 0;
    line-height:1.4;
}

.cta-menu-btn-holder {
    flex: 1 0 120px;
    max-width: 120px;
}

.cta-menu-btn {
    transition: 0.3s ease-in-out;
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    text-align: center;
    text-decoration:none;
}


.cta-menu-btn:hover {
    background-color: #000;
    color: #fff;
}

/*Menu 2 col sec CTA End*/

nav-link:focus, .nav-link:hover {
    color: var(--pri-color);
}

.mega-menu .nav-link.active{
    color: #fff;
    background-color: var(--pri-color);
    border-radius:0;
}

.mega-menu .nav-link:hover {
    color: #fff;
    background-color: var(--pri-color);
    border-radius: 0;
}

.ctm-img-holder {
    max-width: 320px;
}


.ctm-img-holder img{
    width: 100%;
}


.mm-title {
    font-size: 23px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .mm-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 2px;
        background-color: var(--pri-color);
    }

.mm-inner-title {
    font-weight: 600;
    font-size: 20px;
}

.mm-inner-menu {
    list-style: none;
    padding-left: 0;
}

    .mm-inner-menu li a {
        text-decoration: none;
        display: flex;
        gap: 8px;
        color: #222;
        border-bottom: 1px solid #ccc;
        padding: 2px 5px;
    }

.mm-cta-box {
    display: flex;
    align-items: center;
    gap: 22px;
}

.mm-cta-btn {
    background-color: var(--pri-color);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease-in;
}

    .mm-cta-btn:hover {
        background-color: #000;
        color: #fff;
    }

.mm-inner-menu li a:hover {
    background-color: var(--pri-color);
    color: #fff;
}

#main-nav .navbar-nav .dropdown-item:hover, #main-nav .navbar-nav .dropdown-item:focus {
    background-color: var(--pri-color);
    color: #fff;
}
/*MM Menu end*/

/*.mini-title{
    color: var(--pri-color);
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}*/

.resourse-mindBox p {
    margin-bottom:0;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222222;
    font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.ctm-mian-title {
    font-size: 45px;
    color: #222222;
    font-weight: normal;
    line-height: 1.2;
}

.ctm-mian-title-md {
    font-size: 35px;
    color: #222222;
    font-weight: normal;
    line-height: 1.2;
}
.ctm-mian-title-sm {
    font-size: 24px;
}

.ctm-big-font {
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.ctm-image-holder {
    position:relative;
}



/* Mian Navigation Header */

.mnav-opp-holder {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 1px;
    flex: 1 0 260px;
    max-width: 200px;
    justify-content: flex-end;
}

.mian-header-search, .slide-left-btn{
    color: #000;
}

.main-header-btn {
    background-color: var(--pri-color);
    text-decoration: none;
    color: #000000;
    padding: 4px 35px 4px 5px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border: 1px solid var(--pri-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-header-btn span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.main-header-btn:hover {
    background-color: #163a54;
    color: #fff;
    border: 1px solid #163a54;
}

.main-header-btn:hover span{   
    color: var(--pri-color);    
}


.nav-link{
    color: #000;
}

#main_nav .navbar-nav {
    gap:20px;
}

/* Mian Navigation Header end*/



.prog-inner-banner {
    min-height: 375px;
}

.bg-pri {
    background-color: var(--pri-color);
}

.bg-sec {
    background-color: var(--sec-color);
}

.bg-light-sec {
    background-color: #F9F9F9;
}

/*Homepage banner*/
.banner-ring {
    width: 400px;
    height: 400px;
    background-color: transparent;
    border: 45px solid var(--pri-color);
    border-radius: 50%;
    position: absolute;
    right: -200px;
    top: -180px;
}

.mian-banner {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height:100vh;
}

.banner-form {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-form-head {
    background-color: var(--sec-color);
    color: #fff;
    text-align: center;
    padding: 25px 15px;
}

.banner-form-head h3 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom:0;
}

.banner-form-body {
    padding: 31px 18px;
}

.banner-form-body input {
    height: 55px;
    border-radius: 12px;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.banner-form-body input:focus {
    border-color: var(--pri-color);
    box-shadow: 0 0 0 .25rem rgba(255,139,23,.25);
}

.banner-head h3{
    margin-bottom:0;
}

.bg-title {
    background-color: var(--pri-color);
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #F5F5F5;
    text-shadow: 18px 18px 20px rgba(0, 0, 0, 0.25);
    padding: 0 12px;
    margin-bottom: 14px;
}

.banner-mini-title {
    font-weight: 600;
    font-size: 33px;
    line-height: 1;
    text-transform: uppercase;
    color: #090909;
    display: block;
}

.banner-mian-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    color: #FF8B17;
    margin-bottom: 0;
}

.banner-sub-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 53px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 14px;
}

.mian-banner-btn {
    background-color: var(--sec-color);
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.mian-banner-btn:hover {
    background-color: #163a54;
    color: #fff;
}

.ctm-green-box {
    text-align: center;
}

/*Banner form*/

.bf-btn {
    background-color: var(--pri-color);
    padding: 15px 35px;
    border: 1px solid var(--pri-color);
    border-radius: 10px;
    transition:0.3s ease-in;
}

.bf-btn:hover {
    background-color: #163a54;
    border-color: #163a54;
    color: #fff;
}

/*Banner form End*/

/*Homepage banner end*/

/*Overlay-boxes*/

.overlay-boxes {
    min-height: 428px;
    color: #fff;
    padding: 40px 30px;
    border-radius: 80px 0px 80px 0px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.overlay-boxes:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000c2;
    position: absolute;
    left: 0;
    top: 0;
}

.ol-box-cont {
    position: relative;
    z-index: 1;
}

.ol-box-btn {
    text-decoration: none;
    padding: 8px 15px;
    background-color: var(--pri-color);
    border-radius: 11px;
    color: #000;
    display: inline-block;
    margin-top: 10px;
    transition:0.3s ease-in;
}

.ol-box-btn:hover {
    background-color:#fff;
    color:#000;
}

.ol-box-cont h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
}

.ol-box-cont p {
    font-size: 14px;
}

/*Overlay-boxes End*/


/*Green Boxes*/

.ctm-green-box {
    text-align: center;
    background-color: var(--sec-color);
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.ctm-green-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.ctm-green-box h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.ctm-green-box-cont {
    padding:15px 10px;
}

/*Green Boxes end*/


/*Icon boxes*/

.ctm-icon-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 15px;
    text-align: center;
}

.ctm-icon-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 15px 40px;
    text-align: center;
    min-height: 346px;
    font-size: 14px;
    position: relative;
}

.ctm-icon-box h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.icon-box-btn {
    padding: 8px 21px;
    background-color: var(--pri-color);
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 116px;
    margin: 0 auto;
    bottom: -15px;
    transition:0.3s ease-in;
}

.icon-box-btn:hover {
    background-color: #163a54;
    color:#fff;
}

.ctm-icon-box img {
    margin-bottom: 10px;
}


/*Icon boxes End*/


/*Circle Icon Box*/

.circle-icon-box {
    background: linear-gradient(61deg,rgba(255, 255, 255, 1) 61%, rgba(19, 108, 123, 1) 61%);
    width: 324px;
    height: 324px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    transition:0.3s ease-in;
    
}
/*
    .circle-icon-box:hover {

      transform:rotate(360deg);
    }*/

/*.circle-icon-box:hover .inner-circle {
    transform: rotate(-360deg);
}*/


.inner-circle {
    background-color: #fff;
    width: 89%;
    height: 89%;
    border: 7px solid var(--pri-color);
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 0px 6px #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    transition: 0.3s ease-in;
}

.inner-circle .ctm-numbers {
    font-size: 42px;
    margin-top: 16px;
    font-weight: 600;
}

.inner-circle h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px;
}

.inner-circle p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin-bottom:0;
}

.ctm-step-no {
    width: 40px;
    height: 40px;
    background-color: #ff8b17;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    font-weight: 500;
    font-size: 28px;
}

.inner-circle-cont {
    min-height:170px;
}



/*Circle Icon Box End*/


/*CTA Section*/

.cta-box-btn {
    padding: 8px 21px;
    background-color: var(--pri-color);
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    transition: 0.3s ease-in;
}

.cta-box-btn:hover {    
    background-color: #fff;
    color: #000;
}

.cta-holder {
    min-height: 500px;
    display: flex;
    align-items: center;    
    border-radius: 20px;
    background-size:cover;
    background-position:center right;
    position:relative;
    padding:40px;
    z-index:1;
    overflow:hidden;
    color:#fff;
}

.cta-holder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #016171 39.9%, rgba(115, 115, 115, 0) 100%);
    z-index:-1;
}

.cta-list {
    margin-bottom: 0;
    padding-left:18px;
}

.cta-list li{
    font-weight: 400;
    font-size: 14px;
    line-height: 45px;
}

/* CTA Section End */


/*Testimonials*/

.ctm-tm-box {
    background-color: var(--sec-color);
    min-height: 266px;
    border-radius: 20px;
    position: relative;
    padding: 20px 40px;
    text-align: center;
    margin-top: 40px;
}

.tm-quote {
    width: 100px;
    height: 100px;
    background-color: #ff8b17;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    border-radius: 100%;
    border: 10px solid #157f8a;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0px;
    top: -30px;
    margin: auto;
}

.tm-cont {
    padding-top: 60px;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color:#fff;
}

.user-meta-holder {
    display: flex;
    gap: 10px;
    text-align: left;
    margin-top: 25px;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.user-meta-holder span{
    display: block;    
}

.tm-user-name {
    font-size: 14px;
    line-height: 1;
}

.tm-user-desig {
    font-size: 12px;
}

/* the slides */
.ctm-tm-slider .slick-slide {
    margin: 0 10px;
}
/* the parent */
.ctm-tm-slider .slick-list {
    margin: 0 -10px;
}

.ctm-arrows {
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: var(--pri-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease-in;
    color: #fff;
}

.ctm-arrows:hover {
    background-color:#000;
    color:#fff;
}
.ctm-prev {
    position: absolute;
    left: -54px;
    top: 0;
    bottom: 0;
}

.ctm-next {
    position: absolute;
    right: -54px;
    top: 0;
    bottom: 0;
}


/*Testimonials End*/





/*Testimonials*/

.ctm-tm-box-white {
    background-color:#fff;
    min-height: 266px;
    border-radius: 20px;
    position: relative;
    padding: 20px 40px;
    text-align: center;
    margin-top: 40px;
}

.tm-quote-white {
    width: 100px;
    height: 100px;
    background-color: #ff8b17;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    border-radius: 100%;
    border: 10px solid #fff;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0px;
    top: -30px;
    margin: auto;
}

.tm-cont-white {
    padding-top: 60px;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #919191;
}

.user-meta-holder-white {
    display: flex;
    gap: 10px;
    text-align: left;
    margin-top: 25px;
    justify-content: center;
    color: #000;
    align-items: center;
}

.user-meta-holder-white span {
    display: block;
}

.tm-user-name-white {
    font-size: 14px;
    line-height: 1;
}

.tm-user-desig-white {
    font-size: 12px;
}


.ctm-arrows-white {
    margin: auto;
    width: 40px;
    height: 40px;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease-in;
    color: #000;
}

.ctm-arrows-white:hover {
    background-color: var(--pri-color);
    color: #fff;
}

.ctm-prev-white{
    position: absolute;
    left: -54px;
    top: 0;
    bottom: 0;
}

.ctm-next-white {
    position: absolute;
    right: -54px;
    top: 0;
    bottom: 0;
}


/*Testimonials End*/



/*FAQS*/


:root {
    --primary-color: #B9FF66;
    --secondary-color: #CBCFD9;
    --body-color: #F3F3F3;
}


.working-process .accordion-item {
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    overflow: hidden;
    /* padding: 20px; */
    background-color:#fff;
}

.working-process .accordion-item .accordion-button {
    background-color: #fff;
    padding: 12px 20px;
}

.working-process .accordion-item .accordion-collapse.collapse.show, .working-process .accordion-item .accordion-collapse.collapse.show {    
    transition: all 0.2s ease-in-out;
}

.working-process .accordion-item .accordion-button:not(.collapsed) {
    color: #000;
    font-size:22px;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
}

.working-process .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.working-process .accordion-item .accordion-collapse .accordion-body {
    padding: 12px 20px;
    padding-top: 0;
    font-size:14px;
}

.accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    content: "\2b";
    height: 35px;
    width: 35px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #CBCFD9;
    background-color: #CBCFD9;
    color: #FFF;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    background-color:var(--pri-color);
    color:#000;
}

.working-process .accordion-item .collapsing {
    transition: all 0.3s ease-in-out;
}
/*FAQS End*/


.ctm-mian-title {
    font-weight: 600;
    font-size: 42px;
    color: #000000;

}

.cta-holder h4{
    font-size:38px;
    color:#fff;
}
/*Inner banner*/
.ctm-inner-banner {
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    position:relative;
    overflow:hidden;
}

.gallery-img {
    border: 4px solid var(--pri-color);
    border-radius: 8px;
}

.inner-banner-cont {
    margin-bottom: 50px;
    position:relative;
}

.inner-banner-title {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color:#000;
}

.inner-banner-gallery {
    display: flex;
    gap: 50px;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.ctm-inner-banner:after {
    content: "";
    width: 100%;
    height: 30px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

#ctm-breadcrumb .breadcrumb-item a {
    color: var(--color-white);
}

#ctm-breadcrumb .breadcrumb-path {
    color: var(--color-white);
}

#ctm-breadcrumb .breadcrumb-item.active {
    color: var(--color-white);
}

#ctm-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-white);
}
/*Inner banner End*/



/*About Us page*/

.ab-img-holder {
    position: relative;
    border-bottom: 18px solid var(--pri-color);
    text-align: center;
    min-height: 394px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ab-box-center {
    margin-top: 70px;
}

.ab-img-holder:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #F9F9F9;
    z-index: -1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 0 0;
}

.ab-box-cont {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 0 0;
    padding: 40px;
    background-color: #F9F9F9;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 0px 0px 10px 10px;
}

.mv-head {
    text-align: center;
    max-width:258px;
    margin:0 auto;
}

.mv-line {
    width: 100%;
    display: block;
    height: 2px;
    background-color: #016171;
}

.mv-title {
    display: inline-block;
    padding: 11px 27px;
    background-color: #016171;
    border-radius: 9px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
}

.mv-icon img {
    max-width: 30px;
}

.mv-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #ff8b17;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -12px;
}

.mv-cont {
    font-size: 14px;
    border: 1px solid #016171;
    border-radius: 10px;
    padding: 25px 40px 32px;
    margin-top: 20px;
    position: relative;
    min-height: 225px;
}

.mv-cont:after {
    content: "";
    height: 4px;
    width: 40%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #016171;
}

/*About Us page end*/


/*Accriditation Critaria*/

.tabing-ses .nav-pills .nav-link {
    color: #fff;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    padding: 12px 28px;
    background-color: var(--pri-color);
    flex: 1 0 200px;
    max-width: 200px;
}

.tabing-ses .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--sec-color);        
    border-radius: 10px;
}

.tabing-ses img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-content .tabing-list {
    padding: 0;    
    margin-bottom:0;
}

.tab-content .tabing-list-right {
    padding: 0;
}

    .tab-content .tabing-list li {
        list-style: none;
        border-bottom: 1px dashed #000;
        margin-bottom: 30px;
        padding-bottom: 15px;
        padding-left: 35px;
        position: relative;
    }

    .tab-content .tabing-list li:last-child {
        margin-bottom:0;
    }

    .tab-content .tabing-list li::before {
        content: "\f058";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 0px;
        color: #0B4D6D;
        font-size: 24px;
    }

    .tab-content .tabing-list li span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #000;
        margin-bottom: 5px;
    }

    .tab-content .tabing-list li p {
        font-size:14px;
        font-weight: 400;       
        margin: 0;
    }


/*Accriditation Critaria End*/


/*Accriditation Page*/

.ctm-gr-icon-box {
    background-color: var(--sec-color);
    color: #fff;
    padding:20px 20px;
    min-height: 360px;
    border-radius: 20px;
    font-size:14px;
}

.ctm-gr-icon-box h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
}

.ctm-gr-icon-box img {
    margin-bottom: 12px;
}


.ctm-btn-arrow {
    padding: 16px 26px;
    background-color: var(--pri-color);
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    align-items: center;  
    transition:0.3s ease-in;
}

.ctm-btn-arrow:hover {
    background-color: #163a54;
    color: #fff;
}

.ctm-img-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    min-height: 460px;
}

.ctm-img-box img {
    margin-bottom: 15px;
    border-radius: 20px;
}

.ctm-img-box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.ctm-img-box p {
    margin-bottom:0;
    font-size:14px;
}


/*Counter*/

.counter-box {
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.counter-box h4 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.3;
}

.counter-box span {    
    font-size: 16px;
    line-height: 1.5;
}

/*Counter End*/


/*Accriditation End*/


/*Accriditation Process*/
.num-box {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 20px;
    min-height: 329px;
}

.num-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.num-box p {    
    font-size: 14px;
    margin-bottom:0;
}

.numb-no {
    background-color: var(--pri-color);
    color: #fff;
    padding: 4px 18px;
    display: inline-block;
    border-radius: 9px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 22px;
}

/*Accriditation Process End*/


/*Accriditation List Institute*/

.fl-label {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}


.filter-form input {
    height: 60px;
    border-radius: 20px;
    padding: 0 15px;
}


.uci-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    display: block;
}

.acc-renewal-form {
    max-width: 450px;
    padding: 44px 0;
}

.acc-renewal-form input.form-control {
    height: 44px;
    border-radius: 10px;
}

.acc-renewal-form textarea {
    border-radius: 10px;
}

.acc-form-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.acc-submit-btn {
    background-color: var(--pri-color);
    border: 1px solid var(--pri-color);
    padding: 10px 53px;
    border-radius: 30px;
    color: #fff;
}

.acc-form-title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.acc-form-title p {
    margin-bottom: 0;
    font-size: 14px;
}

.acc-form-title {
    margin-bottom: 18px;
}
/*Accriditation List Institute end*/

.tc-inner-banner {
    display: flex;
    align-items:center;
    min-height:550px;
}

.pp-title {
    font-size: 28px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
}


/*Contact Us Page*/

.ctm-contact-form {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(99, 90, 217, 0.07);
    border-radius: 18px;
}

.ctm-contact-form input, .ctm-contact-form textarea {
    background-color: #ECF8FF;
    border-radius: 10px;
    margin-bottom: 15px;
}

.ctm-contact-form input {
    height: 52px;
    border-color: #ECF8FF;
    padding:0px 20px;
}

.ctm-contact-form textarea{
    height: 200px;
    border-color: #ECF8FF;
    padding:20px;
}

.cp-title {
    color: var(--pri-color);
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 30px;
}

.cf-cp-btn {
    display:flex;
    gap:2px;
    background-color:transparent;
    border:none;
    align-items:center;
    margin-top:25px;
}

.cf-cp-btn .cp-text {
    border: 1px solid #ECF8FF;
    background-color: #ECF8FF;
    padding: 13px 30px;
    border-radius: 50px;
}

.cp-arrow {
    flex: 1 0 45px;
    height: 45px;
    background-color: #ff8b17;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transform: rotate(-40deg);
    color: #FFF;
}

.cp-contact-info {
    background-color: var(--pri-color);
    color: #fff;
    padding: 20px 20px;
    position: relative;
    /*margin: 0 40px;*/
}

.cp-contact-info:before {
    content: "";
    border: 20px solid #D07113;
    position: absolute;
    left: -40px;
    top: 0;
    border-top-color: transparent;
    border-left-color: transparent;
}

    .cp-contact-info:after {
        content: "";
        border: 20px solid #D07113;
        position: absolute;
        right: -40px;
        top: 0;
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .cp-contact-info h3 {
        color: #fff;
        padding-bottom: 8px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
    }

    .cp-info-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .cp-info-list li {
        border-top: 1px solid #ffffff4f;
        padding: 20px 0;
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .cp-info-list li:last-child {
        padding-bottom:0;
    }

    .cp-sb-icon {
        flex: 1 0 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 40px;
        background-color: #ffffff26;
        border-radius: 50px;
    }

    /*Contact Us Page end*/
    /* Footer Style */
    .footer-logo-holder {
        margin-bottom: 20px;
    }

.cf-info {
    display: flex;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    gap: 15px;
    align-items: flex-start;
}
.uci-filter-box {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    min-height: 318px;
}

.uci-title-holder {
    margin-bottom: 14px;
}

.uci-cont {
    max-width: 85%;
}

.uci-cont p {
    margin-bottom: 0;
    font-size: 14px;
    color: #B4B4B4;
}

.uci-img-holder {
    width: 228px;
    height: 80px;
    border: 1px solid #016171;
    border-radius: 20px;
    margin-bottom: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foo-btn h6 {
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom:65px;
}
.foo-btn-holder{
    position:relative;
}
    .foo-btn-holder span {
        background-color: #E38213;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        POSITION: ABSOLUTE;
        RIGHT: 8px;
        TOP: 1px;
    }
        .foo-btn-holder span i{
            color:black;
        }
            .foo-btn-holder span i:hover{
               
            }
    .foo-btn-holder:hover span i {
        color: white;
    }
    .foo-btn-holder input {
        background: #FFFFFF;
        border-radius: 50px;
        outline: none;
        box-shadow: none;
        padding: 17px;
        border: none;
        width: 98%;
        line-height:1;
    }
        .foo-btn-holder input::placeholder {
            font-weight: 500;
            font-size: 24px;
            line-height: 36px;
            color: rgba(0, 0, 0, 0.61);
            margin:0;
        }
.col-lg-4.d-flex.flex-column.justify-content-center.foot-col-1
 {
    align-items: center;
}


@media (max-width: 1399.98px){
    .foo-btn-holder span {
        RIGHT: 6px;
    }
    .foo-btn-holder input::placeholder{
        font-size:20px;
    }
}

@media (max-width: 1199.98px) {
    .foo-btn-holder input::placeholder {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .foo-btn h6 {
       margin-bottom:20px;
    }
    .foo-btn-holder {
        margin-bottom: 40px;
    }
        .foo-btn-holder span {
            RIGHT: 13px;
            top:0px;
        }
        .foo-btn-holder input::placeholder{
            font-size:24px;
        }
    .col-lg-4.d-flex.flex-column.justify-content-center.foot-col-1 {
        align-items: start;
    }
}
@media (max-width: 767.98px){
    .foo-btn-holder span {
        RIGHT: 9px;
        top: 0px;
    }
    .foo-btn-holder input::placeholder {
        font-size: 18px;
    }
    .col-lg-4.d-flex.flex-column.justify-content-center.foot-col-1 {
        align-items: start;
    }
}
@media (max-width: 479.98px){
    .foo-btn-holder input::placeholder {
        font-size: 15px;
    }
    .foo-btn-holder span {
        RIGHT: 4px;
    }
    .col-lg-4.d-flex.flex-column.justify-content-center.foot-col-1 {
        align-items: start;
    }
}
/* Newsletter section */
.nscf-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cf-info-foo{
    display: flex;
    gap: 15px;
    align-items:flex-end;
}

.cf-info-foo a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.cf-info-foo a i {
    color: var(--pri-color);
    margin-right: 6px;
}

.nl-signup-form-holer {
    display: flex;
    gap: 16px;
}

.nl-signup-label {
    flex: 1 0 125px;
    max-width: 125px;
}

.ns-form input {
    height: 46px;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 14px;
    border-radius: 12px;
}

.nl-btn {
    font-size: 14px;
    padding: 14px 44px;
    border-radius: 12px;
    background: #1D50F8;
    color: #fff;
    border: 0px solid #1D50F8;
    margin-left: -30px;
}

/* Newsletter section End */

.ctm-footer {
    /*background-color: var(--sec-color);*/
    background: linear-gradient(to bottom, #FF8B17 4%, #FF8B17 4%, #016171 0%, #016171 100%);
    padding-top: 60px;
    color: #fff;
    /*    border-top: 8px solid #ff8b17;*/
}

.footer-widget-title {
    color: white;        
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    /* line-height: 48px;*/
}

.foo-nav-list{
    padding-left: 0;
    list-style: none;
}

.foo-nav-list li a, .foo-nav-list li {
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.foo-nav-list li a:hover {
    color:var(--pri-color);
}

.foo-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 18px 0;
    border-top: 1px solid #fff;
    font-weight: 400;
    line-height: 16px;
    margin: 40px auto 0;
    width: 85%;
}
.foo-bottom1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 18px 0;
    border-top: 1px solid #016171;
    font-weight: 400;
    line-height: 16px;
    margin: 40px auto 0;
}


.nav-foo {
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-foo li a{
    color: #fff;
    text-decoration: none;    
}

ul.nav-foo li:after {
    content: "|";
    margin-left: 16px;
}

ul.nav-foo li:last-child:after {
    content: "";
    margin-left:0;
}

/*.foo-navigatio-holder {
    padding-bottom: 50px;
}*/


/*Ahmer Urwah*/

.other-services-card {
    /*display: flex;
    flex-direction: column;*/
    background-color: var(--sec-color);
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    transition: 0.3s ease-in;
}
    .other-services-card:hover {
        background: #000000;
        transform: scale(1.05);
    }
    .other-services-card h4, .other-services-card p {
        color: var(--color-white);
    }
    .other-services-card h4 {
        font-size:20px;
        font-weight: 600;
        margin: 0 0 15px 0;
    }
    .other-services-card p {
        font-size: 14px;
    }
.other-service-btn {
    background-color: var(--pri-color);
    color: var(--color-white);
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in;
    border-radius: 24px;
    padding: 10px 50px;
    text-transform: capitalize;
}
    .other-service-btn:hover {
        background-color: #fff;
        color: #000;
    }

.roadmap-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
    .roadmap-content .content-card {
        padding: 25px;
        transition: 0.3s ease-in;
    }
    .roadmap-content .content-card:hover {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .roadmap-content .content-card h4 {
        font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
    }
        .roadmap-content .content-card h4, .roadmap-content .content-card p {
            color: #000;
        }

.resource-sec {
    background-color: #F9F9F9;
}
    .resource-sec .accordion-body {
        padding: 10px 20px 50px 20px;
    }
    .resource-sec .accordion-item {
        border: none;
        border-radius: 20px;
    }
    .resource-sec .accordion-button {
        background-color: transparent;
        color: #000000;
        font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
        box-shadow: none;
    }
        .resource-sec .accordion-button:not(.collapsed) {
            background-color: transparent;
            color: #000000;
            font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            box-shadow: none;
            padding: 20px 20px 0 20px;
        }
    .resource-sec .accordion-button::after {
        color: var(--pri-color);
        border: none;
        background-color: transparent;
    }
    .resource-sec .accordion-button:focus {
        border-color: transparent;
        box-shadow: none;
    }


    @media (max-width: 991px) {
        .md-hidden {
        display: none;
    }
    .roadmap-content .content-card {
        padding: 15px;
    }
    .other-services-card {
        padding: 25px;
    }

}


/*Ahmer Urwah End*/
/* Footer Style end */
/*--------------------------- Responsive Screens ------------------------------*/
@media (max-width: 1399.98px) {

    .ab-box-cont {        
        padding: 30px;
    }

    .ctm-slider-container {
        max-width: 1100px;
        margin: 0 auto;
    }

    .banner-mian-title {     
        font-size: 37px;     
    }
   
    .ctm-tm-user .tm-title {
        font-size: 17px;
    }

    .ctm-tm-user .tm-desig {
        font-size: 13px;
    }

    .space-p-tb {
        padding: 60px 0;
    }

    .space-p-b {
        padding-bottom: 60px;
    }

    .space-p-t {
        padding-top: 60px;
    }

    .space-m-b {
        margin-bottom: 60px;
    }

    .space-m-tb {
        margin: 60px 0;
    }

    .space-m-t {
        margin-top: 60px;
    }

    .ctm-inner-banner {
        min-height: 350px;
    }

    .ctm-mian-title {
        font-size: 38px;        
    }

}

    @media (max-width: 1199.98px) {
        .uci-cont {
            max-width: 100%;
        }

        .mv-title {            
            padding: 9px 27px;     
            font-size: 20px;
        }

        .mv-cont {        
            padding: 25px 20px 32px;         
        }

        .ctm-slider-container {
            max-width: 800px;         
        }

        .circle-icon-box {            
            width: 300px;
            height: 300px;
        }

        .inner-circle h4 {            
            font-size: 20px;
            line-height: 26px;            
        }

        .inner-circle p {            
            font-size: 13px;
            line-height: 20px;         
        }

        .cta-holder {
            min-height: 400px;
        }

        .cta-holder h4 {
            font-size: 32px;
        }

        .ctm-mian-title {
            font-size: 34px;
        }

        .ctm-icon-box {            
            min-height: 256px;
        }

        .overlay-boxes {
            min-height: 388px;         
        }
        .banner-mini-title {            
            font-size: 24px;            
        }

        .banner-mian-title {
            font-size: 30px;
        }

        .banner-sub-title {            
            font-size: 30px;
            line-height: 40px;
        }

        .banner-form-body {
            padding: 25px 18px;
        }

        .banner-form-head {         
            padding: 18px 15px;
        }

        .banner-form-head h3 {
            font-size: 25px;
            line-height: 30px;
        }

        .custom-logo-link {
            max-width: 200px;        
            flex: 1 0 200px;
        }

        .mnav-opp-holder {            
            flex: 1 0 200px;
            max-width: 185px;            
        }

        #main_nav .navbar-nav {
            gap: 10px;
        }

        .ctm-mian-title-sm {
            font-size: 22px;
        }


        .inner-banner-title {
            font-size: 34px;
        }


        .space-p-tb {
            padding: 60px 0;
        }

        .space-p-b {
            padding-bottom: 60px;
        }

        .space-p-t {
            padding-top: 60px;
        }

        .space-m-b {
            margin-bottom: 60px;
        }
        .ctm-green-box h4 {
           
            font-size: 18px;
         
        }

    }

    @media (max-width: 991.98px) {

        .resource-sec .accordion-body {
            padding: 10px 20px 20px 20px;
        }

        .tab-content .tabing-list li span {            
            font-size: 16px;
        }
        
        .tab-content {
            margin-top: 20px;
        }

        .circle-icon-box {
            width: 230px;
            height: 230px;
        }

        .inner-circle p {
            font-size: 13px;
            line-height: 16px;
        }
        .inner-circle h4 {
            font-size: 17px;
            line-height: 17px;
        }

        .content-card p {
            margin-bottom: 0;
        }

        .ctm-slider-container {
            max-width: 600px;
        }

        .cta-holder h4 {
            font-size: 26px;
        }

        .ctm-icon-box {
            min-height: auto;
            margin-bottom: 30px;
        }

        .mnav-opp-holder {
            flex: none;
            max-width: 250px;
        }

        .ctm-green-box {
            margin-bottom: 20px;
        }


            /*OLD*/
        
        .footer-logo-holder {
            margin-bottom: 10px;
        }

        .foo-bottom {            
            margin-top: 0px;
        }


        body {
            font-size:14px;
        }

        .ctm-mian-title {
            font-size: 26px;
        }

        .ctm-image-holder {         
            margin-bottom: 15px;
        }

        .ctm-footer {
            padding-top: 50px;
        }

        
        .foo-navigatio-holder {
            padding-bottom: 0px;
        }

        .footer-logo {
            margin-bottom: 23px;
        }

        .ctm-gr-icon-box h3 {            
            font-size: 22px;
            line-height: 1.2;
        }
    }

    @media (max-width: 767.98px) {
        .cp-contact-info {            
            margin-bottom: 30px;
        }

        .ctm-contact-form {
            padding: 30px 20px;
        }

        .ctm-gr-icon-box {
            margin-bottom: 15px;
            min-height: auto;
        }
        .acc-renewal-form {
            max-width: 100%;
        }

        .acc-form-img {
            display: none;
        }

        .filter-form input {
            margin-bottom: 15px;
        }

        .uci-filter-box {                 
            margin-bottom: 20px;
        }

        .num-box {                                  
            min-height: auto;
            margin-bottom: 15px;
        }

        .inner-banner-gallery {      
            gap: 10px;      
        }

        .ctm-footer {
            padding-top: 30px;
        }

        .ctm-img-box h4 {               
            font-size: 16px;
        }

        .footer-widget-title {
            font-size: 20px;
            /* line-height: 48px; */
        }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: var(--pri-color);
        }

        .slick-dots li {            
            width: 12px;
            height: 20px;
        }

        .slick-dots li button:before {            
            font-size: 8px;                                               
        }

        .ctm-tm-slider .slick-dots {
            bottom: -37px;
        }

        .tm-arrows-holder {
            display: none;
        }
        .ctm-img-box {
            margin-bottom: 20px;
        }

        .working-process .accordion-item .accordion-button:not(.collapsed) {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .working-process .accordion-item .accordion-button {        
            padding: 5px 20px;
        }

        .accordion-button {            
            font-size: 14px;
        }

        .footer-logo {         
            max-width: 211px;
        }

        .overlay-boxes {
            min-height: auto;
            margin-bottom: 15px;
        }

        .banner-content {
            margin-bottom: 20px;
        }

        .mian-banner {
            height:auto;
            padding:40px 0;
        }
        .banner-ring {
            display: none;
        }

        .inner-banner-title {
            font-size: 24px;
        }

        .ctm-inner-banner {
            min-height: 250px;
        }

        .copyright-foo {
            font-size: 12px;
        }

        .nav-foo {
            justify-content: center;
        }

        .nav-foo li a {
            font-size: 12px;
        }

        .foo-bottom {
            flex-direction: column;
            text-align: center;
            gap: 10px;
        }

        .space-p-tb {
            padding: 40px 0;
        }

        .space-p-b {
            padding-bottom: 40px;
        }

        .space-p-t {
            padding-top: 40px;
        }
        .space-m-tb {
            margin:40px 0 ;
        }
        .space-m-b {
            margin-bottom: 40px;
        }

    }

    @media (max-width: 575.98px) {
        .counter-box h4 {         
            font-size: 34px;         
        }
        .cta-holder h4 {
            font-size: 22px;
        }

        .cta-holder {
            min-height: auto;            
            padding: 20px;
        }

        .inner-banner-title {
            font-size: 22px;
        }

        .inner-banner-cont p {
            margin-bottom:0;
        }
        .ctm-inner-banner:after {
            display: none;
        }
        
        .inner-banner-cont {
            margin-bottom: 0;         
        }
        
        .ctm-inner-banner {
            min-height: auto;
            padding-bottom: 52px;
            padding-top: 50px;
        }

        .inner-banner-gallery {
            display: none;
        }

        .tm-cont-white {
            padding-top: 46px;       
        }

        .ctm-tm-box-white {            
            min-height: auto;
        }

        .tm-quote-white {
            width: 80px;
            height: 80px;            
            font-size: 30px;
        }

        .bf-btn {
            padding: 10px 35px;
        }

        .banner-form-body input {
            height: 50px;
        }

        .banner-form-head h3 {
            font-size: 20px;
            line-height: 23px;
        }

        .mnav-opp-holder {
            flex: 1;
            max-width: 100%;
        }

        .main-header-btn {
            display:none;
        }

        .footer-widget-title {
            margin-bottom: 14px;
        }

        .foo-bottom {
            padding: 12px 0;
            gap: 5px;
        }              

        .space-p-tb {
            padding: 20px 0;
        }

        .space-p-b {
            padding-bottom: 20px;
        }

        .space-p-t {
            padding-top: 20px;
        }

        .space-m-b {
            margin-bottom: 20px;
        }
        .space-m-tb {
            margin:20px 0;
        }

        .space-m-t {
            margin-top: 20px;
        }

        .foot-col {
            flex-direction: column;
            gap: 0 !important;
            
        }

        .ctm-mian-title {
            font-size: 22px;
        }

        .custom-logo-link {
            max-width: 150px;
        }

        .bg-title {
            font-size: 14px;
        }

    }


    @media all and (min-width: 992px) {
        .dropdown-menu {
            width: 14rem;
        }

        .mega-submenu {
            left: 100%;
            top: 0;
            min-width: 25rem;
        }

        .ktm-mega-menu {
            position: static;
        }

        .mega-menu {
            left: 0;
            right: 0;
            width: 100%;
        }

        .dropdown-menu li {
            position: relative;
        }

        .dropdown-menu .submenu {
            display: none;
            left: 100%;
            top: 0;
        }

        .dropdown-menu > li:hover > .submenu,
        .dropdown:hover > .dropdown-menu {
            display: block;
        }

        .ctm-mob-menu-btn {
            display: none;
        }
    }


    @media (max-width: 480px) {
    }

    .ctm-mob-menu {
         display: none;
    }
/**********Media Quries End********/
