@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Yantramanav", sans-serif;
    color: #04080d;
}
a{
    text-decoration: none !important;
}
/* p, .f-ss3, span{
    text-decoration: none !important;
    font-family: "Source Sans 3", serif;
}
h1, h2, h3, h4, h5, h6, .f-qs{
    font-family: "Quicksand", serif;
} 
.f-pn{
    font-family: "Pangolin", serif;
}*/
.bg-main{
    background: #f2f3f5;
}
.bg-second{
    background: #19232b;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
img{
    width: 100%;
}

img.header-logo {
    max-width: 120px;
}
a.nav-link {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 34px 0 !important;
    margin: 0 20px;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
nav.navbar {
    padding: 0 0;
}
.btn1 {
    background: #2D849B;
    color: #fff;
    padding-inline: 50px;
    line-height: 112px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.btn1 i{
    margin-left: 10px;
    color: #fff;
}
section.main-header {
    background: #19232b;
}
.header-btn {
    margin-right: -12px;
}
a.navbar-brand {
    margin-left: 30px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
    color: #2D849B !important;
}
img.hb-img {
    max-height: 850px;
    min-height: 850px;
    object-fit: cover;
    object-position: center center;
}
.hbs-slider {
    position: relative;
    z-index: 0;
}
.hbsc-ic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 910px;
}
.hbsc-ic span {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #2D849B;
    font-size: 18px;
}
.hbsc-ic h3 {
    font-size: 80px;
    color: #fff;
    line-height: 90px;
    text-transform: capitalize;
    margin-bottom: 22px;
    font-weight: 600;
}
.btn2 {
    background: #2D849B;
    color: #fff;
    padding-inline: 26px;
    line-height: 48px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: none;
}
.btn2 i{
    margin-left: 6px;
    color: #fff;
}
.btn3 i{
    margin-left: 6px;
    color: #2D849B;
}
.btn3 {
    background: #fff;
    color: #2D849B;
    padding-inline: 26px;
    line-height: 48px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: none;
}
.hbs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    top: 0;
    left: 0;
}
.main-tt span {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #2D849B;
    font-size: 18px;
}
.main-tt h4 {
    font-size: 45px;
    color: #04080d;
    font-weight: 600;
    /* text-transform: capitalize; */
    margin-bottom: 16px;
}
.main-con p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
}
.brc-box {
    display: flex;
    column-gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 48%;
}
.habr-con {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.brcb-l img {
    max-width: 56px;
    min-width: 56px;
}
.brcb-r span {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.habl-ic {
    /* height: 100%; */
    margin-top: -100px;
}
.habl-ic img.hab-img {
    height: 100%;
    object-fit: cover;
    min-height: 740px;
}
.habr-ic {
    padding: 100px 0;
}
.habl-con {
    background: #2D849B;
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 30px 80px 30px 80px;
    position: relative;
    z-index: 0;
}
.blc-l img {
    filter: brightness(0) invert(1);
    max-width: 90px;
    min-width: 90px;
}
.blc-r h5 {
    margin: 0;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}
img.blc-img {
    filter: brightness(0) invert(1);
    max-width: 140px;
    min-width: 140px;
    position: absolute;
    object-fit: contain;
    left: 20px;
    top: 0px;
    opacity: 0.1;
    z-index: -1;
}
section.h-about {
    position: relative;
    z-index: 0;
}
.rcb-img {
    position: relative;
}
.rcb-img img {
    max-height: 280px;
    min-height: 280px;
    object-fit: cover;
}
.rcb-img span {
    background: #2D849B;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    font-weight: 500;
    clip-path: polygon(0% 0%, 80% 0%, 100% 103%, 0% 103%);
    letter-spacing: 0.2px;
}
.rcb-con {
    background: #fff;
    padding: 30px 25px;
}
.rcb-con h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.rcb-con p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.rcb-con a {
    color: #2D849B;
    font-size: 18px;
    font-weight: 500;
}
.rcb-con a i{
    color: #2D849B;
    margin-left: 4px;
}
.hprc-box {
    margin: 0 12px;
}
.hprc-slider .slick-list{
    margin: 0 -12px;
}
.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    padding: 0px !important;
    background-color: #2D849B !important;
}
.slick-dots li button:before {
    width: 22px !important;
    height: 22px !important;
    content: '' !important;
    border: 2px solid #2D849B;
    top: -5px !important;
    left: -5px !important;
    opacity: 0 !important;
}
.slick-dots li {
    width: 22px !important;
    height: 22px !important;
    margin: 0 6px !important;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
    opacity: 1 !important;
}
.slick-dots {
    bottom: -66px !important;
}
.hsr-box img {
    max-width: 76px;
    margin-bottom: 18px;
}
.hsr-box {
    background: #eff6f8;
    padding: 24px 17px;
    border-bottom: 4px solid #2D849B;
    height: 100%;
}
.hsr-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 34px;
}
.hsr-box p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    margin: 0 0 0px;
}
.hsr-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hsr-box ul li{
    position: relative;
    z-index: 0;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    margin-bottom: 8px;
    padding-left: 20px;
}
.hsr-box ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #2D849B;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
.prnb-con {
    background: #fff;
    padding: 30px 20px 25px;
}
/* .prn-box a {
    position: relative;
    z-index: 0;
} */
.prnb-ico {
    background: #2D849B;
    position: absolute;
    bottom: -33px;
    right: 30px;
    max-width: 70px;
    padding: 10px;
    border-radius: 0;
}
.prnb-img {
    position: relative;
    z-index: 0;
}
.prnb-ico img {
    filter: brightness(0) invert(1);
}
.prnb-img img.prnb-mi {
    max-height: 360px;
    min-height: 360px;
    object-fit: cover;
}
.prnb-con p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.prnb-con span {
    color: #2D849B;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    display: block;
}
.prn-box {
    margin: 0 12px;
}
.prn-slider .slick-list{
    margin: 0 -12px;
}
.slick-next, .slick-prev {
    top: -110px !important;
    transform: unset !important;
    width: 70px !important;
    height: 50px !important;
    
}
.slick-prev {
    left: unset !important;
    right: 100px;
    background-color: #fff !important;
}
.slick-next {
    right: 0px !important;
    background-color: #2D849B !important;
}
.slick-next:before, .slick-prev:before {
    font-family: 'Font Awesome 6 Free' !important;
    opacity: 1 !important;
    font-size: 25px !important;
}
.slick-prev:before {
    color: #2D849B !important;
}
button.slick-prev:hover {
    background: #2D849B !important;
}
button.slick-prev:hover:before {
    color: #fff !important;
}
button.slick-next:hover {
    background: #fff !important;
}
button.slick-next:hover:before {
    color: #2D849B !important;
}
.hcu-box img {
    max-width: 70px;
    margin-bottom: 20px;
}
/* .hcu-ic {
    background: url(../../assets/img/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
} */
section.h-counter {
    background-image: url(../../assets/img/map.png);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: center center;
}
.hcu-box h3 {
    font-size: 50px;
    font-weight: 600;
    color: #2D849B;
    display: flex;
    justify-content: center;
}
.hcu-box h3 span {
    color: #2D849B;
    font-size: 40px;
    margin-left: 6px;
}
.hcu-box h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.hcu-box p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
}
.hcu-box {
    padding-right: 20px;
    text-align: center;
}
.form-row {
    display: flex;
    column-gap: 22px;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
}
.form-group .form-control {
    padding: 12px 20px;
    border-radius: 0px;
    border: 1px solid #eee;
}
.hcn-ic {
    background: url(../../assets/img/contact-bg.png);
    padding: 60px 60px;
    margin-right: -310px;
    background-size: cover;
}
.hcn-form {
    max-width: 700px;
}

section.h-contact {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.hcnc-slider {
    padding: 80px 0;
}
section.h-contact:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2D849B;
    z-index: -1;
    left: 0;
    bottom: 0;
    max-height: calc(100% - 342px);
}
.hcnc-box {
    margin: 0 12px;
}
.hcnc-slider .slick-list{
    margin: 0 -12px;
}

.ftc-box {
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ftc-tt h5 {
    padding: 0px 0 0px 70px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 28px;
    color: #2D849B;
    display: inline-block;
}

.ftc-tt h5:before {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #2D849B;
}

.ftc-tt h5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 35px;
    background: #2D849B;
    left: 0px;
    bottom: 12px;
}

.ftc-bl span {
    background: #f5eff5;
    color: #2D849B;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
}
.ftc-bl span i{
    color: #2D849B;
}

.ftc-br h5 {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.ftc-br p a {
    color: #fff;
}

.ftc-br p {
    margin: 0;
    color: #fff;
    line-height: 28px;
    font-size: 18px;
}

.ftc-br p a:hover {
    color: #2D849B;
}

.ftc-ul ul li {
    position: relative;
    margin: 0 0 10px;
    line-height: 1.8em;
    color: #111;
    padding-left: 32px;
    font-size: 18px;
}

.ftc-ul ul li a {
    color: #fff;
    font-weight: 400;
}

.ftc-ul ul li a:hover {
    color: #2D849B;
}

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftc-ul ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/point2.png);
    left: 0;
    background-repeat: no-repeat;
    top: 6px;
    background-size: 18px;
    max-width: 20px;
}

.ftc-logo {
    max-width: 140px;
    margin-bottom: 26px;
}

.ftc-con p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
.ftc-ic2 {
    margin-left: 70px;
}

.ftc-social span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.3px;
}

.ftc-social a {
    background: #f5eff5;
    color: #2D849B;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 100%;
    font-size: 18px;
}
.ftc-social a i{
    color: #2D849B;
}

.ftc-social {
    display: flex;
    column-gap: 14px;
    align-items: center;
}

footer {
    background: #10171c;
    padding-top: 100px;
    position: relative;
    z-index: 0;
}

.ft-btm {
    display: flex;
    justify-content: space-between;
    background: #2D849B;
    padding: 30px 50px 20px;
    margin-top: 50px;
    border-radius: 10px 10px 0 0;
}

.ft-btm p {
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.ft-btm p a {
    color: #fff;
}

.ft-bg img {
    position: absolute;
    bottom: 30px;
    width: 520px;
    left: -135px;
    opacity: 0.12;
    z-index: 0;
    animation: 3s ease 0s infinite normal none running float-obj-y;
}
@keyframes float-obj-y {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999;
    background-color: #fff !important;
    box-shadow: 0 0 10px #00000020;
}
section.h-about:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/ab-bg.png);
    background-repeat: no-repeat;
    background-size: 580px;
    background-position: 100% 100%;
    z-index: -1;
    opacity: 0.8;
}
.sticky a.nav-link {
    color: #04080d;
    padding: 26px 0 !important;
}
.sticky .header-logo {
    max-width: 100px;
}
.sticky .btn1 {
    line-height: 96px;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
ul.dropdown-menu {
    border-radius: 0;
    padding: 0 0;
    border-bottom: 5px solid #2D849B !important;
    border: none;
    box-shadow: 0 0 10px #00000020;
}
ul.dropdown-menu a.dropdown-item {
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    font-size: 16px;
    color: #04080d;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #2D849B !important;
}
.hbs-box {
    position: relative;
}
.rg-30{
    row-gap: 30px;
}
section.i-banner {
    position: relative;
    z-index: 0;
}
section.i-banner img {
    max-height: 340px;
    object-fit: cover;
    object-position: 0 40%;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cf;
}
.ibn-ic h4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 60px;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 600;
    max-width: 700px;
}
.ibn-ic p {
    background: #19232b;
    display: inline-flex;
    margin-bottom: 0;
    position: absolute;
    bottom: -30px;
    font-size: 20px;
    padding: 20px 30px 20px 33px;
    border-radius: 30px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 4px 14px #00000078;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.ibn-ic p a{
    color: #2D849B;
}
.ibn-ic p i {
    font-size: 13px;
    margin: -2px 12px 0px 12px;
    display: block;
    color: #fff;
}
.mabl-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg1.png);
    background-repeat: no-repeat;
    left: 0;
    background-size: auto;
}
.mabl-ic {
    position: relative;
    padding-left: 50px;
    z-index: 0;
    height: 100%;
}
.mabl-ic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2D849B;
    max-width: 100px;
    max-height: 100px;
    left: 50px;
    bottom: 0;
    border-radius: 0 170px 0 8px;
}
.mabl-ic img {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 10px #00000010;
}
.mab2 {
    background: #eff6f8;
}
.mab2 .mabl-ic {
    padding-left: unset;
    padding-right: 50px;
}
.mab2 .mabl-ic:before {
    background-position: right top;
}
.mab2 .mabl-ic:after {
    right: 50px;
    bottom: 0;
    border-radius: 170px 0px 8px 0px;
    left: unset;
}
.habr-mbox {
    display: flex;
    column-gap: 20px;
    align-items: center;
    background: #fff;
    padding: 20px 30px;
    border-radius: 30px;
    border-inline: 8px solid #2D849B;
    box-shadow: 0 0 10px inset #00000059;
    height: 100%;
}
.brc-l img {
    min-width: 80px;
    max-width: 80px;
}
.brc-r h6 {
    font-size: 22px;
    font-weight: 600;
    color: #2D849B;
}
.brc-r p {
    color: #1a1818;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
}
.main-tt h5 {
    font-size: 26px;
    position: relative;
    z-index: 0;
    padding-left: 24px;
    margin-bottom: 18px;
    font-weight: 600;
    line-height: 33px;
}
.main-tt h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2D849B;
    max-width: 7px;
    left: 0;
}
section.m-contact {
    position: relative;
    background: url(../../assets/img/earth.png);
    background-repeat: no-repeat;
    background-size: 660px;
    background-position: center left;
    z-index: 0;
}
.pt-200 {
    padding-top: 200px !important;
}
section.m-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 55%;
    background: #f4f4f9;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-height: calc(100% - 100px);
    border-radius: 70px 0 0 0;
}
.hcnl-ic {
    background: #2D849B;
    padding: 50px 50px;
}
.mtf span {
    border-bottom: 2px solid #fff;
}
.hcnr-ic .ftc-bl span {
    background: #2D849B;
    color: #fff;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 5px;
    font-size: 22px;
}
.hcnr-ic .ftc-bl span i {
    color: #fff;
}
.hcnr-ic .ftc-br h5 {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 22px;
    color: #2D849B;
}
.hcnr-ic .ftc-br p, .hcnr-ic .ftc-br p a {
    color: #333;
}
.hcnr-ic .ftc-box {
    display: flex;
    column-gap: 22px;
    align-items: flex-start;
    margin-bottom: 36px;
}

.ali-ic .hprc-slider .hprc-box, .alp-ic .prn-slider .prn-box {
    margin: 0 0;
    width: 100%;
    max-width: 32%;
}
.ali-ic .hprc-slider, .alp-ic .prn-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.ali-ic .rcb-con, .alp-ic .prnb-con {
    background: #eff6f8;
}
.uzr-con {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.uzr-box img {
    max-width: 70px;
    min-width: 70px;
    margin-bottom: 15px;
}
.uzr-box h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.uzr-box {
    width: 100%;
    background: #fff;
    max-width: 23%;
    padding: 20px 16px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10px inset #0000002e;
}