/* ==============
 ========= Css Documentation =========

 Template Name: Revest
 Version: 1.0
 Description: Water Doctor
 Author: Omotosho Michael
*/

/* @font-face {
    font-family: "interLight";
    src: url("../fonts/inter/Inter_18pt-Light.ttf")format("ttf")
}
@font-face {
    font-family: "interRegular";
    src: url("../fonts/inter/Inter_18pt-Regular.ttf")format("ttf")
}
@font-face {
    font-family: "interMedium";
    src: url("../fonts/inter/Inter_18pt-Medium.ttf")format("ttf")
}
@font-face {
    font-family: "interSemiBold";
    src: url("../fonts/inter/Inter_18pt-SemiBold.ttf")format("ttf")
}
@font-face {
    font-family: "interBold";
    src: url("../fonts/inter/Inter_18pt-Bold.ttf")format("ttf")
}
@font-face {
    font-family: "interExtraBold";
    src: url("../fonts/inter/Inter_18pt-ExtraBold.ttf")format("ttf")
} */



@font-face {
    font-family: "interBold";
    src: url("../fonts/inter/Inter-Bold.woff2")
}
@font-face {
    font-family: "interRegular";
    src: url("../fonts/inter/Inter-Regular.woff2")
}
@font-face {
    font-family: "interSemiBold";
    src: url("../fonts/inter/Inter-SemiBold.woff2")
}

:root {
  --pricol: #0D7CF2; /* Assigning a color value */
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  font-family: "interRegular";
  color: #000;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden !important;
}

.btn-primary{
    background: var(--pricol);
    font-size: 15px;
    border-radius: 12px;
    padding: 10px 24px;
}
.btn-success{
    background: #fff;
    color: var(--pricol);
    font-size: 15px;
    border-radius: 12px;
    padding: 10px 24px;
    border-color: #fff;
}
.btn-success:hover{
    background: #fff;
    color: var(--pricol);
    border-color: #fff;
}
.headings h1{
    font-size: 30px;
    font-family: 'interBold';
}
.headings p{
    font-size: 16px;
}
.colorA{
    color: var(--pricol);
    font-size: 16px;
    letter-spacing: 1px;
}
.colorA:hover{
    text-decoration: none;
}
.colorA span{
    border-bottom: 2px solid var(--pricol);
}
a:hover{
    text-decoration: none;
}

/* NAVBAR */
header{
    padding: 12px 0px;
    /* border-bottom: 1px solid #ccc; */
}
.nav-continer{
    max-width: 1250px;
}
.nav-link, .navbar{
    padding: 0rem 0rem;
}
.navbar-nav.defNav .nav-link{
    color: #0C101F;
    font-family: "interSemiBold";
    padding: 18px 0px !important;
}
.navbar-nav.defNav .nav-link.active{
    background: #D7ECFE;
    color: #0D7CF2;
    border-radius: 8px;
    padding: 18px 16px !important;
}
#inMobile{
    display: none
}
.validID{
    width: 0px;
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    right: 0;
    transition: 0.2s;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
}
.validID .closeWrapper{
    padding: 10px;
    border-bottom: 1px solid rgba(186, 192, 212, 0.6);
}
.validID .closeSideAction{
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(242, 242, 245, 1);
    text-align: center;
    padding-top: 6px
}
.validID .validIDbody li a{
    color: #000;
    padding: 1.5rem 1.25rem !important;
    display: block !important;
}
.validID .validIDbody li a:hover{
    background: #f2f2f2;
    text-decoration: none;
}
.validID .validIDbody li{
    padding: 0px;
    border-bottom: none;
}



/* SLICK SLIDER */
.homeSlider .slick-prev, .homeSlider .slick-next{
    background: rgba(255, 255, 255, 0.32);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 99
}
.homeSlider .slick-prev:hover, .homeSlider .slick-next:hover{
    background: rgba(255, 255, 255, 0.32);
}
.homeSlider .slick-next{
    right: 25px
}
.homeSlider .slick-prev{
    left: 25px
}
.sliderContainer{
    max-width: 1350px
}

.homeSlider .slick-next:before{
    /* content: ""; */
    background-image: url('../images/arrow-right.png') !important;
}
.homeSlider .slick-prev:before{
    /* content: ""; */
    background-image: url('../images/arrow-left.png') !important;
}
.homeSlider .slick-prev:before, .homeSlider .slick-next:before{
    color: transparent;
}
.homeSlider .slick-dots{
    position: absolute;
    bottom: 20px !important;
    display: flex !important;
    padding: 0;
    width: inherit;
    left: 48%;
    margin: 0;
    list-style: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.32) !important;
    border-radius: 100px;
    justify-content: center;
}
.homeSlider .slick-dots li button:before{
    font-size: 33px;
}
.homeSlider .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #fff;
    /* width: 20px; */
}

/* benefit */
.benefits .slick-prev, .benefits .slick-next{
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #DDDFE4;
}
.benefits .slick-prev:hover, .benefits .slick-next:hover{
    background: rgba(255, 255, 255, 0.32);
}
.benefits .slick-arrow {
    top: -50px;
    position: absolute;
}

.benefits .slick-next{
    right: 120px;
    /* left: 1200px;
    top: -435px !important;
    position: relative; */
}
.benefits .slick-prev{
    right: 200px;
    /* left: 1120px;
    bottom: 20px;
    position: relative; */
}

.benefits .slick-next:before{
    background-image: url('../images/ben-arrow-right.png') !important;
}
.benefits .slick-prev:before{
    background-image: url('../images/ben-arrow-left.png') !important;
}
.benefits .slick-prev:before, .benefits .slick-next:before{
    color: transparent;
}

.benefits .slick-dots li button:before{
    width: 40px;
    height: 10px;
}
.benefits .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #294B9E;
    background-image: url('../images/activeben.png') !important;
    content: '';
    top: 5px;
}
.benefits .slick-dots li button:before{
    font-size: 33px;
    color: #aaa;
}
.benList{
    /* margin-left: 125px; */
}
.benList .eachben img{
    width: 100%;
    height: 375px;
    object-fit: contain;
}


/* HOME PAGE */
.eachslider{
    height: 600px;
    border-radius: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 150px
}
.small_titleSvg{
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 15px 5px 15px;
    color: #0D7CF2;
    font-size: 13px
}
.eachslider h1{
    color: #fff;
    font-size: 62px;
    font-family: 'interBold';
    margin-top: 25px;
}
.eachslider .text{
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
}
.marqueeslide .marImg{
    height: 55px;
    width: 150px;
    border-radius: 50px;
    object-fit: cover;
    display: inline-block;
}
.marqueeslide .martext{
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'interSemiBold';
    margin-top: 14px;
}
/* BREADCRUM */

.breadcrum{
    height: 200px;
    border-radius: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 100px
}
.breadcrum.withPara{
    height: 250px;
}
.breadcrum h1{
    color: #fff;
    font-size: 50px;
    font-family: 'interBold';
    margin-top: 10px;
    margin-bottom: 0px;
}
.breadcrum p:last-child{
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.homeAboutus{
    background: #E7F4FF;
    border-radius: 24px;
    padding: 50px 15px
}
.homeAboutus h1{
    font-size: 45px;
    font-family: 'interSemiBold';
    color: #282735;
}
.homeAboutus p{
    font-size: 17px;
    line-height: 28.8px;
}

.threegrid .eachgrid{
    background: #E7F4FF;
    margin: 10px 0px;
    border-radius: 12px;
    padding: 32px 24px;
}
.threegrid .eachgrid h1{
    font-size: 20px;
    font-family: 'interSemiBold';
    margin-top: 50px;
}
.threegrid .eachgrid p{
    line-height: 28px;
    font-size: 15px;
    color: #272B36;
    height: 130px
}

.offset-custom {
    margin-left: calc((100% - 1100px) / 2);
}

.eachtest{
    border: 1px solid #DDDFE4;
    border-radius: 15px;
    padding: 20px;
    margin: 10px
}
.eachtest .topInfo img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.eachtest .topInfo .username p:first-child{
    font-size: 15px;
    font-family: 'interSemiBold';
}
.eachtest .text{
    padding-top: 60px
}
.eachtest .text p{
    font-size: 15px;
    margin-bottom: 0px
}
.clr-gry.slick-arrow {
    top: -50px;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    padding-top: 6px;
    cursor: pointer
}
.fa-angle-left.clr-gry {
    right: 80px;
}
.fa-angle-right.clr-gry {
    right: 10px;
}
/* END HOME PAGE */


/* SERVICE */
.values .rowside .eachvalue{
    background: #E7F4FF !important
}
.eachvalue .writeup .img{
    width: 100%;
    object-fit: cover;
    height: 275px;
    border-radius: 12px;
}
.imgsid img{
    width: 100%;
    height: 227px;
    object-fit: cover
}
.vid iframe{
    height: 480px
}
.forMobile{
    display: none
}

/* CONTACT */
.contactwrap h1{
    font-family: 'interBold';
    font-size: 42px;
}
.contactwrap p{
    font-size: 15px;
    margin-top: 20px;
}
.formwrap input{
    height: 45px;
}
.formwrap .form-control{
    border-color: #C3CBE8;
    background: #F4F6FA;
}
.formwrap button{
    border-radius: 100px
}
.constsection{
    margin: 70px 0px
}
.icon-indicator::before {
    content: "+"; /* Default plus icon */
    float: right;
    transition: transform 0.3s ease-in-out;

    right: -8px;
    padding-right: 10px;
    position: relative;
    font-size: 28px;
    top: -13px;
}

.btn-link[aria-expanded="true"] .icon-indicator::before {
    content: "-"; /* Minus icon when expanded */
    transform: rotate(180deg); /* Optional: add a rotation effect */

    right: 2px;
    padding-right: 10px;
    position: relative;
    font-size: 40px;
    top: -18px;
}
#accordionExample .plusminus{
    border: 1px solid #000;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
#accordionExample button:focus{
    border-color: none;
    outline: none;
    box-shadow: none
}
#accordionExample button:hover{
    text-decoration: none
}
#accordionExample button{
    color: #121212
}
#accordionExample .card-body{
    text-align: left;
    color: #555
}



/* FOOTER */
footer{
    background-color: #161920;
    padding: 40px 0px 10px 0px;
}
.footercontainer{
    padding: 0px 65px;
}
footer .calltoaction{
    background: #1B3AA3;
    border-radius: 24px;
    padding: 64px 20px;
}
footer .calltoaction h1{
    color: #fff;
    font-family: 'interSemiBold';
    font-size: 40px;
}
footer .calltoaction p{
    color: #BACAFF;
    font-size: 15px;
}
footer .footmenu{
    padding: 20px;
}
footer .footmenu .fmenus p{
    font-size: 17px;
    font-family: 'interSemiBold';
    color: #fff;
}
footer .footmenu .fmenus a{
    color: #ffff;
    margin: 7px 0px;
    display: inline-block;
    font-size: 13px;
}
footer .footmenu .fmenus a:hover{
    text-decoration: none;
}
.subinput{
    background: transparent;
    border: none;
    color: #BACAFF !important;
    font-size: 14px;
}
.subinput::placeholder{
    color: #BACAFF !important;
}
.subinput:focus{
    outline: none;
    box-shadow: none;
    background: transparent;
    border: none;
}
.wrapsubinput{
    border: 1px solid #BACAFF;
    padding: 5px;
    border-radius: 100px;
}
.subSubmit{
    background: #fff;
    color: #1B3AA3;
    border-color: #fff;
    border-radius: 100px;
    font-size: 14px
}
.formplace{
    padding: 0px 120px;
}


/* ABOUT US */
.aboutcontainer{
    max-width: 1250px
}
.aboutwrap{
    background: #1B3AA3;
    padding: 50px 20px;
}
.aboutwrap .imgwrap{
    position: relative;
}
.aboutwrap .imgwrap img.banner{
    width: 100%;
    height: 620px;
    border-radius: 16px;
    object-fit: cover;
}
.aboutwrap .iconplay{
    position: absolute;
    left: 44%;
    top: 47%;
    cursor: pointer;
}
.aboutwrap .aboutSlider{
    margin-right: 100px;
    margin-top: 90px;
}
.aboutwrap .aboutSlider .eachslide h1{
    color: #fff;
    font-size: 55px;
    font-family: 'interBold';
}
.aboutwrap .aboutSlider .eachslide p{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin: 20px 0px;
}

.aboutSlider .slick-dots{
    position: absolute;
    bottom: -70px !important;
    display: flex !important;
    padding: 0;
    width: inherit;
    left: 40%;
    margin: 0;
    list-style: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.32) !important;
    border-radius: 100px;
    justify-content: center;
}
.aboutSlider .slick-dots li button:before{
    font-size: 33px;
}
.aboutSlider .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #fff;
    /* width: 20px; */
}

 .aboutUsMain{
    margin: 100px 0px;
}
.aboutUsMain .leftcont{
    position: relative
}
.aboutUsMain .leftcont .contentsOn img{
    width: 200px
}
.aboutUsMain .leftcont .contentsOn{
    position: absolute;
    top: 0px;
    padding: 25px 20px
}
.aboutUsMain .leftcont h1{
    font-size: 26px;
    font-family: 'interSemiBold';
}
.aboutUsMain .linkss{
    background: #fff;
    padding: 5px 0px 0px 5px;
    border-top-left-radius: 38px;
    margin-top: -55px
}
.aboutUsMain .centerInfo h1{
    color: #161920;
    font-family: 'interSemiBold';
    font-size: 40px;
    line-height: 58px;
}
.aboutUsMain .centerInfo p{
    font-size: 15px;
    color: #555;
    line-height: 28px;
}
.aboutUsMain .rightInfo img{
    width: 100%;
    border-radius: 16px;
    margin-top: 10px;
}

.values .rowside{
    padding: 40px 50px 0px 50px
}
.values .rowside .eachvalue{
    background: #fff;
    border-radius: 12px;
    padding: 20px
}
.values .rowside .eachvalue .writeup{
    margin-top: 60px;
}
.values .rowside .eachvalue h1{
    font-size: 22px;
    color: #161920
}
.values .rowside .eachvalue p{
    font-size: 15px;
    color: #555;
    margin-bottom: 0px;
}
.height377{
    height: 377px
}
.contOnImage{
    position: relative
}
.thecont{
    position: absolute;
    top: 10px;
    padding: 40px 60px;
}
.thecont h1{
    font-size: 30px
}
.iconlist{
    margin-top: 40px
}
.eachiconlist{
    margin-bottom: 30px
}
.eachiconlist .icontext{
    margin-left: 20px
}
.eachiconlist .icontext h1{
    font-size: 17px
}
.eachiconlist .icontext p{
    font-size: 15px;
    color: #555;
}


/* PRODUCTS */
.productlist{
    margin: 100px 0px;
}
.productlist .eachpro .wrapimg img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 16px;
}
.productlist .eachpro h1{
    font-size: 16px;
    font-family: 'interSemiBold';
    color: #282735
}
.productlist .eachpro a:hover{
    text-decoration: none;
}
.carwrap{
    background: #E7F4FF;
    border-radius: 100px;
    padding: 4px;
}
.carwrap .first a{
    padding: 10px 25px;
    color: #282735;
    display: inline-block;
    border-radius: 100px;
    font-size: 13px
}
.carwrap .first a.activea{
    background: #fff
}
.carwrap .first a:hover{
    text-decoration: none
}


/* footer bottom */
.footerBottom{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}
