*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    background-color: #e1e4e5 !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Exo", sans-serif;
}
p, a, li{
    /* font-family: "Inter", sans-serif; */
    font-family: "Lato", sans-serif;
}
p{
    margin: 0 0 7px 0!important;
    color: #000;
    line-height: 32px;
}
/* common css */
.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.mt-10{
    margin-top: 10px;
}
.ml-10{
    margin-left: 10px;
}
.ml-20{
    margin-left: 20px;
}
.ml-30{
    margin-left: 30px;
}
.ml-40{
    margin-left: 40px;
}
.ml-50{
    margin-left: 50px;
}
.mw-850{
    max-width: 850px;
}
.m-inline{
    margin-inline: auto ;
}
img{
    width: 100%;
}
a{
    text-decoration: none !important;
}
.bgf{
    background: #fff !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.btn1 {
    background: #35295B;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding-inline: 26px;
    line-height: 50px;
    display: inline-block;
    border-radius: 70px;
    font-size: 14px;
    border: 2px solid #35295B;
}
.btn1:hover {
    background: transparent;
    color: #35295B;
}
.btn1 i, .btn2 i{
    margin-left: 6px;
}
.slick-slide img {
    display: block;
    box-shadow: 0 0 10px #e2e2e2;
    margin: 2px 0;
    padding: 5px;
    border: none;
}
.btn2 {
    /* border: 2px solid #fff; */
    color: #212121;
    background: #fff;
    padding-inline: 20px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.btn2:hover {
    background: #515592;
    color: #fff;
    /* transition: 0.5s; */
}
.btn3 {
    background: #515592;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding-inline: 14px;
    line-height: 36px;
    display: inline-block;
    border-radius: 10px;
    font-size: 12px;
    /* border: 2px solid #515592; */
}
.btn3:hover {
    background: #35295B;
}
.first-title p {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
}
.first-title p img {
    max-width: 34px;
}
.first-title p span {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #515592;
}
.first-title p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* mask-image: url(../../assets/img/line.svg); */
    mask-image: url('data:image/svg+xml,<svg width="430" height="9" viewBox="0 0 430 9" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M429.017 0.5H40.5546C37.8036 0.5 36.4282 0.5 35.1536 0.942471C33.8791 1.38494 32.7995 2.23725 30.6403 3.94188L29.8597 4.55813C27.7006 6.26275 26.6209 7.11506 25.3464 7.55753C24.0719 8 22.6964 8 19.9454 8H1" stroke="%23D9D9D9" stroke-linecap="round"/></svg>');
    bottom: -10px;
    background: #515592;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.sec-title h4 {
    color: #35295B;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 16px;
}
.sec-title h5 {
    color: #35295B;
    font-weight: 700;
    font-size: 24px;
    margin-top: 16px; padding-bottom:5px;
}
.third-con p {
    margin: 0 0 18px 0;
    color: #333;
    line-height:31px;
}
/* header css start */
img.header-logo {
    max-width: 180px;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}

a.nav-link {
    text-transform: capitalize;
    font-weight: 600;
    color: #171519;
    padding: 40px 0 !important;
    margin: 0px 14px;
    font-size: 18px;
}
a.navbar-brand {
    padding: 0 0;
}
/* .main-header {
    background: #ebe9ee;
} */
 /* hero-banner css */
.hbn-box {
    position: relative;
}
.hbn-box:before {
    content: "'";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000c2, #00000026);
    top: 0;
    left: 0;
}
.hbn-con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 670px;
}
.hbn-con h4 {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 84px;
    margin-bottom: 15px;
}
span.hc-border {
    letter-spacing: 1px;
    color: transparent;
    -webkit-text-stroke: 1px #FFF;
}
span.hc-block {
    position: relative;
}
span.hc-block:before {
    content: "";
    position: absolute;
    width: 110%;
    height: 100%;
    background: #515592;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
span.hc-block {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-size: 60px;
}
.hbn-btn {
    display: flex;
    column-gap: 20px;
}
.hbn-img img {
    max-height: 800px;
    min-height: 800px;
    object-fit: cover;
    object-position: center center;
}
.slick-dots {
    bottom: 30px !important;
}
.slick-dots li button:before {
    font-size: 16px !important;
    color: #fff !important;
}
/* services css */

.hsrb-ic {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.hsrb-icon {
    margin: -20px -20px 24px -20px;
}
.hsrb-con span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #515592;
    margin-bottom: 12px;
    display: inline-block;
}
.hsrb-con h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #35295B;
}
.hsrb-con p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.625;
}
.hsr-box {
    margin: 0 12px;
}
.hsr-slider .slick-list {
    margin: 0 -12px;
}
section.h-services {
    position: relative;
    z-index: 0;
}
.hsr-bg {
    position: absolute;
    top: 140px;
    z-index: -1;
    left: 50px;
    max-width: 600px;
}
.spin {
    animation: spin 20s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
section.h-about:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000082;
    top: 0;
    left: 0;
    z-index: -1;
}
section.h-about {
    background: url(../../assets/img/bg1.jpg);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
/* section.h-about {
    background: #08021c;
    position: relative;
    z-index: 0;
} */
/* .ttf .first-title p span {
    color: #fff !important;
} */
.ttf .first-title p:before {
    background: #fff;
}
.ttf .first-title p img {
    max-width: 34px;
    filter: brightness(0) invert(1);
}
.ttf .sec-title h4 {
    color: #fff;
}
.color2 {
    color: #e9e9e9;
}
.habl-row {
    display: flex;
    column-gap: 20px;
    margin-top: 30px;
}
.habl-box a {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.habl-box {
    width: 100%;
}
.habl-bicon {
    margin-bottom: 0;
    max-width: 130px;
}
.habl-bcon h3 {
    color: #fff;
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 600;
}
.habl-btn {
    display: flex;
    column-gap: 50px;
    align-items: center;
}
.brb-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.brb-con span {
    color: #515592;
    font-weight: 800;
    letter-spacing: 0.2px;
}
.brb-con p {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    font-size: 22px;
}
.brb-icon {
    position: relative;
    background: #515592;
    color: #fff;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    z-index: 0;
}


@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}

.brb-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #515592;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.brb-icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #515592;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    animation-delay: 2s;
}
.habr-ic {
    height: 100%;
    position: relative;
}
.habr-ic img { 
    border-radius: 50px;
    object-fit: cover;
}
.hab-bg img {
    filter: brightness(0) invert(1);
}
.hab-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    max-width: 640px;
}
.hab-bg2 {
    position: absolute;
    top: 70px;
    left: 70px;
    opacity: 0.8;
}
.habr-bg {
    position: absolute;
    right: -40px;
    bottom: -20px;
}
.title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.htmc-ic {
    position: relative;
}
.htmc-img img {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.htmc-con {
    background: #101840cc;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-height: 30%;
    padding: 20px 50px;
    max-width: calc(100% - 50px);
    backdrop-filter: blur(5px);
}
.htmc-con a{
    color: #fff;
}
.htmc-box:hover .htmc-con {
    bottom: 35px;
    transition: bottom 0.5s ease-in-out;
}
.htmc-box {
    margin: 0 16px;
}
.htmc-slider .slick-list{
    margin: 0 -16px;
}
.gallery-card img {
    border-radius: 30px;
}
.gallery-card .fancy-box {
    position: relative;
    overflow: hidden;
}
.gallery-card .fancy-box .fancybox-buttons {
    background: #101840cc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #fff;
    border-radius: 30px;
    transform: scale(0.5);
    opacity: 0.5;
    visibility: hidden;
}
.gallery-card .fancy-box:hover .fancybox-buttons {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: 0.5s linear;
}
.gc1{
    position: absolute; left: 0px; top: 0px;
}
.gc2{
    position: absolute; left: 336px; top: 0px;
}
.gc3{
    position: absolute; left: 672px; top: 0px;
}
.gc4{
    position: absolute; left: 336px; top: 310px;
}
.gc5{
    position: absolute; left: 1008px; top: 310px;
}
.gc6{
    position: absolute; left: 0px; top: 502px;
}
.gc7{
    position: absolute; left: 1008px; top: 508px;
}
.gc8{
    position: absolute; left: 0px; top: 700px;
}
.gc9{
    position: absolute; left: 672px; top: 700px;
}

section.h-why-us .row {
    width: 100%;
}
.rcb-ii a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(204, 204, 204, 0.32);
    border-radius: 30px;
    padding: 20px 20px;
}
.hwur-con {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.hwurc-box {
    width: 100%;
    max-width: 48%;
}
.rcb-ii a img {
    max-width: 54px;
}
/* .hwur-ic {
    padding: 70px 30% 70px 30px;
} */
 /* .hwur-ic {
    padding: 70px 0% 70px 0px;
    width: 100%;
    max-width: 600px;
    margin-left: 40px;
} */
.rcb-ii a span {
    font-size: 20px;
    color: #515592;
    font-weight: 700;
}
/* .hwul-ic {
    height: 100%;
}
.hwul-ic img{
    height: 100%;
    object-fit: cover;
} */
.hglc-row {
    position: relative;
    height: 720px;
}
.hgl-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
}
.counter-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.counter-card .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.counter-card .box-number {
    font-size: 40px;
    color: #101840;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: -0.2em;
}
.counter-card .box-text {
    font-size: 18px;
    color: #101840;
    margin-bottom: 0;
}
.hgl-counter .divider {
    width: 1px;
    height: 66px;
    background-color: #fff;
}

.hcl-box {
    margin: 0 16px;
}
.hcl-ic .slick-list {
    margin: 0 -16px;
}
.cl-tbp {
    padding: 50px 0;
}
.htes-box {
    position: relative;
    background: #fff;
    padding: 50px 35px 40px 40px;
    border-radius: 20px;
    margin-top: 60px;
}
.htes-icon {
    position: absolute;
    top: -34px;
}
.htes-icon i {
    font-size: 70px;
    color: #515592;
}
.htes-con h4 {
    font-size: 20px;
    font-weight: 700;
    color: #35295B;
    margin: 20px 0 2px 0;
}
.htes-con h4 span{
    font-size: 14px;
    font-weight: 600;
    color: #515592;
}
section.h-testimonial {
    position: relative;
    background: url(../../assets/img/map.png);
    background-size: contain;
}
section.h-contact .row {
    width: 100%;
}
.form-group {
    position: relative;
}
.form-group i {
    position: absolute;
    right: 24px;
    top: 18px;
    color: #6a6a6a;
}
.form-row {
    display: flex;
    column-gap: 30px;
}
.form-group {
    width: 100%;
    margin-bottom: 30px;
}
.form-control, .form-select {
    background-color: #e1e4e5 !important;
    height: 56px !important;
    border-radius: 30px !important;
    padding: 14px 22px !important;
}
.form-select {
    background-position: right 1.45rem center !important;
}
.hcnr-ic {
    padding: 160px 26% 160px 220px;
    position: relative;
}
textarea.form-control {
    height: 150px !important;
}
.hcnr-box {
    background: #35295B;
    padding: 50px 50px;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px;
    left: -300px;
}
.hcnr-bb {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 40px;
}
.hcnr-bb:last-child {
    margin-bottom: 0px;
}
.hcnr-bbl span {
    background: #515592;
    color: #fff;
    width: 52px;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    
    z-index: 0;
}
.hcnr-bbl span:before {
    content: "";
    position: absolute;
    width: 170%;
    height: 170%;
    background: #5155929c;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: -1;
    border-radius: 100%;
}
.hcnr-bbr h4 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.hcnr-bbr p {
    margin-bottom: 0;
    font-size: 14px;
    color: #c9c9c9;
}
.hcnr-bbl span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 150px;
    border: 1px dashed #818181;
    z-index: -4;
    top: 20px;
}
.hcnr-bb:last-child .hcnr-bbl span:after {
display: none;
}
.hcnl-ic {
    height: 100%;
}
.hcnl-ic img{
    height: 100%;
    object-fit: cover;
}
.ftr-ct {
    display: flex;
    column-gap: 12px;
}
.ftr-ctl {
    max-width: 20px;
    min-width: 20px;
    color: #fff;
}
.ftr-ic {
    padding: 70px 0 20px;
}
footer {
    background: url(../../assets/img/bg1.jpg);
    position: relative;
    z-index: 0;
}
footer:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000082;
    top: 0;
    left: 0;
    z-index: -1;
}
.ftr-logo a {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.ftr-logo a img {
    max-height: 80px;
    object-fit: contain;
}
.ftr-con p {
    margin-bottom: 0;
    font-size: 16px;
    color: #c9c9c9;
    margin-bottom: 20px;
     
}
.ftr-social {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.ftr-social a {
    background: #ffffff9c;
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 60%;
    font-size: 14px;
    color: #35295B;
}
.ftr-tt h5 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 26px;
}
.ftr-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftr-ul ul li a{
    margin: 10px 0;
    color: #c9c9c9;
    display: block;
}
.ftc-cc {
    margin-left: 60px;
}
.ftr-ctr h5 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 5px;
}
.ftr-ctr span, .ftr-ctr a {
    color: #c9c9c9;
}
.ftr-ct {
    margin-bottom: 20px;
}
.fbm-ic p {
    margin-bottom: 0;
    color: #c9c9c9;
    font-size: 16px;
}
.fbm-ic p a{
    color: #fff;
}
.fbm-ic {
    display: flex;
    justify-content: space-between;
}
.ftr-btm {
    border-top: 1px solid #c9c9c936;
    padding: 15px 0;
}
.ftr-social a:hover {
    background: #fff;
    transition: 0.5s;
}
.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 20px #00000015;
}
.sticky img.header-logo {
    max-width: 140px;
}
.sticky a.nav-link {
    padding: 24px 0 !important;
    
}
ul.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 10px 10px 20px #00000020;
    padding: 10px 10px;
}
a.dropdown-item {
    padding: 8px 10px;
    border-bottom: 1px solid #efefef;
}
ul.dropdown-menu li:last-child a.dropdown-item{
    border-bottom: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #35295B !important;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
.hbn-slider {
    margin: 0 0 0 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #515592 !important;
}
.cus-container {
    width: 100%;
    max-width: 95%;
    margin-inline: auto;
}
.inb-ic {
    position: relative;
}
.inb-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.inb-con h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2px;
}
.inb-con p {
    color: #fff; 
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.inb-con p i{
    font-size: 10px;
    margin-inline: 4px;
}
.inb-con p a{
    color: #dcdcdc;
    text-transform: none;
}
.inb-ic img {
    /* border-radius: 40px; */
    max-height: 220px;
}
.main-ab:before{
    display: none;
}
.main-ab .habl-bcon h3 {
    color: #000;
}
.main-ab .brb-con p {
    color: #000;
}
.main-ul ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  
  .main-ul li:before {
    content: "\f101"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
    color: #515592;
  }
  .main-ul li {
    padding-left: var(--icon-space);
    margin: 0 0 10px 0;
    color: #000;
    line-height: 32px; font-size:17px;
}
.main-ul li:last-child {
    margin: 0 0 0px 0; 
}
.mcrl-ic {
    height: 100%;
}
.mcrl-ic img{
    height: 100%;
    object-fit: cover;
}
.mr-40 {
    margin-right: 40px;
}
.mcrl-ic img {
    border-radius: 40px;
}
.kdsr-main {
    display: flex;
    align-items: center;
    column-gap: 40px;
    background: #fff;
    padding: 40px 40px;
    border-radius: 20px;
}
.kdsr-box {
    background: #515592;
    position: relative;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    height: 100%;
    min-height: 160px;
    border-radius: 10px;
}
.kdsr-box:nth-child(odd) {
    background: #35295B;
}
.kdsr-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/arrow.png);
    background-size: contain;
    max-height: 18px;
    z-index: 0;
    right: -40px;
    max-width: 30px;
    background-repeat: no-repeat;
}
.kdsr-box:last-child:before {
    display: none;
}
.kdsr-ic {
    height: 100%;
}
.kdsr-ic img{
    border-radius:20px; box-shadow:0 0 10px #e2e2e2;
}
.mglr-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.mglr-box {
    width: 100%;
    max-width: 31%;
}
.mglr-box img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.mcl-ic {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.mcl-box {
    width: 100%;
    max-width: 17%;
    padding: 10px 10px;
    background: #fff;
    border-radius: 5px;
}
.mnc-row {
    display: flex;
    column-gap: 30px;
}
.mncr-col {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 20px;
    width: 100%;
}
.mncr-l span {
    background: #515592;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 22px;
}
.mncr-r h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}
.mncr-r p {
    margin-bottom: 0;
}
.mncr-r p a{
    color: #000;
}
section.main-form {
    position: relative;
}
section.main-form:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000c7;
    top: 0;
    left: 0;
}
.mfbc-inr .hcnr-ic {
    padding: 40px;
    position: relative;
    background: #fff;
    border-radius: 30px;
}
.mfbc-inr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.mfb-bg img {
    max-height: 770px;
    min-height: 770px;
    object-fit: cover;
}
section.main-map {
    margin-bottom: -10px;
}
.mtm-ic .htmc-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.mtm-ic .htmc-slider .htmc-box {
    width: 100%;
    max-width: 30%;
    margin: 0;
}
footer a:hover {
    color: #fff !important;
}

.hsr-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.hsr-box {
    margin: 0 0;
    max-width: 31%;
}
.hsrb-icon img {
    border-radius: 20px;
}
.hsrb-btn a {
    color: #35295B;
    font-weight: 700;
}
.hsrb-btn a i{
    margin-left: 4px;
    font-size: 14px;
}