/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
:root {
    --main-color:#000;
    --var-color: #A27B51;
    --white-color:#fff;
    --text-color:#9A9A9A;
    --form-color:#F6F5F5;
    
}





html {
    font-size:10px;
}
body {
    background: #F7F2E7;
}
body {
    font-style: normal; 
    font-weight: 300;
    overflow-x:hidden;
       font-family: '29LT Zawi';
}
/* general */

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.btn,
.btn-more {
    padding: 1.2rem 2rem;
    box-shadow: none;
    background: #A27B51;
    border: 1px solid #A27B51;;
    color: var(
    --white-color);
    font-size: 1.5rem;
    transition: all 0.5s ease-in-out;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: transparent !important;
    color: var(--var-color) !important;
    border: 1px solid var(--var-color) !important;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about__section .more_btn a span svg {
    transform: rotate(0deg);
}
.title h3 {
    font-size: 4rem;
    color: #A27B51;
    font-weight: 600;
    position: relative;
}
.companies .title h3{
    color:var(--var-color);
    padding-top:2rem
}
.title p {
    font-size: 2.5rem;
    color: #A27B51;
    margin: 0;
    font-weight: normal;
}
.main_title {
    font-size: 3.5rem;
    font-weight: 500;
    color: var(--main-color);
    margin: 0 0 3rem;
}
.whatslink {
    position: fixed;
    right: 7%;
    top: 80%;
    z-index: 99999;
}
.whatslink a{
  display:flex;
  align-items:center;
}
/* header */
.in-home{
   display:none;
 }
.in-pages{
    display:inline-flex;
}
.home .in-home{
    display:inline-flex;
}
.home .in-pages{
    display:none;
}
.fixed-header .in-home{
    display:none;
}
.fixed-header .in-pages{
    display:inline-flex;
}
header.fixed-header{
    background:#fff;
}
header {
    transition: all 0.5s ease-in-out;
    padding: 4rem 0;
    position: relative;
}
header {
    transition: all 0.5s ease-in-out;
    padding: 1rem 0;
    position: absolute;
}
header .container .row {
    z-index: 9;
    position: relative;
}
header{
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}
header{
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #1A181890;
}

header .language {
    position: absolute;
    right: 2%;
    text-transform: uppercase;
    z-index: 9;
}
header .language li a {
    font-weight: 500 !important;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
}
 header .menu li a {
    font-size: 1.6rem;
    transition: all 0.5s ease-in-out;
    font-weight: normal;
    padding: 0 1.5rem;
    position: relative;
    color: #FFFFFF;
}
header .menu li:hover > a {
    color: var(--var-color)
}
header .menu li:hover a:after {
    bottom: -1rem;
    opacity: 1;
}
header .wpml-ls-menu-item .wpml-ls-display {
    color: #FFFFFF;
    font-size: 1.7rem;
    font-weight: normal;
}

header .menu ul li:hover > a {
    color: var(--var-color)
}
header .menu ul li:hover > a {
    color: var(--var-color)
}
header .menu li.menu-item-has-children:after {
  
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: 30%;
    border-left: 3px solid #727171;
    border-bottom: 3px solid #727171;
    border-radius:2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.85rem;
    height: 0.85rem;
    content: "";
    left: -0.1rem;
    z-index: 9999999999;
}
header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
header .menu li.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 1.7rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid var(--var-color);
    text-align: center
}
header .menu li.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 1.7rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid var(--var-color);
    text-align: center
}
header .menu li.menu-item-has-children {
    position: relative;
}
header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #DDDDDD;
    color: var(--main-color);
}
header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #DDDDDD;
    color: var(--main-color);
}
header .menu li ul li:last-of-type a {
    border: none
}
.header-bottom .menu li a {
    /*background: url(../images/n.png) no-repeat top right 10%*/
}

/* projects_section */
.projects_section{
    padding: 5rem 0;
}
.projects_section a{
    text-decoration:none;
}
.projects_section .head_title{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    margin-bottom: 3rem;
}
.projects_section .more{
    display:flex;
    justify-content:center;
    padding-top:2rem
}
.projects_section .title{
    margin-bottom: 2rem;
}
.projects_section .custom-dropdown{
    display: flex;
    justify-content: center;
    width: auto;
    align-items: center;
    background: #A27B5120;
    border-radius: 8px;
    padding: 1rem 3rem;
    width: 60%;
}
.projects_section .custom-dropdown ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    width: 100%;
}
.projects_section .custom-dropdown ul li:nth-child(2){
    margin:0 1rem;
}
.projects_section .custom-dropdown ul li{
    width: 31%;
}
.projects_section .custom-dropdown ul li a{
    background:transparent;
    border-color: transparent;
    color: #A27B51;
    padding:1rem;
}
.projects_section .nav-tabs .nav-item.show .nav-link,.projects_section .nav-tabs .nav-link.active{
    background: #fff;
    border-color: #AF8755;
    color: #AF8755;
    border-radius: 8px;
}
.projects_section .item {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    border-radius: 10px;
}
.projects_section .item .caption{
    background: #fff;
    width: 100%;
    padding: 2rem;
    border-radius: 0 0 10px 10px;
}
.projects_section .item .caption h3{
    color: #000929;
    font-weight:bold;
    font-size:2rem;
}
.projects_section .item .caption p{
    color: #3D3D3D;
    font-size: 1.4rem;
}
.projects_section .item .caption ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 2rem 0 3rem 0;
    width: auto;
}
.projects_section .item .caption ul li{
}
.projects_section .item .caption ul li span:nth-child(1){
    color: #00092950;
    font-weight: 500;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
}
.projects_section .item .caption ul li span:nth-child(2){
     color: #00092950;
     font-weight: 500;
     font-size: 1.6rem;
}
.projects_section .item .caption .more_links{
    display:flex;
    align-items:center;
    flex-wrap: wrap;
}
.projects_section .item .caption .more_links p{
    background:transparent;
    border-color: #E4E4E4;
    color: #E4E4E4;
    font-size: 1.5rem;
    font-weight: bold;
    width: 39%;
    justify-content: center;
}
.projects_section .item .caption .more_links p:last-child{
    background:#D3AA7830;
    border-color: #AF875530;
    color: #AF8755;
}
.projects_section .item .caption .more_links p span:nth-child(2){
    padding:0 0.5rem
}

.projects_section .item .caption .more_links a{
    width: 25%;
    font-size: 1.2rem;
    color: #FFF1D4;
    background: #C5AE80;
    border-color: #C5AE80;
}
.projects_section .item .caption .more_links p:nth-child(2){
    margin:0 .5rem;
}
.projects_section .item .image {width: 100%;}
.projects_section .item .image img{
    width:100%;
    border-radius: 10px 10px 0 0;
    height: 200px;
}
.projects_section .more a{
    background: #476377;
    border-color: #476377;
    padding: 1rem 3rem;
}
/* about__section */
.about__section {
    padding: 8rem 0 12rem 0;
    background: url('../images/aboutBack.png') no-repeat;
    background-size:100% 100%;
}
.about__section .about__details{
    position:relative;
}
.about__section .about__details .content{
    position:absolute;
    bottom: -8rem;
    left:10%;
    background:#507794;
    border-radius:10px;
    padding: 2rem 4rem 1rem 2rem;
    display:flex;
    width: 80%;
}
.about__section .about__details .content .text p{
    color:#fff
}
.about__section .about__details .content .text{
    padding-left: 10rem;
}
.about__section .about__details .content .image{
    position:absolute;
    top: -4rem;
    background:#fff;
    border-radius:50%;
    width: 90px;
    height: 90px;
    display:flex;
    align-items:center;
    justify-content:center;
    left: 5%;
}
.about__section .about__details h1{
    color:#fff;
    font-size:2rem;
    font-weight:600;
}
.about__section .about__details p{
    color: #fff;
    font-size:1.5rem;
    font-weight: 500;
    line-height:28px;
    text-align: justify;
}
.about__section .about__content h3{
    color:#FFFFFF;
    font-weight:bold;
    font-size:3rem;
    padding:1rem 0;
    width:80%;
    line-height:50px
}
.about__section .nav-tabs{
  border:none;
    margin-bottom:2rem;
    background:#507794;
    padding:1rem 2rem;
    border-radius:10px;
}
.about__section .nav-tabs li{
    width:33%;
    color:#FFFFFF;
}
.about__section .nav-tabs li button{
    color:#FFFFFF;
    font-weight:500;
    background:transparent;
    font-size:1.6rem;
    width:90%
}
.about__section .nav-tabs .nav-item.show .nav-link, 
.about__section .nav-tabs .nav-link.active {
    color: #466276;
    background-color: #fff;
    border-color: #fff;
    border-radius:10px;
}
.about__section .more_btn{
    margin-top:3rem;
}
.about__section .more_btn a{
    background:#fff;
    color:#476377;
    border-color:#fff;
    
}
.about__section .more_btn a span{
    padding-left:1rem
}
.about__section .more_btn a svg{
    transform:rotate(180deg);
}
/* services page */
.services_section{
    position:relative;
    padding: 6rem 0;
}
.services_section .title{
}
.services_section .title h3{
    color: #476377;
    padding-bottom: 1rem;
}
.services_section .title h1{
    color:#000000;
    padding-bottom: 1rem;
    font-weight:bold;
    font-size:3rem;
}
.services_section .title p{
    color: #476377;
    font-size:2rem;
    font-weight: 500;
    padding-bottom:3rem;
    text-align: center;
}
.services_section .item{
    display:flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    background:#fff;
    padding: 3rem 3rem;
    border-radius:10px;
    position: relative;
     transition:all .5s ease;
}
.services_section a{
    text-decoration:none;
}
.services_section .item:hover:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('../images/servicesBack.png') no-repeat;
    background-size:100% 100%;
    transition:all .5s ease;
    border-radius:10px;
}
.services_section .image{
    position:relative;
    margin-right:1rem;
    background:#fff;
    width:80px;
    height:80px;
    border:1px solid #50779440;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    
}
.services_section .image img{
    width:40px;
    height:40px;
}
.services_section .caption{
    width:80%;
    position:relative;
    transition:all .5s ease;
}
.services_section .caption h3{
    color:#476377;
    font-size: 2rem;
    font-weight:bold;
    padding-bottom:1rem;
    text-align: left;
    transition:all .5s ease;
}
.services_section .caption p{
    color:#47637770;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    transition:all .5s ease;
}
.services_section .item:hover .caption h3,
.services_section .item:hover .caption p{
    color:#fff
}
.services_section .more{
    display: flex;
    justify-content: center;
    margin-top:2rem;
}
.services_section .more a{
    background:#476377;
    padding:1rem 3rem;
    border-color:#476377;
}
/* contact_section */
.contact_section{
    padding: 4rem 0 2rem 0;
    background: transparent;
}
.contact_section{
    background: url('../images/contactBack.png') no-repeat;
    background-size:100% 100%;
    border-radius: 10px;
}
.contact-page .container .contact_home_info{
    background: url('../images/contactBackPage.png') no-repeat;
    background-size:100% 100%;
    border-radius: 10px;
    height:100%;
}
.contact-page .row{
    align-items: stretch;
}
.contact-page{
    background:transparent;
    padding: 7rem 0;
}
.contact_section .form{
    background: #fff!important;
    padding: 4rem 4rem 4rem 3rem;
}
.contact_section .form form{
    background: transparent !important;
    padding: 0;
}
.contact_section .form .text{
  padding-bottom: 1rem;
}
.contact_section .form .text h1{
  color: #000000;
  font-weight: 500;
  font-size:2rem;
}
.contact_section .form .text p{
  color:#00000070;
  font-weight:bold;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.contact_section .form form ul li{
    border:none;
}
.contact_section .form form ul li h2{  
    font-size:1.5rem;
    font-weight:bold;
    color:#00000070;
}
.contact_section .contact_home_info{
    padding: 6rem 3rem;
}
.contact_section .contact_home_info h1{
    font-size:3rem;
    font-weight:bold;
    padding-bottom: 1rem;
    line-height: 45px;
    color: #FFFFFF;
}
.contact_section .contact_home_info p{
    font-size:2rem;
    font-weight: 500;
    padding-bottom: 1rem;
    color: #FFFFFF;
}
.contact_section .contact_home_info{
    padding: 6rem 3rem;
    background:url('../images/contactBack.png') no-repeat !important;
    background-size: 100% 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.contact_section .contact_home_info .btn{
    background:#fff !important;
    color:#476377;
    border-color: #fff;
}
/* partners_section */
.partners_section{
    background:#F4E9D1;
    padding:5rem 0;
}
.partners_section .title h3{
    color:#476377;
    padding-bottom:3rem;
}
.partners_section .item{
    background: #fff;
    padding: 2rem;
    margin: 0.5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners_section .item .image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners_section .more{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:2rem;
}
.partners_section .more a{
    background:#476377;
    border-color:#476377;
    padding:1rem 3rem;
}
.partners_section .item .image img {
    max-width: 100%;
}
.partners_section .slick-initialized .slick-slide div{
    display:flex;
}
/* methodology_section */
.methodology_section{
    padding:7rem 0;
}
.methodology_section .statistics-items .items{
    width:100%;
    position:relative;
}
.methodology_section .statistics-items .items:before{
    position:absolute;
    content:"";
    top: 23%;
    right:48%;
    width:100px;
    height: 68%;
    background:url('../images/statimage.png') no-repeat;
    z-index: -1;
}
.methodology_section .title{
    padding-bottom:5rem;
}
.methodology_section .title h3{
    color:#476377;
}
.methodology_section .title p{
    color:#476377;
}
.methodology_section .statistics-items{
   flex-direction:column;
   align-items: center;
}
.methodology_section .statistics-items .tit{
    padding-bottom:2rem;
}
.methodology_section .statistics-items .tit h1{
    color: #476377;
    font-size: 2.5rem;
    font-weight: 500;
}
.methodology_section .statistics-items .item{
    width: 100%;
    border: 1px solid #507794;
    border-radius: 35px;
    padding: 1rem 0;
    margin: 3rem 0;
}
.methodology_section .statistics-items .item p{
    color:#507794;
    font-size:2rem;
    font-weight:500;
    padding: 0;
    margin: 0;
}
/* map_section*/
#pro_loction{padding: 6rem 0;background: #F7F7F7;}
#pro_loction .title {
    padding-bottom:2rem;
}
.map_section {
    position:relative;
}
.map_section .map_desc{
    position:absolute;
    left:0rem;
    top:2rem;
    background:#fff;
    padding: 2rem 3rem 2rem 1rem;
    z-index: 111;
    border-radius:10px;
}
.map_section .map_desc ul{
    list-style:none;
    color:#000;
    padding: 0;
    font-size: 1.5rem;
}
.map_section .map_desc ul li{
    margin-bottom:0.8rem;
    font-size: 1.8rem;
    font-weight: 500;
}
.map_section .map_desc ul span{
    margin-right:0.5rem;
}
.dropdown-toggle {
    background-color: transparent;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-toggle span{
    font-size:2rem;
    font-weight:normal;
}
.arrow {
    font-size: 18px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-menu .dropdown-item {
    cursor: pointer;
    font-size: 3.5rem;
    font-weight: normal;
    padding: 1rem 0 1rem 2rem;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}

.container {
    max-width: 1100px;
}
.custom-container{
    padding: 0px 10rem;
}
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid var(--var-color) !important;
}

/* projects_page */
.projects_page{
    background:#fff
}
.projects_page .item{
    padding:0;
    border:none;
}
.projects_page .custom-dropdown ul{
    margin-bottom:4rem;
    justify-content: center;
}
.projects_page .custom-dropdown{
    width:100%;
}
/* social__media */
.social__media {
    position: relative;
    right: 0;
    border-radius: 2rem 0 0 2rem;
    padding: 1rem 0;
}
.social__media ul {
    padding: 0;
}
.social__media ul li {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    line-height: 5rem;
    text-align: center;
    margin: 0.7rem 0;
    border: 2px solid #ffffff50;
}
.social__media ul li svg {
    width: 2.5rem;
    height: 2.5rem;
}
.social__media ul li svg path{
    fill: #fff;
}


/* contact__section */
.contact__section {
    position: relative;
    padding: 10rem 0;
}
.contact__section:after {
    position: absolute;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}
.contact__section .contact__details--title {
    color: #fff;
    font-size: 5.5rem;
    padding-right: 3rem;
    font-weight: 300;
}
.contact__details {
    z-index: 9;
    position: relative;
}



.page-title {
    border: 0;
}
.page-title:before {
    display: none
}
.header-bottom ul{
    display:flex;
    align-items:center;
    justify-content:center;
}

#searchform input {
    height: 4rem;
    border: none;
    border-right: 0;
    font-weight: 300;
    font-size: 1.4rem;
    background: transparent;
    border-radius: 30px;
    color: #000;
     
outline: none!important;
     border-color:transparent !important;
     box-shadow:none !important;
}
#searchform input:focus,
#searchform input:focus::placeholder{
  border: none !important; /* Disables the border when focused */
  outline: none !important;
  border-color:transparent !important;
  box-shadow:none !important;
}
.search .input-group span{
    display: flex;
    align-items: center;
    justify-content: center;
}
#searchform input::placeholder{
    color:#fff;
    font-weight:normal;
    font-size:1.125rem;
     
}
#searchform input::placeholder{
    color:var(--var-color);
    font-weight:normal;
    font-size:1.125rem;
     
}
#searchform .btn {
    margin: 0;
    padding: 0.9rem;
    border-radius: 0;
    background: transparent;
    border-color: transparent;
}
#searchform .btn svg path{
    fill:#fff;
}
#searchform .btn svg path{
    fill:var(--var-color);
}
/* footer */
footer {
    position: relative;
    background: #476377;
    padding: 2rem 0 2rem 0;
}
.tot_footer{
    background:url('../images/footerBack2.png') no-repeat;
    background-size:100% 100%;
    width:97%;
    margin:auto;
    padding: 7rem 3rem 2rem 3rem;
}
.footer__top{
    padding: 4rem 0 2rem 0;
    border-bottom: 1px solid #ffffff50;
    margin-bottom: 2rem;
}
.footer__top .footContact h1{
    color:#FFFFFF;
    font-weight:bold;
    font-size:1.8rem;
    padding-bottom: 2rem;
}
.footer__top .footContact ul{
    list-style:none;
    padding: 0;
}
.footer__top .footContact ul li{
    margin-bottom:1rem;
}
.footer__top .footContact ul li a{
    color:#ffffff70;
    font-size:1.5rem;
}
.footer__top .menus h3{
    color:#FFFFFF;
    font-weight:bold;
    font-size:1.8rem;
    border:none;
    padding-bottom: 2rem;
}
.header__logo img{max-width: 90%;}
.header__logo h3{
    color: #000;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: justify;
    line-height: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom:2rem
}
.header__logo h3:before{
    position:absolute;
    content:"";
    bottom:0rem;
    left:0;
    width:30%;
    height:2px;
    background:#00000050
}
.footer__top .menus ul{
    padding: 0;
    list-style: none;
    gap: 5rem;
    margin: 0;
    position: relative;
}
.footer__top .menus ul{
}
.footer__top .menus ul li a {
    color: #FFFFFF70;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0.2rem 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding-top: 0;
    padding-bottom: 0.5rem;
}
.footer__top .menus ul li a:after {
    position: absolute;
    top: 1.5rem;
    content: "";
    background: #000;
    width: 1rem;
    height: 2px;
    opacity: 0;
    left: -2.6rem;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__top .menus ul li a:hover:after {
    left: -1.6rem;
    opacity: 1
}
.footer__top .menus ul.menu a:hover {
    color: var(--white-color);
}

.footer__top .social__media ul {
    flex-direction: row !important;
}
.footer__top p a.contact {
    background: #000;
    width: 100%;
    display: block;
    padding: 1.3rem;
    margin: 2rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.footer__top .info h3{
    color:var(--white-color);
    font-weight: bold;
    font-size: 0.938rem;
    padding-bottom:1rem;
}
.footer__top .info ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer__top .info ul li {
    font-size: 0.938rem;
}
.footer__top .info ul li a {
    color: var(--white-color);
    font-size: 0.938rem;
    margin-left: 0.5rem;
    font-weight: normal;
}
.footer__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer__bottom .footer__right{
}
.footer__bottom ul{
    list-style:none;
    padding:0;
    position: relative;
    padding-bottom:0.5rem;
    margin-bottom: 2rem;
}
.footer__bottom ul:before{
    position:absolute;
    content:"";
    width: 6rem;
    height: 1px;
    left:0rem;
    bottom: 0px;
    background:#00000070
}
.footer__bottom ul li a:first-of-type{
    padding-right:3rem;
    position:relative;
}
.footer__bottom ul li a:first-of-type:before{
    position:absolute;
    content:"";
    width:1rem;
    height:2px;
    right:0.8rem;
    top:50%;
    background:#000
}
.footer__bottom ul li a{
    color:#000;
    font-size:1.3rem;
    font-weight:bold;
}

.footer__bottom p.rights {
    color: #FFFFFF50;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
}
.footer__bottom .rowaad{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 2rem;
}
.footer__bottom .rowaad span {
    padding-right: 1rem;
    color: #000
}
.footer__bottom .rowaad a {
    color: #ffffff50;
    font-size: 1.5rem;
    font-weight: 300;
}
.footer__bottom .rowaad a svg{width: 6rem;height: 6rem;}
/* breadcrumbs */
#breadcrumbs {
    position: relative;
    background:url('../images/breadCrumb.png') no-repeat;
    background-size:100% 100%;
    padding:15rem 0 5rem 0;
}
#breadcrumbs:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('../images/Gradientbread.png') no-repeat;
    background-size:100% 100%;
}
#breadcrumbs .text h3{
    margin-bottom: 1rem;
        text-align: left;
}
#breadcrumbs .text h3 svg{
        transform: rotate(180deg);
}
#breadcrumbs  .text a ,
#breadcrumbs .text h3,
#breadcrumbs .text h2{
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
#breadcrumbs h2 {
    color: #fff;
    font-size: 4rem !important;
    z-index: 9;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 400;
    text-align:center;
    padding:3rem 0;
}
/* about_page */
.about-page-top{
    padding:3rem 0;
    background: #F7F2E7;
}
.about-page-top h1{
  color: #A27B51;
  font-size:3rem;
  font-weight:bold;
}
.about-page-top h1:last-of-type{
    margin-bottom:2rem;
}
.about-page-top p {
    font-size: 1.8rem !important;
    text-align: justify;
    color: #000000;
    font-weight: 500;
    line-height:30px
}
.about_page{
    background:transparent
}
.about__section_page{
    background: #F7F2E7;
    padding: 4rem;
}
.about__section_page .about__details h3{
    color: #A27B51;
    font-weight: bold;
    font-size:3rem;
}
.about__section_page .about__details p{
    color: #000;
    font-weight: 500;
    padding-top:2rem;
}
/* projects_section_page */
.projects_section_page{
    background: #F7F2E7;
}
.projects_section_page .head_title {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.projects_section_page .title {
    margin-bottom: 0rem;
}
/* services_single */
.services_single{
    padding:3rem 0
}
.services_single .row{
    align-items:center;
}
.services_single .image{
    display:flex;
    align-items:center;
    justify-content:center;
    height: auto;
    background:url('../images/single_services_back.png') no-repeat;
    background-size:100% 100%;
    padding:8rem 3rem;
}
.services_single .image img{
    background:#fff;
    padding:5rem;
    border-radius:50%
}
.services_single .text h1{
    color: #A27B51;
    font-weight:bold;
    font-size:3rem;
    padding-bottom:1rem
}
.services_single .text p{
    color: #000000;
    font-weight:bold;
    font-size: 1.4rem;
    text-align: justify;
}
.services_single .text a{
    background: #A27B51;
    border-color: #A27B51;
}
.services_benfites{
    padding: 5rem 0;
}
.services_benfites .title h1{
    color: #A27B51;
    font-size:3rem;
    font-weight:bold;
    text-align: left;
    width:100%;
    padding-bottom:3rem
}
.services_benfites .item{
    display:flex;
    align-items: flex-start;
    margin-bottom: 3rem;
}
.services_benfites .text{
    text-align: left;
    width: 50%;
}
.services_benfites .text h1{
    color: #507794;
    font-size:2rem;
    font-weight:bold;
}
.services_benfites .text p{
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 1rem;
    text-align: justify;
}
.contact_section .contact_home_info .items{
    
}
.contact_section .contact_home_info .items .item{
    display:flex;
    align-items:center;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 2rem;
}
.contact_section .contact_home_info .items .item .icon{
    padding-right: 2rem;
}
.contact_section .contact_home_info .items .item .info h1{
    width: 100%;
    font-size: 2rem;
    line-height: 30px;
    padding: 0;
}
.contact_section .contact_home_info .items .item .info a,
.contact_section .contact_home_info .items .item .info p{
    font-size: 1.9rem;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0;
}
.news_page{
    background:#E1C897;
    padding:4rem 0;
}
.news_page .item {
    margin-bottom:3rem
}
.news_page .item .image{
    position:relative;
}
.news_page .item .image:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('../images/news_after.png') no-repeat;
    background-size:100% 100%;
}
.news_page .item .caption{
    background:#fff;
    padding:2rem
}
.news_page .item .caption h4{
    color:#000;
    font-size:1.9rem;
    font-weight:bold;
    padding-bottom:1rem;
}
.news_page .item .caption p{
    color:#000;
    font-size:1.3rem;
    font-weight:bold;
    padding-bottom:1rem;
}
.news_page .item .caption a{
    color:#000;
    padding: 0.5rem 2rem;
    background: #C5AE80;
    border-color: #C5AE80;
}
.news_single .text{
    text-align:center;
    padding-bottom:3rem;
}
.news_single .image img{
    width:100%
}
.wp-block-separator {
    width: 29%;
    position: relative;
    margin-left: 0;
}
.wp-block-image {
    text-align: center;
    width: 80%;
    margin: auto;
}

.companies .item {
    width: 20%;
    text-align: center;
    padding: 3rem;
}

/* 404 */
.error-message {
    color: #000;
    font-size: 15rem;
    padding: 0;
    margin: 0;
}
.error-message:before {
    color: #000;
}
.error-message + p ,
.error-message + p +p {
    font-size: 2rem;
}

.contact_pages{
    background:transparent;
    padding: 0;
}
.contact_pages .text{
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.single_news .text{
    align-items: flex-start;
}
.contact_pages .text .more{
    width:auto;
    margin:auto
}
.contact_pages .image{
    position:relative;
}
.contact_pages .image:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('../images/contact_pages.png') no-repeat;
        background-size: 100% 100%;
}
.contact_pages .custom-container{
    position:absolute;
    top: 4%;
    left:0%;
    width: 100%;
}
.pro-gallery,.pro-gallery a{
    position:relative
}
.pro-gallery a:before{
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('../images/single_project.png') no-repeat;
    background-size:100% 100%;
}
.single-page p {
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2;
    color: #6F6F6E;
    text-align: justify;
}
 
.single-page a {
    /*background: #BD9F58;*/
    /*border-color: #BD9F58*/
}

.search-page.media_section {
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 2rem;
}
.search-page.media_section .search-title {
    margin: 0  0
 2rem 0}
.search-page.media_section .item {
    margin: 1rem;
}
.search-page.media_section .item .image img {
    height: 45rem;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 4rem 0 0;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem;
    color: #000;
    background: #E6E6E6;
    margin: 1rem;
    font-size: 1.4rem;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    background: var(--var-color);;
    color: #fff;
}
.post-nav .pager li a.arr.prev span svg {
    transform: rotate(-90deg)
}
.post-nav .pager li a.arr[title="Next"] span svg {
    transform: rotate(180deg)
}

/* projects-page */

.gform_legacy_markup_wrapper .validation_message {
    font-size: 1.2rem !important;
    padding: 1rem 0 !important;
}
.page-id-3424 .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5),
body.rtl .job-page .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5) {
    width: 98% !important;
}

.gfield .iti.iti--allow-dropdown input  {
    color: var(--main-color);
    border: 0 !important;
    margin: 0;
    padding-left: 1rem !important;
    background:transparent;
}




.gform_page:first-of-type .gform_page_footer {
    flex-direction: row
}
.gfield_required_text,
.gfield_required_asterisk {
    display: none !important;
}
.entry-content {
    padding: 0;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield {
    /* flex: 1; */
    width: 33%;
    position: relative;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield label {
    font-size: 1.6rem;
    padding: 0 1.5rem;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield input {
    border-radius:1rem;
    border: 1px solid #BFBFBF;
    padding: 1.7rem;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield input::placeholder {
    color: #000;
}
.iti__flag-container {
    left: unset !important;
    right: 0 !important;
    direction: rtl !important;
    color: #707070;
    font-size: 1.3rem;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.iti__flag-container .iti__arrow {
    display: none;
}
.upload__file {
    position: relative;
}
.upload__file .ginput_container {
    /* border-radius:1rem; */
    /* padding: 1.7rem; */
    position: relative;
    /* background: #F7F7F8; */
}
.gform_wrapper.gravity-theme .ginput_preview {
    margin: 28px 0 0 !important;
}
.page .gform_wrapper .gform_fields .gfield.upload__file .ginput_container input {
    /*padding: 0 !important;*/
    /*z-index: 9999999;*/
    /*position: relative;*/
}
.upload__file  .gfield_description {
    position: absolute;
    top: 2rem;
    color: #C0C0C0;
}
.upload__file .validation_message {
    top: unset;
    bottom: 1rem;
    font-size: 1.2rem !important;
}
.upload__file  input{
    opacity: 0;
    width: 100% !important;
    height: 66px !important;
    position: absolute;
    z-index: 999;
    top: -25px;
}
.gform_fileupload_rules {
    display: none !important;
}

.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border: none !important;
}
/* contact-page */

.forms_pages{
    background: #FAFAFA;
}
.forms_pages .text{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    flex-direction: column;
    width: 100%;
}
.contact-page .text h6{
    color:var(--white-color);
    font-weight:normal;
    font-size:1.313rem;
}
.contact-page .text h1{
   
}
.contact-page .text p{
   
}
.contact-page ul{
    list-style:none;
    padding:0;
}
.contact-page ul li{
    padding-bottom:2rem;
}
.contact-page form ul li{
    padding-bottom:0rem;
}
.contact-page ul li a span:last-of-type{
    padding-left: 1rem;
    color:var(--white-color);
    font-size:1rem;
    font-weight:normal;
}
.contact-page form{
   
}
.forms_pages form{
    background:transparent;
}
.contact-page .contact-info {
    margin: 0;
    border: 0;
    background: #BD9F58;
    padding: 4rem 6rem;
}
.contact-page .contact-info .item {
    flex: 1;
}
.contact-page .contact-info .item .icon {
    margin-right: 1rem;
}
.forms_pages .text h1{
    color:#6591B2;
    width:100%;
    text-align: center;
}
.forms_pages .text p{
    color: #464646;
    width: 30%;
    margin:auto;
}
.forms_pages .form{
    width:60%;
    margin:auto;
}
.contact-page .contact-info .item .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-page .contact-info .item h4 {
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    margin-right: 5rem;
    margin-bottom: 2rem;
    direction:rtl;
    
}
.contact-page .contact-info .item p {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
    width: 50%;
}
.contact-page .map {
    overflow: hidden;
    border-radius: 3rem;
    margin: 4rem 0
}
.page .gform_wrapper,
.contact-page .gform_wrapper {
    margin: auto;
}

.page-id-3424 .gform_wrapper .gform_heading,
.contact-page .gform_wrapper .gform_heading {
    display: flex;
    justify-content: center;
    display: none;
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem;
    justify-content: center;
}

.gform_confirmation_message {
    font-size: 2rem;
    font-weight: 400;
    text-align: center !important;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    color: #66C371;
}
.page .gform_wrapper .gform_fields .gfield ,
.contact-page .gform_wrapper .gform_fields .gfield {
    width: 48%;
}
.page .gform_wrapper .gform_fields .gfield:last-child ,
.contact-page .gform_wrapper .gform_fields .gfield:last-child {
    width: 100% !important;
}
.page .gform_wrapper .gform_fields .gfield label ,
.contact-page .gform_wrapper .gform_fields .gfield label {
    display: block;
    font-size: 1rem;
    color: #000000;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.3rem  1rem!important;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.page .gform_wrapper .gform_fields .gfield select ,
.page .gform_wrapper .gform_fields .gfield input ,
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input,
.contact-page li .ginput_container_phone input,
.contact-page li select,
.upload__file .ginput_container{
    border: 0;
    padding: 1rem !important;
    font-size: 1.6rem !important;
    margin: 0 !important;
    font-weight: 300;
    color: #AAAAAA;
    padding: 0 2rem !important;
    background: #fff;
    border: 1px solid #000000!important;
    border-radius: 10px;
    height: 60px;
}
.contact-page .gform_wrapper .gform_fields .gfield select option,
.contact-page .gform_wrapper .gform_fields .gfield select{
     color: #000;
    font-weight:bold
}
.contact-page .gform_wrapper .gform_fields .gfield textarea{
    padding:1rem 0 0 2rem !important;
}
.contact-page .gform_wrapper .gform_fields .gfield select {
    -webkit-appearance: none; 
    appearance: none
}

.contact-page .gform_wrapper .gform_fields .gfield .ginput_container_select {
    position: relative;
}
.contact-page .gform_wrapper .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    content: "";
    top: 14px;
    right: 20px;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/arrow-down.svg) no-repeat center/ 0%;
}
.page .gform_button {
    background: #507794;
    border: #507794;
    font-size: 1.5rem !important;
    padding: 1rem 3rem;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield textarea {
    height: 14rem;
}
.page .gform_wrapper .gform_fields .gfield:last-of-type ,
.contact-page .gform_wrapper .gform_fields .gfield:last-of-type {
    margin: 0!important;
}
.page .gform_wrapper .gform_fields .gfield input::placeholder ,
.page .gform_wrapper .gform_fields .gfield textarea::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield input::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield textarea::placeholder,
.contact-page li select{
    color: #000000;
    font-size: 1.rem;
    font-weight: bold;
}
.gfield_required_text,
.gfield_required_asterisk {
    display: none !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper h3.gform_title,
body.rtl .gform_legacy_markup_wrapper h3.gform_title,
.contact-page .gform_title {
    font-size: 4rem !important;
    font-weight: 500 !important;
    color: var(--main-color);
}
.gform_legacy_markup_wrapper .gform_footer {
    display: flex;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.top_page_sa{
    padding-top: 5rem;
}
.top_page_sa .title h3{
    color:#6591B2;
    padding-bottom:1rem;
}
.top_page_sa .title p{
    color:var(--main-color);
    font-size:1.375rem;
    padding-bottom:5rem;
    
}

#con_loction{
    position:relative;
}
#con_loction .place-card-large{
    display:none;
}
#con_loction .title_single{
    position:absolute;
    top: 1%;
    left: 0.5%;
    background:#fff;
    padding:2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
#con_loction .title_single .text{
    padding-left:2rem;
}
#con_loction .title_single .text h2{
    color:#202025;
    font-weight:bold;
    font-size:1.375rem;
}
#con_loction .title_single .text p a{
    color:#999999;
    font-weight:normal;
    font-size:1.375rem;
    width:70%;
}
#con_loction .title_single .text p:last-of-type{
    color:#6591B2;
    font-weight:500;
    font-size:1.375rem;
}
.forms_pages .gform_footer .btn{
}
.contact-page .gform_footer .btn:hover {
    background: #000;
    color: #fff;
}
/* bank_accounts-page */
.bank_accounts-page .item {
    border: 1px solid #D0D0D0;
    margin: 2rem 0.5rem;
    border-radius: 0.7rem;
    overflow: hidden;
}
.bank_accounts-page .item li {
    border-bottom: 1px solid #D0D0D0;
    text-align: center;
    padding: 1.5rem 1rem
}
.bank_accounts-page .item li:last-of-type {
    border: none;
    padding: 1.5rem 3rem;
}
.bank_accounts-page .item li .image {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #E2DFDF;
}
.bank_accounts-page .item li .title {
    padding: 0 1rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
}
.bank_accounts-page .item li p {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}
.bank_accounts-page .item li .btn {
    width: 100%;
    margin: 0;
}
.recruitment-page .item {
    border: 1px solid #012535;
    margin: 2rem 0;
    padding: 2rem;
    background: #fff;
    border-radius: 2rem;
}
.recruitment-page .item h3 {
    color: #012434;
    font-weight: 500;
    font-size: 2rem;
    margin: 0 0 2rem;
}
.recruitment-page .item p {
    font-size: 1.4rem;
    color: #6D6D6D;
    font-weight: 300;
    margin: 1rem 0;
    line-height: 2
}
.recruitment-page .item a {
    padding: 0.3rem 2rem;
    font-size: 1.6rem;
    color: #fff;
    background: #BD7303;
    border-color: #BD7303;
    margin: 2rem 0 0;
    border-radius: 2rem;
}
.recruitment-page .d-flex {
    gap: 1rem;
}
.recruitment-page .d-flex span {
    color: #BD9F58;
    border-radius: 5rem;
    background: rgba(189, 159, 88, 0.16);
    padding: 0.3rem 1rem;
}
.recruitment-page .d-flex span svg {
    width: 2rem;
}
.recruitment-page .d-flex span:last-of-type {
    color: #BD7303;
    background: transparent;
}
.fullPageMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: 0.5s;
    z-index: 99999;
}

.fullPageMenu.active {
    top: -100%;
}

.fullPageMenu .nav {
    display: block;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* padding: 4rem 0; */
}
.fullPageMenu .nav .header__logo {
    text-align: center;
    padding: 4rem;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2rem;
    background: var(--white-color);
}
.fullPageMenu .nav img {
    width: 50%;
    margin: auto;
}
.fullPageMenu .nav ul li img{
    width:auto;
}

.fullPageMenu .nav ul {
    position: relative;
    padding: 0 2rem;
    height:auto;
}

.fullPageMenu .nav ul li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    margin: 5px 0;
    overflow: hidden;
}


.fullPageMenu .nav ul li:hover {
    transition: transform 0.5s ease-in-out;
    color: #BD7303
}

.fullPageMenu .nav ul li a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.fullPageMenu .nav ul ul {
    display: none;
}
.fullPageMenu .nav ul li:hover > ul.sub-menu {
    display: block;
}
.menuclose {
    position: absolute;
    right: 3rem;
    top: 2rem
}
.menuclose svg path {
    stroke: #fff
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.iti__country-list {
    right:0;
}
.dropdown-toggle::after{
    display:none !important;
}
@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
.single-page-news{
    padding-top:5rem;
    padding-bottom:4rem;
}
.single-page-news h3{
    color:#6591B2;
    font-weight:bold;
    font-size:2.625rem;
}
.pro-item{
    position:relative;
}
.pro-item .text{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.4) 100%, rgba(2,2,2,0.45) 50%, rgba(0,0,0,0.75) 100%);
}
.pro-item .text .heading{
    color:#C5AE80;
    font-size:3.5rem;
    font-weight:900;
}
.pro-item .text .desc{
    font-weight: bold;
    color: #ffffff70;
    font-size: 1.6rem;
    max-width: 340px;
    margin-bottom: 2rem;
    line-height: 25px;
}
.pro-item .text .add{
    font-weight:bold;
    color:#ffffff50;
    font-size:1rem;
    gap:0.5rem;
    margin-bottom:1rem;
}
.pro-item .text .add p{
    margin:0;
    font-size: 1.6rem;
}
.pro-item .text .btn.right-btn{
    background:#C5AE80;
    color:#000000;
    border-radius:0;
    font-size:1rem;
    padding:0.8rem 2.5rem;
    margin-right:1rem;
}
.pro-item .text .btn.sec-btn{
    background:#2F3030;
    color:#fff;
    border-radius:0;
    font-size:1rem;
    border:1px solid #707070;
    padding:0.8rem 2.5rem;
}
.pro-item .slider-destails{
    margin-bottom:1rem;
}
.pro-item .status{
     background:#C5AE80;
    color:#000000;
    border-radius:0;
    font-size:1rem;
    padding:0.5rem 2rem;
    margin-right:1rem;
    font-weight:bold;
}
.sm-item .wp-post-image{
    padding:0;
    border:None;
    background:transparent;
}
.sm-item{
    position:Relative;
    margin:1rem 0.8rem;
}
.sm-item .image{
    position:relative;
}
.sm-item .image:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000000;
    opacity:50%;
}
.sm-item .caption{
    position:absolute;
    left:5px;
    bottom:5px;
}
.sm-item .caption h3{
    color:#ffffff70;
    font-weight:Bold;
    font-size:1.6rem;
}
.main{
    position:relative;
}
.main .bottom {
    width:100%;
    left:0;
    position: absolute;
    bottom: 3rem;
}

.pro-imgs{
    position:relative;
    margin-bottom: 100px;
}
.gallery-navs{
    position:absolute;
    bottom:-50px;
    width:80%;
    left:10%;
}
.main-slider .image{
    position:relative;
}
.main-slider .image:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background: rgb(84,84,84);
     background: linear-gradient(0deg, rgba(84,84,84,1) 100%, rgba(46,46,46,1) 50%, rgba(0,0,0,1) 100%);
     right:0;
    top:0;
    opacity:0.4;
}
.navs-slider .image{
    position:relative;
    margin:0 0.5rem;
}
.navs-slider  .image:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background: rgb(84,84,84);
     background: linear-gradient(0deg, rgba(84,84,84,1) 100%, rgba(46,46,46,1) 50%, rgba(0,0,0,1) 100%);
     right:0;
    top:0;
    opacity:0.3;
}
.projects_section_single{
    padding:3rem;
    background: #F7F2E7;
}
.projects_section_single .map .tit h3{
  text-align:center;
    padding-bottom:3rem;
    font-size:3rem;
    font-weight:bold;
    color:#A27B51
}
.projects_section_single .proDet .pro-title h3{
    color:#A27B51;
    font-size:3rem;
    font-weight:bold;
}
.projects_section_single .proDet .pro-title .title{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    padding-bottom:2rem
}
.projects_section_single .proDet .pro-title .title .project_type{
    background:#476377;
    color:#fff;
    padding:1rem 3rem;
    border-radius:10px;
    font-size:1.8rem;
    font-weight:bold;
} 
.projects_section_single .proDet ul{
    display:flex;
    align-items:center;
}
.projects_section_single .proDet ul li span{
    color:#00092980;
    font-size:2rem;
}
.projects_section_single .proDet p{
    color:#000000;
    font-size:2rem;
    text-align:justify;
    font-weight:500;
}
.projects_section_single .proDet .top_single_info{
    background:#fff;
    padding: 2rem;
    border-radius:8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 60%;
}
.projects_section_single .proDet .top_single_info p{
    border:1px solid #000;
    padding:1rem 2rem;
    border-radius:10px;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
}
.projects_section_single .proDet .top_single_info p:first-of-type{
    border-color:#E4E4E4;
    color:#00092980;
}
.projects_section_single .proDet .top_single_info p:last-of-type{
    border-color:#AF8755;
    color:#AF8755;
    background:#D3AA7830;
}
.pro_benfities {
    padding:5rem 0
}
.pro_benfities .title h1{
    color:#507794;
    font-size:3rem;
    font-weight:600;
}
.project-single .projServ{
    margin: 2rem 0;
}
.project-single .projServ li{
    background:#fff;
    text-align: center;
    width: 22%;
    margin: 1rem;
    padding: 2rem 2rem 1rem;
    color: #0F1015;
    border-radius: 1rem;
    display: inline-block;
}
.project-single .projServ li p{
    color: #507794;
    padding-top: 2rem;
    text-align:Center;
    font-weight: 600;
    font-size: 1.4rem;
}
.financing_page .form .text p{
    font-size: 3rem;
    color:#000000;
    text-align:center;
    font-weight:500;
    padding-bottom: 2rem;
}
.financing_page form ul{
    
}
body .financing_page .gform_legacy_markup_wrapper ul > li.gfield,
.financing_page  .gform_wrapper .gform_fields .gfield:last-child
{
    width:48% !important;
    margin:1% !important;;
}
.gfield--input-type-datepicker input{
    width:100%;
}
.financing_page .gform_page_fields .description_below{
    /*display:flex;*/
    /*flex-direction:column;*/
    /*width:100%;*/
}
/*.financing_page .gform_page_fields .description_below > li.gfield{*/
/*    width: 100% !important;*/
/*}*/
.financing_page .gform_page_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.financing_page .gform_page_footer .btn{
    background:#476377;
    border-color:#476377;
}
.financing_page .gform_page_fields .description_below h2{
    color:#000000;
    font-size:3rem;
    font-weight:bold;
}
.financing_page .gform_page_fields .description_below h3{
     color:#507794;
    font-size:2rem;
    font-weight:500;
    padding:2rem 0
}
.financing_page .gform_page_fields .description_below h2{
    
}
.financing_page .gform_page_fields .description_below p{
    color:#000000;
    font-size:2rem;
    font-weight:500;
}
#gform_fields_64_2{
    display:flex;
    flex-direction:column;
}


















body .gform_legacy_markup_wrapper ul > li.gfield  {
    width: 100% !important;
    padding: 0rem 0 0 !important;
    border-radius: 0.4rem;
}
.gform_legacy_markup_wrapper .validation_message {
    font-size: 1.2rem !important;
    padding: 1rem 0 !important;
}

.page-id-3424 .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5),
body.rtl .job-page .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5) {
    width: 98% !important;
}


.gfield .iti.iti--allow-dropdown input{
    color: #C0C0C0;
    border: 0 !important;
    margin: 0;
    padding-left: 1rem !important;
}


 .register-form .gform_wrapper .gform_fields .gfield label{
    color:#0F1015;
    font-size:1rem;
    font-weight:bold;
    margin-top:1rem;
}
.register-form{
    margin: 4rem 4rem;
    box-shadow: 0 55px 220px #00000005;
    padding: 2rem;
}

#searchform input {
    padding: 0 1rem;
    height: 4rem;
    border: none;
    border-right: 0;
    font-weight: bold;
    font-size: 2rem;
    
    background: url(../images/search-icon.png) no-repeat 94% center, #E1C89715;
    background-size: 2rem;
    border-radius: 0px;
    color: #707070;
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.services_benfites .image{
    width: 50%;
}
.services_benfites .image img{
    border-radius: 8px;
}
.guarantees{
	background:#E1C897;
	padding:5rem 0;
}
.related{
    padding-right:20%;
}
.related .item{
    margin:2rem 1rem;
}
.guarantees .title_g h2,.related .title h2{
	color:#251603;
	font-weight:900;
	font-size:2.5rem;
	margin-bottom:2rem;
}
.guarantees .item h2{
	color:#251603;
	font-weight:900;
	font-size:1.5rem; 
	margin-top:1rem;
}
.guarantees .item p{
	color:#251603;
	font-weight:900;
	font-size:1rem; 
 }
.guarantees .item{
	margin:2rem 0;
}

  
@media(max-width: 1500px) and (min-width: 1366px) {
    header .menu li a {
    font-size: 1.2rem;
    }
     .btn, .btn-more {
    padding: 1rem 1.2rem; 
    font-size: 1.3rem;
     }
    
}

@media(max-width:768px) {
    html {
        font-size: 8px;
    }
    .methodology_section .statistics-items .items {
    padding-bottom: 2rem;
}
body .financing_page .gform_legacy_markup_wrapper ul > li.gfield, .financing_page .gform_wrapper .gform_fields .gfield:last-child{
    width:100% !important;
}
    .about__section .about__details .content .image {
    top: -3rem;
    width: 70px;
    height: 70px;
    left: 3%;
    padding: 2rem;
}
    .about__section .about__details .content {
    position: relative;
    bottom: 0;
    left: 0;
    background: #507794;
    border-radius: 10px;
    padding: 2rem 4rem 1rem 2rem;
    display: flex;
    width: 100%;
    margin: 5rem 0;
}
    .header__logo img {
    max-width: 75%;
}
    .main .bottom {
    bottom: -7rem;
}
 .projects_section .custom-dropdown ul li {
    width: 31%;
}
.projects_section .custom-dropdown {
    width: 100%;
}
.contact-page {
    padding: 0rem 0;
}.methodology_section {
    padding: 3rem 0;
}
.partners_section .item {
    padding: 1rem;
}
.services_section .image {
    width: 60px;
    height: 60px;
}
.projects_section .item {
    margin-bottom: 1rem;
    width: 100%;
    padding: 1.5rem;
    flex-direction: column-reverse;
}
.projects_section .item .caption {
    width: 100%;
    padding: 1rem 1rem 01rem;
}
.projects_section .item .image {
    width: 100%;
}
.projects_section .item .image img {
    width: 100%;
     height: auto; 
}


.projects_section .item {
    flex-direction: column;
}
.about__section .about_top .image:after{
    display:none;
}
.about__section .about__details a {
    margin-bottom: 2rem;
}
.about__section .about_bottom .about__details .content {
    padding: 2rem 0;
    width: 100%;
}
.about__section .about_bottom .about__details .content h1 {
    font-size: 3rem;
    padding: 1rem 0;
}
.about__section .about_bottom .about__details .content p {
    width: 100%;
    line-height: 20px;
}

.services_section .title p {
    width: 100%;
}
.contact_section .contact_home_info h1 {
    font-size: 2rem;
    width: 100%;
    line-height: 12px;
    padding-top: 1rem;
}
.footer__top .menus ul li a {
    font-size: 1.5rem;
}
.table {
    width: 100%;
    margin-top: 1rem;
}
.pro-item .text .heading {
    font-size: 2.5rem;
}
.services_single .text{
    padding:3rem 0
}
.services_benfites .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
    flex-direction: column;
}
.contact-page .container .contact_home_info {
    margin: 2rem 0;
}
.services_benfites .image {
    width: 100%;
    margin-right: auto;
    justify-content: flex-start !important;
    margin-bottom: 2rem;
}
.services_benfites .text {
    text-align: left;
    width: 100%;
    padding-left: 2rem;
}
#breadcrumbs .text a, #breadcrumbs .text h3{
    font-size: 1.5rem;
    line-height: 30px;
}
#breadcrumbs h2 {
    font-size: 3rem !important;
}
.project-single .projServ li {
    width: 44%;
}
.projects_section_single .proDet .top_single_info {
    width: 90%;
}
.projects_section_page .head_title {
    flex-direction: column;
}
.contact_section .contact_home_info p {
    font-size: 1.5rem;
}

    .dropdown-menu .dropdown-item {
    font-size: 2.5rem;
        
    }

  
    #breadcrumbs .text a, #breadcrumbs .text h3{
        margin:0;
    }
  
.slick-prev, .slick-next{
    display:none !important;
}
    .contact-btn a {
    right: 13%;
}
.about-page-top p{
    font-size:1.5rem !important;
}
.about-page-top {
    padding: 4rem 0 0rem 0;
}

   

    .custom-container {
    padding: 0 2rem;
}
    .fullPageMenu .nav ul ul {
    display: inline-block;
    background: transparent;
    border: none;
}
    .footer__top .menus ul {
    gap: 4rem;
}
    .ls-v6 .ls-nav-prev, .ls-v6 .ls-nav-next{
        display: none !important;
    }
    .main_title {
        font-size: 2.6rem;
        margin: 2rem 0;
    }
    header .language {
        display: none;
    }
    header svg path {
        stroke:var(--var-color);
        fill: var(--var-color);
    }
    .home .in-pages{
    display:inline-block;
}
.home .in-home{
   display:none;   
}
    .menuicon svg path{
    }
    header #Search path {
        stroke: var(--var-color);
        /* fill: unset; */
    }
  
    header #search path {
        stroke: #000
    }
     header .header-bottom{
        padding-top:2rem;
    }
    header {
        padding: 2rem;
        position: relative !important;
        background: #000;
    }
    header .d-flex {
        justify-content: space-between !important;
    }
   
    header nav {
        display: flex;
    }
    header .header__logo {
        /* text-align: center; */
    }
    .about__section {
        padding: 3rem 0;
    }
    .about__images {
        display: none;
    }
    .media_section .item {
        margin: auto;
        /*text-align: center;*/
    }
    .media_section .item .caption {
        /* width: 80%; */
    }
    .media_section .item img {
        margin: auto;
    }
    .about__section .about__details .about__content h3{
        font-size: 2rem;
        padding: 0;
    }
    .about__section .about__details .about__content p {
        font-size: 1.5rem;
    }
    .about__section .about__details .about__content {
        padding: 0;
    }
    .about__section .about__image .image ,
    .about__section .about__image video {
        width: 160px !important;
        height: 290px !important;
        margin-top: 2rem;
    }
    .about__section .about__image .image {
        min-height: 173px !important;
        height: 198px !important;
    }
    .title p {
        /* width: 100%; */
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .partners_section {
        padding: 2rem 0;
    }
    html[dir=rtl] .gform_legacy_markup_wrapper h3.gform_title, body.rtl .gform_legacy_markup_wrapper h3.gform_title, .contact-page .gform_title {
        font-size: 2rem !important
    }
   
    .contact-info .items {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start !important;
    }
    .contact-info .items .item h3 {
        padding: 0;
    }
    .contact-info .items .item h5,
    .contact-info .items .item ,
    .contact-info .items .item:first-of-type {
        width: 100%;
    }
    .contact-info {
        padding: 2rem;
        margin-bottom: 0;
    }
    footer .container {
        width: 100%;
    }
    .tot_footer {
    padding: 0rem 0rem 2rem 0rem;
    border-radius: 40px;
}
   footer .header__logo {
       display:none;
   }
   #breadcrumbs {
    padding: 3rem 0 0rem 0;
}
    .footer__top .col {
        /* margin: 2rem; */
        width: 52%;
        display: inline-flex;
        /* align-items: flex-start; */
        flex-direction: column;
    }
    .footer__top .col:nth-of-type(3),
    .footer__top .col:last-of-type {
        width: 100%;
        padding: 0;
    }
    .footer__bottom .to-top {
        position: relative;
        padding: 5rem 0;
        z-index: 1;
    }
    .footer__top ul.social {
        text-align: center
    }
   
    .footer__bottom .row {
        flex-direction: column;
    }
    .footer__top .logo img {
        width: 44%;
    }
    .footer__bottom .d-flex .rowaad {
        text-align: center;
        width: 100%;
    }
    .footer__bottom .footer__right {
        text-align: left;
    }
    .footer__bottom p {
        font-size: 1.1rem;
        margin: 0;
    }
    .search-page.services_section .item {
        margin: 1rem  0;
    }
    #exampleModal .modal-dialog {
        max-width: 100% !important;
    }
    #exampleModal .modal-content .gfield {
        width: 100% !important
    }
 
.forms_pages .text p {
    width: 90%;
}
.forms_pages .form {
    width: 100%;
}

    #breadcrumbs .main_image ,
    #breadcrumbs .main_image .text {
        height: fit-content;
        border-radius: 0 3rem 3rem 3rem;
        background-size: cover !important;
        margin: 1rem 0 0 0;
    }
    #breadcrumbs .main_image .text {
        padding: 4rem 2rem;
    }
    #breadcrumbs .main_image:after {
        border-radius: 0 3rem 3rem 3rem;
    }
    #breadcrumbs .main_image .text h2 {
        font-size: 2rem
    }
    #breadcrumbs .main_image  {
        height: 11rem;
    }
    
    header .menu li.menu-item-has-children {
        position: relative;
    }
    header .menu li.menu-item-has-children:hover ul {
        position: relative;
        top: 0;
        width: 100%;
        border-radius: 0;
    }
    header .menu li.menu-item-has-children:after {
        left: unset;
        right: 3rem;
        top: 15px;
    }
    header .menu {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    
    body.rtl .gform_legacy_markup_wrapper ul li, .project-single .gfield{
        width: 100% !important
    }
   
    body.rtl .gform_legacy_markup_wrapper ul > li.gfield, .project-single .gfield {
        width: 100% !important;
        
    }
   
   
    .title h3 {
        font-size: 2rem
    }
 .btn, .btn-more {
    padding: 1rem;
 }

.footer__top {
    padding: 2rem 0 0rem 0;
}
    .title p {
        font-size: 2rem;
        margin: 0;
    }
    
    .single__header {
        padding: 3rem 0 0
    }
    .contact-page .gform_wrapper {
        padding: 2rem;
        margin: 0;
        width: 100%;
    }
    .contact-page .contact-info .d-flex {
        flex-direction: column;
    }
    .page .gform_wrapper .gform_fields .gfield:last-of-type, .contact-page .gform_wrapper .gform_fields .gfield:last-of-type {
        margin: 0 !important
    }
    #breadcrumbs a, #breadcrumbs h3 {
        font-size: 1.5rem;
    }
    #breadcrumbs h3 span {
        margin: 1rem;
    }
    .recruitment-page .item {
        margin: 0 4rem 4rem
    }
    .page .gform_wrapper .gform_fields .gfield {
        width: 100% !important;
        /* padding: 0 !important; */
    }
    html[dir=rtl] .page .gform_footer, html[dir=rtl] .page .gform_page_footer {
        padding: 0 !important
    }
    .companies .item {
        padding:1rem;
    }
   
    .project-single .pro-title h3 {
        font-size: 2rem;
    }
    .project-single .pro-details .item {
        padding: 1rem;
    }
    .units-single .pro-title {
        padding: 1rem;
        flex-direction: column;
        justify-content: center !important;
    }
    .units-single .units .pro-title div:last-of-type ,
    .units-single .pro-title > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .units-single .pro-title > div:first-of-type {
        width: 80%
    }
    .units-single .units > ul {
        padding: 1rem 0;
    }
    .units-single .units > ul li {
        width: 46%;
    }
    .units-single .units > ul li svg {
        width: 2.5rem;
    }
    .units-single .wrapper {
        padding: 2rem 0 0;
    }
    .project-single .form .form-title h3 {
        font-size:1.4rem;
    }
    html[dir=rtl] .gform_legacy_markup_wrapper {
        /* padding-right: 0 !important; */
    }
    .pro-item .text p{
    font-size:1.5rem;
    margin:0;
}
.pro-item .text .desc p{
    font-size:1.3rem
}


#searchform input {
    padding: 0 1rem; 
    font-size: 1.2rem;
    background: url(../images/search-icon.png) no-repeat 94% center, #E1C89715;
    background-size: 2rem; 

}
}
@media(max-width: 768px) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
    .contact-page .gform_footer .btn {
        width: 20% !important
    }
    .upload__file .ginput_container + .gfield_description {
        /*background-size: 3%;*/
    }
    .footer__top .emaillist form input.es_txt_email {
        /* background-size: 5%; */
    }
    .col {
        flex-grow: 2;
        max-width: 50%;
        width: 50%;
    }
    .footer__top .row {
        flex-direction: revert
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
   
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
    .footer__top {
        padding-top: 4.5rem;
    }
    
    .custom-container {
    padding: 0px 2rem;
}
.footer__top {
    padding: 4rem 20px 0 20px;
}
}
@media(max-width: 1367px) and (min-width: 1191px) {
    html {
        /* font-size: 11px; */
    }
    
    .header__logo h3 {
}
    .about__section .about__details h1 {
        font-size: 2rem;
    }
    .about__section .about__images {
    padding-left: 5rem;
}
   .about__section .about__details .content .text {
    padding-left: 8rem;
}
}
@media(max-width: 1366px) and (min-width: 1200px) {
    html {
        font-size: 11px;
    }
    .btn, .btn-more {
    padding: 1rem 1.2rem;
    }
    .programs {
        padding-top: 5rem;
    }
    
    .custom-container {
        padding: 0 5rem;
    }
 header .menu li a {
    padding: 0 1.1rem;
}
.about__section .about__details .content {
    padding: 2rem 3rem 1rem 2rem;
}
}


/* Layout for search container */
.search__wraper {
	padding: 20rem;
}
  #btn-search-close svg{
         max-width:100%;
    width: 24px;
    height: 22px;
     }
.js .search__wraper {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 100%;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #fff;
}

.js .search__wraper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn--search-close {
	font-size: 2em;
	position: fixed;
	z-index: 1001;
	top: 1.25em;
	right: 1.25em;
	box-shadow:none
}

.search__input {
	font-family: inherit;
	font-size: 4rem;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.05em 0;
	color: #000;
	border: none;
	border-bottom: 4px solid #C5AE80;
	background: transparent
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #C5AE80;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #C5AE80;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #C5AE80;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 1.5rem;
	font-weight: 400;
	display: block;
	width: 50%;
	padding: 0.85em 0;
	color: #000;
}

.search__related {
	display: flex;
	width: 35%;
	padding: 4em 0 0 0;
	pointer-events: none;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
	color: #C5AE80;
}

@media screen and (max-width: 40em) {
}
html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding:0 !important;
}

    #searchform input:-internal-autofill-selected {
    border-color: #fff !important;
    background: #fff !important;
}
.header__logo img {
    /* animation: opacity 2s linear infinite; */
}
@keyframes opacity {
    from {
         opacity:0.2;
    }
    to {
         opacity:1;
    }
}
body.rtl .gform_legacy_markup_wrapper input[type=submit]{
        text-align: center !important;
}

body.rtl .gform_legacy_markup_wrapper input[type=submit]{
    align-items:center !important;
}
