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

html {
    font-size:10px;
}
body {
    font-family: 'Vazirmatn Regular';
    font-style: normal;
    font-weight: 300;
}
a:hover{
    text-decoration:none;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.btn,
.btn-more {
    padding: 1rem 2.2rem;
    box-shadow: none;
    background: #30505F;
    border: 0.2rem solid #fff;
    color: #fff;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
    text-align: center;
    border-radius: 1rem;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: #fff;
    color: #000;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid #FF5C1C !important;
}
.slick-dots {
    left: 0;
    width: auto;
    right: 0;
    bottom: -7rem;
}
.slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width: 7px;
    height: 7px;
    border: 1px solid #516AF3;
    border-radius: 10px;
    margin: 4px;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
    background: #ccc;
}
.slick-dots li button:before {
    display: none;
}
.main a{
    color:#fff;
    font-weight:100;
}
/* header */
header {
    transition: all 0.5s ease-in-out;
    position: relative;
    text-align: center;
} 
header .headerMenu{
    justify-content:left;
}
header .container{
    position:absolute;
    top: 11px;
    right:0;
    left:0;
    z-index:99;
}
header .header__logo{
    text-align:left;
}
header .header__logo img{
    width: 84%;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    /* padding: 1rem 0 0; */
}
header .menu li a {
    color: #fff;
    font-size: 1.7rem;
    transition: all 0.5s ease-in-out;
    padding: 0 1.5rem;
    position: relative;
}
header .menu li:hover > a {
    color: #0070cc;
    transition:all .5s;
}
header .langBtn{
    padding:0;
}
header .wpml-ls-menu-item .wpml-ls-display {
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 1.3rem;
    background: #0070CC;
    padding: .5rem 2.3rem 1px 8px;
    border-radius: 4px;
}
header .menu .dropdown-menu {
    margin-top: 0px;
    width: 100% !important;
    right: 0px !important;
    min-width: auto;
    position:absolute;
    transition:all 0.5s ease-in-out;
}
header .menu li.dropdown:hover .dropdown-menu {
    /*height:auto !important;*/
    display:inline-block;
}
header .menu .dropdown-menu li {
    margin:0;
    width: 100%;
    padding:  0.3rem 0rem;
}
header  .menu li {
    position:relative;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    display:-webkit-box;
    display:-ms-flexbox;
    display: inline-block;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
header .menu ul li:hover > a {
    color: #516AF3;
}
header .menu li ul {
    list-style: none;
    transition: all 0.5s ease-in-out;
    background: #fff;
    border-radius: 1rem;
    padding: 0;
    top: 26px !important;
    /* right: -52px !important; */
    z-index: 99999;
}
header .dropdown-menu{
    transform:none !important;
    top:auto !important;
    width: 100% !important;
}
header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
header .menu li ul li:last-of-type a {
    border: none;
}
.langBtn .dropdown-toggle:first-of-type::after{
    position: absolute;
    content: '';
    background: url(../images/ArrowBottom.png)no-repeat;
    width:14px;
    height:8px;
    right: 16px;
    top: 10px;
    border: none;
    background-size: 74%;
}
.btn--search {
    background: transparent;
    border: 0;
    margin-top: -5px;
}
.btn--search svg{
    width: 30px;
}
.main{
    position:relative;
}
.main .discoverBtn{
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
}
.main .discoverBtn .icon svg{
    width:17px;
}
.main .discoverBtn span{
    font-size: 1.8rem;
    margin: 10px;
    display: block;
}
.main .discoverBtn a{
    display:block;
}
/* about__section */
.about__section {
    padding: 8rem 0;
    position: relative;
    background: url(../images/servLayer.png)no-repeat;
}
.about__section:before{
    position:absolute;
    content:'';
    background:url(../images/aboutMessage.png)no-repeat;
    width:100%;
    height: 257px;
    top:0;
}
.about__section .message_title h2{
    color: #020202;
}
.about__section .about__details p{
    font-size: 2.2rem;
    color: #0A508E;
    font-weight: 300;
    font-family: 'Vazirmatn medium';
}
.about__section .goals{
    padding:5rem 0;
}
.about__section .goals h2{
    color:#000;
    padding-bottom: 2rem;
}
.about__section .goals .item{
    display:flex;
}
.about__section .goals .item .icon svg{
    width:25px;
}
.about__section .goals .item p{
    color:#8A8A8A;
    font-size:2rem;
    padding-right:3rem;
}
.about__section .more a{
    background: #0e65b3;
    font-family: 'Vazirmatn medium';
    border-radius:5px;
    color:#fff;
    padding:1.3rem;
    font-size: 1.6rem;
    width: 44%;
    display: flex;
    position: relative;
    right: 14%;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
    transition: all .5s;
}
.about__section .more:hover a{
    background:#000;
    transition: all .5s;
}
.about__section .about__images img{
    width: 79%;
}
.services_section{
  background: url(../images/servLayer.png)no-repeat;
  text-align: center;
  padding: 2rem 0 4rem;
  position: relative;
  /* margin-bottom: 6rem; */
}
.services_section .title h2{transform: rotate(270deg);font-size: 4rem;position: absolute;top: 23rem;left: 0;right: 0;color: #0A508E;}
.services_section .item{
    margin: 6rem;
    position: relative;
}
.services_section .item .image{
    position:relative;
    overflow: hidden;
    border-radius: 5px;
}
.services_section .item .caption{
    text-align: right;
    padding: 2rem 0;
}
.services_section .item .caption h4{
    color: #0A508E;
    font-size: 2.7rem;
    font-family: 'Vazirmatn medium';
    width: 64%;
    display: inline-block;
    line-height: normal;
}
.services_section .item .caption p{
    color:#000;
    transition:all .5s;
    font-size: 2rem;
    width: 84%;
    display: inline-block;
}
.services_section .item .caption h5{
    background:#0A508E;
    font-family: 'Vazirmatn medium';
    border-radius:5px;
    color:#fff;
    padding:1.3rem;
    font-size: 1.4rem;
    width: 49%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    float: inline-end;
    transition:all .5s;
}
.services_section .item .caption h5 svg{
    width:10px;
}
.services_section .item:hover .caption h5{
    background:#000;
    transition:all .5s;
}
.owl-carousel{
    direction:ltr !important;
}
.owl-theme .owl-controls .owl-buttons div img{
    width: 70%;
}
.owl-theme .owl-controls .owl-buttons div{
    background:transparent !important;
    opacity:1 !important;
    padding: 5px !important;
    margin: 0 !important;
}
.map_main_section{
   background: url(../images/servLayer.png)no-repeat;
}
.Technical__section {
    overflow:hidden;
    padding-bottom: 8rem;
    background: url(../images/servLayer.png)no-repeat;
}
.Technical__section .owl-carousel{
    position: relative;
    margin-right: 14%;
}
.Technical__section .owl-prev{
    display:none;
}
.Technical__section .owl-theme .owl-controls .owl-buttons{
    position:relative;
}
.Technical__section .owl-theme .owl-controls .owl-buttons .owl-next{
    background: #0A508E !important;
    width: 80px;
    height: 80px;
    line-height: 69px;
    border-radius: 55px;
    position: absolute;
    bottom: 157px;
    left: 31%;
    transition:all .5s;
}
.Technical__section .owl-theme .owl-controls .owl-buttons .owl-next:hover{
    background:#000 !important;
    transition:all .5s;
}
.Technical__section .owl-theme .owl-controls .owl-buttons .owl-next img{
    width:15px;
}
.Technical__section .owl-theme .owl-controls .owl-buttons .owl-prev{
    display:none;
}
.Technical__section .title{
    padding:0 5rem;
    position: relative;
    z-index: 99;
    display: inline-block;
    width: 100%;
    padding-left: 20%;
}
.Technical__section .title h2{
    color: #0A508E;
    font-size:3rem;
    font-family: 'Vazirmatn medium';
    padding: 1rem 0 3rem;
    width: 25%;
    float: left;
}
.Technical__section .item{
    background:#f5efef;
    border-radius: 6px;
    margin: .8rem;
    padding: 2rem 3rem;
    transition:all .5s;
}
.Technical__section .item:hover{
    background:#0070CC;
    transition:all .5s;
}
.Technical__section .item .text h4{
    color:#0A508E;
    font-size: 3.3rem;
    font-family: 'Vazirmatn medium';
    padding: 17px 0;
}
.Technical__section .item .text p{
    color:#000;
    font-size: 1.7rem;
}
.Technical__section .item:hover .text h4,
.Technical__section .item:hover .text p{
    color:#fff;
}
.slick-dots {
    border-radius: 50px;
    padding: 11px 29px 14px;
    position: absolute;
    display: inline-block;
    border: 1px solid #516AF3;
    margin:auto;
    height: fit-content;
    width: fit-content;
}
.slick-dots li.slick-active button {
    background: #516AF3;
}
.page-title {
    border: 0;
}
.page-title:before {
    display: none
}
.nav-tabs{
    border:none;
    border: 2px solid #c9d1d861;
    padding: 2rem 1rem;
    border-radius: 50px;
}
.nav-tabs .nav-link{
    color:#ACBBC6;
}
.nav-tabs .nav-link{
    border:none;
    font-size: 1.2rem;
    font-family: 'beIN New Arabic Font 2017 bold';
    padding: 0 2rem;
    position: relative;
}
 .nav-tabs .nav-link.active:after{
    margin: auto;
    position:absolute;
    content:'';
    bottom: -21px;
    right:0;
    left:0;
    width: 71%;
    height:3px;
    text-align: center;
    background: #516AF3;
    border-radius: 9rem;
    opacity:0;
     transition:all .5s;
}
 .nav-tabs .nav-link.active:after{
    opacity:1;
    transition:all .5s;
}
 .nav-tabs .nav-link.active:before{
    margin: auto;
    position:absolute;
    content:'';
    top: -23px;
    right:0;
    left:0;
    width: 71%;
    height:3px;
    text-align: center;
    background: #516AF3;
    border-radius: 9rem;
    opacity:0;
}
 .nav-tabs .nav-link.active:before{
    opacity:1;
    transition:all .5s;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background:transparent;
    color:#516AF3;
}
#searchform input {
    height: 4.3rem;
    border: none;
    border-left: 0;
    font-weight: 300;
    color: #fff;
    font-size: 2rem;
    background: transparent;
    box-shadow: none;
}
#searchform input::placeholder{
    color:#fff;
}
.modal-content{
    background:transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
#searchform .btn {
    margin: 0;
    padding: 0.9rem;
    border: none;
    background: transparent;
}
#searchform .btn:hover{
    color: #85C436;
    transition: all .5s;
}
/* footer */
footer {
    position: relative;
    background: url(../images/footerLayer.png)no-repeat;
    margin-top: -157px;
    padding-top: 21rem;
}
footer .form h2{
    color:#fff;
    font-size:3.5rem;
    padding: 1rem 0 2rem;
}
footer .form h2 span{
    display:block;
}
.map{
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 3px 4px 16px #00000029;
}
.map .mapLogo{
    position:absolute;
    bottom:20%;
    left: 17%;
}
.map .mapLogo img{
    width: 75%;
}
footer ul.menu {
    padding: 0;
    list-style: none;
    gap: 4rem;
    margin: 0;
    position: relative;
    right: 33%;
    margin-top: 34%;
}
.footer__top .footer-widget-title{
    color:#fff;
    border: none;
    padding: 0;
    font-size: 2.3rem;
    font-weight: 500;
}
.footer-widget-title:before{
    display:none;
}
footer ul.menu a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 1.4rem 0 10px;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.footer__top ul.menu a:after {
    position: absolute;
    bottom: 0rem;
    content: "";
    background: #fff;
    width: 1.8rem;
    height: 3px;
    opacity: 0;
    right: 0;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}
.footer__top ul.menu a:hover:after {
    right: 0;
    opacity: 1
}
.footer__top ul.menu a:hover {
    color: #fff;
}
.footer__bottom{
    padding: 2rem;
    /* position: relative; */
}
.footer__bottom p.rights span {
    font-weight: 600
}
.footer__bottom p {
    color: #fff;
    font-size: 1.5rem;
    margin: 7px 0;
}
.footer__bottom .rowaad{
    text-align:left;
}
.footer__bottom .rowaad span {
    padding-left: 1rem;
    color: #000
}
.footer__bottom .rowaad a {
    color: #fff;
    font-size: 1.3rem;
}
.single-gallery{
    text-align:center;
}
.single-gallery.projects_section .item .image:after{
    height:100%
}
.single-gallery .owl-theme .owl-controls .owl-buttons div{
    background:transparent !important;
    position:absolute;
    top:50%;
    opacity: 1;
}
.single-gallery .owl-prev{
    left: -89px;
}
.single-gallery .owl-next{
    right: -80px;
}
/* breadcrumbs */
#breadcrumbs {
    color: #000;
    position: relative;
    padding: 12rem 0 6rem;
    background:url(../images/breadcrumpLayer.png)no-repeat;
    margin: 0;
    background-size: 100%;
}
#breadcrumbs .text ul{
    color: #fff;
}
#breadcrumbs ul li svg{
    width:5px;
}
#breadcrumbs .text ul li{
    font-size: 1.3rem;
    font-weight: 100;
    padding: 0 3px;
}
#breadcrumbs a ,#breadcrumbs h3 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 100;
    padding: 0;
}
.titlePage h2{
    font-family: 'Vazirmatn medium';
    color:#fff;
    font-size: 3.5rem;
}
.wp-block-image{
    margin:auto;
    /* text-align: center; */
}
.about-page{
    padding:4rem 0;
}
.about-page p{
    padding-left: 63px;
    font-family: 'Vazirmatn medium';
}
.about-page .about_text_light{
    font-family: 'Vazirmatn Regular';
}
.about-page .group_img{
    position: relative;
    right: -21%;
    margin-top: 69px;
}
.about-page .group_img img{
    width: 100%;
}
.servRequest{
    padding:5rem 0;
}
.servRequest .container{
    width:50%;
}
.servRequest .title h2{
    color:#0A508E;
    font-size:3rem;
    font-family: 'Vazirmatn medium';
}
.owl-theme .owl-controls .owl-page span{
    width:8px !important;
    height:8px !important;
    border:1px solid #516AF3;
    background:transparent !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls .owl-page.active span{
    background:#516AF3 !important;
}
.pageDef{
    padding:6rem 0;
}
.gform_wrapper.gravity-theme .gf_invisible, .gform_wrapper.gravity-theme .gfield_visibility_hidden{
    left:0 !important;
}
.gform_title{
    display:none;
}
#primary .item{
    margin:1rem 0
}
.single-page{
    margin: 0;
    padding:5rem 0 9rem;
    position: relative;
}
.single-page .slider-for .slick-slide{
    overflow:hidden;
    position: relative;
    border-radius:.5rem;
    z-index: 9999;
}
.single-page .slider-for .slick-slide:after{
    position:absolute;
    content:'';
    background:#00000078;
    right:0;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 1;
}
.single-page .slider-nav{
    position: relative;
    left: 62%;
    top: 12%;
}
.single-page .slick-list{
    
}
.single-page .slider-nav .item{
    margin:.5rem 0;
    border-radius:.7rem;
    overflow:hidden;
}
.single-page .slick-slide img{
    overflow: visible;
}
.single-page .content h3{
    color: #0A508E;
    font-size: 3rem;
    font-weight: 600;
    width: 40%;
    line-height: 1.5;
}
.single-page .content p{
    color: #000;
    padding-top: 1rem;
}
.servReq a{
    background:#0A508E;
    color:#fff;
    font-size:1.5rem;
    border-radius:4px;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 26%;
}
.servReq a svg{
    width:10px;
}
.single-page .servOffers{
    padding:4rem 0;
}
.single-page .servOffers .title h2{
    color: #0A508E;
    font-size: 3rem;
    padding-bottom: 1rem;
}
.single-page .servOffers .item h5{
    color:#0A508E;
    font-size:2.5rem;
    padding-bottom: 7px;
}
.single-page .servOffers .item h6{
    color:#000;
    font-size:1.5rem;
    padding-bottom: 7px;
    line-height: 1.5;
}
.wp-block-image img{
    width: 85%;
}
/* 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;
}
/* services page */
.services_section.services-page {
    background: transparent;
    padding:0;
}
.services_section.services-page .item {
    margin: 0;
    /* padding: 2rem 4rem; */
}
.services_section.services-page .item:hover {
    transform: unset
}
.services_section.services-page a {
    color: #000;
}
.single-page p {
    font-weight: 300;
    font-size: 1.7rem;
}
.single-page .info_product{
    position:relative;
    /* display: inline-block; */
    /* width: 100%; */
}
.single-page .file_download{
    position:absolute;
    right: 7%;
    bottom: 85px;
    /* margin-top: -19%; */
    /* position: relative; */
    /* right: 8%; */
}
.single-page .file_download h1{
    color:#fff;
    font-size:4rem;
}
.single-page .file_download a{
    background: #0A508E;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 4px;
    font-size: 1.7rem;
    width: fit-content;
    justify-content: space-between;
}
.single-page .file_download .icon{
    padding-right:2rem;
}
.single-page .file_download .icon svg{
    width:20px;
}
.single-page .prod_content{
    margin-bottom:9rem;
}
.single-page .prod_content h4{
    color:#0A508E;
    font-family: 'Vazirmatn medium';
    font-size:3rem;
    padding-bottom: .5em;
}
.single-page .prod_content p{
   color:#000;
   font-size: 1.8rem;
}
.single-page .electricImg{
    position:relative;
}
.single-page .electricImg img:first-of-type{
    position:absolute;
    left: -8%;
    top: -16%;
    width: 32%;
}
.single-page .electricImg img:last-of-type{
    position:absolute;
    right: -8%;
    bottom: -2%;
    width: 55%;
}
.single-page .electric_section{
    margin: 5rem 0 20rem;
}
.single-page .prod_features{
    margin-top:10rem;
    margin-bottom:10rem;
}
.single-page .prod_features .item img{
    width: 31%;
    padding-bottom: 2rem;
}
.single-page .prod_features .item h5{
    color:#0A508E;
    font-size:2.3rem;
    padding-bottom:1rem;
    font-family: 'Vazirmatn medium';
}
.single-page .prod_features .item h6{
    color:#000;
    font-size: 1.4rem;
    width: 64%;
}
.single-page .prod_advantages .prod_content{
    padding-top:3rem;
}
.single-page .prod_advantages .item{
    display: flex;
    align-items: flex-start;
    margin: 2rem 0;
}
.single-page .prod_advantages .item .icon svg{
    width: 25px;
}
.single-page .prod_advantages .item .text{
    padding-right:2rem;
}
.single-page .prod_advantages .item h5{
    color:#8A8A8A;
    font-size: 1.7rem;
}
.services_section.services-page {
    margin-bottom: 12rem;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 3rem 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: #4C1617;
    background: transparent;
    margin: 1rem;
    font-size: 1.7rem;
    font-weight: 400;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    color: #E5762B;
    background: transparent;
}
.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)
}
.contact-page{
    padding: 5rem 0 6rem;
    background-size: cover;
}
.contact-page .info ul{
    display:flex;
    justify-content:center;
}
.contact-page .info ul li{
    text-align:center;
    padding:0 5rem;
}
.contact-page .info ul li .icon{
    padding-bottom:3rem;
}
.contact-page .info ul li .text h4{
    color:#000;
    font-family: 'Vazirmatn medium';
    font-size:1.7rem;
}
.contact-page .info ul li .text a{
    color:#707070;
    font-size:1.7rem;
}
.contact-page .info .icon svg path{
    fill:#0070CC;
}
.contact-page .info li:last-of-type svg path{
    stroke: #0070CC;
    fill:none;
}
.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{
    width: 100% !important;
}
.gfield .iti.iti--allow-dropdown input {
    color: #C0C0C0;
    border: 0 !important;
    margin: 0;
    padding-right: 1rem !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;
}
.gform_wrapper.gravity-theme .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
}
 .gform_wrapper.gravity-theme .gform_fields .gfield {
    /* flex: 1; */
    width: 48%;
    position: relative;
    display: inline-block;
    margin: 5px 3px;
}
 .gform_wrapper.gravity-theme .gform_fields .gfield:last-of-type{
     width:100%;
 }
.gform_wrapper.gravity-theme .gform_fields .gfield label {
    font-size: 1.6rem;
    padding: 0 1.5rem;
}
.gform_wrapper.gravity-theme .gfield input{
     border-radius: 6px;
    background: transparent;
    border: 2px solid #edf7ff;
    padding:20px !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large{
    height: 189px !important;
    border-radius: 6px;
    background: transparent;
    border: 2px solid #edf7ff;
    padding: 17px;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer{
    display: block !important;!i;!;
    text-align: left;
}
.gform_footer .btn{
    font-size: 1.7rem !important;
    padding: 1.2rem 1rem;
    background: url(../images/submitIcon.png)no-repeat center left 16px,#0A508E;
    background-size: 5%;
    border-radius: 6px;
    width: 31%;
    border: 1px solid #fff;
    margin: 0 auto !important;
    text-align: right;
    transition:none !important;
    transition:all .5s;
}
.gform_footer .btn:hover{
    background: url(../images/submitIcon.png)no-repeat center left 16px,#000;
    background-size: 5%;
    color:#fff;
    transition:all .5s;
}
.servRequest .gform_wrapper.gravity-theme .gform_fields .gfield input::placeholder,
.servRequest .gform_wrapper.gravity-theme .gform_fields .gfield textarea::placeholder{
    color:#707070;
}
.gform_wrapper.gravity-theme .gform_fields .gfield input::placeholder,
.gform_wrapper.gravity-theme .gform_fields .gfield textarea::placeholder{
    color: #fff;
    font-size:1.5rem;
}
.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;
}
.upload__file .ginput_container {
    position: relative;
    border: 1px solid #e3d9d9 !important;
    border-radius: 1rem;
}
.gform_wrapper.gravity-theme .ginput_preview {
    margin: 28px 0 0 !important;
}
 .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: .7rem;
    color: #000;
    padding: 26px;
    font-weight: 400;
    text-align: right;
    font-size: 1.3rem !important;
}
.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;
}
.upload__file .ginput_container {
    background: url(../images/upload.png) no-repeat left 4% center/6%;
    display: block !important;
    font-size: 1.4rem !important;
    height: 5rem;
    font-weight: 300;
    color: #000;
    padding: 2rem !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;
}
.services_section.productsPage .item{
    margin: 5rem 0;
}
.services_section.servPage .item{
    margin: 5rem 4rem;
}
.services_section.productsPage .item .caption p{
    font-size: 1.5rem;
}
.services_section.productsPage .item .caption h5{
    flex-direction: inherit;
    float: inline-start;
}
.alm-load-more-btn.more{
    background: #0a508e !important;
    color: #fff !important;
    border-radius:3px !important;
    padding: 1.5rem 7rem !important;
    border: none !important;
    height: auto !important;
    font-size:2.1rem !important;
    margin: 4rem !important;!i;!;
}
/* contact-page */
.contact-page .map {
    overflow: hidden;
    border-radius: 1rem;
}
.page .gform_wrapper,
.contact-page .gform_wrapper {
    margin: auto;
}
.contact-page .gform_wrapper {
}
h3.gform_title{
    display:none;
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.gform_confirmation_message {
    font-size: 2rem;
    font-weight: 400;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #516AF3;
    background: #fff;
    padding: 1rem;
}
.page .gform_wrapper .gform_fields .gfield label ,
.contact-page .gform_wrapper .gform_fields .gfield label {
    display: block;
    font-size: 1.2rem;
    color: #C0C0C0;
    font-weight: 500;
    margin: 0;
    padding: 0 2rem  0!important;
}
.contact-page.bookconsult .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container{
    margin:0 !important;
}
.page .servRequest .gform_wrapper .gform_fields .gfield textarea ,
.page .servRequest .gform_wrapper .gform_fields .gfield select ,
.page .servRequest .gform_wrapper .gform_fields .gfield input {
    border: 2px solid #297ec9 !important;
    border-radius:4px;
    padding: 22px !important;
    color: #707070;
    font-size: 1.5rem;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.page .gform_wrapper .gform_fields .gfield input ,
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input {
    border: 1px solid #e3d9d9 !important;
    margin: 0 !important;
    font-weight: 300;
    border-radius: 1rem;
    color: #707070;
    padding: 1.5rem 2rem !important;
    font-size: 1.5rem;
    background: transparent;
}
.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: 25px;
    left: 21px;
    width: 2rem;
    height: 2rem;
    background: url(../images/arrow-down.png) no-repeat center/ 64%;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield textarea {
    height: 10rem !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: #fff;
    padding-bottom: 10px;
}
.gform_legacy_markup_wrapper .gform_footer {
    /* display: flex; */
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
footer .contact-page .gform_footer .btn{
    background: #31E576;
}
.contact-page .gform_footer .btn {
    font-size: 1.5rem !important;
    padding: 1rem 3rem;
    background: #4C1617;
    width: auto !important;
    border: none;
    margin: 1rem 0 !important;
    display: flex !important;
    justify-content: right;
    border-radius: 6px !important;
}
.contact-page .gform_footer .btn:hover {
    background: #516AF3;
    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;
  }
}
  
.fullPageMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff;
    transition: 0.5s;
    z-index: 9999999;
    background: url(../images/breadcrumpLayer.png)no-repeat;
    background-size: cover;
}

.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: 2rem;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2rem;
}
.fullPageMenu .nav img {
    width: 45%;
    margin: auto;
}
.fullPageMenu .nav ul {
    position: relative;
    padding: 0;
    height: auto;
}
.fullPageMenu .nav ul li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    margin: 5px 0;
    overflow: hidden;
}
.fullPageMenu .nav ul li.wpml-ls-item-en{
    padding:0;
}
.fullPageMenu .nav ul li:hover {
    transition: transform 0.5s ease-in-out;
    color: #516AF3
}
.fullPageMenu .nav ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.fullPageMenu .nav ul ul {
    position: inherit !important;
    transform: none !important;
    border: none;
    display: block;
    background: transparent;
}
.fullPageMenu .nav ul li:hover > ul.sub-menu {
    display: block;
}
.menuclose {
    position: absolute;
    left: 0;
    top: 0;
    background: #004180;
    padding: 6px;
}
.menuclose svg path {
    stroke: #fff;
}  
@media(max-width: 1500px) and (min-width: 1366px) {
     .btn, .btn-more {
    padding: 1rem 1.2rem; 
    font-size: 1.3rem;
     }
}

@media(max-width:767px) {
    html {
        font-size: 8px;
    }
    .main span svg{
        width:5px;
    }
    .main span{
        font-size:8px;
    }
    .main .discoverBtn{
        bottom: -5px;
    }
    .main .discoverBtn .icon svg{
        width:10px;
    }
    [dir='rtl'] .slick-next{
        left:0;
    }
    header nav {
    text-align: right;
    }
    header .langBtn{
        display:flex;
        justify-content:left;
    }
    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
    }
    header{
        background:url(../images/breadcrumpLayer.png)no-repeat;
        padding-bottom: 3rem;
    }
    header .container{
        position:initial;
    }
    header .header__logo{
          text-align:center;
    }
    header .header__logo img{
        width: 44%;
    }
    .about__section{
        padding-top:2rem;
    }
    .about__section .about__details p{
        font-size:2rem;
    }
    .about__section:before{
        height:150px;
    }
    .about__section .goals{
        padding-bottom:0;
    }
    .services_section .title h2{
        position:inherit;
        transform:none;
    }
    .services_section .item{
        margin:1rem;
    }
    .services_section .item .caption h4{
        width:auto;
        font-size: 2rem;
    }
    .services_section .item .caption p{
        width:auto;
        font-size:1.5rem;
    }
    .services_section .item .caption h5{
        width:100%;
    }
    .Technical__section .title h2{
        width:70%;
    }
    .Technical__section .owl-carousel{
        margin-right: 0;
    }
    .Technical__section .item{
        padding:1.5rem;
    }
    .Technical__section .item .text h4{
        padding:1rem 0;
        font-size: 2rem;
    }
    .Technical__section .item .text p{
        font-size:1.5rem;
    }
    .Technical__section .owl-theme .owl-controls .owl-buttons .owl-next{
        bottom:0;
        left: 0;
        width: 50px;
        height: 50px;
        line-height: 40px;
    }
    .Technical__section .owl-theme .owl-controls .owl-buttons .owl-next img{
        width:10px;
    }
    .map{
        width:90%;
    }
    .map iframe{
        height:300px;
    }
    .gform_wrapper.gravity-theme .gfield input{
        padding:1rem !important;
    }
    .map .mapLogo{
        left:0;
        right:0;
        text-align:center;
    }
    .map .mapLogo img{
        width:50%;
    }
    footer ul.menu a{
        padding:0 1rem;
    }
    .footer__bottom{
        text-align:center;
    }
    .footer__bottom .d-flex{
        justify-content:center;
    }
    .footer__bottom .rowaad{
        text-align:center;
    }
    footer ul.menu{
        right:0;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        top: 0;
        margin: 0;
    }
    #breadcrumbs{
        padding: 3rem 0;
        background-size: cover;
    }
    .titlePage h2{
        font-size:2rem;
    }
    .about-page p{
        padding:0;
        font-size:2rem !important;
    }
    .about-page .group_img{
        right:0;
        margin: 0;
    }
    .contact-page .info ul li{
        padding:0 2rem;
    }
     .contact-page .info .icon svg{
         width:20px;
     }
    .services_section.servPage .item{
        margin:1rem 0;
    }
    .single-page .content h3{
        width:auto;
        padding:1rem 0 0;
    }
    .servRequest .container{
        width:auto;
    }
    .page .servRequest .gform_wrapper .gform_fields .gfield textarea, .page .servRequest .gform_wrapper .gform_fields .gfield select, .page .servRequest .gform_wrapper .gform_fields .gfield input{
        padding: 1.8rem 1rem !important;
        height: 52px;
    }
    .page .gform_wrapper .gform_fields .gfield .ginput_container_select::after{
        top:15px;
    }
    .single-page .slider-nav{
        left:0;
        top:0;
    }
    .single-page .file_download{
        position: initial;
        padding:2rem 0;
    }
    .single-page .file_download h1{
        color:#000;
        font-size:2.5rem;
    }
    .single-page .electricImg img:first-of-type{
        left:0;
    }
    .single-page .electricImg img:last-of-type{
        right:0;
        bottom: -25%;
    }
    .single-page .prod_features{
        margin:0;
    }
    .single-page .prod_features .item h6{
        width:auto;
    }
    .single-page .prod_features .item h5{
    } 
    .pageDef p{
        font-size: 2rem !important;!i;!;
    }
   
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
    .fullPageMenu .nav img{
        width:auto;
    }
    .Technical__section .owl-theme .owl-controls .owl-buttons .owl-next{
        bottom:0;
    }
    .gform_wrapper.gravity-theme .gform_fields .gfield{
        margin:2px;
    }
    footer ul.menu{
        right:0;
    }
    .about-page .group_img{
        right:0;
    }
    #breadcrumbs{
        padding: 10rem 0 25px;
    }
    .services_section .item .caption h4{
        width:auto;
    }
    .single-page .content h3{
        width: auto;
    }
    .servReq a{
        width:50%;
    }
    .servRequest .container{
        width:auto;
    }
   
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
    .Technical__section .owl-theme .owl-controls .owl-buttons .owl-next{
        left:45%;
        bottom: 109px;
    }
    footer ul.menu{
        right:0;
    }
    .servRequest .container{
        width:70%;
    }
    .single-page .electricImg img:first-of-type{
        left:0;
    }
}


/* 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-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 #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) {
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.whatslink {
    position: fixed;
    left: 4%;
    bottom:10%;
    z-index: 99999;
}
.whatslink a{
    display:flex;
    align-items: end;
}
.iti__country-list {
    left:0;
}