@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    /* Fonts */
    
    --body-font: 'Poppins', sans-serif;

    /* Color */
    --primary: #115aa5;
    --black: #17030C;
    --white: #fff;
    --grey: #656565;
    --defult: #e38f25;

}
img.custom-logo {
    width: 260px;
    margin-bottom: 40px;
}
body {
    font-family: var(--body-font);
    /* font-size: 0.938rem; 
    font-size: 1vw;*/
    color: var(--black);
}

h1,
h2,
h3 {
    font-family: var(--body-font);
    font-weight: 700;
}
p{
font-size: 16px;
font-weight: 300;
line-height: 21px;
letter-spacing: 0em;

}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: 300ms ease-in all;
    color: var(--primary);
    text-decoration: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                    BOOTSTRAP
::::::::::::::::::::::::::::::::::::::::::::: */



.btn {
    text-transform: uppercase;
    font-weight: 500;
}

@media(min-width:575px) {
    .btn:not(.btn-lg) {
        font-size: 1.125rem;
        padding: 12px 28px;
        border-radius: 10px;  
    }
}

.btn-lg {
    padding-left: 1.75em;
    padding-right: 1.75em;
}

.btn-primary {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--defult);
    padding: 10px 42px;
    border-radius: 30px;
    border: 1px solid var(--defult);
    cursor: pointer;
    display: inline-block;
}
.btn-primary:hover {
    color: var(--black);
    background-color: var(--white);
    padding: 10px 42px;
    border-radius: 30px;
}


/*.input-group-lg>.btn,*/
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    font-size: 0.75em;
}
input.form-control,textarea.form-control,select.form-control{
    border: 1px solid #7a7a7a; 
}
input.form-control,select.form-control{
    height: 50px;
}
.form-check-input{
    border: 2px solid #7a7a7a;
}
.form-check-input:checked{
    background-color: var(--primary);
    border-color: var(--black);
}
.form-check-input:checked[type=radio]{
    --bs-form-check-bg-image: none;
}
.form-check-input[type=checkbox]{
    border-radius: 50%;
}
.form-check-input:checked[type=checkbox]{
    --bs-form-check-bg-image: none;
}

.arrow-mid .slick-prev{
    left: 38%;
    bottom: -35px;
    top: unset;
    z-index: 1;
}

.arrow-mid .slick-next{
    right: 38%;
    bottom: -35px;
    top: unset;
    z-index: 1;
}
 .slick-next::before{
    content: "\ea50" !important;
    color: var(--black);
}
.slick-prev::before{
    content: "\ea4d" !important;
    color: var(--black);
}
@media(min-width:992px) {
    .btn-lg {
        font-size: 1.25em;
        letter-spacing: 0.125em;
    }
}


.header-font {
    font-family: var(--header-font);
    font-weight: 500;
}

.relative {
    position: relative;
}

.max-720 {
    max-width: 720px;
}

.max-790 {
    max-width: 790px;
}

.shadow-md {
  box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.075) !important;
}
.defult-font{font-family: var(--defult-font);}
.bold-text p{
    font-weight: 700 !important;
}
.container-custom{
    max-width: 1440px;
    padding: 0 20px;
}
/* :::::::::::::::::::::::::::::::::::::::::::::
                    COMMON
::::::::::::::::::::::::::::::::::::::::::::: */

.sec-title-text {
    text-align: center;
    margin-bottom: 60px;
}
.sec-title-text h2{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.sec-title-text h2::after{
    content: "";
    position: absolute;
    top: 54%;
    transform: translateY(-46%);
    right: -114px;
    width: 100px;
    height: 2px;
    background-color: var(--defult);
}
.sec-title-text h2::before{
    content: "";
    position: absolute;
    top: 54%;
    transform: translateY(-46%);
    left: -114px;
    width: 100px;
    height: 2px;
    background-color: var(--defult);
}


.header{
    display: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                banner-start
::::::::::::::::::::::::::::::::::::::::::::: */

.banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.sec-title{
    font-size: 44px;
    font-weight: 600;
    line-height: 48px;
    color: var(--black);
}
.banner-content{
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 50px;
}
.banner-content .banner-left{
    width: 60%;
    padding-right: 120px;
}
.banner-content .banner-left h1{
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
    color: var(--white);
    font-family: var(--body-font);
}
.banner-content .banner-left p{
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    color: #d9d9d9;
    font-family: var(--body-font);
    margin: 17px 0 28px;
    margin-right: 170px;

}
.banner-content .banner-right{
    width: 40%;
    text-align: center;
}
.banner-content .banner-right form{
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(10, 10, 10, .1);
    -moz-box-shadow: 0 2px 6px 0 rgba(10, 10, 10, .1);
    box-shadow: 0 2px 6px 0 rgba(10, 10, 10, .1);
    padding: 36px;
    margin-bottom: 100px;
}
.banner .banner-bottom{
    position: absolute;
    bottom: -70px;
    right: 0;
    padding: 22px 0;
    background-color: var(--primary);
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    max-width: 950px;
    margin-left: auto;
}
.banner .banner-bottom::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 1085px);
    width: calc(((100vw -- 1320px) / 2) + 140px);
    background-color: var(--white);
}
.banner .banner-bottom ul{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.banner .banner-bottom ul li{
    border-right: 1px dashed var(--white);
    padding: 0 90px;
    text-align: center;
}
.banner .banner-bottom ul li:last-child{
    border-right: none;
}
.banner .banner-bottom ul li h4{
    font-size: 36px;
    font-weight: 600;
    line-height: 31px;
    color: var(--white);
    font-family: var(--body-font);
    margin-bottom: 15px;
}
.banner .banner-bottom ul li h5{
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    color: var(--white);
    font-family: var(--body-font);
    margin-bottom: 0;

}

/* :::::::::::::::::::::::::::::::::::::::::::::
                banner-end
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
                about-start
::::::::::::::::::::::::::::::::::::::::::::: */

.about-us{
    padding: 157px 0 108px;
}
.about-us .about-us-content{
    display: flex;
    align-items: center;
    gap: 56px;
}
.about-us .about-us-content .image{
    width: 40%;
    padding: 0 97px 0 43px;
    position: relative;
    z-index: 1;
}
.about-us .about-us-content .image::before{
    content: "";
    position: absolute;
    top: 36px;
    bottom: -36px;
    left: 0;
    right: 0;
    background-color: var(--defult);
    z-index: -1;
    clip-path: polygon(0 0, 68% 0, 68% 100%, 0% 100%);
}
.about-us .about-us-content .text{
    width: 60%;
}
.about-us-content .text .sec-title{
    margin-bottom: 23px;
}
.about-us-content .text p{
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    color: var(--grey);
    font-family: var(--body-font);
    margin-bottom: 34px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                about-end
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
                what-we-offer-start
::::::::::::::::::::::::::::::::::::::::::::: */

.what-we-offer{
    padding-top: 140px;
}

.we-offer-boxes{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.we-offer-boxes .offer-box{
    width: 33%;
    position: relative;
    overflow: hidden;
    height: 500px;
    cursor: pointer;
    margin: 0 20px 34px 20px;
}
.we-offer-boxes .offer-box::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 300ms ease-in all;
}
.we-offer-boxes .offer-box:hover::before{
    background-color: #0000004d;
}
.we-offer-boxes .offer-box> img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.we-offer-boxes .offer-box .offer-box-overlay{
    padding: 22px 18px;
    text-align: center;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: -590px;
    z-index: 2;
    transition: all 1s ease-out;
    background-color: #115aa5c2;

}
.we-offer-boxes .offer-box .offer-box-overlay .icon{
    margin-bottom: 14px;
}
.we-offer-boxes .offer-box .offer-box-overlay .icon img{
    filter: brightness(0) invert(1);
    margin: 0 auto;
}
.we-offer-boxes .offer-box .offer-box-overlay h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.003em;
    color: #fff;
    margin-bottom: 122px;
}
.we-offer-boxes .offer-box .offer-box-overlay p{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.003em;
    color: #fff; 
}
.we-offer-boxes .offer-box .offer-box-overlay h5{
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 19.36px;
    letter-spacing: 0.1em;
    color: #fff;
}
.we-offer-boxes .offer-box .offer-box-overlay h5 span{
    font-weight: 600;
}

.we-offer-boxes .offer-box:hover .offer-box-overlay{
    bottom: 34px;
}
.we-offer-boxes .offer-box:hover .offer-box-overlay h3{
    margin-bottom: 10px;
}
.we-offer-boxes .offer-box:hover .offer-box-overlay p{
    display: block;
}
.slick-dots li button:before{
        font-size: 28px;
}
.we-offer-boxes.desk{
        display: none;
    }

/* :::::::::::::::::::::::::::::::::::::::::::::
                what-we-offer-end
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
            available-service-start
::::::::::::::::::::::::::::::::::::::::::::: */

.available-service{
    padding: 100px 0 60px;
}
.service-boxes .service-box{
    text-align: center;
    padding: 22px 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #cccccc1f;
}
.service-boxes.desk .service-box:nth-child(odd){
    background-color: #0D59A3;
}
.service-boxes.desk .service-box:nth-child(odd) h3{
    color: #FFFAFA;
}
.service-boxes.desk .service-box:nth-child(even){
    background-color: #F3F7FB;
}
.service-boxes.desk .service-box:nth-child(4n) h3{
    color: #FFFAFA;
}
.service-boxes.desk .service-box:nth-child(4n){
    background-color: #E98B1E;
}

.service-boxes.desk{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}
.service-boxes.desk .service-box{
    width: 13%;
}
.service-boxes .service-box .icon{
    display: inline-block;
    border-radius: 5px;
    padding: 8px 14px;
    margin-bottom: 20px;
}
.service-boxes .service-box .icon img{
    width: 52px;    
    height: 52px;
}
.service-boxes.desk .service-box:nth-child(even) .icon img{
    filter: grayscale(100%) invert(1);
}
.service-boxes.desk .service-box:nth-child(4n) .icon img{
    filter: none;
}
.service-boxes .col-lg-2{
    margin-bottom: 1.5rem;
}
.service-boxes .service-box h3{
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    height: 46px;
}
.service-boxes.box-slide .box{
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.service-boxes.box-slide .box .service-box{
    width: 48%;
}

.service-boxes.box-slide .service-box:nth-child(3n+1){
    background-color: #0D59A3;
}
.service-boxes.box-slide .service-box:nth-child(3n+1) h3{
    color: #FFFAFA;
}
.service-boxes.box-slide .service-box:nth-child(3n+2){
    background-color: #F3F7FB;
}
.service-boxes.box-slide .service-box:nth-child(3n+2) .icon img{
    filter: grayscale(100%) invert(1);
}
.service-boxes.box-slide .service-box:nth-child(3n){
    background-color: #E98B1E;
}
.service-boxes.box-slide .service-box:nth-child(3n) h3{
    color: #FFFAFA;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
            available-service-end
::::::::::::::::::::::::::::::::::::::::::::: */

.gallery-sec{
    padding: 40px 0;
}

.gallery-boxes{
    --bs-gutter-y: 1.5rem;
}
.gallery-boxes .image{
    height: 100%;
}

.gallery {
    display: grid;
    grid-gap: 20px;   
    margin: 40px 0 28px;
  }
  .gallery .image {
    grid-row: 2 / 3;
    min-height: 100px;
    overflow: hidden;
}
    
    .gallery .image:first-child {
      grid-row: 1;
      grid-column: 1;
    }
    
    .gallery .image:nth-child(2) {
      grid-row: 2;
      grid-column: 1;
    }
    
    .gallery .image:nth-child(3){
      grid-column: 2;
      grid-row: 1 / 3;
    }
    .gallery .image:nth-child(4) {
      grid-row: 1;
      grid-column: 3;
    }
    
    .gallery .image:nth-child(5){
      grid-row: 2;
      grid-column: 3;
    }
    .gallery .image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }
    .gallery .image:hover img{
        transform: scale(1.5);
    }


/* :::::::::::::::::::::::::::::::::::::::::::::
            loaction-start
::::::::::::::::::::::::::::::::::::::::::::: */

.location{
    padding: 40px 0 80px;
}
.location-content iframe{
    width: 100%;
}
.location .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    background-color: #f2f6fa;
    background-color: #f2f6fa;
    padding: 33px;
    border-radius: 5px;
}
.location .text .sec-title{
    margin-bottom: 40px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
            loaction-end
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
             testimonia-start
::::::::::::::::::::::::::::::::::::::::::::: */

.testimonials{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 50px;
}
.testimonials-content{
    text-align: center;
    position: relative;
}

.testimonials-content h2{
    color: var(--white);
    margin-bottom: 0;
}
.testimonial-slider{
    max-width: 1000px;
    margin: 0 auto;
}
.testimonial-slider .image{
    margin: 20px auto 30px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 3px solid var(--white);
}
.testimonial-slider .image img{
    width: 100%;
    height: 100%;

    object-fit: cover;

    margin: 0 auto;
}
.testimonial-slider .text{
    position: relative;
    padding: 0 60px;
}
.testimonial-slider .text::before{
    /* content: url(../images/quote.png); */
    position: absolute;
    left: 0px;
    top: -34px;
}

.testimonial-slider .text h4{
    font-size: 28px;
    font-weight: 500;
    line-height: 47px;
    color: var(--white);
}
.testimonial-slider .text h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--white);
    margin: 12px 0;
}
.testimonial-slider .text h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ff8e00;
    margin-bottom: 18px;
}
.testimonial-slider .slick-dots li button::before{
    font-size: 50px;
    opacity: 1;
    color: var(--white);
}
.testimonial-slider .slick-dots li.slick-active button:before{
    opacity: 1;
    color: var(--defult);
}


/* :::::::::::::::::::::::::::::::::::::::::::::
              testimonia-end
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
                 faq-start
::::::::::::::::::::::::::::::::::::::::::::: */

.faq{
    padding: 100px 0 80px;
}
.faq .accordion{
    max-width: 900px;
    margin: 0 auto;
}
.faq .accordion .accordion-header button{
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    box-shadow: none;
}
.faq .accordion .accordion-body p{
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: var(--grey);
    margin-bottom: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                 faq-end
::::::::::::::::::::::::::::::::::::::::::::: */



.we-serve{
    padding: 100px 0;
}
.we-serve .sec-title{
    text-align: center;
    margin-bottom: 60px;
}
.companies-list .slick-track{
    display: flex;
}
.companies-list .image{
    margin: 0 30px;
    text-align: center;
    padding: 22px 16px;
    border-radius: 5px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.companies-list .image img{
    width: 140px;
}
.companies-list .slick-dots{
    bottom: -80px;
}
.companies-list .slick-dots li{
    margin: 0 4px;
}

.uv-logo{
    width: 50px !important;
}



.head-text{
    background-color: #e38f25;
}
.header-text-block{
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 4px 0;
}
.header-text-block .call-btn{
    width: 20%;
    text-align: center;
}
.header-text-block .call-btn a{
    padding: 8px 18px;
    background-color: #fff;
    color: #e38f25;
    border-radius: 30px;
    display: inline-block;
}
.marquee {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}

.marquee span {
  font-weight: 500;
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 20s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.map{
    padding: 60px 0;
}
.map iframe{
    width: 100%;
    height: 500px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                FOOTER-START
::::::::::::::::::::::::::::::::::::::::::::: */

.bottom-footer{
    background-color: #000;
    padding: 32px 0 23px;
}

.footer-bottom-content{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-bottom-content .block img{
    width: 200px;
}
.footer-bottom-content .block h6{
    font-size: 12px;
    font-weight: 300;
    line-height: 31px;
    color: #d4d4d4;
    font-family: var(--body-font);
    margin-top: 12px;
    margin-bottom: 0;
}
 .footer-social{
    display: flex;
    gap: 10px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.footer-social li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    /* background-color: var(--defult); */
    /* border-radius: 50%; */
}
.footer-social li a i{
    color: var(--white);
    font-size: 26px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                FOOTER-END
::::::::::::::::::::::::::::::::::::::::::::: */

.thankyou{
    background-image: linear-gradient(0deg,rgb(13 89 163 / 78%), rgb(13 89 163 / 78%)),url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.thankyou .thank-you-content{
    padding: 50px;
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}
.thankyou .thank-you-content h2{
    color: var(--primary);
    margin-bottom: 12px;
    font-size: 34px;
    font-weight: 700;
}
.thankyou .thank-you-content p{
    color: #242E27;
    margin-bottom: 20px;
}
.thankyou .thank-you-content img{
    width: 100px;
}
.thankyou .thank-you-content h3{
    color: var(--defult);
    margin-bottom: 12px;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 20px;
}
