* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Catamaran", sans-serif;
}

a {
    text-decoration: none !important;
}

img {
    width: 100%
}

.tbp {
    padding: 70px 0;
}

.tbm {
    margin: 70px 0;
}
.tbm-100{
    margin: 100px 0;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.mb-60{
    margin-bottom: 60px;
}
.tp-200{
    padding-top:200px;
}
.mt-100{
    margin-top: 100px !important;
}
.fff {
    color: #fff !important;
}

li.dropdown:hover .dropdown-menu {
    display: block;
}
@media(max-width:991px){
    .main-header .dropdown:hover .dropdown-menu {
        display: block !important;
    }
    
    .main-header .dropdown:focus .dropdown-menu {
        display: block !important;
    }
    
    .main-header .dropdown .dropdown-menu.show {
        display: none !important;
    }
}
/* animation code */
@keyframes float-bob-x {
    0% {
        transform: translateX(-30px) rotate(-34deg);
    }

    50% {
        transform: translateX(-10px) rotate(-34deg);
    }

    100% {
        transform: translateX(-30px) rotate(-34deg);
    }
}

.float-bob-x-2 {
    -webkit-animation-name: float-bob-x-2;
    animation-name: float-bob-x-2;
    -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;
}

@keyframes float-bob-x-2 {
    0% {
        transform: translateY(-30px) rotate(-45deg);
    }

    50% {
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        transform: translateY(-30px) rotate(-45deg);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-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;
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

img.kc-logo {
    max-width: 100px;
}

.main-header {
    background: #000000bd !important;
    position: relative;
    z-index: 9;
}

ul.navbar-nav {
    margin-inline: auto;
}

.btn-1 span {
    font-size: 14px;
    line-height: 20px;
    color: #f9f9f9;
    display: flex;
    align-items: center;
}

.btn-r p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0.4px;
}

.btn-1 {
    column-gap: 10px;
}

a.nav-link {
    color: #fff;
    font-weight: 600;
    padding: 30px 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

a.nav-link.active {
    color: #1394db !important;
    font-weight: 600;
}

li.nav-item {
    padding-left: 34px;
}

.main-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(151 151 151 / 30%);
    bottom: 0;
}

.cus-container {
    width: 100%;
    max-width: 95%;
    margin-inline: auto;
}

/* ul.navbar-nav:before {
    position: absolute;
    top: 50%;
    right: -75px;
    content: "";
    background-color: #e3e3e3;
    width: 1px;
    height: 65%;
    transform: translateY(-50%);
}
ul.navbar-nav:after {
    position: absolute;
    top: 50%;
    left: -75px;
    content: "";
    background-color: #e3e3e3;
    width: 1px;
    height: 65%;
    transform: translateY(-50%);
}
ul.navbar-nav {
    position: relative;
} */
li.nav-item:first-child {
    padding: 0;
}

a.navbar-brand:after {
    position: absolute;
    top: 50%;
    left: 150px;
    content: "";
    background-color: #ffffff52;
    width: 1px;
    height: 65%;
    transform: translateY(-50%);
}

.header-btn:before {
    position: absolute;
    top: 50%;
    right: 190px;
    content: "";
    background-color: #ffffff52;
    width: 1px;
    height: 65%;
    transform: translateY(-50%);
}

/* hero-slider css */
.hb-slide {
    position: relative;
    overflow: hidden;
}

/* .hb-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff7d;
    top: 0;
    left: 0;
    z-index: 1;
} */

.hbs-content {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    z-index: 2;
}

.hbs-content h3 {
    margin: 0;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 70px;
    line-height: 80px;
    text-shadow: 0 0 10px #000000ed;
    padding-left: 20px;
    background: linear-gradient(90deg, #0000007d, #28282863, #3e3d3d21, #ffffff00);
    border-left: 7px solid #0b65a4;
    padding-top: 10px;
}
/* .hbil-inner {
    height: 100%;
} */
.hbil-inner video{
    object-fit: cover;
    border-radius: 4px;
}
a.cus-btn1 {
    visibility: visible;
    opacity: 1;
    transition-delay: 2500ms;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: none !important;
    background-color: #0b65a4;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 25px 15px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

a.cus-btn1::before {
    position: absolute;
    content: '';
    background-color: #333;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: -1;
    transition: all 500ms ease;
}

a.cus-btn1::after {
    position: absolute;
    content: '';
    background-color: #333;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: -1;
    transition: all 500ms ease;
}

a.cus-btn1:hover::before,
a.cus-btn1:hover::after {
    width: 50%;
}

section.hero-banenr {
    margin-top: -99px;
    z-index: 2;
    position: relative;
}

.main-slider-shape-1 {
    position: absolute;
    top: -290px;
    right: 430px;
    height: 770px;
    width: 360px;
    background-color: #000000d4;
    mix-blend-mode: soft-light;
    border-radius: 170px;
    transform: translateY(-100%) rotate(-40deg);
    opacity: 0;
    z-index: 2;
}

.main-slider-shape-2 {
    position: absolute;
    bottom: -172px;
    right: -59px;
    height: 560px;
    width: 260px;
    background-color: #4695cc;
    mix-blend-mode: color;
    border-radius: 125px;
    transform: translateY(100%) rotate(-36deg);
    opacity: 0;
    z-index: 2;
}

.main-slider-shape-3 {
    position: absolute;
    bottom: -175px;
    right: 229px;
    height: 350px;
    width: 165px;
    background-color: #ffffff;
    mix-blend-mode: overlay;
    border-radius: 125px;
    transform: translateY(100%) rotate(-40deg);
    opacity: 0;
    z-index: 2;
}

.hbs-bg img {
    min-height: 740px;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

.slick-active .main-slider-shape-1 {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(-40deg);
    transition: all 1000ms ease;
}

.slick-active .main-slider-shape-2 {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(-36deg);
    transition: all 1000ms ease;
    transition-delay: 1100ms;
}

.slick-active .main-slider-shape-3 {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(-40deg);
    transition: all 1000ms ease;
    transition-delay: 1300ms;
}

.slick-active .hbs-content h3 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.slick-active a.cus-btn1 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

button.slick-prev {
    font-size: 0;
    width: 60px;
    height: 40px;
    border: none;
    background-color: #7c7c7c73;
    background-image: url(../../assets/img/icon/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    right: 30px;
}

button.slick-next {
    font-size: 0;
    width: 60px;
    height: 40px;
    border: none;
    background-color: #7c7c7c73;
    background-image: url(../../assets/img/icon/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

button.slick-prev:hover, button.slick-next:hover {
    background-color: #77c7ff;
    transition: 0.7s;
}

.slick-active .hbs-bg img {
    transform: scale(1.15);
}

/* hero-slider-css-end */
.main-title h5 {
    position: relative;
    display: inline-block;
    color: #0B65A4;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    background-color: #fcf5f3;
    padding: 4px 20px 3px;
    border-radius: 15px;
}

.main-title h5 {
    position: relative;
    display: inline-block;
    color: #105382;
    font-size: 12px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    background-color: #1053823b;
    padding: 4px 20px 3px;
    border-radius: 15px;
}

.sub-title h3 {
    margin: 0 0 15px 0;
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    color: #191825;
}

.w-con p {
    color: #111;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 12px;
}

.n-btn a.cus-btn1 {
    opacity: 1 !important;
    transform: unset;
    visibility: visible;
    padding: 14px 34px 12px;
}

.w-con {
    margin-bottom: 20px;
}

.hbil-img-box {
    position: relative;
    display: block;
}

.hbil-shape-img {
    position: absolute;
    bottom: -56px;
    left: -170px;
    opacity: 0.20;
}

.hbil-shape-img img {
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.hbil-main-img {
    position: relative;
    display: block;
}

.hbil-main-img img {
    border-radius: 3px;
    max-width: 430px;
}

.hbil-main-img2 {
    position: absolute;
    bottom: -100px;
    right: 0;
}

.hbil-main-img2:before {
    position: absolute;
    bottom: 0;
    left: -27px;
    width: 7px;
    height: 83px;
    background-color: #0b65a4;
    content: "";
    border-radius: 8px;
}

.hbir-inner {
    position: relative;
    display: block;
   margin-left: 30px;
}

section.h-pro {
    position: relative;
}

section.h-pro:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 512px;
    background-color: #02001e;
    content: "";
    z-index: -1;
    background-image: url(../../assets/img/shape/shape3.png);
}

.hrpo-title .main-title h5 {
    background-color: #fff;
}

.case-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.case-one__img {
    position: relative;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}

.case-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(25, 24, 37, .30);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 3px;
    z-index: 1;
}

.case-one__img img {
    width: 100%;
    border-radius: 3px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    max-height: 350px;
    object-fit: cover;
}

.case-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 24px 24px 24px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 40px;
    margin-top: -40px;
    z-index: 3;
}

.case-one__content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #0B65A4;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.case-one__tagline {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #444444;
    line-height: 34px;
    font-weight: 400;
}

.case-one__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.case-one__title a {
    color: #191825;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.case-one__arrow {
    position: absolute;
    bottom: 25px;
    right: 65px;
    z-index: 4;
}

.case-one__arrow a {
    position: relative;
    height: 32px;
    width: 45px;
    background-color: #fcf5f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #191825;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.case-one__arrow a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #191825;
    border-radius: 15px;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.case-one__single:hover .case-one__img:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.case-one__single:hover .case-one__img img {
    transform: scale(1.1) rotate(2deg);
}

.case-one__single:hover .case-one__content:before {
    transform: scaleY(1.0);
}

.case-one__single:hover .case-one__tagline {
    color: #ffffff;
}

.case-one__single:hover .case-one__title a {
    color: #ffffff;
}

.case-one__single:hover .case-one__arrow a {
    color: #fff;
}

.case-one__single:hover:hover .case-one__arrow a:before {
    transform: scaleX(1.0);
}

.hpro-content {
    margin-top: 30px;
}

.hpro-slide {
    margin: 0 12px;
}

.hpro-slider .slick-list {
    margin: 0 -12px;
}

.benefits-one__points {
    position: relative;
    display: block;
    /* margin-top: 200px; */
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.benefits-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #dcdce0; */
    padding-bottom: 20px;
    padding-top: 20px;
    padding-inline: 30px;
    background: #e5e5e526;
    column-gap: 40px;
}
.hvms-inner .benefits-one__points li {
    padding: 0;
    column-gap: 40px;
}
.benefits-one__points li:nth-child(even) {
    background: aliceblue;
}

.benefits-one__points li .icon {
    position: relative;
    display: block;
    max-width: 95px;
    width: 100%;
    text-align: center;
}

.benefits-one__points li .icon span {
    font-size: 50px;
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.benefits-one__points li .icon p {
    font-size: 18px;
    color: #191825;
    font-weight: 700;
    margin: 0;
    padding-top: 2px;
}

/* .benefits-one__points li .text {
    margin-left: 80px;
} */
.benefits-one__points li .text p {
    margin: 0;
    color: #111;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.hcvr-inner {
    position: relative;
    padding-left: 50px;
}

ul.benefits-one__points li:hover .icon span {
    transform: rotateY(360deg);
}

.hcvl-img img {
    border-radius: 3px;
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    background: #02001e !important;
    box-shadow: 0 0 10px #00000020;
}

/* .hcvl-inner {
    position: sticky;
    top: 150px;
} */

.mbr-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #02001e;
    padding: 60px 100px 60px;
    border-radius: 3px;
}

.free-consultation__left {
    position: relative;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: center;
    text-align: left;
}

.free-consultation__right {
    position: relative;
    display: block;
    text-align: right;
}

.free-consultation__content {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    line-height: 40px;
    /* margin-bottom: 20px; */
    /* width: 100%; */
}

.free-consultation__content span {
    color: #0B65A4;
    font-weight: 700;
    text-transform: uppercase;
}

.free-consultation__icon {
    position: relative;
    height: 80px;
    width: 80px;
    background-color: #0B65A4;
    border-radius: 50%;
    font-size: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 150px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 0px;
}
.mbri-r video {
    margin: 0 0 -8px;
    border-radius: 0 3px 3px 0;
}

.free-consultation__icon:before {
    position: absolute;
    top: 50%;
    left: -77px;
    width: 57px;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, .20);
    transform: translateY(-50%);
}

.free-consultation__icon:after {
    position: absolute;
    top: 50%;
    right: -77px;
    width: 57px;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, .20);
    transform: translateY(-50%);
}

.free-consultation__contact-info {
    position: relative;
    display: block;
    line-height: 38px;
    margin-bottom: 0;
}

.free-consultation__contact-number {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.free-consultation__contact-email {
    font-size: 20px;
    color: #0B65A4;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

section.h-cerification {
    background: #02001e;
    position: relative;
    display: block;
    z-index: 1;
}

.hcer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.10;
    z-index: -1;
}

.hb-bullet-point ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.hb-bullet-point ul li {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 6px;
    line-height: 34px;
}

.bp-con p {
    margin: 0;
    color: #191825;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}

.bpi-inner {
    background: #0b65a4;
    color: #fff;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 10px;
}

.hcert-counter {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.hcert-counter ul {
    position: relative;
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.hcert-counter ul li:first-child {
    padding-bottom: 40px;
}

.hcert-counter ul li {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    /* float: left; */
    text-align: right;
}

.hcert-counter ul li:before {
    position: absolute;
    top: -16px;
    content: "";
    width: 240px;
    background-color: #ffffff60;
    height: 1px;
    right: 0;
}

.hcert-counter ul li:first-child:before {
    display: none;
}

.hcert-counter ul li h3 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 800;
    line-height: 55px !important;
}

.hcert-counter ul li p {
    font-size: 16px;
    color: #a5a3b5;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.hcertr-inner {
    position: relative;
    display: block;
    /* margin-left: 100px; */
    margin-top: -12px;
}

.hcert-video {
    background: url(../../assets/img/certifiacte-video.jpg);
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 130px;
    border-radius: 3px;
}

.hcert-video-icon {
    height: 52px;
    width: 52px;
    background-color: #0B65A4;
    border-radius: 50%;
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hcer-content ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    counter-reset: count;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.hcer-content ul li {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 50px 30px;
}

.hcc-one h3 {
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 16px;
    color: #212529;
}

.hcc-two img {
    max-width: 100px;
}

.hcc-three {
    position: absolute;
    right: 40px;
    bottom: 26px;
}

.hcc-two {
    height: 100%;
    min-height: 84px;
}

.hcer-content ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 1px;
    background-color: #dcdce0;
}

.hcer-content ul li:first-child {
    border-radius: 3px 0 0 3px;
}

.hcer-content ul li:first-child:before {
    display: none;
}

.hcer-content ul li:last-child {
    border-radius: 0 3px 3px 0;
}

.hcer-content {
    margin-top: 30px;
}

.hcc-three h3 {
    margin-bottom: 0;
    font-size: 33px;
    font-weight: 900;
    color: #dddbdb;
}

.hcer-content-2 p {
    color: #a5a3b5;
    font-weight: 500;
    margin: 0;
    line-height: 29px;
    text-align: center;
    font-size: 16px;
}

.hcer-content-2 {
    margin-top: 40px;
}

.hcer-content-2 p a {
    position: relative;
    display: inline-block;
    background-color: #0b65a4;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    padding: 0 20px 0;
    border-radius: 15px;
    margin-left: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hcer-content-2 p a:hover {
    background-color: #fff;
    color: #0b65a4;
    transition: 0.5s;
}

.process-single {
    position: relative;
}

.process-single::before {
    content: url(../../assets/img/icon/bp-arrow.png);
    position: absolute;
    right: -72px;
    top: 34px;
}

.process-single .icon {
    height: 140px;
    width: 140px;
    display: inline-block;
    position: relative;
    line-height: 135px;
    background: #c8d7e2;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 75px;
}

.process-single span {
    position: absolute;
    height: 40px;
    width: 40px;
    font-size: 18px;
    background: #02001e;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    left: -5px;
    top: -5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.feature-icon1 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    background: #fff;
    /* margin-bottom: 37px; */
    position: relative;
    transition: all 0.5s ease-in-out;
    left: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-single h4 {
    margin-bottom: 10px;
    font-family: monospace;
    font-size: 18px;
    font-weight: 600;
    color: #02001e;
}

.bg-p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}

.feature-icon1 img {
    max-width: 64px;
    width: 100%;
}

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

.hbp-content .row {
    row-gap: 30px;
}

.hbp-content .row .col-lg-3:last-child .process-single:before,
.hbp-content .row .col-lg-3:nth-child(4) .process-single:before {
    display: none;
}

.cta-one {
    position: relative;
    display: block;
    z-index: 3;
    overflow: hidden;
}

.cta-one__inner {
    position: relative;
    display: block;
    border-radius: 3px;
    z-index: 1;
}

.cta-one__inner:before {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0px;
    content: "";
    background-color: #0b65a4;
    border-radius: 3px;
    z-index: -1;
}

@media(min-width:768px) {
    .cta-one__inner:before {
        right: -100000000px;
    }
}

.cta-one__inner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0b65a4;
    overflow: hidden;
    padding: 54px 0;
    padding-left: 120px;
    border-radius: 3px;
}

.cta-one-shape-1 {
    position: absolute;
    top: -234px;
    left: 44px;
    width: 230px;
    height: 437px;
    background-color: #464646;
    mix-blend-mode: soft-light;
    border-radius: 218.5px;
    transform: rotate(-34deg);
}

.cta-one-shape-2 {
    position: absolute;
    bottom: -274px;
    left: 350px;
    width: 180px;
    height: 380px;
    background-color: #ffffff1f;
    border-radius: 190px;
    transform: rotate(-45deg);
}

.cta-one__title {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 50px;
}

.cta-one__btn {
    background-color: #ffffff !important;
    color: #191825 !important;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #ff613c;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 60px 16px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    border-radius: 3px;
    z-index: 1;
}

.thm-btn::before {
    position: absolute;
    content: '';
    background-color: #191825;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: -1;
    transition: all 500ms ease;
}

.thm-btn::after {
    position: absolute;
    content: '';
    background-color: #191825;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: -1;
    transition: all 500ms ease;
}

.thm-btn:hover::before,
.thm-btn:hover::after {
    width: 50%;
}

.thm-btn:hover {
    color: #0b65a4 !important;
    background-color: transparent;
}

.nav-link:focus,
.nav-link:hover {
    color: #1394db !important;
    font-weight: 600;
}

a.btn-1:hover .btn-r p {
    color: #1394db !important;

}

footer {
    position: relative;
    display: block;
    margin-top: -120px;
    z-index: 1;
}

.footer-top {
    position: relative;
    display: block;
    background-color: #191825;
    padding: 182px 0 30px;
    z-index: 1;
}

.ftc-abt p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.ftc-logo img {
    max-width: 100px;
}

.ftc-logo {
    margin-bottom: 20px;
}

.ftc-social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .10);
    padding-top: 30px;
    margin-top: 19px;
}

.ftc-social a {
    position: relative;
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #a5a3b5;
    font-size: 15px;
    background-color: #0a090f;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.ftc-social a+a {
    margin-left: 10px;
}

.ftc-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #0b65a4;
    border-radius: 50%;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
}

.ftc-social a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.ftc-social a:hover {
    color: #fff;
}

h3.ftc-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 14px;
}

ul.ftc-ul {
    position: relative;
    display: block;
    float: left;
    margin-top: -5px;
    list-style: none;
    padding: 0;
}

.ftc-ul-2 {
    position: relative;
    display: block;
    margin-left: 45px;
}

ul.ftc-ul li a {
    font-size: 16px;
    color: #a5a3b5;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 36px;
}

.ftc-input-box input {
    height: 75px;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 14px;
    color: #444444;
    font-weight: 500;
    border-radius: 3px;
}

.ftc-input-box {
    position: relative;
    display: block;
}

button.ftc-form-btn {
    position: absolute;
    top: 50%;
    right: 0;
    height: 75px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
    transition: all 500ms ease;
    padding: 0;
}

button.ftc-form-btn i {
    color: #0b65a4;
}

p.ftc-txt {
    font-size: 16px;
    color: #a5a3b5;
    margin: 0;
    line-height: 26px;
    padding-bottom: 21px;
}

p.ftc-txt2 {
    font-weight: 500;
    color: #a5a3b5;
    line-height: 30px;
    margin: 0;
    font-size: 18px;
}

h4.contact-info {
    position: relative;
    display: block;
    line-height: 35px;
    margin-top: 16px;
}

a.ftc-call {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a.ftc-call:hover {
    color: #4ab4ff;
}

a.ftc-email {
    font-size: 20px;
    color: #4ab4ff;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a.ftc-email:hover {
    color: #fff;
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
    }
}

ul.ftc-ul li a:hover {
    color: #4ab4ff;
}

.footer-bottom {
    position: relative;
    display: block;
    background-color: #0a090f;
    padding: 12px 0 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-bottom p {
    font-size: 16px;
    color: #a5a3b5;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

.footer-bottom p a {
    color: #4ab4ff;
}

.ftp-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.03;
    z-index: -1;
}

ul.dropdown-menu li a {
    padding: 6px 8px;
    border-bottom: 1px solid #00000040;
    font-size: 18px;
    letter-spacing: 0.3px;
}

ul.dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0 0 10px #00000020;
    border-radius: 3px;
}
.hmp-content {
    margin-top: 30px;
}
.hmp-icb {
    margin-inline: 10px;
    border-radius: 3px;
}
.hmp-icb img {
    border-radius: 3px;
}
.hmp-ic .slick-list {
    margin-inline: -10px;
}
section.h-machinepart {
    margin-bottom: -100px;
}
.mbri-l {
    width: 100%;
}
.mbri-r {
    width: 100%;
}
.hrpo-title p {
    color: #fff;
    line-height: 28px;
    font-size: 18px;
}
.pgt-cus {
    margin-right: 100px;
}
.case-one__title a br {
    display: none;
}
span.icon-cv img {
    max-width: 65px;
}
section.i-banner {
    position: relative;
    margin-top: -99px;
}
.ibci {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 50px;
}
.ibci h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
}
.ibci p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    /* margin-left: 8px; */
    letter-spacing: 0.5px;
}
.ibci p a{
    color: #fff;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000030;
}
.hbim-inner {
    padding: 20px;
    border: 6px solid #067dd0;
    box-shadow: 0px 0px 20px inset;
    border-radius: 4px;
}
.hbim-inner video {
    box-shadow: 0 0 10px;
    border-radius: 4px;
}
.habq-slide-inner {
    display: flex;
    align-items: center;
}
.habq-l {
    background: #067dd0;
    padding: 26px;
    border-radius: 20px 0px 0 20px;
    width: 20%;
    border-left: 10px solid #003d67;
    height: 100%;
}
.habq-r {
    width: 60%;
    padding: 10px;
}

.habq-m {
    background: #067dd0;
    padding: 26px;
    border-radius: 0px 20px 20px 0px;
    width: 20%;
    border-right: 10px solid #003d67;
    height: 100%;
}
.habq-slide-inner {
    box-shadow: 0 0 10px #00000020;
    border-radius: 20px;
}
.habq-r p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
}
.habq-m img {
    transform: rotate(180deg);
}
.habq-slide {
    margin: 5px 0px;
}
section.i-banner img {
    max-height: 350px;
    object-fit: cover;
    object-position: top;
}
.abv-content .benefits-one__points li .text p {
    text-align: justify;
    color: #fff;
}
.abv-content .benefits-one__points li {
    /* flex-wrap: wrap;
    justify-content: center; */
    background: transparent;
}
.abv-content .benefits-one__points li:nth-child(even) {
    background: transparent;
}
.abv-content ul {
    display: flex;
    border: 2px solid #ffffffad;
    background: #00000094;
    border-radius: 5px;
    padding: 40px;
    column-gap: 100px;
    position: relative;
    margin: 0;
    backdrop-filter: blur(1px);
    overflow: hidden;
    box-shadow: 0 0 40px inset #000000;
}
.abv-content {
    margin-top: 50px;
}
.abv-content .benefits-one__points li .icon p {
    font-size: 30px;
    margin: 10px 0 6px;
    padding-top: 0px;
    color: #0b65a4;
}
.wom-l {
    max-width: 50%;
    min-width: 50%;
    border-radius: 8px;
    /* box-shadow: 2px 2px 6px #0000007a; */
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 99%, 0 0);
}
.wom-r {
    /* background: #eff8ff; */
   
    /* border-radius: 0px 30px 30px 0px; */
    /* box-shadow: 2px 2px 6px #00000030; */
    width: 100%; 
    padding: 25px;
    /* border-right: 10px solid #0578c9; */
}
.wom-inner {
    background: #eff8ff;
    border-radius: 0px 30px 30px 0px;
    box-shadow: 2px 2px 6px #00000030;
    border-right: 10px solid #0578c9;
}
.womr-inner h4, .qusr-inner h4  {
    text-transform: capitalize;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 14px;
    position: relative;
}
.womr-inner h4:before, .qusr-inner h4:before  {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #067dd0;
    bottom: 0;
    left: 0;
}
.womr-inner h4:after, .qusr-inner h4:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    background: #00233b;
    bottom: 0;
    left: 0;
    margin-left: 65px;
}
/* .woml-inner img {
    width: 100%;
    border-radius: 8px;
   
} */
.womr-inner ul, .qusr-inner ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }
  
  .womr-inner li, .qusr-inner li {
    padding-left: var(--icon-space);
    margin: 6px 0;
    /* display: flex;
    align-items: center; */
}
.womr-inner li:before, .qusr-inner li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-left: calc( var(--icon-space) * -1 );
    display: inline-block;
    align-items: center;
    border-radius: 100%;
    color: #067dd0;
    font-size: 16px;
    margin-right: 8px;
}
.womr-inner li span, .qusr-inner li span {
    font-size: 18px;
    line-height: 28px;
    color: #111;
    /* font-family: sans-serif; */
    /* width: fit-content; */
    font-weight: 500;
}
.qusr-inner p{
    font-size: 18px;
    line-height: 28px;
    color: #111;
    font-weight: 500;
}
.woms2 .wom-l {
    max-width: 50%;
    min-width: 50%;
    border-radius: 8px;
    /* box-shadow: -2px 2px 6px #0000007a; */
    order: 2;
    clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0 50%, 15% 0%);
}
.woms2 .wom-r {
    /* background: #e3e6e9;
    border-radius: 30px 0px 0px 30px;
    box-shadow: -2px 2px 6px #00000030; */
    order: 1;
    /* z-index: 0;
    border-right: 0;
    border-left: 10px solid #00233b; */
}
.woms2 .wom-inner {
    background: #e3e6e9;
    border-radius: 30px 0px 0px 30px;
    box-shadow: -2px 2px 6px #00000030;
    border-right: 0;
    border-left: 10px solid #00233b;
}
.w-icon {
    max-width: 50px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    /* display: none; */
}

.hgt-ic {
    display: flex;
    column-gap: 40px;
}
.hgt-content {
    margin-top: 60px;
}
.hgt-box {
    width: 100%;
    background: #ffffff;
    /* position: relative; */
    border-radius: 0 0 20px 20px;
}
section.h-gate {
    /* background: #daeeff; */
    overflow: hidden;
}
.hgt-box-inner {
    position: relative;
    background: #fff;
    border-radius: 4px;
}
.hgtb-process {
    text-align: center;
}
.hgtb-process span {
    background: #02001e;
    display: inline-block;
    color: #fff;
    padding: 12px 10px 8px;
    font-size: 16px;
    position: relative;
    margin-top: -10px;
    font-family: monospace;
}

.hgtb-process span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0px;
    left: -10px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #02001e;
    border-bottom: 5px solid #02001e;
}
.hgtb-process span:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0px;
    right: -10px;
    border-top: 5px solid transparent;
    border-left: 5px solid #02001e;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #02001e;
}
.hgtb-title h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #067dd0;
    color: #fff;
    margin: 20px -14px;
    padding: 10px 0 7px;
    position: relative;
    /* border-radius: 0 10px 10px 0; */
    letter-spacing: 0.2px;
}
.hgtb-title h4:before {
    content: "";
    position: absolute;
    border-left: 16px solid #daeeff;
    left: 0;
    top: 50%;
    border-top: 16px solid #067dd0;
    border-right: 16px solid #067dd0;
    border-bottom: 16px solid #067dd0;
    transform: translateY(-50%);
}
.hgtb-sec-title h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #1c3446;
    color: #fff;
    margin: 6px 0px 15px;
    padding: 10px 16px 6px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 40px;
}
/* .hgtb-sec-title h4:after {
    content: "";
    position: absolute;
    border-right: 17px solid #fff;
    right: 0px;
    top: 50%;
    border-top: 17px solid #63727d;
    border-left: 17px solid #63727d;
    border-bottom: 17px solid #63727d;
    transform: translateY(-50%);
    z-index: 0;
} */
.hgtb-content ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 100%;
    max-height: 265px;
    min-height: 265px;
}
.hgtb-content ul li {
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    position: relative;
    line-height: 26px;
}
.hgtb-content ul li:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border: 1px dashed #80b2c2;
}
.hgtb-content ul li:last-child::before {
    display: none;
}

.hgtb-title h4:after {
    content: "";
    position: absolute;
    border-left: 16px solid #067dd0;
    right: -20px;
    top: 50%;
    border-top: 17px solid #daeeff;
    border-right: 17px solid #daeeff;
    border-bottom: 17px solid #daeeff;
    transform: translateY(-50%);
}
/* .hgtb-sec-title h4:before {
    content: "";
    position: absolute;
    border-right: 18px solid #63727d;
    left: -20px;
    top: 50%;
    border-top: 18px solid #fff;
    border-left: 18px solid #fff;
    border-bottom: 18px solid #fff;
    transform: translateY(-50%);
} */
.hgtb-sec-title {
    text-align: center;
}
section.special-process {
    background: url(../../assets/img/bg.jpg);
    padding: 100px 0 200px;
    margin-bottom: 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
}   
section.special-process:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000ab;
    top: 0;
    left: 0;
    z-index: -1;
}
.spc-ic {
    display: flex;
    column-gap: 30px;
}
/* .spc-content {
    margin: 50px 0 100px;
} */
.spc-content {
    margin: 50px 0 0px;
}
.spc-box {
    background: #fff;
    padding: 14px;
    border-radius: 6px;
    width: 100%;
}
.spcb-img img {
    border-radius: 5px;
}
.spcb-content {
    margin-top: 20px;
}
    /* .spcb-content .womr-inner h4 {
        text-align: center;
    }
    .spcb-content .womr-inner h4:before {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -20px;
    }
    .spcb-content .womr-inner h4:after {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 20px;
    } */
.qusr-inner h4 {
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 14px;
    position: relative;
}
.qusr-inner {
    padding-left: 40px;
}
.cmm-inspe {
    background: #daeeff;
    /* padding-bottom: 200px;
    margin-bottom: -100px; */
}
.wom-ulb ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.womr-inner p {
    font-size: 18px;
    line-height: 28px;
    color: #111;
    margin-bottom: 8px;
    font-weight: 500;
}
.tcs-ic {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}
.tcs-icb {
    width: 100%;
    max-width: 32%;
    padding: 10px;
    /* border: 4px solid #067dd0; */
    box-shadow: 1px 1px 6px #d1d1d1;
    border-radius: 4px;
    background-color: #fff;
}
.tcs-icb img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    border-radius: 4px;
}
.cd-box {
    margin: 30px 0px;
}
.cd-img {
    width: 34px;
    text-align: center;
    margin-right: 16px;
}
.cd-img i {
    font-size: 28px;
    color: #111;
}
.cd-content h5 {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px !important;
}
.cd-content p {
    font-size: 18px;
    color: #111;
    line-height: 30px;
    margin-bottom: 8px;
}
.cd-content p a{
    color: #111;
}
.consl-content p {
    font-size: 18px;
    color: #111;
    line-height: 30px;
    margin-bottom: 8px;
}
.cd-box {
    margin: 30px 0px;
    box-shadow: 2px 2px 5px #00000050;
    border-radius: 16px;
    padding: 18px;
    border-left: 10px solid #0578c9;
}   
.htes-ir-content p {
    font-size: 18px;
    color: #111;
    line-height: 30px;
    margin-bottom: 8px;
}
.consr-inner {
    padding: 40px;
    box-shadow: 0 0 10px #00000030;
    background: #daeeff;
    border-radius: 10px;
    margin-left: 20px;
}
.form-group {
    display: flex;
    column-gap: 16px;
    margin: 16px 0;
}
.submit-btn button {
    width: 100%;
    height: 40px;
    border: none;
    background: #0578c9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 10px;
    border-radius: 4px;
}
.submit-btn button:hover {
    background: #111;
    color: #fff;
    transition: 1s;
}
.cd-box:last-child {
    margin-bottom: 0;
}
span.f-cha {
    font-family: system-ui;
}
/* .woml-inner {
    margin: 0 0 0 -25%;
    box-shadow: -2px 2px 6px #0000007a;
    border-radius: 8px;
}
.woms2 .woml-inner {
    margin: 0 -25% 0 0;
    box-shadow: -2px 2px 6px #0000007a;
    border-radius: 8px;
}*/
.woml-inner img {
    width: 100%;
    border-radius: 0 8px 8px 0;
    height: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
section.wo-main-sec .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 12%;
    padding-left: 0;
}
.woms2 .container {
    padding-right: 0 !important;
    padding-left: 12% !important;
}
.woms2 .woml-inner img {
    border-radius: 8px 0 0 8px;
}
.pck .woml-inner img {
    min-height: 100%;
    max-height: 100%;
}
.ftc-social a img {
    max-width: 15px;
}
.ftc-social a:hover img {
    filter: brightness(0) invert(1);
}
.tc2 {
    background: #daeeff;
    padding-bottom: 200px;
    margin-bottom: -100px;
}
.cmm-inspe2 {
    padding-bottom: 180px;
    margin-bottom: -100px;
}
.qgd {
    background: #daeeff;
}
section.quality-map {
    padding-bottom: 100px;
}
.ois-inner {
    display: flex;
    column-gap: 20px;
}
section.oi-sec {
    background: #daeeff;
}
.osi-box {
    padding: 12px;
    background: #fff;
    border-radius: 6px;
}
.osi-img img {
    border-radius: 4px;
}
.osi-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0 0px;
    text-align: center;
}
.osi-img, .spcb-img {
    overflow: hidden;
    border-radius: 4px;
}
.osi-box:hover .osi-img img, .spc-box:hover .spcb-img img{
    transform: scale(1.2);
    transition: 2s;
}
.abv-ir {
    display: flex;
    align-items: center;
}
.abv-ir {
    background: #0b65a4;
    border-radius: 10px;
}
.abv-irr {
    background: #ebf7ff;
    padding: 25px 30px;
    border-radius: 0 10px 10px 0;
    border-right: 5px solid #0b65a4;
}
.abv-il-inr img {
    max-width: 80px;
    width: 100%;
    filter: brightness(0) invert(1);
}
.abv-irl {
    width: 100%;
    max-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abv-ir-inr h4 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.abv-ir-inr h4:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #0b65a4;
    bottom: 0;
}
.abv-ir-inr p {
    font-size: 17px;
    line-height: 28px;
    color: #5c5c5c;
    font-weight: 500;
    margin-bottom: 0;
}
.abv-row {
    margin-bottom: 20px;
}
.abv-row2 .abv-irr {
    background: #f1f1f1;
    padding: 25px 30px;
    border-radius: 10px 0px 0px 10px;
    border-left: 5px solid #0b65a4;
    border-right: none;
}
.qs2 {
    background: #daeeff;
}
section.h-vms {
    background: url(../../assets/img/vms.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    z-index: 0;
    position: relative;
}
section.h-vms:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
}
.hvms-inner span.icon-cv img {
    max-width: 65px;
    filter: brightness(0) invert(1);
}
.hvms-inner .abv-content {
    margin-top: 0px;
}
.abv-content ul:before {
    content: "";
    position: absolute;
    width: 2px;
    background: #fff;
    height: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 0.4;
}
.hvms2 {
    padding-bottom: 200px !important;
    margin-bottom: -100px;
    margin-top: 100px;
}
.h-vms.hvms2 .hrpo-title {
    margin-bottom: 50px;
}
.qsl{
    padding-bottom: 200px;
    margin-bottom: -100px;
}
.htes-form .form-group {
    flex-wrap: wrap;
}
.htes-form input {
    width: 48%;
}
.parsley-errors-list {
    width: 48% !important;
}