/*
Theme Name: jabeen
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');


html {
    font-family: 'HelveticaNeue' ;
}
ul {
    /*list-style-type: none;*/
    margin-left: 0;
}

.l-preloader {

    z-index: 119257;

}
.l-preloader {
    background: #ffffff !important;
}
.l-preloader-spinner img {
	max-width: 153px;
	border-radius: 0;
}
.l-preloader-spinner:after {
    position: absolute;
    top: 0;
    left: 38%;
    display: block;
    width: 190px;
    height: 190px;
    border-top: 2px solid #B38916;
    border-right: 2px solid #B38916;
    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: #03227d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #87bd49;
}



::-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'; */
}





p {
    /* text-align: justify; */
}
img.alignright {
    float: right;
    margin: 0 0 2rem 2rem;
}

@media (min-width: 768px){
	a.w-nav-anchor.level_1 span.w-nav-title {
    font-weight: 700;
}
.h-title {
    position: relative;
    padding: 15px 5px !important;
}

.h-title.level_2 > a.w-nav-anchor.level_2 {
    border-bottom: solid 1px #D6B253 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 0 5px;
}
	}
.job-box {
    border: solid 1px #cacaca;
    border-radius: 15px;
    margin: 15px;
}
.jobs-grid .w-grid-item-h {
    display: flex;
}
.jobs-grid .left-colm {
    margin: 0 15px;
}
.jobs-grid .w-grid-item {
    position: relative;
    border: solid 3px #7fa545;
    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  .usg_html_1 {
    width: 60px;
}

.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;
}
.emaillist .es_submit_button {
    background-color: #ababab;
    height: 25px;
    line-height: 0px;
    border-radius: 13px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 30px;
    font-family: 'HelveticaNeueLTW20-Roman';
}
.emaillist input.es_required_field.es_txt_email {
    /* width: 155px; */
    height: 30px;
    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;
}

.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 {
    font-size: 12px;
    margin: 15px 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: 12px !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;
}


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  */

.team-row img {
    height: 393px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    object-position: top;
}

.team-row h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.team-row .sub {
    font-weight: bold;
    color: #7e7e7e;
}

/* 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: #007934;
}

.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: #fff;
}
.form-st1 {
    position: relative;
    padding: 15px;
    margin: 0 -15px;
    border-radius: 15px;
    background: #f1f1f1;
}
.form-st1 p {

    margin: 0 !important;
}
.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 0;
}
@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: #1cba9f !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
}

/* 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
}




@media screen and (max-width: 767px){

.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;
}

 header .logo-outer:before,   .container-fluid .outer-section .left-column .inner-column:before, .services-form .form-group .left-curves, .services-form .form-group .right-curves {
    display: none;
}
.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;
}
.w-nav.type_mobile li a.w-nav-anchor.level_1 {
    padding: 8px 20px !important;
}
.w-nav.type_mobile li a.w-nav-anchor.level_2 {
    padding: 8px 35px !important;
}
.services-form .submit-btn {
    padding: 20px 10px;
        text-decoration: none;
    text-transform: capitalize;
}

/* ul.w-nav-list.level_2 {
    height: auto ;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block ;
    opacity: 1 ;
} */
.timeline-wrapper {
    overflow: initial !important;
}
.yearItem label {
    position: relative;
    right: 15px;
    top: 19px;
    font-size: 10px;
    font-weight: bold;
}

.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;

}
.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;
}

}





  /* #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);
}

@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;
}
}

/* box icon 2 */
.icon-box-st2 {
    /* background: #fff; */
}

.icon-box-st2 .w-iconbox.box-icon-st2 {
    background: #b38916;
    padding: 15px;
    width: 100%;
    min-height: 180px;
}

.icon-box-st2 .w-iconbox-icon {
    font-size: 66px !important;
}

.icon-box-st2  .w-iconbox-title {
    color: #fff !important;
    max-width: initial;
    font-size: 20px;
}

/* end box icon 2 */

.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;
}


.box-flex1 {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-top: -50px;
    z-index: 6;
    position: relative;
    box-shadow: 1px 1px 13px #c7c7c7;
}
@media (min-width: 991px){
.box-flex1 .w-image img {
    width: 186px;
    margin-top: -50px;
    margin-bottom: -50px;
}
}
.news-home .w-grid-list article.w-grid-item.size_1x1:nth-child(2) .w-hwrapper.usg_hwrapper_2.align_none.valign_top {
    flex-wrap: wrap !important;
}
.w-post-elm.post_image.usg_post_image_1 {
    margin-bottom: 0;
}
section#contact .wpb_wrapper {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}
section#contact form p br {
    display: none;
}
section#contact form input,section#contact form textarea{
    border-radius: 10px;
}


/* fc wide  */

.fc-wide .w-grid-list .w-grid-item .w-post-elm.post_image {
    width: 30%!important;
    margin: 0;
}
.fc-wide .w-grid-list .w-grid-item:nth-child(even) .w-grid-item-h .w-hwrapper {
    display: flex;
    flex-direction: row-reverse;
}

.fc-wide .w-grid-list .w-grid-item:nth-child(even) .w-post-elm.post_image {
    margin-right: 0!important;
/* margin-left: 5%!important; */
}
.fc-wide .w-grid-item .w-grid-item-h:hover {
    transform: none;
    z-index: 999;
}
.fc-wide .custom-link a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
}

@media (min-width: 768px) {
  .fc-wide .w-grid-item .w-grid-item-h {
    background: #ffffff !important;
    border: solid 1px #cacaca;
    /* border-radius: 435px; */
    margin: 25px 0;
    /* box-shadow: 1px 1px 9px rgb(0 0 0 / 38%); */
}

.fc-wide .w-grid-list .w-grid-item .w-grid-item-h .w-hwrapper .w-vwrapper {
    height: 100%;
    width: 100%;
    display: flex;
    /* position: static; */
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-bottom: 0 !important;
    margin-left: auto;
}
    .fc-wide .w-grid-list h2.post_title {
    font-size: 26px;
}

.fc-wide a.w-btn.us-btn-style_1.usg_btn_1 {
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    margin-top: auto;
    margin-left: auto;
}
.rtl .fc-wide a.w-btn.us-btn-style_1.usg_btn_1 {
 margin-left:0;
    margin-right: auto;
}
    
    .fc-wide .w-grid-item .w-grid-item-h img{
        /* height:150px; */
        /* object-fit: contain; */
    }

}

@media (max-width: 768px){
.fc-wide .w-grid-list .w-grid-item .w-post-elm.post_image {
    width: 100%!important;
    margin: 0;
}
.fc-wide .w-vwrapper.usg_vwrapper_1.align_none.valign_middle {
    padding: 15px !important;
    margin-bottom: 15px;
    background: #fff;
}
.fc-wide  .w-hwrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row !important;
}
}

/* solution grid  */
.w-post-elm.post_title a {
    font-weight: 600;
}
.solutions-grid .post_title {
    color: #b38815;
	 padding: 3px 15px;
    margin-bottom: 5px !important;
}

.solutions-grid .post_date {
    color: #fff;
    background: #484848;
    border-radius: 5px;
    padding: 3px 15px;
    margin: 8px 15px 5px;
    font-size: 12px;
    direction: rtl;
    display: inline-block;
}
.solutions-grid .dt-wrap {
    padding: 0 15px;
}
.solutions-grid .w-post-elm.post_image.usg_post_image_1 {
    margin-bottom: 5px;
    /* height: 200px; */
}
.solutions-grid .w-post-elm.post_image.usg_post_image_1 img{
    height: 150px;
    object-fit: cover;
}

/* footer  */
.f-nav {
    position: relative;
}

.f-nav ul {
    list-style: none !important;
    margin: 0;
}

@media only screen and (min-width: 768px){
footer .two-col ul {
    column-count: 2;
    width: 75%;
}
}

.f-nav ul li {
   
}
.footer-bottom:before {
    border-top: solid 0.6px #c2bcbc;
    content: "";
    width: 85%;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.footer-top h4:after {
    content: "";
    border: solid 0.3px #C19C37;
    width: 63%;
    position: absolute;
    top: 38px;
   left: 20px;
}
.rtl .footer-top h4:after {
left: auto;
    right: 20px;
}


.footer-nav-col h4 {
    text-align: left !important;
}
.plaschem-footer h4:after{
    border: solid 0.3px #878888 !important;
}
.wpcf7-spinner{
    display: block;
}

@media (max-width: 768px){
.footer-top h4:after {

    display: none;
}


.f-nav {
    background: rgb(0 0 0 / 33%);
    padding: 15px;
    border-radius: 5px;
}

.f-nav a {
    display: block;
    border-bottom: solid 1px rgb(255 255 255 / 12%);
    padding: 5px;
}

.f-nav ul li {
    margin: 0;
}

.footer-nav-col h4 {
    text-align: center !important;
}

footer .w-socials-list {
    text-align: center;
}
}
.w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-title {
    padding-left: 1em !important;
}
/* .l-header.bg_transparent:not(.sticky) .l-subheader.at_middle{
    background: rgb(71 71 71 / 52%) !important;
} */
.Real_estate .w-tabs-section-title {
    width: 100%;
}
button.w-tabs-section-header.active.with_icon {
    background: #f7f7f7;
}
.Real_estate h3 {
    background: #a88c74;
    color: #fff;
}
.Real_estate h4 {
    background: #434343;
    width: 100% !important;
    color: #fff;
    padding: 5px;
    padding-right: 10px;
}
.date-real-estate strong {
    background: #a88c74;
    color: #fff;
    padding: 0 5px;
    margin: 0 10px;
}
.Real_estate a.w-btn.us-btn-style_26.icon_atleft {
    border-radius: 10px;
}
/* .readMore {
    position: relative;
    top: -35px;
    background: #434343;
    color: #fff;
    float: left;
    padding: 0 15px;
    border-radius: 10px;
    left: 45px;
} */
#pcontact .form-st1.consult-form {
    background: transparent;
}
.form-row{
	margin-bottom:20px;
}
input, textarea,select{
    border-radius: 13px !important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: transparent;
    border: solid;
}
#pcontact input, #pcontact textarea, #pcontact select {
    background: #ffffff !important;
    border: solid 2px #fff !important;
    color: #000 !important;
}
.about-slide img {
    border-radius: 15px;
}
.rtl .footer-nav-col h4{
	    text-align: right !important;	
}
.logos .w-post-elm.post_image.usg_post_image_1 {
    box-shadow: 1px 2px 10px 0px #b38815;
    border-radius: 50%;
    border: solid 1px #b38815;
}
.new-services .usg_vwrapper_1 {
    width: 48%!important;
    margin-left: 0 !important;
    margin-right: auto !important;
}
.w-image.style_circle img{
	    box-shadow: 1px 2px 10px 0px #b38815;
    border-radius: 50%;
    border: solid 1px #b38815;
}
.projectsa .w-grid-list article:nth-child(odd) .w-hwrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* min-height: 300px; */
}
.projectsa .w-grid-list article:nth-child(even) .w-hwrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
[lang="en-US"] .projectsa a.w-btn{

    margin-right: auto;
}
.full-image .post_image img {
    min-height: 250px;
    object-fit: cover;
}
.our-news img {
    border-radius: 5px;
    border: solid 1px #b38815;
}

.logos-caro .ult-item-wrap.slick-slide {
    margin: 15px !important;
}
@media (min-width: 768px){
.about-slide {
    margin: 50px;
}
	}


/* effects  */
.logos-block .w-image-h { position: relative;}
.logos-block .w-image-h:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.shadow-float .w-image-h { position: relative;}
.shadow-float .w-image-h:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

/* plseckm new  */
.flip-box1 .w-flipbox-back {
    background: #11759b;
    background: #11759b url(https://jabeen.internetsolutions.me/wp-content/uploads/2023/01/w-plaschem.png)  no-repeat center center !important;
    background-size: 160px !important;
}
.flip-box1 .w-flipbox-front {
    padding: 15px !important;
}
.flip-box1 .w-flipbox-front-icon {
    border: solid 1px #cacaca;
    border-radius: 100px;
    padding: 32px;
    width: 158px !important;
    box-shadow: 1px 1px 4px #0f769b;
}

.title-blue h2 {
    color: #2662a9 !important;
}
.flip-box1 h3.w-flipbox-front-title {
    font-size: 16px !important;
}
.flip-box1 .w-flipbox-front-desc {
    font-size: 14px;
    font-weight: bold;
    min-height: 46px;
    color: #2361a9;
}
[lang="en-US"] .flip-box1 h3.w-flipbox-front-title {
    font-size: 14px !important;
}
.flip-box1 .w-flipbox-yflank {
    background: #8c9aa1 !important;
}


/* new code  */

/* .circle-image img.rsImg.rsMainSlideImage {
    border-radius: 100%;
    width: 190px !important;
    height: 150px !important;
}
 */