:root {
   --primary-clr:#006BA9;
   --clr-222: #222222;
   --clr-666:#666666;
  
    
}

body {
    position: relative;
    overflow-x: hidden;
    color:var(--clr-666);
    font-family:'Roboto'

}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: var(--clr-666);
}

button,
textarea,
input {
    border: 0;
    outline: none;
}

.flex {
    display: flex;
}

.item-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    width: auto;
}

.sec-heading {
    font-size: 40px;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight:800;
}

.sec-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    font-weight:800;
}

.sec-para {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.cmn-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0%;
    background-color: var(--primary-clr);
    border-radius: 8px;
    padding: 9px 19px;
    color: #ffffff;
    transition:all 0.2s ease-in-out;
}

.cmn-btn:hover{
    color:#ffffff;
    background-color:var(--clr-222);
}

.sec-cmn-padding {
    padding: 80px 0;
}

.img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmn-title{
    font-family: Roboto;
    font-weight: 600;
    font-size: 40px;
    line-height: 46.88px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--clr-222);
    margin-bottom: 30px;
}

/* ---navbar-- */

.logo{
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo span{
    color: var(--primary-clr);
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
}

#navbar {
    padding-block: 16px;
    background-color:#ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .2s linear;
}

.navbar {
    padding:0;
}

.navbar-scrolled {
    box-shadow: 0px 4px 10px 0px #0000001A;
}

.nav-links ul {
    gap: 40px;
}

.right-actions .nav-links{
    gap:40px;
}

.nav-link-item a {

    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0%;
    transition: .2s linear;
}

.nav-link-item a.active,
.nav-link-item a:hover,
.ft-link-nav a:hover {
 color:var(--primary-clr);
}

.ham-btn {
    display: none;
}

.overlay {
    position: fixed;
    top: 72px;
    left: 0;
    background: #000000;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: .2s ease;
    pointer-events: none;
    z-index: 4;
}

.overlay.active {
    opacity: .7;
    pointer-events: auto;
}

.body-overflow {
    overflow: hidden;
}

.logo-img{
    width:40px;
    height:40px;
}

.logo-img img{
    width:100%;
    height:auto;
}
/* 
.footer-logo-sec .logo span{
    color:var(--clr-222);
} */

/* Hero Section */
.hero-title{
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 12px;
    max-width:606px;
    color: var(--clr-222);
}

.hero-title span{
    color:var(--primary-clr);
}

.hero-text{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    max-width: 533px;
}

.hero-btn{
   height:49px;
}

.hero-img{
    display: flex;
    justify-content: end;

}
.hero-img img{
    border-radius: 20px;
}

 .cm-btn{
    border-radius: 25px;
    padding: 7px 40px;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    display:inline-block;
    background-color:var(--primary-clr);
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
}
 
 .cm-btn:hover{
    background-color:#232323;
    color:#ffffff;
 }

 .cm-btn span{
    display: inline-block;
    transform: translateX(5px);
    transition: all 0.2s ease-in-out;
}

.cm-btn:hover span{
    transform: translateX(-9px);
}

 .cm-btn i{
    opacity:0;
    transform: translateX(0px);
    transition: all 0.2s ease-in-out;
 }

 .cm-btn:hover i{
    opacity:1;
    transform: translateX(10px);
 }

.hero-area{
    margin-top:80px;
}

.hero-wrap{
    display:flex;
    align-items:center;
}

.hero-wrap .left-col{
    width:50%;
}

.hero-wrap .right-col{
    width:50%;
}

.inner-sec{
    padding-block:80px;
}

.bt{
    margin-top:20px;
}
/* About */
.bg-area{
    background-color:#E5F0F6;
}
.abt{
    margin-bottom:18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 22%;
    color: var(--primary-clr);
    display:block;
}
.abt-title{
    margin-bottom:18px;
    font-family: Roboto;
    font-weight: 800;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0%;
    color: var(--clr-222);
}

.cmn-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color:var(--clr-666);
}

/* Mission and Vision */
.mv-wrap{
    display: flex;
    gap: 30px;
    padding: 26px;
    box-shadow: 0px 4px 20px 0px #00000026;
    background-color: #fff;
    border-radius: 20px;
    border:1px solid transparent;
    transition:.2s ease-in-out;
}
.mv-wrap:hover{
    border:1px solid var(--primary-clr);
}
.mv-wrap .mv-img  img{
    transform: translateY(0);
    transition:.2s ease-in-out;
}

/* .mv-wrap:hover .mv-img  img{
    transform: translateY(-5px);
} */
.mv-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 23.44px;
    letter-spacing: 0%;
    color: var(--clr-222);
    margin-bottom: 12px;
}
.mv-desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--clr-666);
    max-width:393px;
}
/* Why Choose Us */
.wych-area .abt-img{
    display:flex;
    justify-content:end;
}

/* Our Products */

.pd-img{
    box-shadow: 0px 3px 10px 0px #00000026;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transform: scale(1);
    border:1px solid transparent;
    transition: .2s ease-in-out;
}
.pd-img img{
    max-width: 200px;
}

.pd-img:hover{
    transform: scale(1.02);
    border:1px solid var(--primary-clr);
  
}
.pd-cont {
    margin-top:15px;
}


.pd-cont span{
    font-weight: 600;
    font-size: 18px;
    line-height: 23.44px;
    letter-spacing: 0%;
    color:var(--primary-clr);
    display: block;
   text-align: center;
}

.pd-col{
    margin-bottom:30px;
}

.contact-form{
    max-width: 555px;
    margin: auto;
}

.contact-form .cmn-field{
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 22px;
    color: var(--clr-222);
    border:1px solid transparent;
    transition:.2s ease-in-out;
}

.contact-form .cmn-field:hover,
.contact-form .cmn-field:focus{
    border:1px solid var(--primary-clr);
}

.contact-form input{
    height: 50px;
}

.contact-form textarea{
    height: 120px;
}

.contact-form  .cmn-field::placeholder{
    color: #222222a3;
}

.contact-form .form-group{
    margin-bottom:20px;
}

.contact-form .form-group .help-block{
    color: red;
    font-size: 14px;
}

/* Footer */
.footer{
    padding-block: 60px 20px;
}

.soc{
    position:relative;
    display:block;
}

.soc .media{
    opacity:1;
    transition: opacity .5s ease-in-out;
}

.soc:hover .media{
    opacity:0;
}

.soc .media-sub{
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    transition:opacity .5s ease-in-out;
}

.soc:hover .media-sub{
    opacity:1
}


.social-media{
    display: flex;
    gap: 12px;
    align-items:center;
}

.footer-logo-sec p{
    font-size: 16px;
    color: var(--clr-222);
    margin-top: 20px;
    max-width: 360px;
}

.quick-links li:not(:last-child){
    margin-bottom:8px;
}

.quick-links li a{
    font-size: 16px;
    color: var(--clr-222);
    font-weight: 400;
    line-height: 18px;
    transition:all 0.2s linear 0.2s;
}

.footer .info a{
    color: var(--clr-222);
    display: flex;
    gap: 10px;
    transition:all 0.2s linear;
}
.footer .info a:hover{
    color:var(--primary-clr);
}

.footer .info a i{
    font-size: 18px;
}


.footer .info a  .map{
  font-size: 20px;
  max-width: 16px;
  height: 24px;
  width: 100%;
  line-height: 26px;
}

.footer .info a span{
    font-size: 16px;
    line-height: 18px;
}

.footer .info:not(:last-child){
    margin-bottom:20px;
}

.quick-links li a:hover{
  color:var(--primary-clr);
}

.copyright {
    border-top: 1px solid #0000001f;
}

.footer-row{
    margin-bottom: 30px;
}

.copyright-wrap {
    margin-top: 20px;
}


.copyright-wrap p{
    font-size: 12px;
    color: #222222b5;
    font-weight: 400;
    text-align: end;
}

.info-add{
    font-size: 16px !important;
    line-height: 23px !important;
}

/* media query */
@media screen and (min-width:1400px) {
    .hero-title{
        font-size: 60px;
        line-height: 66px;
    }
    .mv-desc{
        max-width:100%;
    }
}
@media screen and (max-width:1199px) {
    .social-media{
        margin-top:10px;
    }

    .hero-wrap .right-col{
        display:flex;
        justify-content:end;
    }
    .hero-img{
        width: 400px;
        height: 300px;
    }
    .hero-img img{
        width:100%;
        height:auto;
    }
    .hero-title {
        font-weight: 700;
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 12px;
        max-width: 606px;
        color: #000000;
    }
    .hero-text {
        font-size: 16px;
        line-height: 26px;
    }
    .cm-btn {
        font-size: 14px;
    }
    .abt-img{
        width:420px;
    }
    .abt-img img{
        width:100%;
    }
    .abt-title{
        font-size: 40px;
        line-height: 48px;
    }
    .mv-wrap {
        min-height: 243px;
        gap:20px;
    }
    .mv-desc {
        font-size: 16px;
        line-height: 26px;
        max-width:100%;
 
      }
   
    
}


@media screen and (max-width:991px) {

    .right-actions {
        position: fixed;
        right: -300px;
        background: #ffffff;
        width: 300px;
        top: 72px;
        transition: 0.3s ease;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 74px);
    }

    .navbar.active .right-actions {
        right: 0;
    }

    .right-actions .nav-links {
        flex-direction: column;
        overflow: hidden;
    }

    .ham-btn {
        display: block;
        width: 22px;
        cursor: pointer;
    }

    .ham-btn span {
        display: block;
        height: 2px;
        border-radius: 50px;
        background: var(--clr-222);
        transition: .2s ease;
    }

    .ham-btn span:nth-of-type(2) {
        margin: 5px 0;
    }

    .ham-btn.open span:nth-of-type(1) {
        transform: translate(0px, 5px) rotate(45deg);
    }

    .ham-btn.open span:nth-of-type(2) {
        opacity: 0;
    }

    .ham-btn.open span:nth-of-type(3) {
        transform: translate(0px, -8.5px) rotate(-45deg);
    }

    .nav-links ul {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .auth-btn a {
        margin-left: 0;
        margin-top:10px;
    }

    .nav-drop {
        margin-left: 0;
        margin-top: 20px;
    }

    .nav-link-item {
        width: 100%;
        text-align:center;
    }

    .nav-link-item a {
        padding: 10px 20px;
        display: inline-block;
    
    }
    .auth-btn {
        justify-content: center;
        width: 100%;
        padding: 0 20px;
    }
    .right-actions .nav-links{
        gap:10px;
    }

    .hero-wrap {
        flex-direction: column;
    }
    .hero-wrap .left-col {
        width: 100%;
        margin-bottom: 45px;
    }
    .hero-title {
        font-size: 40px;
        line-height: 48px;
        text-align: center;
        max-width: 100%;
    }
    .hero-text {
        max-width: 100%;
        text-align: center;
    }
    .hero-btn {
        margin: auto;
    }
    .hero-wrap .right-col {
        justify-content: center;
        width:100%;
    }
    .hero-img {
        width: 513px;
        height: auto;
    }
 
    .bt{
        display:flex;
        justify-content:center;
    }
    .abt-img {
        width: 513px;
        margin: auto;
    }
    .abt,
    .abt-title,
    .cmn-text{
        text-align:center;
    }
    .abt-title{
        margin-bottom: 15px;
    }
    .abt{
        margin-bottom: 15px;
    }
    .mt-40{
        margin-top:40px;
    }
    .cmn-text{
        font-size: 16px;
        line-height: 26px;
    }
    .mv-wrap {
        min-height: auto;
    }
    .copyright-wrap p{
        text-align: center;
    }
    .hero-area{
        padding-top:30px !important;
    }
    
}

@media screen and (max-width:767px) {
    .abt-title {
        font-size: 36px;
        line-height: 45px;
    }
    .abt-img {
        width: 513px;
      }
    .hero-img {
        width: auto;
        height: auto;
    }
    .cmn-title {
        font-size: 35px;
        line-height: 40px;
    }

    .footer-row > div:not(:last-child){
        margin-bottom:30px;
    }

    .contact-form {
        max-width: 100%;
    }

    .social-media {
        margin-top: 0;
    }
}
@media screen and (max-width:575px) {
      .hero-title {
        font-size: 35px;
        line-height: 40px;
    }
    .hero-img {
        width: 435px;
        height: auto;
    }
    .abt-img {
        width: 434px;
    }
    .mv-desc {
        font-size: 15px;
        line-height: 24px;
    }
    .inner-sec {
        padding-block: 60px;
      }
}
@media screen and (max-width:480px) {
  
    .hero-btn {
        padding: 7px 30px;
    }
    .hero-img {
        width: 100%;
        height: auto;
        padding-inline: 10px;
    }
    .abt-img {
        width: 100%;
        padding-inline: 10px;
    }
    .abt-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom:12px;
    }
    .abt {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 16px;
    }
    .cm-btn {
        font-size: 13px;
        line-height: 27px;
        height: 40px;
    }
    .mv-title {
        font-size: 18px;
        line-height: 20px;
    }
    .mv-img img{
        width: 70px;
    }
    .cmn-title {
        font-size: 32px;
        margin-bottom:25px;
    }

    .pd-col {
        width: 100%;
        padding-inline: 50px;
      }
}

@media screen and (max-width:420px) {
    .hero-title {
        font-size: 30px;
        line-height: 35px;
    }
    .hero-text {
        font-size: 14px;
        line-height: 24px;
    }
    .cmn-text{
        font-size: 14px;
        line-height: 24px;
    }
    .abt-title {
        font-size: 30px;
        line-height: 38px;
    }
    .mv-wrap{
        gap: 15px;
        padding: 20px 18px;
    }
    .mv-desc {
        font-size: 14px;
        line-height: 23px;
    }   
    .mv-img img {
        width: 60px;
    }
    .cmn-title {
        font-size: 30px;
        line-height: 38px;
    }
    .pd-col {
        padding-inline: 30px;
      }
    
}
@media screen and (max-width:375px) {
    .hero-title {
        font-size: 24px;
        line-height: 30px;
    }
    .abt-title {
        font-size: 24px;
        line-height: 32px;
    }
    .abt {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .cmn-title {
        font-size: 24px;
        line-height: 32px;
    }
    .pd-col {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
      }
}
