/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* body{
    
} */
a{
    text-decoration: none !important;
    /* font-family: "Changa", sans-serif; */
    font-family: "Lexend Deca", sans-serif;
}
p, .f-rbt{
    text-decoration: none !important;
    /* font-family: "Roboto", sans-serif; */
    font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5, h6, .f-changa{
    /* font-family: "Changa", sans-serif; */
    font-family: "Lexend Deca", sans-serif;
}
.bg-main{
    background: #f4eee5;
}
.bg-second{
    background: #eff5f6;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.bg2{
    background-color: transparent;
    background-image: -o-linear-gradient(267deg, #161616 67%, #161616F0 100%);
    background-image: linear-gradient(183deg, #161616 67%, #161616F0 100%);
}
.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%;
}

.tph-ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px 10px 300px;
    border-bottom: 1px solid #ccc;
}
nav.navbar {
    padding: 0 0;
}
.header-logo {
    background: #fff;
    padding: 28px 24px !important;
    margin: 0;
    margin-top: -45px;
    margin-left: -12px;
    position: relative;
    z-index: 0;
}
.header-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    right: -16px;
    top: 0;
    max-width: 40px;
    -webkit-transform: skewX(-12deg);
        -ms-transform: skewX(-12deg);
            transform: skewX(-12deg);
    z-index: -1;
    -webkit-box-shadow: 5px 0px 5px #00000054;
            box-shadow: 5px 0px 5px #00000054;
}
/* .header-logo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    right: -44px;
    top: 0;
    max-width: 36px;
    z-index: -2;
    max-height: 45px;
    transform: skew(24deg, 0deg);
    box-shadow: -10px 10px 8px inset #00000014;
} */
.sticky .header-logo:before, .sticky .header-logo:after{
    display: none;
}
.header-logo img {
    max-width: 220px;
}
.tph-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* column-gap: 20px; */
}
.sticky ul.navbar-nav {
    margin: 0 auto 0 10px;
}
.tph-l a i{
    margin-right: 6px;
}
.tph-l a {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #113e6a3d;
}
.tph-l a:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.tph-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
}
.btn1 {
    display: inline-block;
    background: #FEED00;
    color: #333;
    padding-inline: 24px;
    line-height: 50px;
    border: 2px solid #FEED00;
    font-weight: 500;
}
.btn2 {
    display: inline-block;
    background: #0E5289;
    color: #fff;
    padding-inline: 24px;
    line-height: 50px;
    border: 2px solid #0E5289;
    font-weight: 500;
}
.btn3 {
    display: inline-block;
    background: #fff;
    color: #0E5289;
    padding-inline: 24px;
    line-height: 50px;
    border: 2px solid #fff;
    font-weight: 500;
}
.btn4 {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding-inline: 24px;
    line-height: 50px;
    border: 2px solid #fff;
    font-weight: 500;
}
.btn5 {
    display: inline-block;
    background: transparent;
    color: #0E5289;
    padding-inline: 24px;
    line-height: 50px;
    border: 2px solid #0E5289;
    font-weight: 500;
}
.btn1 i, .btn2 i, .btn3 i {
    margin-left: 6px;
}
.navbar-collapse {
    padding: 0 20px 0 0;
    /* border-right: 1px solid  #113e6a; */
}
a.nav-link {
    padding: 28px 0 !important;
    margin: 0 12px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}
.tph-ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 32px 8px 340px;
    /* border-bottom: 1px solid #113e6a; */
    background: #FEED00;
    margin-right: -12px;
}
ul.navbar-nav {
    margin: 0 20px 0 auto !important;
}
.tph-l a {
    color: #333;
}
.tph-l a i {
    color: #0E5289;
    margin-right: 10px;
}
.tph-r span {
    font-family: "Changa", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0E5289;
}
.tph-r a {
    color: #333;
}
.tph-r a:hover {
    color: #0E5289;
}
.hbs-box {
    position: relative;
}
.hbs-box img {
    max-height: 830px;
    min-height: 830px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}
.hbs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00274691;
    top: 0;
    left: 0;
}
section.top-header {
    background: #0E5289;
}
section.main-header {
    background: #0E5289;
    position: relative;
    z-index: 99;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
    color: #FEED00 !important;
}
.bsc-ic {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 960px;
}
.bsc-ic h4 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 68px;
    margin-bottom: 16px;
}
.bsc-ic p {
    color: #fff;
    line-height: 36px;
    font-size: 20px;
    margin-bottom: 50px;
}
.bsc-ic h4 span {
    color: #FEED00;
}
.hb-slider .slick-prev {
    left: 40px !important;
    z-index: 1;
}
.hb-slider .slick-next {
    right: 40px !important;
}
.hb-slider .slick-next, .hb-slider .slick-prev {
    background-image: url(../../assets/img/la.png) !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 40px !important;
    opacity: 0.9;
}
.hb-slider .slick-next:before, .hb-slider .slick-prev:before {
    display: none;
}
.hb-slider .slick-next:hover, .hb-slider .slick-prev:hover {
    background-size: 20px !important;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
    opacity: 1;
}
.hb-slider .slick-next {
    right: 40px !important;
    -webkit-transform: translate(0,-50%) rotate(180deg) !important;
        -ms-transform: translate(0,-50%) rotate(180deg) !important;
            transform: translate(0,-50%) rotate(180deg) !important;
}
.bsc-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #060606bd;
    z-index: -1;
    min-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 178px;
    bottom: 30px;
    margin-left: -30px;
} 
.main-tt p {
    font-size: 16px;
    font-weight: 700;
    color: #0E5289;
}
.main-tt h4 {
    font-size: 45px;
    color: #161616;
}
.habm-ic {
    max-width: 800px;
    margin-left: 120px;
}
.rg-30{
    row-gap: 30px;
}
.main-con p {
    line-height: 30px;
    color: #161616;
    font-size: 17px;
}
.habr-ic {
    margin-left: 80px;
    position: relative;
    z-index: 0;
}
img.habr-bg {
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 1;
    top: -140px;
    right: -140px;
}
.habl-con ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
}
.habl-con ul li {
    width: 100%;
    max-width: 47%;
    position: relative;
    padding-left: 35px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    color: #161616;
}
.habl-con ul li:before {
    content: "\f336";
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    top: 0px;
    font-size: 20px;
    color: #0E5289;
}
.habl-con ul li:nth-child(6), .habl-con ul li:nth-child(5) {
    border-bottom: none;
}
.hun-box {
    position: relative;
    z-index: 0;
}
.hun-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 50%;
    top: 0;
    left: 0;
    background-size: cover !important;
    z-index: -1;
    background-position: center center !important;
    min-height: 875px;
}
.hun1:before {
    background: url(../../assets/img/unit-1.jpg);
}
.hun2:before {
    background: url(../../assets/img/unit-2.jpg);
}
.hun3:before {
    background: url(../../assets/img/unit-3.jpg);
}
.hun4:before {
    background: url(../../assets/img/unit-4.jpg);
}
.hun5:before {
    background: url(../../assets/img/unit-5.jpg);
}
.hun6:before {
    background: url(../../assets/img/unit-6.jpg);
}
.hun7:before {
    background: url(../../assets/img/unit-7.jpg);
}
.hun8:before {
    background: url(../../assets/img/unit-8.jpg);
}
.hun9:before {
    background: url(../../assets/img/unit-9.jpg);
}
.hun10:before {
    background: url(../../assets/img/unit-10.jpg);
}
.hun-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 50%;
    background: #0E5289;
    top: 0;
    right: 0;
    z-index: -1;
    min-height: 875px;
}
.hunr-ic {
    padding: 100px 0 100px 90px;
}
.hun-tt span {
    color: #fff;
    /* font-size: 18px; */
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.4px;
}
.hun-tt h5 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 30px;
}
.hunc1 p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.hunc2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hun-slider .slick-next {
    right: unset !important;
    left: 44%;
}
.hun-slider .slick-prev {
    left: 40% !important;
    z-index: 1;
}
.hun-slider .slick-next:before, .hun-slider .slick-prev:before {
    font-family: 'fontawesome' !important;
    font-size: 18px !important;
    opacity: 1 !important;
    color: #000 !important;
}
.hun-slider .slick-next, .hun-slider .slick-prev {
    top: 100px !important;
    width: 60px !important;
    height: 60px !important;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    background-color: #fff !important;
    border-radius: 100%;
    /* border: 2px solid #fff !important; */
}
.hun-slider .slick-next:hover, .hun-slider .slick-prev:hover {
    background:  #FEED00 !important;
}
.hun-slider .slick-next:hover:before, .hun-slider .slick-prev:hover:before {
    color: #333 !important;
}
.hprtr-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.prcb-ico img {
    max-width: 78px;
    margin-bottom: 26px;
    margin-inline: auto;
}
.prcb-con h4 {
    font-size: 18px;
    color: #161616;
    font-weight: 500;
    margin-bottom: 24px;
    /* height: 90px; */
    line-height: 28px;
}
.hpr-con .prcb-con h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.prcb-con p {
    color: #666;
    font-size: 15px;
    line-height: 25px;
}
.prc-box a span {
    order: 2;
    background: #0E5289;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    height: 23px;
    font-size: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}
.prc-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    color: #161616;
    font-weight: 600;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
section.h-performance {
    background: #f7f7f7;
}
.prc-box {
    padding: 50px 30px;
    background: #fff;
    margin: 0px 10px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 0 14px inset #0000004a;
            box-shadow: 0 0 14px inset #0000004a;
}
.hpr-con .prc-box {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.prcs-con {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.csc-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
.cscl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 70px;
    background: #fff;
    border: 6px solid #d5d2d2;
    border-radius: 100%;
    padding: 14px;
}
.cscr p {
    margin-bottom: 0;
    max-width: 500px;
    font-size: 15px;
    font-weight: 800;
    color: #9b9b9b;
    letter-spacing: 0.3px;
}
.cscr p a {
    font-weight: 600;
    color: #161616;
    padding-bottom: 0px;
    border-bottom: 2px solid #0E5289;
    margin-left: 7px;
}
.prcs-con {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.prc-slider .slick-list {
    margin: 0 -10px;
}
.una-tt h6 {
    color: #FEED00;
    font-size: 24px;
    padding-left: 20px;
    position: relative;
    z-index: 0;
    line-height: 40px;
    margin-bottom: 20px;
}
.una-tt h6:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #FEED00;
    border-radius: 10px;
    left: 0;
}
.una-det p span, .una-det p a, .una-det p {
    color: #fff;
    /* margin-left: 8px; */
}
.una-det p span{
    /* color: #fff; */
    /* margin-left: 8px; */
}
.una-det p a:hover {
    color: #FEED00;
}
.una-det p i {
    color: #FEED00;
}
.una-det {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 40px; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    position: relative;
    z-index: 0;
}
.una-det p {
    padding-left: 30px;
}
.una-det p i {
    position: absolute;
    left: 0;
    top: 5px;
}
.una-det p {
    margin-bottom: 0;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff6b;
}
.una-det p:last-child {
    margin-bottom: 0;
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.una-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 14px;
}

.nad-l i {
    color: #FEED00;
}
.nad-r p {
    margin-bottom: 2px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.nad-r span {
    color: #fff;
    font-size: 16px;
    display: block;
}
.f-52{
    font-size: 52px !important;
}
/* .prc-slider {
    display: flex;
    margin: 0 -2px;
} */

  /* .prcb-con {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
.hwal-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}
.alb-l img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    max-width: 68px;
    min-width: 68px;
}
.hwal-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin: 40px 0 0 0;
    border-top: 1px solid #efefef54;
    padding: 40px 0 0 0;
}
.hwal-box:nth-child(3) {
     margin: 40px 0 40px 0;
    border-top: 1px solid #efefef54;
    border-bottom: 1px solid #efefef54;
    padding: 40px 0 40px 0;
}
.alb-r h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px;
}
.alb-r p {
    color: #9b9b9b;
    line-height: 30px;
    margin-bottom: 0;
}
.hwar-ii {
    margin-right: -300px;
}
.hwar-box {
    margin: 0 12px;
}
.hwar-box a {
	position: relative;
	overflow: hidden;
	display: block;
}
.hwar-box a .hwar-con {
    position: absolute;
    bottom: -120px;
    width: 100%;
    max-width: 86%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.hwar-con h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 22px;
}
.hwar-con p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 30px;
}
.hwar-box a:hover .hwar-con {
    bottom: 0px;
    -webkit-transition: 0.5s linear bottom;
    -o-transition: 0.5s linear bottom;
    transition: 0.5s linear bottom;
    
}
.hwar-box a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000a3), to(transparent));
    background: -o-linear-gradient(bottom, #000000a3, transparent);
    background: linear-gradient(0deg, #000000a3, transparent);
}
.hwar-img img {
    min-height: 600px;
    max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
}
section.h-who-we-are {
    /* padding-bottom: 400px; */
    background: url(../../assets/img/bg3.jpg);
    background-size: contain;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
section.h-about {
    overflow: hidden;
}
section.h-who-we-are:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0E5289;
    background: #0E5289;
    top: 0;
    z-index: -1;
    left: 0;
}
.hct-ic {
    background: #0E5289;
    padding: 100px 0 100px  100px;
}
section.h-coating {
    position: relative;
    z-index: 0;
    margin-top: -300px;
}
section.h-coating:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0E5289;
    z-index: -1;
    max-width: 50%;
    right: 0;
}
.z-box a span {
    background: #FEED00;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    height: 23px;
    font-size: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
}
.z-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.zb-con h4 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.zb-con ul {
    --icon-space: 1.5em;
    list-style: none;
    padding: 0;
    display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  }
  
  .zb-con li {
    padding-left: var(--icon-space);
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
  
  .zb-con li:before {
    content: "\e4b1";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #FEED00;
  }
  /* .hctr-ic {
    margin-right: -100px;
} */
.zb-ico img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 25px;
    border: 10px inset #FEED00;
}
.z-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff5e;
}
.hctl-ic {
    position: sticky;
    top: 160px;
}
.z-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.hclr-box {
    margin: 0 10px;
}
.hclr-slider .slick-list{
    margin: 0 -10px;

}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}
.form-group {
    margin-bottom: 24px;
    width: 100%;
}
.hctr-form .form-control {
    border: 1px solid #e8e9ef;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #0d1525;
    height: auto;
    padding: 15px 20px;
    resize: none;
    min-width: 100%;
    border-radius: 0px;
}
.tctr-ic {
    padding: 90px 70px 90px 50px;
    /* background: url(../../assets/img/contact-map.png); */
    position: relative;
    z-index: 0;
}
.tctr-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/map2.png);
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center center;
    opacity: 0.2;
    background-repeat: no-repeat;
}
.tctl-ic img {
    -o-object-fit: cover;
       object-fit: cover;
    /* border-radius: 40px 0 0 40px; */
    height: 100%;
}
.tct-ic {
    /* border-radius: 40px; */
    -webkit-box-shadow: 0 0 10px #00000020;
            box-shadow: 0 0 10px #00000020;
}

.ftc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
}

.ftc-tt h5 {
    padding: 0px 0 0px 70px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: #FEED00;
    display: inline-block;
}

.ftc-tt h5:before {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #FEED00;
}

.ftc-tt h5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 35px;
    background: #FEED00;
    left: 0px;
    bottom: 12px;
}

.ftc-bl span {
    background: #03a9c61f;
    color: #FEED00;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
}

.ftc-br h5 {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.ftc-br p a {
    color: #fff;
}

.ftc-br p {
    margin: 0;
    color: #fff;
}

.ftc-br p a:hover {
    color: #FEED00;
}

.ftc-ul ul li {
    position: relative;
    margin: 0 0 10px;
    line-height: 1.8em;
    color: #111;
    padding-left: 28px;
    width: 100%;
    max-width: 50%;
}

.ftc-ul ul li a {
    color: #fff;
    font-weight: 500;
}

.ftc-ul ul li a:hover {
    color: #FEED00;
}

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.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: 4px;
    background-size: 18px;
    max-width: 20px;
}

.ftc-logo {
    max-width: 250px;
    margin-bottom: 20px;
    background: #fff;
    padding: 0 10px;
    border-radius: 6px;
}

.ftc-con p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    line-height: 32px;
    margin-bottom: 30px;
}

.ftc-ic {
    margin-right: 40px;
}

.ftc-social span {
    font-size: 18px;
    font-weight: 500;
    color: #FEED00;
}

.ftc-social a {
    background: #03a9c61f;
    color: #FEED00;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    border-radius: 100%;
    font-size: 18px;
}

.ftc-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer {
    background: -o-linear-gradient(267deg, #161616 67%, #161616F0 100%);
    background: linear-gradient(183deg, #161616 67%, #161616F0 100%);
    padding-top: 100px;
    position: relative;
    z-index: 0;
}

.ft-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FEED00;
    padding: 30px 50px 20px;
    margin-top: 50px;
}

.ft-btm p {
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
}

.ft-btm p a {
    color: #0E5289;
}
.ft-bg img {
    position: absolute;
    bottom: 30px;
    width: 520px;
    left: -135px;
    opacity: 0.12;
    z-index: 0;
    -webkit-animation: 3s ease 0s infinite normal none running float-obj-y;
            animation: 3s ease 0s infinite normal none running float-obj-y;
}
@-webkit-keyframes float-obj-y {
	0% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
@keyframes float-obj-y {
	0% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
.hun-img img {
    max-height: 320px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 80px;
    opacity: 0.7;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 10px #00000020;
            box-shadow: 0 0 10px #00000020;
}
.sticky .header-logo {
    /* background: #e1e1e1; */
    padding: 7px 24px !important;
    margin-top: 0px;
}
.sticky a.nav-link {
    padding: 30px 0 !important;
    color: #333;
}
.sticky .navbar-nav .nav-link.active, .sticky .navbar-nav .nav-link.show, .sticky .nav-link:focus, .sticky .nav-link:hover {
    color: #0E5289 !important;
}

@media(min-width:1200px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
    
}
ul.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0 0;
    -webkit-box-shadow: 0 0 10px #00000020;
            box-shadow: 0 0 10px #00000020;
    border-top: 6px solid #FEED00;
}
.sticky ul.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0 0;
    border-top: 6px solid #0E5289;
}
a.dropdown-item {
    padding: 10px 16px;
    border-bottom: 1px solid #efefef;
    font-weight: 500;
    width: 100%;
    min-width: 240px;
    /* text-align: center; */
}
.sticky a.btn1 {
    background: #0E5289;
    color: #fff;
    border: 2px solid #0E5289;
}
.hunl img {
    display: none !important;
}
img.habr-main {
    min-height: 360px;
    max-height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
}
.tctl-ic {
    height: 100%;
}
section.i-banner {
    position: relative;
    z-index: 0;
    /* margin-bottom: 30px; */
}
section.i-banner img {
    max-height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 25%;
       object-position: 0 25%;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cf;
}
.ibn-ic h4 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 60px;
    margin-bottom: 0;
    margin-top: -14px;
}
.ibn-ic p {
    background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
    position: absolute;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 40px;
}
.ibn-ic p a {
    color: #FEED00;
    /* font-family: "Roboto", sans-serif; */
}
.ibn-ic p i {
    font-size: 14px;
    margin: 0px 12px 0px 12px;
    display: block;
}
.apsr-ic .hun-tt span {
    color: #0E5289;
    border-bottom: 1px solid #0e528996;
    font-size: 24px;
}
.apsr-ic .hun-tt h5 {
    font-size: 50px;
    color: #161616;
    margin-bottom: 20px;
}
.apsr-ic .una-tt h6 {
    color: #0E5289;
    font-size: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 0;
    line-height: 34px;
    display: inline-block;
    margin-bottom: 16px;
}
.apsr-ic .una-tt h6:before {
    background: #0E5289;
}
.apsr-ic .hunc1 p {
    color: #161616;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.apsr-ic .nad-r p {
    color: #161616;
}
.apsr-ic .nad-l i {
    color: #0E5289;
}
.apsr-ic .nad-r span {
    color: #161616;
}
.apsr-ic .una-det p span, .apsr-ic .una-det p a, .apsr-ic .una-det p {
    color: #161616;
}
.apsr-ic .una-det p i {
    color: #0E5289;
}
.una-table table td {
    border: 1px solid #ccc;
    padding: 8px 14px;
}
.una-table table {
    width: 100%;
    color: #161616;
    font-weight: 400;
}

.apsl-ic img {
    min-height: 700px;
    max-height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
}
.apsl-ic {
    position: sticky;
    top: 130px;
}
.fps2 {
    background: #edf1f5;
}
.hunc1 ul li {
    color: #161616;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 2px;
}
.vts-ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.vts-ic .prc-box {
    max-width: 31%;
    border-radius: 10px;
}
.vts-ic .prc-box .prcb-ico img {
    max-width: 90px;
    margin-bottom: 22px;
}
.vts-ic .prcb-con h4 {
    margin-bottom: 0;
    height: auto;
}
.dropdown-item.active, .dropdown-item:active {
    color: #161616 !important;
    background-color: #FEED00 !important;
}
.phs-ic {
    position: relative;
    padding: 70px 0;
}
.phs-ic:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    background: url(../../assets/img/arw.png);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: contain;
    opacity: 0.5;
}
.phs-box {
    width: 100%;
    max-width: 46%;
    /* display: flex; */
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    z-index: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 30px 30px;
    text-align: end;
    margin-bottom: 50px;
    background: #0e5289;
    border-radius: 10px;
    color: #fff;
}   
.phsb-r span {
    color: #0E5289;
    border-radius: 6px;
    position: absolute;
    top: -56px;
    right: 0;
    font-weight: 800;
    font-family: "Changa", sans-serif;
    letter-spacing: 1px;
    font-size: 40px;
    display: inline-block;
    text-shadow: 3px 3px 2px #00000050;
}
.phsb-l p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.phs-box:nth-child(even) {
    margin: 0 0 50px auto;
    text-align: start !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #FEED00;
    color: #161616;
}

.phs-box:nth-child(even) .phsb-r span {
    color: #FEED00;
    border-radius: 6px;
    right: unset;
    left: 0;
    -webkit-text-stroke: 1px #e9d600;
}
.phs-box:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: -36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 18px solid transparent;
    border-left: 18px solid #0e5289;
}
.phs-box:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #FEED00;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -68px;
    border-radius: 100%;
    border: 6px solid #0E5289;
}
.phs-box:nth-child(even):before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    left: -36px;
    right: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 18px solid transparent;
    border-right: 18px solid #FEED00;
}
.phs-box:nth-child(even):after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #FEED00;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -66px;
    right: unset;
    border-radius: 100%;
    border: 6px solid #0E5289;
}

.cps-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.cpsc-box p {
    margin: 0;
}
.cpsc-box {
    background: #edf1f5;
    padding: 12px 14px;
}
.cps-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cpsi-box {
    width: 100%;
    max-width: 32%;
}
.cpsi-box img {
    max-height: 220px;
    min-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid #efefef;
}
.ccp2 {
    background: #edf1f5;
}
.ccp2 .cpsc-box {
    background: #fff;
    /* padding: 20px 26px; */
}
.aua-ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.aua-box {
    width: 100%;
    max-width: 17%;
    -webkit-box-shadow: 0 0 10px #00000020;
            box-shadow: 0 0 10px #00000020;
    padding: 10px 10px;
    background: #fff;
}
.aua-box img {
    max-height: 90px;
    min-height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
}
.mcr-tt h4 {
    color: #0E5289;
    font-size: 25px;
    padding-bottom: 20px;
    position: relative;
    z-index: 0;
    line-height: 35px;
    margin-bottom: 16px;
    font-weight: 600;
}
.mcr-tt h4:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 5px;
    background: #0E5289;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.mcr-tt2 h5 {
    font-size: 22px;
    font-weight: 600;
}
.mcrc-img {
    -webkit-box-shadow: 0 0 10px #00000016;
            box-shadow: 0 0 10px #00000016;
    padding: 10px 10px;
    background: #fff;
}
.mcrc-img img {
    min-height: 100px;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
}
.mcr2 {
    background: #edf1f5;
}
.mawb-year span {
    font-family: "Changa", sans-serif;
    background: #0E5289;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.mawb-con p {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    position: relative;
    margin-bottom: 0;
    z-index: 0;
    padding-left: 26px;
}
.maw-box:nth-child(even) .mawb-year span {
    background: #FEED00;
    color: #121212;
}
.maw-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}
.mawb-con p:before {
    content: "\f324";
    font-family: FontAwesome;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    color: #121212;
    font-size: 16px;
    top: 1px;
}
.fancybox-custom .fancybox-skin {
    -webkit-box-shadow: 0 0 50px #222;
            box-shadow: 0 0 50px #222;
}
.mg-box {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 24px;
}
a.fancybox-buttons {
position: absolute;
width: 100%;
height: 100%;
background: #000000d4;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
color: #FEED00;
font-size: 30px;
opacity: 0;
}
.mg-box .fancy-box:hover a.fancybox-buttons {
opacity: 1;
-webkit-transition: 0.8s ease-in-out;
-o-transition: 0.8s ease-in-out;
transition: 0.8s ease-in-out;
}
a.fancybox-buttons:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
border: 3px solid #35fd1a1c;
max-width: calc(100% - 75%);
max-height: calc(100% - 75%);
}
.mg-box .fancy-box:hover a.fancybox-buttons:before {
border: 3px solid #FEED00;
max-width: calc(100% - 30px);
max-height: calc(100% - 30px);
-webkit-transition: 2s;
-o-transition: 2s;
transition: 2s;
}
.mfsc-img {
    -webkit-box-shadow: 0 0 10px #00000020;
            box-shadow: 0 0 10px #00000020;
}
.mfs2, .aa2 {
    background: #edf1f5;
}
.mfsc-img img {
    max-height: 300px;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}
.una-tt h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.mcn-ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.mcn-box {
    -webkit-box-shadow: 0 0 10px #00000020;
            box-shadow: 0 0 10px #00000020;
    padding: 30px 30px;
}
.mcn-box {
    -webkit-box-shadow: 0 0 10px #00000020;
            box-shadow: 0 0 10px #00000020;
    padding: 30px 30px;
    width: 100%;
    max-width: 48%;
}
.maw-box:last-child {
    padding-bottom: 0;
    border: none;
}
.mcr-tt.text-center h4:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.slider-f .nav-link {
    color: #121212;
    padding: 16px 10px !important;
    margin: 0px 0px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #edf1f5;
    border-radius: 0 !important;
    background: #fff;
}
.apsr {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.slider-f ul.nav {
    margin-bottom: 40px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* border-bottom: 4px solid #efefef; */
    /* flex-wrap: nowrap; */
}
.slider-f ul.nav li {
    width: 100%;
    max-width: 223px;
}
.slider-f ul.nav a.nav-link.active {
    background: #0E5289;
    border-radius: 0;
    color: #fff;
    position: relative;
    z-index: 0;
}

.slider-f .nav-link.active:hover, .slider-f .nav-link:focus{
    color: #fff !important;
}
.slider-f .navbar-nav .nav-link.show, .slider-f .nav-link:hover {
    color: #0E5289 !important;
}
.aps-ic {
    -webkit-box-shadow: 0 0 10px #0000001f;
            box-shadow: 0 0 10px #0000001f;
    padding: 60px 60px;
    background: #fff;
}
.mfp2 {
    background: #edf1f5;
    margin-top: -30px;
}
.slider-f ul.nav a.nav-link.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-top: 10px solid #0E5289;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.phs-img {
    background: #fff;
    padding: 14px 14px;
    text-align: center;
}
.phs-img span {
    font-family: "Changa", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin: 20px 0 6px;
    display: block;
}
.phsi2 {
    background: #edf1f5;
}
.phsi2 .phs-img{
    background: #fff;
    padding: 10px 10px;
}
.phsi2 .phs-img img {
    max-height: 360px;
    min-height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
}
.phsb-img {
    margin-top: 20px;
}
.mcrr-ii img {
    max-height: 500px;
    min-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
}
.mcrr-ii {
    background: #fff;
    -webkit-box-shadow: 0 0 10px #00000016;
            box-shadow: 0 0 10px #00000016;
}
.mcr-ul ul {
    --icon-space: 1.5em;
    list-style: none;
    padding: 0;
  }
  
  .mcr-ul li {
    padding-left: var(--icon-space);
    margin-bottom: 10px;
    color: #121212;
    font-weight: 500;
    font-size: 15px;
}
  
  .mcr-ul li:before {
    content: "\e4b1";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #0E5289;
  }
  .mcri2 img {
    max-height: 250px;
    min-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
}
.unab {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #efefef;
}
.fap-slider1 .fap-is1-box img {
    max-height: 300px;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}
.fap-slider2 .fap-is2-box {
    max-width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    /* margin: 0 10px; */
    margin-bottom: 14px;
}
.fap-slider2 .fap-is2-box img{
    max-width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    /* margin: 0 10px; */
}

.fap-slider1 {
    margin-bottom: 18px;
}
.fancybox-custom .fancybox-skin {
    -webkit-box-shadow: 0 0 50px #222;
            box-shadow: 0 0 50px #222;
}

.fancy-box {
    position: relative;
    width: 100%;
}

a.fancybox-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000069;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 30px;
    opacity: 0;
}
.fancy-box:hover a.fancybox-buttons {
    opacity: 1;
    -webkit-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}

a.fancybox-buttons:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #35fd1a1c;
    max-width: calc(100% - 75%);
    max-height: calc(100% - 75%);
}
.fancy-box:hover a.fancybox-buttons:before {
    border: 3px solid #fff;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.fap-is1-box {
    display: none;
}
.fap-is1-box:first-child {
    display: block;
}
.fap-is2-box {
    cursor: pointer;
}

/* .fap-is2 {
    display: flex;
    justify-content: center;
} */
.hunc1 ul li {
    color: #161616;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    z-index: 0;
    padding-left: 30px;
}
.hunc1 ul  {
    list-style-type: none;
    padding: 0;
}
.hunc1 ul li:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../../assets/img/checkmark.png);
    left: 0;
    background-size: contain;
    top: 5px;
}
.fap-img-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 14px;
}
.fap-slider2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.fap-slider1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
}
.plz-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.plz-box {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    padding: 30px;
    max-width: 31%;
}
.plz-ico span {
    background: #0E5289;
    color: #fff;
    width: 60px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 28px;
    border-radius: 38px;
    margin-bottom: 20px;
}
.plz-data p {
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    line-height: 30px;
}
.plz-data p a{
    color: #333;
    
}
.plz-data p a:hover{
    color: #0E5289;
    
}
.fpzm-ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fpzm-box {
    width: 100%;
    max-width: 31%;
}
.zmb-img img {
    max-height: 240px;
    min-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}
.fpzm-box a {
    display: block;
    padding: 14px;
    -webkit-box-shadow: 0 0 14px #00000030;
            box-shadow: 0 0 14px #00000030;
    border-radius: 20px;
}
.zmb-con h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}
.zmb-con {
    text-align: center;
    margin-top: 16px;
}
.zmb-con span {
    font-size: 14px;
    color: #0E5289;
    font-weight: 500;
}
.zmb-img {
    overflow: hidden;
    border-radius: 10px;
}
.fpzm-box a:hover .zmb-img img {
    -webkit-transform: scale(1.2) rotate(4deg);
        -ms-transform: scale(1.2) rotate(4deg);
            transform: scale(1.2) rotate(4deg);
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

.plant2-sec .main-tt h4 {
    font-size: 34px;
    color: #161616;
}
.mcz-ix .plz-box {
    background: #e6edf3;
}
.mcz-box {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #efefef;
}
@-moz-document url-prefix() {
  .your-class {
    /* Firefox-only styles */
  }
}
.paps-slider .fpzm-box {
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    margin: 0 12px;
    border-radius: 12px;
}
.paps-slider .fpzm-box a{
    box-shadow: none;
}
.susn-ic img {
    max-width: 800px;
}
.susn-ic {
    text-align: center;
}
.sus-nsc .plz-box {
    max-width: 48%;
}
.hwar-box.z-box {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
    position: relative;
    z-index: 0;
    width: 100%;
    background: #fff;
    padding: 12px;
}
.hwar-box.z-box .zb-con h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 34px;
}
/* .hwar-box.z-box  .hwar-con {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    padding: 40px 20px 30px;
    width: 100%;
} */
.hwar-box.z-box a:before {
    display: none;
}
.hwar-box.z-box .hwar-img img {
    min-height: 250px;
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 16px;
}
.hwr2 .hwar-ii {
    margin-right: 0px;
}
.hwr2 .hwar-ii .hwar-slider {
    display: flex;
}