@import "reset.css";

@import "components/header.css";
@import "components/sub-banner.css";
@import "components/mobile-menu.css";
@import "components/footer.css";


.main-banner {
    width: 100%;
    height: auto;
}

.banner-title {
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
}

.banner-title span {
    font-weight: 800 !important;
    position: relative;
}

.banner-title span::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -22px;
    left: 3px;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
}

.hme-about-section {
    width: 100%;
    padding: 50px 0px;
    min-height: 550px;
    background-image: url(../images/about-img.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hme-about-inner {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
}

.hme-about-inner .main-title {
    margin-bottom: 35px;
}

.main-title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
    text-transform: uppercase;
}

.main-title span {
    font-weight: bold;
    position: relative;
}

.main-title span::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
}

.hme-about-inner ul {
    padding-left: 10px;
}

.hme-about-inner ul li {
    list-style: none;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding-left: 40px;
    position: relative;
    background-image: url(../images/about-list.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.hme-about-inner ul li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-image: url(../images/about-border.png);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.hme-industries-section {
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background-color: #fafafa;
    position: relative;
}

.hme-industries-section::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/logo-line.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    z-index: 0;
    opacity: 0.6;
}

.hme-industries-section .main-title {
    text-align: center;
}

.hme-industries-section .container {
    position: relative;
    z-index: 2;
}

.hme-industries-section ul {
    margin-top: 70px;
    margin-left: -1.5%;
    margin-right: -1.5%;
    display: flex;
    flex-wrap: wrap;
}

.hme-industries-section ul li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    list-style: none;
    margin-bottom: 60px;
}

.hme-industries-image {
    width: 100%;
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hme-industries-content {
    width: 100%;
    padding-top: 30px;
}

.hme-industries-content h3 {
    font-weight: 500;
    color: #000;
    font-size: 25px;
    line-height: 30px;
}

.hme-industries-content p {
    color: #666666;
}

.hme-industries-content a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.hme-industries-content a:hover {
    color: #f49459;
}

.hme-industries-content a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
}

.hme-services-section {
    width: 100%;
    height: auto;
    padding: 120px 0px;
}

.hme-services-section .main-title {
    text-align: center;
}

.hme-services-inner {
    padding-top: 60px;
}

.hme-services-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    align-items: flex-start;
}

.hme-services-inner ul li {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 50px 35px 40px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    list-style: none;
    text-align: center;

}

.hme-services-inner ul li:nth-child(odd) {
    margin-top: 45px;
}

.service-icon {
    margin-bottom: 30px;
}





.hme-services-inner ul li:hover {
    border-color: transparent;
    box-shadow: 0px 1px 16px -4px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 1px 16px -4px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 1px 16px -4px rgba(0, 0, 0, 0.22);
}

.hme-services-inner ul li h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;

}

.hme-services-inner ul li:hover h3 {
    background: -webkit-linear-gradient(left, #ee8e67, #c970ad, #18b0be);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hme-life-section {
    background-color: #f8f8f8;
    padding: 100px 0px 80px;
}

.hme-life-section .main-title {
    text-align: center;
}

.hme-insight-section {
    width: 100%;
    padding: 100px 0px;
}

.hme-insight-section .main-title {
    text-align: center;
}

.hme-insight-inner {
    width: 100%;
    margin-top: 60px;
}

.hme-insight-inner ul {
    margin-left: -1%;
    margin-right: -1%;
    display: flex;
    flex-wrap: wrap;
}

.hme-insight-inner a {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 25px -14px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 1px 25px -14px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 25px -14px rgba(0, 0, 0, 0.19);
}

.hme-insight-inner a:hover .insight-box-image img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.insight-box-image {
    width: 100%;
    overflow: hidden;
}

.insight-box-image img {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.insight-box-content {
    width: 100%;
    padding: 20px;
}

.insight-box-content img {
    width: auto !important;
    display: inline-block !important;
}

.insight-box-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.insight-box-content p {
    font-size: 14px;
    font-style: italic;
}

.owl-carousel.insight-carousel .item {
    padding: 10px;
}

.insight-box-content p span {
    padding-left: 8px;
}

.hme-get-in-touch-section {
    padding: 100px 0px;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
}

.hme-get-in-touch-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.hme-get-in-touch-inner .main-title {
    color: #fff;
    margin-bottom: 20px;
}

.hme-get-in-touch-inner p {
    color: #fff;
    font-size: 16px;
}

.get-in-touch-btn {
    width: 100%;
    max-width: 160px;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.get-in-touch-btn:hover {
    background-color: #000;
}

.get-in-touch-btn span {
    background: -webkit-linear-gradient(left, #ee8e67, #c970ad, #18b0be);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-bottom-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom-left {
    width: 100%;
    text-align: center;
}

.footer-bottom-left a {
    color: #000;
    font-weight: bold;
}

.footer-bottom-left a:hover {
    color: #f49459;
}

.footer-bottom-right {
    margin-left: auto;
}

.footer-bottom-right ul {
    display: flex;
}

.footer-bottom-right ul li {
    position: relative;
    list-style: none;
    margin-left: 8px;
    padding-left: 9px;
}

.footer-bottom-right ul li:first-child:after {
    display: none;
}

.footer-bottom-right ul li::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #8e8e8e;
    position: absolute;
    top: 5px;
    left: 0px;
}

.footer-bottom-right ul li a {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
}

.footer-bottom-right ul li a:hover {
    color: #f49459;
}

.footer-logo {
    display: inline-block;
    max-width: 180px;
}

.footer-number {
    width: 100%;
    margin-top: 50px;
}

.footer-number a {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.footer-number a::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
}

.footer-number a:hover {
    color: #f49459;
}

.insight-box-social {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666666;
}

.social-like {
    width: 50%;
}

.social-comment {
    width: 50%;
    text-align: right;
}

.insight-box-social img {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.hme-life-section {
    overflow: hidden;
}

.life-carouselbox {
    width: 100%;
    height: auto;
    position: relative;
}

.life-carouselbox::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/life-person-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 3;
}

.life-carouselbox img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.life-carousel {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 55px;
}

.owl-carousel.life-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.life-carousel .owl-item {
    transform: scale(0.85, 0.85);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel.life-carousel .owl-item.active {
    transform: scale(1, 1);
}

.owl-carousel.life-carousel .owl-nav button.owl-next {
    background-image: url(../images/life-next.png) !important;
    right: -120px;
}

.owl-carousel.life-carousel .owl-nav button.owl-prev {
    background-image: url(../images/life-prev.png) !important;
    left: -120px;
}

.owl-carousel.life-carousel .owl-nav button.owl-next span,
.owl-carousel.life-carousel .owl-nav button.owl-prev span {
    display: none !important;
}

.owl-carousel.life-carousel .owl-nav button.owl-next,
.owl-carousel.life-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.owl-carousel.life-carousel .owl-nav button.owl-next:hover,
.owl-carousel.life-carousel .owl-nav button.owl-prev:hover {
    background-color: #000 !important;
}

.life-slider-content {
    width: 100%;
    bottom: 10px;
    left: 0px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    z-index: 8;
}

.life-slider-content h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.life-slider-content p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.service-icon {
    height: 75px;
    overflow: hidden;
    position: relative;
}

.service-icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .5s ease-in-out;
    transform: translateY(-50%);
}

.hme-services-inner ul li:hover .service-icon img {
    top: auto;
    transform: translateY(0%);
}


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

.ibex-section {
    padding: 120px 0 140px 0;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    margin: 0 -1.5%;
    margin-top: 60px;
}

.card-item {
    width: 30.33%;
    margin: 0 1.5%;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
    background-size: cover;
}

.card-item .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color .35s ease-in-out, box-shadow .35s ease-in-out;
    border: 1px solid #e8e8e8;
}

.card-item:hover .inner {
    border-color: transparent;
    box-shadow: 0px 15px 25.81px 3.19px rgba(0, 0, 0, 0.08);
}

.card-item .content {
    padding: 30px 25px;
    background: #ffffff;
}

.card-item .content h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

.card-item .content p {
    color: #666666;
    margin: 0;
}

.card-item .image img {
    width: 100%;
}

.sub-banner.life-banner .text-center {
    position: relative;
    width: 100%;
    text-align: center;
}

.sub-banner.life-banner h1 {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    text-align: center;
    height: fit-content;
    z-index: 1;
    font-size: 70px;
    font-weight: bold;
    left: 0;
    width: 100%;
}

.sub-banner.life-banner .banner-image {
    max-width: 290px;
    width: auto;
    margin: 0 auto;
}


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

.abt-first-section {
    padding: 65px 0 150px 0;
}

.abt-first-section .content {
    text-align: center;
    max-width: 1040px;
    margin: 70px auto 0 auto;
}

.abt-first-section .content p {
    margin: 0;
}

.abt-first-section .content p+p {
    margin-top: 35px;
}

.fixed-nav {
    display: flex;
    justify-content: center;
    background: #363636;
    border-radius: 100px;
    padding: 8px;
    width: fit-content;
    margin: auto;
}

.fixed-nav li {
    font-weight: 500;
    display: inline-block;

    margin: 0;
    list-style: none;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #575757;
    transition: background-image .35s ease-in-out;
}

.fixed-nav li+li {
    margin-left: 10px;
}

.fixed-nav li a {
    color: #ffffff;
    padding: 16px 25px;
    display: block;
}

.fixed-nav .active,
.fixed-nav li:hover {
    border-bottom: none;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
}

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

.our-mission {
    position: relative;
    background: #fafafa;
    isolation: isolate;
}

.our-mission::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/logo-line.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.6;
}

.our-mission .container {
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-mission h2 {
    margin-bottom: 65px;
}

.our-mission .content {
    max-width: 860px;
    margin: auto;
    text-align: center;
}


.our-mission .container {
    position: relative;
}

.our-mission ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-mission li {
    position: absolute;
}

.our-mission li:first-child {
    right: -100px;
    top: -30px;
}

.our-mission li:nth-child(2) {
    right: -100px;
    bottom: -30px;
}

.our-mission li:nth-child(3) {
    left: -70px;
    top: 80px;
}

.our-mission li:nth-child(4) {
    left: -100px;
    bottom: -45px;
}

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

.vision-core {
    padding: 200px 0 170px 0;
}

.vision-core .outer-div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
}

.vision-core .outer-div>div {
    position: relative;
    width: 46%;
    margin: 0 2%;
    background-size: cover;
    isolation: isolate;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
    transition: box-shadow .35s ease-in-out;
}

.vision-core .outer-div .inside {
    background-size: cover !important;
    padding: 80px 55px 115px 55px;
    border: 1px solid #e6e6e6;
    background-repeat: no-repeat;
    height: 100%;
}

.vision-core .outer-div .inside ul {
    margin-left: 20px;
}

.vision-core .outer-div .inside ul li {
    margin-bottom: 5px;
}

.vision-core .outer-div>div:hover .inside {
    border-color: transparent;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

.vision-core .outer-div>div:hover {
    -moz-box-shadow: 0px 15px 25.81px 3.19px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 15px 25.81px 3.19px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25.81px 3.19px rgba(0, 0, 0, 0.08);
}

.vision-core .outer-div h4 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.vision-core .outer-div>div:hover h4 {
    background: -webkit-linear-gradient(left, #ee8e67, #c970ad, #18b0be);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    -webkit-text-fill-color: transparent;
}

.vision-core .outer-div p {
    color: #666666;
    line-height: 28px;
    margin: 0;
}

.vision-core .outer-div p+p {
    margin-top: 40px;
}

.vision-core .service-icon img {
    margin-left: 0;
}

.vision-core .outer-div>div:hover .service-icon img {
    top: auto;
    transform: translateY(0%);
}

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

.ceo-message {
    padding: 150px 0;
    background: #f8f8f8;
}

.ceo-message h2 {
    margin-bottom: 55px;
    text-align: center;
}

.ceo-message .outer-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ceo-message .outer-div h3 {
    margin-top: 35px;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    display: inline-block;
}

.ceo-message .outer-div h3:after {
    content: "";
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
    position: absolute;
    bottom: -8px;
    left: 0px;
}

.ceo-message .outer-div .image {
    width: 42.5%;
    position: relative;
}

.ceo-message .outer-div .image .after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 50px;
    /* background: url(../images/grd-effect.png) no-repeat; */
    background-size: cover;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
}

.ceo-message .outer-div .image p {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 22px;
}

.ceo-message .outer-div .image span {
    display: block;
    margin-top: 5px;
    font-weight: 300;
    font-size: 16px;
}

.ceo-message .outer-div .content {
    width: 61%;
    /* padding-left: 80px; */
    margin: 0 auto;
}

.ceo-message .outer-div .content img {
    margin-bottom: 25px;
}

.ceo-message .outer-div .content p {
    margin: 0;
}

.ceo-message .outer-div .content p+p {
    margin-top: 30px;
}

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

.our-team {
    padding: 80px 0 140px 0;
}

.our-team h2 {
    margin-bottom: 70px;
    text-align: center;
}

.our-team .item {
    position: relative;
}

.our-team .item::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
    transition: height .35s ease-in-out;
    z-index: 1;
}

.our-team-image img {
    background-size: cover;
    background-position: center;
}

.our-team-content {
    background: #ffffff;
    position: absolute;
    padding: 35px 25px;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: 1;
    transition: height .35s ease-in-out;
}

.our-team-content h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.our-team-content h3+span {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    opacity: .66;
    line-height: 1;
}

.our-team-content p {
    color: #000;
    margin: 50px 0;
}

.our-team-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.our-team-content ul a {
    color: #ffffff;
}

.our-team-content li+li {
    margin-left: 22px;
}

.our-team .item:hover .our-team-content,
.our-team .item:hover::after {
    height: 100%;
    bottom: 0px;
}

.our-team .item:hover .our-team-content {
    background: transparent;
    z-index: 3;
}

.our-team .item:hover .our-team-content p,
.our-team .item:hover .our-team-content h3,
.our-team .item:hover .our-team-content span {
    color: #ffffff;
}

.our-team .item:hover::after {
    opacity: .93;
}

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

.industry-section {
    padding: 115px 0 100px 0;
    background: #fcfcfc;
}

.industry-section h2 {
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 60px;
    line-height: 1;
}

.industry-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    row-gap: 28px;
}

.industry-list .item {
    margin: 0 1%;
    border: 1px solid #ececec;
    text-align: center;
    padding: 85px 70px 30px 70px;
    width: 31.33%;
    /* transition: box-shadow .35s ease-in-out; */
}

.industry-list .item h4 {
    font-size: 18px;
    margin: 0 0 25px 0;
}

.industry-list .item p {
    margin: 0;
    color: #666666;
}

.industry-list .item:hover h4 {
    background: -webkit-linear-gradient(left, #ee8e67, #c970ad, #18b0be);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.industry-list .item:hover .service-icon img {
    top: auto;
    transform: translateY(0%);
}

.industry-list .item:hover {
    border-color: #ffffff;
    -moz-box-shadow: 0px 15px 25.81px 3.19px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 15px 25.81px 3.19px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25.81px 3.19px rgba(0, 0, 0, 0.08);
}

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

.service-section {
    padding: 130px 0;
}

.service-section h2 {
    text-transform: uppercase;
    font-size: 38px;
    margin: 0;
    line-height: 1;
}


/* ------------------------------------------------------------------
                            career page
   ------------------------------------------------------------------ */

.career-section {
    padding: 70px 0 100px 0;
}

.career-form {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    background: #363636;
    max-width: fit-content;
    margin: auto;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.career-form>*:not(:first-child) {
    margin-left: 5px;
}

.career-form select,
.career-form input[type="text"] {
    color: #b5b5b5;
    border: 1px solid #8c8c8c;
}

.career-form input[type="text"] {
    width: 238px;
}

.career-form select {
    width: 180px;
}

.career-form select,
.career-form input {
    height: 55px;
    font-size: 15px;
    padding: 0 20px;
    background: #464646;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.career-form input::placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.career-form input:-ms-input-placeholder {
    color: #b5b5b5;
}

.career-form input::-ms-input-placeholder {
    color: #b5b5b5;
}

.career-form input[type="button"] {
    color: #ffffff;
    min-width: 170px;
    border: none;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
}

.career-section .career-first .content {
    margin: 60px auto 0 auto;
    max-width: 860px;
    text-align: center;
}

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

.career-second {
    margin-top: 80px;
}

.career-second h2 {
    margin-bottom: 50px;
    text-align: center;
}

.career-list .item {
    padding: 30px 40px 30px 30px;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
}

.career-list .item+.item {
    margin-top: 20px;
}

.career-list .left-side,
.career-list .right-side {
    width: 50%;
}

.career-list .left-side .content {
    width: calc(100% - 100px);
    padding-left: 25px;
}

.career-list .left-side h3 {
    font-size: 16px;
    line-height: 1;
    opacity: .66;
    margin-bottom: 5px;
    font-weight: 400;
}

.career-list .left-side h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.career-list .left-side p {
    color: #8d8d8d;
}

.career-list .left-side span {
    font-weight: bold;
    margin: 0;
}

.career-list .left-side .icon {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
    z-index: 0;
}

.career-list .left-side .icon,
.career-list .left-side .icon::after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.career-list .left-side .icon::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    z-index: -1;
}

.career-list .right-side p {
    opacity: .75;
    margin: 0;
}

.career-list .left-side {
    display: flex;
    align-items: center;
}

.career-list .right-side {
    position: relative;
}

.career-list .right-side p {
    max-width: 68%;
    line-height: 24px;
}

.career-list .right-side .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b1b1b1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.career-list .right-side .arrow img {
    transition: filter .35s ease-in-out;
}

.career-list .right-side .arrow:hover {
    border-color: #ffffff;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
}

.career-list .right-side .arrow:hover img {
    filter: brightness(2.5);
}

/* ------------------------------------------------------------------
                            News detail page
   ------------------------------------------------------------------ */

.news-detail-content {
    padding: 60px 0 120px 0;
}

.news-detail-content .tags {
    margin-bottom: 35px;
}

.news-detail-content h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 50px;
}

.news-detail-content .author-time {
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 35px;
}

.news-detail-content p {
    margin: 20px 0;
    color: #000000;
}

.news-detail-content img {
    width: 100%;
    margin: 30px 0;
}

.related-news {
    padding: 120px 0;
    position: relative;
    z-index: 0;
}

.related-news::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #f8f8f8;
    top: 0;
    left: 0;
    z-index: -1;
}

.related-news h2 {
    margin-bottom: 70px;
    text-align: center;
}

.related-news .item {
    border: 1px solid #dcdcdc;
    position: relative;
}

.related-news .item::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
}

/* ------------------------------------------------------------------
                            Job detail page
   ------------------------------------------------------------------ */

.job-details-content {
    padding: 60px 0;
}

.job-details-content .post-date {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.job-details-content h2 {
    text-transform: uppercase;
}

.job-details-content .coutry-option {
    display: block;
    font-size: 18px;
    margin-bottom: 45px;
}

.job-details-content h3,
.job-details-content .skill h4,
.job-details-content .qualifications h4 {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.job-details-content p+p {
    margin-top: 30px;
}

.job-details-content .first-list {
    margin-top: 30px;
}

.job-details-content .first-list ul,
.job-details-content .skill ul,
.job-details-content .qualifications ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.job-details-content .skill li,
.job-details-content .qualifications li,
.job-details-content .first-list li {
    font-weight: 500;
    background: url(../images/grd-plus.png) no-repeat;
    background-position: left top 5px;
    padding-left: 38px;
}

.job-details-content .skill li+li,
.job-details-content .qualifications li+li,
.job-details-content .first-list li+li {
    margin-top: 20px;
}

.job-details-content .drop-option-outer {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}

.job-details-content .skill,
.job-details-content .qualifications {
    width: 50%;
}

.job-details-content .skill,
.job-details-content .qualifications {
    width: 50%;
}

.job-details-content .qualifications span {
    display: block;
    font-weight: 600;
    margin-bottom: 3px;
}

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

.online-apply {
    padding: 110px 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.form-side {
    width: 680px;
}

.form-side h2 {
    margin-bottom: 45px;
}

.form-side form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin: 0 -1%;
}

.form-side .wpcf7-form-control-wrap {
    margin: 0 1%;
    width: 48%;
}

.form-side form input[type="text"],
.form-side form input[type="email"],
.form-side form input[type="number"] {
    height: 52px;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.5);
}

.form-side form input[type="file"] {
    width: 100%;
    margin: 0;
    height: 80px;
}

rs-dotted {
    background-image: none !important;
}

.menu-ul .dropmenu {
    position: static;
}

.form-side .wpcf7-form-control-wrap:nth-child(9) {
    width: 100%;
}

.contact-form-section .form-side form button {
    position: relative;
    height: 52px;
    min-width: 150px;
    width: 100%;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    color: #000;
    text-transform: uppercase;
    margin: 15px 1% 0 1%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.banner-image img {
    max-width: 530px;
    width: 100%;
}

.contact-form-section .form-side form button:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);

}

.contact-form-section .form-side form button span {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
    transition: height .25s ease-in-out;
    z-index: -1;
}

.contact-form-section .form-side form button:hover span {
    height: 100%;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0 1%;
    padding: 10px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 13px;
    position: absolute;
    top: 12px;
    left: 20px;
    background: #fff;
    display: block;
    width: calc(100% - 160px);
    pointer-events: none;
    z-index: 20;
    height: 60px;
    line-height: 60px;
}

.news-main-content {
    background: #fff;
}

.file-upload-wrapper:before {
    content: "Browse";
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-block;
    height: 53px;
    min-width: 150px;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
    color: #fff;
    z-index: 25;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
}

/* .file-upload-wrapper:hover:before {
    background: #3d8c63;
} */

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

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


.form-wizard-section {
    padding: 0px 0 80px;
}


.form-wizard ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0 0 35px 0;
}

.form-wizard ul li {
    text-align: center;
    width: 25%;
    position: relative;
}


.form-wizard ul span {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    font-size: 20px;
    color: #fff;
    background: #dbdbdb;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-wizard ul li p {
    font-size: 15px;
    margin: 0;
    line-height: 1;
    opacity: .58;
    margin-top: 5px;
}

.form-wizard ul li.active span {
    background: #f79751;
}


.form-wizard ul li.active p {
    color: #f79751;
}

.form-wizard .first-form h2 {
    font-size: 28px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.form-wizard .first-form {
    margin-top: 20px;
}

.form-wizard .first-form form>* {
    display: block;
}

.form-wizard .first-form input[type="file"] {
    border: 1px solid #e1e1e1;
    padding: 10px;
    min-width: 500px;
    margin-top: 10px;
}

.form-wizard .first-form .wpcf7-submit {
    margin-top: 50px;
    color: #ffffff;
    background: #f79751;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 20px;
    border: none;
}

.first-form .wpcf7-form-control-wrap {
    display: block;
}


/* ------------------------------------------------------------------
                            contact page
------------------------------------------------------------------ */

.contact-section {
    padding: 70px 0 80px 0;
}

.contact-section .container {
    display: flex;
    flex-wrap: wrap;
}

.contact-section .title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.contact-section .contact-map {
    width: 60%;
}

.contact-section .contact-map iframe {
    border: 1px solid #e1e1e1;
    width: 100%;
}

.contact-section .contact-form {
    width: 40%;
    padding-left: 80px;
}

.contact-section .contact-form .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.contact-section .contact-form .icon {
    width: 162px;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.contact-section .contact-form .item .content {
    width: calc(100% - 165px);
    padding-left: 35px;
}

.contact-form-section {
    width: 100%;
    padding: 70px 0px 120px;
    min-height: 800px;
    background-position: right top;
    background-repeat: no-repeat;
}

.contact-form-section .form-side form button {
    min-width: inherit;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.5);
    z-index: 0;
}

.contact-message {
    width: 100%;
    height: 200px;
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    line-height: 22px;
    background-color: rgb(255, 255, 255, 0.5)
}

.contact-form-section .form-side h2 {
    margin-bottom: 15px;
}

.contact-form-section .form-side form {
    margin-top: 50px;
}

.form-side form .nice-select {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 0px !important;
    background-color: #f79751;
    color: #fff;
}

.form-side form .nice-select .option {
    color: #000;
}

.form-side form .nice-select:after {
    border-color: #ffffff transparent transparent;
}

.form-side form .nice-select.open:after {
    border-color: transparent transparent #ffffff;

}


/*wizard*/

.form-wizard {
    color: #888888;
    padding: 10px 20px;
}

.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
    position: relative;
}

.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #f79751;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}

#final-recomendations-container label {
    font-size: 16px;
}

.form-wizard .wizard-form-radio input[type="radio"]~label {
    padding-left: 10px;
    cursor: pointer;
}

.form-wizard .form-wizard-header {
    text-align: center;
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #f79751;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    background-color: #000;
    text-decoration: none;
}

.error1 {
    font-size: 14px;
    margin-top: 10px;
}

.form-wizard .wizard-fieldset {
    display: none;
    border: none;
    padding: 15px 0px;
}

.form-wizard .wizard-fieldset.show {
    display: flex;
    flex-wrap: wrap;
}

.form-wizard .wizard-fieldset.show .form-control {
    width: 100%;
    margin-top: 5px;
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: #f79751;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.form-wizard .wizard-form-error:hover {
    background-color: #000;
}

.form-group.upload-div label {
    display: none !important;
}

.form-wizard .form-wizard-previous-btn {
    background-color: #f79751;
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
}

.form-wizard .form-control:focus {
    box-shadow: none;
}

.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}

.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 22px;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: #f79751;
    color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: #f79751;
    left: 50%;
    width: 50%;
    border-color: #f79751;
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #f79751;
}

.form-wizard .nice-select .option {
    width: 100%;
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

.form-wizard .first-form label {
    display: block;
    font-size: 15px;
    color: #000;
    position: relative;
    top: -100px;
}

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.our-team-content-main {
    padding: 35px 25px;
    width: 100%;
}

.our-team-content-main h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.our-team-content-main h3+span {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    opacity: .66;
    line-height: 1;
}

.news-detail-content h2 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 34px;
}

.page-template-page-about .header-sticky {
    position: absolute;
}

.fixed-nav {
    top: 15px !important;
}

.megamenu .mob-menu-icn {
    display: none;
}

.home .footer {
    display: none;
}

.add-company {
    width: 25px;
    height: 25px;
    line-height: 27px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 19px;
    border-radius: 100%;
    margin-left: 10px;
    margin-top: 14px;
}

.wizard-fieldset .form-group {
    width: 48%;
    margin: 10px 0;
    margin-right: 4%;
}

.wizard-fieldset .form-group label {
    font-size: 14px;
    color: #000;
}

.wizard-fieldset .form-group:nth-child(2n) {
    margin-right: 0px;
}


.wizard-fieldset .form-group .nice-select {
    border-radius: 0px;
    line-height: 20px;
}

.radio-gender-group {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.form-carrer-view h5 {
    font-size: 20px;
    color: #000;
    width: 100%;
}

.form-carrer-view table {
    width: 100%;
    margin-bottom: 35px;
}

#docViewer {
    width: 100%;
    height: 900px;
}

#final-recomendations {
    text-align: center;
    font-size: 22px;
    justify-content: center;
    font-weight: 500;
    color: #f79751;
    padding-top: 25px;
}

.form-group.wizard-btn-main {
    margin-top: 25px;
}

.form-carrer-view table th {
    font-weight: 500;
}

.form-carrer-view table th,
.form-carrer-view table td {
    border: 1px solid #ccc;
    font-size: 15px;
    text-align: left;
    color: #000;
    padding: 5px 15px;
}

#final-recomendations-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
}

.wizard-btn-main {
    margin-top: 20px;
}

.form-wizard .wizard-fieldset.show #final-recomendations-container .form-control {
    width: 20px !important;
    height: 20px !important;
    top: -4px;
}

.form-wizard #final-recomendations-container .wizard-form-radio input[type="radio"]:checked::before {
    top: 10px;
}

.final-recomendations-container label {
    font-size: 16px;
}

[data-class="wpcf7cf_group"] {
    margin: 0 1%;
    width: 48%;
}

[data-class="wpcf7cf_group"] .wpcf7-form-control-wrap {
    margin: 0;
    width: 100%;
}

.textarea-container {
    width: 100%;
}

.form-side .textarea-container .wpcf7-form-control-wrap {
    width: 98%;
}

.life-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.life-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}


@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }

    .wizard-fieldset .form-group {
        width: 100%;
        margin: 10px 0;
        margin-right: 0;
    }
}


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

.page-id-16 .header {
    background: #ffffff;
}

.page-id-16 .main {
    margin-top: 110px;
}

.page-id-16 .header-sticky {
    padding: 30px 0 15px;
}


/* ------------------------------------------------------------ */
/* 14-07-23 */



.sect10 .container {
    position: relative;
}

.sect10 .container-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 150px;
}

.sect10 .text-white {
    top: 200px;
    z-index: 4;
    position: absolute;
    left: 0;
    margin: 0;
    padding-top: 50px;
    width: fit-content;
    pointer-events: none;
    z-index: 2;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.sect10 .title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.static-item {
    width: 35%;
}

.static-item p {
    margin-top: 20px;
}

.static-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.dynamic-slider {
    width: 62%;
}

.dynamic-slider .swiper-slide p {
    margin-top: 20px;
}

.dynamic-slider .swiper-slide img {
    /* height: 400px; */
    width: 100%;
    object-fit: cover;
}

.dynamic-slider .swiper-container {
    overflow: hidden;
    position: relative;
}

#clip {
    text-transform: uppercase;
    background-image: linear-gradient(to right, #18b0be, #00a9d0, #3c9edb, #6f91da, #9980cc, #b478bf, #c970ad, #d86b97, #e4708a, #eb787d, #ef8271, #ee8e67);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(-1px -1px 2px rgb(0 0 0 / 59%))
}

.brochure-img {
    max-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brochure-img1,
.brochure-img-black {
    display: none;
}

.brochure-img1 {
    display: block;
    max-width: 105px;
}

body:not(.home) .brochure-img1 {
    display: none;
}

.brochure-img:hover img {
    filter: invert(1);
}

body:not(.home) .brochure-img:hover img {
    filter: invert(0);
}

body:not(.home) .button-line {
    border: 2px solid #919191;
}

body:not(.home) .brochure-img-black {
    display: block;
    max-width: 105px;
}

.request_quotation,
.brochure-img .download_icon {
    display: none;
}

.news-detail-content ol,
.news-detail-content ul {
    padding-left: 15px;
    margin: 20px 0px;
}

.news-detail-content ol li,
.news-detail-content ul li {
    line-height: 26px;
    font-size: 15px;
    color: #000000;
}