@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); html {
    scroll-behavior: smooth;
}

/*=========== header section ===========*/
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 400;
}

nav {
    /* position: fixed; */
    /* z-index: 99; */
    /* width: 100%; */
    /* background: #fff; */
}

nav .wrapper {
    /* position: relative; */
    /* max-width: 1300px; */
    /* padding: 0px 30px; */
    height: 70px;
    line-height: 70px;
    /* margin: auto; */
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.wrapper .logo a {
    color: #f2f2f2;
    text-decoration: none;
    display: block;
    line-height: 0;
}

.wrapper .nav-links {
    display: flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #404040;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
    height: 100%;
    display: inline-block;
    text-transform: uppercase;
}

.nav-links li a:hover {
    /* background: #3A3B3C; */
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    /* width: 180px; */
    line-height: 45px;
    width: 80%;
    left: 15%;
    top: 85px;
    opacity: 0;
    padding: 0px;
    /* padding: 10px 15px; */
    /* padding: 0 20px; */
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    background: #fff;
    box-shadow: 0 11px 15px 0 #00000029;
    border: 0;
    border-bottom: 4px solid #00537b;
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    border-radius: 0;
}

.nav-links li:hover .drop-menu, .nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 74px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    /* padding: 0 0 0 15px; */
    font-weight: 400;
    border-radius: 0px;
    font-size: 13px;
    padding: 8px 0;
    line-height: 20px;
    border-bottom: 1px dashed rgb(185 185 185 / 28%);
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #fff;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

span.ufegduy_tri {
    display: flex;
}

span.efugyu_tri {
    width: 72%;
    padding: 18px 20px 5px;
    background: #e7f6ff;
}

ul.efyhui_tri {
    width: 28%;
    padding: 5px 20px;
}

.euftgu_tri {
    color: #000;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 6px;
}

.wduyjyhf_tri {
    /* border: 1px solid #ebebeb; */
    padding: 0 4px 0;
    /* background: #fff; */
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked ~ .drop-menu, #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .mega-box .content .row:nth-child(1), .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

header.header.header_tri.fixed-header nav.nav-links_new {
    background: #ffff;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

.header-top {
    padding-top: 2px;
    padding-bottom: 2px;
    /* border-bottom: 1px solid #f2f2f2; */
    background-color: #1c6085;
    z-index: 1;
    /* position: fixed; */
}

.header-top-item .header-top-left ul {
    margin: 0;
    padding: 0;
}

.header-top-item .header-top-left ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    margin-right: 25px;
}

.header-top-item .header-top-left ul li a {
    display: inline-block;
    color: #ffffff;
}

.header-top-item .header-top-left ul li i {
    color: #ec2a30;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.header-top-item .header-top-right {
    text-align: right;
}

.header-top-item .header-top-right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.header-top-item .header-top-right ul {
    margin: 0;
    padding: 0;
}

.header-top-item .header-top-right ul li a {
    display: block;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    color: #000;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    background-color: #fdfbff;
    position: relative;
}

.header-top-item {
    text-align: right;
}

.logo {
    height: 67px;
    width: auto;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    padding: 3px 0 0;
}

a.logo_imges {
    width: 100%;
    height: 100%;
}

img.logo_img {
    width: auto;
    height: 100%;
}

nav.nav-links_new {
    /* position: fixed; */
    /* z-index: 99; */
    /* width: 100%; */
    background: #ffffffe3;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* position: relative; */
    /* top: 0px; */
    /* background: linear-gradient(to bottom, #f3f3f3 20%, #ffffffad 70%, #00000000 100%); */
    padding: 0;
}

header#header {
    position: fixed;
    z-index: 99;
    width: 100%;
    /* background: #fff; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    top: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 1px 9px 13px 1px;
}

.drop-menu li {
    /* border-bottom: 1px dashed rgba(0, 70, 192, .2784313725); */
}

.nav-links li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* bottom: 0; */
    left: 0px;
    width: 0;
    z-index: 10001;
    height: 2px;
    background-color: #1c6085;
    transition: width 0.3s ease-in-out;
}

.nav-links li a {
    text-decoration: none;
    position: relative;
}

.nav-links li a:hover {
    color: #1c6085 ;
}

.nav-links li a:hover::after {
    width: 100%;
}

.nav-links li.contact_us a {
    background: #1c6085;
    color: #fff;
    display: inline;
    padding: 7px 14px 8px;
}

li.contact_us {
    margin-left: 16px;
}

ul.drop-menu.itfguygy_tri {
    left: auto;
    width: 250px;
    padding: 10px;
}

span.efugyu_tri .owl-dots.visible-title {
    margin: 0 0 20px!important;
}

/*=========== banner ========*/
.wduyf_tri {
    position: relative;
}

.ugf_tri {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: end;
    /* background-image: linear-gradient(#00000000, #000000c7); */
    background: linear-gradient(to bottom, #00000000, #0000004f, #000000);
}

.wuf_tri {
    color: #fff;
    position: relative;
    left: 6%;
    bottom: 20%;
    width: 45%;
    border-left: 4px solid #ffffff40;
    padding: 15px 22px 22px;
}

.eufg_tri {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #ffffff45; */
    /* padding-bottom: 15px; */
}

a.fuij_tri {
    display: inline-block;
    padding: 5px 22px 7px;
    background: #ffffff;
    border-radius: 3px;
    font-weight: 500;
    color: #000000;
    width: auto;
    text-decoration: none;
}

.efdfe_tri {
    margin-top: 18px;
}

.scroll-hint {
    position: absolute;
    top: 50%;
    right: -50px;
    color: #fff;
    font-size: 15px;
    font-family: axia, arial, sans-serif;
    letter-spacing: 0.5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    text-decoration: none!important;
}

.scroll-hint:hover:after {
    background-color: var(--ice-blue);
}

.scroll-hint:after {
    content: "";
    width: 100px;
    height: 1px;
    vertical-align: middle;
    background-color: #fff;
    margin-left: 10px;
    display: inline-block;
    -webkit-animation: move 1.6s infinite;
    animation: move 1.6s infinite;
    -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
    animation-timing-function: cubic-bezier(.645,.045,.355,1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scroll-hint:hover {
    color: #fff;
}

@keyframes move {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    51% {
        -webkit-transform-origin: left;
        transform-origin: left
    }

    to {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

/*=========== banner ========*/
/*=====footer end secttion =====*/
.footer-area {
    text-align: center;
    background: #003d5f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-area p {
    color: #fff;
    margin: 0px;
    font-size: 12px;
}

.footer-area p a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
}

/*=====footer end secttion =====*/
/*footer start*/
.pb-70 {
    padding-bottom: 24px;
}

footer {
    position: relative;
    background-color: #1c6085;
    background-image: url("../images/footer_bg_new.png");
}

.header-top-item .header-top-left ul li a:hover {
    text-decoration: none;
}

.w-30 {
    width: 25px;
}

footer.pb-70:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #115078a3;
}

.row.justify-content-center {
    position: relative;
}

.footer-item {
    margin-bottom: 30px;
    padding-top: 41px;
}

img.fotr {
    width: 230px;
    border-radius: 16px;
    margin-bottom: 7px;
}

.footer-quick p {
    color: white;
    line-height: 25px;
    text-align: left;
    font-size: 13px;
    margin-top: 6px;
    border-top: 1px solid #ffffff4a;
    padding-top: 6px;
}

.footer-item {
    margin-bottom: 30px;
    padding-top: 41px;
}

.footer-item .footer-quick h3 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer-item .footer-quick ul {
    margin: 0;
    padding: 0;
}

.footer-item .footer-quick ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 12px;
}

.footer-item .footer-quick ul li a {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.footer-item .footer-contact h3 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer-item .footer-contact ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 42px;
    transition: .5s all ease;
}

.footer-item .footer-contact ul li a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    text-decoration: none;
    font-size: 13px;
}

.footer-item .footer-contact ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
    transition: .5s all ease;
    color: #d8d8d8;
}

.footer-item .footer-contact ul li {
    list-style-type: none;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
}

.footer-item .footer-contact ul {
    margin: 0;
    padding: 0;
}

.footer-quick h3 {
    color: #fff;
    position: relative;
}

.footer-quick h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ec2a30;
}

.footer-contact h3 {
    color: #fff;
    position: relative;
}

.footer-contact h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ec2a30;
}

.fa-angle-right {
    padding-right: 7px;
}

.footer-quick ul li a:hover {
    transform: translateX(5px);
}

.footer-quick ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-social-icon a {
    margin-right: 10px;
}

.footer-social-icon i {
    border: 1px solid white;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100px;
    color: white;
}

.footer-social-icon .fa-facebook-f {
    background-color: #1877F2;
}

.footer-social-icon .fa-instagram {
    background: radial-gradient(circle at 108% 45%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer-social-icon .fa-youtube {
    background-color: red;
}

.footer-social-icon .fa-linkedin {
    background-color: #3783ef;
}

/*.pb-70 { padding-bottom: 24px; } 
footer { background-image: url(../images/footer_bg.png); background-size: cover; background-position: center center; background-repeat: no-repeat;  position: relative;  background-position: center; background-repeat: no-repeat; background-size: cover; } 
footer.pb-70:before { position: absolute; content: ""; width: 100%; height: 100%; background: #115078a3; } 
.row.justify-content-center { position: relative; } 
.footer-item { margin-bottom: 30px; padding-top: 41px; } 
img.fotr { width: 14em; background: white; border: 2px solid #2f6d8f; border-radius: 16px; margin-bottom: 7px; }
.footer-quick p { color: white; line-height: 23px; text-align: justify; } 
.footer-item { margin-bottom: 30px; padding-top: 41px; } 
.footer-item .footer-quick h3 { color: #fff; font-weight: 600; font-size: 22px; margin-bottom: 30px; }*/
/*.footer-item .footer-quick ul { margin: 0; padding: 0; } 
.footer-item .footer-quick ul li { list-style-type: none; display: block; margin-bottom: 20px; } 
.footer-item .footer-quick ul li a { display: block; font-weight: 400; font-size: 15px; color: #fff; } 
.footer-item .footer-contact h3 { color: #fff; font-weight: 600; font-size: 22px; margin-bottom: 30px; } 
.footer-item .footer-contact ul li i { position: absolute; top: 2px; left: 0; font-size: 42px; transition: .5s all ease; } 
.footer-item .footer-contact ul li a { display: block; color: #fff; margin-bottom: 7px; } 
.footer-item .footer-contact ul li i { position: absolute; top: 2px; left: 0; font-size: 42px; transition: .5s all ease; } 
.footer-item .footer-contact ul li { list-style-type: none; display: block; color: #fff; font-weight: 400; font-size: 15px; padding-left: 60px; position: relative; margin-bottom: 30px; } 
.footer-item .footer-contact ul { margin: 0; padding: 0; }*/
/*about use section*/
.info {
    padding-top: 30px;
}

span.eufgu_tri {
    color: #369bd3;
}

.thumb-style-three:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 96%;
    height: 96%;
    background: #e8bb0d;
}

.about-area {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.thumb-style-three {
    position: relative;
}

.info-circle {
    height: 215px;
    width: 215px;
    border-radius: 50%;
    background-color: #1c6085;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 96px;
    margin: auto;
}

.content-circle {
    margin-top: 50px;
}

.content-circle p {
    width: 150px;
    margin: auto;
    font-size: 23px;
    color: #fff;
}

@media only screen and (min-width: 700px) and (max-width: 1500px) {
    .sub-heading-n {
        /* font: normal normal normal 22px / 30px Poppins; */
    }
}

.sub-heading-n {
    /* text-transform: uppercase; */
    color: #072b3e;
    margin-left: 0px;
    /* font: normal normal normal 25px / 42px Poppins; */
    position: relative;
}

.heading {
    font-weight: 500;
    margin-top: 0;
    color: #000000;
    font-size: 30px;
    margin-bottom: 10px;
}

.sub-heading-n:after {
    position: absolute;
    content: "";
    width: 47px;
    height: 2px;
    background: #ec2a30;
    left: 0px;
    bottom: -1px;
}

.info p {
    color: #000000;
    font-size: 13px;
    line-height: 26px;
}

.short-feature-list {
    margin: 0px -15px;
    margin-top: 20px;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.short-feature-list li {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 12px;
    position: relative;
}

.icon-who img {
    width: 120px;
}

.who-content {
    padding: 0px 16px;
}

.who-content h4 {
    margin-bottom: 4px;
    font-size: 18px !important;
}

.short-feature-list li p {
    margin: 0;
}

.who-btn {
    align-items: center;
}

.who-btn a:first-child {
    margin-right: 16px;
}

.short-feature-list li a {
    display: flex;
    color: #232323;
    font-size: 15px;
    align-items: center;
}

@media only screen and (min-width: 700px) and (max-width: 1500px) {
    .btn-blue {
        padding: 12px 14px !important;
    }
}

.btn-blue {
    /* background: var(--blue) !important; */
    /* border-radius: 0.6em; */
    /* color: #ffffff !important; */
    /* width: fit-content; */
    /* padding: 15px 14px !important; */
}

.btn-nn {
    /* box-sizing: border-box; */
    /* appearance: none; */
    /* border: 2px solid #ffffff !important; */
    /* background: #1c6085; */
    /* border-radius: 0.6em; */
    /* color: var(--white) !important; */
    /* cursor: pointer; */
    /* font-weight: 400; */
    /* line-height: 1; */
    /* text-decoration: none; */
    /* text-align: center; */
    /* padding: 11px 14px !important; */
    /* display: flex !important; */
    /* align-items: center; */
    /* text-align: center; */
}

.btn-nn img {
    display: block !important;
    margin-bottom: 0px !important;
    width: 29px !important;
    margin-left: 7px !important;
}

.video-play-button.with-text {
    width: auto;
    background: transparent;
}

.short-feature-list li a {
    /* display: inline-block; */
    /* color: #232323; */
    /* font-size: 15px; */
}

.video-play-button {
    /* display: inline-block; */
    /* background: #104cba; */
    /* height: 60px; */
    /* width: 60px; */
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    /* color: #232323; */
    position: relative;
}

.video-play-button.with-text .effect {
    height: 28px;
    width: 28px;
    right: 0;
    -webkit-animation: inherit;
    animation: inherit;
    background: #dd0d16;
    top: 16px;
    opacity: 1;
    border-radius: 100%;
    position: absolute;
}

.video-play-button .effect {
    /* position: absolute; */
    /* width: 100px; */
    /* height: 100px; */
    /* background: #104cba; */
    /* opacity: 0; */
    /* border-radius: 100%; */
    /* left: 50%; */
    /* top: 50%; */
    /* z-index: -1; */
    /* -webkit-animation: video-play 1500ms ease-out infinite; */
    /* animation: video-play 1500ms ease-out infinite; */
}

.video-play-button.with-text span {
    position: relative;
    z-index: 1;
    color: #000000;
}

.video-play-button.with-text span img {
    width: 20px;
    margin-left: 11px;
    margin-right: 0;
    margin-bottom: 4px;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

.video-play-button.with-text .effect::after {
    background: #ec2a30;
    height: 100%;
    width: 100%;
    z-index: inherit;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-play-button .effect::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: yellow;
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/* Video Paly */
@-webkit-keyframes video-play {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes video-play {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.thumb-style-three img {
    width: 100%;
    padding-bottom: 15px;
    padding-right: 15px;
    position: relative;
}

.about-area .shape-animated {
    position: absolute;
    right: 6px;
    top: 54px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    opacity: .6;
}

.shape-animated img {
    width: 70px;
}

/* Infinite Up Down Animation */
@keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.new_ad_about {
    /* background-image: url('../images/bg-img.png'); */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /*display: flex; justify-content: center; align-items: center;*/
    /* padding-bottom: 1px; */
    /* padding-top:50px; */
    background: #e7f6ff;
}

.content-circle h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 11px;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.new_banner_section {
    position: relative;
    overflow: hidden;
    height: 550px;
}

img.efueuy_tri {
    width: 100%;
}

/*after banners point*/
.md-bannerfloat .slick-list, .herobanner .md-bannerfloat:not(.slick-slider) {
    border-radius: 15px;
    overflow: hidden;
}

.md-bannerfloat {
    position: relative;
    width: 100%;
    background-color: #ffffff29;
    display: flex;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* bottom: 40px; */
    /* box-shadow: 0 0 20px #f0f0f0; */
    /* border-radius: 15px; */
    /* justify-content: space-between; */
    /* align-items: center; */
    bottom: 58px;
    left: 0;
    padding: 0 20px;
    z-index: 3;
}

.md-bannerfloat .md-bannerfloatinner.active, .pagination a.currpage, .pagination a:hover {
    /* background-color: #1c6085; */
    /* color: #fff; */
}

@media screen and (max-width: 1650px) {
    .md-bannerfloat .md-bannerfloatinner {
        font-size: 13px;
    }
}

.md-bannerfloat .md-bannerfloatinner {
    border-right: 1px solid rgba(0, 0, 0, .08);
    padding: 16px 0;
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
    transition: .8s;
    justify-content: center;
    /* min-height: 80px; */
    /* border-left: 1px solid #ffffff24; */
}

@media screen and (max-width: 1650px) {
    .md-bannerfloat .md-bannerfloatinner svg {
        height: 30px;
        width: 30px;
    }
}

.md-bannerfloat .md-bannerfloatinner svg {
    height: 40px;
    width: 40px;
    margin-right: 15px;
    flex: none;
}

.md-bannerfloat span {
    width: 100%;
    border-left: 1px solid #ffffff40;
    padding: 2px 15px;
    text-align: center;
}

section.banners_point {
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    /* display: none; */
}

.md-bannerfloat span {
    font-size: 14px;
    color: #ffffff;
}

.md-bannerfloat a:hover {
    text-decoration: none !important;
}

.md-bannerfloat .md-bannerfloatinner img {
    height: 40px;
    width: 40px;
    margin-right: 7px;
    flex: none;
    display: none;
}

.righthover {
    border-right: none !important;
}

.new_banner_section:after {
    background: linear-gradient(180deg, transparent 20%, transparent 50%, #1c6085);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    /* top: 0; */
    z-index: 90;
    height: 200px;
}

/*Product section css*/
h2.hhc-text-card__heading {
    font-weight: 500;
    margin-top: 0;
    color: #000000;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.hhc-text-card__content {
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 50px;
    text-align: center;
}

.hhc-text-card__wrapper {
    text-align: center;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.speciality-card {
    height: 100%;
    width: 100%;
}

.speciality-card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    display: flex ;
    flex-direction: column;
    padding: .75rem;
}

.speciality-card__body {
    display: flex ;
    flex-direction: column;
    flex-grow: 1;
    justify-content: start;
}

.product_img {
    /* width:100%; */
    width: 100%;
    height: 260px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.afbyh_tri {
    margin: 0px !important;
}

.col-md-12.row.afbyh_tri {
    padding: 27px 15px;
    /* background: linear-gradient(180deg, rgba(230, 242, 245, 0), #e6f2f5 33%, #fdf2ec); */
    background: #ffffff;
    border-radius: 2px;
    /* margin: 20px 0px; */
    box-shadow: rgba(99, 99, 99, 0.2) 1px 9px 13px 1px;
}

section.product_section {
    /* background: linear-gradient(180deg, rgba(230, 242, 245, 0), #e6f2f5 33%, #fdf2ec); */
    padding: 40px 0px 0;
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
}

.tab-content.mt-3 {
    margin: 30px 0px !important;
}

.nav-link.active {
    background-color: #1c6085 !important;
    border-color: #1c6085;
    color: #fff !important;
    pointer-events: none;
}

.nav-link {
    margin-right: 10px;
    align-items: center;
    background-color: transparent;
    border: 1px solid #1c6085 !important;
    border-radius: 2.5rem !important;
    color: #1c6085;
    cursor: pointer;
    display: flex;
    /* font-family: Figtree, sans-serif; */
    font-size: .75rem;
    font-weight: 500;
    /* height: 2rem; */
    justify-content: space-between;
    letter-spacing: .0375rem;
    line-height: 1.6875rem;
    line-height: 1;
    padding: 10px 13px;
    position: relative;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s;
    white-space: nowrap;
}

.mt_15 {
    margin-left: 15px;
}

.nav-tabs {
    border-bottom: none;
}

.lower_btn {
    padding: 15px 0px 0;
    margin: 0;
    border-top: 1px solid #8080805e;
    display: inline-block;
    width: 100%;
}

a.Doctor_btn {
    border: 1px solid #1c6085;
    color: #1c6085;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 3px;
    margin: 0;
    font-size: 14px;
    display: inline-block;
}

a.Doctor_btn:hover {
    border: 1px solid #1c6085;
    background: #1c6085;
    color: #fff;
}

.speciality-card__body-lower-title {
    color: #000;
    flex-grow: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .625rem;
    text-transform: capitalize;
}

.afbyh_tri {
    position: relative;
}

.bottom_product {
    /* position:absolute; */
    /* bottom:0px; */
}

a.Doctor_btn.ml-10 {
}

.bottom_product {
    /* position: relative; */
    /* bottom: 0; */
    margin-top: 30px;
}

.lbs_block_top_gap_mobile.lbs_block_top_gap.lbs-block-container.text-card {
    padding-top: 50px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
    background: #1c6085;
}

.heading_n h2 {
    font-weight: 500;
    margin-top: 0;
    color: #369bd3;
    font-size: 25px;
    margin-bottom: 10px;
}

.para {
    color: #000000;
    font-size: 13px;
    line-height: 26px;
}

.tab-panel {
    /* background: #ddd;*/
    position: relative;
    z-index: 1;
}

.tab-panel__header {
    /* background: #343a40; */
    position: relative;
}

.tab-panel__header ul li {
    /* width: 33.33%; */
}

.tab-panel__header a {
    /* text-decoration: none; */
    /* text-transform: uppercase; */
    /* display: block; */
    /* padding: 20px; */
    /* font-size: 18px; */
    /* color: #fff; */
    /* border-right: solid 1px #fff; */
    /* min-width: 150px; */
    /* text-align: center; */
}

.tab-panel__arrow {
    position: absolute;
    border-width: 20px;
    border-style: solid;
    border-color: #c81c2f transparent transparent transparent;
    transition: transform 0.5s
}

/*Tab Panel Content area*/
.tab-panel__content {
    overflow: hidden;
}

.tab-panel__content-area {
    min-height: 250px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: transform 0.5s;
}

.tab-panel__item {
    flex: 100% 1 0;
}

.tab-panel__item__content {
    padding: 75px 0px 10px 0px;
}

.tab-panel__item--active {
    display: block;
}

.tab-active {
    /* background: #c81c2f; */
}

.tab-panel__header ul {
    display: flex;
    flex-direction: row;
    overflow: auto;
    width: 100%;
    justify-content: center;
}

.justify-content-center {
    justify-content: center !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.sdf__item {
    padding: 40px;
    border: 1px solid var(--tp-border-2);
    display: flex;
    border-radius: 6px;
    align-items: center;
    position: relative;
    background: var(--tp-common-white);
    transition: 0.3s;
}

.d-flex {
    display: flex;
}

.sdf__item::before {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    border-radius: 6px;
    height: 100%;
    bottom: 10px;
    z-index: -2;
    border: 1px solid #e9e9e9;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.sdf__item:hover::before {
    bottom: -10px;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.sdf__item:hover {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.sdf__icon {
    margin-right: 10px;
}

.sdf__icon i {
    font-size: 36px;
    color: #9a0818;
}

.sdf__text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.sdf__text h6 {
    font-size: 14px;
}

.sdf__item {
    border: 1px solid #e9e9e9;
    display: flex;
    border-radius: 6px;
    position: relative;
    height: 95px;
    background: #ffffff;
    transition: 0.3s;
}

.mb-30 {
    margin-bottom: 30px;
}

section.about__area {
    padding-top: 70px;
}

.tab-panel__content {
    margin: 15px 0px 0 !important;
    margin-bottom: 0px !important;
}

.tab-active .nav-link {
    background-color: #1c6085 !important;
    border-color: #1c6085;
    color: #fff !important;
    pointer-events: none;
}

.ml-10 {
    margin-left: 15px;
}

/*why HCC*/
.contain {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.contain h1 {
    padding-top: 14px;
    font-size: 26px;
    font-weight: normal;
    margin-top: 20px;
    padding-bottom: 10px;
}

.owl-dots {
    height: 0;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none;
    background: 0 0;
    color: inherit;
    /* width: 50px; */
    border: none;
    /* height: 50px; */
    border-radius: 50px;
    padding: 0 !important;
    /* font: inherit; */
}

.owl-nav button {
    display: flex;
    width: 100%;
    align-items: center;
    position: absolute;
    top: 100px;
    justify-content: space-between;
}

#owl-carousel5 .owl-nav {
    display: flex;
    width: 100%;
    align-items: center;
    position: absolute;
    top: 100px;
    justify-content: space-between;
}

.owl-prev {
    left: 0;
    background-color: white !important;
    color: black;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: gray;
}

.owl-next {
    right: 0;
    background-color: white !important;
    color: black;
}

.owl-prev span {
    font-size: 30px;
}

.owl-next span {
    font-size: 30px;
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

section.why_hcc {
    background: #f5f5f5;
    padding: 55px 0px;
    /* position: relative; */
    /* top: -25px; */
    /* padding-top: 140px; */
}

.item {
    /* padding: 5px; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* background: #fff; */
}

.items {
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.hhc-feature-img {
    height: 170px;
    width: 100%;
}

img.hhc-img-responsive {
    height: 100%;
}

p.para_new {
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

.hhc-feature-img img {
    border-radius: 10px 10px 0 0;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

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

.hhc-feature-content {
    background: #fff;
    text-align: center;
    padding: 10px;
    height: 100px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 0 0 10px 10px;
}

.hhc-feature-content h4 {
    font-size: 15px;
    color: #8b8b8b;
    margin-bottom: 11px;
}

.hhc-feature-btn {
    background: #1c6085;
    color: #ffffff !important;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}

/*enquiry section*/
/*enquiry section*/
.quick-contact-area {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 60px;
}

.quick-contact-area {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(230, 242, 245, 0), #e6f2f5 33%, #fdf2ec);
}

.form-bg-n {
    background-color: #ffffff;
    padding: 35px 25px;
}

.sub-heading-n {
    color: #1c6085;
    margin-left: 0px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.form-bg-n h2 {
    line-height: 27px;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 13px;
}

.dfhui_tri {
    font-size: 12px;
    margin-bottom: 4px;
    color: #1c6085;
}

.form-group {
    margin-bottom: 20px;
}

.consultation-form input, .consultation-form textarea {
    padding: 0 10px;
    min-height: auto;
    color: #000000 !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    border: 1px solid #1c608517;
    border-radius: 4px;
    box-shadow: none;
    background: #e8f2f463;
}

.btn-blue:hover {
    background: #fff !important;
    color: #1c6085 !important;
    border: 1px solid #1c6085 !important;
    text-decoration: none;
}

.btn-blue {
    border-radius: 0.6em;
    color: #ffffff !important;
    padding: 15px 14px !important;
}

.col-xl-6.p-0.contact-side-img img {
    width: 100%;
}

.hfgbf_box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom: 5px solid #ec2a30;
}

/*.quick-contact-area { background-color: #fff; padding-top: 40px; padding-bottom: 60px; } 
.quick-contact-area { position: relative; z-index: 1; background: linear-gradient(180deg, rgba(230, 242, 245, 0), #e6f2f5 33%, #fdf2ec); } 
@media only screen and (min-width: 700px) and (max-width: 1500px) { .form-bg-n { padding: 27px 51px; } } 
.form-bg-n { background-color: #ffffff; padding: 28px 90px; } 
.contact-side-img { height: 514px; } 
@media(min-width: 700px) and (max-width: 1500px) { .sub-heading-n { font: normal normal normal 22px / 30px Poppins; } } 
.sub-heading-n { text-transform: uppercase; color: #072b3e; margin-left: 0px; font: normal normal normal 25px / 42px Poppins; position: relative; } 
@media(min-width: 700px) and (max-width: 1500px) { .form-bg-n h2 { line-height: 32px; font-size: 20px; margin-bottom: 10px; } } 
.form-bg-n h2 { letter-spacing: -1.08px; line-height: 27px; margin-bottom: 22px; } 
@media(min-width: 700px) and (max-width: 1500px) { .consultation-form input { min-height: 46px; margin-bottom: 15px; } } 
.consultation-form input { min-height: 38px; color: #000000 !important; margin-bottom: 20px; font-weight: 500; font-size: 14px; } 
.btn-blue:hover { background: #fff !important; color: #1c6085 !important; border: 1px solid #1c6085 !important; text-decoration: none; } 
@media only screen and (min-width: 700px) and (max-width: 1500px) { .btn-blue { padding: 12px 14px !important; } } 

.col-xl-6.p-0.contact-side-img img{ width:100%; }*/
.btn-nn {
    box-sizing: border-box;
    border: 1px solid #1c6085 !important;
    background: #1c6085;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 8px 16px !important;
    display: flex !important;
    align-items: center;
    text-align: center;
}

/*product_new*/
span.iugyu_tri {
    color: #1c6085;
    font-weight: 500;
    margin-right: 16px;
}

a.uwgyu_tri {
    padding: 8px 2px;
    margin-right: 16px;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-size: 12px;
}

a.uwgyu_tri:after {
    width: 100%;
    border-bottom: 1px solid;
    content: '';
    left: auto;
    height: 1px;
    right: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: .37s cubic-bezier(0.52,0.01,0.16,1);
    -moz-transition: .37s cubic-bezier(0.52,0.01,0.16,1);
    transition: .37s cubic-bezier(0.52,0.01,0.16,1);
    --webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #000000;
}

a.uwgyu_tri:hover:after {
    content: '';
    width: 0 !important;
    left: auto !important;
    height: 1px;
    right: 0;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    -webkit-transition: .37s cubic-bezier(0.52,0.01,0.16,1);
    -moz-transition: .37s cubic-bezier(0.52,0.01,0.16,1);
    transition: .37s cubic-bezier(0.52,0.01,0.16,1);
    --webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.hospital-section {
    padding: 35px 0px 50px;
    height: 500px;
    position: relative;
    background-color: white;
    /* margin-bottom: 100px; */
}

.hospital-section .upper-half {
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #062542 -111.44%, #1c6085 100%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.consultation-form input {
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
}

.fgvyf_tri {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: -40%;
}

.djgbjhbg_tri .custom-prev-arrow, .djgbjhbg_tri .custom-next-arrow {
    position: absolute;
    border-radius: 10px;
    top: 50%;
    background-color: #2f80be;
    color: #000;
    padding: 10px;
    cursor: pointer;
    outline: none;
    z-index: 1;
}

.djgbjhbg_tri button a {
    text-decoration: none !important;
}

/* .slick-initialized .slick-slide{ width:auto !important; } */
.djgbjhbg_tri .slick-prev,.djgbjhbg_tri .slick-next {
    width: auto !important;
    height: auto !important;
}

.djgbjhbg_tri .custom-prev-arrow:hover, .djgbjhbg_tri .custom-next-arrow:hover {
    background-color: #019a50;
}

.djgbjhbg_tri .slick-dots {
    display: none !important;
}

.djgbjhbg_tri button {
    font-weight: bold;
    box-shadow: 0px 0px 4px white;
    border: none;
    /* padding: 2px 10px; */
    border-radius: 4px;
}

.djgbjhbg_tri h3 {
    margin: 13px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.djgbjhbg_tri p {
    color: white;
    font-size: 16px;
}

.djgbjhbg_tri .go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #1c6085;
    border-radius: 0 4px 0 32px;
}

.djgbjhbg_tri .go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.djgbjhbg_tri .card1 {
    box-shadow: 0px 0px 10px -3px #1787a3;
    display: block;
    position: relative;
    /* max-width: 262px; */
    /* background-color: #ffffff; */
    border-radius: 4px;
    padding: 5px;
    margin: 12px 0px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    margin-top: 0px;
}

.djgbjhbg_tri .card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #1c6085;
    /* background: #0a4938; */
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.djgbjhbg_tri .card1:hover:before {
    transform: scale(21);
}

.djgbjhbg_tri .card1:hover p {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.djgbjhbg_tri .card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.djgbjhbg_tri .aligncard {
    /* height: 100%; */
    align-items: space-between;
    /* display: flex; */
    justify-content: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.djgbjhbg_tri .card1 img {
    max-width: 100%;
}

.djgbjhbg_tri .slick-slide img {
    max-width: 100%;
}

.contact-side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*photo gallery*/
section.infra-section {
    padding: 80px 0px;
    /* background: #80808042; */
    mar20px: 0px;
    /* margin: 30px 0px; */
}

.container-fluid {
    padding: 0 15px !important;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.infra-heading {
    padding-top: 0px;
    /* padding-left: 70px; */
    padding-right: 80px;
}

.infra-heading h3 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    /* padding-bottom: 10px; */
    color: #fff;
}

.infra-heading span {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    border-bottom: 3px solid #ec2a30;
    padding-bottom: 6px;
}

.ifugyu_tri {
    margin-top: 18px;
    font-size: 14px;
    color: #fff;
}

.infra-section .hiiuhu_tri:before {
    content: "";
    position: absolute;
    left: -45px;
    width: 101%;
    height: 67%;
    background: #e0e6ee;
    top: 14%;
}

.hover-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: flex ;
    height: 20%;
    justify-content: center;
    left: 50%;
    /* opacity: 0; */
    position: absolute;
    top: 90%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-in-out;
    width: 100%;
    opacity: 1;
}

.hover-overlay p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.hiiuhu_tri .item {
    height: 280px;
    padding: 0px;
}

.hiiuhu_tri .img-div {
    height: 280px;
}

.img-div img {
    height: 100%;
}

.infra-section {
    position: relative;
    z-index: 1;
}

.infra-section::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 50%;
    height: 83%;
    background-color: #1c6085;
    z-index: -1;
    border-radius: 0px 30px 30px 0px;
}

.infra-section .owl-carousel .owl-dot.active, .infra-section .owl-carousel .owl-dot.active {
    background: #ec2a30 !important;
    width: 20px;
}

.infra-section .owl-carousel .owl-dot {
    height: 8px;
    width: 8px;
    background: #1c6085 !important;
    margin: 0 3px;
    padding: 0;
    border-radius: 30px;
}

.infra-section .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.infra-section .owl-nav {
    position: absolute;
    /* left: -238px; */
    top: -55%;
    right: -12px;
}

.infra-section button.owl-prev, button.owl-next {
    background: #1c6085 !important;
    color: white !important;
    font-size: 30px;
    height: 40px;
    width: 40px;
    position: relative;
    line-height: 0px;
}

.hiiuhu_tri button.owl-prev:after {
    content: "";
    border-left: 1.6vmax solid #1c6085;
    border-top: 2.99vmax solid transparent;
    right: 0;
    transform: translateX(100%);
    position: absolute;
    /* top: 0; */
    /* height: 100%; */
    bottom: 0;
}

.infra-section button.owl-prev, button.owl-next {
    background: #1c6085 !important;
    color: white !important;
    font-size: 30px !important;
    height: 40px !important;
    width: 40px !important;
    position: relative;
    line-height: 0px;
    border-radius: 0px !important;
    margin: 0 12px !IMPORTANT;
}

.hiiuhu_tri button.owl-next:after {
    content: "";
    border-bottom: 2.99vmax solid transparent;
    border-right: 1.6vmax solid #1c6085;
    left: 0px;
    transform: translateX(-100%);
    position: absolute;
    top: 0px;
    height: auto;
}

.hiiuhu_tri .owl-dots {
    padding-top: 20px;
}

.hiiuhu_tri .owl-nav button:focus {
    border: none !important;
}

.infra-section {
    background-image: url('../images/photo-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.gregv_tri {
    background: linear-gradient(0deg, #1c608596, #1c60855e 60%, #febd2c00);
    padding: 10px 10px 10px 10px;
    z-index: 1;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}

p.rgedfvf_tri {
    font-weight: 600;
    font-size: 24px;
    margin-top: 15px !important;
    /* border-bottom: 1px solid #ffffff3b; */
    /* padding-bottom: 12px !important; */
    margin-bottom: 0px;
}

/*counter section*/
.counter_section {
    background: #1c6085;
    padding: 120px 0px 42px;
    position: relative;
    margin-top: -85px;
    width: 100%;
}

#counter {
    /* text-align: center; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
}

#counter .item {
    /* background: #fff; */
    /* width: 200px; */
    /* padding: 35px 40px; */
    /* margin: 10px; */
    /* text-align: center; */
    /* border-radius: 20px; */
    /* -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34); */
    -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    /* box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34); */
    width: 25%;
    border-right: 1px solid #ffffff24;
    padding: 5px 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    padding-top: 22px;
}

#counter .item:last-child {
    border: 0;
}

#counter .item .count {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 45px;
    font-weight: 500;
}

#counter .item h3 {
    color: #ffffffb5;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}

.counter_img {
    width: 45px;
}

.counter_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}

.img_counter {
    margin-left: 10px;
}

.section_new {
    position: relative;
    display: inline-block;
}

/*====== Photo Gallery ========*/
section.rhgbhj_tri {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.uuh_tri {
    margin-top: 20px;
}

.fgeghj_tri img.img-fluid {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.yfgy_tri {
    text-align: center;
}

a.galleryDemo {
    background: #fff;
    box-shadow: 0rem 5px 11px rgba(0, 0, 0, 0.15);
    border-bottom: 0px solid #088654;
    margin-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.fgegdghdgvj_tri {
    font-size: 13px;
    color: #a0ddff;
}

.fgeggfghj_tri {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 2px;
}

.fgeghj_tri {
    padding: 12px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

a.galleryDemo:before {
    content: "";
    position: absolute;
    /* top: 0; */
    height: 31%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 6px 6px;
    /* background: linear-gradient(to bottom, rgba(31, 31, 33, 0) 0%, rgba(0, 0, 0, .5) 100%); */
    /* background-image: linear-gradient(#ffffff00, black); */
    background: linear-gradient(#00000000, #000000ba, #000000);
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    height: 6px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background: #1c6085;
}

/*====== Photo Gallery ========*/
/*====== Our Mission ========*/
.ugdgbhj_tri {
    position: relative;
}

.ugdgbhj_tri:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #1c6085;
}

.efuegh_tri {
    display: flex;
    position: relative;
}

.efiyeg_tri {
    width: 30%;
    padding: 40px 40px 0;
}

.wiudtg_tri {
    width: 70%;
    padding: 30px 30px 0;
    display: flex;
}

.efiudrgtgy_tri {
    width: 50%;
    padding: 20px;
}

.efiutgy_tri {
    text-align: center;
    border: 1px solid #1c608526;
    padding: 30px 20px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 250px;
}

.wduyhiu_tri {
    font-weight: 500;
    margin-top: 0;
    color: #1c6085;
    font-size: 22px;
    margin-bottom: 3px;
}
.gryh_tri {
    font-weight: 500;
    margin-top: 0;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 7px;
}

.fiyfhj_tri {
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-transform: none;
}
.fiyfhj_tri {
   display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;

}
.fiyfhj_tri.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}



.fygb_tri {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-transform: none;
}
.fygb_tri.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

img.futguy_tri {
    position: relative;
    width: 100%;
    height: 260px;
    object-fit: cover;
    /* object-position: right -93px; */
    object-position: bottom;
}

.iudtgkj_tri {
    position: relative;
    text-align: right;
}

.iudtgkj_tri:before {
    content: '';
    position: absolute;
    left: 3%;
    top: 12%;
    height: 55%;
    border-left: 1px solid #ffffff;
}

.iudtgkj_tri:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 22%;
    height: 38px;
    width: 125px;
    background: #ed1b247d;
}

.iudvfdtgkj_tri:before {
    content: '';
    position: absolute;
    right: 3%;
    bottom: 12%;
    height: 62%;
    border-left: 1px solid #1c6085;
}

.iudvfdtgkj_tri:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0%;
    height: 90px;
    width: 90px;
    background: #ed1b247d;
}

.iudvfdtgkj_tri {
    width: 90%;
    margin: auto;
    padding: 40px 0;
}

img.fyhiu_tri {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.fugyuhtggb_tri img.fyhiu_tri {
    width: 36px;
    height: 36px;
    object-fit: cover;
    filter: brightness(100);
}

.fugyuhtggb_tri {
    margin-top: -47px;
    background: #1c6085;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
    align-items: center;
    margin: -47px auto 10px;
}

.fugyugb_tri {
    margin-bottom: 10px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
    align-items: center;
}

/*====== Our Mission ========*/
.modal-dialog.rgjik_tri {
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.68); */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000111 !important;
}

.pop-inn-sect-tri-all {
    margin: auto;
    /* width: 38%; */
    color: black;
    background: white;
    padding: 25px 52px;
    border-radius: 5px;
    text-align: center;
}

p.heading_tri_p {
    margin-bottom: 7px;
    font-size: 22px;
    margin-top: 10px;
}

p.text_p {
    font-size: 14px;
    margin-bottom: 9px;
}

.pop-cls-btn {
    border-radius: 24px;
    color: white;
    display: flex ;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.25px;
    transition: all 0.08s linear 0s;
    cursor: pointer;
    font-size: 14px;
    margin-top: 0px;
    background: #175bbc;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.428571rem 0px;
    padding: 6px 22px;
    border: 0;
    margin: auto;
}
.modal-backdrop {
    display: none;
}
.modal.alert_popup.succuss_alt {
    background: #00000057;
}
.formField span{
    font-size:12px !important;
}
a.hfugby_tri {
    color: #ec2a30 !important;
}

section.yutgyuguy_tri {
    width: 100%;
    padding: 50px 0 50px;
    background-color: #f3f3f3;
}
.efwd_tri {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 10px;
}
.efuyiu_tri {
    /* margin: 0 10px; */
    text-align: center;
    width: 100%;
    padding: 0 10px;
}
.efuyiu_tri img.aicte, .efuyiu_tri .aacbs {
    /* height: 180px; */
    /* max-height: 100px; */
    border-radius: 2px;
    box-shadow: 0 0 9px #00000026;
    padding: 6px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
}
.fieygbk_tri {
    margin-top: 10px;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}

.jkhfebh_tri{
    margin-top: 17px !important;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    outline: none;
    background: 0 0;
    color: inherit;
    /* width: 50px; */
    border: none;
    /* height: 50px; */
    border-radius: 50px;
    padding: 0 !important;
    /* font: inherit; */
    display: none;
}
.pb-65{
    padding-bottom:65px !important;
}

.fygb_tri {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 125px; /* 5 lines * line-height */
  transition: max-height 0.3s ease;
}

.fygb_tri.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

.fiyfhj_tri {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  max-height: 130px; /* 5 lines x ~26px line-height (adjust as needed) */
}

.fiyfhj_tri.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}
button#readMoreBtn {
    background: none;
    border: none;
    color: white;
    padding: 0px;
    text-decoration: underline;
    font-weight: 600;
}
button#readMoreBtn:focus{
    outline:none !important;
    border:none !important;
}
.readMoreBtn {
    background: none;
    border: none;
    color: #1c6085;
    padding: 0px;
    text-decoration: underline;
    font-weight: 600;
}
.readMoreBtn:focus{
    outline:none !important;
    border:none !important;
}

