@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

a {
    text-decoration: none !important;
    font-family: "Roboto", serif;
}

p {
    position: relative;
    margin: 0 0 20px;
    line-height: 1.8em;
    color: #111;
    font-weight: 400;
}

p,
.f-roboto,
li {
    text-decoration: none !important;
    font-family: "Roboto", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.f-mulish {
    font-family: "Mulish", serif;
}

.bg-main {
    background: #f4eee5;
}

.bg-second {
    background: #eff5f6;
}

.color0 {
    color: #000 !important;
}

.colorf {
    color: #fff !important;
}

.color3 {
    color: #fa8b37 !important;
}

.color4 {
    color: #333 !important;
}

.bg-fff {
    background: #fff !important;
}

.tbp {
    padding: 100px 0;
}

.tbm {
    margin: 100px 0;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

img {
    width: 100%;
}

.thr-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thr-l {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

img.header-logo {
    max-width: 170px;
}

/* section.top-header {
    padding: 12px 0;
    background-image: linear-gradient(to right, #0f75bc, #296fab, #35699b, #3e638b, #435d7b);
} */
section.top-header {
    padding: 12px 0;
    background-image: linear-gradient(to right, #03aac6, #00a1c7, #0097c7, #008dc5, #0083c2, #177cba, #2276b3, #296fab, #336a9f, #3a6693, #3f6187, #435d7b);
}

.thr-r {
    display: flex;
    column-gap: 20px;
}

ul.navbar-nav {
    margin: 0 0 0 auto;
}
.navbar-toggler{
    border-color: #03AAC6 !important;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2303AAC6' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22'/%3E%3Cpath stroke='%230F75BC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 15h22'/%3E%3Cpath stroke='%23435D7B' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #03aac63d !important;
}
.thr-ic a {
    color: #fff;
    font-size: 16px;
}

.thr-l a i {
    margin-right: 8px;
}

.btn1 {
    background: transparent;
    color: #03AAC6;
    padding-inline: 32px;
    display: inline-block;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 1px solid #03AAC6;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn2 {
    background: transparent;
    color: #fff;
    padding-inline: 32px;
    display: inline-block;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn3 {
    background: #fff;
    color: #03AAC6;
    padding-inline: 32px;
    display: inline-block;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn2 i,
.btn1 i,
.btn3 i {
    margin-left: 8px;
}

.btn1:before {
    content: "";
    position: absolute;
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    background: linear-gradient(to right, #03aac6, #00a1c7, #0097c7, #008dc5, #0083c2, #177cba, #2276b3, #296fab, #336a9f, #3a6693, #3f6187, #435d7b);
    border-radius: 50%;
    transform: translateX(-30%) translateY(-40%) scale(0);
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: -1;
}

.btn2:before {
    content: "";
    position: absolute;
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    transform: translateX(-30%) translateY(-40%) scale(0);
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: -1;
}

.btn1:hover:before,
.btn2:hover:before {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.btn1:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: 0.5s;
}

.btn2:hover {
    color: #03AAC6;
    border: 1px solid #fff;
    transition: 0.5s;
}

a.nav-link {
    font-weight: 500;
    color: #252525;
    text-transform: capitalize;
    padding: 36px 0 !important;
    margin: 0 14px;
    font-size: 19px;
}

.hbs-box img {
    max-height: 750px;
    min-height: 750px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.5) invert(0);
}

.hbs-box {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.hbs-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #0b0b2f00 0%, #243242e0 70%);
    top: 0px;
    right: 0px;
    z-index: 1;
}

.hbsb-ic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    max-width: 840px;
}

.hbsb-ic h2 {
    font-size: 68px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 78px;
}

.hbsb-ic p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 32px;
}

.shape1 {
    position: absolute;
    left: -100px;
    bottom: 50px;
    width: 1100px;
    height: 1000px;
    border-radius: 55%;
    background: linear-gradient(270deg, #0b0b2f00 0%, #03aac6e0 70%);
    z-index: 1;
    animation: float-obj-x infinite 4s;
    opacity: 0.6;
}

@keyframes float-obj-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

.float-obj-x {
    -webkit-animation-name: float-obj-x;
    animation-name: float-obj-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.hbsb-btn {
    display: flex;
    column-gap: 24px;
}

.shape2 {
    position: absolute;
    right: -200px;
    bottom: -100px;
    width: 330px;
    height: 400px;
    border-radius: 30%;
    transform: rotate(45deg);
    border: 3px solid #03AAC6bf;
    z-index: 2;
}

.hbs-box:after {
    content: "";
    background: #03AAC6;
    width: 600px;
    height: 200px;
    position: absolute;
    right: -200px;
    top: 0;
    mix-blend-mode: overlay;
    z-index: 2;
    /* transform: skewY(60deg) translateX(50px); */
    transition-delay: 0.8s;
    opacity: 1;
    transform: skewY(55deg) translateX(50px);
    transition-duration: 1200ms;
}

.slick-next {
    right: 40px !important;
}

.slick-prev {
    left: 40px !important;
    z-index: 1;
}

.slick-next:before,
.slick-prev:before {
    font-family: 'FontAwesome' !important;
}

.slick-next,
.slick-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: #ffffff36 !important;
}

.slick-next:hover,
.slick-prev:hover {
    background-color: #ffffff59 !important;
}
.slogan-logo-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px !important;
}
.slogan-logo-text .sl1{
    color: #03AAC6;
}
.slogan-logo-text .sl2{
    color: #0F75BC;
}
.slogan-logo-text .sl3{
    color: #435D7B;
}
.sli-head{
    font-weight: 500;
}
.subcon-ul li{
    padding-left: 0px !important;
}
.subcon-ul li::before{
    display: none !important;
}
.main-tt h5 {
    padding: 0px 0 0px 70px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #03AAC6;
    display: inline-block;
}

.main-tt h5:before {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #03AAC6;
}

.main-tt h5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 35px;
    background: #03AAC6;
    left: 0px;
    bottom: 12px;
}

.main-tt h3 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    color: #232323;
    letter-spacing: 0.02rem;
    margin-bottom: 20px;
}

.main-tt h3 span {
    color: #03AAC6;
}

.habr-con {
    display: flex;
    column-gap: 10px;
}

.habr-box {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.brb-l img {
    min-width: 70px;
    max-width: 70px;
}

.brb-r p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.brb-r h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

img.ab1 {
    padding-left: 60px;
}

.habl-ic {
    position: relative;
    margin-right: 100px;
    z-index: 0;
}

img.ab2 {
    position: absolute;
    max-width: 220px;
    border: 10px solid #fff;
    bottom: 100px;
    left: 0;
}

img.ab3 {
    position: absolute;
    right: -70px;
    max-width: 160px;
    background: #fff;
    /* padding: 10px; */
    border-radius: 100%;
    top: 80px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@keyframes float-y-axis {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.habl-ic:after {
    background-image: radial-gradient(#03AAC6 1px, #ff000000 2.2px);
    background-size: 0.7rem 0.7rem;
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0.3;
    animation: float-y-axis 4s infinite alternate;
    left: -30px;
    top: -70px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

section.h-about {
    position: relative;
    z-index: 0;
}

section.h-about:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../../assets/img/bg1.png);
    background-size: cover;
    background-position: center bottom;
    opacity: 0.5;
    bottom: 0;
}

.h-clients {
    background: url(../../assets/img/banner1.jpg);
    position: relative;
    z-index: 0;
    background-position: center bottom;
}

.h-clients:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0d1525;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.client-img-wrap {
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 0 10px inset #000;
}
.client-img-wrap img{
    /* height:130px ; */
    height:100%;
    max-height:90px;
    min-height:90px;
    object-fit: contain;
}

.hcl-box {
    margin-inline: 14px;
    background: #Fff;
    text-align: e;
}

.hcl-slider .slick-list {
    margin: 0 -30px;
}

.h-clients:after {
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 275px 25px 0;
    border-color: transparent transparent #03AAC6 transparent;
    content: "";
}

.service-style1 {
    margin-bottom: 50px;
}

.service-style1 .thumb {
    position: relative;
}

.service-style1 .thumb img {
    border-radius: 5px;
    width: 100%;
}

.service-style1 .thumb .visible_title_area {
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    background: #fff;
    bottom: -30px;
    padding: 15px 24px;
    border-radius: 8px;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0 20px 0px #1116291c;
}

.service-style1 .thumb .visible_title_area .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #eee;
    padding-right: 16px;
    margin-right: 16px;
}

.service-style1 .thumb .visible_title_area .title {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.service-style1 .thumb .visible_title_area .title a {
    color: #232323;
}

.service-style1 .thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    padding: 37px;
    z-index: 1;
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.service-style1 .thumb .overlay::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #0d1525;
    z-index: -1;
    opacity: 0.9;
    border-radius: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.service-style1 .thumb .overlay .content .title {
    margin-bottom: 15px;
}

.service-style1 .thumb .overlay .content .title a {
    color: #fff;
}

.service-style1 .thumb .overlay .description {
    margin: 0;
    color: #fbf6f6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hsrc-box:hover .visible_title_area {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}

.hsrc-box:hover .thumb .overlay {
    top: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.service-style1 .thumb .visible_title_area .icon img {
    max-width: 52px;
    min-width: 52px;
}

.content img {
    max-width: 70px;
    margin-bottom: 18px;
    margin-inline: auto;
}

img.services-img {
    min-height: 360px;
    max-height: 360px;
    object-fit: cover;
}

.hsrc-box {
    margin: 0 12px;
}

.hsrc-slider .slick-list {
    margin: 0 -12px;
}

.main-con ul li {
    position: relative;
    margin: 0 0 12px;
    line-height: 1.8em;
    color: #111;
    font-weight: 400;
    padding-left: 36px;
}

.main-con ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-con ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/point2.png);
    left: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    top: 3px;
    filter: brightness(0) invert(1);
}

section.h-products {
    position: relative;
    z-index: 0;
    background: url(../../assets/img/pro-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 140px;
}

section.h-products:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #03aac6, #00a1c7, #0097c7, #008dc5, #0083c2, #177cba, #2276b3, #296fab, #336a9f, #3a6693, #3f6187, #435d7b);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.96;
}

section.h-products:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    background: #000000;
    left: -40px;
    top: 0;
    opacity: 0.1;
    transform: skew(20deg, 0);
}

.mtf h5:after {
    background: #fff;
}

.mtf h5:before {
    background: #fff;
}

.hpr-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/product.jpeg);
    top: 50%;
    max-width: 47%;
    right: 0;
    max-height: calc(100% - 200px);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    background-position: center;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%, 0 85%);
}

/* .hprr-ic {
    height: 100%;
}
.hprr-ic img{
    height: 100%;
    object-fit: contain;
} */
.hprr-ic img {
    display: none;
}

.hpr-main {
    position: relative;
}

.hctr-form .form-control {
    border: 1px solid #e8e9ef;
    background: #f1f3f8;
    font-size: 16px;
    line-height: 24px;
    color: #0d1525;
    height: auto;
    padding: 15px 20px;
    resize: none;
    min-width: 100%;
    border-radius: 0px;
}

.form-row {
    display: flex;
    column-gap: 24px;
}

.form-group {
    margin-bottom: 24px;
    width: 100%;
}

.hctr-ic {
    padding: 100px 70px 100px 50px;
    background: url(../../assets/img/map.png);
}

.hctl-ic img {
    max-height: 660px;
    object-fit: cover;
    border-radius: 40px 0 0 40px;
}

.hct-ic {
    box-shadow: 6px 6px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    background-color: #fff;
}

section.h-contact {
    margin-top: -140px;
    position: relative;
}

.testimonial-item {
    background: #fff;
    text-align: center;
    position: relative;
    margin: 52px 0 30px;
    padding: 0 30px 45px;
}
.testimonial-item .author-image {
    z-index: 1;
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.testimonial-item .author-image:before {
    position: absolute;
    width: 109%;
    height: 50%;
    content: "";
    left: -2px;
    bottom: -4px;
    z-index: -1;
    background: #03AAC6;
    transition: 500ms;
}
.testimonial-item .author-image img {
    min-height: 100px;
    max-height: 100px;
    object-fit: contain;
    width: 100%;
    max-width: 110px;
    margin: 2px 2px 0;
    border: 5px solid white;
}
.testimonial-item .author-image:after {
    position: absolute;
    content: "\f152";
    color: #03AAC6;
    left: 0;
    bottom: -89px;
    font-size: 10rem;
    opacity: 0.07;
    font-family: "webexbaseicon";
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.testimonial-item p {
    font-style: italic;
}

.testimonial-item:after {
    content: "";
    width: 30%;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0.3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #03AAC6;
}

.testimonial-item:hover .author-image:before {
    height: 109%;
}

.testimonial-item:hover:after {
    opacity: 1;
    width: 100%;
}

h5.client-name {
    font-weight: 800;
    margin-bottom: 2px;
}

span.client-designation {
    font-weight: 500;
    font-size: 15px;
}

.hts-box {
    margin: 0 14px;
}

.hts-slider .slick-list {
    margin: 0 -14px;
}

.ftc-box {
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ftc-tt h5 {
    padding: 0px 0 0px 70px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: #03AAC6;
    display: inline-block;
}

.ftc-tt h5:before {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #03AAC6;
}

.ftc-tt h5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 35px;
    background: #03AAC6;
    left: 0px;
    bottom: 12px;
}

.ftc-bl span {
    background: #03a9c61f;
    color: #03AAC6;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
}

.ftc-br h5 {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.ftc-br p a {
    color: #fff;
}

.ftc-br p {
    margin: 0;
    color: #fff;
}

.ftc-br p a:hover {
    color: #03AAC6;
}

.ftc-ul ul li {
    position: relative;
    margin: 0 0 10px;
    line-height: 1.8em;
    color: #111;
    padding-left: 28px;
    width: 100%;
    max-width: 50%;
}

.ftc-ul ul li a {
    color: #fff;
    font-weight: 500;
}

.ftc-ul ul li a:hover {
    color: #03AAC6;
}

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.ftc-ul ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/point2.png);
    left: 0;
    background-repeat: no-repeat;
    top: 4px;
    background-size: 18px;
    max-width: 20px;
}

.ftc-logo {
    max-width: 200px;
    margin-bottom: 20px;
}
.ftc-con p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}
.ftc-con p a{
    color: #fff;
    transition: 0.3s ease;
}
.ftc-con p a:hover{
    color: #03AAC6;
    transition: color 0.3s ease;
}
.ftc-ic {
    margin-right: 40px;
}

.ftc-social span {
    font-size: 18px;
    font-weight: 500;
    color: #03AAC6;
}

.ftc-social a {
    background: #03a9c61f;
    color: #03AAC6;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 100%;
    font-size: 18px;
}

.ftc-social {
    display: flex;
    column-gap: 14px;
    align-items: center;
}

footer {
    background: #000000;
    padding-top: 100px;
    position: relative;
    z-index: 0;
}

.ft-btm {
    display: flex;
    justify-content: space-between;
    background: #03AAC6;
    padding: 30px 50px 20px;
    margin-top: 50px;
}

.ft-btm p {
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.ft-btm p a {
    color: #000;
}

.process-single {
    position: relative;
}

.process-single::before {
    content: url(../../assets/img/arrow-wwd.png);
    position: absolute;
    right: -72px;
    top: 34px;
}

.process-single .icon {
    height: 140px;
    width: 140px;
    display: flex;
    position: relative;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 14%);
    border-radius: 50%;
    margin-bottom: 15px;
    color: #03AAC6;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.process-single .icon::before {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 3px solid #03AAC6;
}

.process-single span {
    position: absolute;
    height: 40px;
    width: 40px;
    font-size: 14px;
    background: #03AAC6;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    left: -3px;
    top: -5px;
    font-weight: 600;
}

.process-single h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
}

.hwd-box:last-child .process-single::before {
    display: none;
}

.process-single .icon img {
    max-width: 70px;
}

.project-block-three .inner-box .image-box {
    position: relative;
}

.overlay-anim {
    position: relative;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim {
    position: relative;
}

.project-block-three .inner-box .image-box .content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 360px;
    padding: 22px 26px 25px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.project-block-three .inner-box .image-box .content-box span {
    font-size: 14px;
    color: #03AAC6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
    letter-spacing: 0.3px;
}

.project-block-three .inner-box .image-box .content-box .title {
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}

.title a {
    color: inherit;
}

.project-block-three .inner-box .image-box .content-box .arrow-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -21px;
    width: 41px;
    height: 41px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #03AAC6;
    border: 4px solid #ffffff;
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.project-block-three .inner-box:hover .image-box .content-box {
    opacity: 1;
    visibility: visible;
    left: 20px;
    bottom: 20px;
}

.hpo-box {
    margin: 0 14px;
}

.hpo-slider .slick-list {
    margin: 0 -14px;
}

section.h-portfolio {
    background-image: url(../../assets/img/bg2.png);
    background-size: cover;
    background-position: center right;
    background-color: #f1f3f8;
}

.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 10px #00000020;
}

.sticky img.header-logo {
    max-width: 130px;
}
.sticky a.nav-link {
    padding: 24px 0 !important;
}
ul.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px #00000020;
    padding: 0;
}
a.dropdown-item {
    padding: 10px 20px;
    border-bottom: 1px solid #03aac62e;
    font-weight: 500;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0.25px;
}
@media(min-width:1200px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #03AAC6 !important;
}
.ft-bg img {
    position: absolute;
    bottom: 30px;
    width: 520px;
    left: -135px;
    opacity: 0.12;
    z-index: -1;
    animation: 3s ease 0s infinite normal none running float-obj-y;
}
@keyframes float-obj-y {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}
.mb-dwn{
    position: relative;
    z-index: 66;
}
.rg-30{
    row-gap: 30px;
}
.main-header {
    position: relative;
    z-index: 1;
}
section.h-testimonials {
    background-image: url(../../assets/img/bg2.png);
    background-size: cover;
    background-position: center right;
    background-color: #f0fafb;
}
section.i-banner img {
    max-height: 300px;
    object-fit: cover;
}
section.i-banner {
    position: relative;
    z-index: 0;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000c2;
}
.ibc-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #Fff;
}
.ibc-con p {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 0;
}
.ibc-con i {
    margin-inline: 10px;
}
.ibc-con a {
    color: #fff;
}

.ibc-con h4 {
    font-size: 48px;
    font-weight: 800;
    padding-bottom: 24px;
    margin-bottom: 16px;
    position: relative;
    z-index: 0;
}
.ibc-con h4:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 80px;
    background: #03AAC6;
    height: 6px;
    border-radius: 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px;
}
.ibc-con h4:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 20px;
    background: #03AAC6;
    height: 6px;
    border-radius: 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 40px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
    color: #03AAC6 !important;
}
.mvm-box {
    border-radius: 20px;
    padding: 30px 30px;
    text-align: center;
    margin: 0 30px 30px;
    position: relative;
    /* z-index: 0; */
}
.mvm-ico img {
    max-width: 100px;
    min-width: 100px;
    margin-bottom: 14px;
}
.mvm-con h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.mvm-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    left: 50%;
    bottom: -30px;
    min-width: calc(100% + 60px);
    transform: translateX(-50%);
    max-height: 55%;
    border-radius: 0 0 20px 20px;
}
.mvm-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    left: 50%;
    bottom: -110px;
    transform: translateX(-50%);
    max-height: 80px;
    max-width: 80px;
    border-right: 40px solid  transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-radius: 0px;
}
.mvm1:before {
    background: #03AAC6;
}
.mvm2:before {
    background: #435d7b;
}
.mvm1:after {
    border-top: 40px solid #03AAC6;
}
.mvm2:after {
    border-top: 40px solid #435d7b;
}
.mvm1 {
    background: #f0fafb;
}
.mvm2 {
    background: #e8eef5;
}
.mwu {
    /* background-image: url(../../assets/img/bg2.png); */
    background-size: cover;
    background-position: center right;
    background-color: #f0fafb;
}
.msr-ic {
    box-shadow: rgba(3, 170, 198, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    border-left: 4px solid #0096c7;
    border-radius: 20px;
}
.msrr-ic img{
    border-radius: 10px;
}
.msr2{
     background-image: url(../../assets/img/bg2.png);
     background-size: cover;
     background-position: center right;
background-color: #f0fafb;
}
.mc2 ul li:before{
    filter: unset;
}
.main-con h6 {
    font-size: 20px;
    font-weight: 800;
    /* margin-bottom: 20px; */
    margin-bottom: 12px;
    position: relative;
    z-index: 0;
    padding-left: 20px;
    line-height: 32px;
    color: #03AAC6;
}
.main-con h6:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #03AAC6;
    max-width: 6px;
    left: 0;
    border-radius: 4px;
}
.mprdl-ic {
    height: 100%;
}
.mprdl-ic img{
    height: 100%;
    object-fit: cover;
}
.mplx-row {
    display: flex;
    column-gap: 20px;
}

.mplx-ico img {
    max-width: 68px;
    min-width: 68px;
}
.mplx-box {
    text-align: center;
        width: 100%;
        position: relative;
}
.mplx-con p {
    margin: 0;
    font-weight: 800;
    line-height: 24px;
}
.mplx-ico span {
    background: #f0fafb;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-inline: auto;
    margin-bottom: 16px;
    box-shadow: 0 0 10px #00000040;
}
.mplx-ico {
    position: relative;
    z-index: 0;
}
.mplx-ico::before {
    content: "";
    position: absolute;
    right: -30px;
    top: 25px;
    width: 100%;
    background: url(../../assets/img/arrow.png);
    height: 100%;
    background-size: contain;
    max-width: 40px;
    max-height: 40px;
}
.mplx-box:last-child .mplx-ico::before {
        display: none;
}
.mcl-ic {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}
.mcl-box {
    position: relative;
    overflow:hidden;
    width: 100%;
    max-width: 18%;
    box-shadow: 0 0 10px #00000020;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 14px;
}
.mcl-box img{
    min-height: 80px;
    max-height: 80px;
    width: auto;
    object-fit: contain;
}
.hcrr-ic {
    background: #f0fafb;
    padding: 40px 30px;
}
.hcr-form .form-control, .hcr-form .form-select {
    border: 1px solid #03aac642;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
    color: #0d1525;
    height: auto;
    padding: 15px 20px;
    resize: none;
    min-width: 100%;
    border-radius: 0px;
}
.pt-200 {
    padding-top: 200px !important;
}
.m-contact {
    position: relative;
    background: url(../../assets/img/earth.png);
    background-repeat: no-repeat;
    background-size: 660px;
    background-position: center left;
    z-index: 0;
    background-color: #f0fafb;
}
.m-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 55%;
    background: #fff;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-height: calc(100% - 100px);
    border-radius: 70px 0 0 0;
}

.hcnl-ic {
    background: #03AAC6;
    padding: 50px 50px;
}
.pt-200 {
    padding-top: 200px !important;
}
.hcnr-ic .ftc-br h5 {
    margin-bottom: 6px;
    font-size: 20px;
    color: #1a1818;
}
.hcnr-ic .ftc-br p, .hcnr-ic .ftc-br a {
    color: #1a1818;
}
.hcnr-ic .ftc-bl span {
    width: 52px;
    height: 52px;
    font-size: 20px;
}
.hcnr-ic .ftc-box {
    column-gap: 20px;
    margin-bottom: 30px;
}
.hcnl-form .form-control {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #0d1525;
    height: auto;
    padding: 15px 20px;
    resize: none;
    min-width: 100%;
    border-radius: 0px;
}
.mots-ic {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
}
.otb-img img {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}
.mots-box {
    width: 100%;
    max-width: 32%;
    /* background: #efefef; */
    position: relative;
    padding: 16px 16px;
    border-radius: 10px;
    text-align: center;
}
.otb-con h4 {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 22px;
    margin-top: 16px;
}
.otb-con span {
    text-transform: capitalize;
    font-weight: 500;
    color: #03AAC6;
}
.mots-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #efefef;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    max-height: 50%;
}
.rg-80{
    row-gap: 80px;
}
.zmv-box {
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.zmvb-img {
    max-width: 250px;
    min-height: 250px;
    max-height: 250px;
    min-width: 250px;
}
.zmvb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 250px;
    max-height: 250px;
}
.zmv-ic {
    position: relative;
    z-index: 0;
    /* background: #f0fafb; */
}
.zmv1 {
    margin-left: -200px;
    padding: 30px 0px 30px;
}
.zmv2 {
    margin-right: -200px;
    padding: 30px 0px 30px;
}
.zmv1 .zmvb-img {
    margin-left: -125px;
}
.zmv2 .zmvb-img {
    margin-right: -125px;
}
.zmv-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #03aac6, #00a1c7, #0097c7, #008dc5, #0083c2, #177cba, #2276b3, #296fab, #336a9f, #3a6693, #3f6187, #435d7b);
    top: 0;
    z-index: -1;
    min-width: calc(100% + 312px);
    opacity: 0.1;
}
.zmv1:before {
    right: -312px;
}
.zmv2:before {
    left: -312px;
}
section.m-vms {
    overflow: hidden;
}
.zmvb-con p {
    margin-bottom: 0;
}
.sm-innsub-head{
    color: #0F75BC;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 30px;
}
.sm-innsub-head span{
    font-weight: 700;
}
.ser-wid {
    box-shadow: rgb(3 170 198 / 43%) -5px 5px, rgb(66 191 212 / 30%) -10px 10px, rgb(3 170 198 / 21%) -15px 15px, rgb(3 170 198 / 14%) -20px 20px, rgb(66 191 212 / 8%) -25px 25px;
}
.serinnben{
    padding-left: 20px;
    padding-top: 10px;
}
.serinnben h5{
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 5px;
}
.serinnben h5 i{
     color:#03AAC6;
}
.bw-wid-wrapper img {
    border-radius: 10px;
    height: 350px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.serinn-card {
    border: none !important;
    box-shadow: rgb(3 170 198 / 30%) 0px 1px 4px;
    margin-bottom: 25px;
}
h6.ibq-64 {
    font-weight: 600;
    margin-bottom: 27px;
}
.ser-avatar-wrap{
    height: 75px;
    width: 75px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 50%;
    transition: 0.3s ease-in-out all;
}
.ser-avatar img{
    height: 40px;
}
.sercard-title {
    color: #0F75BC;
    font-weight: 800;
    font-size: 20px;
    padding-top: 20px;
}
.serinn-card p{
    padding-top: 5px;
}
.serinn-card:hover .ser-avatar-wrap{
    background-image: linear-gradient( 105.9deg,  #03AAC6 24.4%, #0F75BC 80.5% );
    transition: 0.3s ease all;
}
.serinn-card:hover .ser-avatar-wrap img{
    filter: invert(1) brightness(10);
    transition: 0.3s ease all;
}
.ourdespro-h6{
    color: #435D7B;
    text-align: justify;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size:13px;
}

/* Portfolio */
.port-tab-wrapper{
    background-color: #435d7b;
    padding: 10px;
    border-radius: 32px;
}
.al-p{
    padding-left: 20px;
}
.port-tab-wrapper .nav-item .nav-link{
   border-radius: 32px;
   padding: 12px 8px;
   font-weight: 500;
   background-color: transparent;
   color: #FFF;
}
.port-tab-wrapper .nav-item .nav-link:hover{
    color: #FFF !important;
}
.port-tab-wrapper .nav-item .nav-link.active{
    background-color: #03AAC6 !important;
    color:#FFF !important;
}
.porttabc-card{
    overflow: hidden;
    background: linear-gradient(135deg, #03AAC6 0%, #0F75BC 50%, #435D7B 100%);
    padding: 20px;
    border-radius: 0 !important;
    border: none !important;
    box-shadow:none !important;
}
.project-col{
    position: relative;
    display: flex;
    align-items: center;
}
.project-col::after{
    content: "";
    position: absolute;
    background-image: url(../img/portfolio/vector.png);
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 35%;
    right: 0;
    opacity: 0.7;
}
.project-col h3{
    color: #FFF;
    font-size: 33px;
    font-weight: 800;
    padding-top: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.project-col p{
    color: #FFF;
    font-size: 17px;
    padding-top: 15px;
}
.proj-img-wrap img{
    border-radius: 12px;
    max-height: 400px;
}
.portfolio-wrap-col{
    margin-bottom: 25px;
}
/* Portfolio Details */
.sub-lg-heading{
    font-size: 32px;
    font-weight: 800;
    color:#000;
    line-height: 30px;
    margin-bottom: 30px;
}
.pofl-wid-wrapper, .image-hover{
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
}
.pofl-wid-wrapper{
    max-height:500px;
}
.pofl-wid-wrapper img{
    object-fit: cover;
}
.pofl-wid-wrapper:after, .image-hover::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.pofl-wid-wrapper img, .image-hover img{
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.pofl-wid-wrapper:hover::after, .image-hover:hover::after{
    height: 250%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: transparent;
}
.PoRtFoLft{
    padding-left: 20px;
    padding-bottom: 5px;
}
.PoRtFoLft h5 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding-bottom: 8px;
}
.PoRtFoLft h5 i{
    color:#03AAC6;
    padding-right: 6px;
}
.PoRtFoLft-ul {
    padding-left: 23px !important;
}
.PoRtFoLft-ul li{
    padding-left: 30px !important;
}
.PoRtFoLft-ul li::before {
    content: "\f560" !important;
    background-image: none !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #03AAC6; 
    filter: unset !important;
}
  .slgan-head {
    color: #435D7B;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}
.innpd-shead{
    color:#FFF;
    color:#000;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 5px;
}
.ibeween-img{
    margin: 30px 0;
}

/* Careers Job Openings */
.career-section{
  background-color: #435d7b12;
}
.jobinit-lg-head{
    color:#03AAC6;
    font-size: 34px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    width: fit-content;
}
.jobinit-lg-head::after{
    content: '';
    position: absolute;
    left: 30%;
    height: 3px;
    width: 50%;
    background-color: #03AAC6;
    border-radius: 30px;
    bottom: 5px;
}
.jobinit-lg-head span{
    color:#0F75BC !important;
}
.jobpt-accordion-wrapper{
    margin-top: 30px;
}
.career-section .accordion-button:hover, .career-section .accordion-button:focus{
   box-shadow: none !important;
}
.career-section .accordion-button {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #0F75BC !important;
    border: 1px solid #03a9c68a !important;
    border-radius: 0 !important;
}
.career-section .accordion-item {
    border: 1px solid #03a9c6 !important;
    border-radius: 0 !important;
  margin-bottom: 20px !important;
}
.ind-ra-icon{
    width: 30px;
    height: auto;
}
.career-section h6.no-pseudo{
    padding-left: 0 !important;
}
h6.no-pseudo::before, h6.no-pseudo::after{
    display: none !important;
}
.ico-smjb {
    width: 30px !important;
    height: auto;
    margin-right: 13px;
}
.career-section .accordion-header{
    border: none !important;
}
.career-section .accordion-body {
  padding: 30px !important;
}
.career-section .accordion-button:not(.collapsed){
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #03AAC6 !important;
    background-color: #03aac60d !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: none !important;
}
.career-section .accordion-button::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2303AAC6' stroke='%2303AAC6' stroke-width='1.5'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.career-section .innercar-subhead {
    font-size: 35px;
    margin-top: 17px;
    margin-bottom: 25px !important;
}
@media screen and (max-width:500px){
  .career-section .accordion-button::after{
    width: 15px !important;
    height: 15px !important;
    background-size: auto !important;
  }
  .career-section .accordion-button {
    font-size: 17px !important;
  }
  .career-section .accordion-button:not(.collapsed){
    font-size: 17px !important;
  }
  .career-section .innercar-subhead {
    font-size: 26px !important;
  }
}
.apnowwid-wrap img{
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow:
  rgba(3, 170, 198, 0.4) 0px 5px,
  rgba(15, 117, 188, 0.3) 0px 10px,
  rgba(67, 93, 123, 0.2) 0px 15px,
  rgba(67, 93, 123, 0.1) 0px 20px,
  rgba(67, 93, 123, 0.05) 0px 25px;
}
.wht-ic a {
    display: block;
    max-width: 80px;
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.wht-btn a {
    position: fixed;
    z-index: 666;
    right: -58px;
    top: 270px;
    transform: rotate(90deg);
}
.btn-en {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;
    border-radius: 0;
    letter-spacing: 0.4px;
    background: linear-gradient(to bottom, #03AAC6, #0F75BC, #435D7B);
    border: 2px solid #FFF;
}
.btn-en i {
    margin-left: 6px;
}
/* Get Enquiry Form */
.get-enquiry-form{
    position: fixed;
    width: 300px;
    padding: 15px;
    background-color: #fff;
    right: -300px;
    bottom: 0;
    z-index: 99999;
    transition: all ease-in-out 0.7s;
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    /* border: 1px solid #03AAC6; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.get-enquiry-form.active {
    right: 0;
}
.enq-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}
.enq-form-header .form-title {
    color: #435D7B;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
}
.btnen-close {
    height: 30px;
    width: 30px;
    background: linear-gradient(to bottom right, #03AAC6, #0F75BC, #435D7B);
    display: flex;
    justify-content: center;
    border: 2px solid #FFF;
    align-items: center;
    cursor: pointer;
}
.btnen-close i{
    color: #FFF;
    font-size: 15px;
}
.enq-form-wrapper .form-control.ff{
    height: 40px !important;
}
.enq-form-wrapper .form-control {
    font-size: 15px !important;
    border-radius: 0;
    border: 1px solid #96adb1;
    transition: 0.3s ease;
}
.enq-form-wrapper .form-control:focus{
    box-shadow: none !important;
    border-color: #03AAC6;
    transition: border-color 0.3s ease;
}
.enq-form-wrapper .form-control::placeholder{
    font-size: 14px !important;
}
.enq-form-wrapper .form-group{
    margin-bottom: 25px;
}
/* Modal */
/* .modal-backdrop {
  background-color: transparent !important;
} */
/* body .modal-backdrop.show {
  background-color: transparent !important;
} */
.welpp-container{
    /* padding: 30px 0; */
    padding-left: 15px;
    text-align: left;
}
.welpp-container h1 {
    color: #000;
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 0;
}
.welpp-container h1 img {
    width: 50px;
    position: relative;
    top: -7px;
    height: auto;
}
.welpp-container h5 {
    color: #0F75BC;
    font-size: 28px;
    padding: 10px 0;
    margin-bottom: 0;
}
.welpp-container h6 {
    color: #435D7B;
    font-size: 18px;
    padding-top: 18px;
    font-weight: 600;
}
.welpp-container p{
    margin: 5px 0;
}
.wpp-foot-action {
    margin-top: 20px;
}
.wpp-btn{
    border-radius: 45px !important;
    border-width: 2px !important;
    padding: 4px 30px !important;
}
.wpp-modal .modal-header{
    border: none !important;
}
.modal-backdrop.show {
  background-color: #000000ad !important;
  opacity: 1 !important;
}
.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red' stroke='red' stroke-width='1.5'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
}
.btn-close:focus{
    box-shadow: none !important;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
.modal.zoom .modal-dialog {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.modal.zoom.showing .modal-dialog {
  animation-name: zoomIn;
}
.modal.zoom.hiding .modal-dialog {
  animation-name: zoomOut;
}
.wpp-modal{
    position: relative;
    overflow: hidden;
}
.modpp-con-wrap {
    text-align: left;
  padding: 0 10px;
}

