/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
:root {
    --main-color: #773C36;
    --sec-color: #9F5020; 
    --light-color: #E8B660;
    --border-color: #9F5020; 
    --black-color: #000000;
    --white-color: #ffffff;
}
* {
    box-sizing: border-box;
    font-family: 'Tajawal';
    transition:all 0.3s ease-in-out;
}
html {
    font-size:1rem
}
body {
    font-family: 'Tajawal';
    font-style: normal;
    overflow-x: hidden;  
    border-top:5px solid #9F5020;
}
html .ls-direction-fix, body .ls-direction-fix, #ls-global .ls-direction-fix {
    direction: ltr !important
}
.ltr{
  direction:rtl;
}
.custom__container{
  width:100%;
  padding-left:18rem;
  padding-right:18rem;
}
.outer__container{
    padding-left:12rem;
  padding-right:12rem;
}
.footer_container{
     width:100%;
     padding-left:19rem;
     padding-right:19rem;
}
.gradiant_bk{
    background: rgb(95,114,114);
    background: linear-gradient(0deg, rgba(95,114,114,1) 100%, rgba(16,45,44,1) 100%);
}
.main_bk{
    background:var(--main-color);
}
.sec_bk{
    background:var(--sec-color);
}
.colored{
    color:var(--light-color);
}
.main_colored{
    color:var(--main-color);
}
.heading1{
    font-weight:bold;
    font-size:4.5rem;
}
.heading2{
    font-weight:bold;
    font-size:3.75rem;
}
.heading3{
    font-weight:bold;
    font-size:2.5rem;
}
.heading4{
    font-weight:400;
    font-size:3.75rem;
}
.heading5{
    font-weight:bold;
    font-size:1.8rem;
}
.medium1{
    font-weight:500;
    font-size:2rem;
}
.medium2{
    font-weight:500;
    font-size:1.5rem;
}
.medium3{
    font-weight:500;
    font-size:1rem;
}
.heading6{
    font-weight:bold;
    font-size:1.1rem;
}
.text1{
    font-weight:400;
    font-size:1.2rem;
}
.text2{
    font-weight:300;
    font-size: 1.5rem;;
}
.text5{
    font-weight:400;
    font-size:1rem;
}
.text3{
    font-weight:300;
    font-size:1.8rem;
}
.text4{
    font-weight:300;
    font-size:1rem;
}
a {
    text-decoration: none;
    display:inline-flex;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn {
    display:inline-block; 
    background: var(--light-color);
    color: var(--main-color);
    font-size: 1rem;
    font-weight:bold;
    padding: 1rem 2rem;
    box-shadow: none;
    border: 2px solid var(--light-color);
    border-radius: 20px;
    transition: all 0.5s ease-in-out
}
.white-btn {
    display:inline-block; 
    background: #FFFFFF;
    border-color: var(--white-color);
}
.border_btn{
    border-color:var(--main-color);
    background:transparent;
}
.btn:hover {
    color: var(--white-color);
    background: var(--main-color);
}
.btn svg path {
    transition: all 0.5s ease-in-out
}
.btn svg { 
    transform: rotateY(180deg);
    display: inline-block;
}
/******LOAING**********/
.loading_screen {
    position:fixed;
    width:100%;
    height:100%;
    background: #fff;
    z-index: 99999999999;
}
.loading_screen img {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.spinner {
  margin: 30% auto;
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: var(--main-color);
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/**********************FORMS***********************/
.ginput_preview{
    text-align: center !important; 
    padding-bottom: 1rem;
}
.gform_heading {
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.gform_wrapper h3.gform_title {
    font-size: 2rem !important;
    padding: 19px 0;
}
body.rtl .gform_wrapper h3.gform_title {
    color: #000;
    font-weight:400;
    font-size: 5rem !important;
}
.gform_heading .gform_description {
    color:#777;
    font-size:1.4rem;
    opacity:0.6;
    margin-bottom:7rem
}
.gform_wrapper {
    padding:0 3rem
}
.gform_wrapper li {
    position: relative
}
.gform_wrapper li .gfield_description {
    /*position: absolute;*/
    width: auto;
    z-index: 999;
    font-size: 1.6rem;
    right: 59px;
    top: 0;
}
.gform_wrapper li .gfield_validation_message{
    position: relative ;
    right: 0;
    top: 0;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li{
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li label{
   color: #F6F7F0;
    font-size: 1rem;
    font-weight: normal;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li{
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li{
}

.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:last-child{
    width:100%;
    margin-right:0 !important;
}

/*.gallery-slider .item{*/
/*  margin:20px;*/
/*  border-radius:15px;*/
/*}*/
/*.gform_wrapper li.first_name input{*/
/*}*/
/*.gform_wrapper li.last_name input{*/
/*  background:url('../images/icon2.svg')  no-repeat 93% center!important;*/
/*}*/
/*.gform_wrapper li.mail input{*/
/*}*/
/*.gform_wrapper li.msg_content input{*/
/*  background:url('../images/icon5.svg')  no-repeat 93% center!important;*/
/*}*/
/*.gform_wrapper li.msg_title input{*/
/*  background:url('../images/icon4.svg')  no-repeat 93% center!important;*/
/*}*/
/*.gform_wrapper li input::placeholder,*/
/*.gform_wrapper li textarea::placeholder{*/
/*  font-size:1rem !important;*/
/*  color:#8B8B8B;*/
/*}*/
/*.gform_wrapper li select {*/
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
/*    appearance:none;*/
/*}*/
/*.gform_wrapper li .ginput_container_select {*/
/*    position: relative;*/
/*}*/
/*.gform_wrapper li .ginput_container_select:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: url(../images/arrow-bottom2.png) center no-repeat;*/
/*    background-size:100%;*/
/*    width: 2.5rem;*/
/*    height: 2.5rem;*/
/*    top: 15px;*/
/*    left: 10px;*/
/*    z-index: 9999;*/
/*}*/
/*.gform_wrapper li input:placeholder ,*/
/*.gform_wrapper li select:placeholder {*/
/*    font-size: 1.rem !important;*/
/*    line-height: 2;*/
/*    color: #8B8B8B !important;*/
/*}*/
html[dir=rtl] .gform_legacy_markup_wrapper input[type=text]::placeholder,html[dir=rtl] .gform_legacy_markup_wrapper textarea::placeholder{ 
     color:#8B8B8B; 
 }
.gfield .iti.iti--allow-dropdown input{
    border:none !important;
}
body.rtl .gform_wrapper input[type=submit],
.gform_footer .btn {
    border-radius: 65px !important;
    background: #005629;
    border-color: transparent;
    color: #fff;
    display: flex;
    font-size: 1.1rem !important;
    width: auto !important;
    transition: all 0.5s ease-in-out;
    justify-content: center;
    font-weight: bold; 
    padding: 0.8rem 2rem !important;
    margin-top: 0rem !important;
}
/*.gform_legacy_markup_wrapper input[type=file],.gform_legacy_markup_wrapper .field_description_below .gfield_description.gform_fileupload_rules{*/
/*    font-size:0 !important; */
/*    padding:0;*/
/*    opacity:0;*/
/*}*/
body .gform_legacy_markup_wrapper .top_label div.ginput_container{
    margin:0 !important;
    padding:0 !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{
    color: #134D94;
    background: transparent !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 1rem;
    outline: none;
    padding: 0 !important;
    margin: 0;
    font-weight: 400;
    font-size: 2rem !important;
    margin-top:-1.5rem
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description.gfield_validation_message{
    margin:0;
    color:red;
    font-size: 0.8rem !important;
}
.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:last-child {
    max-width: 100% !important;
}  
.iti--separate-dial-code .iti__selected-flag
{
    background: transparent !important;
}
.gform_legacy_markup_wrapper .gform_footer { 
    margin: 0;
    padding: 0;
}
.gform_legacy_markup_wrapper {
    margin-bottom: 5rem !important;
}
body.rtl .gform_wrapper input[type=submit]:hover,
.gform_footer .btn:hover {
    color: #BFA751;
}
.gform_wrapper .payment_method label {
    color: #134D94;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    margin-right: 1rem;
}
.gform_wrapper .payment_method {
    display: flex;
    align-items: center;
}
.gfield_required {
    display: none;
}
.gform_wrapper .payment_method .ginput_container_radio {
    margin: 0 !important;
}
.gform_wrapper .payment_method ul {
    display: flex;
    align-items: center;
}
.gform_wrapper .payment_method ul li {
    display: flex;
    align-items: center;
}
.gform_wrapper .payment_method ul li input[type=radio] {
    position: absolute;
    display: none;
}
.gform_wrapper .payment_method ul li label {
    color: #fff;
    background: #666666;
    height: 5rem;
    width: 8.5rem !important;
    margin: 1rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out
}
.gform_wrapper .payment_method ul li input[type=radio]:checked + label {
    background: #000
}
.gform_wrapper .gform_body input::placeholder,
.gform_wrapper .gform_body textarea::placeholder{
    color: #000;
    font-size:1.7rem;
    line-height: 1.4;
}
input[type=submit]{
    width:auto !important;
    border: 1px solid #222222;
    background: #222222;
    border-radius: 1rem !important;
    padding: 1.5rem 9.7rem!important;
    font-size: 2.2rem !important;
    box-shadow:none;
    width:100%;
    border-radius: 5px;
    transition:all 0.5s ease-in-out;
    color:#fff;
    font-weight: 700;
}
footer .gform_confirmation_wrapper  {
    font-size:1.6rem;
    text-align:left
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important; 
}
.select2-results__option {
    margin: 7px 0 7px 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #A1040D;
    color:#fff !important;
}
.select2-dropdown {
    border-radius: 10px;
    background: #ffffff;
    padding: 9px 9px 18px 9px;
    border-color: transparent;
}
 body.rtl .gform_legacy_markup_wrapper  .gform_confirmation_message{
     text-align:center !important;
 }
.gform_confirmation_message{
    font-size:2rem;
    color:#005629;
    padding:10px 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
    right: 0 !important;
    left: auto !important;
}
#gform-modal-notification {
    font-size: 2rem;
}
/********************COMMENTS*********************/
#comments {
    margin-bottom:6rem
}
.comment-reply-title ,
.comments-header {
    color:#444;
    font-size:2.1rem;
    margin: 1.5rem 0;
}
#comments .text-warning {
    padding:0;
    color:#9c9c9c !important
}
#comments textarea , #comments input {
    background: #fff;
    border: 1px solid #b3aeae;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 20px 20px;
    font-size: 15px;
}
#comments textarea::-webkit-input-placeholder, #comments input::-webkit-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-moz-placeholder, #comments input::-moz-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea:-ms-input-placeholder, #comments input:-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-ms-input-placeholder, #comments input::-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::placeholder , #comments input::placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments .input-group {
    width: 100%;
}

#comments .input-group-addon {
    display: none;
}

#comments input[type=submit] , .logged-in-as a {
    padding: 1rem 1.5rem;
    background: #89c144;
    border: 1px solid #89c144;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    margin: 25px 0;
    display: block;
    border-radius:0;
    font-size: 1.2rem;
}
.logged-in-as a {
    display:inline-block;
    margin:0
}
#comments input[type=submit]:hover , .logged-in-as a:hover ,
.logged-in-as a:focus ,
.logged-in-as a:active {
    background: transparent;
    color: #89c144;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-color: #89c144;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.commentlist {
    padding-right: 0;
    margin-bottom: 35px;
}
.commentlist .comment-edit-link {
    display: none;
}
.commentlist h3 a {
    margin: 0;
    color: #000 !important;
}

.commentlist h3 {
    margin: 0;
}

.commentlist li {
    border-bottom: none;
    background: #ffffff;
    border-radius: 25px;
}
.commentlist .children li {
    border: none !important;
}
.commentlist li .comment-body {
    border: none;
    padding: 4rem 2.5rem;
    background: #e1e1e1;
    border-radius: 0 !important;
    overflow: hidden;
    margin: 4rem 0;
    display: block;
}
.commentlist .children li.comment > div[id*=comment-] {
    background: #ECF5FC;
}
.commentlist > li .comment-author {
    display: block;
    font-size: 0
}

.commentlist > li .comment-author cite {
    font-size: 20px;
    float: left;
    position: relative;
    left: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: normal;
}

.commentlist > li .photo {
    float: left;
    width: 74px !important;
    height: 74px !important;
    margin: 0;
    border-radius: 50%;
}

.commentlist > li .comment-meta {
    font-size: 0;
}

.commentlist > li .comment-body p {
    color: #787A95 !important;
    font-size: 16px !important;
    width: 91%;
    position: relative;
    right: 21px;
    /* text-align: right; */
    float: right;
    line-height: 30px;
}

.commentlist .children li .comment-body p {
    width: 90%;
}

.commentlist .children li .comment-body .reply {
    right: 90% !important;
}

.commentlist .reply , .commentlist .comment-reply-title a {
    position: absolute !important;
    left: 86% !important;
    bottom: 0% !important;
    width: auto;
    border-radius: 0;
}

.commentlist .reply a , .commentlist .comment-reply-title a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    border: 2px solid #89c144;
    border-radius: 0;
    /* width: 100%; */
    margin: 0 0 11px 0;
    padding: 5px 20px 8px 20px;
    line-height: 1;
    background: #89c144;
}

.commentlist .comment-reply-title a {
    width: 100px;
    text-align: center;
    color: #000 !important;
    right: 85% !important;
    bottom: 46% !important;
    display: none;
}
/*************************WIDGETS***************/
.widget-area{
  margin:10px 0;
}
.widget-area .widget_search input{
  border-right: none;
  padding: 16px;
}
.widget-area .widget_search input:focus{
  outline:none;
  box-shadow:none;
  border-color:#ccc;
}
.widget-area .widget_search span{
  border:1px solid #cccbcb;
  border-left: none;
  padding: 4px 10px;
}
.widget-area .widget_search span button{
  font-size:10px;
  color:#b4afaf;
  box-shadow:none;
  border:none;
  background:transparent;
  padding: 4px;
}
.widget-area .widget_search{
  padding-bottom:22px;
  border-bottom:1px solid #ccc;
}
.widget-area .widget_categories .widget-title{
  border:none;
  text-transform:uppercase;
}
.widget-area .widget_categories .widget-title:before{
  display:none;
}
.widget-area .widget_categories li a{
  color:#000;
  font-size:17px;
}
.widget-area .widget_categories{
  border-bottom:1px solid #ccc;
  padding-bottom:20px;
}
.widget-area .widget_recent_entries .widget-title{
  border:none;
}
.widget-area .widget_recent_entries .widget-title:before{
  display:none;
}
.widget-area .widget_recent_entries img{
  border:none;
  border-radius:50px;
  max-width: 147px !important;
  max-height: 124px !important;
  margin-right: 17px;
}
.widget-area .widget_recent_entries li{
  margin:20px 0;
  align-items: center;
  color: #000;
}
.widget-area .widget_recent_entries li a{
  color:#000;
  font-size:15px;
} 
/****************************************/


/**** Header****/
.caret {
    display: none;
}
.gallery_ryad p{
  margin:0;
  color:#9F5020;
  font-weight:500;
  font-size:1rem;
}
.gallery_ryad h4{ 
  margin:0;
  color:#E8B660;
  font-weight:400;
  font-size:1rem;
}
.gallery_ryad .icon__{
    margin-right:0.5rem;
}
.bottom_header{
    background:#9F5020;
    border-radius:20px 20px 0 0;
    padding:1.5rem 0;
}
.main-slider{
     background:#9F5020;
    border-radius:20px 20px 0 0;
    overflow: hidden !important;
}
.top_header{
    padding:2rem 0 3rem 0;
}
.top_menu{
    position:relative;
}
.top_menu .lang{
    position:absolute;
    right:0;
}
header .menu {
    position:relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    justify-content: center!important;
}
header  .menu li {
    position:relative;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    display:-webkit-box;
    display:-ms-flexbox;
    display: inline-block;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
header  .menu li a {
    display:inline-flex;
    color: var(--white-color);
    font-size: 1.1rem;
    padding: 0 1rem;
    font-weight:400;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    position:relative;
}
header  .menu li a:hover {
    color: #fff;
    font-weight:bold
}

header  .menu li a:hover:after{
    transform:scaleX(1);
}
header li .menu li a {
    color: var(--main-color);
    padding: 0 0.5rem;
    background: transparent;
    font-size: 1rem;
    font-weight: 400; 
    line-height: 2.5;
    border: none;
}
header .menu li a.dropdown-toggle{
    padding-left:2rem;
}
header .menu li.dropdown > a:before {
    content: "";
    position: absolute;
    background: url(../images/caret.svg) no-repeat  center;
    background-size:1rem;
    width: 1.8rem;
    height: 2rem;
    left: 0;
    top:0px;
}
header .menu li.dropdown a:after {
    display:none;
}
header .menu li.dropdown:hover .dropdown-menu {
    display:block;
    position:absolute
}
header .menu .dropdown-menu {
    border-radius: 0;
    margin-top: 8px;
    border: none;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.09); 
    width: 185px !important;
    left: 8px !important;
    top: 30px;
    background: var(--sec-color);
    border-radius: 1rem;
    padding: 0rem;
}
header .menu .dropdown-menu li {
    margin:0;
    width: 100%;
    padding:  0 1rem;
    border-bottom: 1px solid #D6D6D6;
}
header .menu .dropdown-menu li:last-of-type {
    border-bottom: 0;
}
header .menu .dropdown-menu li:hover a {
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    color: var(--main-color);
}
header .menu .dropdown-menu li a {
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    background:transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    padding: 0.8rem 0;
}
header  .menu li.dropdown:hover a {
    background:transparent;
}
header .menu .dropdown-menu:hover a {
    background:transparent !important; 
}
header .menu li:hover > a { 
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover ,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background:transparent;
}
.menu__wraper .dropdown-menu {
    position:relative !important;
    transform: unset !important;
    width: 100%;
    padding: 0 2rem;
    border: none;
}
.btn-menu{
 padding:0;   
 border:none;
 background:Transparent;
 border-radius:0;
}
.btn-menu svg{
    max-width:2rem;
    max-height:2rem;
}
.header__logo img{
    max-width: 10rem;
}
header{ 
    
}
.social ul{
    margin:0;
}
.social ul a svg path{
    transition:all 0.3s ease-in-out;
}
.social ul a:hover svg path{
    fill:var(--sec-color);
}
.social svg{
  max-width:2rem;
  max-height:1.5rem;
}
.social .list-inline-item:last-child{
        margin-left: 0.5rem;
}
header .wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal a{
    font-family: 'Helvetica Neue W23 for SKY';
    font-weight:400;
    color: var(--white-color);
    font-size:1.2rem;
    line-height:1;
    border:none; 
    padding:0;
    margin-left:1rem;
    position:relative;
   /* z-index:1111;*/
}
.btn--search.btn{
    padding:0;
    border:none;
    background:transparent;
    margin-left:1rem;
}
.logo_2030{
    position:relative;
    z-index:1111;
}
.logo_2030 svg{
    max-width:6rem;
}
/**********Home*************/
.home{
    position:relative;
} 
.ls-slide-backgrounds:after{
    content:'';
    position:absolute;
    width:100%;
    top:0;
    right:0;
    bottom:-1px;
    background:url('../images/slider_shadow.png') no-repeat right bottom;
    background-size:100% 100%;
    z-index:11;
}
.main-slider {  
    overflow: hidden;
}
.main-slider .ls-bottom-slidebuttons {
    position: absolute !important;
    left:18rem;
    display:flex !important;
    flex-direction:row;
    bottom: 2.5rem;
    height: auto !important;
}
.main-slider .ls-bottom-slidebuttons a{
    display:inline-block !important;
    background:
    #fff !important; 
    width: 3rem !important;
    height: 5px !important;
    margin: 0 !important;
    margin-right: 5px !important;
    opacity:0.3;
    border:none !important;
    border-radius:25px !important;
    transition:
    all .5s !important;
}
.main-slider .ls-bottom-slidebuttons a.ls-nav-active,
.main-slider  .ls-bottom-slidebuttons a:hover{
    transition:all .5s !important;
    opacity:1;
    background-color:var(--white-color) !important; 
}
.ls-nav-prev {
    background: url(../images/Up.png) no-repeat center  !important;    background-size: 100% 100% !important;
    transform: rotate(-90deg);
    transition: all 0.6s ease-in-out !important;
    right: 18rem !important;
    width: 4rem !important;
    height: 4rem !important;
    top: auto !important;
    bottom: 2rem !important; 
    border: none !important;
    border-radius: 2.5rem;
}
.slick-prev:before, .slick-next:before{
    display:none;
}
.ls-nav-next {
    background:url(../images/Up.png) no-repeat center !important; 
    background-size: 100% 100% !important;
    width:4rem !important;
    height:4rem !important; 
    right: 24.2rem !important;
     top: auto !important;
    bottom: 2rem !important;
    transition: all 0.6s ease-in-out !important;
    border: none !important;
    border-radius: 2.5rem;
    transform: rotate(90deg);
}
.banners_ .slick-prev{
  background: url(../images/Up.png) no-repeat center  !important;    background-size: 100% 100% !important;
    transform: rotate(-90deg);
    z-index:111;
    transition: all 0.6s ease-in-out !important;
    right: 18rem !important;
    left:Auto !important;
    width: 4rem !important;
    height: 4rem !important;
    top: auto !important;
    bottom: 2rem !important; 
    border: none !important;
    border-radius: 2.5rem;   
} 
.about__title-content p,
.projects .item .caption p{
    text-align: justify;
}
.banners_ .slick-next{
    background:url(../images/Up.png) no-repeat center !important; 
    background-size: 100% 100% !important;
    z-index:111;
    width:4rem !important;
    height:4rem !important; 
    right: 23.2rem !important;
     top: auto !important;
    bottom: 2rem !important;
    transition: all 0.6s ease-in-out !important;
    border: none !important;
    border-radius: 2.5rem;
    transform: rotate(90deg);
}
#word{
     position:relative;
    z-index:1111;
    color:var(--sec-color);
}
#word .image{
    padding-left: 5rem;
}
#about{
    padding-top:5rem;
    color:var(--white-color); 
    position:relative;
}
#about.page{
        color:var(--black-color); 
}
.home #about:before{ 
}
#about .about__title-content{
    position:relative; 
    padding-right: 0rem;
    line-height: 40px;
}
#about.page .text{ 
}
#about .about__title-content:before{
 
}
#about .image{  
    padding-top:3rem;
}
#about .image img{ 
}
#about.page .image{
     padding:0 ;
}
#about.page .image img{ 
}
#about .text3,#why .text3{
    font-weight:400;
}
.title .heading2{
  margin:0
}
#spacer,#spacer2 {
  width: 0px;
  float: left;
}
.page#about .image {
    border: none;
    width: 45%;
    padding: 2rem 0rem 0 2rem;
    margin: 0;
    box-sizing: border-box;
    float: right;
    clear: right;
}
.page#about .image img{ 
    border-radius:18px;
}
.single .page#about .image img{
    border:none;
    border-radius:18px;
}
#about.page{
    border:none;
}
.page#about >.about__title:nth-child(2n) {
    background:#fff;
}
.page#about >.about__title:nth-child(2n) .row{
    
    flex-direction:row-reverse;
}
.nav-tabs{
    border:None;
}
.nav-tabs .nav-link{
    color:#C4C4C4;
    border:none;
    position:relative;
    padding:0 2rem 0 1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #102D2C;
    font-size: 2.5rem;
    font-weight: bold;
    background-color: transparent;
    border: none;
}
.nav-tabs .nav-link:after{
		content:'/';
		position:absolute;
		right: 0;
		top:0;
		font-weight: 400;
		font-size: 2rem;
		color: #C4C4C4;
		height:100%;
		display:inline-flex;
		justify-content:center;
		align-items:center;
}
.nav-tabs .nav-item:last-of-type .nav-link:after{
		display:none;
}
#why .image{
     border-right:1px solid var(--border-color);
    height: 100%;
    position:relative;
}
#why .image img {
    position: absolute;
    width: auto;
    max-width: 200%;
    right: 0;
    bottom: -7rem;
}
#why.page .image{
     border:none;
     text-align:left;
}
#why.page .image img {
    position: relative;
    width: auto;
    max-width: 80%;
    left: 0;
    bottom: 0;
    margin-bottom: -7rem; 
}
#why.page .image h3{
    position:absolute;
    right:5rem;
    top:1rem;
}
#why .about__title-content{
    padding:6rem 3rem;
}
#why.page .about__title-content{
    color:var(--sec-color); 
    position:relative;
    z-index:1111;
}
.slick-dots li button {
  margin:0 5px;
  background:#fff; 
  opacity:0.3;
  display:inline-flex;
  width:3rem !important;
  height:4px !important;
  border-radius:25px; 
  padding:0;
}
 .slick-dots li.slick-active button{
  opacity:0.6;
   background:#fff;
}
 .slick-dots li button:before{
  display:none;
}
 .slick-dots li{
  margin: 0;
  height:auto;
  width: auto;
  display: inline-flex;
  padding: 10px 0 10px 0;
}
 .slick-dots{
   bottom:-50px;
 }
.services{
    
    padding-left: 2rem;
    padding-right: 5rem;
    position:relative;
    color:var(--black-color);
}
.services .item{
    box-shadow:0 10px 30px #00000010;
    border-radius:20px;
    transition:all 0.3s ease-in-out;
    margin: 2rem;
    padding:2rem;
}
.services .item:hover{
    color:#fff;
}
.services .item .image{
    padding:2rem;
}
.services .item .caption{
    
    max-width: 70%;
}
.services .item .image img{
    max-width:8rem;
    max-height:8rem;
    transition:all 0.3s ease-in-out;
}
.services .item:hover{
    background:var(--main-color);
}
.services .item a{ 
    color:var(--sec-color);
}
.services .item:hover img{ 
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(340deg) brightness(108%) contrast(101%); 
}
.services .link_more a{
    display:inline-flex;
    flex-direction: column;
    align-items: center;
    border:3px solid var(--sec-color);
    border-radius:50%;
    font-size:1rem;
    padding:1.5rem;
 transition:all 0.3s ease-in-out;
}
.services .link_more a:hover{
  transform:translateY(10px);
  background:#fff;
  color:var(--main-color);
  font-weight:500;
}
.services .link_more a:hover svg path{
  stroke:var(--main-color);
}
.services .link_more a svg{
    max-width:1rem;
    height:auto;
}
.services .title,.partners .title,.numbers .title,.news .title{
    position:relative;
} 
.news .title:after{
    left: 0;
     background:var(--main-color);
    width: 2rem;
}
.news .projects-page  .title:after{
        left: 46%;

} 
.projects .item{ 
    position:relative;  
    height:100%;
    margin-right:1rem;
}
.projects .item a{
    border-color:var(--main-color);
}
.projects .item .image{
    position:relative;
    height:100%; 
    padding-left:3rem;
} 
.projects .item .image img{
    height:100%;
    max-width: 8rem;
}
.projects .item:hover .caption{ 
}
.projects .item .caption{
    color:var(--main-color);
    background: url('../images/pro-back.png') no-repeat left bottom; 
    padding: 2rem 2rem 3rem 2rem;
    transition: all 0.3s ease-in-out;
    background-size: 100% 100%;
    margin-top:-2rem;
  transition:all 0.5s ease-in-out;
}
.projects .item:hover .caption{
   opacity:1;
    height:100%;
  transition:all 0.5s ease-in-out;
}
.projects.news_ .item .caption{
    background: #927F2D;
}
.projects .item .caption svg{
    max-width:5rem;
}
.projects .item .btn{
   border-radius:20px;
    margin-left: auto;
  transform:scaleY(0);
   display:none;
  transition:all 0.5s ease-in-out;
}
.projects .item:hover .btn{
  transform:scaleY(1);
   display:inline-flex;
  transition:all 0.5s ease-in-out;
}
.projects .slick-next,.projects .slick-prev,.news .slick-next,.news .slick-prev,.partners  .slick-next,.partners  .slick-prev{
    background:url(../images/Up-right.png) no-repeat center !important;
    background-size:100% 100% !important;
     width:4rem !important;
    height:4rem !important;
    padding:0; 
    bottom: auto;
    top: -4.5rem;
    right:1rem;
    left:auto;
}
.projects .slick-prev,.news .slick-prev,.partners  .slick-prev{
     transform: rotateZ(-180deg);
      right:5rem;
      top: -8rem;
}  
.link_more {
    margin-right: 6rem;
}
.title h4{
    margin:0;
}
.partners  .slick-prev{ 
      right:-3rem;bottom: -1rem;
}  
.partners  .slick-next{ 
      right:1rem;bottom: -1rem;
}  
.projects .slick-next:before,.projects .slick-prev:before,.news .slick-next:before,.news .slick-prev:before,.partners .slick-next:before,.partners .slick-prev:before{
    display:none
}
.projects {
    padding:0 0 6rem 0;
}
.news .slick-next,.news .slick-prev{
    top: -6rem;
    bottom: auto;
}
.news .slick-next{
    top: -5rem;
}
.news .slick-dots li button,.news .slick-dots li.slick-active button,.projects .slick-dots li button,.projects .slick-dots li.slick-active button{
    background:#773C36;
}
.partners .slick-next,.partners .slick-prev{
   
}
.partners  .slick-next{
     
}
.partners  .slick-prev{
    
}
.gallery .news .slick-next,.gallery  .news .slick-prev{
    bottom: -4rem;
    top: auto;
    
}
.gallery{
    padding-bottom:3rem;
}
.gallery .title{
    color:var(--main-color);
}
.partners .item{
    height:100%;
    padding:2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title .heading2 {
    direction: rtl;
    display: inline-flex;
}
.numbers .item h2,.numbers .item h6{ 
    color:#E8B660;
    margin:0;
}
.numbers .item p{ 
    color:#DDCDAE;
    margin:0;
} 
.numbers .item{
    margin:2rem 0;
}
.numbers  .title h3{
    color:#DDCDAE; 
}
.numbers{
    padding:5rem 0;
}
.news{
    background:#F7F5F2;
    padding:3rem 0;
}
.news .item{
    margin:10px;
    position:relative;
    border-radius:20px;
    overflow:hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news .item a{ 
    color:#000; 
}
.news .item p{
    color:#B5B5B5;
    text-align: justify;
}
.news .item a:hover{ 
}
.news .item .image{
    position:relative;
    border-radius:20px;
}
.news .item .image img{
    
    border-radius:20px;
    width:100%;
}
.news .item .image:after{
     content:'';
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:100%;
    border-radius:20px;
    opacity:0;background: rgb(119,60,54);
background: linear-gradient(0deg, rgba(119,60,54,1) 0%, rgba(119,60,54,0.5) 50%, rgba(119,60,54,0) 100%);
     transition:all 0.3s ease-in-out;
}
.news .item:hover .image:after{
    opacity:1;
}
.news .item .caption{ 
    width:100%; 
    color:var(--main-color);
    background:var(--white-color);
    padding:1.5rem 2rem;
    padding-right:4rem;
    border-radius:20px;
    margin-top:1rem;
}
.news .item .date{
  
    overflow: hidden;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #e0e9eea1;
    color: #fff;
    border-radius: 20px;
    max-width: 6rem;
    padding: 1rem 0.5rem;
}
.news .item .date h3{
    margin:0;    text-wrap: wrap;
    word-wrap: break-word;
    display: inline-block;
    white-space: wrap;max-width: 6rem;
}
/****Footer****/
.contact-info {
    position:relative;
}
.contact-info .commercial{
    position:absolute;
    right:0;
    bottom:3rem;
}
.contact-info .commercial a{
    color:#fff;
    font-size:0.6rem;
    background:#005629;
    border:2px solid #fff;
    padding:1rem;
    border-radius:25px;
}
.contact-info:before { 
}
.contact-info .item{
    color:#fff;
    cursor:pointer;
    width:33.3%;
    padding:0 1rem 2rem 0;
    transition:all 0.3s ease-in-out;
}
.contact-info .item:nth-child(3){
    padding-right:0;
}
  .contact-info .item .img img{
  max-width:3rem;
  max-height:2rem;
  display:inline-block;
  margin-right:0.6rem;
}
.contact-info .item p{
    margin:0;
}
.contact-info .item p span{
  display:inline-flex;
  direction:rtl;
}
.contact-info .item:hover{
    background:rgba(16, 45, 44, 0.08);
}
.contact-info .item svg{
    max-width:2rem;
    max-height:2rem;
    margin-right:5px;
}
.contact-map{ 
     position:relative;
}
.map_details .custom__container{
    padding-right:0 !important;
}
.map_details{
  background:var(--main-color);
  border-radius: 0 74px 74px 0 ;
  color:#fff;
  padding:1rem 0;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
    max-width: 40%;
}
.map_details .logo_{
    position:absolute;
    right:3rem;
    top:2rem;
}
.map_details .logo_ img{
    
    max-width: 6rem;
}
.map_details .top svg{
    
    max-width: 3rem;
}
.map_details .top,.map_details .bottom{ 
}
.map_details .top h4{
  font-weight:bold;
  font-size:1.8rem;
}
.map_details .top p{
  font-weight:400;
  font-size:1.1rem;
    margin-right: 8rem
}
.map_details .bottom { 
    
    padding-bottom: 0.5rem;
    padding-right: 0.7rem;
}
.map_details .bottom ul{
  display:flex;
    flex-wrap: wrap;
  align-items:center;
  list-style:none;
  margin:0;
  padding: 0;
}
.map_details .bottom ul a{
  font-size:1rem;
  color:#DDCDAE;
  font-family:'Alexandria';
  font-weight:500;
  margin-right:1rem;
}
.map_details .bottom ul a svg{
  margin-right:0.5rem;
  max-width:1rem;
  max-height:1rem;
}
footer{
    margin:2rem;
    margin:0;
    background: #fff; 
}
.footer__top {
    position:relative;
    background:#FFFFFF;
}
.footer__top .footer_social{
    position:absolute;
    right:5rem;
    bottom:1rem;
}
.footer__top .footer_social svg{
    max-width:2rem;
    max-height:2rem;
}
.footer__bottom .rights{
    margin:0; 
}
.footer__bottom .rights span{ 
    display:inline-block;
}
.footer__bottom .rowaad a{  
    color:#773C36;
}
.footer__bottom .rowaad svg{
    margin-left:5px;
}
footer .footer-widget-title{
  color:var(--main-color);
  font-size: 2rem;
  line-height: 1;
  transition:all 0.7s ease-in-out;
  font-weight: 500; 
  padding:0;
}
footer .footer-widget-title:before{
  display:none;
}
footer .footer-menu ul {
    list-style:none;
    padding:0; 
    display:flex;
    align-items:Center;
}
footer .footer-menu ul.menu li {
    width: 100%;
    display: inline-block;
}
footer .footer-menu ul li a {
    color:#773C36;
    font-size: 1.1rem;
    line-height:2;
    transition:all 0.7s ease-in-out;
    font-weight: 400;
    padding:0 1rem;
}
footer .footer-menu ul li:hover a {
    color:var(--sec-color); 
}
/*****************Breacrumb************/
#breadcrumbs{
    position:relative;
   margin:0;
    color:#fff;
    padding: 3rem 0;
  border-radius:20px 20px 0 0;
}
#breadcrumbs:before{
        z-index: -1;

    content:'';
    right:0;
    top:0;
    height:100%;
    width:100%;
    position: absolute; 
    background: #9F5020;
 }
#breadcrumbs:after{ 
    content:'';
    right:0;
    top:0;
    height:100%;
    width:100%;
    position: absolute;
  border-radius:20px 20px 0 0;
    background: rgb(119,60,54);
background: linear-gradient(0deg, rgba(119,60,54,1) 0%, rgba(119,60,54,0.7) 50%, rgba(119,60,54,0.5) 100%);
}
#breadcrumbs .text{
    position:relative;
    z-index:111;
    text-align: left;
}
#breadcrumbs h3{
    color:#DDCDAE;
}
#breadcrumbs a{
  position:relative;
  color:#DDCDAE;
    padding-right: 2rem;
}
#breadcrumbs a:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px !important;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #DDCDAE;
    border-bottom: 2px solid #DDCDAE;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg);
}
/**********pager**************/
.post-nav {
    width: 100%;
    margin: 4rem 0;
    display: flex;
    justify-content: center;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    border: none;
    border-radius: 0;
    padding: 5px;
    width: fit-content;
    height: 5rem;
}
.post-nav .pager li .arr span {
    padding: 0;
     transform: rotate(90deg);
}
.post-nav .pager li .arr.prev svg {
    transform: rotate(180deg)
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 0;
    margin: 0; 
    font-size: 0rem;
    background:Transparent !important;
}
/******************pages****************/
.news.page .title:after{
    display:none
}
.news.page .item a{
    background:transparent;
}
.gallery .heading3{
    font-weight:bold;
    margin-top:1rem;
}
.news .item .caption.play {
    z-index: 1;
    padding: 0;
}
.news .item .caption.play svg{
    max-width:4rem;
}
.contact-page{ 
      padding: 0rem 0 0rem 0;
}
.contact-page .right {
    padding: 0rem 5rem 1rem 0rem;  
}
.contact-page .gform_wrapper {
    padding: 0;
}
.contact-page .right .tit h2{
  color:#fff ;
  font-size: 1.5rem;
}
.contact-page .right .tit p{
  color:#fff;
  font-size: 0.9rem;
}
.contact-page .gform_legacy_markup_wrapper {
    margin-bottom: 0rem !important;
}
.contact-page .items{
    padding-left:6rem;
}
.contact-page .gform_wrapper li input{
}
.contact-page .items .item p{
    color: #202020;
    font-size: 1.2rem;
    font-weight: bold;
    margin:0;
}
.contact-page .items .item a{
    display: inline-flex;
    direction: rtl;
}
.btn-menu {
    pointer-events: none;
}
.projects-page{
    
    padding-bottom: 5rem ;
    margin-bottom: 5rem;
}
.projects .projects-page .slick-next
{
    right: 55%;
}
.projects .projects-page .slick-prev
{
    right: 50%;
}
.news .projects-page .slick-next
{
    right: 55%;
    bottom: -6rem;
    top: auto;
}
.news .projects-page .slick-prev
{
    right: 50%;
    bottom: -6rem;
    top: auto;
}
.footer__bottom {
        border-top: 1px solid #FFFFFF33;
   color:#773C36;
}
.page .pros2-slider,.page .partners2-slider,.page .news2-slider,.search-slider{
  padding-bottom:5rem;
}
.projects .pros2-slider .slick-next, .projects .pros2-slider .slick-prev,.page .partners2-slider .slick-next,.page  .partners2-slider .slick-prev,
.projects .news2-slider .slick-next, .projects .news2-slider .slick-prev,.projects .search-slider .slick-next, .projects .search-slider .slick-prev
{
  bottom:0;
  right:44%;
  top:auto;
  transform: rotate(180deg);
}
.projects .pros2-slider .slick-next,.page .partners2-slider .slick-next,.projects .news2-slider .slick-next,.projects .search-slider .slick-next{
  bottom: 0rem;
  right: 49%;
  transform: rotate(0deg);
}
footer .footer-menu ul li a{
  position:relative;
}
footer .footer-menu ul li a:before{
  content:'';
  position:absolute;
  width:0;
  height:3px;
  background:var(--sec-color);
  left:-0.5rem;
  top:50%; 
  transition:all 0.3s ease-in-out;
}
footer .footer-menu ul li a:hover:before{
  width:0.8rem;
}
.to-top{  
    left: 2rem;
    right:auto !important;
}
.about__title {
    
    margin-bottom: 3rem;
}
.about__title-content .date{
  position:absolute;
  right:1rem;
  top:1rem;
  color:#005629;
  font-size:1rem;
}
#searchform {
    margin-bottom:2rem;
}
#searchform .form-control {
    height:50px;
    font-size: 1vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box; 
    padding: 1.05em 0;
    color: #000;
    border: none;
    border-bottom: 2px solid #BFA751;
}
.partners .slick-dots{
    position: absolute;
    top: -5rem;
    right: 5rem;
    bottom: auto;
    width: auto;
}
.partners .slick-dots li button{
    background:#773C36;
}
.partners .slick-dots li.slick-active button{
    background:#773C36;
}
.banners_{
    background:#DDCDAE;
    padding-top:3rem;
}
.banners_ .item {
    position:relative;
    color:#fff;
    padding:6rem 0 5rem 0;
}
.banners_ .item a{
    padding:0.7rem 3rem;
}
.banners_ .item .caption{
    max-width: 60%;
    position: relative;
    z-index: 11;
    text-align: left;
}
.banners_ .item .caption p{
    max-width: 70%;
        text-align: justify;
}
.banners_ .item .image{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.banners_ .item .image:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    opacity:0.62;
    background:url('../images/banners_shaow.png') no-repeat left bottom;
    background-size: 100% 100%;
}
.banners_ .slick-dots{
    bottom: 3rem;
}
.newsletter  form{
  display:flex;
  background:transparent;
  border-radius:65px;
  border:1px solid #773C36;
  height:80px; 
  margin-left:3rem;
} 
.newsletter  form label{
  font-size:0;
  margin:0;
  height:100%;
}
.newsletter  form input{
  background:transparent;
  border:none;
  height:100%;
  display:inline-block !important;
  font-size: 1rem;
  padding-left:2rem;
  font-weight:300;
  color:#D3D3D3;
  width: 250px !important;
}
.newsletter  form input::placeholder{
  color:#D3D3D3;
  font-size:1rem
}
.newsletter  form .btn{
  background:#773C36;
  border:2px solid #fff;
  border-radius:0 65px 65px 0 !important;
  padding:0 2rem!important;
  margin-left:auto;
  font-size:1rem !important;
  font-weight:bold; 
  width:auto !important;
  height: 100%;
  transition:all .4s ease;
  color:#fff;
}
.newsletter  form .btn:hover{
  background:var(--sec-color);
  color:var(--main-color);
}
.newsletter{
    padding:3rem 0;
}
.es-field-wrap{
    margin:0 !important;
}
.social a{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  padding:0.75rem;
  background:#F8F5F0;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}
.social a.btn{
    width:auto;
    height:auto;
    border-radius:20px;
    background:var(--light-color);
    border-color:var(--main-color);
}
footer .social{
    position:absolute;
    right:0;
}
.jobs{
  padding: 3rem 0 2rem 0;
}
.jobs .jobs_items{
    display:flex;
    flex-wrap:wrap;
    padding-bottom: 150px;
}
.jobs .jobs_items .item{
    width: 100%;
    text-align:left;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    margin:20px 10px;
    padding: 17px 0px 50px 10%;
    transition:all 0.5s ease-in-out;
    margin-right: 0;
}
.jobs .jobs_items .item ul{
  list-style:none;
  display:flex;
  direction:rtl;
  justify-content:space-between;
}
.jobs .jobs_items .item ul li:nth-child(1) a h2{
  color: #0E294D;
  font-size: 30px;
  line-height: 60px;
  margin: 0;
  font-weight: bold;
  width: 54%;
  text-align: right;
  line-height: 35px;
}
.jobs .jobs_items .item:hover ul li:nth-child(1) a h2{
  color:#fff
}
.jobs .jobs_items .item:hover{
  background: #0E294D;
  border-color: #0E294D;
}
.jobs .item{
  text-align:left;
  border: 2px solid #9F5020;
  border-radius: 25px;
  margin-bottom: 1rem;
   padding: 2rem 1rem 0.5rem 2rem;
  position: relative;
  transition:all .3s ease;
}
.jobs .item a{
    display:none
}
.jobs .item:hover a{
    display:inline-block !important
}
.jobs .item .content h2{
  font-weight: normal;
  text-align: left;
  color: #9F5020;
  font-size: 1.5rem;
}
.jobs .item .text p{
    color: #9F5020;
    font-size:16px;
    font-weight:normal;
}
.jobs .item .content p{
  color: #6D6D6D;
  font-size: 16px;
  font-weight: normal;
  padding: 1px 0 10px 0;
  line-height: 27px;
}
.jobs .item .text,.single-job .job_txt .text{
  display:flex;
  align-items:center;
}
.jobs .item a{
    background:#9F5020;
    color:#fff;
    padding:0.5rem 1.5rem;
    border-radius:30px;
    font-size:16px;
    font-weight:normal;
    margin-top:0.5rem
}
.contact-page.ask_page{
     padding-top: 4rem;
     width: 94%;
     margin: auto;
 }
 .contact-page.ask_page form{
   width: 90%;
   margin:auto
 }
 .contact-page.ask_page .gform_legacy_markup_wrapper{
      margin-top:0;
 }
.contact-page .gform_wrapper {
    padding: 0;
}
.contact-page .gform_legacy_markup_wrapper {
    margin-bottom: 0rem !important;
}
.contact-page .gform_wrapper li input{
}
.gform_heading .gform_description {
    color:#0E3323;
    font-size:1rem;
    font-family:'GE SS Two';
    font-weight:500;
}
.contact-page .gform_wrapper {
    padding: 0;
    padding-bottom: 6rem;
}
.gform_legacy_markup_wrapper .gform_heading {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.gform_wrapper {
    padding:0 3rem
}
.gform_wrapper li {
    position: relative
}
.gform_wrapper li .gfield_description {
    /*position: absolute;*/
    width: auto;
    z-index: 999;
    font-size: 1.6rem;
    right: 59px;
    top: 0;
}
.gform_wrapper li .gfield_validation_message{
    position: relative ;
    right: 0;
    top: 0;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields{list-style: none;
    padding: 0;
    list-style: none;
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li{
    width: 100%;
    margin: 0.8rem 0 !important;
    border: 2px solid #773C36;
    border-radius:10px;
    padding: 1rem !important;
    background: transparent;
}
.ask_page .gform_legacy_markup_wrapper ul.gform_fields li{
    width: 48%;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li label{
   color: #9F5020;
   font-size: 1.2rem;
   font-weight: normal;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:nth-child(2n+1){
    margin-right: 0px !important;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:nth-child(2n){
    padding-right:0px !important;
}

.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:last-child{
    width:100%;
    margin-right:0 !important;
}
.gform_wrapper li textarea ,
.gform_wrapper li input ,
.gform_wrapper li select,
.ginput_container_fileupload{
    color: #000000;
    background: #FFFFFF !important;
    width: 100% !important;
    outline: none;
    padding: 0  !important;
    margin:  0;
    font-weight: 300 !important;
    font-size: 1rem !important;
    line-height:2.2 !important;
    height: 3.4rem;
    border: none !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{
     color: #000;
    background: url('../images/up-load.png') no-repeat left center !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 1rem;
    outline: none;
    padding: 0 0 0 1.3rem !important;
    margin: 0;
    font-weight: 300;
    font-size: 1rem !important;
    margin-top:-2.5rem;
  margin-left:1rem;
}
.gform_wrapper li select{
  line-height:20px!important;
}
.gform_wrapper li input::placeholder,
.gform_wrapper li textarea::placeholder{
  font-size:1rem !important;
  color:#000000 !important;;
  font-weight:300 !important;
}
.hide{
    display:none;
}
.gform_wrapper li select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.gform_wrapper .btn{
 
}
.gform_wrapper li .ginput_container_select {
    position: relative;
}
.gform_wrapper li .ginput_container_select:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-bottom2.png) center no-repeat;
    background-size:100%;
    width: 1rem;
    height: 1rem;
    top: 20px;
    right: 16px;
    z-index: 9999;
}
.gform_wrapper li input:placeholder ,
.gform_wrapper li select:placeholder {
    font-size: 1.2rem !important;
    line-height: 2;
    color: #000000 !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper input[type=text]::placeholder,html[dir=rtl] .gform_legacy_markup_wrapper textarea::placeholder{ 
     color:#000000;
     font-weight:400;
 }
.gfield .iti.iti--allow-dropdown input{
    border:none !important;
}
body.rtl .gform_wrapper input[type=submit],
.gform_footer .btn {
    border-radius: 0 10px 10px 0 !important;
    border-color: transparent;
    color: #9F5020;
    display: flex;
    font-size: 1.5rem !important;
    width: 26% !important;
    transition: all 0.5s ease-in-out;
    justify-content: center;
    margin-top: 0rem !important;
    background: none;
    font-weight: bold;
    padding: 0 !important;
}
.gform_legacy_markup_wrapper input[type=file],.gform_legacy_markup_wrapper .field_description_below .gfield_description.gform_fileupload_rules{
    font-size:0 !important; 
    padding:0;
    opacity:0;
}
.gform_legacy_markup_wrapper input[type=file]{
  border:1px solid #000 !important
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container{
    margin:0 !important;
    padding:0 !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{
    color: #B6B7B8;
    background: transparent !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 1rem;
    outline: none;
    padding: 0 0 0 1.3rem !important;
    margin: 0;
    font-weight: 300;
    font-size: 1rem !important;
    
}
body.rtl .gform_legacy_markup_wrapper .gfield--type-fileupload .ginput_preview{
    
    text-align: center !important;
    padding: 10px 0 !important;
}
.gform_legacy_markup_wrapper  .gfield--type-fileupload.field_description_below .gfield_description{
      background: transparent !important;
      margin-top:-2.5rem;
  margin-right:1rem;
  
}
.gform_legacy_markup_wrapper .gfield--type-fileupload{
      background: url('../images/upload.png') no-repeat 90% center,transparent !important; 
            background-size: 3rem !important;
}
.gform_legacy_markup_wrapper .gfield--type-fileupload input, .ginput_container_fileupload{
    background:transparent !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description.gfield_validation_message{
    margin:0;
    color:red;
    font-size: 0.8rem !important;
}
.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:last-child {
    max-width: 100% !important;
}  
.iti--separate-dial-code .iti__selected-flag
{
    background: transparent !important;
}
.gform_legacy_markup_wrapper .gform_footer { 
    margin: 0;
    padding: 0;
}
.gform_legacy_markup_wrapper {
    margin-bottom: 5rem !important;
}
body.rtl .gform_wrapper input[type=submit]:hover,
.gform_footer .btn:hover {
    color: #5EB650;
    border-color: #5EB650;
    background:#fff;
}
.gform_wrapper .payment_method label {
    color: #134D94;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    margin-right: 1rem;
}
.gform_wrapper .payment_method {
    display: flex;
    align-items: center;
}
.gfield_required {
    display: none;
}
.gform_wrapper .payment_method .ginput_container_radio {
    margin: 0 !important;
}
.gform_wrapper .payment_method ul {
    display: flex;
    align-items: center;
}
.gform_wrapper .payment_method ul li {
    display: flex;
    align-items: center;
}


.about__title-content{
    flex-direction: row-reverse;
}
.about__title-content p,
.about__title-content h2{
     text-align: left !important;  
}
.pro_page-content:before {
    content: '';
    position: absolute;
    top: -2rem;
    bottom: -2rem;
    right: -3rem;
    left: -3rem;
    z-index: -1;
    background: url(../images/pro_single.png) no-repeat right top;
    background-size: 100% 100%;
}
.pro_page-content {
    position: relative;
    padding: 2rem;
}
.page_single  img{
    border-radius:18px;
}
.page_single p{
    color: #9D877A;
}


.gform_legacy_markup_wrapper textarea.large {
    height: 120px !important; 
}
 .news .slick-next{
     right:11rem;
 }
 .news .slick-prev{
      right:8rem;
 }

@media(max-width: 1580px) and (min-width: 992px) {
    .contact-map map{
        height:350px !important;
    }
    .upload_File a span { 
    padding: 0.5rem 1.5rem;
    }
    .upload_File a span  svg{
        
    max-width: 25px;
    max-height: 25px;
    }
    footer .footer-menu ul li a{
        font-size:1rem
    }
    .main-slider{
            margin-top: -0.8rem;
    }
    .bottom_header {
    padding: 1.5rem 0 2rem 0;
}
    .custom__container {
    width: 100%;
    padding-left: 12rem;
    padding-right: 12rem;
}
.main-slider .ls-bottom-slidebuttons { 
    left:14rem; 
} 
.ls-nav-prev ,.banners_  .slick-prev{ 
    right: 21rem !important; 
}
.news .slick-prev{
    right: 9rem;
}
.news .slick-next{
    right:5rem;
}
.news .slick-next {
    top: -4.5rem;
}
.ls-nav-next,.banners_  .slick-next { 
    right: 17.2rem !important; 
}
.news .projects-page .title:after{
    display:none;
}
.news .projects-page .slick-prev {
    right: 46%;
}
.projects-page {
    padding-bottom: 2rem;
}
    .header__logo img{
    width: 9rem;
      }
     .news.page_ .item .heading3 {
    font-weight: 500;
    font-size: 1.5rem;
}
      .projects .item .caption svg {
    max-width: 3rem;
}
.text2 {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 30px;
}
      header {  
      }
    .btn-menu{
        
    padding: 0 !important;
    background: transparent !important;
    }
  .heading3 { 
    font-size: 1.4rem;
    }
    .btn { 
    font-size: 1rem;
    padding: 0.8rem 2rem;
    }
    .news .item .date{ 
    border-radius: 15px;
    max-width: 5rem; 
    }
    .news .item .date h3{
        font-size: 1.2rem; 
    max-width: 5rem; 
    }
    .news .item .caption { 
    padding:1rem  2rem;
    padding-right:2rem;
    }
    .heading1 { 
    font-size: 3rem;
      }
      .heading2 { 
    font-size: 2.3rem;
      }
      .heading4 { 
           font-size: 2.3rem;
        }
         .heading6 { 
           font-size: 1rem;
        }
        .text3 { 
    font-size: 1.4rem;
      }
      .text1 {  
          
      }
      .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { 
    font-size: 2rem;
      }
    
.contact-info .item  .text4{
  font-size:0.8rem
}

    .heading6 { 
    font-size: 1rem;
    }
    #breadcrumbs a:after { 
    top: 5px;
    }
    .social svg {
    max-width: 1.5rem;
    max-height: 1.2rem;
     }
    .social  .list-inline-item:not(:last-child) {
    margin-right: 0.2rem; 
            margin-left: 0.2rem;
        }
        header .menu li a { 
    font-size: 0.8rem;
    padding: 0 0.3rem;
        }
        .wpml-ls-legacy-list-horizontal a { 
    font-size: 1.2rem;
        }
        .search-wrap svg{
    max-width: 25px;
    max-height: 25px;
        }
        
        .ls-nav-prev,.ls-nav-next, .banners_  .slick-next,.banners_  .slick-prev { 
    width: 3rem !important;
    height: 3rem !important;
        }
        #about .image img{  
   }
   .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
     }
    .btn svg { 
    max-width: 18px; 
     }
     .text1{ 
    font-size: 1rem;
       }
      .heading5{ 
    font-size: 1.4rem;
       }
       .projects .slick-next, .projects .slick-prev, .news .slick-next, .news .slick-prev, .partners .slick-next, .partners .slick-prev { 
    width: 3rem !important;
    height: 3rem !important;
       }
       .projects .slick-prev, .news .slick-prev, .partners .slick-prev { 
    top: -6rem;
}
.map_details .top h4 { 
    font-size: 1.4rem;
}
    .map_details .top p { 
    font-size: 0.9rem;
}
.text4 { 
    font-size: 0.8rem;
}
.map_details .top { 
}
.news2-slider .text1,.search-slider .text1{
    font-size:0.8rem;
}
.news2-slider .heading5,.search-slider .heading5{
    font-size:1.1rem;
}
body{
     border-top:4px solid #9F5020;
} 
.outer__container {
    padding-left: 8rem;
    padding-right: 8rem;
}
.newsletter  form{
    height:70px;
}
.newsletter form .btn { 
    padding: 0 1rem!important;
}
.gform_wrapper li textarea, .gform_wrapper li input, .gform_wrapper li select, .ginput_container_fileupload{
    
    height: 2.2rem;
}
}
@media(max-width: 1191px) and (min-width: 992px) {
     .projects .item .caption svg {
    max-width: 3rem;
}
 .ls-nav-prev,.ls-nav-next,.banners_ .slick-next,.banners_  .slick-prev{
        
    width: 3rem !important;
    height: 3rem !important;
    }
    .custom__container { 
    padding-right: 4rem;
    padding-left: 4rem;
}
.about__title .row{
        align-items: flex-end;
}
.about__title .row .col-lg-5{
     padding-bottom:3rem;
}
.projects .slick-next, .news .slick-next, .partners .slick-next {
    right: -3rem;
}
.projects .slick-prev, .partners .slick-prev {
    right: 1rem;
}
.news .slick-next {
    right: 3rem;
}
.news .slick-prev{
    right: 7rem;
}
.main-slider svg{
  display:none;
}
}
@media(max-width: 991px) and (min-width: 768px) {
    #why .image img { 
    bottom: -3rem;
      }
      header .menu li a {
    font-size: 1rem;
    padding: 0 0.4rem;
      }
      .gform_wrapper li textarea, .gform_wrapper li input, .gform_wrapper li select {
    padding:0 !important;
      }
      .news .item .heading3 { 
    font-size: 1rem;
  }
   .news .item .btn {
      
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .news .item .date h3{
      font-size:1rem;
      max-width:3rem;
  }
      .contact-page .items {
    padding-top: 2rem;
    text-align: center;
    padding-left: 0;
}
     .btn-menu {
    pointer-events: auto;
     }
     .projects .item .caption svg {
    max-width: 3rem;
}
.main-slider svg{
  display:none;
}
 .ls-nav-prev,.ls-nav-next,.banners_ .slick-next,.banners_  .slick-prev{
        
    width: 3rem !important;
    height: 3rem !important;
    }
      .custom__container { 
    padding-right: 8rem;
    padding-left: 8rem;
}

#about {
    margin-top: -1px;
}
.top_menu .lang {
    position: relative;
    right: auto;
    margin-left: 8px;
}


}

@media(max-width:768px) {
    header .menu li {
    width: 100%;

}
.projects {
    padding: 1rem 0 6rem 0;
}
.about__title-content p,
.about__title-content img,
.about__title-content div{
    width:100% !important;
}
.about__title-content {
    flex-direction: column;
}
footer .footer-menu ul li a:before{
    display:none;
}
footer .footer-menu ul {
    flex-wrap: wrap;
}
.upload_File a span {
    padding: 0rem 1rem;
}
.about__title-content {
    flex-direction: column;
}
.about__title .upload_File{
    position:relative;
}
.upload_File a span svg{
    width:20px;
}
.upload_File a {
    margin-bottom: 2rem;
    
}
    .home .slick-next,.home .slick-prev{
        display:none !important;
    }
    .contact-page.ask_page {
    padding-top: 2rem;
    width: 100%;
}
    .bottom_header {
    /*background: transparent;*/
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li {
    width: 100%;
    margin: 0.5rem 0 !important;
}
.ask_page .gform_legacy_markup_wrapper ul.gform_fields li {
    width: 100%;
}
.news .item .caption {
    padding: 1rem 1rem;
    padding-right: 0rem;
    margin-top: 1rem;
}
.partners .slick-dots {
    display: none !important;
}
.partners  img{
    width:130px;
    height:130px;
}
.banners_ .item img{
    height:100%;
}
    footer .footer-menu ul li a {
    padding: 0px 0.3rem;
}
.footer__top .align-items-center{
    flex-direction: column;
}
footer .social {
    position: relative;
    padding-top: 1rem;
}
footer .social ul{
    display:flex;
    flex-direction: row !important;
}
    .outer__container{
        padding-left: 0rem;
    padding-right: 0;
    }
    .medium2 {
    font-weight: 500;
    font-size: 1.2rem;
}
    .banners_ .item .caption {
    max-width: 100%;
}
    .newsletter form {
    margin-left: 0;
}
.newsletter form input {
    width: 100% !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 1rem 2rem;}
.newsletter form .btn {
    padding: 0px 0.5rem!important;
}
    #breadcrumbs h3{
        margin:0;
    }
    .contact-info { 
    margin-top: 2rem;
}
header .menu li a:after{
    display:none;
}
    .contact-info .item { 
    padding: 0.5rem 0rem 0.5rem 0;
    }
    .search__wraper {
    padding: 5rem 1rem;
}


    .btn-menu {
    pointer-events: auto;
    }
    #breadcrumbs a:after {
    top: 5px;
    }
    .hidden-xs{
        display:none;
    }
    .heading1{ 
    font-size:2.5rem;
    }
    .heading2{ 
        font-size:1.5rem;
    }
    .heading3{ 
        font-size:1.3rem;
    }
    .heading4{ 
        font-size:1.5rem;
    }
    .medium1{ 
        font-size:1rem;
    }
    .text1{ 
        font-size:0.8rem;
    }
    .text2{ 
        font-size:0.8rem;
    }
    .text3{ 
        font-size:1rem;
    }
    .text4{ 
        font-size:0.8rem;
    }
    .custom__container { 
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .footer_container {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    } 
    .wpml-ls-legacy-list-horizontal a{
        margin:0;
    }
    .projects .item a {
    margin-top: 1rem;
    }
    .main-slider .ls-bottom-slidebuttons{
        display:none !important;
    }
    .menu-mob {
        /*background: #A1040D;
        width: 100%;*/
        padding: 0;
        margin:  0;
    }
    .menu-mob .btn {
        background: transparent
    }
    .menu-mob svg path { 
    }
    .menu-mob ul {
        justify-content: flex-end !important;
    }
    .navbar-toggler,
    #btn-menu {
        border: none;
        padding: 0;
        color: #ffff; 
        background: transparent;
    }
    

.ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next{
    display:none !important;
}
.main-slider svg{
  display:none;
}
.wpml-ls-legacy-list-horizontal a { 
    font-size: 1rem;
}
.search svg{
    max-width: 22px;
    max-height: 22px;
}

    .navbar-toggler.collapsed .fa-close {
        display: none;
    }
    .navbar-toggler .fa-close {
        display: block;
    }
    .navbar-toggler.collapsed .fa-bars {
        display: block;
    }
    .navbar-toggler .fa-bars {
        display: none;
    }
    .navbar-collapse > ul {
        display: flex;
        flex-direction: column;
        padding: 3rem 0 0;
    }
    .navbar-collapse > ul li a {
        font-size: 2.5rem;
        font-weight: 300;
        padding: 3rem !important;
        display: block;
        color: #fff;
        background: #a1060c;
        border-bottom: 1px solid #914b4b;
    }
    .navbar-collapse > ul:last-child {
        padding: 0;
    }
    .js .menu__wraper {
        width:80%;
        z-index: 99999999999999999999999999999999999;
        padding: 0; ;
    } 
    header .menu__wraper ul {
        margin-top: 7rem;
    }
    header .menu__wraper ul:last-of-type {
        margin-top: 0;
    }
    /*header .menu__wraper li,.wpml-ls-legacy-list-horizontal .wpml-ls-item {*/
    /*    width: 100%;*/
    /*    border-bottom: 1px solid #D3D3D3;*/
    /*    padding: 1rem 2rem !important;*/
    /*}*/
    header .btn svg {
    max-width: 1.5rem;
}
.top_header {
    padding: 2rem 0 2rem 0;
}
    header .menu__wraper li a {
        font-size: 0.8rem;
        line-height: 1;
        width: 100%;
        color: var(--main-color);
    }
    header .menu li.dropdown > a:before{
        top: 10px;
        display: none;
    } 
    #btn-menu-close {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        z-index: 99999999999;
        color: #000;
        right:1rem;
    } 
    #btn-menu-close svg {
        max-width: 6rem;
        max-height: 5rem;
    } 
    
    .navbar-toggler,
    #btn-menu {
        border: none;
        padding: 0;
        color: #ffff;
        font-size: 0rem;
        background: transparent;
    }
    .navbar-toggler.collapsed .fa-close {
        display: none;
    }
    .navbar-toggler .fa-close {
        display: block;
    }
    .navbar-toggler.collapsed .fa-bars {
        display: block;
    }
    .navbar-toggler .fa-bars {
        display: none;
    }
    .navbar-collapse > ul {
        display: flex;
        flex-direction: column;
        padding: 3rem 0 0;
    }
    .navbar-collapse > ul li a {
        font-size: 2.5rem;
        font-weight: 300;
        padding: 3rem !important;
        display: block;
        color: #fff;
        background: #a1060c;
        border-bottom: 1px solid #914b4b;
    }
    .navbar-collapse > ul:last-child {
        padding: 0;
    }
    .js .menu__wraper {
        width:100%;
        z-index: 99999999999999999999999999999999999;
        padding: 0;
    background: #fff;
    } 
    header .menu__wraper ul {
        margin-top: 7rem;
    }
    header .menu__wraper ul:last-of-type {
        margin-top: 0;
    }
    header .menu__wraper li {
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        padding: 1rem 2rem;
    }
    header .menu__wraper li a {
        font-size: 1rem;
        padding: 0 1rem;
        line-height: 1;
        width: 100%;
        color: #000;
    }
    header .menu__wraper .header_social li{
        border:none;
        padding:0;
    }
    
    .title .heading2 {
    margin: 0 !important;
}
     
.contact-page .right {
    padding: 0;
}
.contact-page.ask_page .gform_legacy_markup_wrapper {
    margin-top: 0;
    padding: 0;
}
.to-top {
    left: 1rem;
}
.heading5 { 
    font-size: 1.4rem;
}
    .projects .slick-next, .projects .slick-prev, .news .slick-next, .news .slick-prev, .partners .slick-next, .partners .slick-prev {
 width: 2.5rem !important;
    height: 2.5rem !important;
    }
   .services {
    padding-left: 1rem;
    padding-right: 1rem;
}
.projects .pros2-slider .slick-next, .projects .pros2-slider .slick-prev, .page .partners2-slider .slick-next, .page .partners2-slider .slick-prev, .projects .news2-slider .slick-next, .projects .news2-slider .slick-prev, .projects .search-slider .slick-next, .projects .search-slider .slick-prev {
    right: 30%;
}
.projects .pros2-slider .slick-next, .page .partners2-slider .slick-next, .projects .news2-slider .slick-next, .projects .search-slider .slick-next {
   
    right: 49%;
}

    header { 
    padding: 0;
    }
    header ul{
        margin:0;
    }
    #about .image {
    border-right: none;
    height: 100%;
    padding: 1rem 0rem 0 0rem;
}
    .header__logo img {
    width: 10rem;
  }
  #about .about__title > .row{
      
    /*flex-direction: column-reverse;*/
  }
        header .menu .dropdown-menu {
        margin: 0;
        background: var(--sec-color);
        width: auto !important;
        color: #fff;
        top: 0;
        right: 0;
        left: 0 !important;
        border-radius: 0;
    }
    header .menu li.dropdown:hover .dropdown-menu {
        display: block;
        position: relative !important;
        top: 0 !important;
        transform: none !important;
        right: 0 !important;
        left: 0 !important;
        padding: 0;
    }
    header .menu .dropdown-menu li a {
        color: #000;
        font-weight: 500;
        font-size: 1rem;
        padding: 0;
    }
    #about {
    overflow: hidden;
    }
    .contact-info .item { 
    width: 100%; 
    }
    .contact-info .item img{
  max-width:2rem;
  max-height:2rem;
    }
    #word .image {
    padding: 1rem;
     }
     footer .footer-menu ul li a { 
    font-size: 0.9rem;
     }
     .contact-info .commercial { 
    bottom: -2rem;
       }
       .services .item{
           margin:1rem;
           padding:1rem;
       }
       .heading6 { 
    font-size: 0.7rem;
    }
    .page#about .image {
    border: none;
    max-width: 100%;
    padding: 0;
    text-align: center;
    clear: initial;
    justify-content: center;
    }
    breadcrumbs a:after { 
    top: 2px;
    }
       #breadcrumbs {
    margin: 0;
    color: #fff;
    padding: 1.5rem 1rem;
    border-radius: 15px;
    border-radius: 30px;
    }
     #about .about__title-content { 
    margin-top: 2rem;
    padding-right: 0;
    line-height: 30px;
      }
      .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { 
    font-size: 1.5rem;
      }
      .nav-tabs .nav-link { 
    padding: 0 1rem 0 0.5rem;
         }
     .nav-tabs ,.about__more { 
    /*justify-content: center !important;*/
      }
      .tab-inner p{
          text-align:center;
      }
      #why .image {
    display: none !important;
      }
      #word .row{
    flex-direction: column-reverse;
      }
      #about .about__title-content:before{
          display:none
      }
     .btn { 
    
    font-size: 0.5rem;
    padding: 0.3rem 0.5rem;
     }
     .btn svg {
         
    max-width: 15px ;
     }
     #btn-search-close svg{
         max-width:100%;
    width: 4.5em;
    height: 3.5em;
     }
     .home #about:before { 
    height: 100px;
    width: 120px;
    top: -100px;
     }
     .services .item h3{
         font-size:1rem;
     }
     .services .item img{ 
     }
     .projects .item .caption{  
            
                 padding-top: 4rem;
      }
      .projects .custom__container{
          padding-bottom: 2rem;
      }
      .map_details .logo_ img {
    max-width: 6rem;
    width: 100%;
}
      .map_details .custom__container {
     padding-right: 2rem !important; 
}
      .projects .item .caption p{
          margin:0;
      }
      .projects .item{ 
      }
      .map_details .top, .map_details .bottom { 
    max-width:100%;
    }
    .contact-map ,footer{ 
    }
    .map_details .top h4 {
        font-weight: bold;
        font-size: 1.2rem;
    }
    .map_details .top p {
    font-weight: 400;
    font-size: 0.8rem;
}
.services .item .image img {
    max-width: 6rem;
    max-height: 6rem;
}
.services .item .image {
    padding: 1rem;
}
      .projects .item .caption svg {
    max-width: 1rem;
    }
.projects .slick-prev,.news .slick-next,.news .slick-prev{
    bottom: -3rem;
    top: auto;
    right: 42%;
    left:auto;
    width: 2rem !important;
    height: 2rem !important;
  transform:rotate(0deg);
  display:none !important;
    }
    .projects .slick-next{
      bottom: -3rem;
       top: auto;
    right: 41%;
    left:auto;
    width: 2rem !important;
    height: 2rem !important;
      transform:rotate(180deg)
    }
    .projects .slick-prev,.news .slick-prev{
          right:50%;
    } 
    .partners .item { 
    padding: 0.5rem;
        }
        .services .title:after,.partners .title:after,.numbers .title:after,.news .title:after{ 
    width: 3rem; 
    bottom: 1rem;
    left: 40%;
    }
    .services .title:after {
        right: unset;
    }
    .news .item .date{ 
    max-width: 4rem; 
    }
    .news .item .date h3{
        font-size: 1rem; 
    max-width: 4rem; 
    }
    .contact-info:before{
        display:none;
    }
    footer .footer-widget-title { 
    font-size: 1.5rem;
    }
    footer .footer-widget ul li a { 
    font-size: .8rem;
    line-height: 1.4;
    }
    .footer__right{
        text-align:Center;
    }
    .footer__bottom .rights { 
    font-size: 0.8rem;
     }
     .footer__bottom .rights span {
    font-size: 1rem;
      }
      .footer__bottom .rowaad { 
    font-size: 0.8rem;
    display: flex!important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 1rem;
    }
    .projects .item .caption svg {
    max-width: 3rem;
    }
      .contact-page .items {
    padding-top: 2rem;
    text-align: center;
    padding-left: 0;
    }
    .map_details .bottom ul {
        display: flex;
        flex-wrap: wrap;
    }
    .map_details {
        background: var(--main-color);
        border-radius: 0;  
        position: relative; 
        max-width: 100%;
    }
    #spacer, #spacer2 {
        width: 0px;
        height: 0 !important; 
    }
    
}
@media(max-width: 768px ) and (min-width: 500px) {
    #why .image {
    display: block;
    }
    .contact-info .item {
    width: 50%;
    }
    #why .image {
    display: block !important;
      }
      #why .image img { 
    bottom: -3rem;
      }
      .search__wraper {
    padding: 10rem;
}
   header .menu li {
    width: auto;

}
}
.contact-page .gform_legacy_markup_wrapper div.validation_error {
    background: #790000;
}
.contact-page .gform_legacy_markup_wrapper .gform_validation_errors>h2 {
    color: #fff;
    padding: 0;
    font-size: 0.9rem;
    padding: 0 1rem;
    font-weight: 400;
}
.contact-page .gform_legacy_markup_wrapper .gform_validation_errors>h2:before{
    margin:0;
}
.gform_heading{
    display:none !important;
}
.main-slider .ls-nav-prev{
    right: 21rem !important;
    left: auto!important;
}
.partners .item img{
    width:130px;
    height:130px
}
.page-file .title{
    margin: 3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page input[type=submit] {
    width: auto !important;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 1rem !important;
    padding: 0.5rem 3.7rem!important;
    font-size: 2.2rem !important;
    box-shadow: none;
    width: 100%;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    color: #fff;
    font-weight: 700;
    color: #773c36;
}