@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Catamaran:wght@100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans+Devanagari:wght@100;200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&family=Teko:wght@300..700&display=swap");

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", sans-serif;
}

body {
    font-size: 15px;
    color: #000;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/** **************** **/
html {
    scroll-behvior: smooth;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: none;
    background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.pd-0 {
    padding: 0;
}

.pd-lr30 {
    padding: 0 30px;
}

/** **************** **/
.align-center {
    align-items: center;
}

/** **************** **/
#header_top {
    background: #384777;
    padding: 8px 0;
    transition: all 0.5s ease;
}

.tag_line span {
    color: #fff;
    line-height: 32px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-call {
    float: right;
    width: auto;
    transition: all 0.6s ease-in-out;
    position: relative;
}

.header-call ul li {
    padding: 4px 12px;
    display: inline-block;
    position: relative;
}

.header-call ul li:last-child {
    padding-right: 0px;
}

.header-call ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff5;
    right: 0;
    top: 5px;
}

.header-call ul li:last-child:after {
    display: none;
}

.header-call ul li img {
    margin-right: 1px;
    float: left;
}

.header-call img {
    width: 24px;
}

.header-call ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
    text-transform: lowercase;
    padding: 0 5px;
}

/** **************** **/
.fixed-top {
    transition: padding 0.5s ease-in-out;
    position: relative;
    display: block;
    top: 0px;
    padding: 3px 0 4px;
    background: linear-gradient(90deg, #005cac 74%, #005cac 105%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
}

.fixed-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0e5a98 74%, #0e5a98 105%);
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 0 0px;
}

.fixed-top:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 0;
}

.header-scrolled .logo {
    bottom: -10px;
    left: 35px;
    margin-top: 0;
    transition: all.5s ease;
}

.header-scrolled .scrollto img {
    height: auto;
    transition: all.5s ease;
    margin-top: 0px;
    width: 145px;
    left: 25px;
}

.header-scrolled .main-nav > ul {
    margin: 0px 0 0 0;
}

.logo {
    position: unset;
    transition: all.5s ease;
    bottom: -10px;
}

.header-scrolled .logo:after {
    height: 78px;
}

.header-scrolled {
    transition: padding 0.5s ease-in-out;
    position: fixed;
    padding: 5px 0 5px;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}

.scrollto img {
    width: auto;
    height: auto;
    transition: all.5s ease;
    position: relative;
    top: 0px;
    width: 165px;
    left: 10px;
    background: #fff;
    padding: 6px;
    border-radius: 15px;
}

.main-nav {
    align-content: center;
    height: 100%;
    float: right;
    transition: all.3s ease-in-out;
}

.main-nav > ul {
    margin: 10px 0 10px 0;
    display: flex;
    align-items: center;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
}

.main-nav a {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    font-size: 17px;
    padding: 10px 15px;
}

.main-nav .drop-down ul li:after {
    display: none;
}

.main-nav li:last-child a {
    padding-right: 0px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    color: #383838;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.3s;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 220px;
    position: relative;
}

.main-nav .drop-down ul li {
    border-bottom: 1px solid #f4f4f7;
    margin-top: 0px;
}

.main-nav .drop-down ul li:last-child {
    border-bottom: 0px;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down ul li a {
    padding: 6px 5px;
    color: #231e1f;
    border-radius: 2px;
    font-weight: 400;
    transition: all 200ms linear;
    font-size: 14px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    width: 100%;
}

.main-nav .drop-down ul li a span {
    color: #da1214;
}

.main-nav .drop-down ul li a:hover span {
    color: #fff;
}

.main-nav .drop-down ul li a span img {
    width: 20px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #fff;
    background-color: #0e5a98;
}

.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/*******************/
.call_start {
    margin-left: 20px !important;
    margin-top: 0px;
    position: relative;
}
.call_tp {
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin-left: 15px;
    height: 44px;
    display: flex;
    background: #ffffff;
    border: 2px solid #ffffff;
}

.call_tp img {
    margin-right: 8px;
    width: 30px;
    height: 30px;
    margin-top: 0px;
}

.call_tp a {
    color: #2e2e2e !important;
    font-weight: 600;
    font-size: 15px;
    display: block;
    line-height: 15px;
    padding: 0px;
}

.call_tp a span {
    font-weight: 400;
    color: #292929;
}

.call_start a {
    padding-top: 6px;
}

.head-cont {
    position: relative !important;
    margin-right: 35px;
    margin-top: -5px;
    color: #4badd4 !important;
    font-weight: 500 !important;
    letter-spacing: 0.25px !important;
    font-size: 17px !important;
}

.head-cont:after {
    content: "";
    position: absolute;
    top: 18px;
    right: -25px;
    width: 1px;
    height: 38px;
    background: #e3e3e3;
}

.head-cont:hover {
    color: #bbbbbb !important;
}

.head-cont img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -46px;
    top: 10px;
}

.head-call {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.25px;
}

.head-cont:hover .head-call {
    color: #ffffff !important;
}

.head-cont .pbmit-svg-arrow {
    stroke: #fff;
    width: 10px;
    height: 10px;
    fill: none;
    stroke-width: 5px;
    stroke-miterlimit: 10;
    position: relative;
    bottom: 1px;
    left: 6px;
    transform: rotate(45deg);
}

.pbmit-svg-arrow-span {
    position: relative;
    left: 5px;
}

.pbmit-svg-arrow-span:before {
    content: "";
    width: 22px;
    height: 22px;
    background: #e81122;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
    stroke-dashoffset: 0 !important;
    stroke: #fff;
}

/** *************** **/
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #416b9d;
    transition: 0.4s;
}

.mobile-nav a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #8cc63f;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 0px 0px 0 0;
    color: #004289;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/** **************** **/
.carousel-item img {
    width: 100%;
}

/*-- ------------------------ --*/

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0);
    }
}

/*Only Fade Slide End*/
#carousel {
    overflow: hidden;
}

#carousel .carousel-control {
    background: none;
    top: 45%;
    font-size: 30px;
    text-align: center;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
}

#carousel .carousel-control-right {
    right: 4%;
}

#carousel .carousel-control-left {
    left: 0;
}

#carousel .carousel-control-right span {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
    transition: transform 0.5s ease;
    opacity: 0;
}

#carousel .carousel-control-left span {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    transition: transform 0.5s ease;
    opacity: 0;
}

#carousel:hover .carousel-control-right span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

#carousel:hover .carousel-control-left span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

#carousel .carousel-control span {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    height: 45px;
    width: 45px;
    z-index: 121;
    line-height: 45px;
    text-align: center;
    position: absolute;
}

#carousel .carousel-control span:hover {
    background-color: #174798;
}

#carousel .carousel-item .caption {
    background-color: rgb(0 0 0 / 20%);
    padding: 40px;
    animation-duration: 1s;
    animation-delay: 1s;
}

#carousel .caption a {
    animation-duration: 1s;
    animation-delay: 2.4s;
}

#carousel .carousel-item.banner1 {
    background-image: url("../images/banner01.jpg");
}

#carousel .carousel-item.banner2 {
    background-image: url("../images/banner02.jpg");
}

#carousel .carousel-item.banner3 {
    background-image: url("../images/banner03.jpg");
}

#carousel .carousel-item {
    height: auto;
    width: 100%;
    background: no-repeat center center scroll;
    background-size: cover;
}

.carousel-indicators {
    bottom: 25px;
}

.carousel-caption {
    position: absolute;
    top: 25%;
    left: 75px;
    transform: translate(-50%, -50%);
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

/** **************** **/

.carousel-sec .carousel-caption {
    height: max-content;
    width: 36%;
}

#carousel .carousel-item img {
    position: relative;
}

.carousel-caption {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 1.4s ease,
        transform 0.4s ease;
    will-change: opacity, transform;
}

.carousel-item.active .carousel-caption {
    animation: slideFadeUp 2s ease forwards;
}

@keyframes slideFadeUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =================== */

footer {
    background-color: #212121;
    padding: 0px 0 20px;
    position: relative;
    margin-top: 40px;
}

.ftr-head {
    padding-bottom: 12px;
}

.ftr-head h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: "Jost", sans-serif;
}

.ftr-link ul li a {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
    padding: 3px 0;
    display: block;
}

.ftr-link ul li:hover a {
    color: #fff;
}

.br {
    border-right: 1px solid #ffffff1a;
}

.bb {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 30px;
}

.ftr-cont {
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.ftr-cont h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-family: "Jost", sans-serif;
}

.ftr-cont p a {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
}

.ftr-cont p {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
}

.ftr-cont p:hover a {
    color: #fff;
}

.ftr-cont img {
    position: absolute;
    top: 0px;
    left: 0;
}

.ftr-btm {
    padding-top: 20px;
}

.ftr-btm p {
    font-weight: 400;
    font-size: 15px;
    color: #e81122;
}

.ftr-btm p span {
    color: #c3c3c3;
}

.ftr-btm p a {
    color: #fff;
}

.ftr-btm p a:hover {
    color: #fff;
}

.ftr-right {
    padding-top: 20px;
    padding-left: 20px;
}

.ftr-right ul {
    text-align: right;
}

.ftr-right ul li {
    display: inline-block;
    padding-left: 15px;
}

.ftr-right ul li a {
    font-size: 18px;
    color: #dbdbdb;
}

.ftr-right ul li:hover a {
    color: #fff;
}

.social-icon ul {
    opacity: 1;
    text-align: right;
}

.social-icon ul li {
    display: inline-block;
    padding-right: 8px;
}

.social-icon ul li a {
    opacity: 1;
}

.social-icon ul li a i {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    transition: all 0.8s;
    -webkit-transition: 0.8s ease;
}

.icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}

.icon2 i {
    background: #bd081c;
    color: #fff;
    border: 1px solid #bd081c;
}

.icon3 i {
    background: #ed2a24;
    color: #fff;
    border: 1px solid #ed2a24;
}

.icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}

.icon4 i {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.icon6 i {
    background: #ff0033;
    color: #fff;
}

.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}

/* ======================== */

.hm-keypoint {
    position: relative;
    margin-top: -55px;
}

.main-section-border {
    border: 2px solid #ffffff;
    box-shadow: 0px 5px 78px 0px rgba(40, 40, 40, 0.11);
    margin: 0px;
    background-color: #ffffff;
    border-radius: 10px;
}

.hm-keypoint .col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.main-company-item {
    padding: 30px;
    border-right: 1px solid #c5c5c59e;
    height: 100%;
    transition: all ease 0.5s;
}

.main-section-border:last-child {
    border-right: 0;
}

.main-company-item .icon {
    height: 80px;
    width: 80px;
    line-height: 63px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border-radius: 100px;
    font-size: 50px;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    color: #000000;
    transition: all ease 0.5s;
}

.main-company-item i {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 100px;
    font-size: 50px;
    margin-bottom: 20px;
    color: #1595bf;
}

.main-company-item h3 {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #292929;
    line-height: 1.6;
    letter-spacing: 0.25px;
}

.main-company-item p {
    color: rgb(36, 36, 36);
    letter-spacing: 0.2px;
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 25px;
    color: #565555;
    font-weight: 400;
}

.main-company-item:hover .icon {
    box-shadow: 0 0 3px 0px rgba(14, 90, 152, 0.596);
}

.hover-style {
    position: relative;
    text-align: center;
}

.hover-style::before,
.hover-style::after {
    content: "";
    width: 0;
    position: absolute;
    transition: all 0.2s linear;
    right: 0;
    top: 0;
    transition-delay: 0.2s;
    border-radius: 4px;
    z-index: -1;
}

.hover-style::after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.6s;
}

.hover-style .inner-border {
    display: block;
    text-align: left;
}

.hover-style .inner-border::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1;
}

.hover-style .inner-border::before {
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1;
}

.hover-style .inner-border::after {
    transition-delay: 0.4s;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.hover-style:hover::before {
    width: 100%;
    transition-delay: 0.4s;
}

.hover-style:hover::after {
    width: 100%;
    transition-delay: 0s;
}

.hover-style:hover .inner-border::before {
    height: 100%;
    transition-delay: 0.6s;
}

.hover-style:hover .inner-border::after {
    height: 100%;
    transition-delay: 0.2s;
}

.main-section-border .col-lg-4 {
    padding: 0;
}

.main-company-frist {
    border-radius: 10px;
    padding: 25px 25px;
    backdrop-filter: blur(21px);
    background-color: #0e5a98;
}

.main-company-frist {
    background-color: radial-gradient(circle, rgb(10 10 10 / 71%) 0%, rgb(14 90 152) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    position: relative;
    overflow: hidden;
}

.main-company-frist ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}

.main-company-frist ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.main-company-frist h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.35px;
    text-transform: capitalize;
    color: #fff;
}

.inner-border p {
    color: #ffffffd6;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-size: 14px;
    letter-spacing: 0.55px;
    font-weight: 300;
}

/* ======================= */
.about-section {
    background-repeat: no-repeat !important;
    background-position: 91% 40px !important;
    padding: 110px 0;
    background-size: auto;
    height: 670px;
}

.heading__title {
    position: relative;
    font-size: 34px;
    margin-bottom: 20px;
}

.about-section .text-block {
    position: relative;
    z-index: 3;
    padding: 25px 25px 25px 25px;
    background-color: #f8f9fac7;
    border-bottom-right-radius: 60px;
    backdrop-filter: blur(14px);
    margin-top: -4px;
}

.about-section .text-block .hm-abt-dtl {
    position: relative;
}

.about-section .text-block .hm-abt-dtl:before {
    content: "";
    position: absolute;
    top: -118px;
    left: -28px;
    width: 4px;
    height: 317px;
    background: linear-gradient(180deg, rgb(207 207 207 / 67%) 0%, rgba(255, 255, 255, 0) 100%);
}

.img-block {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0;
    width: 149%;
}

.heading-text h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    color: #292929;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.hm-abt-dtl p {
    font-size: 15px;
    color: #292929a1;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.video__btn-title {
    font-size: 15px;
    font-weight: 700;
    padding-top: 20px;
    line-height: 1;
    color: #282828;
    display: inline-block;
}

/* ================= */

.read_more {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 5px 2px 5px 12px;
    text-align: center;
    display: inline-block;
    border-radius: 13px;
    border: 1px solid #29292945;
    color: #292929;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    margin-top: 20px;
}

.read_more:hover {
    color: #202020;
    background: #ffffff;
}

.circle {
    background: #4badd4;
    color: #ffffff;
    border-radius: 28px;
    height: 35px;
    width: 35px;
    line-height: 35px !important;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: "FontAwesome";
    transition: all 0.3s ease;
}

.read_more:hover .circle {
    color: #fff;
    background: #0e5997;
}

/** **************** **/
.section-title {
    position: relative;
    margin-top: 26px;
}

.hm-prod .owl-stage {
    padding: 20px 0;
}

.hm-prod {
    position: relative;
}

.hm-prod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: radial-gradient(circle, rgb(0 0 0 / 74%) 31%, rgb(57 55 55 / 96%) 81%), url(../images/mission.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    width: 34%;
    height: 100%;
    border-radius: 0 79px 0px 0;
}

.section-title .bg-text {
    position: absolute;
    top: 20%;
    left: 50%;
    font-size: 115px;
    font-weight: 800;
    color: #0000000a;
    transform: translate(-38%, -68%);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 4px;
    opacity: 0.9;
}

.hm-prod {
    background: #f8f8f8bf;
    padding: 80px 0;
    border-radius: 150px 0 0 0;
    position: relative;
    background-size: cover;
}

.hm-prod-head span {
    margin-bottom: 30px;
    letter-spacing: 2px;
    display: block;
    color: #ffffff;
    margin-bottom: 0px;
}

.hm-prod-head h2 {
    font-size: 37px;
    letter-spacing: 0.25px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    color: #292929;
    letter-spacing: 0.25px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.4;
    color: #f1f1f1;
    position: relative;
    z-index: 1;
}

.product_box {
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    height: 100%;
    background: #fff;
    transition: 0.5s ease-out;
}

.product_box:hover {
    transform: translateY(-8px);
}

.product_box_img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product_box_img img {
    transition: 0.5s ease-out;
}

.product_box:hover img {
    scale: 1.1;
}

.product_box_title {
    margin: 10px 3px 5px;
    padding: 0 2px 0 20px;
    font-size: 17px;
    line-height: 1.6rem;
    position: relative;
    text-transform: capitalize;
    color: #333333;
    font-weight: 500;
}

.product_box_title::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 6px;
    top: 0;
    height: 100%;
    width: 4px;
    background: #0e4e83;
}

.hm-prod-sliding {
    position: relative;
    margin-top: -220px;
}

.hm-prod-sliding .carousel-wrapingg {
    position: relative;
}

.hm-prod-sliding .carousel-wrapingg:after {
    content: " ";
    position: absolute;
    bottom: -35px;
    left: -35px;
    width: 100%;
    max-width: 470px;
    z-index: 0;
    height: 380px;
    background-color: #1a408b;
    border: 2px solid #1a408b;
    border-radius: 0px 0px 0px 20px;
}

.hm-prod-sliding .carousel-wrapingg .owl-stage {
    padding-right: 0 !important;
    padding-left: 0px !important;
}

.hm-prod-sliding .owl-stage-outer {
    padding-top: 10px;
}

.slider-counter {
    color: #f95738;
    font-size: 30px;
    font-weight: 900;
    width: auto;
    position: absolute;
    bottom: -110px;
    right: 174px;
    font-family: sans-serif;
}

.slider-counter::first-letter {
    font-size: 50px;
    font-weight: bold;
}

.hm-prod-sliding .owl-nav {
    position: absolute;
    right: 0;
    bottom: -95px;
    display: flex;
}

.prod-slider .owl-nav .owl-prev,
.prod-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #0000;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    margin: 0 5px;
    color: #fff !important;
    background: #0e5a98 !important;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.prod-slider .owl-nav .owl-prev:hover,
.prod-slider .owl-nav .owl-next:hover {
    background: #f95738;
    color: #fff;
}

.hm-prod-manuf {
    margin-top: 200px;
}

.hm-prod-manuf .carousel-wrapingg:after {
    display: none;
}

/** **************** **/

.hm-about {
    background: radial-gradient(circle, rgb(10 10 10 / 71%) 0%, rgb(14 90 152) 100%), url(../images/mission.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 110px 0;
    background-position: center;
}

.hm-about-dtl h6 {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0c8147;
}

.hm-about-dtl h6 span {
    position: relative;
}

.hm-about-dtl h6 span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: #0c8147 transparent;
    bottom: 4px;
    right: -16px;
    transform: rotateY(180deg);
}

.hm-about-dtl h2 {
    color: #ffffff;
    line-height: 1.32;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.8px;
    word-spacing: 2px;
}

.hm-about-dtl p {
    padding-right: 30px;
    position: relative;
    font-size: 16px;
    color: #7c8393;
    line-height: 1.688;
}

.hm-about-dtl .common-btn {
    margin-top: 25px;
}

/** **************** **/

.counter-outer {
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #0000000f;
}

.counter-outer .counter-detail {
    margin-left: 80px;
}

.counter-outer h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0b8146;
    display: inline-block;
}

.counter-outer .plus {
    font-size: 12px;
    font-weight: 500;
    color: #7c8393;
    padding-left: 5px;
}

.counter-outer p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
    margin-top: 4px;
}

.counter-icon img {
    width: 62px;
    position: absolute;
    left: 25px;
    top: 8px;
    border: 1px solid #7c8393;
    border-radius: 50%;
}

/** **************** **/

.countersec {
    background: url(../images/counter-bg.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: -76px;
    position: relative;
    padding: 55px 0px;
    background-position: top;
    height: 100px;
}

.counter {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    margin-top: -100px;
    justify-content: center;
}

.counter-single {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.counter-single::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #005cac;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}

.counter-single:hover img {
    filter: invert(113%) sepia(8%) saturate(13%) hue-rotate(123deg) brightness(130%) contrast(122%);
}

.about-content .counter {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
    width: 70%;
}

.counter-content p {
    margin-bottom: 0px;
}

.about-content .counter {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
}

.counter-single {
    background: #fff;
    margin: 0px 10px;
    color: #000;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0px 13px 12px #1d6f480f;
    display: flex;
    align-items: center;
    height: 140px;
    width: 140px;
    transition: all 0.5s ease-in-out;
}

.about-content {
}

.counter-single img {
    width: 45%;
    padding-right: 5px;
}

.counter-content p {
    text-align: left !important;
    font-weight: 500;
    font-size: 13px;
}

.counter-single h4 {
    margin-bottom: 0px;
}

.info-box {
    position: relative;
    width: 55%;
}

.img-icon {
    position: absolute;
    background: #2c7451;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 4%;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.aboutcontent-box .round-btn {
    background: #fff;
    position: absolute;
    bottom: -21%;
    left: 7%;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px;
    box-shadow: 0px 13px 36px #00000024;
    display: flex;
}

.our-product-para {
    font-size: 16px;
    color: #ffffffe0;
    line-height: 1.7;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding-top: 8px;
}

/* map */

.map-hero-section {
    margin-top: 90px;
    display: flex;
    align-items: center;
    background-size: cover;
}

.main-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    word-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: 9px;
    color: #ffffff;
}

.main-titles {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    word-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: 9px;
    color: #292929;
}

.description-text {
    font-size: 16px;
    line-height: 26px;
    color: #b2b2b2;
    max-width: 480px;
    margin-bottom: 8px;
}

.global-link {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 60px;
}

.global-link:hover {
    color: #cccccc;
}

/* Stats Section Styling */
.stats-container {
    max-width: 450px;
}

.stat-item {
    padding: 10px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.stat-item:last-child {
    border-bottom: none;
}

.stat-number {
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
    color: #ffffff;
    letter-spacing: 0.25px;
}

.stat-label {
    font-size: 15px;
    letter-spacing: 0.25px;
    color: #4badd4;
    text-transform: capitalize;
}

/* Image Column Styling */
.globe-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.globe-image {
    width: 120%;
    height: auto;
}

.map-row-section {
    border: 1px solid #fff;
    border-radius: 25px;
    overflow: hidden;
    background: url(../images/map-new.jpg) right no-repeat;
    background-size: cover;
}

.map-row-clm-left {
    padding: 40px 39px;
}

/* footer */

.footer {
    min-height: 400px;
    padding: 70px 0;
    background-size: cover;
    background-color: #161616;
}

.footer-column-one {
    background-color: #ececec;
    padding: 5px;
    border-radius: 12px;
    margin-top: 6px;
    position: relative;

    margin-bottom: 15px;
}

.footer-column-one:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: url(../images/bg_pattern_6.png) center no-repeat; */
    background-size: 100%;
    z-index: 9999;
}

.footer-column-one p {
    padding: 10px;
}

.footer-column-two h5,
.footer-column-three h5 {
    color: #fff;
}

.footer-column-two-border-bottom {
    width: 50px;
    height: 3px;
    background-color: #4badd4;
    margin: 10px 0 20px 0;
}

.footer-column-two ul li {
    padding: 2px 0 10px 0;
}

.footer-column-two ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.25px;
}

.footer-column-two ul li i {
    color: #fff;
    padding-right: 5px;
}

/* .footer-column-three */

.footer-map {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer-map img {
    width: 32px;
    margin-right: 15px;
}

.footer-map p {
    color: #fff;
}

.footer-map h6 {
    font-size: 20px;
}

.footer-map p {
    font-size: 14px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.25px;
}

.footer-map a {
    color: #fff;
}

.copyright p a {
    color: #014492;
}

.footer-h5 {
    visibility: hidden;
}

/*-- ----------------------- --*/

.our-facility {
    padding: 70px 0 90px 0;
}

.facilty-box {
    position: relative;
    border: 2px solid #4badd487;
    padding: 8px;
    border-radius: 5px;
}

.facilty-box img {
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.facilty-box:hover img {
    transform: scale(1.1);
    filter: grayscale();
}

.content-box span {
    background-color: #0e5a98;
    color: #fff;
    letter-spacing: 0.25px;
    padding: 5px 25px;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    font-size: 17px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ffffff9c;
}

.our-facility-left {
    padding-bottom: 30px;
}

.footer-top {
    width: 100%;
    height: 200px;
    background-color: #000000;
    margin-bottom: 50px;
    border-radius: 20px;
    margin-top: -150px;
}

.footer-column-twoo {
    background-color: #fff;
    min-height: 310px;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 23px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.footer-column-two img {
    border-radius: 20px;
    border-bottom: 3px solid #000;
}

.footer-social ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 5px;
    text-align: center;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    border: 1px solid #244c6d;
}

.footer-social ul li:hover {
    background-color: #cecece;
}

.footer-social ul li a {
    color: #244c6d;
    display: block;
    font-size: 16px;
}

/* product-page */

.product-section {
    width: 100%;
    position: relative;
}

.product-left {
    padding-left: 26px;
    position: relative;
}

.product-section::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    clip-path: polygon(41% 0%, 100% 0, 100% 100%, 0% 100%);

    background: linear-gradient(rgba(14, 90, 152, 0.9), rgba(14, 90, 152, 0.9)), url("../images/11.png");
    background-size: cover;
    background-position: center;
}

.product-section {
    padding: 60px 0 50px 0;
}

.product-left h2 {
    font-size: 30px;
    padding-bottom: 7px;
    letter-spacing: 1px;
    color: #444;
    font-weight: 700;
}

.product-left p {
    font-size: 15px;
    color: #292929a1;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

/* Large Overlapping Circle Image */
.overlap-circle-wrapper {
    z-index: 10;
}

/* Left blue accent border */
.circle-accent-left {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-left: 15px solid #0e5a98;
    transform: rotate(9deg);
}

/* The Main Image Container */
.circle-image-container {
    border-radius: 50%;
    overflow: hidden;
    border: 20px solid white;
    position: relative;
    background-color: #ddd;
    box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.1);
}

.circle-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
}

.product-main-row {
    background: #f1f1f1bf;
    border-radius: 50px 0 0 50px;
    padding: 25px 0;
}

.product-section-2 {
    padding: 70px 0 70px 0;
}

.product-section-2 h3 {
    font-size: 25px;
    letter-spacing: 1px;
    color: #444;
    font-weight: 700;
    margin-bottom: 13px;
    border-left: 5px solid #1b4f9b;
    padding-left: 10px;
}

.product-section-2 p {
    font-size: 15px;
    color: #292929a1;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.bullet img {
    width: 20px;
    margin-right: 20px;
}

.inr-prod-nav {
    -webkit-box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
    -moz-box-shadow: 0 5px 22px 0 rgba(15, 53, 103, 0.05);
    box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
    position: sticky;
    top: 85px;
}

.inr-prod-nav ul {
    margin-bottom: 0px !important;
}

.inr-prod-nav ul li {
    border-bottom: 2px solid #e6e6e648;
}

.inr-prod-nav ul li a {
    background-color: #ebebeb;
    color: #252525;
    display: block;
    font-size: 14px;
    padding: 12px 15px 14px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    letter-spacing: 0.25px;
}

.inr-prod-nav ul li a:hover {
    color: #555555;
    border-right: 5px solid #0e5a98;
    transition: 0.5s ease-in-out;
}

.bullet li {
    font-weight: 400;
    color: #393d3fd6;
    font-size: 16px;
    word-spacing: 0.5px;
    line-height: 25px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    margin-left: 15px !important;
}

.bullet li:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #292929a1;
    position: absolute;
    left: 2px;
    border-radius: 2px;
    top: 9px;
}

.inner_pro img {
    width: 100%;
    border-radius: 10px;
}

.inner_pro {
    border-radius: 30px;
    background-color: #f0f7f1b5;
    border: 1px solid #afafaf;
}

.bullet li b {
    font-weight: 600;
    color: #262525;
    font-size: 16px;
    word-spacing: 0.5px;
    line-height: 25px;
    padding: 5px 0 5px 3px;
    position: relative;
}

.bullet {
    margin-top: 3px;
}

.inr-prod-nav {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.inr-prod-nav h3 {
    background-color: #0e5a98;
    font-size: 22px;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px 20px 0 0;
}

.small-headings {
    font-size: 17px;
    display: block;
    color: #555;
    padding-top: 10px;
    font-weight: 600;
    padding-bottom: 5px;
}

.breadcrumb-section {
    width: 100%;
    min-height: 300px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/breadcrum-bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-section h1 {
    justify-self: center;
    color: #fff;
    background: #0e5a98;
    padding: 10px 29px;
    border-radius: 10px;
    letter-spacing: 0.6px;
    font-size: 25px;
    top: -30px;
    border-radius: 10px;
    border: 1px solid #ffffff61;
}

.breadcrumb-list {
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0;
}

.breadcrumb-list li {
    padding: 0 10px;
}

.breadcrumb-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.breadcrum-inner {
    padding: 20px;
    position: relative;
    border-radius: 10px;
}

/* Main Section Wrapper */
.about-page-section {
    padding: 90px 0px 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

/* Image Containers */
.about-page-image-wrapper {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

/* Specific border rounding to match the design style */
.about-page-left-image-box {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.about-page-right-image-box {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}

.img-fluid-custom {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-fluid-custom-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70%;
}

/* Center Content Styles */
.about-page-center-content {
    text-align: center;
    padding: 0px 27px;
}
.about-page-display-title {
    font-size: 30px;
    line-height: 40px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.about-page-description-text {
    font-size: 15px;
    color: #292929a1;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

/* Button Style */
.cta-button {
    background-color: #000000;
    color: #ffffff;
    padding: 14px 45px;
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #333333;
    color: #ffffff;
}

/* Container styling to remove gutters */
.no-gutters {
    padding-right: 0px;
    padding-left: 0px;
}

/* Image styling */
.image-container {
    width: 100%;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Text Block styling */
.content-container {
    background-color: #ebebeb;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.6px;
}

.section-title {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    color: #333333;
    margin-bottom: 8px;
}

.section-description {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    max-width: 520px;
    margin-bottom: 45px;
    font-weight: 300;
}

.view-link {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #333333;
    padding-bottom: 8px;
    display: inline-block;
    transition: opacity 0.3s;
}

.view-link:hover {
    opacity: 0.6;
    color: #000000;
}

/* Responsive adjustments for mobile */
@media (max-width: 991px) {
    .image-container,
    .content-container {
        height: auto;
        padding: 60px 20px;
    }

    .image-container {
        height: 400px;
    }

    .section-title {
        font-size: 36px;
    }
}

/* ------ */

/* Main Card Container */

.why-choose-us {
    position: relative;
}

.why-choose-us::before {
    position: absolute;
    width: 58.4%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 125px 0 0;
    background: url(../images/why-choose-us.jpg) left bottom no-repeat;
    background-size: 100% 100%;
}

/* Content Area */
.why-choose-us-content-wrapper {
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: end;
    writing-mode: sideways-lr;
}

/* Title Area (No heading tags) */
.why-choose-us-title-container {
    text-align: right;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.why-choose-us-title-blue {
    color: #0e5a98;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
}

.why-choose-us-title-black {
    color: #3333;
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    transform: translateY(-52px);
}

/* List Columns Section */
.why-choose-us-columns-row {
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
}

.why-choose-us-list-column {
    flex: 1;
    padding: 46px;
    min-height: 380px;
}

/* Left Column (White) */
.why-choose-us-column-white {
    background-color: #f1f1f1bf;
    color: #333333;
}

/* Right Column (Blue) */
.why-choose-us-column-blue {
    background-color: #0e5a98;
    color: #ffffff;
}

/* Column Header */
.why-choose-us-column-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}

.why-choose-us-warning-icon {
    font-size: 20px;
    margin-right: 15px;
    margin-top: 5px;
}

.why-choose-us-column-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

/* List Items */
.why-choose-us-list-items {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.why-choose-us-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 18px;
}

.why-choose-us-arrow-icon {
    font-size: 12px;
    margin-right: 12px;
    margin-top: 4px;
    opacity: 0.7;
}

.why-choose-us-paragraph {
    font-size: 15px;
    color: #292929a1;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.why-choose-us-paragraph-w {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin: 0px auto 8px auto;
    letter-spacing: 1px;
    font-weight: 200;
}

/*  */

.about-us-page-sec {
    padding: 0;
}

.layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 312px;
    margin-left: 68px;
}

.about-heading-text {
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}

.about-heading-text .text-main {
    padding-bottom: 11px;
}

.text-main h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 50px;
    color: #0e5a98;
    margin-bottom: 10px;
}

.title-desc {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.abt-img img {
    border: 13px solid #ffffff;
    width: 100%;
}

.ttm-vertical_sep > [class*="col"]:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 15px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.06);
}

.featured-icon-box.style1 {
    padding: 25px 5px;
    margin: 0;
}

.featured-icon-box.style1 .ttm-icon {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
    transition: all 0.6s ease;
}

.svg-icon img {
    width: 58px;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 6px;
    border: 2px solid #7f7f7f;
}

.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 35px;
}

.featured-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 3px;
    color: #0e5a98;
    font-weight: 500;
    text-transform: capitalize;
}

.featured-desc p {
    font-size: 15px;
    color: #292929a1;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.video_wrapper {
    width: 100%;
    overflow: hidden;
}

.video_wrapper video {
    object-fit: cover;
    width: 100%;
    height: 35vh;
    border: 5px solid #fff;
    border-radius: 20px;
}

.aboutus-featured-title h3 {
    font-size: 31px;
    padding-bottom: 12px;
}

.about-us-page-sec {
    padding: 70px 0 50px 0;
    background: url(../images/background-test.jpg) no-repeat center;
}

.about-us-page-sec .svg-icon img {
    opacity: 0.7;
}

.about-us-page-sec .featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 17px;
}

.about-us-page-sec .abt-img img {
    position: relative;
}

.founder-section-left {
    border: 1px solid #5555552e;
}

.founder-section-left h2 span {
    color: #0e5a98;
}

/* gallery */

.gallery {
    padding: 70px 0;
    background: #f4f4f4;
}

.inner-img {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.indus-cate-box p {
    color: #fff;
}

.inner-img a {
    display: block;
    position: relative;
    text-decoration: none;
}

.inner-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
    border: 5px solid #ffffff;
}

.inner-img a::before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #1d3b56;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.6s ease;
    z-index: 1;
    pointer-events: none;
}

.inner-img a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.inner-img a:hover img {
    transform: scale(1.1);
}

.inner-img a:hover::before {
    opacity: 1;
    transform: rotate(270deg);
}

.inner-img a:hover::after {
    opacity: 1;
}

.indus-cate-box {
    box-shadow: 0px 5px 10px 0px rgb(87 87 87 / 7%);
    border-top: 0;
    align-items: center;
    background-color: #616264;
    transition: 0.2s ease-in;
    margin-bottom: 30px;
    cursor: pointer;
    height: 60px;
    align-content: center;
    text-align: center;
}

.modal-open .modal {
    z-index: 9999999;
}

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #066ab6;
    background-image: -o-linear-gradient(#066ab6, #1baacc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#066ab6), to(#1baacc));
    background-image: linear-gradient(#066ab6, #1baacc);
    padding: 12px 30px;
    text-transform: uppercase;
    border: none;
    font-family: "Montserrat", sans-serif;
}

.btn-style-two:hover {
    color: #066ab6;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    background: #ffffff;
}

.modal {
    top: 5%;
}

.type-product-img {
    border: 1px solid #dddddd;
    height: 100%;
}

.type-product-heading {
    display: block;
    font-size: 24px;
    font-family: "Fjalla One", sans-serif;
    color: #333;
    letter-spacing: 1px;
    padding: 5px 0 16px 0;
}

.type-box {
    border: 1px solid #d3d3d3;
    padding: 14px;
    margin-top: 19px;
}

.features-font {
    font-size: 20px;
    padding-bottom: 0 !important;
    padding-top: 10px;
    font-size: 22px;
}

.product-gallery .inner-img {
    margin-bottom: 25px;
    border: 2px solid #0e5a9826;
}

/* contact */

/* Container styling */
.contact-section-wrapper {
    background-color: #ffffff;
    min-height: 650px;
}

/* Left Side Content */
.contact-left-side {
    padding: 65px 60px 80px 100px;
}

.contact-sub-title-text {
    font-size: 16px;
    color: #777777;
    margin-bottom: 5px;
}

.contact-main-title-text {
    font-size: 30px;
    font-weight: 800;
    color: #0d5087;
    line-height: 38px;
    margin-bottom: 20px;
}

/* Contact Form Styling */
.contact-form .form-control {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-form .btn-submit {
    background-color: #0d5087;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

/* Right Side Styling */
.contact-right-side {
    position: relative;
    background-image: url("../images/contact.avif");
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

/* Dark blue overlay for the image */
.contact-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 60, 94, 0.75);
}

/* Container for the 3 overlapping boxes */
.contact-boxes-container {
    position: absolute;
    left: -260px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.contact-info-box {
    background-color: #0d5087;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 17px 17px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    width: 500px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-box-icon {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-box-divider {
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 16px;
}

.contact-box-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1px;
    letter-spacing: 0.7px;
}

.contact-box-desc {
    font-size: 15px;
    color: #ffffffdb;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

select.form-control:not([size]):not([multiple]) {
    height: 100%;
}

.map-section {
    padding: 70px 50px;
    background: #eaeaea;
}

.main-map-column {
    overflow: hidden;
}

.contact-box-desc:hover {
    color: #4dadd4;
}

.certifications-section {
    padding: 80px 0px;
    background-color: #f9f9f9;
}

.certificate-main-title {
    color: #0e5a98;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
    letter-spacing: 2px;
}

.sub-description {
    font-size: 15px;
    color: #292929a1;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

/* Thumbnails Styling */

.thumbnail-item {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
    margin-top: 20px;
}

.thumbnail-item img {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
    border: 1px solid #d6d6d6;
}

.preview-card-container {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: sticky;
    top: 85px;
}

.certificate-label {
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.5px;
}

.who-we-are-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: -5px;
}

.why-choose-us-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: -5px;
}

.inr-prod-nav h4 {
    background-color: #0e5a98;
    font-size: 22px;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    align-self: center;
}

/* product cards */

.product-cards {
    padding: 60px 0;
}

.product-cards .col-lg-3 {
    margin-bottom: 20px;
}

/* award starts */

/* Main Section Wrapper */
.booth-showcase-section {
    width: 100%;
    margin: 100px 0 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

/* Top Hero Image Area */
.booth-hero-container {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.booth-hero-container img {
    width: 100%;
}

.booth-logo-overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 120px;
    height: auto;
}

/* Gallery Overlay Grid */
.booth-gallery-row {
    bottom: -100px;
    left: 0px;
    right: 0px;
    z-index: 10;
}

.booth-card {
    border: 5px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
    height: 380px;
    margin: 0 0 40px 0;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.booth-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bottom Dark Section */
.booth-info-panel {
    background: url(../images/award-bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 70px;
    text-align: center;
    position: relative;
}

/* Title Box Styles */
.booth-title-container {
    display: inline-block;
    background-color: #d32027;
    padding: 15px 50px;
    margin-bottom: 60px;
    transform: skew(-5deg);
}

.booth-main-title {
    color: #ffffff;
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1.1;
    transform: skew(5deg);
}

/* Footer Contacts Area */
.booth-footer-links {
    padding: 0px 60px;
}

.booth-contact-item {
    display: flex;
    align-items: center;
}

.booth-btn-visit {
    background-color: #d32027;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.booth-btn-visit span {
    background-color: #ffffff;
    color: #121e4a;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 8px;
}

.booth-link-text {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
}

.booth-email-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.booth-email-label span {
    background-color: #d32027;
    color: #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 8px;
}

.booth-email-icon {
    color: #d32027;
    margin-right: 10px;
    font-size: 20px;
}

.award-tag {
    background-color: #0e5a98;
    color: white;
    padding: 10px;
    font-weight: bold;
    border: 2px solid white;
    width: fit-content;
    padding: 8px 20px;
    font-size: 22px;
}
.aword-text .main-titles {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    word-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #ffffff !important;
}

/* award ends */

.product-dropdown {
    height: 560px;
    overflow-y: scroll;
}


.image-border-bg {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
}


.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect h6 {
	position:relative;
	padding:15px 25px;
	background: #0e5a98;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
}
.quick_connect i {
	font-size: 30px;
	color: #0e5a98;
	position: absolute;
	right: 15px;
	bottom: -10px;
}
.whatsapp-btn {
	position: fixed;
    bottom: 18px;
    right: 185px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.whatsapp-btn i {
	color: #fff;
	font-size: 28px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.modal-body {
    padding:0px;
    background: rgba(171, 172, 174, 0.102);
}
.modal-header {
    text-align: center;
    background: #0e5a98;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
h6.modal-title {
    color:#fff;
    font-size:20px;
    text-align:center;
    letter-spacing:0.25px;
    font-weight:500;
    padding-left:20px;
}
.modal-content{
   background-color: #f2f3f8;
}
.modal-content .close {
    opacity:1;
    padding:0px;
    margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #0e5a98;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.request_form .form-group input {
	display: block;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
	min-height:80px;
}
.request_form .form-group select {
	display: block;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
}
.enquire-pad-box{
	padding: 30px;
}
.submit_btn {
	font-size: 16px;
	padding: 15px 25px;
	background: #0e5a98;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	border: 0px;
}
.submit_btn:hover {
    border:0px;
    color:#fff;
    background: #000000;
}
