/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
    font-size:1rem;
} 
body {
    font-style: normal;
    font-weight: normal;
    overflow-x:hidden;
    position: relative;
    font-family: 'ITCHandelGothicArabic';
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.more a{
    display:flex;
    align-items:center;
    justify-content:right;
    color:#000;
    flex-direction: row-reverse;
    font-size: 1.3rem;
}
.more a .icon{
    padding: 0 0 0 .8rem;
}
.btn,
.btn-more {
    box-shadow: none;
    border: none;
    font-size: 1.3rem;
    border-radius: 4rem;
    font-weight: 200;
    padding: 1.2rem 3rem;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: #4c7da6;
     transition: all 0.5s ease-in-out;
    color: #fff;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.topTitle{
    display:flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 0 3rem;
}
/* .container {
    max-width: 1728px;
    padding-left: 8rem;
    padding-right: 8rem;
} */
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid #FF5C1C !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.ls-nav-next {
    background: url(../images/Up.svg)center /100%;
    width: 3rem !important;
    height: 3rem !important;
    left: 4%;
    top: 55% !important;
    transform: rotate(-90deg);
}
.ls-nav-prev {
    background: url(../images/Up.svg)center /100%;
    width: 3rem !important;
    height: 3rem !important;
    left: 4% !important;
    top: 62% !important;
    transform: rotate(90deg);
}
.slick-dots {
    left: 0;
    right: 0;
    width: auto;
    bottom: -41px;
}
.slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width:2rem;
    height:2px;
    border:none;
    background:#D9B74C;
    opacity:.5;
    border-radius:3px;
    margin: 0.1rem;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
    width:4rem;
    background: #D9B74C;
    opacity:1;
}
.slick-dots li button:before {
    display: none;
}
/* header */
header .container .row {
    z-index: 9;
    position: relative;
}
header .logo_header_fixed{
    display:none;
}
header .default_header{
    display:block;
}
header.fixed-header .logo_header_fixed{
    display:block;
}
header.fixed-header .default_header{
    display:none;
}
.header_top_title{
    padding: 10px 0;
    background: url(../images/headerTop.png)no-repeat;
    background-size: 100% 100%;
}
.header_top_title p{
    margin:0;
    font-size: 10px;
    color: #ccc;
}
.header_top_title .item{
    display:flex;
    justify-content: space-around;
    align-items: center;
}
.header_top_title .icon svg{
    width:12px;
}
header {
    width: 100%;
    padding: 0rem;
    background: #15394A;
    overflow: hidden;
}
header .row:first-of-type{
    border-bottom:2px solid #fff;
    padding: 1rem 0;
}
header .header-btn .lang .btn {
    height: 100%;
    display: flex;
    align-items: center;
}
header .header-btn .lang .dropdown{
height: 100%;
}
header .center{
height:100%
}
header .vision {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
}
header .info .item{
    display:flex;
    position: relative;
}
header .info .item:after{
    position:absolute;
    content:'';
    background:#fff;
    width:1px;
    height:100%;
    left:0;
}
header .info .col-lg-3.address_item .item:after{
    display:none
}
header .info .item .icon{
    margin-left:1rem;
}
header .info a,
header .info p{
    color:#fff;
    margin: 0;
}
header .social__media{
    text-align:left;
    display: flex;
    justify-content: center;
}
.wpml-ls-legacy-list-horizontal a span {
    color: #fff;
    font-size: 1.3rem;
    vertical-align: super;
    font-family: monospace;
}
header .header-bottom .wpml-ls-legacy-dropdown,.mob_lang .wpml-ls-legacy-dropdown{
    background:transparent !important;
    border:none !important;
    width:10rem;
    padding: 0.7rem 2rem;
    border-radius: 0px;
}
.modal {
    z-index: 11111111111111111111;
    background: #00000069;
}
.modal-backdrop.show{
    display:none;
}
header .header-bottom .wpml-ls-legacy-dropdown{
    background:transparent !important;
    border:none !important;
    width:10rem;
    padding: 0.7rem 2rem;
     border-radius: 7px;
     transition:all 0.3s ease-in-out;
     color:#FFFFFF;
     font-size:1.25rem;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 0rem;
    padding-left: 1rem;
    border: none;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 15px;
    top: 40%;
    background: url(../images/arr-down.svg) no-repeat;
    width: 0.8rem;
    height: 0.8rem;
    border: none;
    background-size: contain;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{
    height:auto;
}
header .vision:after{
    position:absolute;
    content:'';
    background:#fff;
    width:1px;
    height:100%;
    left:0;
}
header .header-btn{
    position:relative;
    height: 100%;
    justify-content: space-between;
    padding: 0 1rem 0 0;
}
header .header-btn:after{
    position:absolute;
    content:'';
    background:#fff;
    width:1px;
    height:100%;
    right:0;
}
header .header-btn ul{
    display:flex;
    align-items:center;
    justify-content: center;
    padding: 0;
} 
header .header-btn ul .text{
    font-family: 'ITCHandelGothicArabic bold';
}
header .header-btn ul .text h4{
    font-size: 1.1rem;
}
header .header-btn ul .text span{
    direction: ltr;
    display: inline-block;
    font-size: 13px;
}
header .header-btn .item{
    display:flex;
    font-size: 1.3rem;
    color: #fff;
    align-items: center;
    flex-direction: row-reverse;
}
header .header-btn .lang .btn{
    background:#7cc36a;
    border-radius:0;
    padding: 0 2rem;
}
header .header-btn .lang .btn svg path{
    fill:#fff;
}
header .header-btn .dropdown-toggle::after{
    display:none;
}
header .header-btn .dropdown-menu{
    background:transparent;
    border:none;
    text-align: center;
    float: none;
    right: -18px;
    padding: 0;
    margin: 0;
    transform: translateY(52px) !important;
}
header .header-btn .item .icon{
    background:#7CC36A;
    width: 61px;
    height: 61px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}
header .container-fluid{
    /* padding:0; */
    padding-left: 0;
}
header .header__logo{
    background:#fff;
    padding: 2rem 3rem;
    margin-top: -61px;
    margin-right: -15px;
}
header .header__logo img {
     width: auto;
}
header .language {
    position: absolute;
    left: 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;
    font-family: 'ITCHandelGothicArabic bold';
    padding: 0;
}
header .menu li a {
    color: #fff;
    font-size: .9rem;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    padding: 0 .5rem;
    text-transform: capitalize;
    position: relative;
}
header .menu li:hover > a {
    color: #fff
}
header .wpml-ls-menu-item .wpml-ls-display {
    color: #BF7202 !important
}
header .menu ul li:hover > a {
    color: #20376E;
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: -8px;
    background: url(../images/drop.png) no-repeat center;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    left: -14px;
    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.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: 22rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border:5px solid #20376E;
    text-align: right;
}
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: right;
    gap: 1rem;
    font-family: 'DIN NEXTTM ARABIC bold';
    border-bottom: 1px solid #DDDDDD;
    color: #20376E;
}
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%
}
header .btn--search {
    background: transparent;
    border: 0;
}
.main{
    position:relative;
}
.main .top_text_slider{
}
.main .top_text_slider:before{
    position:absolute;
    content:'';
    background:#fff;
    right:1rem;
    width:10px;
    height:10px;
    border-radius:50px;
    top:1.5rem;
}
.main .top_text_slider:after{
    position:absolute;
    content:'';
    background:#fff;
    left:1rem;
    width:10px;
    height:10px;
    border-radius:50px;
    top:1.5rem;
}
#exampleModal .modal-dialog {
    max-width: 45%;
}
#exampleModal .modal-content {
    background: #012434;
    border-radius: 5rem;
    padding: 3rem;
    border: 0;
}
.gform_title{
    display:none;
}
#exampleModal .modal-content .gform_title  {
    color: #fff;
    font-size: 2.4rem !important;
    
}
#exampleModal .modal-content .close {
    opacity: 1;
}
#exampleModal .modal-content .close svg {
    width: 3rem;
}
#exampleModal .modal-content .gform_fields  {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
#exampleModal .modal-content .gfield  {
    background: #fff !important;
    width: 47% !important;
    padding: 1rem !important;
    border-radius: 0.4rem;
}
#exampleModal .modal-content .gform_fields .gfield:last-child {
    width: 100% !important;
}
#exampleModal .modal-content .gfield label {
    color: #C0C0C0;
}
#exampleModal .modal-content .gfield .ginput_container {
    margin: 0;
}
#exampleModal .modal-content .gfield input ,
#exampleModal .modal-content .gfield textarea {
    color: #C0C0C0;
    border: 0;
    margin: 0;
}
#exampleModal .modal-content .gfield textarea::placeholder ,
#exampleModal .modal-content .gfield input::placeholder {
    color: #C0C0C0;
    font-size: 1.5rem;
}
#exampleModal .modal-content .gform_button {
    width: 100%;
    background: #BD7303;
    border: 0;
    padding: 2rem;
    border-radius: 0.4rem;
    font-size: 1.5rem;
    display: flex;
    margin: 3rem 0 0;
    justify-content: center;
}
/* about__section */
.about__section {
    position: relative;
    text-align: right;
    color: #000;
    padding: 5rem 0;
    background: url(../images/aboutLayer.png)no-repeat;
}
.about__section:after{
    position:absolute;
    content:'';
    background: url(../images/aboutShape.png)no-repeat;
    width: 591px;
    height: 316px;
    top: 68%;
    right: 0;
    z-index: -1;
}
.about__section .title{
    padding-bottom:2rem;
}
.about__section .title h5{margin-right: initial;}
.about__section .title h4{
    text-align:right;
    width: auto;
    margin: inherit;
    font-size: 2.3rem;
    line-height: 1.3;
}
.about__section .title h4 span{
    color:#7cc36a;
}
.about__section .featureItem{
    display:flex;
    align-items:center;
}
.about__section .featureItem .image{
    background:#0e447330;
    border: 1px dashed;
    width: 96px;
    height: 65px;
    display:flex;
    align-items:center;
    border-radius: 51px;
    justify-content:center;
    margin-left: 1rem;
}
.about__section .featureItem .caption h2{
     font-family: 'ITCHandelGothicArabic bold';
     font-size: 1.5rem;
}
.about__section .featureItem .caption p{
     font-size: 1rem;
     color: #a5a0a0;
}
.about__section .text p{
    color:#0E4473;
    font-size:1.4rem;
}
.about__section .aboutLeft .row .col-lg-6:first-of-type img{
    border:5px solid #7CC36A;
    border-radius:8rem 8rem 8rem 4rem;
    box-shadow: -3px 8px 9px #7cc36a91;
}
.about__section .aboutLeft .row .col-lg-6:nth-of-type(2) img{
    border:5px solid #7CC36A;
    border-radius:8rem 8rem 4rem 8rem;
}
.about__section .aboutLeft .row .col-lg-6:nth-of-type(3) img{
    border:5px solid #7CC36A;
    border-radius:4rem 8rem 8rem 8rem;
    box-shadow: -3px 8px 9px #7cc36a91;
}
.about__section .aboutLeft .row .col-lg-6:nth-of-type(4) img{
    border:5px solid #7CC36A;
    border-radius:8rem 4rem 8rem 8rem;
}
.about__section .aboutLeft .image{
    margin:.5rem 0;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #F3F3F3!important;
    opacity:1 !important;
    /* width:40px; */
    /* height:40px; */
    line-height:35px;
    margin: 2rem 6px 0 !important;
    transition:all .5s;
}
.owl-theme .owl-controls .owl-buttons div img{
}
/* services_section */
.services_section {
    padding: 5rem 0;
    position: relative;
    text-align: center;
    z-index: 9;
    color: #000;
}
.services_section .title{
    padding-bottom:1rem;
}
.services_section .nav-tabs{
    justify-content:center;
    border: none;
    position: relative;
    z-index: 9;
}
.services_section .nav-tabs li{
    margin:1rem;
}
.services_section .nav-tabs li a{
    background:#E7ECF1;
    border-radius:1rem;
    color:#0E4473;
    font-family: 'ITCHandelGothicArabic bold';
    padding: 1.6rem .5rem 2rem;
    font-size: 1rem;
    border: 1px dashed #000;
    display: flex;
    width: 196px;
    justify-content: center;
    align-items: center;
    min-height: 96px;
}
.services_section .nav-tabs .icon_defult{
    display: block;
}
.services_section .nav-tabs .icon_hover{
    display:none;
}
.services_section .nav-link.active .icon_hover{
    display: block;
}
.services_section .nav-link.active .icon_defult{
    display: none;
}
.services_section .nav-tabs .nav-item.show .nav-link,
.services_section .nav-tabs .nav-link.active{
    background:#7CC36A;
    color:#fff;
}
.services_section .item{
    margin: -38px 3rem 0;
    position: relative;
    background: url(../images/servLayer.png)no-repeat;
    color: #fff;
    padding: 7rem 3rem 3rem;
    border-radius: 2rem 2rem 0 0;
    justify-content: center;
    background-size: 100% 100%;
}
.about__section .info{
    display:flex;
    align-items:center;
}
.about__section .info a{
   margin-left:2rem;
   transition: all .5s;
}
.about__section .phoneNum span{
    color:#000;
    font-family: 'ITCHandelGothicArabic bold';
    font-size: 1.3rem;
    direction: ltr;
    display: inline-block;
}
.about__section .phoneNum p{
    font-size:1.1rem;
}
.contBtn{
    background:#7cc36a;
    padding: .5rem 3rem 1rem;
    display:block;
    border-radius:1rem;
    color:#fff;
    font-family: 'ITCHandelGothicArabic bold';
    width: fit-content;
    font-size: 1.3rem;
    margin: 2rem 0;
    transition: all .5s;
}
.contBtn:hover{
    background: #679b59;
    color: #fff;
    transition: all .5s;
}
.services_section .item .caption{
  padding: 1rem;
  text-align: right;
}
.services_section .item .caption h4{
    color: #7cc36a;
    padding: 2rem 0;
    font-size: 2.3rem;
    width: 100%;
    font-family: 'ITCHandelGothicArabic bold';
}
.services_section .item .caption p{
    line-height: 1.5;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 100;
}
.services_section .item .point{
    display:flex;
    margin:10px 0;
    align-items: center;
    padding: .5rem;
}
.services_section .item .point .icon svg path{
    fill: #47a8ff;
}
.services_section .item .point .icon svg path:last-of-type{
    fill:#000;
}
.services_section .item .point h5{
    font-size: 20px;
    padding-right: 8px;
}
.services_section .image img{
    width: 78%;
    border-radius: 1rem;
}
.features__section{text-align: center;padding: 3rem 0;}
.title{
    padding: 3rem 0 6rem;
    text-align: center;
}
.title h5{
    font-size: 1.2rem;
    background:#7CC36A;
    padding: 4px 30px 11px;
    border-radius:50px;
    color:#fff;
    width:fit-content;
    margin: 1rem auto;
    font-family: 'ITCHandelGothicArabic bold';
}
.title h4{
    font-family: 'ITCHandelGothicArabic bold';
    color:#1B3D5A;
    width: 47%;
    margin: auto;
    font-size: 2.5rem;
    padding-bottom: 2rem;
}
.title h2{
    width: 56%;
    color:#1B3D5A;
    margin: auto;
    font-size: 1.8rem;
    padding-bottom: 2rem;
    line-height: 1.3;
}
.features__section .item{
    margin:0 1rem;
}
.features__section .item .text h2{
    font-family: 'ITCHandelGothicArabic bold';
    padding:1rem 0 1rem;
    color:#0E4473;
}
.features__section .item .text p{
    color:#919191;
    font-size:1.1rem;
}
.numbers_section .container{
    background:#7CC36A;
    padding:2rem 0;
    border-radius: 1rem;
    color: #fff;
    margin-top: -24px;
    z-index: 9;
    position: relative;
}
.numbers_section .item{
    position:relative;
}
.numbers_section .item:after{
    position:absolute;
    content:'';
    right:0;
    width:1px;
    height: 86px;
    background:#fff;
    top: 20px;
}
.numbers_section .item p{
    font-family: 'ITCHandelGothicArabic bold';
    font-size: 3rem;
    direction: ltr;
}
.numbers_section .item h2{
    font-size:1.5rem;
}
.whyus__section .col-lg-5 img{
    width: 100%;
    height: 100%;
}
.whyus__section .title{
    padding-bottom:0;
}
.whyus__section .item{
    display:flex;
    align-items:center;
    background:#fff;
    padding: 2rem;
    box-shadow: 3px 3px 10px #00000078;
    margin: 6px 0 2rem 0;
    border-radius: 1rem;
}
.whyus__section .item:nth-of-type(2) .image{
    background:#7CC36A;
}
.whyus__section .item:nth-of-type(2){
    border-right:6px solid #7cc36a;
    right: 4rem;
    position: relative;
    box-shadow: 4px 1px 6px #b9c7b6;
}
.whyus__section .item .image{
    background: #354473;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
}
.whyus__section .item .text{width: 72%;}
.whyus__section .item .text h2{
    color:#0E4473;
    font-family: 'ITCHandelGothicArabic bold';
    font-size: 1.5rem;
}
.whyus__section .item .text p{
    color: #9b9999;
    font-size: 1.3rem;
}
.contactForm_section.contact-page{
    background: url(../images/formLayer.png
)no-repeat;
    padding:0;
    margin:5rem 0;
    text-align:right;
    background-size: cover;
}
.contactForm_section .container-fluid{
    padding-right:0;
}
.contactForm_section .title{
    padding:2rem 0;
}
.contactForm_section img{
    height:100%;
}
.contactForm_section .formBlock{
    padding-right:3rem; 
}
.contactForm_section .title h4{
    text-align:right;
    color:#fff;
    width: 80%;
    padding:0;
    margin:0;
}
.hu__hu__ { animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(10px) }
}
.owl-theme .owl-controls .owl-page span{
    background:#0E4473 !important;
    width:8px !important;
    margin:15px !important;
    height:8px !important;
    border-radius:10px !important;
    opacity:1 !important;
}
.owl-theme .owl-controls .owl-page.active span{
    background:#7CC36A !important;
}
.owl-theme .owl-controls .owl-page.active{
    border:1px solid #7CC36A;
    border-radius:5rem;
}
.owl-carousel{
    direction: ltr;
}
.news_section{
    margin:2rem 0;
}
.news_section .item{
    position:relative;
    margin: 12px;
}
.news_section .item .image{
    position:relative;
}
.news_section .item .image img{
    width:100%;
}
.news_section .item .image .icon{
    position:absolute;
    top:2rem;
    right:2rem;
}
.news_section .item .caption{
    position:absolute;
    bottom:0;
    padding: 1rem;
    color:#fff;
    font-family: 'ITCHandelGothicArabic bold';
    right: 0;
}
.news_section .item .caption h4{
    font-size:1.3rem;
    line-height:1.5;
}
.news_section .item .image:before{
    position:absolute;
    content:'';
    background: linear-gradient(360deg, #0E4473 0%, rgba(255, 255, 255, 0.00) 41.64%);
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    right:0;
}
.news_section .item:hover .image:before{
    background: linear-gradient(360deg, #7cc36a 0%, rgba(255, 255, 255, 0.00) 41.64%);
    transition:all .5s;
}
.cert_section .title{
    padding-bottom:0;
}
.cert_section .item{
    text-align:center;
    border: 1px solid #ede7e7;
    margin: 1.5rem;
    padding: 2rem 3rem;
    border-radius: 3rem;
    transition:all .5s;
}
.cert_section .item:hover{
    border-color:#1b62af;
    transform:translatey(-5px);
    transition:all .5s;
}
/* partners_section */
.partners_section {
    padding: 2rem 3rem;
    position: relative;
    z-index:11;
}
.partners_section .title{
    padding-bottom:2rem;
}
.partners_section .slick-track {
    align-items: center;
    display: flex;
}
.partners_section .item {
    padding: 3rem;
    margin: 1rem 1rem;
    display: flex;
    align-items: center;
    border: 2px solid #7cc36a54;
    justify-content:center;
    height: 10rem;
    border-radius: 5px;
    transition:all .5s;
}
.partners_section .item:hover{
    border-color:#1b62af;
    transform:translatey(-5px);
    transition:all .5s;
}
.partners_section .item img{
    height:auto;
}
.partners_section .item .content p {
    font-size: 1.5rem;
    font-weight: 300;
}
.partners_section .item .caption h3 {
    color: #BD9F58;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 0;
}
.partners_section .item .caption p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0;
}
.partners_section .slick-dots {
    left: 0;
    right: 0;
    bottom: -26px;
}
.partners_section .slick-dots li button {
    border-color: #012434 !important;
}
.partners_section .slick-dots li.slick-active button {
    background: #012434;
}
.page-title {
    border: 0;
}
.page-title:before {
    display: none
}
#searchform input {
    height: 4.3rem;
    border: 1px solid #ccc;
    border-left: 0;
    font-weight: 300;
    font-size: 2rem;
}
#searchform .btn {
    margin: 0;
    padding: 0.9rem;
    border-radius: 0;
    background: #3E7390;
    border-color: #3E7390;
}
/* breadcrumbs */
#breadcrumbs {
    padding: 9rem 0;
    position: relative;
    background: url(../images/breadcrumbs.png)no-repeat center;
    margin: 0;
    background-size: cover;
}
#breadcrumbs .text{
    position:absolute;
    top: 5rem;
    right: 0%;
    z-index: 9;
    font-family: 'ITCHandelGothicArabic bold';
    color:#fff;
    width: 100%;
}
#breadcrumbs .text ul{
    display:flex;
    margin:0;
}
#breadcrumbs .text ul li{
    color:#fff;
    font-size: 1.3rem;
    padding: 0 0 0 14px;
    font-weight: 100;
}
#breadcrumbs .text ul li:last-of-type{
    color:#7CC36A;
}
#breadcrumbs .text ul li a{
    color:#fff;
    font-weight: 100;
    padding: 0;
}
#breadcrumbs .text ul li svg{
    width: 12px;
}
.titlePage h2{
    color: #fff;
    font-size: 3rem;
    text-align: right;
    padding-bottom: 7px;
}
.defultPage p{
    font-size: 1.3rem;
    color: #0E4473;
    line-height: 1.3;
}
.singleServ{
    padding:4rem 0;
}
.singleServ .image img{
    width:100%;
    border-radius: 1rem;
}
.singleServ .content{
    text-align:right;
}
.singleServ .content .title{
    text-align:right;
    padding: 0;
}
.singleServ .content .title h2{
    width:auto;
    font-family: 'ITCHandelGothicArabic bold';
    padding: 2rem 0 0;
    font-size: 2.5rem;
    color:#0E4473;
}
.singleServ .content p{
    width:auto;
    font-size: 1.5rem;
    color:#0E4473;
}
.values{
    padding:3rem 0;
}
.values h3,
.Service_options h3{
    color:#0E4473;
    font-family: 'ITCHandelGothicArabic bold';
    font-size:1.5rem;
    margin-bottom: 3rem;
    position:relative;
}
.values h3:after,
.Service_options h3:after{
    position:absolute;
    content:'';
    background: #7cc36a;
    bottom: -17px;
    right:0;
    width:50px;
    height:1px;
}
.values .item .text{
    align-items:center;
    margin:1rem 0;
    padding-right:2rem;
    display:flex;
}
.values .item .text h4{
    color:#000;
    font-size:1rem;
    padding-right: 6px;
}
.value_images{
    padding:2rem 0;
}
.value_images img{
    margin:0 .5rem;
}
.Service_options .Project_Evaluation .item{
    align-items:center;
}
.Project_Evaluation .item .image{
    flex:1;
}
.Project_Evaluation .item .text{
    flex:1;
}
.Project_Evaluation .item .text h5{
    color:#7CC36A;
}
.proj_details{
    box-shadow: 2px 2px 14px #0e447347;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.proj_details .title{
    background:#0E4473;
    padding: 9px 0 0;
    color: #fff;
    border-radius: 1rem 1rem 0 0;
}
.proj_details .title h2{
    color:#fff;
    overflow:hidden;
    font-family: 'ITCHandelGothicArabic bold';
    font-size: 1.4rem;
}
.proj_details .item{
    display:flex;
    align-items:baseline;
    padding: 0 1rem 0;
    margin:1rem;
    border-bottom: 1px solid #efdbdb;
}
.proj_details .item .icon{
    background:#7CC36A;
    width: 35px;
    height: 35px;
    display: flex;
    margin-left: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.proj_details .item .text h3{
    color:#0E4473;
    font-size:1.5rem;
}
.proj_details .item .text p{
    font-family: 'ITCHandelGothicArabic bold';
    color:#0E4473;
}
.proj_details .item:last-of-type{
    border:none;
}
.about_page_video .image{
    position:relative;
}
.about_page_video .image .video_text{
    position:absolute;
    bottom:40%;
    left:0;
    right:0;
    text-align:center;
}
.serv_left .item{
    display:flex;
    justify-content:space-between;
    margin:1rem 0;
    box-shadow: 1px 1px 7px #0e447352;
    padding:1rem;
    border-radius:1rem;
}
.serv_left .item .caption{
    display:flex;
    justify-content: unset;
}
.serv_left .item .caption h4{
    color:#0E4473;
    font-family: 'ITCHandelGothicArabic bold';
    font-size: 1.2rem;
    text-align: center;
    padding-right: 2rem;
}
.Service_options .item{
    display:flex;
    margin:2rem 0;
    align-items:baseline;
}
.Service_options .item .num{
    box-shadow:2px 2px 2px #ccc;
    width: 88px;
    height: 40px;
    display:flex;
    font-family: 'ITCHandelGothicArabic bold';
    color: #7CC36A;
    font-size: 1.5rem;
    align-items:center;
    justify-content:center;
    border-radius:50px;
}
.Service_options .item .text{
    margin-right:1rem;
}
.Service_options .item .text h4{
    color:#0E4473;
    font-family: 'ITCHandelGothicArabic bold';
}
.Service_options .item .text p{
     color:#0E4473;
}
.questionsPage{
    min-height:700px;
    padding: 4rem;
}
.questionsPage .title{
    text-align:right;
    float: right;
    width: 45%;
    padding: 2rem 0 0;
}
.questionsPage .title h5{
    margin:initial;
}
.questionsPage .title h4{
    width:auto;
    padding-bottom: 0;
}
.questionsPage .title h2{
    width:auto;
}
.questions .panel-default>.panel-heading {
    color: #333;
    border-bottom: none;
    box-shadow: none;
    padding: 1rem 0;
}
.questions .panel-body p{
    color: #0e4473;
    font-size: 1.3rem;
    padding: 14px;
    font-weight: 300;
    line-height: 2;
    position: relative;
}
.questions .panel-body p:after{
    position:absolute;
    content:'';
    height: 73%;
    width:1px;
    right: 50px;
    top: 10px;
}
.questions svg{
}
.questions .close{
    opacity:1;
}
.questions .panel-default>.panel-heading+.panel-collapse>.panel-body{
    padding: 0 36px;
}
.questions .panel-title [aria-expanded="false"] {
    background:#fff;
}
.questions .panel-title [aria-expanded="true"] {
    background:#0E4473;
    color:#ffff;
}
.questions .panel-title a{
    color: #0E4473;
    font-family: 'ITCHandelGothicArabic bold';
    width: 94%;
    font-size: 1.3rem;
    box-shadow: 1px 4px 22px #0e447338;
    margin: auto;
    border-radius: 52px;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
}
.questions .panel-group{
   
}
.questions .panel-group .panel{
    border:none;
    border-radius: 17px;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
    margin: 0;
    padding: 0;
}
.projects-page.projects_section{
    background:transparent;
}
.about__section.aboutPage{
    color:#fff;
    background:transparent;
    padding: 5rem 0;
}
.wp-block-image img{
    width:100%
}
.about__section.aboutPage:after{
    position:absolute;
    content:'';
    background: #7CC36A;
    width:100%;
    height:68%;
    top: 0;
    z-index: -1;
}
.about__section.aboutPage .title h5{
    background:#FFF;
    color:#7cc36a;
}
.about__section.aboutPage .title h4,
.about__section.aboutPage .title h4 span{
    color:#FFF;
}
.about__section.aboutPage .title{
    padding:0;
}
.about__section.aboutPage .text p{
    color:#FFF;
}
.awards_section .img{
    border:1px solid #cccccc87;
    text-align:center;
    padding:1rem;
    border-radius:1rem;
    min-height:120px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1rem 0;
}
.awards_section .title{
    background:url(../images/mapShape.png)no-repeat;
}
.awards_section .title h4{padding: 0;font-size: 6rem;}
.awards_section .title h4 span{
    color:#7CC36A;
    font-size: 4.3rem;
}
.awards_section .title h2{padding: 0;font-size: 2rem;font-family: 'ITCHandelGothicArabic bold';width: auto;}
.stat_section{
    background:url(../images/aboutstatLayer.png)no-repeat;
    padding: 7rem 0;
    margin: 6rem 0 0;
    background-size: cover;
}
.stat_section .item{
    background:#14334D;
    color:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    border: 1px dashed;
    border-radius: 1rem;
}
.stat_section .item .text{
    padding-right:1.5rem;
}
.stat_section .item .text h4{
    font-family: 'ITCHandelGothicArabic bold';
    direction: ltr;
    font-size: 2rem;
}
.stat_section .item .text p{
    font-family: 'ITCHandelGothicArabic bold';
}
.why_about_section{
    background:url(../images/whyaboutLayer.png)no-repeat;
    padding: 3rem 0 0;
    position: relative;
    background-size: 100% 100%;
    margin-bottom: 11rem;
}
.why_about_section:after{
    position:absolute;
    content:'';
    background: url(../images/whyaboutShape.png)no-repeat right top;
    width:139px;
    height:120px;
    top: 42px;
    right:0;
    background-size: 56%;
}
.why_about_section .title{
    text-align:right;
    padding: 2rem;
}
.why_about_section .title h5{
    margin:inherit;
}
.why_about_section .title h4{
    margin:inherit;
    color:#fff;
}
.why_about_section .slick-slider .slick-track,
.why_about_section .slick-slider .slick-list{
    height:auto !important;
}
.why_about_section .col-lg-4{
    position:relative;
    right: 32px;
}
.why_about_section .itemRight{
    display:flex;
    align-items:center;
    color:#fff;
    border-bottom:1px solid #fff;
    padding: 18px 0.5rem;
    font-family: 'ITCHandelGothicArabic bold';
}
.why_about_section .itemRight .icon{
    padding-left:.5rem;
}
.why_about_section .itemRight h4{
    font-size:1.2rem;
}
.why_about_section .itemRight.slick-current{
    background:#7CC36A;
    border-radius: 0 2rem 2rem 0;
    border: none;
}
.why_about_section .item{
    background:#7CC36A;
    padding: 1.8rem;
    color: #fff;
    margin-left: 55px;
}
.why_about_section .item:after{
    position:absolute;
    content:'';
    background:url(../images/Polygon.png)no-repeat;
    left: -2px;
    bottom:0;
    width:59px;
    height:42px;
}
.why_about_section .item h4{
    font-family: 'ITCHandelGothicArabic bold';
    font-size: 2rem;
}
.why_about_section .item p{
    font-size:1.5rem;
}
.why_about_section .item .img{
    text-align:left;
    justify-content: left;
    display: flex;
}
.team_section{
    background:url(../images/teamLayer.png)no-repeat;
    background-size: 100% 100%;
    padding: 4rem 0 14rem;
}
.team_section .title{
    padding:1rem 0 0;
}
.team_section .title h4{
    padding-bottom:1rem;
}
.team_section .title h2{
    font-size:1.4rem;
}
.team_section .item{
    margin:.5rem;
    border-radius:1rem;
    overflow:hidden;
    position: relative;
}
.team_section .item .caption{
    position:absolute;
    bottom: 17px;
    right:0;
    background:#fff;
    text-align: center;
    left:0;
    width:90%;
    margin:auto;
    border-radius:1rem;
    padding: 1.5rem 0 1rem;
}
.team_section .item .caption .icon{
    position:absolute;
    right: 15px;
    top: -11px;
}
.team_section .item .caption h4{
    color:#1B3D5A;
    font-family: 'ITCHandelGothicArabic bold';
    font-size: 1.3rem;
}
.team_section .item .caption p{
    color:#1B3D5A;
}
.team_section .item .image img{
    width:100%;
}
.testmonials_section{
    background:url(../images/testmonialsLayer.png)no-repeat;
    background-size: cover;
    padding-bottom: 14rem;
}
.testmonials_section .title{
    padding:0;
}
.testmonials_section .title h4{
    width:auto;
}
.testmonials_section .item{
    text-align:center;
    padding:2rem 0;
    width: 58%;
    margin:auto;
    background: url(../images/Group.png)no-repeat center top;
}
.testmonials_section .item .image{
    border:3px solid #0e4473bf;
    width: fit-content;
    border-radius: 16rem;
    margin: auto;
}
.testmonials_section .item .caption p{
    color:#0E4473;
    font-size: 1.4rem;
}
.testmonials_section .item .caption h4{
    color:#0E4473;
    padding-top:2rem;
    font-family: 'ITCHandelGothicArabic bold';
    font-size: 1.4rem;
}
.testmonials_section .item .caption h5{
    color:#7CC36A;
}
.posts_section.postPage{
    background:transparent;
    padding: 2rem 0;
}
.posts_section.postPage .linkes{
    justify-content: flex-start;
}
.posts_section.postPage .item{
    margin:0;
}
.posts_section.postPage .item .caption h5{
    color: #666161;
    font-style: italic;
}
.posts_section.postPage .item .caption h4{
    color:#000;
    font-size: 1.2rem;
}
.about-page .title h3{
    font-size: 3.4rem;
}
.postsPage .item{
    background:#fff;
    padding:1rem 2rem;
    margin: 1rem 0;
}
.postsPage .item .caption h3{
    color:#000;
    font-weight: 300;
    width: 35%;
    padding: 1rem 0 0;
}
.postsPage .item .caption p{
    color:#000;
    font-size:1.3rem;
    font-weight:100;
}
.alm-load-more-btn.more{
    background: #D9B74C !important;
    color: #000 !important;
    margin: 2rem 0 !important;!i;!;
    border-radius: 0 !important;
    padding: 1.2rem 5rem !important;
    border: 1px solid #3c0f0954 !important;
    height: auto !important;
    font-weight:500 !important;
    font-size:1.5rem !important;
}
.servPage{
    padding: 3rem;
    background: transparent;
}
.servPage .item{
    margin:1rem 0;
    border-radius: 1rem;
    border: 2px solid #d6ecd1;
    position:relative;
    font-family: 'ITCHandelGothicArabic bold';
    overflow: hidden;
}
.servPage .item .caption h4{
    color:#0E4473;
    font-size: 1.7rem;
}
.servPage .item .caption p{
    color:#0E4473;
    font-family: 'ITCHandelGothicArabic';
    padding: .5rem 0;
    font-size: 1.2rem;
}
.servPage .item .image{
    position:relative;
}
.servPage .item .image img{
    width:100%;
}
.servPage .item .icon{
    position:absolute;
    bottom: -24px;
    background: #fff;
    padding: 1rem;
    border-radius: 51px;
    width: 66px;
    height: 65px;
    display: flex;
    align-items: flex-end;
    border: 2px solid #d6ecd1;
    right: 4rem;
}
.servPage .item .caption{
    padding: 3rem 2rem;
}
.servPage .item .caption .servLink a{
    background: #7cc36a4f;
    padding: .5rem 3rem 1rem;
    display:block;
    color:#7cc36a;
    font-family: 'ITCHandelGothicArabic bold';
    border-radius: 1rem;
    width: fit-content;
    font-size: 1.2rem;
}
a:hover{
    text-decoration:none;
}
.about-page{
    background:#3E7390;
    padding: 2rem 0 0;
}
.about-page .container-fluid{
    position: relative;
    background: url(../images/aboutPage.png)no-repeat left 11px center;
    z-index: 111;
    padding: 2rem 10rem 5rem 10rem;
    background-size: 100% 100%;
}
.about_block .title h3{
    color:#3E7390;
    padding-bottom: 2px;
}
.about_block .title h4{
    color:#3E7390;
    font-size:2.2rem;
    padding-bottom: 26px;
}
.about_block .text p:first-of-type{
     font-family: 'Doran';
     color: #3A4855;
}
.about_block .text p{
    font-size:1.5rem;
}
.about-page .about_content .item.works{
    background: url(../images/worksLayer.png)no-repeat;
    background-size: 100% 100%;
    padding: 6rem;
}
.about-page .about_content .item{
    background:#7fa3b433;
    padding: 2rem;
    margin: 1rem 0;
    min-height: 210px;
    border-radius: 2rem;
}
.about-page .about_content .item.positions{
    background: url(../images/post_layer.png)no-repeat;
    background-size: 100% 100%;
    padding: 8rem;
}
.about-page .about_content .item.positions h2,
.about-page .about_content .item.positions p{
    color:#fff;
}
.about-page .about_content .item h2{
    color:#3A4855;
    font-family: 'Doran';
    font-size: 2rem;
    padding-bottom: 8px;
}
.about-page .about_content .item p{
    color:#000;
    font-size: 1.3rem;
}
.about-page .about_content .item.publication{
    background:#7FA3B4;
    color:#fff;
}
.about-page .about_content .item.publication h2{
    color:#fff;
}
.about-page .about_content .item.publication p{
    color:#fff;
}
/* 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;
}
.single-page{
    padding: 3rem 0;
}
.single-page .serv_det_top .main-image{
    text-align:center;
}
.single-page .main-image img{
    width:100%;
}
.single-page .date h5{
    width:fit-content;
    padding: 9px 2rem;
    border-radius:10px;
    font-size: 1.3rem;
    font-style: italic;
}
.single-page  .title h2,
.main_title{
    color: #0E4473;
    line-height: 1.1;
    padding: 1rem 0;
    font-weight: 400;
    font-size: 2.5rem;
    font-family: 'ITCHandelGothicArabic bold';
}
.single_content .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.single-page .content p {
    font-weight: 400;
    font-size: 1.3rem;
    color: #0E4473;
}
.postSingle img{
    width: 100%;
}
.postSingle .title{
    display:flex;
    text-align:right;
    justify-content: space-between;
    align-items: anchor-center;
    padding: 0;
}
.postSingle .title h2{
    width:auto;
    margin: 0;
}
.single-page .date{
    display:flex;
    align-items:baseline;
}
.single-page .date p{
    margin:0;
    font-size: 1.2rem;
    padding-right: 6px;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2rem 0 ;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-left:3rem;
    background:url('../images/page-back.png') no-repeat left bottom;
    background-size:100% 100%;
    width:100%;
    flex-direction: row-reverse;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem 0rem;
    color: #20376e;
    background: transparent;
    border-radius: 9rem;
    margin: 7px;
    font-size: 1.5rem;
    width: 2.75rem;
    height: 2.75rem;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    font-family: cursive;
}
.post-nav .pager li a.arr {
    width: 51px;
    height: 51px;
    background: url(../images/next.png) no-repeat center;
    border:none;
    color:#41372E;
    font-size: 0;
    background-size: auto;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    background: #7cc36a;
    color: #fff;
}
.post-nav .pager .hidden{
    display:none;
}
.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)
}
body.rtl .gform_legacy_markup_wrapper ul > li.gfield{
    width: 100% !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
}
.gform_legacy_markup_wrapper .validation_message {
    font-size: 1.2rem !important;
    padding: 1rem 0 !important;
}
body.rtl .project-single .gform_legacy_markup_wrapper ul > li.gfield:last-child,
.project-single .gfield:last-child {
    width: 100% !important;
}
.joinToKhawalid{
    display:flex;
    background: #F7F7F7;
    padding: 5rem;
    border-radius: 11px;
    width: 80%;
    margin: auto;
        position: relative;
    z-index: 99999;
}
.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;
}
.gform_page:first-of-type .gform_page_footer {
    flex-direction: row
}
.gfield_required_text,
.gfield_required_asterisk {
    /* display: none !important; */
}
.entry-content {
    padding: 0;
}
.iti__flag-container {
    right: unset !important;
    left: 0 !important;
    direction: ltr !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;
}
.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: 2px;
    font-family: 'ITCHandelGothicArabic bold' !important;
    color: #0e4473;
    font-size: 1.1rem!important;
    right: 18px;
}
.upload__file .validation_message {
    top: unset;
    bottom: 1rem;
    font-size: 1.2rem !important;
}
.upload__file  input{
    opacity: 0;
    font-size: 0 !important;
    width: 100% !important;
    height: 4rem !important;
    position: absolute;
    z-index: 999;
    bottom: 0rem;
    right: 0;
}
.gform_fileupload_rules {
    display: none !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.upload__file .ginput_container {
    background: url(../images/upload.png) no-repeat 5% center ,#fff;
    background-size: 13px;
    display: block !important;
    font-size: 1.4rem !important;
    height: 4rem;
    width: 100%;
    font-weight: 300;
    color: #0e4473;
    border-radius: 9px;
    padding: 0 !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.joinPage{
    padding: 5rem 0;
}
.contact-page.joinPage .title{
    text-align:right;
    padding: 0;
}
.contact-page.joinPage .title h5{
    margin: inherit;
}
.contact-page.joinPage .content h2{
    font-family: 'ITCHandelGothicArabic bold';
}
.contact-page.joinPage .content p{
    line-height: 1.4;
    font-family: 'ITCHandelGothicArabic';
}
.contact-page.joinPage .form{
    background:url(../images/shape.png)no-repeat,#0e4473;
    border-radius:1rem;
    padding: 4rem 8rem 4rem;
    background-size: auto;
}
.contact-page.joinPage .form h2{
    color:#fff;
    font-family: 'ITCHandelGothicArabic bold';
    padding-bottom: 2rem;
    font-size: 2.5rem;
}
.page .contact-page.joinPage .gform_wrapper .gform_fields .gfield:nth-of-type(3){
    width:49%;
}
/* contact-page */
.contact-page{
    position: relative;
    padding: 7rem 0;
}
.contact-page .info{
    text-align:center;
}
.contact-page .info .item{
    border: 1px solid #0e447345;
    border-radius: 10px;
    margin:1rem;
    padding: 1rem 0 2rem;
}
.contact-page .info .item .icon{
    background:#7cc36a;
    padding: 1rem;
    width: 60px;
    height: 60px;
    margin: auto;
    margin-top: -38px;
    border-radius: 1rem;
}
.contact-page .info .item .text h4{
    color:#0E4473;
    font-family: 'ITCHandelGothicArabic bold';
    padding: 1rem 0 8px;
}
.contact-page .info .item .text a{
     color:#0E4473;
     /* font-family: 'ITCHandelGothicArabic bold'; */
     font-size: 1.3rem;
}
.contact-page .contactForm{
    align-items:center;
}
.contact-page .contactForm .form{
  margin-top: 4rem;
}
.contact-page .contactForm .title{
    text-align:right;
}
.contact-page .contactForm .title h5{
    display: inline-block;
}
.contact-page .title p{
    color: #244d6e;
    font-size: 2.5rem;
    font-weight: 500;
    padding-bottom: 0;
    text-align: right;
    font-family: 'ITCHandelGothicArabic bold';
    width: 69%;
}
.contact-page .map {
    overflow: hidden;
    margin: 2rem 0 0 0;
    border-radius: 1rem;
}
.page .gform_wrapper,
.contact-page .gform_wrapper {
}
.page-id-3424 .gform_wrapper,
.contact-page .gform_wrapper {}
.page-id-3424 .gform_wrapper .gform_heading,
.contact-page .gform_wrapper .gform_heading {
    display: flex;
    justify-content: center;
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

body.rtl .gform_legacy_markup_wrapper .gform_confirmation_message{
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center !important;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    color: #000;
}
.contact-page .gform_wrapper .gform_fields .gfield {
    width: 49%;
}
.contact-page.questionForm .gform_wrapper .gform_fields .gfield{
    width:32% !important;
}
.contact-page.servReqPage .gform_wrapper .gform_fields .gfield:first-of-type,
.contact-page.servReqPage .gform_wrapper .gform_fields .gfield:nth-of-type(2),
.contact-page.servReqPage .gform_wrapper .gform_fields .gfield:nth-of-type(3),
.contact-page.servReqPage .gform_wrapper .gform_fields .gfield:nth-of-type(4){
  width:48%;
    display:inline-block;   
}
.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: 1.2rem;
    color: #20376E;
    font-weight: 500;
    margin: 0;
    font-family: 'DIN NEXTTM ARABIC bold';
    padding: 1rem 2rem;
}
.page .contact-page .gform_wrapper .gform_fields .gfield input::placeholder ,
.page .contact-page .gform_wrapper .gform_fields .gfield textarea::placeholder {
    color:#0E4473;
    font-family: 'ITCHandelGothicArabic bold';
    font-size:1.1rem;
}
.page .contact-page .gform_wrapper .gform_fields .gfield:nth-of-type(3){
    width:100%;
}
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input ,
.contact-page .gform_wrapper.gravity-theme .gfield select{
    border: 0;
    padding: 1rem !important;
    font-size: 1.2rem !important;
    margin: 0 !important;
    height: 4rem;
    color: #20376e;
    padding: 13px 1rem !important;
    border: 1px solid #d1d6db;
    border-radius: 9px;
    background:#fff;
}
.page .gform_wrapper .gform_fields .gfield select {
    -webkit-appearance: none; 
    appearance: none
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select {
    position: relative;
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    content: "";
    top: 24px;
    left: 40px;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/arrow-down.png) no-repeat center;
}
.page .gform_button {
    background: #BD9F58;
    border: #BD9F58;
    font-size: 1.5rem !important;;
    padding: 1rem 3rem;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield textarea {
    height: 13rem !important;!i;!;
    border-radius: 1rem;
} 
/*.contact-page .gform_wrapper .gform_fields .gfield:last-of-type {*/
/*    margin: 0 1rem !important;*/
/*}*/
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0;
    padding-right: 0;
}

.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 {
    color: #000;
    font-size: 1.3rem;
    text-transform:capitalize;
}
.gform_legacy_markup_wrapper .gfield_required {
    color: #E03137 !important;
}
.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: #000;
}
.gform_legacy_markup_wrapper .gform_footer {
    text-align: center;
    display: flex;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.contactForm_section .gform_footer .btn{
     background:url(../images/sendBtn2.png)no-repeat left, #fff;
     font-size: 1.2rem !important;
     padding: 13px 1rem 12px 4rem;
}
.page .contact-page .gform_footer .btn {
    background:#7CC36A;
}
.contact-page .gform_footer .btn {
    font-size: 1.5rem !important;
    padding: .3rem 6rem 1rem;
    background: #20376E;
    width: auto !important;
    border: none;
    display: flex !important;
    border-radius: 5px;
    color: #fff;
    font-weight: 100;
    justify-content: center;
    align-items: center;
}
.contact-page .gform_footer .btn:hover {
    background: #5e9d4e;
    color: #fff;
}

@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
.whatslink {
    position: fixed;
    right: 0;
    bottom: 1%;
    z-index: 99999;
}
.whatslink img{
    
    max-width: 6rem;
    max-height: 6rem;
}
/* projects_section */
.projects_section {
    padding: 4rem 0 5rem;
    position: relative;
}
.projects_section .item{
    position: relative;
    margin: 1rem .7rem;
    overflow:hidden;
    border-radius: 1rem;
}
.projects_section .item .image {
    position:relative;
    width: 100%;
}
.projects_section .item .image .icon{
    position:absolute;
    right:2rem;
    top:2rem;
}
.projects_section .item .image:before{
    position:absolute;
    content:'';
    background: linear-gradient(360deg, #0E4473 0%, rgba(255, 255, 255, 0.00) 41.64%);
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    right:0;
}
.projects_section .item:hover .image:before{
    background: linear-gradient(360deg, #7cc36a 0%, rgba(255, 255, 255, 0.00) 41.64%);
}
.projects_section .item .image {
    overflow:hidden;
}
.projects_section .item .image img{
    overflow:hidden;
    transition:all .5s;
    width: 100%;
}
@keyframes blinkFade {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
.projects_section .item .caption {
    padding: 1rem 2rem .1rem;
    position: absolute;
    bottom: 2rem;
}
.projects_section .item .caption h2{
    color: #fff;
    font-size: 1.4rem;
    font-family: 'ITCHandelGothicArabic bold';
    width: 89%;
}
.projects_section .item .caption h3,
.news_section .item .caption h3{
    display:flex;
    align-items:center;
    color:#fff;
    background:#7CC36A;
    font-size: 1.1rem;
    justify-content: right;
    padding: 3px 15px 15px;
    border-radius: 11rem;
    width: fit-content;
}
.home .news_section .item .caption h3{
    display: inline-block;
}
/* footer */
footer {
    position: relative;
    padding: 4rem 3rem 0;
    background: #EFF7FF;
    margin: 6rem 0 0;
}
footer .footer__top{
    position:relative;
    z-index: 9;
}
footer .footer__top .footerRight{
    position:relative;
    padding-top: 2rem;
    /* top: 39px; */
}
footer .footer_logo img{
    width: auto;
}
footer .content p{
    color: #0E4473;
    font-size: 1.3rem;
    padding: 1rem 4px 0;
    font-weight: 200;
}
.newsletter_form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    padding: .5rem 0;
    background: #fff;
    border-radius: 10rem;
    height: 4rem;
    width: 93%;
}
.newsletter_form form label{
    margin:0;
}
.newsletter_form form input.es_txt_email {
    width: 100%;
    margin: 0;
    font-size: 1.1rem;
    padding: 0rem 2rem;
    color: #000;
    font-weight: 300;
    border: 0;
    background: transparent;
}
.newsletter_form form input.es_txt_email::placeholder{
    color:#275882;
    font-size:1rem
}
.newsletter_form form input[type="submit"] {
    padding: 1rem 3rem 1rem;
    background: #7CC36A;
    border-radius: 50px;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'ITCHandelGothicArabic bold';
}
.newsletter_form form input[type="submit"]:hover{
    background:#0e4473;
    color:#fff;
}
footer .title h2{
    color: #6B7280;
    font-size: 1.2rem;
    padding-bottom: 11px;
}
.social__media ul {
    padding: 0;
    margin: 0;
}
.social__media ul li {
     text-align: center;
     color: #000;
}
.social__media ul li a{
    color:#000;
    display: flex;
    align-items: center;
}
.social__media ul li a span{
    padding: 0 9px;
    font-size: 1.1rem;
}
.social__media ul li svg {
}
.footer__top .menus h3{
    color: #0e4473;
    font-size: 1.4rem;
    padding: 0;
    margin: 0 0 10px;
    font-family: 'ITCHandelGothicArabic bold';
}
.footer-widget-title:before{
    display:none;
}
.footer__top .menus ul{
    padding: 0;
    list-style: none;
    gap: 4rem;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    -moz-columns: 2;
}
.footer__top .menus ul a {
    color: #0E4473;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0.2rem 2rem 0;
    display: block;
    background: url(../images/sign.png)no-repeat right 1px top 12px;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index:111;
    text-transform: capitalize;
}
.footer__top .menus ul a:hover {
    color: #7cc36a;
    transition: all 0.5s ease-in-out;
}
.footer__top .info h2{
    padding-bottom: 2rem;
    font-family: 'ITCHandelGothicArabic bold';
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #0e4473;
}
.footer__top .info ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1;
}
.footer__top .info ul li {
    font-size: 1.4rem;
    display:flex;
    padding: 5px 0 19px;
    border-bottom: 1px solid #aabdcd;
    align-items: center;
}
.footer__top .info ul li:last-of-type{
    border:none;
}
.footer__top .info ul li .icon{
    border: 1px solid #0e4473;
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50px;
    margin-left: 1rem;
}
.footer__top .info ul li span{
    background:#20376E;
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50px;
    margin-left:1rem;
}
.footer__top .info ul li h4{
    font-family: 'DIN NEXTTM ARABIC bold';
    color:#20376e;
}
.footer__top .info ul li a,.footer__top .info ul li p {
    color: #0e4473;
    font-size: 1.2rem;
    display:inline-flex;
    direction: ltr;
}
.footer__top .info ul li a:hover{
    color: #7CC36A;
}
.footer__top .info ul li svg {width: 88px;height: 16px;}
.topButton{
    float:left;
}
.footer__top .footer__right{
    margin:4rem 0;
}
.footer__top p.rights ,.footer__top .footer__right p{
    color: #41372E80;
    font-size: 1.3rem;
    font-weight: normal;
    margin:0;
}
.footer__top p.rights span {
    font-weight: normal
}
.footer__bottom{
    padding:1.3rem 0;
}
.footer__bottom p {
    color: #22282B;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.footer__bottom .rowaad span {
    padding-left: 1rem;
    color: #DAD4CA
}
.footer__bottom .rowaad svg path {
    fill:#b2713b;
}
.footer__bottom .rowaad a {
    color: #b6b5b5;
    font-size: 1rem;
}
/************Single Project **************/
.fancybox-slide #hover-image { 
    padding: 0; 
    border-width: 0; 
    background-color: transparent;
}
.title_single{
    margin:1rem 0 1.5rem 0;
}
.title_single h2{ 
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 54px;
    max-width: 20rem;
}
.page-template-page-Comparison  .title_single h2{
    font-size:4rem;
    color:#41372E;
    margin-bottom:3rem;
}
.title_single p,.title_single a{
    color:#000000;
    font-size: 1.3rem;
}
.title_single p span{
    color:#98754F;
    font-size:1.5rem;
}
.desc_single h2{
    color:#98754F;
    font-size:1.2rem;
    position:relative;
}
.desc_single .txt,.desc_single .txt p{ 
    color: #FFFFFF;
    font-size: 1.75rem;
    font-weight: 200;
}
.add_pro ul{
    list-style:none;
    margin:0;
    padding:0;
}
.add_pro ul li > div{
    color:#fff;
    font-size: 1.3rem; 
    background-size:100% 100%;
    padding:0rem;
    margin:0.3rem 0;
}
.add_pro ul li span{
    color:#776757;
    font-size:2rem;
    margin-left:0.5rem;
}
.desc_single{
    margin-bottom:2rem;
    max-width: 95%;
}
.bottom_btns{
    margin-top:2rem; 
}
.bottom_btns .btn{
    background: #D9B74C;
    background-size: 100%;
    border: 0;
    padding: 1rem 2.5rem;
    position: relative;
    color:#191919;
    font-size:1.35rem;
    font-weight:500;
    border-radius:0;
    width:100%;
    text-align: center !important;
    align-items: center;
    justify-content: center;
}
.add_pro ul li .icons svg{
    max-width:2rem;
    max-height:2rem;
}
.bottom_btns .btn.btn-download{
    background: url(../images/btn2.png) no-repeat center;
    background-size: 100%;
}
.white_details{
    border:1px solid #707070;
    background: #D9D9D910;
    border-radius: 0rem;
    padding: 2rem 2.5rem 3rem 11.5rem;
}
.white_details p a{
    color:#FFFFFF;
    font-size:1.5rem;
}
.white_details p a span{
    color:#D9B74C; 
    margin-left:5px;
}
.pro_gallery{
    position:relative;
}
.pro_gallery .to_map{
    
    display: inline-flex;
    background: url(../images/map-btn.png) no-repeat;
    background-size: 100%;
    padding: 1rem 3rem;
    position: absolute;
    bottom: 14.5rem;
    z-index: 11;
    right: 1rem;
}
.pro_gallery .to_map a,.video_link a,.video_link p{
    color:#41372E;
    font-size:1.25rem;
    gap:0.5rem;
}
.video_link{
    background:#fff;
    display:inline-flex;
    border-radius:5px;
    padding:0.5rem;
    position: absolute;
    bottom: 14.5rem;
    z-index: 11;
    left: 1rem;
    width:10rem;
    height:8.75rem;
}
.video_link .play-icon{
    position:absolute;
    left:0.5rem;
    bottom:0.5rem;
}
.video_link p{
    
    max-width: 5rem;
}
.slider-nav .slick-slide .img{
    margin:0.5rem;
}
.slider-nav .slick-slide .img img{
    border-radius:4px;
}
.slider-for .slick-slide  img{
    border-radius:11px;
}
#pro_details{
    margin-bottom:2.5rem;
}
#pro_details .image .gallery-group-1 {
    display: flex;
    flex-wrap: wrap;
}
#pro_details .image .gallery-group-1 a{
    position:relative;
    display: inline-flex;
    padding: 0 1rem 1rem 0;
    max-width: 50%;
}
#pro_details .image .gallery-group-1 a:last-of-type::before{
    content:'';
    position:absolute; 
    background:#000000;
    opacity:0.53;
    right:1rem;
    left:0;
    top:0;
    bottom:1rem;
    border-radius:0px;
}
#pro_details .image .gallery-group-1 .gallerytotal{
    position:absolute;
    color:#fff;
    left: 28%;
    bottom:6rem;
    color:#fff;
    font-size:2.5rem;
    font-weight:bold;
    direction:ltr;
}
.slick-slide img {
    /* width: 100%; */
}
.features{
    background:transparent;
    border-radius:0px;
    padding:4rem 0rem;
    margin-bottom:2rem;
}
.features .title_f h2{
    color:#fff;
    font-weight:700;
    font-size:2.15rem;
    margin-bottom:2rem;
}
.features .itemf{
    margin:1rem;
}
.features .itemf .img{    
    padding: 4rem 4rem
}
.features .itemf h4{
    margin-top:1rem;
    color:#fff;
    font-size:1.5rem; 
    font-weight: 700;
    font-style: normal;
} 

.rtl .form_unit  .gform_button.btn{
    margin:2rem 0 0 0 !important;
    text-align:center !important;
    width:100% !important;
    background:#D9B74C !important;
    color:#fff;
    padding:1rem ;
    font-size:1.5rem !important;
    font-weight:700;
    
}
/**************************/
#items-row .slick-prev,#items-row .slick-next{
    width: auto;
    height: Auto;
    background: transparent;
    border: none;
    color: #41372E;
    font-size: 1.3rem;
    position:absolute;
    
    font-size: 1.3rem;
    position: absolute;
    display: inline-flex;
    bottom: -2.5rem;
    top: auto;
}
#items-row .slick-prev{
    right:40%;
}
#items-row .slick-next{
    left:40%;
}
#items-row .slick-prev:before,#items-row  .slick-next:before{
    display:none;
}
#items-row .slick-dots li button{
    padding: 1rem 0rem;
    color: #41372E50;
    border: 2px solid #41372E50;
    background: transparent;
    border-radius: 50%;
    margin: 1rem;
    font-size: 1.2rem;
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.project-single #items-row .slick-dots .slick-active button{
    background: #fff;
    color: #41372E;
    border-color: #41372E;
}
.project-single #items-row .slick-dots {
    bottom: -5rem;
}
#pro_units{
    margin-bottom:3rem;
}
#pro_units .slick-dotted.slick-slider {
    margin-bottom: 4rem;
}
.price-list-tabs ul{
    text-align:center;
    justify-content:center;
    align-items:center;
}
.price-list-tabs ul a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    background:#DAD4CA;
    margin:1rem;
    color:#000;
    font-weight:bold;
    border-radius:10px;
    padding:1rem 2rem;
}
.price-list-tabs .nav-pills .nav-link.active{
    background:#8A9680;
}
body.rtl .gform_legacy_markup_wrapper input[type=submit]{
 text-align:center !important;   
}


 .menuicon svg path{
    fill: #fff;
}
@media(min-width: 1400px){
    
}  
@media(max-width:768px) {
    html {
        font-size: 8px;
    }
    .about__section .featureItem{
        margin:2rem 0;
        justify-content: center;
    }
    .about__section .featureItem .image{
        width: 65px;
    }
    .services_section .item .point h5{
        font-size:1.7rem;
    }
    header .row:first-of-type{
        display:none;
    }
     header .row:nth-of-type(2){
        align-items:center;
        display: flex !important;
    }
    header .row:last-of-type{
        align-items: baseline;
        display: flex !important;
        justify-content: center;
    }
    header .info a, header .info p{
        font-size: 1.5rem;
    }
    .wpml-ls-legacy-list-horizontal a span{
        background-size: auto;
        padding: 12px;
        color: #fff;
        font-size: 2rem;
    }
    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 {
        right: unset;
        left: 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
    }
    html[dir=rtl] .page .gform_footer, html[dir=rtl] .page .gform_page_footer {
        padding: 0 !important
    }
    html[dir=rtl] .gform_legacy_markup_wrapper {
        /* padding-right: 0 !important; */
    }
     .fullPageMenu .nav .header__logo {
        padding: 3rem;
        margin-bottom: 2rem;
    }   
     .fullPageMenu .nav img {
        width: auto;
    }
    .fullPageMenu .nav span svg{
            width: 20px;
    }
    .upload__file .gfield_description{
        right: 17px;
        top: -4px;
    }
    .upload__file .ginput_container{
        background-size:10px;
    }
    footer{
        padding: 2rem 0;
    }
    .footer__top .social__media{
        margin-bottom:2rem;
    }
    .page .gform_wrapper .gform_fields .gfield .ginput_container_select::after{
        top:1.5rem;
    }
    .about__section:after{
        display:none;
    }
    .title h4{
        width:auto;
    }
    .title h2{
        width:auto;
    }
    .whyus__section .item:nth-of-type(2){
        right:0;
    }
    .numbers_section .container{
        padding:0 15px;
        margin: 0 auto;
    }
    .services_section .nav-tabs li a{
        padding: 1rem 1rem;
        width: 128px;
        min-height: 42px;
        font-size: 1.3rem;
    }
    .services_section .item{
        margin: -28px -15px;
        padding: 1rem;
        background: #2c455b;
    }
    .contactForm_section.contact-page{
        background-size: inherit;
    }
    .contactForm_section img{
        height:auto;
    }
    .contactForm_section .formBlock{
        /* padding:0; */
    }
    .about__section{
        background:#ffff;
    }
    .about__section.aboutPage:after{
        display:block;
    }
    header .header__logo{
        margin:0;
    }
    .menuMob{
        text-align:left;
    }
    header .container-fluid{
        padding:0 15px;
    }
    header .info .item{
        margin:1rem 0;
        text-align:center;
        justify-content: center;
    }
    header .info .item:after{
        display:none;
    }
    header .social__media{
        margin:2rem 0;
    }
    header .header-btn:after{
        display:none
    }
    .main .top_text_slider:after,
    .main .top_text_slider:before{
        display:none;
    }
    .numbers_section .item:after{
        display:none;
    }
    .numbers_section .item{
        padding:1rem 0;
    }
    .why_about_section:after{
        display:none;
    }
    .why_about_section{
        /* background: #144876; */
    }
    .why_about_section .col-lg-4{
        right: 17px;
    }
    .team_section{
        background:#f1f7f9;
    }
    #breadcrumbs .text{
        right:0;
    }
    .testmonials_section{
        padding:0;
        background-size: contain;
    }
    .questionsPage{
        padding:0;
        min-height:auto;
    }
    .contact-page.joinPage .form{
        padding:2rem;
    }
    .contact-page.questionForm .gform_wrapper .gform_fields .gfield{
        width:100% !important;
    }
    .contact-page .info .item .icon{
        margin:auto;
        line-height: 36px;
    }
    .contact-page .info .item .text a{
        font-size:1.7rem;
    }
    .questionsPage .title{
        float:none;
        width:auto;
    }
    .contact-page.joinPage .content h2{
        font-size:3rem !important;
    }
    .contact-page.joinPage .content p{
        font-size:1.7rem !important;
    }
    .postSingle .title{
        display:block;
    }
    .services_section .nav-tabs img{
        padding-left:1rem;
        width:30px;
    }
    .why_about_section .itemRight{
        padding: 5px 0 6px;
        margin: 0 0 11px;
    }
    .why_about_section .itemRight h4{
    }
    .why_about_section .item p{
       
    }
    .why_about_section .item{
        margin: 0;
        position: relative;
    }
    .why_about_section .item:after{
        left: -57px;
    }
    .why_about_section .col-md-8{
        padding:0;
    }
   
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
    .wpml-ls-legacy-list-horizontal a span{
        color:#fff;
    }
     header .header__logo{
        margin:0;
    }
     header .row:nth-of-type(2){
        align-items:center !important;
    }
    header .info a, header .info p{
        font-size:1.5rem;
    }
    footer{
        padding: 2rem 0;
    }
    .footer__top .social__media{
        margin-bottom:2rem;
    }
    .page .gform_wrapper .gform_fields .gfield .ginput_container_select::after{
        top:1.5rem;
    }
    .about__section:after{
        display:none;
    }
    .title h4{
        width:auto;
    }
    .title h2{
        width:auto;
    }
    .whyus__section .item:nth-of-type(2){
        right:0;
    }
    .numbers_section .container{
        padding:0 15px;
        margin: 0 auto;
    }
    .services_section .nav-tabs li a{
        padding: 1rem 1rem;
    }
    .services_section .item{
        margin: -28px -15px;
        padding: 1rem;
        background-size: 100% 100%;
    }
    .contactForm_section.contact-page{
        background-size: inherit;
    }
    .contactForm_section img{
        height:auto;
    }
    .contactForm_section .formBlock{
        /* padding:0; */
    }
    .about__section{
        background:#ffff;
    }
    .about__section.aboutPage:after{
        display:block;
    }
    header .header__logo{
        margin:0;
    }
    header .container-fluid{
        padding:0 15px;
    }
    header .info .item{
        margin:1rem 0;
        text-align:center;
    }
    header .info .item:after{
        display:none;
    }
    header .social__media{
        margin:2rem 0;
    }
    header .header-btn:after{
        display:none
    }
    .main .top_text_slider:after,
    .main .top_text_slider:before{
        display:none;
    }
    .numbers_section .item:after{
        display:none;
    }
    .numbers_section .item{
        padding:1rem 0;
    }
    .why_about_section:after{
        display:none;
    }
    .why_about_section{
        /* background: #144876; */
    }
    .why_about_section .col-lg-4{
        right:0;
    }
    .team_section{
        background:#f1f7f9;
    }
    #breadcrumbs .text{
        right:0;
    }
    .testmonials_section{
        padding:0;
        background-size: contain;
    }
    .questionsPage{
        padding:0;
        min-height:auto;
    }
    .contact-page.joinPage .form{
        padding:2rem;
    }
    .contact-page.questionForm .gform_wrapper .gform_fields .gfield{
        width:100% !important;
    }
    .contact-page .info .item .icon{
        margin:auto;
        line-height: 36px;
    }
    .contact-page .info .item .text a{
        font-size:1.7rem;
    }
    .questionsPage .title{
        float:none;
        width:auto;
    }
    .contact-page.joinPage .content h2{
        font-size:3rem !important;
    }
    .contact-page.joinPage .content p{
        font-size:1.7rem !important;
    }
    .postSingle .title{
        display:block;
    }
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 1366px) and (min-width: 1191px) {
    html {
        /* font-size: 11px; */
    }
}
@media(max-width: 1366px) and (min-width: 1290px) {
    html {
        font-size: 14px;
    }
}


/* Layout for search container */
.search__wraper {
	padding: 20rem;
}

.js .search__wraper {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 100%;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #fff;
}

.js .search__wraper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn--search-close {
	font-size: 2em;
	position: fixed;
	z-index: 1001;
	top: 1.25em;
	left: 1.25em;
	box-shadow:none
}

.search__input {
	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 #F1592A;
	background: transparent
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #F1592A;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #F1592A;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #F1592A;
}

.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 0 0.5em;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
	color: #ff4848;
}

@media screen and (max-width: 40em) {
}

.fullPageMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    background: #15394a;
    z-index: 9999999999;
}

.fullPageMenu.active {
    top: -100%;
}

.fullPageMenu .nav {
    display: block;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 10rem 0 0;
}
.fullPageMenu .nav .header__logo {
    text-align: center;
    padding: 4rem;
    margin-bottom: 2rem;
    background: #fff;
}
.fullPageMenu .nav img {
    width: auto;
    margin: auto;
}

.fullPageMenu .nav ul {
    position: relative; 
}
.fullPageMenu .nav ul.menu { 
    padding: 0 2rem
}
.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 0;
}
.fullPageMenu .nav ul.menu li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    margin: 5px 0;
    overflow: hidden;
}
.fullPageMenu .nav ul.menu li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
.menuclose {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 1rem;
}
.menuclose svg path {
    stroke: #fff
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.iti__country-list {
    left:0;
}
@keyframes title2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes title {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}
.modal { 
    z-index: 11111111111111111111;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}   