@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');

:root {
    --al-blue: #008ec6;
    --al-light-blue: #d4eef8;
    --al-grey: #838383;
    --al-light-grey: #dfdfdf;
    --black: #131212;
    --white: #fff;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Blinker", sans-serif;
}
body {
    font-family: "Encode Sans Expanded", sans-serif;
}
a,span,p {
    font-family: "Encode Sans Expanded", sans-serif;
    text-decoration: none;
}
/*sticky watsup css start*/
.sticky-whatsap .float-2 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 10px;
    /* background-color: #FFF; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.sticky-whatsap .my-float-1 {
    height: 25px;
    width: 25px;
}

/*sticky watsup css end*/
/*sticky-up css start*/
.back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 10px;
    background-color: var(--al-blue);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.back-to-top .icon__arrow-up {
    height: 20px;
    width: 20px;
}

/*sticky-up css end*/
/*top nav start*/
.top-nav{
    background-color: rgb(36, 36, 36);
    padding: 7px 0px;
    border-bottom: 1px solid var(--al-grey);
}
.top-nav-sp1{
    color: #fff;
}

.top-nav-icon{
    height: 20px;
    width: 20px;
    margin-left: 10px;
}
#top-nav-call{
    padding: 0px 2px;
}
.top-nav-sp2{
    float: right;
    padding: 0px 20px;
}
.top-nav hr{
    border: 1px solid var(--white);
    margin-bottom: 0px;
}
/*top nav end*/
/*navbar start*/
.navbar{
    background-color: rgb(36, 36, 36);
}
.nav-link{
    color: var(--white)!important;
    font-size: 14px;
    font-weight: 600;
}
.navbar-nav>li:not(:first-child){
    margin-left: 35px;
}
.dropdown-menu{
    background-color: rgb(36, 36, 36);
}
.dropdown-item{
    color: var(--white)!important;
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0px
}
.nav-link:hover {
    color: var(--al-blue);
    background: linear-gradient(to right, #FFB22C, #D6BD98,#6EACDA);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 14px;
    font-weight: 600!important;
}
.dropdown-item:hover{
    color: var(--al-blue);
    background: linear-gradient(to right, #FFB22C, #D6BD98,#6EACDA);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 14px;
    font-weight: 600!important;

}
.navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.navbar-logo{
    display: block;
}
.navbar-brand{
    display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    top: 60px;
}
.footer-txt {
    padding: 15px 0px;
}

/*navbar end*/

/*fixed banner start*/
.fixed-banner{
    background-image: url('../img/main-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    background-attachment: fixed;
}
/*fixed banner end*/
/*product start*/
.pdng{
    padding: 45px 0px;
}
a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: 16px;
   }
   
   a.learn-more {
    width: 10rem;
    height: auto;
   }
   
   a.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
    background: var(--al-blue);
    border-radius: 1.625rem;
   }
   
   a.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   a.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.20rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
   
   a.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   a.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.3rem 0;
    margin: 0 0 0 1.45rem;
    color: #282936;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px!important;
}
   
   a:hover .circle {
    width: 100%;
   }
   
   a:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   a:hover .button-text {
    color: #fff;
   }
   .product-crd-body{
    border: 0px;
   }
   .product-crd{
    border: 0px;
   }

   .product-crd img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   }
   .product-category-card{
    padding: 0px 10px;
   }
   .product-crdbody{
    padding: 15px 0px;
   }
   .product-crdtitle{
    font-size: 20px;
    font-weight: 600;
   }
   .heading-main h2{
    font-weight: 600;
   }
   .heading-main p{
    font-weight: 500;
    color: var(--al-grey);
   }
   .heading-main{
    position: relative;
    margin-bottom: 50px;
   }
   .heading-main .head::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #585858;
    width: 3px;
    height: 30px;
    margin-top: 5px;
   }
/*product end*/
/*about start*/
.about-section{
    background-image: url('../img/about-bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-2 {
    background-color: var(--white);
}
.about-txt p{
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}
.about-img img{
    padding: 0px!important;
    display: block;
}
.about-img-mobile img{
    display: none;
}


.button {
    padding: 7px 25px;
    border: none;
    border-radius: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--al-blue);
    transition: all 1000ms;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    outline: 2px solid var(--al-blue);
  }
  
  .about-section a:hover {
    color: #ffffff;
    transform: scale(1.06);
    outline: 2px solid var(--al-blue);
    box-shadow: 4px 5px 17px -4px var(--al-blue);
  }
  
  .about-section a::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--al-blue);
    transform: skewX(25deg);
    z-index: -1;
    transition: width 1000ms;
  }
  .about-section a:hover::before {
    width: 250%;
  }
/*about end*/
/*mission vision start*/
.mission-vision-section{
    background-image: url('../img/mission-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mv-icn{
    height: 80px;
    width: 80px;
}
.mission-card{
    background-image: url('../img/shape.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 0px;
    height: 200px;
    border-radius: 40px;
    margin-top: -50px;
    background-color: transparent;
    padding: 35px 35px 30px 35px;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4) );
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}
.mv-maincard{
    text-align: center;
    width: 400px;
    border-radius: 40px;
    padding: 10px 10px 30px;
    border: 0px;
    background: linear-gradient(0deg,rgba(0, 108, 151, 0.84) 3%, rgb(0, 168, 235) 97%);
    margin: auto;
}
.mv-main-title{
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    padding-bottom: 10px;
}
/*mission vision end*/
/*why start*/
.why-section{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgb(209, 213, 219) 0px 1px 0px 0px inset;
}
.site-wrapper {
    background-color: #fff;
    box-sizing: border-box; 
    margin: 10px 0px;
}

.title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.title h1 {
    font-size: inherit;
}

.title h1:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 4px;
    margin-right: 5px;
    background-color: #333;
    vertical-align: middle;
}

/* ---------------------- HOVER EFFECTS STYLE ---------------------- */

.item-wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin: auto;
    padding: 4px;
}

.item-wrapper .line {    
    background-color: #333;
    position: absolute;
}

.item-wrapper .line span {
    background-color: #e3e3e3;
    position: inherit;
    display: block;
    transition: all .4s ease-out;
}

.item-wrapper .line-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.item-wrapper .line-right {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
}

.item-wrapper .line-bottom {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.item-wrapper .line-left {
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
}

.item-wrapper .line-top span {
    top: inherit;
    left: inherit;
    width: 0;
    height: 100%;
}

.item-wrapper .line-right span {
    top: inherit;
    right: inherit;
    width: 100%;
    height: 0;
}

.item-wrapper .line-bottom span {
    right: inherit;
    bottom: inherit;
    width: 0;
    height: 100%;
}

.item-wrapper .line-left span {
    left: inherit;
    bottom: inherit;
    width: 100%;
    height: 0;
}

.item-wrapper:hover .line-top span,
.item-wrapper:hover .line-bottom span {
    width: 100%;
}

.item-wrapper:hover .line-left span,
.item-wrapper:hover .line-right span {
    height: 100%;
}

.item-wrapper > .item {
    background-color: #008ec60c;
    padding: 20px;
    text-transform: uppercase;
}

.item-wrapper > .item > .display-part > h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    line-height: 25px;
    text-align: left;
}

.item-wrapper > .item > p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    font-family: "Encode Sans Expanded", sans-serif;
}
.heading-main-1 h2 {
    font-weight: 600;
}
.heading-main-1 p{
    font-weight: 500;
    color: var(--al-grey);
   }
   .display-part{
    display: flex;
   }
   .why-icn{
    height: 50px;
    width:50px;
    margin-right: 5px;
   }

   .why-section a:hover {
    color: #ffffff;
    transform: scale(1.06);
    outline: 2px solid var(--al-blue);
    box-shadow: 4px 5px 17px -4px var(--al-blue);
  }
  
  .why-section a::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--al-blue);
    transform: skewX(25deg);
    z-index: -1;
    transition: width 1000ms;
  }
  .why-section a:hover::before {
    width: 250%;
  }
  .why-img img{
    border-radius: 1px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  }
  .heading-main-1 .head::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #585858;
    width: 3px;
    height: 30px;
    margin-top: 5px;
   }
/*why end*/
/*strength start*/
.strength-card{
    border: 0px;
}
.strength-card img{
    height: 100px;
    width: 100px;
}
.strength-cardtitle{
    font-size: 14px;
    font-weight: 600;
}
/*strength end*/
/*contact start*/
.bg-3{
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),url('../img/contact-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(51, 124, 143, 0.02) 0px 1px 3px 0px, rgba(70, 123, 136, 0.15) 0px 0px 0px 1px;
}
.form{
    padding: 25px;
    
}
.contact-section button:hover {
    color: #ffffff;
    transform: scale(1.06);
    outline: 2px solid var(--al-blue);
    box-shadow: 4px 5px 17px -4px var(--al-blue);
  }
  
  .contact-section button::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--al-blue);
    transform: skewX(25deg);
    z-index: -1;
    transition: width 1000ms;
  }
  .contact-section button:hover::before {
    width: 250%;
  }
  .form-control:focus{
    box-shadow:none
  }
  .form-control{
    border-bottom: 1px solid var(--al-blue);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: transparent;
    border-radius: 0px;
  }
/*contact end*/
/*footer start*/
.footer-section{
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),url('../img/footer-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 20px;
    margin-top: 45px;
}
.footer-display{
    display: flex;
    align-items: center;
}
.f-icn{
    height: 20px;
    width: 20px;
    margin-right:7px;
}
.link-list ul{
    padding: 0px;
}
.footer-heading h4{
    color: var(--white);
    padding: 15px 0px;
}
.footer-display li{
    margin: 5px 0px;
}
.footer-display li a{
    color: var(--white);
}
.info-list ul{
padding: 0px;
}
.footerinfo-display{
    display: flex;
    margin: 15px 0px;
}
.footerinfo-display li, li a{
    color: var(--white);
}
.fi-icn{
    height: 27px;
    width: 27px;
    margin-right: 7px;
}
.info-main{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/footer-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-top: -90px;
    padding: 30px;
}
.footer-heading-1{
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer-heading-1 h4{
    color: var(--white);
}
.footer-social{
    display: flex;
}
.social-icon{
    height: 25px;
    width: 25px;
    margin-right: 10px;
}
.footer-section hr{
    border: 1px solid #fff;
}
.footerinfo-display li a:hover{
    color: var(--white);
}
.copyright p, p a{
    color: var(--white);
}



/*footer end*/

@media only screen and (max-width:600px) {
    .mission-card{
        height: 240px;
        padding: 35px 25px 30px 25px;
    }
    .about-txt{
        
        padding: 15px 0px;
    }
    .mv-maincard{
        width: 340px;
    }
    .navbar-logo{
        display: none;
    }
    .navbar-brand{
        display: block;
    }
    .navbar-toggler-icon{
        color: #fff;
    background-color: #fff;
    }
    .bg-2 {
        padding: 20px 0px;
    }
    .footer-section{
        margin-top: 0px;
    }
    .contact-section{
        padding: 0px;
    }
    .info-main {
        margin-top: 0px;
        padding: 10px 0px;
    }
    .footer-heading-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    .navbar-logo{
        display: none;
    }
    .navbar-brand{
        display: block;
    }
    .navbar-toggler-icon{
        color: #fff;
    background-color: #fff;
    }
    .mv-maincard{
        width: 300px;
    }
    .mission-card {
        height: 260px;
        padding: 45px 15px 15px 15px;
    }
    .mv-maincard {
        padding: 10px 10px 30px;
    }
    .item-wrapper > .item{
        height: 165px;
        padding: 10px;
    }
    .item-wrapper > .item > .display-part > h2 {
        font-size: 18px;
        line-height: 25px;
    }
    .about-img-mobile img{
        padding: 0px!important;
        display: block;
    }
    .about-img img{
        display: none;
    }
    .info-main {
        margin-top: 0px;
        padding: 10px;
    }
    .footer-heading-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    p,a,span{
        font-size: 14px;
    }
    .about-txt p{
        font-size: 14px;
    }
    .footer-section{
        margin-top: 10px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .item-wrapper > .item {
        height: 150px;
        padding: 15px;
    }
    .about-txt p{
        font-size: 15px;
    }
    p,a,span{
        font-size: 15px;
    }
}
