body{
    font-family: 'Poppins', sans-serif!important;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
button{
    background: transparent;
    border: none;
}
button:focus{
    outline: none;
}
body a:hover,
body a:focus{
    text-decoration: none;
}
header{
    padding: 30px 0
}
.navbar-nav{
    gap: 20px;
}
.navbar-light .navbar-nav .nav-link{
    position: relative;
    font-size: 16px;
    color: #18393F!important;
    opacity: 1!important;
    /* font-weight: 500; */
}
.navbar-light .navbar-nav .nav-link.active{
    font-weight: 600;
    color: #00AFEF !important;
}
.navbar-light .navbar-nav .nav-link:hover{
    opacity: 1;
    color: #18393F;
}
.nav-link.active:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #00AFEF;
}
.navbar-brand img{
    width: 180px;
}
.heading{
    font-size: 38px;
    line-height: 1.5;
    font-weight: 700;
}
.section-heading{
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.text-white{
    color: #fff;
}
.section{
    font-size: 24px;
    color: #00AFEF;
    position: relative;
    display: inline-block;
}
.section:before{
    content: '';
    width: 100%;
    position: absolute;
    bottom: -5px;
    height: 2px;
    background-color: #00AFEF;
}
.section-space{
    padding-top: 16rem;
}
.primary-color{
    color: #18393F;
}
.dulltext{
    color: #707070;
    font-weight: 300;
}
.fit-to-box{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.contact .section{
    margin-bottom: 4rem;
}
.contact-mode {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-mode li{
    gap: 1.25rem;
}
.whatsappbtn{
    background: #51B129;
    border-radius: 2rem;
    min-height: 64px;
    padding: 6px;
    min-width: 250px;
    text-align: center;
}
.whatsappbtn i{font-size: 24px; margin-right: 8px;}
.contact-mode i{
    background: #18393F;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
::placeholder{
    font-weight: 400;
}
.contactinput{
    border-radius: 20px;
    border: 1px solid #CFCFCF;
    min-height: 75px;
    padding: 24px 40px;
    font-size: 16px;
    font-weight: 700;
    color: #18393F;
    width: 100%;
    background-color: #FBFBFB;
}
textarea.contactinput{
    min-height: 245px;
    padding-top: 2.25rem;
    margin: 20px 0 28px;
}
.brands{
    gap: 1.75rem;
    font-size: 2.25rem;
    color: #707070;
}
.primarybtn{
    background-color: #18393F;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    padding: 1rem;
    border-radius: 25rem;
}

.list-style-none{
    list-style: none;
}
.page-banner{
    padding: 6.5rem 0;
    width: 100%;
}
.defence{
    background: url(../imgaes/Defence-Banner.png) no-repeat center / cover;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgaes/Defence-Banner.png) no-repeat center / cover;
}
.services{
    background: url(../imgaes/ServicesBanner.png) no-repeat center / cover;    
}
.consulting{
    background: url(../imgaes/ConsultingBanner.png) no-repeat center / cover;    
}
.contact{
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgaes/ContactUsBanner.png) no-repeat center / cover;
}


/**********TABS*************/
.nav.nav-tabs {
    border-radius: 4rem;
    
}
.tab-wrapper .nav.nav-tabs{
    height: 80px;
}
.tab-wrapper .nav.nav-tabs > li{
    flex-basis: 30%;
    text-align: center;
    /* box-shadow: 0px 0px 10px rgb(0, 0, 0, .16); */
    margin: 1px 5px 15px;
    border-radius: 100px;
}
.nav.nav-tabs > li > a{
    font-size:18px;
    padding: .25rem 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18393F;
    font-weight: 500;
}
.nav.nav-tabs .active{
    border-radius: 100px;
    background: #18393F;
    color: #fff;
}

.nav-tabs {
    border-bottom:none!important;
}
/******* TEXT SIZE *******/
.text-lg{
    font-size: 18px;
}
.text-2xl{
    font-size: 26px;
}
.text-6{
    font-size: 1.3rem;
    line-height: 1.5;
}
.text-8{
    font-size: 2rem;
    line-height: 1.5;
}
.font-thin{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.font-bold{
    font-weight: 700;
}

.avatar img{
    border-radius: 100%;
    width:165px;
    height: 165px;
    object-fit: cover;
}
.member{
    border: 5px solid #fff;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    transition: all 200ms ease-in-out;
}
.member:hover{
    background-color: #18393F;
    border-color: #18393F;
}

/******* SPACE *********/
.p0{
    padding: 0;
}
.pl-8{
    padding-left: 2rem;
}
.py-3{
    padding: .75rem 0 !important;
}
.py-4{
    padding: 1rem 0;
}
.py-8{
    padding: 2rem 0;
}
.px-8{
    padding: 0 2rem !important;
}
.pr-8{
    padding-right: 2rem;
}
.m0{
    margin: 0;
}
.mt-4{
    margin-top: 1rem !important;
}
.mt-7{
    margin-top: 1.75rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-3{
    margin-top: .835rem;
}
.mt-20{
    margin-top: 1.25rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-150{
    margin-top: 9.75rem;
}
.mb-2{
    margin-bottom: .5rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-7{
    margin-bottom: 1.75rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-20{
    margin-bottom: 1.25rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.bg-black{
    background: #000;
}
.rounded-50{
    border-radius: 50px;
}
.pre-line{
    white-space: pre-line;
}

.footer{
    background: url('../imgaes/Footer.png') no-repeat center bottom / cover;
    width: 100%;
    margin-top: 16rem;
    position: relative;
}
.footer .container{
    padding: 7rem 0 4.5rem;
}
.footer img{
    width: 200px;
}
.md-hide{
    display: none;
}

.tab-heading{
    padding: 1.5rem 3rem;
    border-radius: 100px;
    background: #18393F;
    font-size: 22px;
}
.w-80{
    width: 80%;
}
.m-t-auto{
    margin: 2rem auto 0;
}
.effect{
    position: relative;
}
.effect:before{
    content: '';
    position: absolute;
    top: -12rem;
    z-index: -1;
    left: -10rem;
    background: url(../imgaes/aftereffect.svg) no-repeat center / contain;
    width: 340px;
    height: 300px;
}
.effect:after{
    content: '';
    position: absolute;
    bottom: -22rem;
    z-index: -1;
    left: -10rem;
    background: url(../imgaes/aftereffect.svg) no-repeat center / contain;
    width: 340px;
    height: 300px;
}
.move-to-top{
    display: none;
}

@media(min-width: 768px){
    .move-to-top{
        display: block;
        border-radius: 100px;
        background-color: #00AFEF;
        color: #fff;
        border: 7px solid #fff;
        padding: 5px;
        font-size: 30px;
        position: absolute;
        top: -32px;
        right: 0;
        left: 0;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    .hide-md{
        display: none;
    }
    .mt-200{
        margin-top: 200px;
    }
    .mt-350{
        margin-top: 22.5rem;
    }
    .md-pr60{
        padding-right: 60px;
    }
    .md-my-40{
        margin: 2.5rem 0;
    }
    .md-mt-190{
        margin-top: 12rem;
    }
    .md-mt-40{
        margin-top: 2.5rem;
    }
    .navbar-brand.md-hide{
        display: none;
    }
    .nav.nav-tabs > li > a.px-12{
        padding: 0 2rem;
    }
    .nav.nav-tabs > li > a.pl-6{
        padding-left: 1.5rem;
    }
}
@media(min-width: 1400px){
    body .container{
        max-width: 1300px;
    }
}
@media (max-width: 767px) {
    .effect:before, .effect:after{
        display: none;
    }
    .whatsappbtn{
        min-width: 180px;
        min-height: 50px;
        padding: 6px;
    }
    .tab-wrapper .nav.nav-tabs,
    .nav.nav-tabs > li > a{
        height: auto;
        margin-top: .75rem;
    }
    .tab-wrapper .nav.nav-tabs > li{
        flex-basis: 50%;
    }
    .navbar-nav{
        padding-top: 20px;
        gap: 0;
    }
    .nav-link.active:after{
        display: none;
    }
    .mt-200{
        margin-top: 30px;
    }
    .contactinput{
        width: 100%;
        min-height: 50px;
        padding: 15px 40px;
        border-radius: 10px;
        background-color: #FBFBFB;
    }
    textarea.contactinput{
        min-height: 150px;
        padding-top: 1.25rem;
    }
    .members .member button.mobile-btn{
        padding: 0;
        margin-top: .5rem;
    }
    .hide-sm{
        display: none;
    }
    .avatar img{
        height: 100px;
        width: 100px;
        border: 2px solid #fff;
    }
    .members{
        margin-top: 20px;
        gap: 16px;
    }
    .member{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 20px;
        border-radius: 24px;
        gap: 20px;
    }
    .member-info{
        text-align: left;
    }
    .contact .section{
        margin-bottom: 1.75rem;
    }
    .contact-mode {
        display: flex;
        flex-direction: column;
        gap: .75rem;
        margin-bottom: 20px;
    }
    .brands {
        font-size: 1.5rem;
        gap: 1rem
    }
    .contact-mode i{
        width: 40px;
        height: 40px;
        padding: 13px;
        font-size: 13px;
    }
    .text-2xl{
        font-size: 18px;
    }
    .nav.nav-tabs{
        box-shadow: 0 0;
        border: none
    }
    .nav.nav-tabs > li > a{
        font-size: 16px;
        padding: 10px;
        font-weight: 500;
    }
    .sm-pl-0{
        padding-left: 0;
    }
    .tab-heading{
        padding: 1rem;
    }
    .page-banner{
        padding: 3rem 0;
    }
    .sm-mt-3{
        margin-top: .75rem!important;
    }
    .sm-mt-4{
        margin-top: 1rem;
    }
    .sm-mt-7{
        margin-top: 1.75rem;
    }
    .sm-mb-3{
        margin-bottom: .525rem;
    }
    .sm-mb-3{
        margin-bottom: .75rem;
    }
    .sm-mb-4{
        margin-bottom: 1rem;
    }
    .sm-mb-5{
        margin-bottom: 1.25rem;
    }
    .sm-mb-7{
        margin-bottom: 1.75rem;
    }
    .sm-mb-8{
        margin-bottom: 2rem;
    }
    .sm-pr-0{
        padding-right: 0;
    }
    .sm-w-auto{
        width: auto;
    }
    .sm-text-left{
        text-align: left !important;
    }
    footer.footer{
        margin-top: 2.5rem;
        position: relative;
    }
    .footer .container{
        padding: 3rem 0 0;
    }
    .footer .bg-black{
        padding: 1rem;
    }
    .sm-mb-7{
        margin-bottom: 1.75rem;
    }
    .navbar-light .navbar-toggler{
        position: relative;
        z-index: 1;
    }
    .sm-logo{
        position: absolute;
        left: 0;
        right: 0;
        z-index: 0;
        top: 0;
    }
    .sm-logo img{
        width: 110px;
    }
    .navbar-brand.sm-hide{
        display: none;
    }
    .sm-mt-40{
        margin-top: 2.5rem;
    }
    .sm-mt-30{
        margin-top: 1.75rem;
    }
    .sm-mb-12{
        margin-bottom: .75rem !important;
    }
    .mt-8{margin-top: 1rem;}
    .sm-mt-5{
        margin-top: 1.25rem;
    }
    .section-heading{
        flex-direction: row;
        font-size: 1.25rem;
    }
    .text-6{
        font-size: 1rem;
    }
    .section-space{
        padding-top: 0;
        margin-top: 2.5rem;
    }
    .section{
        font-size: 16px;
    }
    .heading{
        font-size: 1rem;
    }
    header{
        padding: 0;
    }
    .section:before{
        bottom: -5px;
    }
    .md-mt-190{
        margin-top: 2.5rem;
    }
    .text-8{
        font-size: 1.25rem;
    }
    .text-lg{
        font-size: 16px;
    }
    .primarybtn{
        font-size: 1.25rem;
        padding: 0.75rem;
    }
}


.font-medium a{
    font-size: 20px;
    color: #18393F;
}


.thank-you{
    padding: 200px 0px 150px;
}
.thank-you img{
    width: 80px;
}
.thank-you h1{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding: 15px 0px 5px;
}
.thank-you p{
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
}
.thank-you a{
    background-color: #594198;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    margin-top: 15px;
}

.box-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px!important;
}

.list-style-none p{
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.modal-img{
    margin-bottom: 20px;
}
.modal-img h5{
    display: none;
}