/*
* 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: 400;
    overflow-x:hidden;
    font-family: 'DiodrumArabic';
    color: #1E1515;
    position:relative;
    background:#F7FDF0;
}
:root {
    --main-color:#00472A;
    --sec-color: #48B291;
    --var-color:#FCFF45;
    --back-color:#F7FDF0; 
    --text-color:#313131; 
    
}
.main_color{
    color:var(--main-color);
}
.main_back{
    background:var(--main-color);
}
.var_color{
    color:var(--var-color);
}
.sec_color{
    color:var(--sec-color);
}
.var_back{
    background:var(--var-color);
}
.text_color{
    color:var(--text-color);
}

.custom-btn{
    font-size:1.375rem;
    background:var(--sec-color);;
    border: 1px solid var(--sec-color);
    color:#fff;
    font-weight:400; 
    padding:1rem 2rem;
    border-radius:1rem;
    transition:all 0.3s ease-in-out;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow:none;
    outline:none;
    gap:1rem;
}
.custom-btn svg{
    max-width:3rem;
    max-height:3rem;
}
.btn{ 
    border-radius:0rem;
   background:var(--sec-color);;
    border: 1px solid var(--sec-color);
    font-size:1rem;
    color:#fff;
    font-weight:500; 
    padding:1rem 2rem;
    transition:all 0.3s ease-in-out;
    display:inline-flex;
    align-items:center;
    justify-content:center; 
    box-shadow:none;
    outline:none;
} 
.btn-default{
 background:var(--main-color);   
}
.custom-btn:hover{
    background:transparent; 
    text-decoration:none;
    color:var(--var-color);
}
.btn:hover{
    background:var(--main-color);
    color:var(--var-color);
}
.title{
    width:100%;
    position:relative;
    border-bottom:2px solid #48B291;
    padding-bottom:2rem;
    margin-bottom:2rem;
    z-index:11;
}
.title .head1{
    font-weight: 600;
}
.head1{
    font-size:2rem; 
}
.head2{
    font-size: 4rem;
    line-height: 4.5rem;
}
.head3{
    font-size: 2.25rem;
}
.head4{
    font-size: 2rem;
}
.text1{
    font-size: 1.313rem;
}
.text2{
    font-size:1.25rem; 
}
.text3{
    font-size:1rem; 
}
.text4{
    font-size:1.5rem; 
}
.medium1{
    font-size:1.75rem;
    font-weight:500;
}
a{
    transition:all 0.5s ease-in-out;
}
a:hover{
    text-decoration:none;
    transition:all 0.5s ease-in-out;
    color: var(--var-color);
}
*{
    transition:all 0.3s ease-in-out;
}

.more{
    display:inline-flex;
    font-size:1.8rem;
    font-weight:400;
    color:var(--main-color);
}
/* general */
.loading_screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader::after,
.loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 2px solid #6D6D6D;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: rotation 2s ease-in-out infinite;
}
.loader::after {
  border-color: #EF233C;
  animation-delay: 1s;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.btn-default:hover, 
.btn-more:hover,
.btn:hover { 
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.wpml-ls-legacy-dropdown a span {
    vertical-align: initial;
    padding: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: #fff;
    background: transparent;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.title .head1{ 
    color:var(--main-color);
}
.posts_section .title .head1{
    color:#fff;
}
.posts_section .links  .btn{
    background:#E3E5E7;
    color:#072750;
    
}
.media_Section .item{
    border: 1px solid #2D5D3911;
}
.media_Section .item .text3{
    font-weight:500;
    color:#313131;
}
.media_Section .item .date{
    color:#313131;
    font-weight:500;
    font-size:0.85rem;
}
.single .date{
color:#48B291;
font-weight:500;
font-size:1rem;
}
.media_Section .item a{
    color:#48B291;
    font-weight:500;
    font-size:1rem;
    text-decoration: underline;
}
.media_Section .title .head1{
    color:#2D5D39;
}
.media_Section .links  .btn{
    background:#9BABBB;
    color:#E3E5E7;
    
}
.about__section .btn{
     background:#FFFFFF;
     color:var(--sec-color);
     margin-top:2rem;
     padding:1rem 4rem;
     display:inline-flex;
    gap:1rem;
    border-color:#FFF;
}
.about__section .btn:hover{
     background:var(--sec-color);
     color:#fff;
}
.about__section .btn:hover svg rect{
    fill:#fff;
}
.about__section .head2{
    font-weight: 500;
    max-width: 85%;
}
.about__section .mission .head2{
    max-width:50%;
}
.about__section .mission .text1{
    padding-left:20%;
}
.about__section .links a{
    width:20rem;
}
.main_title {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 1rem;
}
.single__header{
    margin-top:2rem;
    color:#fff;
    font-weight:300;
    font-size:1.5rem;
} 
.date{
    font-weight:400;
    font-size:1.65rem;
    color:#0E1C33;
}
.custom-navs {
}

.dropdown-toggle {
    background-color: transparent;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-toggle span{
    font-size:2rem;
    font-weight:normal;
}
.arrow {
    font-size: 18px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-menu .dropdown-item {
    cursor: pointer;
    font-size: 3.5rem;
    font-weight: normal;
    padding: 1rem 2rem 1rem 0;
    font-family: '29LT Baseet TRIAL TRIAL';
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid var(--var-color) !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.ls-nav-next {
    background: url(../images/Up.svg)center /100%;
    width: 4rem !important;
    height: 4rem !important;
    right: 8% !important;
    left:auto;
    bottom: 28% !important;
    top:auto !important;
    transform: rotate(0deg);
    background-size: 100% 100%;
}
.ls-nav-prev {
    background: url(../images/Up.svg)center /100%;
    width: 4rem !important;
    height: 4rem !important;
    right: 12% !important;
    bottom: 28% !important;
    top:auto !important;;
    left:auto !important;;
    transform: rotate(180deg);
}
.ls-v6 .ls-nav-next:hover{
   background: url(../images/Up.svg)center /100%;
    width: 4rem !important;
    height: 4rem !important;
    right: 8% !important;
    left:auto;
    bottom: 28% !important;
    top:auto !important;
    transform: rotate(0deg) !important;
    background-size: 100% 100%;
}
.ls-v6 .ls-nav-prev:hover{
    background: url(../images/Up.svg)center /100%;
    width: 4rem !important;
    height: 4rem !important;
    right: 12% !important;
    bottom: 28% !important;
    top:auto !important;;
    left:auto !important;;
    transform: rotate(180deg) !important;
}
.main .ls-v6 .ls-bottom-nav-wrapper{
    position:absolute;
    right:10%;
    top:78% !important;
}
.main .ls-v6 .ls-bottom-slidebuttons a{
    width:5rem !important;
    height:3px;
    border:none !important;
    background:#FFFFFF !important;
    opacity:0.25;
}
.main .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active{
    opacity:1;
}
.slick-dots {
    left: -2rem;
    width: auto;
    height: auto;
    top: 25%;
    display:flex;
    flex-direction:column;
    align-items: start;
    justify-content: start;
}
.slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width: 5px;
    height: 1.5rem;
    border: 1px solid #D5D5DB;
    background:#D5D5DB;
    border-radius: 0%;
    margin: 0.1rem;
    opacity:0.5;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
    opacity:1;
    background:#0C3E26;
    border-color:#0C3E26;
}
.posts_section  .slick-dots li button {
    background:#fff;
    border-color:#fff;
}
.testmonials_section  .slick-dots li button {
    background:#9BABBB;
    border-color:#9BABBB;
}
.slick-dots li button:before {
    display: none;
}
/* header */  
header.fixed-header{
    background:#0E1C33;
    top:0;
    right:0;
} 
header {
    transition: all 0.5s ease-in-out;
    padding: 2rem 0; 
        position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 1111;
}
header .container .row { 
}
.home header{ 
}
header{
    width: 100%; 
}
header.fixed-header { 
    z-index: 1111111;
    position: fixed;
    width: 100%;
    transition: all 0.5s ease-in-out;
    animation: fade 3s; 
}
header .header__logo{
     margin-left:3rem;
}
header .header__logo img {
      
}
 header .left{
     
 }
header .language li a {
    font-weight: 500 !important;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding:  0 0;
} 
header .left ul{
    list-style:none;
    margin:0;
    display: flex;
    align-items:center;
    padding:0;
}
header .top ul li a{
    font-family: 'Aileron';
    color:#F8EFD7;
    font-size:1.25rem;
}
header .top ul li{
    margin-left:1rem;
}
header .top ul li:last-child{
    margin-left:0;
}
.social__media ul li:last-child{
    padding-left:0;
}
header .top .social__media ul li{
    margin:0 !important;
}
header .menu li{
    padding: 0 1.5rem;
}
 header .menu li a {
    color: #fff;
    font-size: 1rem;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
    padding: 0;
    position: relative;
}
header .menu li:hover > a {
    color: var(--var-color);
    text-decoration:none;
}
/*header .menu li a:after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    right:0;*/
/*    bottom:-5px;*/
/*    height:2px;*/
/*    border-radius:10px;*/
/*    width:0;*/
/*    background:#EEC27D;*/
/*    transition:all 0.3s ease-in-out;*/
/*}*/
/*header .menu li:hover a:after {*/
/*   width:100%;*/
/*} */
header .wpml-ls-menu-item .wpml-ls-display { 
    font-size: 1.375rem;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}
 header .menu ul li:hover > a {
    color: var(--var-color)
}
header .menu ul li:hover > a {
    color: var(--var-color)
}
 header .menu li.menu-item-has-children:after {
  
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: 30%;
    border-right: 3px solid #727171;
    border-bottom: 3px solid #727171;
    border-radius:2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.85rem;
    height: 0.85rem;
    content: "";
    right: -0.1rem;
    z-index: 9999999999;
}
.home header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
.home header .menu li.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 1.7rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid var(--var-color);
    text-align: center
}
header .menu li.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 1.7rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid var(--var-color);
    text-align: center
}
header .menu li.menu-item-has-children {
    position: relative;
}
.home header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #DDDDDD;
    color: var(--main-color);
}
header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #DDDDDD;
    color: var(--main-color);
}
header .menu li ul li:last-of-type a {
    border: none
}
.home header.fixed-header .menu li a{ 
}
.home header.fixed-header .menu li.menu-item-has-children:after{
     
}
.home header.fixed-header .header-bottom .search,
.home header.fixed-header .header-bottom ul{
    background: transparent; 
}
.home header.fixed-header .header-bottom .search #searchform input,
.home header.fixed-header .wpml-ls-menu-item .wpml-ls-display{
     
}
.home header.fixed-header .header-bottom .search #searchform span svg path{
    fill:#A78D78;
}
.home header.fixed-header .header-bottom .search #searchform input::placeholder{
    color:#A78D78;
}
.home header.fixed-header .wpml-ls-menu-item .wpml-ls-display{
    
}
.header-bottom .menu li a {
    /*background: url(../images/n.png) no-repeat top right 10%*/
}
.wpml-ls-legacy-dropdown{
    width: auto !important;
    background: url(../images/world.png) no-repeat 80%  center;
    background-size:2rem;
    padding-right: 1.5rem;
    display: inline-flex;
    height: 35px;
    padding: 1rem 2.55rem 1rem 0.25rem;
    justify-content: center;
    align-items: center; 
    border:None;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu { 
    
    background: #fff
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 2rem;
}
.wpml-ls-legacy-dropdown  a{
    color: #fff;
    text-align: center; 
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5rem;
    background: transparent; 
    border:none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
    color:#313131;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    background: url(../images/Arrow-Bottom.png) no-repeat;
    width: 0.875rem;
    height: 0.4375rem;
    border: none;
    background-size: contain;
    top:53%;
}
/* social__media */
.social__media {}
.social__media ul {
    padding: 0;
    margin-top: 1rem;
    justify-content: flex-start;
}
.social__media ul li { 
    text-align: center; 
    padding:0 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social__media ul li svg { 
    max-height:2rem;
}
.social__media ul li svg path{ 
}
.contact-btn {
  position: fixed;
    left: -4.8rem;
    top: 59%;
    z-index: 9999;
    display:inline-block;
    transform:rotateZ(-90deg);
}
.contact-btn a{  
    border: 0;
    border-radius: 0rem;
    padding: 1.5rem 3rem !important;
    background: var(--var-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
#exampleModal .modal-dialog {
    max-width: 45%;
}
#exampleModal .modal-content {
    background: #012434;
    border-radius: 5rem;
    padding: 3rem;
    border: 0;
}
#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;
}
header .social__media ul{
    flex-direction:row-reverse;
}
/* about__section_one */
.about__section{ 
    color:#00472A;
    padding: 5rem 0 7rem 0;
    position: relative;
    background: #F5F5F5;
}
.about__section .mission{
    color:#fff;
    margin-top:400px;
}
#about_page.about__section .mission{
    margin-top:5rem;
}
.about__section:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:40%;
    /* UI Properties */
background: transparent linear-gradient(180deg, var(--unnamed-color-f7fdf0) 0%, var(--unnamed-color-f7fdf0) 50%, #F7FDF000 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #F7FDF0 0%, #F7FDF0 50%, #F7FDF000 100%) 0% 0% no-repeat padding-box;
opacity: 1;
z-index:1;
}
#about_page.about__section:before{
    height:80%;
}
.about__section:after{
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height:40%;
   /* UI Properties */
background: transparent linear-gradient(0deg, #004729 0%, #004729 15%, #00472900 100%) 0% 0% no-repeat padding-box;
opacity: 1;
z-index:1;
}
#about_page.about__section:after{
    height:50%;
}
.about__section .row,.about__section .content{
    position:relative;
    z-index:11;
}
.mission .title .head1{
    color:#fff;
}
.text .head2{
     font-weight:400;
}
.about__section .text .text1 span{
      font-weight:400;
} 
.about__section .numbers{
    margin:2rem 0;
}
.about__section .numbers .item{
    width:50%;
    margin:1rem 0;
}
.about__section .numbers .head2{
    font-weight:bold;
    direction:ltr;
    display:inline-block;
}

.about__section .numbers .text1{
    font-weight:200;
    margin-top:1rem;
    max-width: 13rem;
}


/* statistics-items */

/* projects_section */
.products{
    padding:4rem 0;
}
.products .title{
    border-color:#48B291;
    margin-bottom:5rem;
}
.products .title .head1{
    color:#48B291;
}
.products .pro_content .text{
    color:#1E1515;
    font-weight:300;
    line-height:36px;
    padding-left:10rem;
}
.products .pro_content .text h2{
    color:#00472A;
    font-size:4rem;
    font-weight:500;
    line-height:5rem;
    margin-bottom:5rem;
}
.products .pro_content .link {
    padding-top:5rem;
}
.products .pro_content .link .btn{
    display:inline-flex;
    padding:1.5rem 3rem;
    gap:1rem;
    background:#FCFF45;
    border-color:#FCFF45;
    color:#0F4026;
}
.products .pro_content .link .btn:hover{
    background:#0F4026;
    border-color:#0F4026;
    color:#FCFF45;
}
.products .pro_content .link .btn:hover svg path{
    stroke:#FCFF45;
}
.products .images {
    padding-left:2rem; 
    max-width: 72%;
}
.products .images .patent{
    position:relative;
}
.products .images .txt{
    position:absolute;
    bottom:0;
    right:0;
    padding:1rem;
}
.products .images_slider{
    max-width:28%;
    margin-top:5rem;
    /*position:Relative;*/
    /*padding-left:2rem;*/
}
.products .images_slider a{
    
    text-align: center;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    justify-content: center;
}
.products .left{
    padding-left:2rem;
}
.products  .images_spec{
    padding-left:5rem;
    padding-bottom:5rem;
    position:relative;
}
.products  .images_spec .image:last-of-type{
    position:absolute;
    left:-4rem;
    bottom:0;
    max-width:50%;
}
.products  .text_spec{
    padding-right:5rem;
}
/* media_section */
 
/* contact__section */

/* partners_section */
 
/* map_section */
 
/* newsletter */

/* breadcrumbs */
#breadcrumbs {
    position: relative;
    background: url('../images/breadcrumb_img.png') no-repeat right top,#00472A;
    background-size:100% 100% !important;
    background-color:#00472A;
    padding: 12rem 0 4rem; 
    margin: 0 0;
}
#breadcrumbs .text h3{ 
    padding: 0;
    margin: 1rem 0;
    margin-left: auto;
}
#breadcrumbs  .text a ,
#breadcrumbs .text h3 {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 9;
}
#breadcrumbs h2 {
    color: #FFFFFF;
    font-size: 3rem;
    z-index: 9;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
}
#breadcrumbs h3 {
    color: #212F5E;
}
.posts_section.postPage{
    padding: 0;
}
.projects_section.projPage{
    padding:0;
}
.projPage .projItem{
    margin-bottom: 13rem;
}
.projPage .viewProj{
    text-align: left;
    float: left;
    position: relative;
    left: 18%;
}
.projPage .viewProj h5{
    background:#EEC27D;
    color:#0E1C33;
    padding: 1.8rem 3.5rem;
    width: fit-content;
    font-size: 1.5rem;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 4rem 0 0;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow:hidden;
    border-radius: 10px;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    /* padding: 1rem; */
    color: var(--white-color);
    background: #E4E4E4;
    margin: 0;
    width: 10rem;
    height: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0;
    border-radius:0;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    border-radius: 10px;
    background: #072750;
}
.post-nav .pager li a.arr,.post-nav .pager li.previous a,.post-nav .pager li.next a{
    display:none;
}
.post-nav .pager li a.arr.prev span svg {
    transform: rotate(-90deg);
}
.post-nav .pager li  span svg{
    height:2rem;
}
.post-nav .pager li  span svg path{
    stroke:#fff;
}
.post-nav .pager li a.arr[title="Next"] span svg {
    transform: rotate(180deg)
}
.alm-load-more-btn.more{
    background: #EEC27D !important;
    color: #0E1C33 !important;
    border-radius: 0 !important;
    padding: 1.7rem 12rem !important;
    border: none !important;
    height: auto !important; 
}
/* projects-page */

.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 {
    /* border-radius:1rem; */
    /* padding: 1.7rem; */
    position: relative;
    /* background: #F7F7F8; */
}
.gform_wrapper.gravity-theme .ginput_preview {
    margin: 28px 0 0 !important;
}
.page .gform_wrapper .gform_fields .gfield.upload__file .ginput_container input {
    /*padding: 0 !important;*/
    /*z-index: 9999999;*/
    /*position: relative;*/
}
.upload__file  .gfield_description {
    position: absolute;
    top: 2rem;
    color: #C0C0C0;
}
.upload__file .validation_message {
    top: unset;
    bottom: 1rem;
    font-size: 1.2rem !important;
}

.gform_fileupload_rules {
    display: none !important;
}
.upload__file .ginput_container {
    /*color: #B6B7B8;*/
    /* position: absolute; */
    /* top: 2.9rem; */
    /* right: 9px; */
    /*padding: 6px !important;*/
    /*background: url(../images/upload.png) no-repeat left 10% center/9%;*/
    /*font-size: 1.5rem !important;*/
    /*font-weight: 400;*/
    /*display: block !important;*/
    /* border: 1px solid #BD9F58; */
    /*padding: 1rem !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;
}
/* contact-page */
 
.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: 9999999999;
}

.fullPageMenu.active {
    left: -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: 1px solid #FFFFFF10;
    margin-bottom: 2rem;
    background: #FFFFFF10;
}
.fullPageMenu .nav img {
    width: 50%;
    margin: auto;
}
.fullPageMenu .nav ul li img{
    width:auto;
}

.fullPageMenu .nav ul {
    position: relative;
    padding: 0 2rem;
    height:auto;
}

.fullPageMenu .nav ul li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    margin: 5px 0;
    /*overflow: hidden;*/
}


.fullPageMenu .nav ul li:hover {
    transition: transform 0.5s ease-in-out;
    color: #BD7303
}

.fullPageMenu .nav ul li a {
    position: relative;
    color: var(--main-color);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
.fullPageMenu .top ul li { 
    padding: 0 10px;
}
.fullPageMenu .nav ul ul {
    display: none;
    padding:0;
}
.fullPageMenu  .wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu{
    position:absolute;
}
.fullPageMenu  .wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu li a{
display:flex;
}
.fullPageMenu .nav  li:hover  ul.wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
    display: block;
}

.fullPageMenu .nav ul .wpml-ls-legacy-dropdown > ul{
    display: block;
}
.fullPageMenu .nav ul .wpml-ls-legacy-dropdown  *{
    padding:0 !important;
    
    margin: 0 !important;
}
.rtl .fullPageMenu .nav ul .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 10px;
    padding-left: calc(0px + 1.4em) !important;
}
.fullPageMenu .custom-btn {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    margin: 0 0.5rem;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 4rem;
}
.fullPageMenu .social__media  h3{
    color:#fff;
    padding-right:4rem;
    margin:0;
}
.fullPageMenu .social__media ul li{
    padding:0;
}
.menuclose {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index:99;
}
.menuclose svg path {
    stroke: #fff
}
.iti__country-list {
    left:0;
}
.dropdown-toggle::after{
    display:none !important;
}
@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
 
.main{
    position:relative;
}
.main .ls-circle-timer{
    display:none !important;
}
.ls-gui-element.ls-media-unmute {
    display:none !important;
}
.slider_shape{
    position:absolute;
    left: 0%;
    bottom: 0%;
    z-index:111;
    width:100%;
}
.slider_shape img{
    max-width:10rem;
}
.our_story{
    border-top:1px solid #707070;
    padding:3rem 0 5rem 0;
    margin-top:3rem;
    width: 100%;
    position: relative;
    display: flex;
}
.our_story a{
    display:flex;
    align-items:center;
    justify-content:end;
    color:#fff;
    font-size:1rem;
    font-weight:300;
}
.our_story a span{  
    margin-right:1rem;
}
.our_story a svg{
    max-width:2.5rem;
    max-height:2.5rem;
}
.main .search {
    position:absolute;
    top: 60%;
    right:10rem;
    z-index:11111111;
    display:inline-block;
}
.search form{
    width: 21rem;
}
.search .input-group{
    padding:1rem 2rem;
    background:#fff;
    display:flex !important;
    flex-direction:row-reverse;
    text-align:right;
}
.search .input-group label{
    color:#2C3C4D;
    font-weight:500;
    font-size:1rem;
    margin: 0;
}
.search .input-group input{
    text-align:right;
    border:none;
     color:#ABABAB;
    font-weight:500;
    font-size:1rem;
}
.search .input-group button{
    background:#1B4C47;
    padding:1rem 1rem;
}
footer .footer_text .text3{
    font-weight:300;
    margin:2rem 0;
    max-width: 75%;
}
footer .head_foot_menu ul li a{
    padding:0 1rem;
}
footer .footer__top .header__logo img{
    max-width:15rem;
}
footer .head_foot_menu {
    background: #084D45;
    padding: 2rem 1rem;
}
.about__title{ 
    display: flex;
    align-items: center;
    max-width: 420px;
    gap:1rem;
}
.about__title h1{
    
    max-width: 70%;
}
.statistics__section{
    background:#124C47;
    padding: 7rem 0;
    margin-top: 15rem;
}
.statistics__section .item{
    background:#fff;
    margin-bottom: 3rem;
    justify-content: center;
    align-items: center !important;
    padding: 3rem 0;
    border-radius: 10px;
    min-height:250px;
}
.statistics__section .item:hover{
    transition:all 0.3s ease-in-out;
    transform:translateY(-10px);
}
.statistics__section .item .img img{
    width:40px;
    height:40px;
}
.statistics__section .item h2{
    color:#04403A;
    font-weight:normal;
    font-size: 2rem;
    padding: 1rem 0;
}
.statistics__section .item p{
    color:#04403A;
    font-weight:300;
    font-size: 1.4rem;
    width:60%;
    text-align:center;
}
.single.projects_section .title p{
    width: 100%;
}
.single.projects_section .title .details{
    width: 50%;
}
.single.projects_section .title h3 {
    max-width: 22rem;
}
.single.projects_section .title{
    border-bottom:1px solid #E3E3E337;
    margin:0 2rem 1rem 2rem;
    padding-bottom:2rem;
}
.single.projects_section{
    margin:0;
    padding:0;
}
.projects_section{
    padding: 5rem 0 0;
    position: relative;
}
.projects_section .owl-buttons{
    position:absolute;
    top: 2px;
    left: 20%;
    z-index: 999;
}
.projects_section .owl-buttons .owl-prev{right: 57%;position: relative;}
.projects_section .owl-buttons .owl-next{right: -7%;position: relative;}

.projects_section .owl-buttons img{
    width: 9%;
}
.projects_section .owl-buttons span{
    padding: 1.4rem;
    font-size: 1.5rem;
}
.projects_section .owl-theme .owl-controls .owl-buttons div{
    color:#0E1C33;
    opacity:1;
    background:transparent;
}
.projects_section .topTitle{
    padding-bottom:4rem;
}
.projects_section .container-fluid{
    padding:0;
}
.projects_section .item{
    margin-bottom: 74px;
    position: relative;
}
.projects_section .item .caption{
    background: #0E1C33;
    padding: 5rem 4rem 0 13rem;
    position: relative;
    min-height: 599px;
}
.projects_section .item .caption p{
    color:#fff;
    font-size: 1.7rem;
    font-weight: 100;
}
.projects_section .item .caption h4{
    color:#fff;
    font-size: 2.7rem;
    padding: 9rem 0 0;
    text-align: left;
    font-weight: 300;
    width: 56%;
}
.projects_section .itemLeft{
    position:relative;
}
.projects_section .itemLeft:after{
    position:absolute;
    content:'';
    background:#EEC27D;
    left: 62px;
    top: 40%;
    width: 10%;
    height: 58%;
}
.projects_section .itemLeft .image{
    position: relative;
    right: -18%;
    top: 61px;
    z-index: 9;
}
.project-single .top-images{
    position:relative;
    margin:3rem 0;
    padding-right: 3rem;
}
.project-single .top-images .gallery-group-1{
    position:absolute;
    right: 0rem;
    padding: 4rem 0;
    top:0;
    display:flex;
    flex-direction:column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    width: 30%;
    overflow: hidden;
}
.project-single .top-images .gallery-group-1 a{
    height: 30%;
    display:inline-block;
    width: auto;
    overflow:hidden;
    position:relative;
}
.project-single .top-images .gallery-group-1 a img{
    height:100%;
    border-radius: 0px;
    max-width: 100%;
}
.project-single .top-images .gallery-group-1 a:last-of-type::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:#000000;
    opacity:0.53;
    left:0;
    top:0;
    border-radius:5px;
}
.project-single .top-images .gallery-group-1 .gallerytotal{
    position:absolute;
    color:#fff;
    left:45%;
    bottom: 4rem;
    color: #FAFAFA;
    font-size: 4rem;
    font-weight: 400;
    direction:ltr;
}
.project-single .item .caption.project_det ul,.project-single .item .caption.project_det li{
    display:flex;
    align-items: start !important;
    flex-direction: row !important;
    width:100%;
    padding: 1.5rem 0;
}
.project-single .item .caption.project_det li > span{
    width:3rem;
    height:3rem;
    background:#FFFFFF;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0.75rem;
    border:2px solid #04403A;
    margin-left:0.5rem;
}
.project-single .item .caption.project_det li p{
    font-weight:300;
    font-size: 1.5rem;
    color:#Fff;
}
.project-single .item .caption.project_det ul li p span{
    display:block;
    font-weight:500;
    font-size:1.35rem;
    color:#Fff;
}
.project-single .item {
    height: 100%;
    background: #1B4C47;
    padding: 5rem 3rem;
    color: #fff;
    margin: 0;
}
.project-single .item .head{
    font-size: 2.5rem;
    font-weight:bold;
}
.project-single .item .add{
    margin: 2rem 0;
    display:inline-block;
}
.project-single .item .add a{
    color:#fff;
    font-size:1.3rem;
    font-weight:300;
}
.project-single .item .add svg{
    max-height:2rem;
}
.project-single  .Project_description{
    background:#04403A;
    margin: 0 -3rem;
    padding: 3rem 3rem 3rem 8rem;
}
.project-single  .Project_description h3{
    font-weight: 500;
    font-size: 2rem;
}
.project-single  .Project_description p{
     font-weight: 500;
     font-size: 1.5rem;
}
.project-single  .item  .units{
    display:flex;
    flex-direction:column;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 2rem;
}
.project-single  .item  .units .two{
    font-weight:bold;
    font-size:3rem;
    margin-right:0.5rem;
}
.project-single  .item .custom-btn{
    background:#427671;
}
.contact__section{
    position:relative;
    z-index:11;
    background:#F7FDF0;
    border-radius:5px;
    padding:5rem 3rem;
    margin:5rem 0;
}
.contact__section .contact_form{
    width: 70%;
    padding-left: 100px;
}
.contact__section .contact_info{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding-bottom: 100px;
}
.contact-page{background: url('../images/contact_img.png') no-repeat right top;position: relative;padding:5rem 0;}
.contact-page .title .head1{
    color:#48B291;
}
.contact-page::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.62;
    z-index:1;
}
.page-template-page-contact footer .map{
    
    display:none;
}
.contact-page .footerPage{
    background:transparent;
    padding: 0;
}
.contact-page .footerPage .map{
    width:auto;
    display:block;
}
.contact-page .form h2{
    font-size:4rem;
    color:#0E1C33;
    font-weight:500;
}
.contact__section .row{
    align-items:center;
}
.contact__section .right h1{
    color:#F9FAFB;
    font-size:2.6rem;
    font-weight:normal;
}
.contact__section .right p{
    color:#E3E3E370;
    font-weight:normal;
    font-size:1.3rem;
    width:70%;
}
.contact__section .right .interest_part{
    padding-top:3rem;
}
.contact__section .right .interest_part h1{
    
}
.contact__section .gform_legacy_markup_wrapper ul.gform_fields,.contact__section  .gform_wrapper.gravity-theme .gform_fields{
    padding:0;
    list-style:none;
    padding-top:2rem; 
    grid-column-gap: 0;
    display: flex !important;
    flex-wrap: wrap;

}
.contact__section  .gform_wrapper.gravity-theme .gfield {
    padding-left: 16px;   
    margin-top: 16px;
    padding-top: 0;
}
.contact__section  .gform_legacy_markup_wrapper ul li.gfield,.contact__section  .gform_wrapper.gravity-theme .gfield{
    width:100%;
    position:Relative;
}
.contact__section .gform_legacy_markup_wrapper ul li:last-of-type,.contact__section  .gform_wrapper.gravity-theme .gfield:last-of-type{
    width:100%;
}
.contact__section .form{ 
    position: relative; 
    
}
.contact__section .form h1{
    color:#12141D;;
    font-size:1.75rem;
    font-weight:normal;
    text-align:center;
    padding-bottom:3rem;
}
.contact__section .form h5{
    color:#12141D70;
    font-size:1rem;
    font-weight:normal;
    text-align:center;
    padding-bottom: 5rem;
}
.contact-page.servReq .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.contact-page.servReq{
    padding:0;
}
.contact-page.servReq .form{
    padding: 0 0 5rem;
}
.contact-page.servReq .container{
    width:65%;
}
.page .gform_wrapper .gform_fields .gfield select {
    -webkit-appearance: none; 
    appearance: none;
    line-height: 2;
}
.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: 22px;
    left: 21px;
    width: 1rem;
    height: 1rem;
    background: url(../images/arrow-down.png) no-repeat center/ 90%;
}
.contact-page.servReq h1{
    color:#0E1C33;
    font-size:4rem;
    font-weight:500;
}
.contact-page.servReq .gform_wrapper.gravity-theme .gfield{
    width: 48%;
}
.contact-page.servReq .gform_wrapper.gravity-theme .gfield:last-of-type{
    width:100%;
}
.contact__section .form ul li label,.contact__section .gform_wrapper.gravity-theme .gfield_label{
    color: #00472A !important;
    font-size: 1rem !important;
    font-weight: 600;
    position:absolute;
  
    top: -0.2rem;
    right: 2rem;
    background: #F7FDF0;
    z-index: 111;
    margin: 0;
    padding: 0 1rem 1rem 1rem;
}
 .contact__section .gform_wrapper.gravity-theme div .gfield_label { 
    top: -0.9rem;
}
.contact-page ul li.gfield{ 
    display:inline-block;
    position:Relative;
}
.contact__section .form .gfield input,
.contact__section .form .gfield select{
    height: 4.5rem;
    border: 1px solid #00472A50 !important;
    padding: 0 2rem !important;
    font-size: 1.15rem !important;
    color: #707070 !important;
    border-radius: 0;
    font-weight: 500 !important;
}
.contact__section .form ul li:last-of-type{
   width:100%; 
}
.contact__section .form .gfield textarea{ 
    width:100%;
    padding: 2rem;
    height: 10rem;
     border: 1px solid #00472A50 !important; 
    font-size: 1.15rem !important;
    color: #707070 !important;
    border-radius: 0;
    background:#F7FDF0;
}
.gform_wrapper.gravity-theme .gfield textarea.large{
    height: 10rem !important;
}
.contact__section .form  input::placeholder,
.contact__section .form textarea::placeholder,
.contact__section .form select::placeholder{
    font-size: 1.15rem !important;
    color: #707070 !important;
    font-weight:500 !important;
}
.contact__section .form ul li .btn,
.contact__section .gform_footer input.button,
.contact__section .gform_footer input[type=submit]{
   background: #48B291 !important;
    text-align: center !important;
    color: #FFFFFF !important;
    font-weight: normal !important;
    font-size: 1.15rem !important;
    border-color: #48B291 !important;
    border-radius: 0;
    font-weight: 600 !important;
    padding: 1rem 5rem;
}
.vision_goals_section{
    position:relative;
    background:#8BBCBE;
    padding:5rem 0 8rem 0;
} 
.vision_goals_section:after{
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    left:0;
    bottom:0;
    /* UI Properties */
background: transparent linear-gradient(0deg, #004729 0%, #FBFCFB00 100%) 0% 0% no-repeat padding-box;
opacity: 1;
}
.vision_goals_section .btn{
    color:#fff;
    background:#9BABBB;
    padding-right:3rem;
    padding-left:3rem;
}
.vision_goals_section .story_success{
    padding-left: 9rem;
}
.vision_goals_section .story_success h4{
    
    color:#072750;
    
}
.vision_goals_section .story_success p{
    
    color:#072750;
    
}
.vision_goals_section .goals_content .content h4{
    
}
.vision_goals_section .content {
    background:#9BABBB;
    border-radius:10px;
    color:#fff;
    margin-top:1rem;
    padding:2rem;
}
.vision_goals_section .content p{ 
    color:#fff; 
    padding-left:3rem;
}
.posts_section{
    padding:4rem 0 6rem 0;
    background:#9BABBB;
}
.media_Section{ 
    background:#fff;
}
.posts_section .item{
    margin:2rem 1rem;
    background:#fff;
    border-radius:0rem;
    overflow:hidden;
    transition:all 0.3s ease-in-out;
}
.posts_section .item:hover{
    box-shadow:0 10px 10px #00000020;
    transform:translateY(-10px);
}
.posts_section .item .caption{
    padding: 3rem 2rem 3rem 4rem;
}
.posts_section .item .caption .text2,.posts_section .item .caption .text3{
    color:#072750; 
}
.posts_section .item .image{
    position:relative;
    text-align:center;
}
.posts_section .item .image .more{
    position:absolute;
    left:2rem;
    bottom:1rem;
    color:#fff;
}
.posts_section .item .head3,.posts_section .item .head4{
    color:#072750; 
}
.owl-carousel{
    direction:ltr !important;
}
footer .head_foot_menu{ 
    background: #084D45;
    padding: 2rem 8rem;
    margin: 2rem auto 2rem auto; 
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
footer .tot_footer{
    /*text-align:center;*/
}
footer .head_foot_menu ul{
    display:flex;
    align-items:center;
    flex-direction: row;
    justify-content:center;
}
footer .head_foot_menu ul li a{
    font-weight:normal;
    color:#ACC5C3;
    font-size:1rem;
    padding:0 2rem;
}
footer .footer__top .address{
    padding:1rem 0;
}
footer .footer__top .address a{
    color:#fff;
    font-size:1rem;
    font-weight:normal;
}
footer .footer__top .titel{
    
}
footer .footer__top .titel h2{
    color:#fff;
    font-size: 3rem;
    font-weight: 100;
    padding-bottom:2rem;
}
footer .footer__top .menus ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top: 1rem;
  padding: 0;
}
footer .footer__top .menus {
    
    width: 80%;
}
footer .footer__top .footer__logo {
    text-align:right;
}
footer .footer__top .menus ul  li a{
    
    display: inline-flex
;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    padding: 0.5rem 0rem;
}
footer .footer__right{
    text-align:right;
}
footer .footer__right p{ 
    font-weight: 300;
}
footer .footer__right h4{ 
    font-weight: 300;
}
footer .rowaad{
    text-align:left;
}
footer .rowaad span{
    padding-left:0.5rem;
}
footer .rowaad span a{ 
    font-weight: 300;
}
footer {
    background:#0C3E26;
    border-top:11px solid #48B291;
}
footer h1.text3{
    font-weight:600;
    color:#fff;
    margin-bottom:2rem;
}
footer .map{
    width:90%;
    border-radius:1rem;
    overflow:hidden;
    margin:auto;
    position: relative;
    z-index: 99;
}
footer .map .info{
    position:absolute;
    background:#fff;
    border-radius:1rem;
    padding: 1rem 2rem 1rem 14rem;
    right:3%;
    bottom: 10%;
    text-align: right;
    width: 32%;
}
footer .logomap{
    position:absolute;
    left:0;
    top: 20%;
}
footer .logomap img{
    width:70%;
}
footer .map .info li{
    padding: 1rem 0;
}
footer .map .info li .icon{
    padding-bottom:1rem;
}
footer .map .info li h4{
    font-size: 1.7rem;
    font-weight:400;
    margin: 0;
}
footer .map .info li a{
    font-size:1.5rem;
    color:#0E1C33;
}
footer .map .info li svg{
    width: 27px;
}
footer .social__media{
    padding:1rem 0;
}
footer .social__media ul li svg{
    width:19px;
}
footer .head_foot_menu ul{
    display:flex;
    align-items:center;
    flex-direction: row;
    justify-content:center;
}  
footer .head_foot_menu ul li a{
    font-weight:normal;
    color:#ACC5C3;
    font-size:1rem;
    padding:0 2rem;
}
footer .footer__top .address{
    padding:2rem 0 1rem 0;
}
footer .footer__top {
    padding:7rem 0 2rem 0;  
    color:#fff;
}
footer .footer__bottom{
    border-top:1px solid #FFFFFF20;
    color:#fff;
    padding:2rem 0;
}
footer .footer__bottom a{ 
    color:#fff;
}
footer .footer__top .address a{
    color:#fff;
    font-size:1rem;
    font-weight:normal;
}  
.about-page{
    padding-bottom:8rem
}
.about-page h2,
.about-page-title h2{
    color:#F9FAFB;
    font-size:3rem;
    font-weight:bold;
}
.about-page p,
.about-page-title p{
    color:#F9FAFB;
    font-size:1.6rem;
    font-weight:300;
}
.about-page-title .custom-container .row{
    padding:2rem 0rem 3rem 0rem;
    border-bottom:1px solid #E3E3E337;
    margin-bottom:3rem
}
.about-page-title p{
    
}
.about-page .image{
    padding-right:1rem;
    position:Relative;
}
.about-page .image span{
    position:absolute;
    right:44%;
    top:43%;
}
.about-page .image span svg{
    max-width:5rem;
}
.fancybox-slide>*{
    padding:0 !important;
    border:none !important;
}
.pro-gallery .slick-slide img{
    max-height:400px;
    width:100%;
}
.pro-nav .slick-slide{
    margin:1rem 1rem 0 1rem; 
}
.Project_facilities {
    text-align:center;
    color:#fff;
    padding:5rem 0;
}
.Project_facilities h3,.map h3{
    font-weight:bold;
    font-size:2.5rem;
    margin-bottom:2rem;
    color:#fff;
    text-align:center;
}
.map h3{
    margin-bottom:3rem;
}
.Project_facilities .items_ {
    display:flex;
    flex-direction:column;
    text-align:center;
    font-weight:500;
    font-size:1.2rem;
    background:#1B4C47;
    border:1px solid #427671;
    width:180px;
    height:180px;
    align-items:center;
    justify-content:center;
    margin: 2rem 2rem;
}
.Project_facilities .items_ img{
    margin-bottom:2rem;
}
.projects_section.news_section_page{ 
    padding-top:0;
    margin-top: 0;
}
 .news_section_page .title{
   border-bottom:1px solid #E3E3E338;  
     margin-bottom:3rem;
}
 .news_section_page  .item{
     margin:1rem 0;
 }
.news_section_page  .item .caption{
    background:transparent;
    padding:1rem 0 2rem 5rem;
}
.news_section_page  .item .caption .date{
    color:#427671;
    font-size:1rem;
    font-weight:500;
    margin:1rem 0;
}
.news_section_page  .item .caption a{
    color:#FFFFFF;
    font-weight:bold;
    font-size:1.8rem;
}
.news_section_page  .item  img{
    border-radius:10px;
}
.news-single{ 
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.news-single .head1,.news-single  .text{
    text-align:right;
     
}
.entry-content{
    padding-top:0;
}
.news-single .text .head1{
    max-width:50%;
}
.faq{
    padding-bottom: 6rem; 
}
.faq .panel-group{
    /*width:70%;*/
}
.faq .panel-group .panel{
    width:100%;
    margin-bottom:2.25rem;
    border-radius: 0.4rem;
    border: #084D45;
    background: #084D45;
}
.faq  .panel-group .panel-title a{
    width:100%;
    display: flex;
    padding: 1.25rem 2.25rem;
    padding-right:4rem;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    font-weight: 500;
    font-size: 1.4rem;
}
.faq  .panel-group .panel .panel-body{
    padding: 0 4.25rem 1.625rem 10rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight:500;
    line-height:1.8;
}
.banners{
    overflow:hidden;
}
.bannersRow{
  display:
  flex;
  justify-content: center;
}
.gallery_banners{
  position: relative;
  transition: all .5s;
  flex: 1;
  display: inline-flex;
  width: 30%;
}
.gallery_banners img{
  max-width: fit-content;
  height: initial;
}
.gallery_banners.hover-class{
    transition: all .5s;
  width: 50%
}
/* .gallery_banners:hover:after{
  background: rgb(29,39,58);
background: linear-gradient(0deg, rgba(29,39,58,1) 0%, rgba(88,76,81,1) 40%, rgba(192,140,120,1) 100%);
  transition: all .5s;
}
.gallery_banners::after
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgb(29,39,58);
background: linear-gradient(0deg, rgba(29,39,58,1) 0%, rgba(88,76,81,1) 40%, rgba(192,140,120,1) 100%);
  opacity: .6;
  transition: all .5s;
} */
.desc_banners
{
    position: absolute;
    bottom: 10%;
    color: white; 
    right: 10%;
    left:10%; 
    z-index: 999;
}
.desc_banners .head1{
    font-weight:100;
    transition: all .3s;
}
.desc_banners p{ 
    width:350px;
    width: 100%;
    font-weight:200;
    padding-right: 20%;
    opacity:0;
    margin-bottom:-200px;
    transition: all .3s;
}
.gallery_banners:hover .desc_banners h2{
    padding-bottom:450px;
    transition: all .3s;
    font-size:5rem;
    max-width:18rem;
    padding-right:2rem;
}
.gallery_banners:hover .desc_banners p{
    transform:scale(1);
     opacity:1; 
    margin-bottom:0px;
}
.about__sec__vision{
    background:#0E1C33;
    color:#ffffff;
    margin:8rem 0;
    padding:5rem 0;
    z-index: 1111111;
    position: relative;
}
.about__sec__vision .text{   
font-weight:300;
    padding-left:30%; 
}
.about__sec__vision:after{
    content:'';
    position:absolute;
    width:0.2px;
    height:100%;
    left:52%;
    top:0;
    background:#fff;
}
.about__sec__vision .head1{ 
font-weight:500;
    margin-top:8rem;
}
.project-single  .details{
    color:#EEC27D;
    font-weight: 400;
    font-size: 1.7rem;
}
.features{
    width:100%;
    position:relative;
    z-index:11;
}
.features >.d-flex{
    
    gap: 1rem; 
    width: 100%;
    flex-direction: row;
}
.features .item{
       color:#0F4026;
    padding:2rem 3rem;
}
.features .item .head2{
    font-weight:500;
}
.features .item .text1{
    font-weight:500;
}
 .vision_goals_section .mission{
     color:#fff;
     margin-top:200px;
     position:relative;
     z-index:11;
 }
  .vision_goals_section .mission .head2{
      padding-left:3rem;
      font-weight:500;
  }
.about__section{
    position:relative;
}
.about__section .image {
    position:absolute;
    bottom:-3rem;
    right:0;
    width:100%;
}
.vision_goals_section .image {
    position:absolute;
    bottom:0rem;
    right:0;
    width:100%;
}
.vision_goals_section .title .head1{
    color:#0F4026;
}
.vision_goals_section .title{
    border-color:#0F4026;
}
.about__section .image img{
    height:100%;
    width:100%; 
}
.services{
    background:#E3E5E7;
    padding:5rem 0 7rem 0;
    position:relative;
    overflow:hidden;
}
.services.services_page{
    padding-top:10rem;
}
.services.services_page .video,.contact-page .video video{
     
    min-width: 100%;
    min-height: 100%;

}
.list-inline-item:not(:last-child) {
    margin: 0;
}
.services:before{
    content:'';
    width:100%;
    height:100%;
    right:0;
    bottom:0;
    /* UI Properties */
background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
opacity: 0.78;
position:absolute;
z-index:1;
}
.services .video,.contact-page .video{
   position:absolute;
   width:100%;
   height:100%;
   bottom:0;
   right:0;
}
.services .btn{
    background:var(--main-color);
    padding-left:3rem;
    padding-right:3rem;
    
}
.services-slider{
 position:relative;
 z-index:11;
}
.services .title .head1{
    color:#48B291;
}
.services .item .image img{
 
}
.services .item{
    background:#fff;
    color:var(--main-color);
    margin:2rem 1rem;
    border-radius:10px;
    position:relative;
    z-index:11;
}
.services .item:hover{
     
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.services .item .head1{
    font-weight:500;
    padding-bottom:2rem;
    border-bottom:2px solid #fff;
} 
.services .item a{
     color:#fff;
     font-weight:300;
}
.services .item .top{
   
}
.services .item .caption{ 
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    padding:2rem 2rem 2rem 4rem;
    width:100%;
    color:#fff;
}
.services .links,.media_Section .links{
    position:relative;
    z-index:11;
    text-align:center;
    padding:2rem 0 0 0;
}
.services .links .btn{
    background:#48B291;
    color:#fff;
}
.services .links .btn:hover{
     background:#fff;
    color:#48B291;
}
.media_Section .links .btn{
    background:#2D5D39;
    border-color:#2D5D39;
    color:#fff;
    padding:1rem 4rem;
}
.more span {
    display: inline-block;
    max-height: 1.8rem;
    height: auto;
    width: auto;
}
.more svg{
    max-width:1.2rem;
    max-height:1.2rem;
}
.testmonials_section{
    background:#F9F7FA;
    padding:5rem 0 8rem 0;
}
.testmonials_section .links .btn{
    background:#072750;
}
.testmonials_section .item h6{
    font-weight:300;
}
.testmonials_section .item p{
    font-weight:500;
}
.testmonials_section .item {
    color:#fff;
    background:#9BABBB;
    border-radius:1.7rem;
    padding:3rem;
    margin:1rem 0.8rem;
}
.testmonials_section .item .top{
    border-bottom:1px solid #FFFFFF;
    padding-bottom:2rem;
    margin-bottom:2rem;
}
footer .footer__top .contact_info .item,.contact-page .contact_info .item{
    display:flex;
    flex-direction:column;
    align-items:start; 
    margin: 1.5rem 0;
}
footer .footer__top .contact_info .item svg,.contact-page .contact_info .item svg{
    max-width:1.5rem;
}
.contact-page .contact_info .item p{
    color:#00472A;
    font-weight:300;
    font-size:1rem;
}
footer .footer__top .contact_info .item a,.contact-page .contact_info .item a{
    color:#2EA947;
    font-weight:300;
    font-size:1rem;
    display: inline-block;
    direction: ltr;
}
.social__media .list-inline-item:first-child {
    margin-right: 0rem;
    padding-right:0;
    margin-left:0;
}
.msg_text{
 background:#E3E5E7;
    margin:5rem 0; 
    padding:4rem 3rem;
    border-radius:10px;
}
.vision_text{
 background:#9BABBB;
    color:#fff;
    margin:2rem 0;
    margin-top:10rem;
    padding:4rem 3rem;
    border-radius:10px;
}
.page-services .item{
    z-index:111;
    position:relative;
    background:#F5F5F5;
    border-radius:10px;
    box-shadow:0 3px 6px #00000016;
    margin:2rem 1rem;
    padding:2rem;
}
 .posts-page .item{
     margin-bottom:3rem;
    box-shadow:0 3px 6px #00000016;
 }
.page-services .item .image{
    text-align:center;
    padding:2rem 0 4rem 0;
    align-items:center;
    justify-content:center; 
    display: inline-flex;
}
.page-services.serv_terms_  .item{
    padding:0 0 4rem 0;
}
.page-services.serv_terms_  .item .image{
    margin:2rem 0;
    padding: 2rem;
    width: 100%;
    border-bottom:1px solid #E0E0E0;
}
.page-services .item a{
    color:#072750;
}
.services.page-services{
    padding:0;
    background:transparent;
}
.services.page-services .item .image{
    padding:0;
}
.alm-btn-wrap .alm-load-more-btn {
    background: #48B291 !important;
    border-radius: 0rem !important;
    color: #fff !important;
    font-size: 1rem !important;
    padding: 2rem 7rem !important;
    height: auto !important;
}
.alm-btn-wrap .alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn:disabled { 
    opacity: 0.5;
}
footer{
    position:relative;
    z-index:111;
}
 .posts-page{
  padding-top:0;
  background:transparent;
  position:relative;
  z-index:11;
   padding-bottom: 3rem;
 }
 .about_page{
     position:relative;
     z-index:11;
     color:#072750;
 }
 .about_page .head3{
     font-weight:bold;
 }
 .gfield_required_text{
     display:none !important;
 }
 .contact-page .image{
    position:relative;
    border-radius:2rem;
    overflow:hidden;
}
.contact-page .image:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    background:#212F5E;
    opacity:0.9;
}
.contact-page .image .contact_details{
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    padding:5rem 6rem;
    color:#fff;
}
.contact-page iframe{
    border-radius:2rem;
}
.jobs{
    position:relative;
    z-index:11;
    padding-top:4rem;
    padding-bottom: 5rem;
}
.jobs:after{
    content:'';
    position:absolute;
    width:100%; 
    left:0;
    top:0;
    bottom:16rem;
    background:#E3E5E7;
}
.jobs .title h2{
    position:relative;
    z-index:11;
    font-weight:bold;
}
.jobs .item{
    position:relative;
    background:#fff;
    z-index:11;
    border-radius:11px;
    padding:3rem 4rem;
    margin-bottom:2px;
}
.jobs .item .text4{
    color:#212F5E;
}
.jobs .item .btn{
    background:#212F5E;
}
.jobs .item .head3{
    display:inline-block;
    font-weight:bold;
}
.jobs .item .job_cat{
    display:inline-block;
    color:#212F5E;
    font-weight:400;
    font-size:1.35rem;
    background:#212F5E23;
    border-radius:100px;
    padding:0.75rem 2rem;
    margin-right:2rem;
}
.jobs .item .job_add{
    color:#5F6980;
    font-size:1.4rem;
    font-weight:400;
    display:flex;
    align-items:center;
    gap:0.5rem;
}
.alm-btn-wrap {
    z-index: 11;
}
.jobs .alm-listing{
    padding-bottom: 8rem;
}
.panel-group{ 
    z-index: 111111;
    position: relative;
}
/* faq-page */

.panel-group .panel{
    width:100%;
    margin-bottom:2.25rem;
    border-radius: 1.3rem;
    border: #fff;
    background: #fff;
}
.panel-group .panel-title a{
    width:100%;
    display: flex;
    padding: 3.25rem 2.25rem;
    padding-right:4rem;
    align-items: center;
    justify-content: space-between;
    color: #212F5E;
    font-weight: bold;
    font-size: 2rem;
    text-decoration:none;
}
.panel-group .panel .panel-body{
    padding: 0 4rem 1.625rem 5rem;
    color: #212F5E;
    font-size:1.5rem;
    font-weight:400;
    line-height:1.8;
}
.panel-group .panel-title a svg{
    width:20px;
    height:20px;
}
.news-single,.single-page{
    position:relative;
    z-index:11;
} 
.posts-page.posts_section .item .caption{
    padding:3rem 2rem 3rem 3rem;
}
.single-page-blog .image{
    float:right;
    max-width:50%;
    padding-left:2rem;
    margin-left:2rem;
    margin-bottom:2rem;
    
}
.single-page-blog .image img{
    border-radius:2rem;
}
.single-page-blog h2,.single-page-blog  .text .head2{
    font-weight:bold;
    padding-left:5rem;
    margin-bottom:2rem;
}
.single-page-services .image_{
    text-align:center;
    position: relative;
    background: #F5F5F5;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000016;
    padding:5rem;
}
.single-page-services .btn{
    background:#9BABBB;
    padding-right:3rem;
    padding-left:3rem;
}
.partners_section {
    padding-bottom:5rem;
}
.partners_section .item{
    background:#fff;
    position:relative;
    z-index:11;
    border-radius:1.8rem;
    border:1px solid #9BABBB;
    text-align:center;
    margin:2rem 0;
    padding:2rem 3rem;
}
.partners_section .item .text1{
    font-weight:500;
}
.partners_section .item img{
    border-radius:50%;
    max-width:12rem;
}
.row .ser_col .text{
    background:#9BABBB;
    color:#fff;
    border-radius:10px;
    padding:3rem 4rem;
}
.row .ser_col:nth-child(n+1) .text{
    background:#E3E5E7;
    color:#072750;
}
.row .ser_col:nth-child(n+2) .text{
    background:#9BABBB;
    color:#fff;
}
.row .ser_col:last-child .text{
    background:#DDC390;
}
 header .header__logo img{
    width: 15rem;
}
.modal .form-control{
    height:40px;
    border-radius:10px;
}
.gform_legacy_markup_wrapper .gfield_required{
    display:none;
}
.contact__section .form .gfield input, .contact__section .form .gfield select {
    background: #F7FDF0;
}
.upload input{
 padding:1.5rem 0 !important;   
}
footer a:hover{
    color:var(--sec-color) !important;
}
.contact__section .form  .gfield.upload__file  input{
    font-size:0 !important;
    /*width: 100% !important;*/
    /*height: 66px !important;*/
    /*position: absolute;*/
    /*z-index: 999;*/
    /*top: -20px;*/
    background:url('../images/upload.png') no-repeat 5% center,#fff;
}

.upload__file .ginput_container {
    display: flex;
    align-items: start;
}
.upload__file .gfield_description {
    background: #fff;
    position: absolute;
    
    top: 2.4rem;
    right: 15px;
    padding: 1.8rem 1rem !important;
    width: 50% !important;
    color: #C0C0C0;
    border-radius: 20px;
}
.serv_page  .products .pro_content .text h2{
    margin:0;
}
.serv_page  .products .pro_content .text{
    
    padding-left: 2rem;
    line-height: 30px;
}
.serv_page .products .pro_content .link .btn{
    background:#48B291;
    border-color:#48B291;
    padding:1rem 4rem;
    color:#fff;
}
.serv_page .products .pro_content .link {
    padding-top: 2rem;
}
.row_right{
    float:right;
    max-width:50%;
    padding-left:1rem;
}
.row_left{
    float:left;
    max-width:50%;
    padding-right:1rem;
}
#pro_loction{
    background:#F7FDF0;
    padding-top:3rem;
}
.map_section{
    height:100vh;
}

 @media(max-width: 1920px) and (min-width: 1500px) {
       html {
    font-size: 14px;
}
 .container {
        max-width: 1320px;
    }
    .vision_goals_section .mission { 
    margin-top: 300px;
    }
    .vision_goals_section:after { 
    width: 100%;
    height: 70%;
       }
}
@media(min-width: 1500px) {
    header .header__logo {
    margin-left: 1rem;
    }
    header .menu li a { 
     
    }
    header .menu li {
    padding: 0 1rem;
   }
    .services .item .top { 
    }
    .vision_goals_section .story_success{
        padding-left: 0rem;
    }
     .posts_section .item .caption{
        padding: 3rem 2rem 3rem 2rem;
    }   
}
@media(max-width: 1500px) and (min-width: 1200px) {
       html {
    font-size: 10px;
}
    .custom-container{
    padding: 0 5rem;
    }
    .about__section:before { 
    height: 60%;
    }
    header .header__logo img{
    width: 12rem;
      }
      header .header__logo {
    margin-left: 1rem;
      }
      header .menu li {
    padding: 0 1rem ;
      }
      
    header .menu li a { 
         
    }
    .custom-btn{
    font-size: 1.075rem; 
    }
    .custom-btn svg{
        max-width: 2.5rem;
        max-height: 2.5rem;
    }
    .main  video{
        max-width:85%;
    }
    
    header { 
        padding: 2rem 0;
        padding-top: 3.5rem;
    }
    
    .services .item .top { 
    }
    .services .item .caption { 
    }
    .head3 {
    font-size: 2.15rem;
    }
    .head3 {
    font-size: 2.15rem;
     }
     .head3 {
    font-size: 2.15rem;
    }
    .head4 {
    font-size: 1.8rem;
      }
      .contact__section .form { 
     
        }

}
@media(max-width: 1367px) and (min-width: 1191px) {
    html {
        /* font-size: 11px; */
    }
    .about__section:before { 
    height: 60%;
    }
.custom-container {
    padding: 0 4rem;
}
    .projects_section .container-fluid{
        padding:0 15px;
    }
    header .header__logo img {
    max-width: 13rem;
}
.text4 {
    font-size: 1.375rem;
}
    .row .ser_col .text { 
    padding: 2rem 1rem;
}

}
@media(max-width: 1366px) and (min-width: 1200px) {
    html {
        font-size: 11px;
    }
     
}
 
@media(max-width:768px) {
    html {
        font-size: 10px;
    }
    .head1 {
    
}
.products .images_spec .image:last-of-type { 
    left: 0rem;
}
.contact__section { 
    border-radius: 5px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}
.contact__section .contact_form {
    width: 100%;
    padding-left: 0;
}
.contact__section .form ul li label, .contact__section .gform_wrapper.gravity-theme .gfield_label
{
    right:1rem;
}
.contact__section .contact_info {
    width: 100%; 
    padding-bottom: 0;
}
    html[dir=rtl] .gform_legacy_markup_wrapper {
        padding-right: 0;
    }
.text2 {
    font-size: 1rem;
}
.products .pro_content .text h2 { 
    font-size: 3rem; 
    line-height: 4rem;
    margin-bottom: 2rem;
}
.products .pro_content .link {
    padding-top: 2rem;
}
.title { 
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.title .head1{
    
}
.head2 {
    font-size: 3rem;
    line-height: 4rem;
}
.services { 
    padding: 2rem 0 2rem 0;

}
.features .item { 
    
        padding: 1rem 1rem;
        width: 48%;
        text-align: center;
    
}
.features .item img{
    max-width:7rem;
    max-height:7rem;
}
.vision_goals_section .mission {
    color: #fff;
    margin-top: 5rem;
    text-align: center;
}
.vision_goals_section .mission .head2 {
    padding-left: 0rem;
}
.vision_goals_section { 
    padding: 2rem 0 2rem 0;
}
.about__section .mission .head2 {
    max-width: 100%;
    text-align: center;
}
.about__section .mission .text1 {
    padding-left: 0;
    text-align: center;
}
.about__section .mission {
    color: #fff;
    margin-top: 5rem;
}
.about__section .head2 { 
    max-width: 100%;
    text-align: center;
}
.about__section { 
    padding: 2rem 0 2rem 0;
}
.about__section:before { 
    width: 100%;
    height: 80%;
}
.about__section .image { 
    width: 100%;
    height: 70%;
}
.about__section:after { 
    width: 100%;
    height: 50%;
}
.products .pro_content 
{
    text-align:center;
    margin-bottom: 2rem;
}
.about__section .image img {
    height: 100%;
    width: auto;
}
.products .pro_content .text { 
    line-height: 30px;
    padding-left: 0;
}
.about__section .row  div{
    text-align: center;
}
.services .links, .media_Section .links { 
    padding: 1rem 0 0 0;
}
.services { 
    padding: 2rem 0 2rem 0;
}
.services .video video{
    width:auto;
    height:100%;
}
    .contact__section .form {
    position: relative;
    width: 98%;
}
    .ls-wrapper > .ls-layer.mob-disappear {
        opacity: 0 !important;
        display: none !important;
    }

    header{
        width: 100%;
        position: relative; 
        background: #0C3E26;
    }
    header .header__logo{
     margin:0;
    }
      body.home:before{
    display:block;
}
    
header { 
    padding-top: 2rem;

}
   .custom-container {
     padding: 0 3rem;
     }
    .menuicon line{
        stroke:#fff;
    }
    header .header__logo img {
        max-width: 15rem;
    }
    header .menu {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
 .about__section .links a {
    width: 18rem;
}
header .header__logo {
    width:100%;
    text-align:center;
    padding-bottom:1rem;
}
header .d-flex{
    width:100%;
    flex-wrap:Wrap;
}
    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] .gform_legacy_markup_wrapper {
        /* padding-right: 0 !important; */
    }
    .search .input-group button svg{
        max-width:1.5rem;
        max-height:1.5rem;
    }
    
    .search .input-group {
        padding: 0.5rem 1rem;
    }
    .search form {
        width: 18rem;
    }
    .search .input-group input {
        padding: 0;
    }
    .main .search { 
        right: 3rem;
    }
    .single.projects_section .title h3 {
        width: 100%;
    }
    .single.projects_section .title .details {
        width: 100%;
    }
    .projects_section{
        margin-bottom:10rem;
    }
    .projects_section .container-fluid{
        padding:0 15px;
    }
    .projects_section .itemLeft:after{
        left: -14px;
    }
     .projects_section .owl-buttons{
        left:0;
        position: initial;
    }
    .projects_section .owl-buttons .owl-next{
        right:0;
    }
    .projects_section .owl-buttons .owl-prev{
        right:0;
    }
    .projects_section .item{
        margin:0;
    }
    .projects_section .item .caption{
        padding:2rem 1rem;
        min-height: auto;
    }
    .projects_section .item .caption p{
        font-size:1.3rem;
    }
    .projects_section .itemLeft .image{
        right:0;
        top: 0;
    }
    .projects_section .item .caption h4{
        width:auto;
        padding: 0;
        float: none;
        font-size: 1.7rem;
        font-weight: 500;
    }
    .vision_goals_section .content h4{
        font-size:2.5rem;
    }
    .vision_goals_section .goals_content .content h4{
        justify-content:center;
    }
   .vision_goals_section .content p {
   padding:0;
     }
     .vision_goals_section .story_success {
    padding-left: 1rem;
}
    .vision_goals_section:after{
     }
    .posts_section .item .caption{
        padding:1rem;
    }
    .posts_section .item h4{
        font-size:1.4rem;
    }
    .newsletter{
        width:auto;
        padding: 2rem;
    }
    .newsletter .title h3{
        font-size:2.5rem;
    }
    footer .map{
        width:auto;
    }
    footer .map .info{
        width: 54%;
        padding: 1rem 2rem;
    }
    footer .logomap{
        left:-30%;
        top:40%;
    }
    footer .logomap img{
        width:40%;
    }
    footer .footer__right{
        text-align:center;
    }
    footer .rowaad{
        text-align:center;
        justify-content: center !important;
        align-items: center !important;
    }
    .projPage .viewProj{
        float: none;
        text-align: center;
        left: 0;
        right: 5%;
    }
    .projPage .projItem{
        margin-bottom:5rem;
    }
    .posts_section.postPage .item{
        margin:1rem 0;
    }
    .contact__section .form{
        padding:2rem 0;
    }
    .contact-page.servReq .container{
        width:85%;
    }
    .contact-page.servReq .gform_wrapper.gravity-theme .gfield{
        width:100%;
    }
    footer .footer__top .menus ul{
        flex-wrap: wrap;
    }
    footer .footer__top .menus ul li a{
         
    padding: 0 0 0.5rem 0rem;

    }
    footer .footer__top .menus {
    width: 100%;
     } 
    .gallery_banners img { 
    max-height: 400px;
       }
     .gallery_banners   .head2 {
    font-size: 1.8rem;
       }
       .desc_banners p {
    width: 100%;
    font-size: 1rem;
       }
           
    #breadcrumbs { 
        padding: 4rem 0 4rem;
    }
    #breadcrumbs h2 { 
    font-size: 2rem;
    }
        .row_right,.row_left { 
    max-width: 100%;
    padding: 0;
    padding-bottom: 1rem;
}
    #breadcrumbs .text a, #breadcrumbs .text h3 {
        font-size: 1.2rem;
    }
.our_story a span{
    
}
.our_story a span svg{
   width: 15px;
}
.our_story a { 
    font-size: 0.7rem;}
.our_story { 
    padding:0.2rem 0 0.2rem 0;
    margin-top: 0.6rem;
}
.slider_shape img {
    max-width: 5rem;
}
.desc_banners .head1 {
    font-size: 2rem;
}
.gallery_banners:hover .desc_banners h2{
    padding-bottom:100px;
}
.features{
    width:100%;
}
.features > .d-flex {
    gap: 1rem;width:100%;
    padding-right: 0;
    padding-top: 1rem;
        justify-content: center !important;
}
 .services .item .caption { 
}   

.services .item .top { 
}
.contact__section .image{
    margin-bottom:2rem
}
.upload__file .gfield_description { 
    top: 3rem; 
    padding: 1.8rem 1rem !important;
    width: 50% !important;
    color: #C0C0C0;
    border-radius: 10px;
    font-size: 1.2rem !important;
}
.contact__section .form .gfield.upload__file input { 
    background: url(../images/upload.png) no-repeat 5% center, #fff;
    background-size: 1.5rem;
}
.form_details{
    
    padding: 2rem 2rem 0 0;
}
.contact__section .gform_legacy_markup_wrapper ul.gform_fields, .contact__section .gform_wrapper.gravity-theme .gform_fields {
    padding: 0;
    list-style: none;
    padding-top: 0;
    }
    .contact__section  .gform_legacy_markup_wrapper ul li.gfield,.contact__section  .gform_wrapper.gravity-theme .gfield{
       margin-top: 5px !important;

    padding-right: 5px;
}
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
    
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
    .text4 {
    font-size: 1rem;
}
footer .footer__top .menus ul li a {  
    line-height: 16px;
}
.about__section .mission { 
    margin-top: 150px;
}
.products .pro_content .text { 
    padding-left: 5rem;
    line-height: 24px;
}
.products .pro_content .text h2 { 
    font-size: 3rem; 
    line-height: 5rem;
    margin-bottom: 3rem;
}
.head2 {
    font-size: 3rem;
    line-height: 4.5rem;
}
.text1 {
    font-size: 1.13rem;
}
    header .header__logo img {
    max-width: 12rem;
}
header .menu li {
    padding: 0 1rem;
}
header .header__logo {
    margin-left: 1rem;
}

.custom-container {
    padding: 0 3rem;
}
    .contact__section .form {
    position: relative;
    width: 98%;
}
      .projects_section{
        margin-bottom:10rem;
    }
    .projects_section .container-fluid{
        padding:0 15px;
    }
    .projects_section .itemLeft:after{
        left: -14px;
    }
     .projects_section .owl-buttons{
        left:0;
        position: initial;
    }
    .projects_section .owl-buttons .owl-next{
        right:0;
    }
    .projects_section .owl-buttons .owl-prev{
        right:0;
    }
    .projects_section .item{
        margin:0;
    }
    .projects_section .item .caption{
        padding: 2rem 4rem;
        min-height: auto;
    }
    .projects_section .item .caption p{
        font-size:1.3rem;
    }
    .projects_section .itemLeft .image{
        right:0;
        top: 0;
    }
    .projects_section .item .caption h4{
        width:auto;
        padding: 0;
        float: none;
        font-size: 1.7rem;
        font-weight: 500;
    }
    .vision_goals_section .content h4{
        font-size:2.5rem;
    }
    .vision_goals_section .content{
        padding:1rem 0;
    }
    .vision_goals_section:after{
       
    }
    .posts_section .item .caption{
        padding:1rem;
    }
    .posts_section .item h4{
        font-size:1.4rem;
    }
    .newsletter{
        width:auto;
        padding: 2rem;
    }
    .newsletter .title h3{
        font-size:2.5rem;
    }
    footer .map{
        width:auto;
    }
    footer .map .info{
        width: 54%;
        padding: 1rem 2rem;
    }
    .projPage .viewProj{
        float: none;
        text-align: center;
        left: 0;
        right: 5%;
    }
    .projPage .projItem{
        margin-bottom:5rem;
    }
    .posts_section.postPage .item{
        margin:1rem 0;
    }
    .contact__section .form{
        padding:2rem 0;
    }
    .contact-page.servReq .container{
        width:85%;
    }
    .contact-page.servReq .gform_wrapper.gravity-theme .gfield{
        width:100%;
    }
   
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
    .contact__section .form {
    position: relative;
    width: 98%;
}
    .projects_section .item .caption h4{
        padding:0;
    }
    .vision_goals_section:after{
         
    }
    
}
@media (min-width: 1900px) {
    .container {
        max-width: 1520px;
    }
}