/*
Theme Name: KSC
Template: Impreza
Version: 1.0
Author:	is.net.sa
Theme URI: http://is.net.sa/
Author URI: http://is.net.sa/
*/
/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap'); 

body {
    background: #fff !important;
}

ul {
    /*list-style-type: none;*/
/*     margin-left: 0; */
}

.l-preloader {
    z-index: 119257;
}

.l-preloader {
    background: #ffffff !important;
}

.l-preloader-spinner img {
    max-width: 140px;
    border-radius: 0;
}

.l-preloader-spinner:after {
    position: absolute;
    top: 30%;
    left: 38%;
    display: block;
    width: 190px;
    height: 190px;
    border-top: 2px solid #3467b1;
    border-right: 2px solid #3467b1;
    border-radius: 50%;
    content: "";
    margin: -70px 0 0 -80px;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* end loader  */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(83, 83, 83, 0.6);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3467b1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3467b1;
}

::-moz-placeholder {
    opacity: 1;
    color: inherit
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

body,p,h1,h2,h3,h4,h5,h6,textarea,label,input,a,li,span, .w-counter.color_heading .w-counter-value,div#slide-3-layer-1 {
    /* font-family: 'Poppins'; */
}

.map-thumb img {
    width: 100% !important;
    object-fit: cover;
}
header .w-nav-title i {
    font-size: 10px;
}
header .current-menu-item i {
    display: none;
}
.line-t {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.line-t .uvc-sub-heading {
    font-size: 16px;
    order: 0;
    display: inline-flex;
    margin: 0;
    /* margin: auto; */
    /* border: solid; */
    position: relative;
    z-index: 12;
}
.line-t .uvc-sub-heading::before{
    content:"";
    background: #3467b1;
    width:100%;
    height: 8px;
    display:block;
    position: absolute;
    bottom: 5px;
    z-index: -1;
}

.line-t .uvc-heading-spacer.line_only {
    order: 1;
    display: none;
}

.line-t .uvc-main-heading {
    order: 2;
}
    .line-t.center .uvc-sub-heading {
        margin: auto;
    }
.top-info-box i {
    color: #3467b1;
}

.job-box {
    border: solid 1px #cacaca;
    border-radius: 15px;
    margin: 15px;
}
.jobs-grid .w-grid-item-h {
    display: flex;
    border: solid 3px #adadad;
    margin: 0;
    padding: 15px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.jobs-grid .left-colm {
    margin: 0 15px;
    width: 100%;
}
.jobs-grid .w-grid-item {
    position: relative;
    /* border: solid 3px #adadad; */
    /* margin: 15px 0; */
    /* padding: 015px; */
    /* -webkit-border-top-right-radius: 30px; */
    /* -webkit-border-bottom-left-radius: 30px; */
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    /* border-top-right-radius: 30px; */
    border-bottom-left-radius: 30px;
}


.jobs-grid  .field.linkedin {
    position: relative;
}

.jobs-grid  .field.linkedin a {
    font-size: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.jobs-grid  .usg_html_1 {
    width: 116px;
}


.job-field.linkedin {
    position: relative;
}

.job-field.linkedin a {
    font-size: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.search-box {
    background: rgba(48, 165, 20, 0.34);
    max-width: 700px;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    /* display: block; */
    margin: auto !important;
    /* border: solid 7px rgb(243, 243, 243); */
}

.search-box .vc_col-sm-12.wpb_column.vc_column_container {
    background: #fff;
    border-radius: 15px;
    padding: 30px 15px;
}

.image-title {
    position: relative;
}

.image-title:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 90%;
    z-index: 0;
    right: 10%;
    background: #fdca78;
    bottom: 29%;
}

.image-title .w-image-h {
    z-index: 2;
    position: relative;
}

.img-st1 {
    position: relative;
    z-index: 2;
    /*     margin-left: -112px; */
}

.about-row {
    background: #f7f9fb;
}

/* form */
.jobs-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.contact-form-row .jobs-form {
    justify-content: center;
}

.section-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-full {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .section-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-row h2 {
        text-align: center;
    }
}

.fullwidth-section-two .icon-box {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    color: #fff;
    font-size: 64px;
    line-height: 1em;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
}

.rtl .fullwidth-section-two .icon-box {
    float: right;
}

.fullwidth-section-two .phone .title {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    padding-top: 14px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: exo, sans-serif;
}

.fullwidth-section-two strong {
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 46px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.jobs-form label {
    display: none;
}

.jobs-form .cv-col label {
    display: block;
}

.jobs-form .section1, .jobs-form .section2,.jobs-form .section3, .jobs-form .section4 {
    position: relative;
    float: right;
    padding: 15px;
    width: 100%;
}

.jobs-form .wrap-inner {
    width: 50%;
    float: right;
    margin: 15px 0;
}

.jobs-form .colm {
    /* float: right; */
    /* width: 45%; */
    padding: 5px 15px 0;
    position: relative;
}

.jobs-form .colm br {
    display: none;
}

.phone-col span.phone-code {
    position: absolute;
    left: 15px;
    bottom: 0;
    padding: 5px 10px;
    background: #e6e6e6;
    display: block;
    direction: ltr;
}

[dir=ltr] .phone-col input {
    padding-left: 65px;
}

.jobs-form p {
    display: none !important;
}

h3.title-2 {
    border-bottom: solid 1px #cacaca;
    padding-bottom: 15px;
    margin: 0 15px 20px;
}

@media (min-width: 768px) {
    .jobs-form .colm-2 {
        float: right;
        width: 50%;
        min-height: 100px;
    }

    .jobs-form .colm-3 {
        float: right;
        width: 33.3333%;
    }
}

.jobs-form h2.title {
    /* border-bottom: solid 1px #cacaca; */
    color: #007934;
    padding-bottom: 15px;
    margin: 0 15px 10px;
}

.jobs-form .btn {
    width: 100%;
    float: right;
    text-align: center;
    padding: 15px;
}

.col-full .wpcf7-submit {
    display: block;
    clear: both;
    margin: 0 auto 15px;
}

input[type="checkbox"], input[type="radio"] {
    margin-left: .3rem;
    margin-right: .3rem;
    margin-top: 9px;
}

.counter-row {
    position: relative;
}

counter-row .w-counter-value {
    line-height: 1;
    font-size: 3rem !important;
}

.news-grid .w-grid-item-h {
    position: relative;
    border: 0;
    background: #fff;
    /* margin: 15px 0; */
    padding: 015px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-radius: 0;
}

.news-grid .usg_post_image_1 {
    width: 100%;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-radius: 0;
}

.news-grid .post_image img {
    height: 233px;
    object-fit: cover;
}

.news-grid .post_title {
    text-align: initial;
}

.main-post-img img {
    text-align: center;
    margin: auto;
}

.emaillist {
    position: relative;
}

body .emaillist .es_submit_button {
    background-color: #000000 !important;
    height: 52px;
    line-height: 0px !important;
    border-radius: 13px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

body .emaillist .es_submit_button:hover {
    background-color: #F68025 !important;
}

.emaillist input.es_required_field.es_txt_email {
    /* width: 155px; */
    height: 52px;
    background-color: #FFF;
    border: none;
    border-radius: 13px;
    color: #000000 !important;
    padding-right: 100px;
    font-size: 14px;
    text-align: center;
}

.emaillist label {
    color: #4d4d4d;
    height: 60px;
    display: block;
    font-size: 0 !important;
}

.emaillist label br {
    display: none;
}

.w-image.align_center.f-logo {
    position: absolute;
    top: -30px;
    width: 100%;
}

.vc_col-sm-4.wpb_column.vc_column_container {
    position: relative;
}

.copy-right {

}

.copy-right{
        font-size: 14px;
    margin: 15px 0;
    position: relative !important;
    /* height: 35px; */
    padding: 15px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin: 0;
}
.copy-right::before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -950px;
    border: solid 1px #3467b1;
    border-left: 0;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.vc_wp_custommenu.layout_hor ul li a {
    color: #fff;
}

.clrearfix {
    clear: both;
}

ul.w-nav-list.level_1.hover_simple li a {
    font-size: 14px !important;
}

/* new  */
.w-nav.type_desktop .hover_underline .w-nav-title {
    position: static;
}

.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1:hover .w-nav-title:after {
    bottom: 1px !important;
}

.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
    height: 6px;
}

.counter-row .count-colm .vc_column-inner {
    padding: 0 5px !important;
}

.count-colm .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 8px #7b7b7b;
    margin: 5px;
    padding: 25px 15px
}

.count-colm img.attachment-large.size-large {
    height: 80px;
}

.count-colm .w-counter-value {
    font-weight: 600;
    font-size: 44px;
    direction: ltr;
    margin: 10px 0 0;
    color: #007934;
}

.count-colm .w-counter-title {
    font-size: 22px !important;
    color: #000;
    font-weight: 500;
}

/* career page  */
.text-box1 {
    background: #F2F2F2;
    padding: 15px;
    border-right: solid 7px #007934;
}

.text-box1.green1 {
    border-right: solid 7px #81BB27;
}

.icon-vbox .w-iconbox-title {
    padding: 5px 0 !important;
    font-size: 20px !important;
    font-weight: bold;
}

.icon-vbox .w-iconbox-icon {
    /* font-size: 90px !important; */
    height: 115px;
    text-align: center;
    max-width: 100%;
    transition: background 0.2s,color 0.2s,box-shadow 0.2s;
}

.slide-team {
    margin: 0 15px !important;
    display: flex !important;
}

.slide-team img {
    display: block;
    margin: 0 !important;
    width: 100%;
}

.slider-team .slick-arrow {
    color: #fff !important;
    background: #007934 !important;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* career grid  */
body .w-search.career-search.layout_simple button {
    display: block;
    position: relative;
    top: 0;
    transform: none;
    right: 0;
    height: 2em;
    padding: 0;
    margin: 15px auto 0;
    font-size: inherit;
    background: #007934!important;
    border-radius: 50px;
    color: #fff;
    width: 150px;
}

body .w-search.career-search.layout_simple button i::after {
    content: "Search" !important;
    position: relative;
    padding: 5px;
}

body.rtl .w-search.career-search.layout_simple button i::after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«" !important;
}

a.w-filter-item-value {
    border: solid 1px #007934 !important;
    color: #007934 !important;
    border-radius: 50px;
    margin: 0 5px 5px !important;
    /* padding: 5px; */
}

.w-filter-item-value label {
    display: flex;
    text-align: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .g-filters-item, .w-filter.state_desktop[class*="style_switch_"] .w-filter-item-value {
        width: auto !important;
        margin: 5px !important;
        padding: 0 !important;
        text-align: center;
    }
}

.w-filter.state_desktop[class*="style_switch_"] [data-ui_type="radio"] .w-filter-item-value.selected {
    cursor: default;
    pointer-events: none;
    color: #ffffff !important;
    background: #007934;
}

.careers-grid .w-grid-item-h {
    border: solid 1px #cacaca;
    padding: 15px 20px;
}

.careers-grid .w-post-elm.post_title {
    padding: 0;
    margin-bottom: 15px !important;
    font-size: 22px;
}

.sp1-flex {
    justify-content: space-between;
}

.careers-grid .w-post-elm.post_custom_field, .careers-grid .post_date {
    width: 50%;
    margin: 0 0 5px!important;
    padding-left: 5px;
    /* margin-left: 8% !important; */
    /* text-align: left; */
}

.careers-grid .w-post-elm.post_custom_field i ,.careers-grid .post_date i {
    color: #007934 !important;
}

.careers-grid a.w-btn {
    margin: 15px 0 0 !important;
    padding: 10px 50px;
}

/* end career grid  */
/* end career page  */
/* career page details  */
/* career page details  */
@media screen and (min-width: 767px){
.job-dt-wrap >* {
    margin-left: calc( var(--hwrapper-gap,4.2rem) / 2 ) !important;
    margin-right: calc( var(--hwrapper-gap,4.2rem) / 2 ) !important;
}
}
.job-dt-wrap i {
    display: block;
    color: #0a2568;
}
.job-dt-wrap .job-field {
    background: whitesmoke;
    padding: 15px;
    margin: 0 5px 15px!important;
    border-radius: 15px;
    font-size: 18px;
}
.job-content {
    /* border: solid 1px #cacaca; */
    padding: 15px;
    box-shadow: 0 0px 9px #dadada;
    margin: 15px 0;
}



@media screen and (min-width: 767px) {
    .job-dt-wrap >* {
        margin-left: calc( var(--hwrapper-gap,4.2rem) / 2 ) !important;
        margin-right: calc( var(--hwrapper-gap,4.2rem) / 2 ) !important;
    }
}

.job-dt-wrap i {
    display: block;
    color: #000;
}

.job-content {
    /* border: solid 1px #cacaca; */
    padding: 15px;
    box-shadow: 0 0px 9px #dadada;
    margin: 15px 0;
}

/* end career page details  */
.map-row {
    border: solid 1px #cacaca;
}

.contact-wrap .w-iconbox {
    margin-bottom: 15px;
}

.row-img-st1 {
    box-shadow: 1px 1px 8px #989898;
    margin: 0 !important;
}

.row-img-st1 .text-col {
    padding-bottom: 15px;
}

.row-img-st1 .img-col img {
    width: 100%;
}

.about-row-icons .w-iconbox {
    flex: 0 0 30%;
    margin-bottom: 15px;
}

/* icons serv  */
.featured-section {
    position: relative;
    padding: 100px 0 70px
}

.featured-section .pattern-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 383px
}

.featured-block {
    margin-bottom: 30px
}

.featured-block .inner-box {
    position: relative;
    padding: 50px 30px
}

.featured-block .image-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 58, 102, .88)
}

.featured-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: scaleX(.7) translateX(-30px);
    -ms-transform: scaleX(.7) translateX(-30px);
    -moz-transform: scaleX(.7) translateX(-30px);
    transform: scaleX(.7) translateX(-30px);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left
}

.featured-block .inner-box:hover .image-layer {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0px);
    -ms-transform: scaleX(1) translateX(0px);
    -moz-transform: scaleX(1) translateX(0px);
    transform: scaleX(1) translateX(0px)
}

.featured-block .icon-box {
    position: relative;
    font-size: 46px;
    line-height: 1em;
    color: #1bb399;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px
}

.featured-block h3 a {
    position: relative;
    color: #222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block.style-two {
    margin-bottom: 0
}

.featured-block.style-two h3 {
    font-size: 22px
}

.featured-block p {
    position: relative;
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 12px;
    color: rgba(0, 0, 0, .7);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block .inner-box:hover .icon-box, .featured-block .inner-box:hover p, .featured-block .inner-box:hover h3 a {
    color: #fff
}

.pr-box {
    background: #fff;
    padding: 15px;
    border: solid 2px #dedede;
    border-top: solid 7px #03227d;
    margin: 35px 0 0;
}

.pr-box {
    background: #fff;
    padding: 15px;
    border: solid 2px #dedede;
    border-top: solid 7px #03227d;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 180px;
}

.featured-list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 25px 20px;
}

.featured-list li {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 30px;
    overflow: hidden;
}

.featured-list li:last-child {
    margin-bottom: 0;
}

.featured-list li .icon {
    position: relative;
    float: left;
    color: #fff;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
    display: inline-block;
    padding: 0 16px;
    background-color: #1cba9f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 20px rgba(28, 186, 159, .2)
}

.featured-list li:hover .icon {
    transform: rotateY(360deg)
}

.featured-list li .title {
    position: relative;
    display: block;
    color: #222;
    font-size: 22px;
    margin-bottom: 6px;
    display: block;
    font-weight: 700;
    font-family: exo, sans-serif
}

.featured-list li p {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 1.8em
}

.featured-list .content {
    float: left;
    max-width: 450px
}

.featured-list li:nth-child(2) .icon {
    background-color: #558dca;
    box-shadow: 0 0 20px rgba(85, 141, 202, .2)
}

.featured-list li:nth-child(3) .icon {
    background-color: #223a66;
    box-shadow: 0 0 20px rgba(34, 58, 102, .2)
}

.featured-list-two {
    position: relative
}

.featured-list-two .content {
    position: relative;
    float: left;
    max-width: 450px
}

.featured-list-two li {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 32px
}

.featured-list-two li p {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.7em
}

.featured-list-two li:last-child {
    margin-bottom: 0
}

.featured-list-two .icon {
    position: relative;
    content: '';
    float: left;
    color: #223a66;
    font-size: 44px;
    margin-right: 30px;
    text-align: center;
    display: inline-block
}

.featured-list-two .title {
    position: relative;
    display: block;
    color: #222;
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: exo, sans-serif
}

/* form style  */
.wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    vertical-align: top;
    padding: 0.5rem 15px;
    margin: 11px 0 0;
    background: #fff;
    border: solid 1px #cacaca;
    box-shadow: none;
    border-radius: 5px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"], .wpcf7-form input[type="date"], .wpcf7-form textarea, .wpcf7-form select {
    margin-top: 0.4rem;
    background: #f1f1f1;
}

.form-st1 {
    position: relative;
    padding: 15px;
    margin: 0 -15px;
    border-radius: 15px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 5px;
}

.form-col1,.form-col2 ,.form-col3 {
    padding: 0 15px;
}

.form-col3 {
    width: 33%;
}

.form-col2 {
    width: 50%;
}

.form-col1 {
    width: 100%;
}

.form-col1.btn-form {
    /* text-align: center; */
    margin: 15px 0;
}
.btn-form input.wpcf7-form-control.wpcf7-submit {
    background: #3467b1;
    min-width: 30%;
}
.btn-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #6fc2ff !important;
    color:#000 !important;
}
@media (min-width: 768px) {
    .contact-row .vc_column-inner {
        padding: 64px !important;
    }
}

@media (max-width: 768px) {
    .form-col2,.form-col3,.form-col1 {
        width: 100%;
    }
}

/* service offer  */
.services-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 25px;
    color: #fff;
    height: 125px;
    resize: none;
    font-size: 14px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-form .form-group.button-group {
    position: relative;
    margin: 0
}

.services-form .submit-btn {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 23px;
    color: #2a3f90 !important;
    font-weight: 500;
    text-align: center;
    padding: 56px 15px;
    z-index: 1;
    background: 0 0;
    text-decoration: underline;
    text-transform: capitalize;
}

.services-form .submit-btn:hover {
    color: #558dca !important;
    text-decoration: none;
}

.services-form .submit-btn:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 0;
    right: 20px;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg)
}

.services-form .form-group:last-child {
    right: -30px
}

.services-form .form-group:first-child .ui-selectmenu-button.ui-button {
    padding-left: 52px
}

.services-form .form-group .map-icon {
    position: absolute;
    content: '';
    left: 40px;
    top: 18px;
    color: #fff;
    z-index: 1;
    font-size: 18px
}

.services-form .form-group .location-icon {
    position: absolute;
    content: '';
    right: 40px;
    top: 18px;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    font-weight: 400
}

.services-form .form-group:first-child .ui-button .ui-icon:before {
    display: none
}

.services-form .form-group .left-curves {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.services-form .form-group .left-curves:before {
    position: absolute;
    content: '';
    left: 4px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%)
}

.services-form .form-group .left-curves:after {
    position: absolute;
    content: '';
    left: 26px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%)
}

.services-form .form-group .right-curves {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.services-form .form-group .right-curves:before {
    position: absolute;
    content: '';
    left: -27px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%)
}

.services-form .form-group .right-curves:after {
    position: absolute;
    content: '';
    left: -35px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%)
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 56px;
    padding: 10px 28px;
    line-height: 34px;
    color: #fff;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3)
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 6px;
    font-size: 0;
    text-indent: 0;
    color: #333
}

.form-group .ui-button .ui-icon:before {
    font-family: icomoon !important;
    content: "\e874";
    position: absolute;
    right: 0;
    top: 2px !important;
    height: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    z-index: 5
}

.product-row .w-tabs-section-content {
    padding: 63px 0 40px !important;
}

.product-row .w-tabs-item {
    height: 83px !important;
    min-width: 164px !important;
    box-shadow: 1px 1px 14px rgb(0 0 0 / 44%) !important;
    background: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 15px !important;
}

.product-row button.w-tabs-item.active, .w-tabs-item:hover ,  button.w-tabs-item.active {
    background: #075086 !important;
    color: #fff !important;
}

.product-row .w-tabs.style_timeline2>.w-tabs-list .w-tabs-list-h:before {
    border-color: #ffffff;
    border-top-width: 1px;
}

/* footer  */
footer .w-iconbox.iconpos_left .w-iconbox-icon {
    margin-right: 0;
    margin-left: 1.5rem;
    margin-left: 5px;
}

footer .w-iconbox .w-iconbox-title {
    font-weight: 500;
}

footer .w-iconbox-meta {
    margin: 0 5px;
}

.time-list {
    position: relative
}

.time-list ul {
    list-style: none;
}

.time-list li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #313131;
    line-height: 1.7em;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0
}

.time-list li:last-child {
    padding-bottom: 0;
    border: transparent
}

.time-list li .t1 {
    position: relative;
    float: right
}

.footer-bottom {
    position: relative;
    padding: 20px 0;
    background-image: -ms-linear-gradient(left, #1DB9A0 0%, #4d94c4 100%) !important;
    background-image: -moz-linear-gradient(left, #1DB9A0 0%, #4d94c4 100%) !important;
    background-image: -o-linear-gradient(left, #1DB9A0 0%, #4d94c4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1DB9A0), color-stop(100, #4d94c4)) !important;
    background-image: -webkit-linear-gradient(left, #1DB9A0 0%, #4d94c4 100%) !important;
    background-image: linear-gradient(to right, #1DB9A0 0%, #4d94c4 100%) !important;
}

/* #Cursor
================================================== */
/* .cursor, .cursor2, .cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: normal;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cursor {
    background: url("images/favicon.png");
    background-size: 20px 20px;
    background-color: #29f6ca;
    height: 0;
    width: 0;
    z-index: 99999;
}

.cursor2, .cursor3 {
    height: 55px;
    width: 55px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.cursor2.hover, .cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    mix-blend-mode: difference;
    border: none
}

.cursor2 {
    border: 2px solid #2971f6;
    background: rgb(255 255 255 / 84%) url("images/favicon.png") no-repeat center center;
    background-size: 22px ;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
    background: #000;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
 */




/* curser  */
/* #about, #home {
    cursor: none;
} */
.cursor,
.cursor2,
.cursor3{
  position: fixed;
  border-radius: 50%;	
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  transition: all .3s linear;
}
.cursor {
  background-color: #fb0404;
  z-index: 109;
  height: 2px;
  width: 2px;
}
.cursor2,
.cursor3{
  height: 100px;
  width: 100px;
  z-index: 108;
  transition: all 0.3s ease-out;
}
.cursor2.hover,
.cursor3.hover {
  transform: scale(1.4) translateX(-35%) translateY(-35%);
  border: none;
  background: transparent;
}

.cursor2.hover {
  background: rgba(255,255,255,0.3);
}


.ball {
    background: #fff;
    height: 100px;
    width: 100px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    border: 1px solid #ffffff;
    z-index: 100;
    transition: all .3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}

.ball::before {
    content: "\f063";
    font-family: "fontawesome";
    font-weight: 900;
}


@media screen and (max-width: 1200px) {
    .cursor, .cursor2, .cursor3 {
        display: none
    }
}

/* #popup
================================================== */
.w-popup-wrap {
    justify-content: flex-end;
}

.w-popup-box {
    height: 100%;
}

.w-popup-box.animation_slideTop .w-popup-box-h {
    transform: translateX(100%);
}

.w-popup-box.animation_slideTop.active .w-popup-box-h {
    height: 100%;
}

.w-popup-box-content {
    overflow: hidden;
    height: 100%;
    background: #272727 !important;
    padding: 30px 0!important;
}

.w-popup-box .w-socials.style_solid .w-socials-item-link {
    background: var(--color-content-bg-alt-grad);
    color: #1cb89d;
}

.w-popup i.material-icons {
    font-size: 33px;
}

.box-grey {
    background: #F4F4F4;
    padding: 31px;
    border-radius: 15px;
}

.box-icon-st1 {
    position: relative;
    background: #F4F4F4;
    border-radius: 15px;
    padding: 15px;
    min-height: 350px;
}

.box-icon-st1 p {
    font-size: 14px;
    line-height: normal;
}

@media screen and (max-width: 767px) {
    .box-icon-st1 {
        min-height: 50px;
    }
}

.main-title h2 {
    border-top: solid 1px #5cbcb0;
    position: relative;
    padding: 5px 15px 0;
    margin: 0;
    text-align: initial !important;
    color: #594C96;
}

.main-title h2:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 15px;
    right: 15px;
    width: 30px;
    height: 6px;
    background: #9c27b0;
    border-radius: 100px;
}

.product-grid .post_title {
    background: #f1f1f1;
    width: 100%;
    padding: 9px 0!important;
}

.product-grid img {
    height: 200px;
    object-fit: contain;
}

/* custom fileds  */
.pdf-link span.w-post-elm-value {
    display: none;
}

.pdf-link a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.pdf-link i {
    position: absolute;
    top: 2%;
    left: 4px;
    font-size: 18px;
    color: #fff;
    background: #6e0a97;
    border-radius: 100px;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* listt number  horizanal */
.stick-menu-row.is_sticky {
    /* top: 140px !important; */
    background: #fff;
    /* box-shadow: 0px 4px 9px rgb(0 0 0 / 57%); */
    z-index: 66666;
    /* position: relative !important; */
}

.stick-menu-row.is_sticky ul li.active::before {
    /*     background: #fff; */
    /*     border:solid 1px #cacaca; */
    /*     color: #000; */
}

.stick-menu-row ul {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 12px;
    list-style: none;
    margin: auto;
    width: 100%;
    justify-content: center;
}

.stick-menu-row ul li {
    position: relative;
}

.stick-menu-row ul li::before {
    content: counter(step-counter);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin: 0;
    background-color: #f2631c;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    left: 50;
    visibility: hidden;
}

.stick-menu-row ul li:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    background: #666666;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
}

[lang="en-US"] .stick-menu-row ul li:last-child:after {
    display: none;
}

[lang="ar"] .stick-menu-row ul li:first-child:after {
    display: none;
}

.stick-menu-row ul li a {
    font-size: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* background: #f1f1f1; */
    /* border: solid 1px #e5e5e5; */
    border-radius: 10px;
    height: 43px;
    padding: 5px;
    display: flex;
    line-height: 18px;
    margin: 0 20px;
}

.stick-menu-row ul li a::before {
    display: none;
}

.stick-menu-row li.active a, .stick-menu-row li.active a {
    color: #fff !important;
    background: #438fc9;
}

/* end listt number horizanal  */
.branch-banner img {
    height: 350px;
    object-fit: cover;
}

/* new aaasccc  */
.info-project-list ul {
    list-style: none;
    margin: 0;
    background: #fff;
}

.info-project-list ul li {
    background: #fff;
    box-shadow: 1px 1px 6px #afafaf;
    border-radius: 15px;
    padding: 15px;
    margin: 15px 0;
}
.box-about-1 {
    max-width: 1112px;
    width: calc(100% - 20px);
    margin-left: auto;
    transform: translateY(-5px);
    margin-top: -120px;
    margin-right: auto;
    padding: 45px 45px 0;
    background: #ffffff;
    position: relative;
    border-radius: 13px;
}

.box-about-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 204px;
    top: 0;
    left: 0;
    box-shadow: 0 -12px 20px #00000012;
    border-radius: 13px;
    z-index: -1;
}

.ms-icon {
    background: #fff;
    box-shadow: 0 12px 22px #00000012;
    border-radius: 25px !important;
    /* color: #d9ab23 !important; */
    padding: 23px;
}

.ms-icon .w-iconbox-icon {
    font-size: 28px !important;
    box-shadow: 0 12px 22px #00000012;
    border-radius: 25px !important;
    color: #d9ab23 !important;
}

.uvc-heading-spacer.line_with_icon:before, .uvc-heading-spacer.line_with_icon:after {
    border-color: #939393 !important;
}

/* serv grid  */
.serv-grid .serv-icon-field {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -38px;
    background: #000000;
    width: 54px;
    height: 54px;
    border-radius: 100px;
    padding: 8px;
    border: solid 3px #fff;
}

.serv-grid .icon-btn {
    position: absolute;
    bottom: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    border-radius: 0;
    /* right: 0; */
}

.serv-grid .white-box {
    
    color: #ffffff !important;
    position: absolute!important;
    text-align: center;
    align-items: center;
    left: 3rem!important;
    right: 0!important;
    bottom: 0!important;
    padding-top: 1.5rem!important;
    padding-bottom: 0.8rem!important;
    padding-left: 2rem!important;
    background: rgb(0 0 0 / 84%) !important;
}

.rtl .serv-grid .white-box {
    left: auto!important;
    right: 0!important;
    padding-right: 2rem!important;
    padding-left: 2rem !important;
}

.serv-grid .usg_post_content_1 {
    font-size: 14px;
}

.serv-grid h2.w-post-elm.post_title {
    font-size: 1.2rem!important;
    margin: 0;
}
.serv-grid .w-grid-item {
    position:relative;
    z-index: 2;
    padding: 0 15px 15px !important;
 }
.serv-grid .w-grid-item-h {
    z-index: 2;

 }
.serv-grid  .w-grid-item::after {
    content:"";
    /* color:#BA9459; */
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 95%;
    z-index: 0;
}
.serv-grid .owl-item:nth-child(1) .w-grid-item::after ,.serv-grid .owl-item:nth-child(1) .serv-icon-field , .serv-grid .owl-item:nth-child(1) .icon-btn {
    background: #BA9459;
    color:#BA9459;
}




.serv-grid .owl-item:nth-child(2) .w-grid-item::after ,.serv-grid .owl-item:nth-child(2) .serv-icon-field , .serv-grid .owl-item:nth-child(2) .icon-btn {
    background: #79BC19;
}

.serv-grid .owl-item:nth-child(3) .w-grid-item::after ,.serv-grid .owl-item:nth-child(3) .serv-icon-field , .serv-grid .owl-item:nth-child(3) .icon-btn {
    background: #1D388C;
}

.serv-grid .owl-item:nth-child(4) .w-grid-item::after,.serv-grid .owl-item:nth-child(4) .serv-icon-field , .serv-grid .owl-item:nth-child(4) .icon-btn {
    background: #398230;
}

.serv-page-row .serv-grid .w-grid-item:nth-child(1) .serv-icon-field , .serv-page-row .serv-grid .w-grid-item:nth-child(1) .icon-btn {
    /* background: #D9B62A; */
}

.serv-page-row .serv-grid .w-grid-item:nth-child(2) .serv-icon-field , .serv-page-row .serv-grid .w-grid-item:nth-child(2) .icon-btn {
    /* background: #79BC19; */
}

.serv-page-row .serv-grid .w-grid-item:nth-child(3) .serv-icon-field , .serv-page-row .serv-grid .w-grid-item:nth-child(3) .icon-btn {
    /* background: #1D388C; */
}

.serv-page-row .serv-grid .w-grid-item:nth-child(4) .serv-icon-field , .serv-page-row .serv-grid .w-grid-item:nth-child(4) .icon-btn {
    /* background: #398230; */
}

/* project grid  */
.project-grid .w-grid-item-h {
    margin-bottom: 27px;
    padding-bottom: 50px;
}

.project-grid .plus-btn {
    position: absolute;
    right: 24px;
    top: -25px;
    background: #000000;
    width: 47px;
    height: 47px;
    border-radius: 15px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 8px rgb(38 38 38 / 35%) !important;
}

.rtl .project-grid .plus-btn {
    right: auto;
    left: 25px;
}

.project-grid .icon-btn {
    position: absolute;
    bottom: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
}

.project-grid .white-box {
    color: var(--color-content-heading)!important;
    position: absolute!important;
    left: 1rem!important;
    right: 1rem!important;
    bottom: 20px!important;
    padding-top: 0.8rem!important;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
    padding-bottom: 1.2rem!important;
    border-radius: 15px;
    background: var(--color-content-bg)!important;
    box-shadow: 1px 1px 7px #8b8b8b;
}

.project-grid .post_image {
    border-radius: 15px;
}

.project-grid .cat-link {
    margin: 0 !important;
    font-size: 13px;
}

.project-grid .usg_post_content_1 {
    font-size: 14px;
}

.project-grid h2.w-post-elm.post_title {
    font-size: 1.2rem!important;
}

.project-grid .owl-item {
    transition: all 0.5s;
}

/* .project-grid .owl-item:hover {
   transform: scale(1.1);
   z-index: 2;
   position: relative;
} */
.project-grid .w-grid-item-h:hover .us-btn-style_1:after {
    height: 100%;
}

/* project grid 2  */


.project-grid-2 .w-grid-item-h {
    height: 280px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 15px;
}
.project-grid-2 article.w-grid-item:nth-child(2) .w-grid-item-h  {
      height: 578px !important;
}


.project-grid-2  article.w-grid-item {
    border-radius: 15px;
    overflow: hidden;
}

.project-grid-2 .plus-btn {top: 14%;background: #20296f;}

.project-grid-2 .white-box {
    background: rgb(0 0 0 / 85%) !important;
    /* box-shadow: 1px 1px 7px #818181; */
    color: #fff !important;
}

.project-grid-2 .white-box .usg_post_taxonomy_1 {
    color: #fec902 !important;
}

/* clients grid  */
.clients-grid .post_image {
	 background: #fff;
    border: solid 1px #cacaca;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 100px;
}

.clients-grid img {
    object-fit: contain;
    height: 100%;
}
/* page-title-row   */
.page-title-row {
    background-image: url(/wp-content/uploads/2024/09/title-bg.jpg) !important;
    background-position: top center;
    background-size: cover !important;
}
.page-title-row,.page-title-row .l-section-img ,.page-title-row .l-section-overlay {
    /* background: #eeeeee !important; */
}

.page-title-row .l-section-overlay {
    background: rgb(0 0 0 / 56%) !important;
}

.page-title-row .post_title {
    font-size: 32px;
    background: #3467b1;
    border-radius: 15px;
    padding: 15px;
    display: inline-flex;
    min-width: 250px;
    justify-content: center;
    text-align: center;
}

.w-tabs.style_trendy>.w-tabs-list .w-tabs-item{
    background: #ffffff;
    color: #000000;
    margin-bottom: 15px;
    font-size:24px;
    font-weight:800 !important;
    border-radius:15px;
}

.w-tabs.style_trendy>.w-tabs-list .w-tabs-item.active {
    background: #031279;
    color: #fff;

    margin-bottom: 15px;
}
/* footer  */
footer .menu a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}

footer .menu a i {
    width: 15px;
    order: 1;
    font-size: 12px;
    color: #3467b1;
}
.f-contact-box .w-iconbox-icon {
    color: #0f1867;
}
.subscrbie-row .f-sub-title {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 60px;
}

.subscrbie-row {
    margin-top: -94px !important;
    position: relative;
    z-index: 2;
    padding: 5px !important;
    background: #757575 !important;
	 background: #0f1867 !important;
}
.subscrbie-row .uvc-heading-spacer.line_only {
    position: absolute;
    right: 0;
    top: 50%;
}

.subscrbie-row span.uvc-headings-line {
    width: 50px !important;
    border-bottom-width: 4px !important;
}

/* .l-footer {
    overflow: initial !important;
    margin-top: 130px;
} */

.subscrbie-row .house {
    margin-top: -90px;
}
.f-contact-box .w-iconbox-icon {
    color: #3467b1;
}

.subscrbie-row .es-form-field-container {
    display: flex;
}

.subscrbie-row .es-form-field-container input#esfpx_email_0fe74ada6116e {
    width: 100%;
    min-width: 314px;
    height: 100%;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.subscrbie-row .es-form-field-container .gjs-row {
    /* width: 100%; */
}

.subscrbie-row .es-form-field-container .gjs-row:first-child {
    display: none;
}
.f-social .w-socials-item a {
    background: #3467b1;
    color: #fff !important;
}
#btn-wrap input[type="submit"] {color: #000 !important;width:100%;background: #fed63e;border-top-right-radius: 0;border-bottom-right-radius: 0;}
footer .w-menu .menu {
    column-count: 2;
}

.f-title span.w-text-h {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.f-title span.w-text-h::before {
    content: "";
    background: #fff;
    width: 37px;
    height: 6px;
    position: absolute;
    bottom: 0;
}
@media (min-width: 1025px){
	    .qr-footer {
    position: absolute;
    top: -167px;
   right: -58px;
}
   .rtl  .qr-footer {
    position: absolute;
    top: -167px;
	   right: auto;
    left: -53px;
}

    }
/* serv grid edit  */

.cat-services.serv-grid .serv-icon-field , .serv-grid .serv-icon-field  {
    /* display: none; */
}

.serv-grid .post_content {
    display: none;
}

.serv-grid .white-box {
    height: 70px;
    width: 100%;
}

.serv-grid h2.w-post-elm.post_title {
    font-size: 18px !important;
}
.c-box-st1 .w-iconbox-icon {
    background: #000 !important;
    color: #fff !important;
}
/* side nave  */

.side-nav {
        position: fixed;
        top: 165px;
        left: -247px;
        direction: ltr;
        z-index: 9999;
        width: 0;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.side-nav ul li {
    display: block;
    margin: 5px;
    background: rgba(10, 125, 102, 0.4);
    background: #211d1e;
    width: 300px;
    text-align: right;
    padding: 6px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    box-shadow: 1px 1px 6px #adadad;
}

.side-nav ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(210px, 0);
    -ms-transform: translate(210px, 0);
    -o-transform: translate(210px, 0);
    transform: translate(240px, 0);
    background: rgba(10, 125, 102, 1);
    background: #727272;
}


.side-nav ul li a {color: #FFF !important;display: flex;justify-content: flex-end;align-items: center;font-size: 20px !important;text-decoration: none !important;transition: all 0.5s;}
.side-nav i {
    padding: 5px;
    background: rgb(0 0 0);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.side-nav ul li:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.side-nav ul li i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 10px;
    transition: all 1s;
}




/* end side nav  */

/* project grid two */
.product-grid .w-grid-item-h {
    background: #262626 !important;
}
.product-grid .wp-post-image {
    height: 280px;
	  height: 330px;
    object-fit: cover;
/* 	    object-fit: fill; */
}
.product-grid .co-wrap {
    background: #262626;
    padding: 15px !important;
/*     height: 100%; */
}

.product-grid .post_title {
    color: #ffffff !important;
}
.product-grid  .post_taxonomy {
    color: #7e7e7e;
    font-weight: 500;
}

.product-grid  .w-html.usg_html_1.icon-arrow-box {
    background: #5c5c5c;
    color: #000;
    min-width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rtl .product-grid .w-html.usg_html_1.icon-arrow-box i.fas.fa-arrow-right::before {
    content: "\f060";
}


/* news grid st2  */
.news-grid-st2 .w-grid-item-h {
    padding-bottom: 25px;
}


.product-cat-grid-st2 .co-box {
       position: relative;
       background: #E6E6E6;
       background: linear-gradient(179deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 76%);
       border: solid 1px #cacaca;
       border-radius: 15px;
       /* margin-bottom: 30px !important; */
       box-shadow: 3px 3px 12px #a7a7a7;
       justify-content: center;
       margin: 0 15px;
}


.product-cat-grid-st2 a.w-btn {
    /* display: inline-flex; */
    /* width: auto; */
    text-align: left;
}
.product-cat-grid-st2 .w-grid-item-h{overflow: initial !important;}
.product-cat-grid-st2 .co-box {
    position: relative;
    transition:all 0.5s;
     transform: scale(1) rotate(0);
}

.product-cat-grid-st2 .w-grid-item-h:hover .co-box {

    background:#e5af32;
        transform: scale(1) rotate(360deg);
      transform: rotate3d(0, 1, 0, -160deg);
    
}
.product-cat-grid-st2 .w-grid-item-h:hover .cat-dc , .product-cat-grid-st2 .w-grid-item-h:hover .co-box .post_title , .product-cat-grid-st2 .w-grid-item-h:hover .co-box .post_content , .product-cat-grid-st2 .w-grid-item-h:hover .co-box a.w-btn{
      transform: rotate3d(0, 1, 0, 160deg) !important;
}
.product-cat-grid-st2 .w-grid-item-h:hover .co-box  a.w-btn{
    color:#000 !important;
}
.product-cat-grid-st2 .cat-img {
    height: 250px;
}

.cat-dc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ft row  */
.ft-row {
    background: url("/wp-content/uploads/2025/08/plus-bg.svg") no-repeat  42% 45%;
}
.ft-row .ft-icon-box {
    padding: 25px;
    /* background: #000; */
    /* margin: 5px; */
}


.news-grid  .date-field {
    background: #4295D1;
    color: #fff;
    padding: 15px;
    width: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.news-grid .usg_post_taxonomy_1 {
    color: #4295d1;
}


/* cat -grid  */
.product-cat-grid  .usg_post_custom_field_1.type_image {
    height: 250px;
}

.product-cat-grid h2.w-post-elm.post_title {
    font-size: 22px;
    text-align: center;
    padding: 15px;
}

.product-cat-grid {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10) !important;
    border-radius: 30px;
}

/* tabs  */
.branch-inner-row {
    /* background: #cacacaca; */
    padding: 15px;
}

.branch-inner-row i {
    color: #2880ca;
}

.branch-inner-row .wpb_wrapper {
    padding: 15px 30px;
    border-radius: 100px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10) !important;
}

/* bg shadwo  */
.bg-shadow{
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10) !important;
   border-radius: 30px;
}
.bg-shadow-grid{
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10) !important;
     border-radius: 30px;
}
.tabs-branches .w-tabs-section-content {
    background: #ffffff !important;
    padding: 30px;
    margin-top: 3rem;
    opacity: 1 !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10) !important;
}



.w-tabs.style_radio2>.w-tabs-list .w-tabs-item:not(.active):focus, .no-touch .w-tabs.style_radio2>.w-tabs-list .w-tabs-item:not(.active):hover {
    color: #fff !important;
}
/* shbox  */
.sh-box {
    background: #ebebeb;
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    border-radius: 15px;
}

.sh-box h2.nm {
    background: #3467b1;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: relative;
    top: -11px;
    left: -50px;
}
.comn-box {
    min-height: 270px;
    padding: 50px;
    border-radius: 100px;
    border-radius: 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10) !important;
}

.comn-box i {
    color: #075086;
}
/* responsive  */
@media screen and (max-width: 767px) {
    .line-t .uvc-sub-heading {
    margin: auto;
}
    .ft-big-row  {
    text-align:center;
}
.ft-big-row h2 br {
    display: none;
}

    .ft-row {
    background: transparent;
}
    .ft-row .ft-icon-box {
    padding: 25px;
    background: rgb(20 50 85 / 46%);
    /* margin: 5px; */
        border-radius:15px;
}
    button[type=submit]:not(.w-btn), input[type=submit]:not(.w-btn), .us-nav-style_1>*, .navstyle_1>.owl-nav button, .us-btn-style_1 {
        font-size: 1rem !important;
        padding: 10px !important;
    }

.counter-row .vc_col-sm-3.wpb_column.vc_column_container {
    width: 50% !important;
}

.counter-row .l-section-img {
    display: none;
}



.featuerd-box {
    background: rgb(0 0 0 / 44%);
    border-radius: 15px;
    padding: 15px;
}

    .contact-row {
        text-align: center;
    }

    .contact-row .w-socials {
        margin: 25px 0 15px;
    }

    .fullwidth-section-two .icon-box {
        float: none;
        font-size: 64px;
        line-height: 1em;
        margin-top: 20px;
        margin-right: 0;
        display: block;
        text-align: center;
    }

    .fullwidth-section-two .phone .title {
        margin-bottom: 15px;
    }


    .services-form .submit-btn:before {
        left: 0;
        right: 0;
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX( 0deg);
        transform: skewX( 0deg);
    }

    .services-form .form-group:last-child {
        right: 0;
        margin-bottom: 10px !important;
    }

  
    .services-form .submit-btn {
        padding: 20px 10px;
        text-decoration: none;
        text-transform: capitalize;
    }

    
    .featured-list li {
        position: relative;
        color: #000;
        font-size: 17px;
        line-height: 1.8em;
        margin-bottom: 30px;
        border: solid 1px #cacaca;
        border-radius: 15px;
        padding: 15px;
        margin-bottom: 15px;
    }

    .featured-list li .icon {
        margin-bottom: 20px;
    }

    .featured-list .content {
        max-width: 100%;
    }

    .fullwidth-section-two strong {
        font-size: 26px;
    }

    .job-dt-wrap {
        flex-wrap: wrap;
    }

    .job-dt-wrap .w-post-elm {
        flex: 0 0 44%;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .g-filters-list, .w-filter.state_desktop[class*="style_switch_"] .w-filter-item-values {
        justify-content: center!important;
    }

    .slick-next, .slick-prev {
        top: 100% !important;
        margin-top: 15px !important;
    }

    .slick-prev {
        right: 40% !important;
        left: auto !important;
    }

    .slick-next {
        right: auto !important;
        left: 35% !important;
    }

    [dir=rtl] .slick-prev {
        right: auto !important;
        left: 40% !important;
    }

    [dir=rtl] .slick-next {
        right: 35% !important;
        left: auto !important;
    }

    .box-about-1 {
        max-width: 1112px;
        width: calc(100% - 20px);
        margin-left: auto;
        transform: translateY(-5px);
        margin-top: -50px;
        margin-right: auto;
        padding: 25px 15px 0;
        background: #ffffff;
        position: relative;
        border-radius: 13px;
    }

    .about-row-icons .w-iconbox {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .col-dt .vc_column-inner {
        padding-top: 0 !important;
    }

    .f-wrapper {
        flex-direction: column;
        margin: 15px 0;
    }

    .f-wrapper .t1 {
        font-weight: 500;
        margin-bottom: 15px;
    }

    .contact-wrap {
        justify-content: flex-start !important;
    }

    .contact-page-section .form-column .inner-column, .featured-block .inner-box {
        border: solid 1px #cacaca;
        border-radius: 15px;
        padding: 15px;
        margin-bottom: 15px;
    }

    .subscrbie-row {
        padding: 0px!important;
    }

    .subscrbie-row h2 {
        line-height: normal !important;
    }

    .subscrbie-row .wrap-h {
        flex-direction: column;
    }


    .subscrbie-row .house {
        /* margin-top: -106px; */
        margin-bottom: 15px;
    }

    .subscrbie-row .f-sub-title {
        text-align: center !important;
    }

    .subscrbie-row .f-sub-title .uvc-heading-spacer.line_only {
        text-align: center;
        display: flex;
        justify-content: center;
    }
	.subscrbie-row .es-form-field-container input#esfpx_email_0fe74ada6116e {
    min-width: 214px;
}
}
/* end responsive  */





/* animation  */
.iso-anm {
    position: absolute;
    width: 170px;
    margin-top: -61px;
    top: 40%;
    left:-50px;
    z-index: 0;
    display: block;
    /* transform: rotate(-180deg); */
    animation-name: roll;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 2s;
}
.rtls .iso-anm {
 left: auto;
    right: -50px;
}
.circle2 {
    display: block;
    height: 100px;
    width: 100px;
     transform: rotate(90);
    background: yellow;
    border-radius: 50%;
    background: radial-gradient(circle at 100px 100px, #ffff00, #fff);
    animation-name: roll;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-delay: 2s;
}

@keyframes roll {
    /* Basic move left and right*/
    0% {
        transform: translateX(10px) rotate(0);
    }

    20% {
        transform: translateX(-10px) rotate(0);
    }

    100% {
        transform: translateX(-500px) rotate(-2turn);
    }

    0% {
        transform: translateY(100px) rotate(0);
    }
}


.w-iconbox-icon {
      animation-duration: 1s;
  animation-iteration-count: infinite;
     animation-name: tada;
}

.animated {
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

.logo-outer a:hover , main a:hover  , header .w-btn:hover , i {
          animation-duration: 1s;
  animation-iteration-count: infinite;
     animation-name: tada;
}
.logo-outer {
    background: #fff;
    position: relative;

}
.logo-outer::before {
    content:"";
    background: #fff;
    display: block;
    position:absolute;
    top: 0;
    left: -1000px;
    width: 1146px;
    height: 100%;
}

.logo-outer  img {
    padding: 10px;
}


/* new home  */

.product-cat-grid-side .w-grid-item-h {
    background-color: #666 !important;
    color:#fff !important;
    padding: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.10) !important;
}

.product-cat-grid-side .w-grid-item-h img {
    height: 300px !important;
    object-fit: cover;
}

.product-cat-grid-side .w-grid-item-h .w-post-elm.post_title {
        color:#fff !important;
    font-size:20px !important;
    height:50px;
}

.product-cat-grid-side .w-grid-item-h:hover .w-post-elm.post_title {
        color:#000 !important;
}
 .product-cat-grid-side a.w-btn {
         color:#fff !important;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     padding: 5px 0;
     transition: all .4s cubic-bezier(.65,.05,.36,1) 0s;
     }
.product-cat-grid-side .w-btn i {
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    border: 1px solid #dee2e6 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation:none !important;
    transition: all .4s cubic-bezier(.65,.05,.36,1) 0s;
}
   
.product-cat-grid-side .w-grid-item-h:hover .w-btn  {
    color:#000 !important;


}
.product-cat-grid-side .w-grid-item-h:hover .w-btn i  {
  border: 1px solid #000 !important;

}
    
.product-cat-grid-side .w-btn:hover i {
    width: 80px;
    height: 80px;

}





body .product-cat-grid-side .w-grid-item-h:before {
    content: "" !important;
    background-color: #fff !important;
    height:auto !important;
	 width:auto !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateY(101%);
    transition: all .4s cubic-bezier(.65,.05,.36,1) 0s;
}
body .product-cat-grid-side .w-grid-item-h:hover:before {
    transform: translateY(0);
    transition: all .4s cubic-bezier(.65,.05,.36,1) 0s;
}

.product-cat-grid-side .w-grid-item-h .decoration-line-fill {
    height: 2px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    /* border-bottom: 1px solid #ffffff !important; */
    background: #ffffff;
}
.product-cat-grid-side .w-grid-item-h .decoration-line-fill:before {
    content: "";
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    transform: translateX(calc(-100% - 1px));
    transition: all .4s cubic-bezier(.65,.05,.36,1) 0s;
    /* z-index: 2; */
}
.product-cat-grid-side .w-grid-item-h:hover .decoration-line-fill:before {
    background-color: #1e2f37 !important;
      border-bottom: 1px solid #000000 !important;
    transform: translateX(0);
    transition: all .4s cubic-bezier(.65,.05,.36,1) 0s;
}


/* .project-grid-side   */

.project-grid-side .w-grid-item-h {
    background-color: #364f5a !important;
    color:#fff !important;
    padding: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.10) !important;
}

body .project-grid-side .w-grid-item-h:before {
    content: "" !important;
    background-color: #fff !important;
    height:auto !important;
	 width:auto !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateY(101%);
    transition: all .4s cubic-bezier(.65,.05,.36,1) 0s;
}
body .project-grid-side .w-grid-item-h:hover:before {
    transform: translateY(0);
    transition: all .4s cubic-bezier(.65,.05,.36,1) 0s;
}

.project-grid-side .w-grid-item-h .w-post-elm.post_title {
        color:#fff !important;
    font-size:20px !important;
    height:50px;
}

.project-grid-side .w-grid-item-h:hover .w-post-elm.post_title {
        color:#000 !important;
}

.project-grid-side .usg_post_image_1 img{
    height: 350px;
    object-fit: cover;
}


.white-row .uvc-heading-spacer.line_only {
    display: none !important;
}
.line-t .uvc-sub-heading::before {
  display: none !important;
}

.white-row .line-t .uvc-sub-heading h2 {
    color: #fff;
}

.sh-box {
    background: #ebebeb;
    position: relative;
    margin: 25px;
    padding: 15px;
    padding-left: 30px;
    border-radius: 15px;
}

.bg-shadow2 {
    background: transparent !important;
    /* margin: 0 !important; */
}

.sh-box img {
    height: 220px !important;
    object-fit: cover;
}



.clients-grid .w-grid-item-h {
    /* background: #fff; */
}

.owl-carousel.navstyle_circle .owl-nav button {
    background: #fff;
    height: 5rem;
    width: 5rem;
    margin: 0 -15px;
}


/* menu header mega  */
.menu-block-row .col-text {
    padding: 40px 0 !important;
}



.menu-block-row .col-text .menu-block-txt .wpb_wrapper   {
    display:flex;
}

.menu-block-row {
    padding: 0 !important;
}
.menu-block-row .col-text h3 {
    color:#515151;
    font-weight: 400;
    text-transform:capitalize;
}
.menu-block-row .col-text .t2 {
    width: 58%;
}
.menu-block-row .col-text ul.nav {
    list-style: none;
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
}

.menu-block-row .col-text ul.nav a {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.menu-block-row .col-text ul.nav a:hover:after {
    content: "\f178";
    font-family: "fontawesome";
    font-weight: 900;
}
.menu-block-row .col-text .t1 {
    width: 30%;
}


.menu-block-row .col-text h4 {
    margin: 0 0 10px;
}

.menu-block-row .col-text li {
    margin: 0;
}

.menu-block-row .col-text .nav-box a {
    font-size:14px;
    font-weight: 400 !important;
    padding: 5px 10px !important;
    position: relative;
    border-bottom:solid 1px #cacaca;
}
.menu-block-row .col-text .nav-box a::before {
    content:"";
background:#dfdfdf;
    width:0;
    height:1px;
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    transition:all 0.2s;
}
.menu-block-row .col-text .nav-box a:hover::before {
    content:"";
background:#4a4a4a;
    width:100%;

}

.product-m-row .project-grid-side .usg_post_image_1 img {
    height: 220px;
    object-fit: cover;
}
.menu-block-thumb img {
    min-height: 80vh;
    object-fit: cover;
}
/* end menu mega  */

ul.w-nav-list.level_1 > span {
	position: absolute;
	border-bottom: 4px solid transparent;
	z-index: -1;
	transform: translateX(-60px);
}

ul.w-nav-list.level_1 a,
ul.w-nav-list.level_1 > span {
	transition: all .35s ease-in-out;
}