@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins:wght@400;700&family=Pragati+Narrow:wght@400;700&family=Teko&display=swap');

* {
    box-sizing: border-box;
}

/* add by sujay 02052025 */
.gallery {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px -15px;
    padding: 0px;
    list-style: none;
}

.gallery li {
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.gallery li a {
    display: block;
    width: 100%;
    height: 200px;
    background: #000;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.a {
    display: inline-block;
    text-decoration: none !important;
    transition: 0.3s;
    color: #E6030B;
}

.gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery li a:hover span {
    visibility: visible;
    opacity: 1;
}

.gallery li a span {
    display: flex;
    position: absolute;
    inset: 0px;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 74%);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.gallery li a:hover span img {
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.gallery li a span img {
    width: auto;
    height: auto;
    transition: 0.4s;
    opacity: 0;
    margin-top: 100px;
    visibility: hidden;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
.timeline {
    position: relative;
    margin: 40px auto 100px auto;
    max-width: 800px;
}
@media screen and (min-width: 700px) {
    .timeline__item--year {
        text-align: center !important;
        margin: 0 auto !important;
    }
}
.timeline__item--year {
    text-align: center !important;
    max-width: 55px;
    margin: 0 48px 0 auto !important;
    font-size: 32px !important;
    color: #ffffff !important;
    background: #f20019;
    border-image: none;
    border-radius: 100%;
    height: 55px;
    line-height: 55px !important;
    padding: 0;
    border: 0;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 767px) {
    .timeline__item {
        width: 51%;
        margin: -80px -50px 0 -50px;
    }
}
.timeline__item {
    padding: 30px;
    position: relative;
    margin: 1rem 3rem 1rem 1rem;
    clear: both;
    background: #37709c;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}

/* add by sujay 02052025  END*/
:root {
    /*--primary-font:'Pragati Narrow', sans-serif;
 --scondery-font: 'Poppins';
 --heading-font:'Teko', sans-serif;
 --unick-font:'Montserrat', sans-serif;*/
    --defult-fontSize: 14px;
    --hoverColor: #E6030B;
}

a {
    display: inline-block;
    text-decoration: none !important;
    transition: 0.3s;
}

body {
    margin: 0px;
    /*font-family: var(--primary-font);
 font-size:var(--defult-fontSize);*/
    font-family: "Open Sans", serif;
    color: var(--black-color);
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}

.social-and-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0px;
}

.social-and-contact .social ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0px;
    padding: 0px;
    padding-top: 12px;
    padding-bottom: 6px;
}

.social-and-contact .conatct-info {
    display: flex;
    align-items: center;
}

.phone-info {
    display: flex;
    align-items: center;
}

.phone-info div {
    display: flex;
    flex-direction: column;
}

.cont-heading h2 {
    margin: 0px;
    color: #172A50;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--scondery-font);
}

.phone-info a {
    color: var(--hoverColor);
    font-family: var(--scondery-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}

.cont-heading span {
    color: #12213D;
    font-family: var(--scondery-font);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.phone-info span {
    color: #707070;
    font-family: var(--scondery-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.phone-info i {
    font-size: 39px;
    margin-right: 8px;
    color: var(--hoverColor);
}

.cont-heading {
    margin-right: 20px;
}

.social ul li a {
    font-size: 24px;
    color: #000;
    display: inline-block;
    padding: 0px 10px;
}

.social {
    border-right: 1px solid rgba(0, 0, 0, 0.30);
    margin-right: 25px;
    padding-right: 15px;
}

.social ul li a:hover {
    color: var(--hoverColor);
}

.logo a {
    padding: 10px 0px;
    display: inline-block;
}

.site-menu {
    background: #0065B3;
    border-top: 2px solid #C5E1EE;
    position: relative;
}

.site-menu ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.site-menu ul li a {
    color: #FFF;
    font-family: var(--scondery-font);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 0px 14px;
    padding: 17px 14px;
}

.site-menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search {
    position: relative;
}

.search a {
    display: inline-flex;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: #143A67;

}

.search a:hover {
    background: var(--hoverColor);
}

.search input {
    position: absolute;
    right: 57px;
    height: 35px;
    border: 0px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    width: 0px;
    top: 7px;
    outline: none;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.search input.open {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.site-menu ul li a:hover {
    background: var(--hoverColor);
}

/* .banner{
    width: 100%;
    height: 750px;
    position: relative;
    overflow: hidden;
    background: #000;
} */

/* update on 17042025 */
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

.banner .owl-carousel {
    height: 100%;
}

.banner .owl-carousel .owl-stage-outer {
    height: 100%;
}

.banner .owl-stage {
    height: 100%;
}

.banner .owl-item {
    height: 100%;
}

.banner .owl-item .slide-item {
    height: 100%;
    position: relative;
}

.banner .owl-item .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .owl-item .slide-item .container {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 50%;
    transform: translate(-50%);
    top: 0px;
    border: 0px;
    justify-content: center;
}

.banner .owl-item .slide-item .container h2 {
    color: #FFF;
    font-family: var(--heading-font);
    font-size: 99px;
    font-weight: 400;
    width: 786px;
    max-width: 100%;
    line-height: 90px;
    margin-top: -156px;
}

.banner .owl-item .slide-item .container p {
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 23px;
    width: 666px;
    max-width: 100%;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 23px;
}

.slider-btn {
    color: #FFF;
    font-family: var(--heading-font);
    font-size: 22px;
    display: inline-block;
    background: var(--hoverColor);
    padding: 11px 33px;
    border-radius: 30px;
    padding-bottom: 9px;

}

.slider-btn img {
    position: relative;
    transition: 0.3s;
    width: 20px !important;
    height: auto !important;
    left: 0px;
}

.slider-btn:hover img {
    left: 8px;
}

.slider-btn:hover {
    color: #fff;
    background: #c9060d;
}

.slider-btm {
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    background: rgb(230 3 11 / 70%);
    padding: 15px 0px;

}

.slider-btm ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

.slider-btm ul li {
    width: 25%;
    text-align: center;
    list-style: none;
    padding: 0px;
    position: relative;
    margin: 0px;
    border-right: 1px solid rgb(255 255 255 / 37%);
}

.slider-btm ul li:last-child {
    border-right: 0px solid;
}

.slider-btm ul li:last-child::before {
    display: none;
}

.slider-btm ul li::before {
    position: absolute;
    right: -3px;
    bottom: 0px;
    width: 2px;
    height: 20px;
    background: #fff;
    content: "";
}

.slider-btm ul li p {
    color: #FFF;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    width: 200px;
    margin: 0 auto;
    max-width: 100%;
    line-height: 20px;
}

.slider-btm ul li h3 {
    color: #FFF;
    text-align: center;
    font-family: var(--heading-font);
    font-size: 35px;
    font-weight: 500;
    margin: 0px;
    line-height: 27px;
}

.slider-btm ul li span {
    display: inline-block;
    margin-bottom: 12px;
}

.quick-link {
    position: absolute;
    right: 0px;
    top: -500px;
}

.quick-link ul {
    display: flex;
    width: 280px;
    justify-content: space-between;
}

.quick-link ul li {
    width: 135px;
    height: 130px;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 8px;
    transition: 0.3s;
}

.slider-btm .container {
    position: relative;
}

.clog {
    background: rgba(27, 94, 73, 0.70);
}

.clog:hover {
    background: rgb(27 94 73);
}

.ncon {
    background: rgba(17, 87, 123, 0.70);
}

.ncon:hover {
    background: rgb(17 87 123);
}

.paybil {
    background: rgba(101, 66, 33, 0.70);
}

.paybil:hover {
    background: rgb(101 66 33);
}

.percus {
    background: rgba(150, 43, 9, 0.70);
}

.percus:hover {
    background: rgb(150 43 9);
}

.custom {
    background: rgba(32, 40, 90, 0.70);
}

.custom:hover {
    background: rgb(32 40 90);
}

.quickch {
    background: rgba(60, 101, 7, 0.70);
}

.quickch:hover {
    background: rgb(60 101 7);
}

.top-slider .owl-nav button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.quick-link ul li span {
    line-height: 15px;
    margin-bottom: 0px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--scondery-font);
    width: 83px;
    margin-top: 9px;
    max-width: 100%;
}

.quick-link ul li:nth-child(3) span {
    width: 81px;
}

/* .site-menu ul li{
    position: relative;
} */
.site-menu ul li ul {
    position: absolute;
    width: 275px;
    background: var(--hoverColor);
    z-index: 1;
    flex-direction: column;
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
}

.site-menu ul li ul li {
    position: relative;
    width: 100%;
}

.site-menu ul li ul li a {
    color: #FFF;
    font-family: var(--scondery-font);
    font-size: 17px;
    font-weight: 400;
    padding: 14px 24px;
    width: 100%;
}

.site-menu ul li ul li a:hover {
    background: #103D60;
}

.site-menu ul li ul li ul {
    background: #103D60;
    left: 95%;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex !important;
}

.site-menu ul li ul li ul li a:hover {
    background: var(--hoverColor);
}

.site-menu ul li ul li ul li ul {
    background: var(--hoverColor);
}

.site-menu ul li ul li ul li ul li a:hover {
    background: #103D60;
}

.site-menu ul li ul {
    display: none;
}

.site-menu ul li:hover .site-menu ul li ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.submenu li:hover .insubmenu {
    left: 100%;
    opacity: 1;
    visibility: visible;

}

.insubmenu li:hover .insubmenu2 {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.scroll-down {
    position: absolute;
    right: 0px;
    background: #fff;
    bottom: -15px;
    width: 42px;
    height: 192px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 5;
    transition: 0.3s;
}

.scroll-down a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;

}

.scroll-down a span {
    color: #000;
    font-family: var(--unick-font);
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    transform: rotate(-90deg);
    text-transform: uppercase;
}

.scroll-down a svg {
    position: relative;
    top: 50px;
    animation: mymove 1s infinite;

}

@keyframes mymove {
    from {
        top: 50px;
        opacity: 1;
    }

    to {
        top: 70px;
        opacity: 0;
    }

}

.scroll-down:hover {
    background: #103D60;
}

.scroll-down:hover span {
    color: #fff;
}

.scroll-down:hover svg path {
    stroke: #fff;
}

.banner .owl-stage {
    display: flex;
}

.banner .owl-nav {
    display: none;
}

.banner .owl-dots {
    position: absolute;
    bottom: 258px;
    left: 50%;
    transform: translate(-50%);
    max-width: 1140px;
    width: 100%;
    padding-left: 15px;
}

.banner .owl-dots button {
    border: 0px;
    outline: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.535);
    width: 25px;
    height: 4px;
    border-radius: 5px;
    margin: 0px 5px;
    transition: 0.3s;
}

.banner .owl-dots button:hover {
    background: var(--hoverColor);
}

.banner .owl-dots button.active {
    background: var(--hoverColor);
}

.about {
    position: relative;
    overflow: hidden;
    padding: 60px 0px;
    background: rgb(193 221 243 / 14%);
    padding-bottom: 27px;
}

.cmn-heading {
    text-align: center;
    margin-bottom: 15px;
}

.cmn-heading h2 {
    color: #000;
    text-align: center;
    font-family: var(--heading-font);
    font-size: 60px;
    font-weight: 500;
    margin: 0px;
}

.about .row .col-md-6:first-child .about-txt p {
    text-align: right;
}

.about-txt p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    width: 488px;
    max-width: 100%;
}

.about-txt h3 {
    color: #172A50;
    font-family: var(--heading-font);
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
}

.about-txt ul {
    margin: 0px;
}

.about-txt ul li {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    width: 488px;
    max-width: 100%;
}

.about .row .col-md-6:first-child .about-txt {
    border-right: 1px solid #A9A9A9;
}

.cmn-heading p {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    /* 150% */
    margin: 0px;
}

.verticals {
    position: relative;
    overflow: hidden;
    padding: 60px 0px;
}

.verticals-img img {
    width: 100%;
}

.verticals-text-item h4 {
    color: #172A50;
    font-family: var(--heading-font);
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.verticals-text-item p {
    color: #172A50;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin: 0px;
    margin-bottom: 50px;
}

.verticals-text-item ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    left: -27px;
    position: relative;
}

.verticals-text-item ul li {
    width: 33.33%;
    text-align: center;
}

.verticals-text-item ul li span {
    color: #3E4E6E;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 0px 5px;
    line-height: 18px;
    margin-top: 15px;
}

.verticals-text-item ul li img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.verticals-text-item {
    margin-bottom: 37px;
}

.verticals .row {
    align-items: center;
}

.verticals .row .col-sm-12:first-child .verticals-img {
    padding-right: 30px;
}

.verticals .cmn-heading {
    margin-bottom: 40px;
}

.quick-link li {
    border-right: 0px solid;
}

.quick-link li::before {
    display: none;
}

.letest-update {
    position: relative;
    background: #0065B3;
    overflow: hidden;
}

.lts-txt h3 {
    color: #FFF;
    font-family: var(--heading-font);
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.lts-txt ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.lts-txt ul li {
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
    padding-left: 20px;
}

.lts-txt ul li::before {
    content: "";
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 10px;

}

.lts-txt ul li:last-child {
    margin-bottom: 0px;
}

.inp-link-inner {
    background: rgba(4, 52, 90, 0.95);
    width: 436px;
}

.inp-link-inner h3 {
    color: #FFF;
    font-family: var(--heading-font);
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    margin-bottom: 13px;
    margin-top: 27px;
}

.inp-link {
    height: 100%;
    display: flex;
    position: relative;

}

.inp-link-inner {
    height: 100%;
    width: 436px;
    max-width: 100%;
    padding: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.inp-link-inner a {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 9px 30px;
    position: relative;
    padding-right: 5px;
    margin-bottom: 11px;
}

.inp-link-inner a span {
    width: 47px;
    height: 47px;
    background: var(--hoverColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: 4px;
    top: 2px;
    transition: 0.3s;
}

.inp-link-inner a:hover {
    background: #fff;
    color: var(--hoverColor);
}

.inp-link img.inp-img {
    position: relative;
    max-width: 100%;
    top: 50px;
}

.letest-update .row {
    align-items: center;
}

.footer-inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px solid #D1D1D1;


}

.footer-top .social {
    padding-right: 0px;
    margin: 0px;
    border-right: 0px;
    margin-top: 14px;
}

.footer-top .social ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
}

.conatct-info {
    display: flex;
    align-items: center;
}

.footer-top .phone-info i {
    color: var(--hoverColor);
}

.phone-info a {
    color: #172A50;
}

.footer-inner p {
    margin: 0px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0px;
}

.logo img {
    max-width: 100%;
}

header .row {
    align-items: center;
}

.menu-btn {
    border: 0px;
    outline: none;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 0px;
    outline: none;
    margin-left: 20px;
    outline: none;
}

.menu-btn span {
    width: 16px;
    height: 2px;
    background: #000;
    display: inline-block;
    margin-bottom: 3px;
}

.handel {
    display: none;
}

.menu-btn {
    display: none;
}

.quick-link ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

header .container {
    max-width: 90%;
}

.menu {
    transition: 0.3s;
}

.page-banner {
    width: 100%;
    height: 350px;
    background: #fff;
    overflow: hidden;
    border-bottom: 30px solid var(--hoverColor);
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0px;
    /* margin-top:60px; */

}

.page-banner .container {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.page-banner h1 {
    color: black;
    font-family: var(--hoverColor);
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-slider .owl-stage {
    display: flex;
    overflow: hidden;
}

.top-slider .item a {
    color: #646464;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    border-radius: 40px;
    padding: 5px 20px;
    border: 1px solid #9E9E9E;
    background: #FFF;
    white-space: nowrap;
}

.top-slider .item a:hover {
    border-color: var(--hoverColor);
    color: #fff;
    background: var(--hoverColor);
}

.top-slider {
    padding: 35px 0px;
    border-bottom: 1px solid #A9A9A9;
}

.top-slider .owl-stage-outer {
    overflow: hidden;
}

.top-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    background: transparent;
    border: 0px solid;
    outline: none;
    padding: 0px;
    cursor: pointer;
}

.top-slider .owl-nav button.owl-prev {
    left: -32px;
}

/* update by sujay 12052025 */
.last-btm .know-btnsubchild {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.know-btnsubchild {
    color: #646464;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #646464;
    /* background: #F40C0C; */
    padding: 5px 20px;
}
/* update by sujay 12052025  END*/
.top-slider .owl-nav button.owl-next {
    right: -42px;
}

.top-slider .owl-nav button span {
    line-height: 0px;
    font-size: 50px;
    color: #888;
}

.top-slider .owl-dots {
    display: none;
}

#nav-slide {
    position: relative;
}

.brad-cum {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px;
}

.brad-cum ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.brad-cum ul li a {
    color: #000;
    font-family: var(--unick-font);
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    line-height: normal;
}

ul li a.active {
    background: var(--hoverColor);
    color: #fff;
}

.brad-cum ul li a.active {
    text-decoration: underline !important;
    position: relative;
    padding-right: 10px;
    color: #1d60ae;
    background-color: #fff;

}

.brad-cum ul li a.active::before {
    position: absolute;
    content: " ";
    width: 4px;
    height: 1px;
    background: #000;
    right: 3px;
    top: 50%;
}

.brad-cum ul li a:hover {
    color: var(--hoverColor);
}

.cmn-back {
    position: relative;
    background-image: url(../img/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cmn-back h2 {
    color: #2E80BF;
    font-family: var(--heading-font);
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}

.about-texts p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    ;
    text-align: justify;
    margin-bottom: 30px;
}

.about-img {
    width: 292px;
    height: 293px;
    border-radius: 100%;
    background: #ccc;
    overflow: hidden;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

.about-item p {
    width: calc(100% - 350px);
    margin-bottom: 0px;
}

.about-item:nth-child(odd) p {
    order: -1;
}

.cmn-back {
    padding-bottom: 100px;
    border-bottom: 27px solid #0065b3;
}

.cmn-back .quick-link {
    position: fixed;
    right: 0px;
    top: 200px;
}

.cmn-back .quick-link ul {
    width: auto !important;
    flex-direction: column;
    padding: 10px;
    border: 2px solid #0065b3;
    border-radius: 15px;
    background: rgb(255 255 255 / 84%);
}

.cmn-back .slider-btm ul {
    justify-content: space-between;
}

.cmn-back .quick-link ul li {
    width: 90px !important;
    height: 90px !important;
    border-radius: 18px;
    padding-bottom: 0px !important;
}

.cmn-back .quick-link ul li span {
    text-align: center;
}

.cmn-back .quick-link {
    zoom: 76%;
}

.cmn-back .handel {
    display: block;
    position: absolute;
    background: #0065b3;
    left: -60px;
    top: 30px;
    height: 37px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s;
    width: 60px;
    height: 60px;
}

.cmn-back .handel svg {
    display: none;
    width: 60px;
    height: 60px;
}

.cmn-back .quick-link {
    right: -115px;
    transition: 0.3s;
}

.cmn-back .handel img {
    margin-left: 5px;
    margin-top: 5px;
    width: 50px;
}

.cmn-back .open-link .handel img {
    display: none;
}

.cmn-back .open-link .handel svg {
    display: block;
}

.cmn-back .open-link .handel {
    padding: 0px;
}

.cmn-back .handel:hover {
    background: var(--hoverColor);
}

.cmn-back .quick-link ul li img {
    width: 25px;
}

.cmn-back .quick-link {
    z-index: 9;
}

.cmn-back .open-link {
    right: 0px !important;
}

.quick-link ul li:last-child {
    margin-bottom: 0px;
}

.close-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    z-index: 9;
}

.close-menu img {
    width: 20px;
}

.top-slider .item a.active {
    border-color: var(--hoverColor);
    color: #fff;
    background: var(--hoverColor);
}

.leadership-item-image {
    border: 2px solid #D9D9D9;
    width: 215px;
    height: 160px; /*update by sujay 21052025*/
    /* border-radius: 100%;  update by sujay 21052025*/
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* .leadership-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
 /*update by sujay 21052025*/
.leadership-item-image img {
    width: 215px;
    height: 170px;
    object-fit: cover;
}
.leadership-item {
    position: relative;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    padding: 20px;
    margin-bottom: 40px;
}

.leadership-item-details {
    text-align: center;
}

.leadership-item-details h3 {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leadership-item-details b {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leadership-item-details p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    /* 135% */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 25px;
}

.know-btn {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #F40C0C;
    background: #F40C0C;
    padding: 5px 20px;
}

.know-btn:hover {
    background: #fff;
    color: #F40C0C;
}

.social-ld {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
}

.social-ld img {
    width: 30px;
}

.leadership-texts {
    margin-top: 10px;
}

.last-btm .know-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.lts-txt ul li a {
    color: #fff;
}

.lts-txt ul li a:hover {
    color: #FFC107;
}

.search-pop {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.search-pop form {
    transition: 0.3s;
    transform: translate(0px, 200px);
    visibility: hidden;
    opacity: 0;
}

.search-pop input {
    width: 500px;
    height: 50px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
    outline: none;
}

.search-pop form label {
    display: block;
    font-size: 40px;
}

.search-pop.open {
    visibility: visible;
    opacity: 0.95;
}

.search-pop.open form {
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}

.sbmt-btn {
    height: 50px;
    background: #0065B3;
    color: #fff;
    font-size: 18px;
    border: 1px solid #0065B3;
    margin-top: 1px;
    padding: 10px 25px;
    cursor: pointer;
    transition: 0.3s;
    outline: none !important;

}

.sbmt-btn:hover {
    background: #0878cf;
}

.cancel-btn {
    position: absolute;
    display: inline-block;
    right: 30px;
    top: 30px;
    transition: 0.3s;
}

.cancel-btn img {
    width: 30px;
}

.mobile-search {
    display: none;
}

body.hidden {
    overflow: hidden;
}

.megamenu {
    position: absolute;
    z-index: 1;
    background: #f2f7fd;
    width: calc(90% - 30px);
    padding: 20px 10px;
    left: 50%;
    padding-bottom: 10px;
    transform: translateX(-50%);
    display: none;

}

.megamenu .container {
    display: block !important;
    max-width: 100%;
}

.menu-box ul {
    flex-wrap: wrap;
    width: 100% !important;
    display: flex !important;
    position: relative !important;
    background: #fff !important;
    filter: none !important;
}

.menu-box ul li {
    width: 100%;
}

.menu-box ul li a {
    padding: 5px 0px !important;
    font-size: 14px !important;
    color: #000 !important;
    position: relative;
    padding-left: 15px !important;
    background: transparent !important;
}

.menu-box ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    background: #3F51B5;
    left: 0px;
    top: 12px;
}

.menu-box ul li a:hover {
    background: #fff;
}

.menu-box ul li a:hover {
    color: var(--hoverColor) !important;
}

.menu-box {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 8px rgb(204 204 204 / 15%);
}

.menu-box h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.menu-box a.toggle {
    display: none;
}

/* .site-menu ul li:hover .megamenu{
            display: block;
        }	  */
.megamenu .container .row {
    align-items: normal;
}

.menu-box {
    margin-bottom: 20px;
    height: calc(100% - 18px);
}

.menu-box h2 span img {
    width: 23px;
    position: relative;
    top: -3px;
}

ul.inner {
    padding-left: 20px;
}

ul li a.active {
    background: var(--hoverColor);
    color: #fff;
}

/*----responsivne----*/
@media (max-width: 480px) {

    .slider-btm ul li {
        width: 100% !important;
    }
}

@media (max-width: 575.98px) {
    header .container {
        max-width: 100%;
    }

    .leadership-item-details p {
        line-height: 20px;
    }

    .leadership-texts .row .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .verticals-text-item p {
        font-size: 16px !important;
    }

    .about-txt ul li {
        font-size: 16px !important;
    }

    .about-txt p {
        font-size: 16px !important;
    }

    body {
        font-size: 16px;
    }

    .owl-nav {
        display: none;
    }

    .banner .owl-item .slide-item .container p {
        line-height: 20px;
    }

    .quick-link {
        zoom: 76%;
    }

    .menu-btn {
        margin-left: 0px;
    }

    .logo img {
        width: 125px;
    }

    .cont-heading {
        display: none !important;
    }

    .cont-heading h2 {
        font-size: 13px;
    }

    header .row {
        justify-content: space-between;
    }

    header .container .row .col-sm-6 {
        width: auto !important;
    }
}

@media (max-width: 767.98px) {
    .sbmt-btn {
        height: 40px;
        padding: 5px 25px;
        font-size: 16px;
    }

    .search-pop form label {
        font-size: 25px;
    }

    .search-pop input {
        width: calc(100% - 98px);
        height: 40px;
    }

    .search-pop form label {
        width: 100%;
    }

    .search-pop form {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 90%;
    }

    .cancel-btn img {
        width: 20px;
    }

    .cmn-back .handel svg {
        width: 50px;
        height: 50px;
    }

    .cmn-back .handel img {
        width: 40px;
    }

    .cmn-back .handel {
        width: 50px;
        height: 50px;
        left: -50px;
    }

    .know-btn {
        font-size: 16px;
    }

    .leadership-item-details h3 {
        font-size: 25px;
    }

    .leadership-item-details p {
        font-size: 16px;
    }

    .leadership-item-image {
        width: 150px;
        height: 150px;
    }

    .brad-cum {
        justify-content: center;
    }

    .page-banner {
        border-bottom: 10px solid var(--hoverColor);
    }

    .page-banner h1 {
        text-align: center;
    }

    .cmn-back {
        padding-bottom: 50px;
        border-bottom: 10px solid #0065b3;
    }

    .about-img {
        margin-bottom: 30px;
    }

    .about-item:nth-child(odd) p {
        order: 0;
    }

    .about-item {
        flex-direction: column;
        justify-content: center;
    }

    .cmn-back h2 {
        text-align: center;
    }

    .about-texts p {
        text-align: center;
        width: calc(100% - 0px);
        margin-bottom: 20px;
    }

    .scroll-down {
        display: none;
    }

    .footer-inner p {
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-inner .conatct-info {
        display: flex !important;
    }

    .conatct-info {
        display: none !important;
    }

    .slider-btn {

        font-size: 15px;
        display: inline-block;
        background: var(--hoverColor);
        padding: 7px 23px;
        padding-bottom: 3px;
    }

    .banner .owl-item .slide-item .container {
        text-align: center;
        align-items: center;
    }

    .banner .owl-item .slide-item .container h2 {
        margin: 0 auto;
    }

    .banner .owl-item .slide-item .container p {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .handel {
        display: block;
        position: absolute;
        background: #0065b3;
        left: -37px;
        top: 30px;
        height: 37px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        transition: 0.3s;
        width: 38px;
        height: 50px;
    }

    .handel svg {
        display: none;
    }

    .handel img {
        margin-left: 5px;
        margin-top: 12px;
    }

    .open-link .handel img {
        display: none;
    }

    .open-link .handel svg {
        display: block;
        margin-top: 5px;
    }

    .open-link .handel {
        padding: 0px;
    }

    .handel:hover {
        background: var(--hoverColor);
    }

    .quick-link ul li img {
        width: 25px;
    }

    .quick-link {
        z-index: 9;
    }

    .quick-link ul li {
        width: 90px !important;
        height: 90px !important;
        border-radius: 18px;
        padding-bottom: 0px !important;
    }

    .quick-link ul {
        width: auto !important;
        flex-direction: column;
        padding: 10px;
        border: 2px solid #0065b3;
        border-radius: 15px;
        background: #fff;
    }

    .quick-link {
        position: fixed;
        top: 90px;
        right: -114px;
        transition: 0.3s;
    }

    .quick-link.open-link {
        right: 0px;
    }

    .banner .owl-item .slide-item .container h2 {
        margin-top: 0px;
    }

    .banner .owl-dots {
        display: none;
    }

    .slider-btm ul {
        justify-content: space-between;
    }

    .slider-btm ul li {
        width: 47%;
        border-right: 0px solid;
        padding-bottom: 20px;
    }

    .slider-btm ul li::before {
        display: none;
    }

    .slider-btm {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .banner {
        height: auto !important;
    }

    .banner .owl-carousel {
        height: 400px;
    }

    .banner .owl-carousel .owl-dots {
        max-width: 540px !important;
    }

    .inp-link-inner {

        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
    }

    .inp-link img.inp-img {
        display: none;
    }

    .lts-txt {
        padding: 20px 0px;
    }

    .letest-update .row .col-sm-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .about-txt ul {
        padding: 0px;
        list-style: none;
    }

    .about .row .col-md-6:first-child .about-txt p {
        text-align: center !important;
    }

    .about-txt {
        padding: 0px !important;
        text-align: center;
        border-right: 0px !important;
    }

}

@media (max-width: 991.98px) {
    .megamenu {
        width: 100%;
    }

    .menu-box .inner li a {
        font-size: 14px !important;
    }

    .menu-box {
        padding: 11px;
        padding-bottom: 7px;
    }

    .menu-box h2 {
        margin-bottom: 0px !important;
    }

    .menu-box a.toggle {
        width: auto;
        padding: 0px !important;
        background: #fff !important;
        display: inline-block !important;
    }

    .menu-box a.toggle img {
        width: 20px;
    }

    .menu-box h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-box .inner {
        overflow: hidden;
        display: none !important;
    }

    .menu-box:hover .inner {
        overflow: visible;
        display: flex !important;
    }

    .menu-box {
        margin-bottom: 10px;
        height: auto;


    }

    .row:last-child .col-md-4:last-child .menu-box {
        margin-bottom: 0px;
    }

    .megamenu .container {
        max-width: 100%;
    }

    .megamenu .container .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dropsdown {
        position: relative;
    }

    .site-menu {
        border: 0px;
        padding: 0px !important;
    }

    .site-menu .search {
        display: none;
    }

    .mobile-search {
        display: inline-block;
        margin-left: 10px;
    }

    .mobile-search img {
        width: 22px;
    }

    .site-menu ul li a {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }

    .site-menu ul li a {
        font-size: 16px !important;
    }

    .leadership-item-details b {
        font-size: 20px;
    }

    .leadership-texts .row .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .close-menu {
        display: inline-block;
    }

    .about-texts p {
        font-size: 16px;
        line-height: 25px;
    }

    .cmn-back h2 {
        font-size: 30px;
    }

    .top-slider .item a {
        font-size: 16px;
    }

    .page-banner {
        height: 200px;
    }

    .page-banner h1 {
        font-size: 40px;
    }

    .moblile-menu.open {
        width: 100% !important;
        display: block !important;
        background: rgba(0, 0, 0, 0.646);
        opacity: 1;
        visibility: visible;
    }

    .moblile-menu {
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;

        position: fixed;
        inset: 0px;
        z-index: 9;
    }

    .moblile-menu ul.menu {
        padding: 20px !important;
        padding-top: 40px !important;
    }

    .moblile-menu ul.menu {
        transition: 0.3s;
        transform: translate(-100px, 0px);
        opacity: 0;
        width: 80% !important;
        height: 100%;
        background: #0065B3;
        overflow: auto;
    }

    .moblile-menu.open ul {
        transform: translate(0px, 0px);
        opacity: 1;
    }


    .menu-btn {
        display: flex;
    }

    .site-menu ul li ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-menu ul li ul li a span {
        display: block;
    }

    .footer-inner .cont-heading {
        display: block;
    }

    .site-menu {
        transition: 0.3s;
        padding: 10px 0px;

    }

    /* .site-menu .menu{
        display: none ;
    } */
    .search a {
        width: 40px;
        height: 40px;
    }

    .search input.open {
        width: calc(100% - 50px);
    }

    .search {
        width: 100%;
    }

    .search form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .search input {
        width: calc(100% - 50px);
        position: relative;
        right: auto;
        visibility: visible;
        opacity: 1;
        top: auto;
    }

    .site-menu .container {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .insubmenu li .insubmenu2 {
        width: 100% !important;
        display: none !important;
    }

    .insubmenu li:hover .insubmenu2 {
        display: flex !important;
    }

    .site-menu ul li ul li ul.insubmenu {
        width: 100% !important;
        display: none !important;
    }

    .submenu li:hover .insubmenu {
        display: flex !important;
    }

    .site-menu ul li ul li ul {
        left: 0% !important;
    }

    .site-menu ul li ul.submenu {
        width: 100% !important;
    }

    .site-menu ul li {
        width: 100%;
    }

    .site-menu ul li ul {
        position: relative;
    }

    .site-menu ul li a {
        padding: 15px 15px !important;
    }

    .site-menu ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .cont-heading {
        display: none;
    }

    .banner .owl-item .slide-item .container p {
        font-size: 17px !important;
        width: 400px !important;
    }

    .banner .owl-item .slide-item .container h2 {
        font-size: 40px !important;
        width: 400px !important;
        line-height: 43px !important;
    }

    .banner {
        height: 662px;
    }

    .inp-link-inner a span {
        width: 38px;
        height: 38px;
    }

    .inp-link-inner a {
        font-size: 15px;
    }

    .footer-inner p {
        font-size: 14px;
    }

    .inp-link-inner {
        padding: 25px;
    }

    .inp-link-inner h3 {
        margin-top: 0px;
        font-size: 40px;
    }

    .lts-txt ul li {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .lts-txt h3 {
        font-size: 40px;
    }

    .letest-update .row .col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .verticals {
        padding-bottom: 0px;
    }

    .verticals-text-item ul {
        justify-content: center;
        left: auto;
    }

    .verticals-text-item p {
        font-size: 14px;
    }

    .verticals-text-item h4 {
        font-size: 25px;
    }

    .verticals-img {
        margin-bottom: 30px;
    }

    .verticals-text-item {
        text-align: center;
    }

    .verticals .row .col-sm-12:first-child .verticals-img {
        padding-right: 0px;
    }

    .verticals .row .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cmn-heading p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-txt h3 {
        font-size: 20px;
    }

    .cmn-heading h2 {
        font-size: 40px;
    }

    .about-txt ul li {
        font-size: 14px;
    }

    .about-txt p {
        font-size: 14px;
    }

    .slider-btm ul li h3 {
        font-size: 25px;
    }

    .social ul li a {
        padding: 0px 4px;
    }

    .cont-heading h2 {
        font-size: 16px;
    }

    .phone-info a {
        font-size: 16px;
    }

    .banner .owl-dots {
        max-width: 720px !important;
    }
}

@media (max-width: 1199.98px) {
    .menu-box ul li a::before {
        top: 15px;
    }

    .dropsdown .megamenu .menu-box ul {
        width: 100% !important;
    }

    .dropsdown .megamenu .menu-box ul li a {
        padding: 8px 0px !important;
        padding-left: 15px !important;
        border-bottom: 1px solid rgb(0 101 179 / 12%);
    }

    .dropsdown .megamenu .menu-box ul li:last-child a {
        border-bottom: 0px;
    }

    .insubmenu li .insubmenu2 {
        left: 0%;
        border-top: 1px solid #fff;
    }

    .insubmenu li:hover .insubmenu2 {
        left: 0%;
    }

    .verticals-text-item ul li span {
        font-size: 14px;
        padding: 0px 3px;
    }

    .about .row .col-md-6:first-child .about-txt {
        padding-right: 40px;
    }

    .slider-btm ul li p {
        line-height: 17px;
        font-size: 16px;
    }

    .site-menu ul li ul li a {
        padding: 10px 12px !important;
    }

    .site-menu ul li ul {
        width: 209px !important;
    }

    .site-menu ul li a {
        padding: 17px 8px;
    }

    .quick-link ul {
        width: 264px;
    }

    .quick-link ul li {
        width: 128px;
        height: 117px;
    }

    .banner .owl-item .slide-item .container p {
        font-size: 17px;
        width: 530px;
    }

    .banner .owl-item .slide-item .container h2 {
        font-size: 58px;
        width: 542px;
        line-height: 55px;
    }

    .banner .owl-dots {
        max-width: 960px;
    }
}

@media (max-width: 1399.98px) {
    .site-menu ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1680px) {
    .site-menu ul li ul li a {
        font-size: 14px;
        padding: 10px 15px;
    }

    .site-menu ul li ul {
        width: 230px;
    }

    .submenu {
        right: 0px;
    }

    /* .insubmenu li .insubmenu2{
        left: 0%;
     
    }
    .insubmenu li:hover .insubmenu2 {
        left: 0px;
        opacity: 1;
        visibility: visible;
        position: relative;
    } */
}