.logo-box img{
    width: 350px !important;
}




.baner-swiper .image-layer{
    height: 100vh !important;
}
.main-slider .swiper-slide{
    height: 100vh;
}
.about-img-home{
    width: 100%;
    height:600px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.about-img-home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-left h2{
    margin: 0;
}
.about-left p{
    color: #474747;
    margin-bottom: 8px;
}

.main-btn{
    width: 150px;
    height: 45px;
    background-color: #062245;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #062245;
    transition: 0.5s;
}
.main-btn:hover{
    color: #062245;
    background-color: transparent;
}
.custom-title p{
    font-size: 18;
}
.bg-logo-section{
    background-color: #062245;
}
.services-left{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 50px;
}
.services-left h2{
    font-size: 60px !important;
    color: #fff;
    font-weight: 600;
}
.services-left  p{
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}
.service-slider-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;

}
.service-slider-container img{
    width: 85%;
    height: 650px;
    object-fit: cover;
}
.service-desc{
    position: absolute;
    max-width: 350px;
    height: fit-content;
    background-color: #fff;
    padding: 25px;
    right: 0;
    top: 30%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 12px;
}
.service-desc h3{
    font-size: 30px;
}
.service-desc p{
    margin: 0;
    margin-top: 10px;
    color: #474747;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-desc a.read-more{
    width: 150px;
    height: 40px;
    background-color: #062245;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border: 1px solid #062245;
    transition: 0.5s;
    border-radius: 5px;
}
.service-desc a.read-more:hover{
    background-color: transparent;
    color: #062245;
}
.service-carousel-btns .swiper-button-next::after{
    display: none;
}
.service-carousel-btns .swiper-button-prev::after{
    display: none;
}
.service-carousel-btns .swiper-button-prev,.service-carousel-btns .swiper-button-next{
    position: static;
    height:60px;
    width:60px;
    border: 1px solid #ccc;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.5s;
}
.service-carousel-btns{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-top: 50px;
}
.service-carousel-btns .swiper-button-prev:hover,.service-carousel-btns .swiper-button-next:hover{
    background-color: #44658d71;
}

@media screen and (min-width:991px){
    .container-max-cs{
        max-width: 1380px;
    }
}
.key-features{
    padding: 80px 0;
}
.key-features-widget{
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.key-features-widget h3{
    font-size: 24px;
}
.key-features-widget p{
    font-size: 15px;
    margin: 0;
    color: #474747;
}
.key-features-icon{
    width: 80px;
    height: 80px;
    background-color: #173c6a;
    margin-bottom: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px auto;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.ft-minus{
   position: relative;
   bottom: -35px;
}
.highlights-section{
    /* padding: 100px; */
    background-color: #f2f2f2;
}
.why-choose__image img{
    width: 100%;
    height: 657px;
    object-fit: cover;
}
.why-choose-widget h3{
    font-size: 20px;
}
.why-choose-widget p{
    margin: 0;
    font-size: 15.5px;
    color: #474747;
}
.why-choose-widget{
    /* background-color: #fff; */
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 100%;
}
.why-choose-widget-right-pd-0{
    padding-right: 0;
}
.why-choose-widget-x-pd-0{
    padding-right: 0;
    padding-left: 0;
}
.pe-pb-padding{
    padding-right: 15px;
    padding-bottom: 15px;
}
.pe-pt-padding{
    padding-right: 15px;
    padding-top: 15px;
    border-bottom: 0;
}
.ps-pb-padding{
    padding-left: 15px;
    padding-bottom: 15px;
    border-right: 0;
}
.ps-pt-padding{
    padding-left: 15px;
    padding-top: 15px;
    border-bottom: 0;
    border-right: 0;
}
.why-choose__image::before{
    background-color: #062245;
}
.highlights-section{
  
    background-color: #f2f2f2;
    padding-bottom: 150px;
    padding-top: 80px;
}
.highlights-section .block-title h2{
    color: #fff !important;
}
.highlight-widget{
    background-color: #ffffff5e;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
}
.highlight-widget h3{
    color: #fff;
    font-size: 27px;
}
.highlight-widget p{
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.main-slider .swiper-slide .container{
    padding: 70px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-bottom: 150px;
}
.main-slider .swiper-slide .container .row{
    width: 100%;
}
.about-left p::after{
    display: none;
}
.about-left p{
    margin-top: 8px !important;
    line-height: 25px;
    font-size: 16px;
}
.about-three__image img{
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.about-right p{
    color: #474747;
}
.about-main-left-img img{
    width: 760px;
    object-fit: cover;
    height: 455px;
    border-radius: 0;
}
.about-mision-section{
    background-color: #f7f7f7;
}
.our-vision-img img{
    position: relative;
    left: -100px;
   
}
.relative-index{
    position: relative;
    z-index: 2;
    right: -60px;
}
.about-mission-vision h2{
    font-size: 38px;
    margin: 0 !important;
}
.about-mission-vision p{
    color: #474747;
}
.google-map__home-two{
    margin-top: 25px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    height: 400px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.google-map__home-two iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.service-widget-main{
    height: 100%;
}
.service-widget-main-img{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.service-widget-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover   ;
}
.service-widget-main:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.service-widget-main:hover h3 a{
    color: #173c6a;
}
.section-padding{
    padding: 60px 0;
}
.services-bg{
    background-color: #f7f7f7;

}
.service-main-info{
    background-color: #fff;
    padding: 20px;
    height: calc(100% - 300px);
}
.service-main-info h3 a{
    color: #000;
    font-size: 25px;

}
.service-main-info p{
    font-size: 15px;
    color: #474747;
    margin: 0;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-main-info a.service-read-more{
    width: 170px;
    height: 45px;
    background-color: #062245;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border: 1px solid #062245;
    transition: 0.5s;
    border-radius: 5px;
}
.service-main-info a.service-read-more:hover{
    background-color: transparent;
    color: #062245;
}
.service-info-img{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-info-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.service-details__content h3{
    font-size: 30px;
    margin: 10px 0;
}
.service-details__content p{
    color: #474747;
    margin: 0;
}
.service-main-info-content ul li h4{
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 21px;
}
.service-main-info-content ul li h4 i{
    color: #173c6a;
}
.service-main-info-content ul li{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
        justify-content: flex-start;
    align-items: flex-start;
}
.service-main-info-content ul li p{
   
    font-size: 16px;
    margin: 0;
     margin-left: 35px;
    color: #5e5e5e;
    line-height: 25px;
    margin-top: 5px;
}
.service-details__content{
    padding-right: 30px;
}
.right-side-services h3{
    font-size: 25px;
}
.right-side-services ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.right-side-services ul li img{
    width: 100px;
    height: 70px;
    border-radius: 10px;
}
.right-side-services ul li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  
}
.right-side-services ul li a h4{
    font-size: 20px;
}
.right-side-services ul li a:hover h4{
    color: #173c6a;
}
.right-side-services ul li{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.service-main-info-content ul li ol li{
    margin:5px 0;
     font-size: 16px;
      color: #5e5e5e;
    line-height: 25px;
}
.contact-title h2{
    font-size: 32px;
}
.animate-advisory{
    padding: 25px;
    background-color: #f7f7f7;
    min-height: 150px;
    border-radius: 10px;
}
.animate-advisory h3{
    font-size: 28px;
}
.white-title h2{
    color: #fff;
}
.advisory-slide-left{
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.advisory-slide-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1px;
}
.advisory-slide-right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
}
.advisory-slide-right h3{
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    color: #fff;
}
.advisory-slide-right ul{
    margin: 0;
}
.advisory-slide-right ul li{
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
}
.advisory-slide-right p{
      color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 400;   
}




.transaction-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 190px;
    gap: 10px;
}



.transaction-carousel .owl-nav button {
    width: 65px;
    height: 65px;
    font-size: 40px !important;
    background-color: #ffffff6d !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;
    border: 0 !important;
    outline: 0 !important;
}
.transaction-carousel .owl-nav button:hover{
    background-color: #fff !important;
    color: #173c6a !important;
}
.transaction-carousel .owl-nav button span{
    padding-bottom: 5px !important;
   
}

.footer-widget img{
   width: 330px;
    margin-left: -22px;
}