
*{
    border: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
::-webkit-scrollbar {
    display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
:root{
    --logo-color: #f80807;
    --white: #fff;
    --black: #000;
    --wp-color: #26c943;
    --gray: #f4f1f1;
    --lightblack: #797777eb;

}
a{
    text-decoration: none !important;
    /* color: var(--black) !important; */
}

/* utilities - start */
.bg-color{
    background: var(--logo-color) !important;
}
.bg-gray{
    background-color: var(--gray) !important;
}
.text-color{
    color: var(--logo-color) !important;
}
.fill-color{
    fill: var(--logo-color) !important;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dir-col{
    flex-direction: column;
}
.short-text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fs-12{
    font-size: 12px;
}

/* utilities - end */
.icon-img img,
.inp-div img,
.rp-img img,
.loveimg img,
.workimg img,
.endtoend img,
.dg-icon img,
.pimg img,
.popimg img,
.gye-img img,
.item img{
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}

/* offer bar - start */
.offer-bar{
    height: 50px;
    padding-top: 15px;
    border-bottom: 1px solid var(--white);
}
.offer-close-btn{
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: 600;
    font-size: 30px;
    background: transparent;
}
/* offer bar - end */

/* nav bar - start */
.navbar .navdiv{
    display: flex;
    justify-content: space-between;
}
.wp-icon{
    width: 45px;
    height: 45px;
    background-color: var(--wp-color);
    border-radius: 50%;
}
.btn-gfe{
    color: var(--white) !important;
    background-color: var(--logo-color) !important;
}
.navbar-nav{
    justify-content: center !important;
}
.navbar-nav li a{
    color: var(--black);
    font-size: 20px;
}
.nav-link:hover {
    color: var(--logo-color) !important;
}
.dropdown-menu{--bs-dropdown-link-active-bg: #229da7 !important;}
.num1{
    font-size: 20px;
}
.num2{
    font-size: 20px;
    text-align: end;
}
/* nav bar - end */

/* home banner - start */
.home-banner .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}
.home-banner .owl-nav .owl-prev,
.home-banner .owl-nav .owl-next{
    position: absolute;
    top: 45%;
    color: var(--white) !important;
    transform: scale(3);
}
.home-banner .owl-nav .owl-prev{
    left: 20px;
}
.home-banner .owl-nav .owl-next{
    right: 20px;
}
.banner-area{
    background-image: url('../images/dynamic_banner.webp');
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-color: #000000; 
    padding: 0px;
    margin: 0px; 
    position: relative;
    z-index:1;  
    width: 100%;
    padding: 90px 0;
    border-image: fill 0 linear-gradient(to right, #000000, transparent) ;
}
/* home banner - end */

/* why choose us - start */
.whychooseus .slider{
    overflow: hidden;
    white-space: nowrap;
}
.whychooseus .slide-track{
    display: inline-block;
    animation: scroll 25s linear 1s infinite;
}
@keyframes scroll {
    0%{
        transform:translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.whychooseus .slider:hover .slide-track{
    animation-play-state: paused;
}
.whychooseus .slider .slide-track img{
    width: 205px;
}
/* why choose us - end */

/* complete service - start */
.cts-card{
    padding: 10px;
    height: 310px;
    border-radius: 15px;
}
.card1{
    background-color: #6ad3dc;
}
.card2{
    background-color: var(--white);
    box-shadow: 0 0 5px var(--black);
}
.card2 h3{
    font-size: 20px;
}
.card2 p{
    font-size: 12px;
}
/* complete service - end */

/* get estimate - start */
.gediv1,
.gediv2,
.gediv3{
    background-color: var(--white);
    box-shadow: 0 0 5px var(--logo-color);
    border-radius: 15px;
}
.gediv1:hover,
.gediv2:hover,
.gediv3:hover{
    box-shadow: 0 0 20px var(--logo-color);
}
/* get estimate - end */

/* slidr div - start */
.sliderdiv .item img{
    border-radius: 15px;
}
/* .slider .owl-item{
    height: 250px;
} */
.slider .owl-item .item{
    height: 100%;
}
.sliderdiv .owl-prev{
    top: 45%;
    left: -30px;
    position: absolute;
    transform: scale(2);
}
.sliderdiv .owl-next{
    top: 45%;
    right: -30px;
    position: absolute;
    transform: scale(2);
}
/* slidr div - end */

/* way we work - start */
.bg-step{
    width: 30px;
    height: 30px;
    background-color: #b0eff5;
    border-radius: 50%;
    padding-top: 4px;
    font-weight: bold;
    color: var(--black);
    cursor: pointer;
}
.active-step{
    background-color: var(--logo-color);
    color: var(--white);
}
.p-line{
    margin-top: 15px;
    width: 10%;
    border-top: 1px solid var(--black);
}
.p-line1{
    margin-right: -15px;
}
.p-line2{
    margin-left: -20px;
    margin-right: -15px;
}
.p-line3{
    margin-left: -15px;
    margin-right: -5px;
}
.p-line4{
    margin-left: -5px;
    margin-right: -30px;
}
.step-line{
    width: 5% !important;
}
.tstep{
    font-size: 13px;
}
.cstep{
    animation: step 1s ease-in;
}
@keyframes step {
    0%{
        transform: translateY(50%);
        opacity: 0;
    }
}
/* way we work - end */

/* end to end - start */
.endtoend{
    max-width: 150px !important;
}
.endtoend h4{
    font-size: 18px;
}
/* end to end - end */

/* what set us apart - start */
.wsus div div{
    position: relative;
}
.wsus .frow{
    display: flex;
    justify-content:end;
    text-align: end;
    align-items: center;
}
.wsus .frow p{
    margin: 0;
}
.wsus .tbr{
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px var(--logo-color);
}
.wsus .bbr{
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px var(--logo-color);
}
.wsus .brd{
    height: 100%;
    padding: 10px 15px 0 15px;
    border: 1px solid var(--logo-color);
    box-shadow: 0 0 10px var(--logo-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wsus .trow{
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* what set us apart - end */

/* love us - start */
.loveus div{
    flex-wrap: wrap-reverse !important;
}
/* love us - end */

/* review - start */
.review .item{
    height: 300px;
}
.review .item .card{
    border: none;
    box-shadow: 0 0 15px var(--black);
    border-radius: 10px;
    height: 100%;
}
.review .item .card iframe{
    width: 100%;
    height: 80%;
    border-radius: 15px;
}
.review .owl-prev{
    top: 130px;
    left: -30px;
    position: absolute;
    transform: scale(2);
}
.review .owl-next{
    top: 130px;
    right: -30px;
    position: absolute;
    transform: scale(2);
}
/* review - end */

/* blog- start */
.blog .item .card{
    width: 100%;
    border: none;
    box-shadow: 0 0 15px var(--black);
    border-radius: 10px;
}
.blog .owl-prev{
    top: 130px;
    left: -30px;
    position: absolute;
    transform: scale(2);
}
.blog .owl-next{
    top: 130px;
    right: -30px;
    position: absolute;
    transform: scale(2);
}
/* blog- start */

/* partner - start */
.partner .slider{
    overflow: hidden;
    white-space: nowrap;
}
.partner .slide-track{
    display: inline-block;
    animation: partner 15s linear 1s infinite;
}
@keyframes partner {
    0%{
        transform:translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.partner .slider:hover .slide-track{
    animation-play-state: paused;
}
.partner .slide-track .img-div{
    width: auto;
    height: 250px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 0 5px var(--black);
    object-fit: contain;
    margin: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner .slide-track .img-card{
    border-radius: 10px;
}
/* partner - end */

/* location - start */
.btn-loc{
    /* background-color: rgb(198, 192, 192);
    border-radius: 15px; */
}
.btn-loc h2{
    margin: 0;
    padding: 20px;
    color: var(--white);
    cursor: pointer;
}
.btn-loc .de-active{
    background-color: transparent;
}
.btn-loc .active{
    background-color: rgb(89, 88, 88);
    border-radius: 15px;
}
.icon-div ul li{
    list-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--logo-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 25px;
}
.add-div ul{
    padding-left: 0;
}
.add-div ul li{
    list-style: none;
    height: 50px;
    display: flex;
    align-items: center;
    margin-block: 25px;
}
/* location - end */

/* footer - start */
.footer ul li,.footer ul li:first-child{
    list-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--logo-color);
    margin:0 7px;
    padding: 2px 14px;
    line-height: 44px
}
.footer ul li:first-child{
    list-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--logo-color);
    margin:0 7px;
    padding: 2px 18px;
    line-height: 44px
}
.footer-link span a{
    color: #fff !important;
}
.footer-link p a{
    color: var(--black) !important;
}
/* footer - end */

/* links - start */
.link-sec{
    background-color: #363534;
    color: var(--white);
}
.links ul li a{
    color: var(--gray) !important;
}
.links ul li{
    list-style: none;
}
.line{
    border-bottom: 2px solid var(--logo-color);
}
/* links - end */

/* process is easy - start */
.pie-div{
    background-color: var(--white);
    box-shadow: 0 0 5px var(--black);
    border-radius: 30px;
    /* width: 250px;
    height: 250px; */
    padding: 10px;
    position: relative;
}
.pie-img{
    height: 100%;
    border: 1px solid var(--logo-color);
    border-radius: 30px;
}
.pie-img img{
    position: absolute;
    bottom: -17px;
}
.pie-con{
    margin-top: 10px;
    text-align: center;
}
.earn-ref{
    background-color: var(--logo-color);
    border-radius: 25px;
}
.tc-div{
    background-color: var(--white);
    border-radius: 25px;
    padding: 10px;
    font-size: 20px;
}
/* process is easy - end */

/* design gallery - start */
.dg-img{
    cursor: pointer;
    /* height: 250px; */
}
.dg-img img{
    max-width: 100%;
    min-width: 100%;
    border-radius: 15px;
}
.img-gallery h2 {
    font-size: 19px !important;
}

/* design gallery - end */

/* recent project images - start */
.rp-img{
    padding: 5px;
    cursor: pointer;
    /* height: 250px; */
}
.rp-img img{
    border-radius: 15px;
}
.lg-img-wrap{
    top: 3% !important;
    max-height: 95% !important;
}
/* recent project images - start */

/* popup - start */
.dg-popup,
.popup{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--lightblack);
}
.popup{
    z-index: 500;
}
.popupdiv{
    background: var(--white);
    box-shadow: 0 0 10px var(--logo-color);
    border-radius: 20px;
    height: 70vh;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: popup 0.5s linear;
    overflow: scroll;
}
@keyframes popup {
    0%{
        transform: scale(0.5);
    }
    100%{
        transform: scale(1);
    }
}
.popimg{
    max-width: 50%;
    height: 100%;
}
.formdiv{
    max-width: 50%;
}
.popimg img{
    border-radius: 20px 0 0 20px;
}
.formdiv form input,
.formdiv form select{
    border: 1px solid var(--lightblack);
    padding: 10px;
    border-radius: 10px;
    width: 80%;
    margin-bottom: 10px;
}
.formdiv p{
    font-size: 13px;
}
.wp-div input{
    width: 15px !important;
}
.clsbtn{
    position: absolute;
    top: 50px;
    right: 50px;
}
/* popup - end */

/* design gallery popup - start */
.dg-popup{
    z-index: 150;
}
.dg-popupdiv{
    background: var(--black);
    max-width: 80%;
    max-height: 90vh;
    animation: dgpopup 0.5s linear;
}
@keyframes dgpopup {
    0%{
        transform: scale(0.5);
    }
    100%{
        transform: scale(1);
    }
}
.popupinfo{
    max-width: 100%;
    max-height: 100%;
    margin: 30px;
    border-radius: 20px;
    display: flex;
    color: var(--black);
    background-color: var(--white);
}
.pimg{
    width: 55%;
}
.pctn{
    width: 45%;
}
.pimg img{
    border-radius: 20px 0 0 20px;
}
.dg-popup .carousel-control-next,
.dg-popup .carousel-control-prev {
    border-radius: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: var(--logo-color);
    opacity: 1;
}
.dg-popup .carousel-control-next{
    right: 2%;
}
.dg-popup .carousel-control-prev {
    left: 2%;
}
.dg-icon{
    width: 70px;
}
.dg-icon p{
    font-size: 12px;
}
.b-line{
    width: 95%;
    border-bottom: 1px solid var(--gray);
}
/* design gallery popup - end */

/* get your estimate - start */
.gye-div{
    position: relative;
    background: transparent;
    z-index: 0;    
}
.dot-line{
    position: absolute;
    top: 50px;
    border-bottom: 2px dotted var(--lightblack);
    width: 70%;
    z-index: -1;
}
.gye-div .row{
    background: transparent;
}
.gye-img{
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    background-color: var(--white);
    border-radius: 50%;
    border: 1px solid var(--lightblack);
}
.gye-con{
    flex-direction: column;
}
.esthome-btn2{
    display: none;
}
/* get your estimate - end */

/* calculate - start */
.cal-nav{
    height: 80px;
    box-shadow: 0 1px 5px var(--black);
}
.cal-logo{
    padding-top: 10px;
}
.cal-num{
    padding-top: 30px;
}
.cal-div{
    position: relative;
    z-index: 0;
    padding-top: 30px;
}
.cal-div p{
    font-size: 10px;
}
.prog-line1{
    position: absolute;
    z-index: -1;
    top: 39px;
    left: 16%;
    width: 0%;
    height: 3px;
    background-color: var(--logo-color);
    transition: width 0.3s ease;
}
.prog-line2{
    position: absolute;
    z-index: -2;
    top: 39px;
    left: 16%;
    width: 66%;
    border-bottom: 1px solid var(--lightblack);
}

.prog-dot{
    background-color: var(--white);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--lightblack);
}
.p-active{
    border: 6px solid var(--logo-color);
}
.p-finish{
    background-color: var(--logo-color);
    border: 1px solid var(--logo-color);
}
.p-finish::after{
    content: " ";
    display: block;
    width: 10px;
    height: 6px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    margin-top: 5px;
    margin-left: 4px;
    transform: rotate(-45deg);
}
.cal-form{
    background-color: rgba(232, 230, 230, 0.5);
}
.cal-form-div{
    position: relative;
    margin-top: 20px;
    background-color: var(--white);
    box-shadow: 0 0 5px var(--gray);
    border-radius: 10px;
    width: 800px;
    height: calc(100vh - 100px);
}
.inp-div input{
    transform: scale(1.5);
    margin-right: 10px;
}
.inp-div{
    width: 350px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.div-arrow{
    position: absolute;
    top: 15px;
    right: 15px;
}
.sub-div,
.div-up{
    display: none;
}
.sub-div{
    margin-top: -15px;
    padding: 0 15px 5px;
}
.inp-div2{
    padding: 10px;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}
.non-selected{
    box-shadow: 0 2px 2px gray;
}
.selected{
    border: 2px solid var(--logo-color);
}
.next-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 15px 30px;
    color: var(--white);
    background-color: #b8e2e6;
}
.back-btn{
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 15px 30px;
    color: var(--logo-color);
    background-color: var(--white);
    cursor: pointer;
}
.pac-div{
    width: 100%;
    height: 75vh;
    overflow: auto;
}
.rig-icon{
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
}
.rig-icon::before{
    content: " ";
    display: block;
    width: 15px;
    height: 6px;
    position: absolute;
    top: 9px;
    left: 5px;
    border: solid var(--logo-color);
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}
#ptype{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#finish,
#package{
    display: none;
}
.c-form{
    width: 300px;
}
.c-form input,
.c-form select{
    border: 1px solid var(--lightblack);
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.c-form p{
    font-size: 13px;
}
.wp-div label{
    font-size: 14px;
}
/* calculate - end */

/* terms & condition - start */
.tandc{
    padding: 25px !important;
    background-color: var(--white);
    box-shadow: 0 0 5px var(--lightblack);
    border-radius: 15px;
    color: var(--lightblack);
}
.tandc table th,
.tandc table td{
    color: var(--lightblack);
}
/* terms & condition - end */

/* Sweet Alert CSS - start */
.my-swal-confirm-button {
    background: var(--logo-color) !important;
}
.my-swal{
    z-index: 1000;
}
  /* Sweet Alert CSS - end */   
  /* dynamic pages css start */
.enquiry-form-banner{
    background: url(../images/enquiry_banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding: 50px 0;
    border-image: fill 10 linear-gradient( to top, #000000, transparent) ;
}
.enquiry-form{
    padding: 30px;
    background: rgba( 255, 255, 255, 0 );
    box-shadow: 0 8px 32px 0 rgba( 35, 157, 167, 0.37 );
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur(2px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.icon-con{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: var(--logo-color);
    display: flex;
    justify-content: center;
    align-items: end;
}

/* About Us Page - Start */
.hero {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(../images/aboutUsPageBg1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:768px) {
    .hero {
        align-items: center;
        height: 65vh;
    }
}

.aboutUsHero {
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    background-image: url(../images/banners/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1111;
}

@media (min-width:576px) {
    .aboutUsHero {
        align-items: end;
        height: 30vh;
    }
}

@media (min-width:768px) {
    .aboutUsHero {
        align-items: end;
        height: 50vh;
    }
}

@media (min-width:992px) {
   .aboutUsHero {
       height: 60vh;
   }
}

@media (min-width:1200px) {
   .aboutUsHero {
       height: 70vh;
   }
}

.aboutUsHero a:hover {
    color: var(--logo-color);
}

.aboutUsHero .left {
    margin: auto;
    text-align: center;
}

@media (min-width:768px) {
    .aboutUsHero .left {
        text-align: left;
    }
}

.aboutUsHero .right {
    margin: auto;
}

.aboutUsHero .right .inner {
    text-align: center;
    display: none;
}

@media (min-width:768px) {
    .aboutUsHero .right .inner {
        text-align: left;
        display: block;
    }
}

.hero .right .inner {
    position: relative;
}

.hero .right .inner::before {
    position: absolute;
    background-color: var(--logo-color);
    height: 100%;
    width: 6px;
    content: '';
}

.hero .right .inner .description {
    margin-left: 18px;
    width: 100%;
    color: #757575;
    line-height: 32px;
}

@media (min-width:576px) {
    .hero .right .inner .description {
        margin-left: 18px;
        width: 100%;
        color: #757575;
        line-height: 32px;
    }
}

@media (min-width:768px) {
    .hero .right .inner .description {
        margin-left: 18px;
        width: 100%;
        color: #757575;
        line-height: 32px;
    }
}

@media (min-width:992px) {
    .hero .right .inner .description {
        margin-left: 12px;
        width: 90%;
    }
}

@media (min-width:1200px) {
    .hero .right .inner .description {
        margin-left: 18px;
    }
}

@media (min-width:1400px) {
    .hero .right .inner .description {
        margin-left: 24px;
    }
}

.abtSecOne {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/aboutUsPageBg2.svg);
}

@media (min-width:576px) {
    .abtSecOne {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.abtSecOne .titleOne {
    margin-top: 15px;
    margin-bottom: 12px;
}

@media (min-width:992px) {
    .abtSecOne .titleOne {
        margin-top: 15px;
        margin-bottom: 12px;
    }
}

@media (min-width:1200px) {
    .abtSecOne .titleOne {
        margin-top: 18px;
        margin-bottom: 14px;
    }
}

@media (min-width:1400px) {
    .abtSecOne .titleOne {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.abtSecOne .marginTop {
    margin-top: 0px;
}

@media (min-width:992px) {
    .abtSecOne .marginTop {
        margin-top: 120px;
    }
}

.abtSecOne .card {
    margin: 12px;
    padding: 15px;
}

@media (min-width:992px) {
    .abtSecOne .card {
        margin: 12px;
        padding: 15px;
    }
}

@media (min-width:1200px) {
    .abtSecOne .card {
        margin: 16px;
        padding: 18px;
    }
}

@media (min-width:1400px) {
    .abtSecOne .card {
        margin: 20px;
        padding: 22px;
    }
}

.abtSecOne .card img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.abtSecThree {
    background: #EFF2F7;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

/* .abtSecCaro .container.one {
   position: absolute;
   left: 50%;
   top: 0;
   transform: translate(-50%, -50%);
 } */
.abtSecCaro {
    background: #EFF2F7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.abtSecCaro .slick-track {
    display: flex;
    align-items: center;
}

.abtSecCaro .card {
    padding: 30px 15px;
    border: none;
}

@media (min-width:768px) {
    .abtSecCaro .card {
        padding: 40px 20px;
    }
}

.abtSecCaro .card img {
    width: 120px !important;
    height: auto;
    margin: auto;
}

@media (min-width:576px) {
    .abtSecCaro .card img {
        width: 110px !important;
    }
}

@media (min-width:992px) {
    .abtSecCaro .card img {
        width: 120px !important;
    }
}

@media (min-width:1200px) {
    .abtSecCaro .card img {
        width: 140px !important;
    }
}

@media (min-width:1400px) {
    .abtSecCaro .card img {
        width: 150px !important;
    }
}

.abtSecThree .container.two .titleThree {
    width: 90%;
}

.abtSecThree .container.two .description {
    margin-left: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.abtSecFour {
    padding-top: 40px;
    padding-bottom: 40px;
}

.abtSecFour .card .inner {
    z-index: 1;
    flex-direction: column;
}

@media (min-width:768px) {
    .abtSecFour .card .inner {
        flex-direction: row;
    }
}

.abtSecFour .card .titleOne {
    text-align: center;
}

@media (min-width:768px) {
    .abtSecFour .card .titleOne {
        text-align: left;
    }
}

.abtSecFour .card .btn {
    background-color: #222532 !important;
}

.heroSM {
    display: none;
}

@media (min-width:992px) {
    .heroSM {
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        right: 7%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width:768px) {
    .heroSM img {
        width: 24px;
        height: 24px;
    }
}

@media (min-width:992px) {
    .heroSM img {
        width: 26px;
        height: 26px;
    }
}

@media (min-width:1200px) {
    .heroSM img {
        width: 28px;
        height: 28px;
    }
}

@media (min-width:1400px) {
    .heroSM img {
        width: 30px;
        height: 30px;
    }
}

.heroSM .flwTxt {
    transform: translate(0%, 50%) rotate(-90deg);
    color: #222532 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 0;
}
.social{
    background-color: var(--logo-color);
    border-radius: 10%;
    padding: 10px;
}
/* About Us Page - End */
/* Contact Page - Start */
 /* contact section One - start */
 .contactSecOne {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:576px) {
    .contactSecOne {
        height: 100vh;
    }
}
@media (min-width:768px) {
   .contactSecOne {
       height: 80vh;
   }
}


.contactSecOne .titleFive {
    line-height: 25px;
    text-align: left;
}

.contactSecOne .placeHold {
    padding: 15px 15px !important;
}

.contactSecOne .placeHold::placeholder {
    color: #909090 !important;
    font-weight: 600 !important;
}

/* contact section One - end */
/* contact section Two - start */
.contactSecTwo {
    height: 70vh;
    padding-top: 0px;
    padding-bottom: 0px;
}

.contactSecTwo .container {
    height: 100%;
}

/* contact section Two - end */
/* contact section Three - start */
.contactSecThree {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contactSecThree img {
    width: 20px;
    height: auto;
}

.contactSecThree .innerRow {
    margin-top: 30px;
}

.contactSecThree .innerRow .titleFour {
    text-align: left;
}

.contactSecThree .innerRow .description {
    margin-left: 10px;
    margin-bottom: 0px;
    text-align: left;
}

/* contact section Three - end */
.bigText {
    font-size: 36px;
    line-height: 30px;
    text-align: left;
}

@media (min-width:576px) {
    .bigText {
        font-size: 46px;
        line-height: 50px;
    }
}

@media (min-width:768px) {
    .bigText {
        font-size: 56px;
        line-height: 60px;
    }
}

@media (min-width:992px) {
    .bigText {
        font-size: 66px;
        line-height: 70px;
    }
}

@media (min-width:1200px) {
    .bigText {
        font-size: 76px;
        line-height: 90px;
    }
}

@media (min-width:1400px) {
    .bigText {
        font-size: 96px;
        line-height: 120px;
    }
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.titleFive {
    font-size: 18px;
    line-height: 32px;
}

@media (min-width:768px) {
    .titleFive {
        font-size: 20px;
        line-height: 36px;
    }
}

@media (min-width:992px) {
    .titleFive {
        font-size: 25px;
        line-height: 40px;
    }
}

@media (min-width:1200px) {
    .titleFive {
        font-size: 25px;
        line-height: 44px;
    }
}
.mr-6 {
    margin-right: 6px;
}
.ml-6 {
    margin-left: 6px;
}
/* Contact Page - End */