/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
:root {
    --main-color: #202765;
    --sec-color: #1A9CAF; 
    --back-color: #AFE6F8; 
    --black-color: #000000;
    --white-color: #ffffff;
}
* {
    box-sizing: border-box;
    font-family: 'Montserrat-Arabic';
    transition:all 0.3s ease-in-out;
}
html {
    font-size:1rem
}
body {
    font-family: 'Montserrat-Arabic';
    font-style: normal;
    overflow-x: hidden; 
    background:#F8F8F8;
}
html .ls-direction-fix, body .ls-direction-fix, #ls-global .ls-direction-fix {
    direction: ltr !important
}
.ltr{
  direction:rtl;
}
.custom__container{
  width:100%;
  padding-left:5.5rem;
  padding-right:5.5rem;
}
.borderd{
    border-radius:2rem;
}
.gradiant_bk{
    background: rgb(0,139,151);
background: linear-gradient(45deg, rgba(0,139,151,1) 100%, rgba(12,144,135,1) 30%, rgba(43,157,99,1) 100%);
}
.main_bk{
    background:var(--main-color);
}
.main_color{
     color:var(--main-color);
}
.sec_bk{
     background:#348C93;
}

.sec_color{
     color:#02888D;
}
.white_color{
    color:#fff;
}
.link_more {
    position:relative;
    z-index:1111;
}
.semibold{
    font-weight:600;
}
.heading1{ 
    font-size: 3.5rem;
    font-weight:bold;
}
.heading2{ 
    font-size: 3rem ;
    font-weight:bold;
}
.heading3{ 
    font-size: 1.8rem ;
    font-weight:bold;
}
.heading4{  
    font-weight:bold;
    font-size:1.4rem;
}
.medium1{
    font-weight:600;
    font-size:2rem;
}
.medium2{
    font-weight:600;
    font-size:1.2rem;
}
.medium3{
    font-weight:500;
    font-size:1rem;
}
.text1{
    font-weight:400;
    font-size:2rem;
}
.text2{
    font-weight:400;
    font-size:1.2rem;
}
.text3{
    font-weight:300;
    font-size:1.8rem;
    line-height:2rem;
}
.text4{
    font-weight:400;
    font-size:1rem;
}
.text4_4{
    font-weight:200;
    font-size:1.2rem;
}
.text5{
    font-weight:400;
    font-size:0.8rem;
}
a {
    text-decoration: none;
    display:inline-flex; 
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--white-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn {
    display:inline-block;  
    font-weight:400;
    background: var(--main-color);
    color: var(--white-color);
    font-size: 1rem;
    padding: 0.7rem 2.7rem;
    box-shadow: none;
    border: 1px solid var(--main-color);
    border-radius: 2rem;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition: all 0.5s ease-in-out
}
.btn.gradiant_bk{
    background: rgb(0,139,151);
background: linear-gradient(90deg, rgba(0,139,151,1) 100%, rgba(12,144,135,1) 30%, rgba(43,157,99,1) 100%);
}
.store_btn{
     background: #50AFE5;
     border-color:#50AFE5;
     font-size: 0.8rem;
      padding: 1rem 1rem;
}
.search-wrap .btn{
  border:none;
  background:transparent;
  padding:0;
}
.btn:hover {
   color: var(--main-color);
    background: var(--white-color);
}
.about__title-content a.btn:hover{
    color: var(--main-color);
    background: var(--white-color);
}
.btn svg path {
    transition: all 0.5s ease-in-out
}
/******LOAING**********/
.loading_screen {
    position:fixed;
    width:100%;
    height:100%;
    background: #fff;
    z-index: 99999999999;
}
.loading_screen img {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.spinner {
  margin: 30% auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #ed2431;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/**********************FORMS***********************/
.ginput_preview{
    text-align: center !important; 
    padding-bottom: 1rem;
}
.gform_heading {
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.gform_wrapper h3.gform_title {
    font-size: 2rem !important;
    padding: 19px 0;
}
body.rtl .gform_wrapper h3.gform_title {
    color: #000;
    font-weight:400;
    font-size: 5rem !important;
}
.gform_heading .gform_description {
    color:#0E3323;
    font-size:1rem;
    font-family:'GE SS Two';
    font-weight:500;
}
.contact-page .gform_wrapper {
    padding: 0;
    padding-bottom: 6rem;
}
.gform_legacy_markup_wrapper .gform_heading {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.gform_wrapper {
    padding:0 3rem
}
.gform_wrapper li {
    position: relative
}
.gform_wrapper li .gfield_description {
    /*position: absolute;*/
    width: auto;
    z-index: 999;
    font-size: 1.6rem;
    right: 59px;
    top: 0;
}
.gform_wrapper li .gfield_validation_message{
    position: relative ;
    right: 0;
    top: 0;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields{list-style: none;
    padding: 0;
    list-style: none;
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li{
    width: 50%;
    padding-right: 1rem !important;
    margin: 1rem 0 !important;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li label,.shipping-form .gform_wrapper.gravity-theme .gfield_label{
   color: #1A1A1A;
   font-size: 1.2rem;
   font-weight: 300;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:nth-child(2n+1){
    margin-right: 0px !important;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:nth-child(2n){
    padding-right:0px !important;
}

.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:last-child{
    width:100%;
    margin-right:0 !important;
}
.gform_wrapper li textarea ,
.gform_wrapper li input ,
.gform_wrapper li select,
.ginput_container_fileupload,.gform_wrapper.gravity-theme .gfield input
,.gform_wrapper.gravity-theme .gfield select
{
    color: #5C5C5C;
    background: #EEEEEE !important;
    width: 100% !important;
    border: none;
    border-radius: 2rem !important;
    outline: none;
    padding: 1rem  !important;
    margin:  0;
    font-weight: 300 !important;
    font-size: 1rem !important;
    line-height:2.2 !important;
    height: 3.4rem;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{
     color: #8D8D8D;
    background: url('../images/up-load.png') no-repeat left center !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 1rem;
    outline: none;
    padding: 0 0 0 1.3rem !important;
    margin: 0;
    font-weight: 300;
    font-size: 1rem !important;
    margin-top:-2.5rem;
  margin-left:1rem;
}
.gform_wrapper li select{
  line-height:20px!important;
}
.gform_wrapper li input::placeholder,
.gform_wrapper li textarea::placeholder,.gform_wrapper.gravity-theme .gfield input::placeholder{
  font-size:1rem !important;
  color:#5C5C5C !important;;
  font-weight:300 !important;
}
.gform_wrapper li select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.gform_wrapper .btn{
 
}
.gform_wrapper li .ginput_container_select {
    position: relative;
}
.gform_wrapper li .ginput_container_select:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-bottom2.png) center no-repeat;
    background-size:100%;
    width: 1.5rem;
    height: 1.5rem;
    top: 15px;
    right: 10px;
    z-index: 9999;
}
.gform_wrapper li input:placeholder ,
.gform_wrapper li select:placeholder {
    font-size: 1.2rem !important;
    line-height: 2;
    color: #5C5C5C !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper input[type=text]::placeholder,html[dir=rtl] .gform_legacy_markup_wrapper textarea::placeholder{ 
     color:#5C5C5C;
     font-weight:400;
 }
.gfield .iti.iti--allow-dropdown input{
    border:none !important;
}
body.rtl .gform_wrapper input[type=submit],
.gform_footer .btn {
    border-radius: 2rem !important;
    background: #202765;
    border-color: transparent;
    color: #fff;
    display: flex;
    font-size: 1rem !important;
    width: auto !important;
    transition: all 0.5s ease-in-out;
    justify-content: center;
    font-weight: 600;
    padding: 0.8rem 4rem !important;
    margin-top: 0rem !important;
}
.gform_legacy_markup_wrapper input[type=file],.gform_legacy_markup_wrapper .field_description_below .gfield_description.gform_fileupload_rules{
    font-size:0 !important; 
    padding:0;
    opacity:0;
}
.gform_legacy_markup_wrapper input[type=file]{
  border:1px solid #000 !important
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container{
    margin:0 !important;
    padding:0 !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{
    color: #8D8D8D;
    background: transparent !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 1rem;
    outline: none;
    padding: 0 0 0 1.3rem !important;
    margin: 0;
    font-weight: 300;
    font-size: 1rem !important;
    
}
body.rtl .gform_legacy_markup_wrapper .gfield--type-fileupload .ginput_preview{
    
    text-align: center !important;
    padding: 10px 0 !important;
}
.gform_legacy_markup_wrapper  .gfield--type-fileupload.field_description_below .gfield_description{
      background: url('../images/up-load.png') no-repeat left center !important;
      margin-top:-2.5rem;
  margin-left:1rem;
  
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description.gfield_validation_message{
    margin:0;
    color:red;
    font-size: 0.8rem !important;
}
.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:last-child {
    max-width: 100% !important;
}  
.iti--separate-dial-code .iti__selected-flag
{
    background: transparent !important;
}
.gform_legacy_markup_wrapper .gform_footer { 
    margin: 0;
    padding: 0;
}
.gform_legacy_markup_wrapper {
    margin-bottom: 5rem !important;
}
body.rtl .gform_wrapper input[type=submit]:hover,
.gform_footer .btn:hover {
    color: #5EB650;
    border-color: #5EB650;
    background:#fff;
}
.gform_wrapper .payment_method label {
    color: #134D94;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    margin-right: 1rem;
}
.gform_wrapper .payment_method {
    display: flex;
    align-items: center;
}
.gfield_required {
    display: none !important;
}
.gform_wrapper .payment_method .ginput_container_radio {
    margin: 0 !important;
}
.gform_wrapper .payment_method ul {
    display: flex;
    align-items: center;
}
.gform_wrapper .payment_method ul li {
    display: flex;
    align-items: center;
}
.gform_wrapper .payment_method ul li input[type=radio] {
    position: absolute;
    display: none;
}
.gform_wrapper .payment_method ul li label {
    color: #fff;
    background: #666666;
    height: 5rem;
    width: 8.5rem !important;
    margin: 1rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out
}
.gform_wrapper .payment_method ul li input[type=radio]:checked + label {
    background: #000
}
.gform_wrapper .gform_body input::placeholder,
.gform_wrapper .gform_body textarea::placeholder{
    color: #000;
    font-size:1.7rem;
    line-height: 1.4;
}
input[type=submit]{
    width:auto !important;
    border: 1px solid #222222;
    background: #222222;
    border-radius: 1rem !important;
    padding: 1.5rem 9.7rem!important;
    font-size: 2.2rem !important;
    box-shadow:none;
    width:100%;
    border-radius: 5px;
    transition:all 0.5s ease-in-out;
    color:#fff;
    font-weight: 700;
}
footer .gform_confirmation_wrapper  {
    font-size:1.6rem;
    text-align:left
}
.home .main-wrap { 
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important; 
}
.select2-results__option {
    margin: 7px 0 7px 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #A1040D;
    color:#fff !important;
}
.select2-dropdown {
    border-radius: 10px;
    background: #ffffff;
    padding: 9px 9px 18px 9px;
    border-color: transparent;
}
 body.rtl .gform_legacy_markup_wrapper  .gform_confirmation_message{
     text-align:center !important;
 }
.gform_confirmation_message{
    font-size: 1.5rem;
    color: green;
    padding: 10px 0;
    text-align:center !important;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
    right: 0 !important;
    left: auto !important;
}
#gform-modal-notification {
    font-size: 2rem;
}
/********************COMMENTS*********************/
#comments {
    margin-bottom:6rem
}
.comment-reply-title ,
.comments-header {
    color:#444;
    font-size:2.1rem;
    margin: 1.5rem 0;
}
#comments .text-warning {
    padding:0;
    color:#9c9c9c !important
}
#comments textarea , #comments input {
    background: #fff;
    border: 1px solid #b3aeae;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 20px 20px;
    font-size: 15px;
}
#comments textarea::-webkit-input-placeholder, #comments input::-webkit-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-moz-placeholder, #comments input::-moz-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea:-ms-input-placeholder, #comments input:-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-ms-input-placeholder, #comments input::-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::placeholder , #comments input::placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments .input-group {
    width: 100%;
}

#comments .input-group-addon {
    display: none;
}

#comments input[type=submit] , .logged-in-as a {
    padding: 1rem 1.5rem;
    background: #89c144;
    border: 1px solid #89c144;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    margin: 25px 0;
    display: block;
    border-radius:0;
    font-size: 1.2rem;
}
.logged-in-as a {
    display:inline-block;
    margin:0
}
#comments input[type=submit]:hover , .logged-in-as a:hover ,
.logged-in-as a:focus ,
.logged-in-as a:active {
    background: transparent;
    color: #89c144;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-color: #89c144;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.commentlist {
    padding-right: 0;
    margin-bottom: 35px;
}
.commentlist .comment-edit-link {
    display: none;
}
.commentlist h3 a {
    margin: 0;
    color: #000 !important;
}

.commentlist h3 {
    margin: 0;
}

.commentlist li {
    border-bottom: none;
    background: #ffffff;
    border-radius: 25px;
}
.commentlist .children li {
    border: none !important;
}
.commentlist li .comment-body {
    border: none;
    padding: 4rem 2.5rem;
    background: #e1e1e1;
    border-radius: 0 !important;
    overflow: hidden;
    margin: 4rem 0;
    display: block;
}
.commentlist .children li.comment > div[id*=comment-] {
    background: #ECF5FC;
}
.commentlist > li .comment-author {
    display: block;
    font-size: 0
}

.commentlist > li .comment-author cite {
    font-size: 20px;
    float: left;
    position: relative;
    left: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: normal;
}

.commentlist > li .photo {
    float: left;
    width: 74px !important;
    height: 74px !important;
    margin: 0;
    border-radius: 50%;
}

.commentlist > li .comment-meta {
    font-size: 0;
}

.commentlist > li .comment-body p {
    color: #787A95 !important;
    font-size: 16px !important;
    width: 91%;
    position: relative;
    right: 21px;
    /* text-align: right; */
    float: right;
    line-height: 30px;
}

.commentlist .children li .comment-body p {
    width: 90%;
}

.commentlist .children li .comment-body .reply {
    right: 90% !important;
}

.commentlist .reply , .commentlist .comment-reply-title a {
    position: absolute !important;
    left: 86% !important;
    bottom: 0% !important;
    width: auto;
    border-radius: 0;
}

.commentlist .reply a , .commentlist .comment-reply-title a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    border: 2px solid #89c144;
    border-radius: 0;
    /* width: 100%; */
    margin: 0 0 11px 0;
    padding: 5px 20px 8px 20px;
    line-height: 1;
    background: #89c144;
}

.commentlist .comment-reply-title a {
    width: 100px;
    text-align: center;
    color: #000 !important;
    right: 85% !important;
    bottom: 46% !important;
    display: none;
}
.home_why .title{
  padding-left:3rem
}
/*************************WIDGETS***************/
.widget-area{
  margin:10px 0;
}
.widget-area .widget_search input{
  border-right: none;
  padding: 16px;
}
.widget-area .widget_search input:focus{
  outline:none;
  box-shadow:none;
  border-color:#ccc;
}
.widget-area .widget_search span{
  border:1px solid #cccbcb;
  border-left: none;
  padding: 4px 10px;
}
.widget-area .widget_search span button{
  font-size:10px;
  color:#b4afaf;
  box-shadow:none;
  border:none;
  background:transparent;
  padding: 4px;
}
.widget-area .widget_search{
  padding-bottom:22px;
  border-bottom:1px solid #ccc;
}
.widget-area .widget_categories .widget-title{
  border:none;
  text-transform:uppercase;
}
.widget-area .widget_categories .widget-title:before{
  display:none;
}
.widget-area .widget_categories li a{
  color:#000;
  font-size:17px;
}
.widget-area .widget_categories{
  border-bottom:1px solid #ccc;
  padding-bottom:20px;
}
.widget-area .widget_recent_entries .widget-title{
  border:none;
}
.widget-area .widget_recent_entries .widget-title:before{
  display:none;
}
.widget-area .widget_recent_entries img{
  border:none;
  border-radius:50px;
  max-width: 147px !important;
  max-height: 124px !important;
  margin-right: 17px;
}
.widget-area .widget_recent_entries li{
  margin:20px 0;
  align-items: center;
  color: #000;
}
.widget-area .widget_recent_entries li a{
  color:#000;
  font-size:15px;
} 
/****************************************/


/**** Header****/
.caret {
    display: none;
}
.social ul{
    margin:0;
}
.social ul a svg path{
    transition:all 0.3s ease-in-out;
}
.social ul a:hover svg path{
    fill:var(--sec-color);
}
.social svg{
  max-width:2rem;
  max-height:1.5rem;
}
.social .list-inline-item:last-child{
        margin-left: 0.5rem;
}
header{
  position:relative;
  background:url('../images/header_pages.png') no-repeat left top;
  background-size:100% 100%;
  padding-bottom:30px;
}
.home header{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    padding-bottom:0px;
    background:transparent;
    z-index:11111;
} 
header ul{
    margin:0;
    padding:0;
}
header .menu {
    position:relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
header  .menu li {
    position:relative;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    display:-webkit-box;
    display:-ms-flexbox;
    display: inline-block;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
header  .menu li a {
    display:inline-flex;
    color: var(--main-color);
    font-size: 1rem;
    padding: 0 1rem;
    font-weight:300;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    position:relative;
}
header li .menu li a {
    color: var(--main-color);
    padding: 0 0.8rem;
    background: transparent;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2.5;
    border: none;
}
header li .menu li a:hover{
  color:var(--main-color)
}
header .menu li a.dropdown-toggle{
    padding-left:2rem;
}
header .menu li.dropdown > a:before {
    content: "";
    position: absolute;
    background: url(../images/caret.png) no-repeat  center;
    background-size:1rem;
    width: 1.8rem;
    height: 2rem;
    left: 0;
    top:0px;
}
header .menu li.dropdown a:after {
    display:none;
}
header .menu li.dropdown:hover > .dropdown-menu {
    display:block;
    position:absolute
}
header .menu .dropdown-menu li.dropdown:hover .dropdown-menu {
    left: 98% !important;
    top: 50%;
    margin:0;
}
header .logo_{
  display:flex;
  align-items: center;
  position: relative;
    padding:2.5rem 0;
    z-index:11;
}
header .logo_:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:#fff;
    z-index:-1;
    border-radius:0 0 3rem 3rem; 
}
header .logo_ img{
    
    max-width: 70%;
    margin: 0 auto;
}
header .menu .dropdown-menu {
    border-radius: 0;
    margin-top: 8px;
    border: none;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.09); 
    width: 200px !important;
    left: 8px !important;
    top: 30px; 
    border-radius: 1rem;
    padding: 0rem;
}
header .menu .dropdown-menu li {
    margin:0;
    width: 100%;
    padding:  0 1rem;
    border-bottom: 1px solid #D6D6D6;
}
header .menu .dropdown-menu li:last-of-type {
    border-bottom: 0;
}
header .menu .dropdown-menu li:hover a {
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    color: var(--main-color);
}
header .menu .dropdown-menu li a {
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    background:transparent;
    color: var(--main-color);
    font-size: 1rem;
    font-weight: 300;
    padding: 0;
}
header  .menu li.dropdown:hover a {
    background:transparent;
}
header .menu .dropdown-menu:hover a {
    background:transparent !important; 
}
header .menu li:hover > a {
    color: var(--main-color);
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover ,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background:transparent;
}
.menu__wraper .dropdown-menu {
    position:relative !important;
    transform: unset !important;
    width: 100%;
    padding: 0 2rem;
    border: none;
}
header .menu .dropdown-menu  li a{
  padding-left:0rem;
}
header .menu .dropdown-menu li.dropdown > a:before{
  left:-0.5rem;
}
.btn-menu{
 padding:0;   
 border:none;
 background:Transparent;
 border-radius:0;
}
.btn-menu svg{
    max-width: 4rem;
    max-height: 4rem;
}
header{ 
}
header .wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal a{ 
    font-weight:500;
    color: #000000;
    font-size:1rem;
    line-height:1;
    border:none; 
    padding:0;
    margin-left:1.5rem;
    position:relative;
    z-index:1111;
}
.header_ask{
    position:relative;
    z-index:111;
}
.header_ask a{
  background:#2D2F62;
  padding:1rem;
  border-radius:1rem;
  color:#fff;
  font-weight:500; 
  transition:all .4s ease;
}
.header_ask a:hover{
  background:#c1dfea;
  color:#2D2F62;
}
/**********Home*************/
.home{
    position:relative;
}
.ls-nav-prev {
    background: url(../images/down.svg) no-repeat center  !important;
    transition: all 0.6s ease-in-out !important;
    right: 4% !important;
    width: 3rem !important;
    height: 3rem !important;
    top: auto !important;
    bottom: 12% !important; 
    border: none !important;
    border-radius: 2.5rem;
}
.ls-nav-next {
    background:url(../images/Up.svg) no-repeat center !important;
    width:3rem !important;
    height:3rem !important;
    border-radius:50%;
    right: 4% !important;
     top: auto !important;
    bottom: 20% !important;
    transition: all 0.6s ease-in-out !important;
    border: none !important;
    border-radius: 2.5rem; 
}
.main-slider{
    border-radius:20px;
    overflow: hidden;
}
.main-slider .ls-bottom-slidebuttons {
    position: absolute !important;
    left:2rem;
    display:flex !important;
    flex-direction:column;
    bottom: 1rem;
    height: auto !important;
}
.main-slider .ls-bottom-slidebuttons a{
    display:inline-block !important;
    background:
    transparent !important;
    border-color:#fff !important;
    width: 10px !important;
    height: 10px !important;
    margin: 5px 0 !important;
    border:2px solid var(--main-color) !important;
    border-radius:50% !important;
    transition:
    all .5s !important;
}
.main-slider .ls-bottom-slidebuttons a.ls-nav-active,
.main-slider  .ls-bottom-slidebuttons a:hover{
    transition:all .5s !important;
    background-color:var(--main-color) !important;
    border-color:var(--main-color) !important;
}
#word{
     position:relative;
    z-index:1111;
    color:#1A1A1A;
}
#word .image{
    padding-left: 5rem;
}
#about .slick-dots{
  position:absolute; 
  left:46%;
  bottom:-150px;
}
.slick-dots{ 
  display:inline-flex; 
  width:auto;
  height:auto; 
}
 .slick-dots li button {
  margin:0 3px;
  background:transparent; 
  display:inline-flex;
  width:8px;
  height:8px;
  padding:0;
  border-radius:50%;
   border:2px solid #202765;
}
 .slick-dots li.slick-active button{
  background:#202765;
}
 .slick-dots li button:before{
  display:none;
}
 .slick-dots li{
  margin: 0;
  height:auto;
  width: auto;
  display: inline-flex;
  padding: 5px 0;
}
.services .slick-dots,.projects .slick-dots,.news  .slick-dots{
    
    position:absolute;
    bottom: 0rem;
    right: 47%;

}
.services .slick-dots{
    bottom: -9rem;
}
.projects .slick-dots{
     bottom: -2rem;
}
.news  .slick-dots{
    bottom: -3rem;
}
.page #why .slick-dots {
    bottom: 0rem;
}
.projects .title .link_more {
    position: absolute;
    right: 0;
    top: 0;
}
.services .slick-dots li button,.projects .slick-dots li button,.news .slick-dots li button{
    border-color:#5EB650;
    padding:0;
}
.services .slick-dots li.slick-active button,.projects .slick-dots li.slick-active button,.news  .slick-dots li.slick-active button{
  background:#5EB650;
}
#about{
    position:relative;
    color:var(--white-color);
    padding: 6rem 0 5rem 0;  
}
.about__title-image{
     background:url(../images/ab_back.png) no-repeat center;
     background-size:100% 100%;   
     padding: 1rem 0;   
     margin: 0 2rem 0 1rem;
}
.services .link_more  a{
    border-width:2px;
}
.ab-item p{
    margin:0;
}
.about__title-content p{ 
    margin: 0;
}
.about__title-content h2{
    margin-bottom:1.5rem;
}
.about__title-content a{
  margin-top:1.5rem
}
#about .about__title-content{
    position:relative; 
}
#about.page .text{
    padding:0 2rem;
} 
#about .image{
    border-right:1px solid var(--border-color);
    height: 100%;
    padding:0 3rem;
    padding-top:5rem;
}
#about.page .image{
     padding:0 ;
}
#about.page .image img{
    max-width:85%;
}
#about .text3,#why .text3{
    font-weight:400;
}
#why .why-item .content p{
  max-width:15rem;
  font-weight:900;
}
.about .slick-next,.about .slick-prev{
    background:url(../images/Vector.svg) no-repeat center !important;
    background-size:2rem;
    border:1.5px solid #000000;
    border-radius:50%;
     width:4rem !important;
    height:4rem !important;
    padding:0;
    transform: rotate(90deg);
    bottom: 25%;
    top: auto;
    left:-8rem;
    right:auto;
}
.about .slick-prev{
     transform: rotate(-90deg);
      right:-8rem;
      left:auto;
}
.title { 
}
.about__title {
    padding:4rem 5rem;
    border-radius:20px;
    position:relative;
}
#about .about__title:after{
    content:'';
    position:absolute;
    width:18%;
    height:50%;
    bottom:0;
    right:0%;
    background:url('../images/ab_shape.png') no-repeat right bottom;
    background-size:100%; 
}
.page#about .image{
    border:none;
}
.page#about .image img{
    border:10px solid #FFFFFF ;
    border-radius:24px;
}
.ask_btn{
  position:relative;
  width:100%;  
}
.ask_btn a,.pro_page .header_ask a{
  background:#2D2F62;
    font-size: 1rem;
    color: #fff;
    padding: 1.2rem 2.5rem;
    border-radius: 10px;
}
.single_title{
  width:78%;
  margin:auto;
  padding:2rem 0 1rem 0;
  color:#2D2F62;
}
.single .page#about .image img{
    border:none;
    border-radius:0;
}
#about.page{
    border:none;
}
.page#about >.about__title:nth-child(2n) {
    background:#fff;
}
.page#about >.about__title:nth-child(2n) .row{
    
    flex-direction:row-reverse;
}
.nav-tabs{
    border:None;
    margin-bottom:2rem;
}
.nav-tabs .nav-link{
      color:#5EB650;
  border:1px solid #5EB650;
  border-radius:40px;
  margin:0 0.5rem;
  font-size:0.9rem;
    background:transparent; 
    position:relative; 
    padding: 0.5rem 1rem !important;
}
.related{
    position:relative;
}
.related:before{
    position: absolute;
    content: "";
    top: 0;
    left: -5rem;
    width: 190px;
    height: 60%;
    background: url(../images/broductback.png) no-repeat;
    background-size: 100% 100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
   
    color: #fff;
    background-color: #5EB650;
}
#why .image{
    position:relative;  
    margin-right:1rem;
}
#why .image img{
  max-width:3rem;
}
#why .why-item .content p{
  max-width:15rem;
} 
#why .why-item{
  margin:7rem 1rem;
  position:relative;
  z-index:11;
}
.title{
    position:relative;
}  
.projects .item{
    margin:10px;
    position:relative;
    border-radius:20px;
    overflow:hidden;
    color:var(--main-color);
}
.projects-page .item{
    margin:10px 3rem
}
.pro_page .item .caption {
    padding: 3rem 0 1rem 0rem !important
}
.slider-nav .item_img:hover{
    border:2px solid #2D2F62;
}
.related img{
    margin:0 1rem;
}
.projects .item a{ 
}
.projects .item .image{
    position:relative;
} 
.projects .item:hover .caption{ 
}
.projects .item .caption{  
    transition:all 0.3s ease-in-out;
}
.projects .item .caption span{ 
}
.projects .slick-next,.projects .slick-prev,.news .slick-next,.news .slick-prev{
    background:url(../images/dark-arrow.svg) no-repeat center !important;
    background-size:100%;
     width:2rem !important;
    height:2rem !important;
    padding:0;
    transform: rotate(90deg);
    bottom: -6rem;
    top: auto;
    right:8rem;
    left:auto;
}
.projects .slick-prev,.news .slick-prev{
     transform: rotate(-90deg);
      right:5rem;
} 
.services .slick-next,.services .slick-prev,#why .slick-next,#why .slick-prev{
    background:url(../images/white-arr-left.svg) no-repeat center !important;
    background-size:100% !important;
     width:3rem !important;
    height:3rem !important;
    padding:0;
    transform: rotate(90deg);
    top: -6rem;
    bottom: auto;
    right:11.5rem;
    left:auto;
}
.services .slick-prev,#why .slick-prev{
     transform: rotate(-90deg);
      right:8rem;
} 
#why .slick-next,#why .slick-prev{
    
}
#why,#word2{
  padding:0rem 0 3rem 0;
  position:relative; 
  background:#fff;
  border-radius:64px;
}
#why:after{ 
}
/**
#why:after{
  content:'';
  position:absolute;
  background:url('../images/why-bottom.png') no-repeat right bottom;
  background-size:100%;
  width:80%;
  height:100%;
  right:2%;
  bottom:0;
}
**/
.services .slick-prev:after,#why .slick-prev:after{
  content:'';
  display:block !important;
  position:absolute;
  left: 0rem;
  top: 0rem;
  background:url(../images/white-arr-left.svg) no-repeat center !important;
  background-size:100% !important;
  width:3rem !important;
  z-index: 11;
  height:3rem !important;
}
.services .slick-prev:before,#why .slick-prev:before{
  opacity: 1;
  content:'';
  position:absolute;
  display:block !important;
  left: -0.5rem;
  top: -0.7rem;
  border-radius: 40px;
  width: 4rem;
  height: 8rem;
  border:2px solid #fff;
  box-shadow: 0 3px 6px #00000016;
  background:#ADD7E6;
  z-index: -1;
} 
.slick-next:before, .slick-prev:before{
    display:none
}
.news .slick-next,.news .slick-prev{
    top: -6rem;
    bottom: auto;
}
.gallery .news .slick-next,.gallery  .news .slick-prev{
    bottom: -4rem;
    top: auto;
}
.gallery .title{
    color:var(--main-color);
}
.gallery{ 
}
.partners{
    padding:1rem 0;
}
.features_slider {
    
    padding-bottom: 4rem;

}
.partners .slick-next,.partners .slick-prev,.values .slick-next,.values .slick-prev{
    background:url(../images/arr1-left.svg) no-repeat center !important;
    background-size:100% 100% !important;
     width:2rem !important;
    height:2rem !important;
    padding:0; 
    bottom: 30%;
    top: auto;
    left:-1rem;
    right:auto;
}
.partners .slick-prev,.values .slick-prev{
     background:url(../images/arr1-right.svg) no-repeat center !important;
     background-size:100% 100% !important;
      right:-1rem;
      left:auto;
}
.values .slick-next{
     left:45%;
     bottom: 0%;
}
.values .slick-prev{
    
     bottom: 0%;
    left:auto;
      right:45%;
}
.partners .slick-next:before,.partners .slick-prev:before{
    display:none
}

.partners .item .image{
    height:100%; 
    padding:0 2rem;
}
.title .heading2 {
    /*direction: ltr;*/
    display: inline-flex;
}
.numbers h4,.numbers .item  h2{
    color:#1A1A1A50;
}
.numbers h2{
    color:#1A1A1A;
}
.numbers p{
    color:#1A1A1A70;
}
.numbers .item p{
    color:#029196;
    margin-top:1.5rem;
}
.numbers .link{
    
    margin-top:3rem;
}
.numbers .link .btn{
    background:#1A9CAF;
    border-color:#1A9CAF;
}
.numbers .link .btn span{
    margin-left:1.5rem;
}
.news{
    position:relative;
    color:#0E3323;
}
.news .link_more{
    position: absolute;
    right: 5rem;
    top: 5rem;
}
.news .item{
    padding: 20px 25px;
    position:relative;
    background:#fff;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
    overflow:hidden;
}
.news .item p{
    color: #707070;
    font-weight: 300;
    line-height: 1.6;
}
.news .item h3{color: #707070;margin: 1rem 0;}
.news .item .btn{
    background:#1A9CAF;
    border-color:#1A9CAF;
    padding:0.7rem 1.5rem;
}
.news .item .tag{
    color:#2EA8C4;
}
.news .item a.btn{ 
}
.news .item a:hover{
    color:var(--white-color);
    background:var(--main-color);
}
.news .item .image{
    position:relative;
    width: 100%;
}
.news .item .image img{
    border-radius: 10px;
    border: 1px solid #707070;
    width:100%;
}
.news .item .caption{
    padding: 1rem;
    padding-right: 2rem;
}
.news .item .date,.single_page .date{
  color: #1A9CAF;
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
}
.news .item .date h3{
    margin:0;    text-wrap: wrap;
    word-wrap: break-word;
    display: inline-block;
    white-space: wrap;max-width: 6rem;
    font-size:1rem;
}
/****Footer****/
footer{
    position:relative;
    background: #202765;
    padding-top: 120px;
    margin-top: 160px;
}
.footer{
    position:relative;
    background:#202765;
    color:#fff;
}
.footer_logo {
    display:flex;
    flex-direction:column;
    height:100%;
    padding-bottom:3rem;
}
.footer_logo h2{
    margin:1rem 0 2rem 0;
}
.footer_logo .socials{
    margin-top:auto;
}
.top-footer{
    position:absolute;
    top: -110px;
    left:0;
    width: 100%;
    color:#fff;
    z-index: 1111;
}  
.top-footer  .text{
    max-width: 37%;
}
.top-footer .inner-top{
    background:url('../images/framBackground.png') no-repeat left top;
    background-size:100% 100%;
    padding: 4rem 3rem 3rem 3rem;
    border-radius: 24px;
}
.top-footer .inner-top .btn{
    
    padding: 0.8rem 3.7rem;
}
footer .in-footer{
    padding: 4.5rem 0 1rem 0;
}

/*****************Breacrumb************/
#breadcrumbs{
 position: relative; 
 width: 100%;
 background: transparent;
 margin: 0; 
 padding:40px 0 30px 0;
}
.home:before{
  display:none
}
#breadcrumbs .text {
    background:#F5F5F5;
    border-radius:25px;
    padding:20px 25px;
}
#breadcrumbs .text a,#breadcrumbs .text h3{
  position:relative;
  font-weight: 300;
  padding-right: 30px;
  color: #202765;
  font-size: 1rem;
  margin:0;
}
#breadcrumbs a:after {
    content: '/';
    display: block;
    position: absolute;
    top: 2px;
    right: 6px;
    width: 10px;
    height: 10px;
    font-weight: 300; 
  color: #202765;
  font-size: 1rem;
    /*border-left: 2px solid #5EB650;*/
    /*border-bottom: 2px solid #5EB650;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
}
#breadcrumbs p{
  padding-left:1rem;
}
#breadcrumbs .title p{
  color: #0E3323;
  font-size:1rem;
  padding:0;
  margin-bottom: 0rem;
}
#bre 
#breadcrumbs .title p:last-child{ 
} 
.single_page .image img{
    border-radius:15px;
}
.single_page p{ 
}
.pages-title{
    padding-left:25px;
}
/**********pager**************/ 
.single_page{ 
} 
.gover{
    padding-bottom:3rem;
}
.gover ul{list-style:none;
    width:60%;
    padding:0;
    margin:0;
}
.gover ul li{
    width:100%;
    margin:1rem;
}
.gover ul li a
{
    
    width: 85%;
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    padding: 1.5rem;
}
.gover .item{
    position:relative;
}
.gover .item .caption{
    position:absolute;
    bottom:0;
    left:0;
}
.gover .item .image{
    position:relative;
    border-radius:50px;
    overflow:hidden;
}
.gover .item .image:after{
    position:absolute;
    width:100%;
    height:100%;
    transition:all 0.3s ease-in-out;
    right:0;
    top:0;
    content:'';
    
    background: rgb(0,139,151);
background: linear-gradient(45deg, rgba(0,139,151,1) 100%, rgba(12,144,135,1) 30%, rgba(43,157,99,1) 100%);
}
.gover .item:hover .image:after{
    opacity:0;
}
.about_text .image {
     float: left;
    width: 40%;
    margin: 0 3rem 2rem 0rem;
} 
.single-services .about_text .image{
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    border:1px solid #D7D7D7;
    border-radius:16px;
    padding: 150px;
}
.about-page .text p{
  font-weight:300;
  line-height:40px;
  font-size:1.3rem
}
.about-page {
  padding-bottom:3rem
}
.post-nav {
    width: 100%;
    margin: 4rem 0;
    display: flex;
    justify-content: center;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-radius: 1rem;
    padding: 5px;
    width: fit-content;
    height: 3rem;
}
.post-nav .pager li .arr span {
    padding: 0;
}
.post-nav .pager li .arr.prev svg {
    transform: rotate(90deg)
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem 1.7rem;
    margin: 0;
    border-radius: 0;
    color: #2D2F62;
    font-size: 1rem;
  border-radius:2rem
}
.post-nav .pager li:hover a {
    background: #2D2F62;
    color: #fff;
}
.post-nav .pager li.active span {
    color: #fff;
    background: #2D2F62;
    border-color: #2D2F62;
}
.post-nav .pager li svg path{
  stroke:#2D2F62;
}
/******************pages****************/
.news.page .title:after{
    display:none
}
.news.page .item a{
    background:transparent;
}
.gallery .heading3{ 
}
.news .item .caption.play {
    z-index: 1;
    padding: 0;
}
.news .item .caption.play svg{
    max-width:4rem;
}
.con_page{
    padding-top:1.5rem;
}
.con_page .title{
    display:none;
}
.donation .bank_transfer{
  background:#F1F8E9;
  border-radius:16px;
  padding:1rem 2rem;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  margin-bottom: 2rem;
}
.donation .bank_transfer .iban{
  padding-left:1rem
}
.donation .bank_transfer .iban p{
  margin:0;
  color:#385747;
} 
.donation .bank_transfer .iban h1{
  color:#224433
}
.contact-page .contact-info{
    padding:0;
    background:transparent;
}
.contact-page .contact-info .item {
margin:20px;
}
.contact-page .con{
  width: 70%;
  margin:auto;
  padding-top: 3rem;
}
.contact-page .con h3{
  color:#1A1A1A;
  font-weight:bold;
  font-size:2rem;
}
.contact-page .con p{
  color:#000;
  font-weight:bold;
  font-size:1rem;
}
.donation .con p{
  color:#1A1A1A;
  font-weight:300;
  font-size:1rem;
}
.contact-page .con ul{
  padding:0;
  display:flex;
  flex-direction:column;
  align-content:center;
  list-style:none
}
.donation .con ul{
  display:flex;
  flex-direction:row;
}
.contact-page .con ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom:1rem
}
.donation .con ul{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
  margin-top: 3rem;
}
.donation .con ul li{
  display:flex;
  flex-direction:column;
  align-items: flex-start;
}
.donation .con ul li .icon{
  margin-bottom:1rem !important
}
.donation .con ul li:first-child .icon{
  margin: 0 0 1rem 0 !important;
  background:#B1FC03;
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.donation .con ul li:last-child .icon{
  margin: 0 0 1rem 0 !important;
  background:#FFAA93;
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.contact-page .row{
  align-content: center !important;
}
.contact-page .con ul li .icon{
  margin:0;
  margin-right:0.5rem
}
.contact-page .con ul li a{
  color:#000;
  font-size:1rem;
  font-weight:normal
}
.contact-page .item,
.contact-page .item .text{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}
.contact-page .item .text{
  padding-top:1rem;
}
.contact-page .item .text p{
  margin-bottom:0.3rem;
  color:#000000;
}
.contact-page .item .text a{
  color:#707070;
  text-align:center;
}
.contact-page .item .icon{
  background:#C1DFEA;
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0;
}
.contact-page .right {
    padding: 3rem 2.5rem 1rem 2.5rem;
    border-radius: 2rem;
    width: 60%;
    margin: auto;
}
.ask_page .right{
     padding: 0rem 2.5rem 1rem 0;
     margin-left:0;
 }
 .contact-page.ask_page{
     padding-top:0;
 }
 .contact-page.ask_page .gform_legacy_markup_wrapper{
      margin-top:0;
 }
.contact-page .gform_wrapper {
    padding: 0;
    padding-bottom: 6rem;
}
.contact-page .right .tit h2{
  color: #000000;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  padding-bottom: 1rem;
}
.contact-page .right .tit p{
  color:#fff;
  font-size: 0.9rem;
}
.contact-page .gform_legacy_markup_wrapper {
    margin-bottom: 0rem !important;
}
.contact-page .items{
    padding-left:6rem;
}
.contact-page .gform_wrapper li input{
    border-radius: 0.5rem;
}
.contact-page .items .item p{
    color: #202020;
    font-size: 1.2rem;
    font-weight: bold;
    margin:0;
}
.contact-page .items .item a{
    display: inline-flex;
    /*direction: ltr;*/
} 
.projects-page{
    
}
.projects .projects-page .slick-next
{
    right: 55%;
}
.projects .projects-page .slick-prev
{
    right: 50%;
}
.news .projects-page .slick-next
{
    right: 55%;
    bottom: -6rem;
    top: auto;
}
.news .projects-page .slick-prev
{
    right: 50%;
    bottom: -6rem;
    top: auto;
}
#why .image{
    position:relative; 
}
#why .image img{
  max-width:3rem;
}
#why h3{
    padding-left:1rem;
}
.newsletter{
  padding: 4rem 0 2rem 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.newsletter .right{
  display: flex;
  flex-direction: column;
}
.newsletter .right .text h2{
  color: #2D2F62;
  font-size: 2rem;
  font-weight: 600;
}
.newsletter .right .text p{
  color: #2D2F62;
  font-size: 1.3rem;
  font-weight: normal;
}
.newsletter .right form{
  display:flex;
  background:#ADD7E6;
  border-radius:50px;
  height:70px;
  width: 47%;
  border: 2px solid #fff;
  box-shadow: 0 3px 6px #00000016;
}
.newsletter .left{
  display:flex;
  flex-direction:column;
  align-items:  center;
  justify-content: space-between;
}
.newsletter .left .socials{
  padding-top:1rem
}
.newsletter .right form label{
  font-size:0;
}
.newsletter .right form input{
  background:transparent;
  border:none;
  height:70px;
  display:inline-block !important;
  font-size: 1rem;
  padding-left:2rem;
  width: 250px !important;
}
.newsletter .right form input::placeholder{
  color:#E7F3F7;
  font-size:1rem
}
.newsletter .right form .btn{
  background:#2D2F62;
  border-radius:50px !important;
  padding:0 2rem!important;
  margin-left:auto;
  font-size:1rem !important;
  font-weight:bold;
  font-family: 'Alexandria';
  width:auto !important;
  height: 66px;
  transition:all .4s ease;
}
.newsletter .right form .btn:hover{
  background:#c1dfea;
  color:#2D2F62;
}
footer .footer-menu ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
footer .footer-menu ul li{
    padding-bottom:1rem;
}
footer .footer-menu{
        min-width: 90%;
}
footer .footer-menu ul li a{
  font-size:0.8rem;
  color:#fff;
  line-height: 2rem;
  font-weight:400;
  transition:all .4s ease;
}
footer .footer-menu ul li a:hover{
  color:var(--sec-color);
  padding-left:.2rem
}
footer .contacts ul{
  list-style:none;
  padding: 0;
}
footer  .socials ul li{
  padding-bottom:  0 !important;
}
footer  .socials ul{
  display:flex;
  align-items:center;
  padding:0;
  margin: 0;
}

footer  .socials ul li a{
   display:inline-flex;
    width:3rem;
    height:3rem;
    border:1px solid #fff;
    border-radius:50%;
    align-items:center;
    justify-content:center;
    padding:0.55rem;
}
footer .contacts ul li > div{
  display:flex;
  align-items:center;
  padding-bottom: 0.5rem;
  transition:all .4s ease;
  margin-top: 1.5rem;
}
footer .contacts ul li{
    margin-bottom:2rem
}
footer .contacts ul li:hover .text a{
  color:var(--sec-color)
} 
footer .contacts ul li .icon{
  margin:0;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}
footer .contacts ul li .text{
   
}
footer .contacts ul li .text p{
  margin-bottom:0.5rem;
  color:#fff;
  font-size:1rem;
  font-weight:normal;
}
footer .contacts ul li .text a{
  margin-bottom:0.5rem;
  color:#fff;
  font-size: 0.7rem;
  font-weight:normal;
}
.footer-inner{
    padding:0 5rem;
}
footer .rights-footer {
  position: relative;
  border-top: 1px solid #FFFFFF10;
  padding: 2rem 0;
}  
footer .rights-footer  p{
  color:#ffffff60;
  font-size:0.8rem;
  font-weight:300;
  line-height:1.9;
    margin:0;
}
footer .rights-footer  p span{
    font-weight:500;
}
footer .rights-footer .rowaad a{
  display: inline-flex;
  align-items:center;
  color:#fff;
  font-size: 0.7rem;
  font-weight:300;
}
footer .rights-footer .rowaad span{
  padding-right:0.5rem;
  
}
html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
    padding-right: 1rem !important;
}
.pro_page{
    width:88%;
    margin: auto;
}
.slider-for .item_img {
  
  min-height:350px;
  padding:2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:15px;
  background:#FFFFFF;
  box-shadow:0 3px 6px #00000016;
 }
.slider-nav{
margin-left: 20%;
}
.slider-for  .item_img img,.slider-nav  .item_img img{
  width:auto;
}
.slider-nav  .item_img {
    width: auto;
    padding: 1rem;
    min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:15px;
  background:#FFFFFF;
  box-shadow:0 3px 6px #00000016;
  margin:2rem 2rem 1rem 0 ;
}
.brand img{
    max-width: 3rem;
}
.pro_page .top,.pro_page .bottom{
    padding-right: 5rem;
}
.pro_page .price{
    
    font-size: 3rem;
    font-weight: 600;
    color: #2D2F62;
}
.pro_page .price span{
     font-size: 1rem;
}
.twitter svg path{ 
}
.search-results  .item{
       background:#fff;
}
.search-results  .item .image{
  min-height:200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-results  .item img{
    margin:0 auto;
    min-height: auto;
    width: auto;
}
#searchform .form-control { 
    height: 4rem;
}
#searchform .btn{
    border: none;
    background: transparent;
}
#btn-search-close{
 border:none;
 background:transparent;
}
.testmonials{
  
    background: url(../images/testimonials.png) no-repeat left top;
  color:#1A1A1A;
  background-size:100% 100%;
  padding:5rem 0
}
.testmonials .item{ 
}
.testmonials .item .image{
    margin-bottom:1rem;
}
.testmonials .item .text{
    margin-left:0.5rem;
}
.testmonials .item .text h3{
    color:#000000;
    margin: 0;
}
.testmonials .item .text p{
    color:#818894;
    margin: 0;
}
.testmonials .item .content p{
    color:#0E3323;
}
.testmonials .btn{
    background:#1A9CAF;
    border-color:#1A9CAF;
    margin-top:2rem;
}
.testmonials .col-right img{ 
}
.projects {
  position:relative;
  padding:5rem 0 4rem 0;
}
.projects:before{
  content:'';
  position:absolute;
  left:10rem;
  top: 0rem; 
  right:10rem;
  bottom:0;
  border-radius:64px;
  background:#fff;
  background-size: auto 100%;
}
footer .socials ul{
    margin: 0;
}
footer .footer { 
    border-bottom:1px solid #FFFFFF;
}
.partners img{
  max-width:10rem;
  max-height:10rem;
}
.partners .item{ 
    margin:1rem;
}
.about_text{ 
}
.about_text .image{
    float:left;
}
.about-page .colored,.colored_title,#breadcrumbs .title p.colored_title{
  color:#5EB650
}
.page .about-page {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: stretch;
}
.about_text {
    width: 100%;
}
.page-template-page-about  footer,.page-template-page-governance footer{
    margin-top: 3rem;
} 
.about-page,.about-page p{
    color:#605E5E;
    line-height: 1.8;
}
.about-page p{
    padding-right:2rem;
}
.services .item{
    background:#fff;
    border:1px solid #D7D7D7;
    border-radius:1rem;
    box-shadow:0 15px 60px #2B2B2B05;
    padding:3rem;
    margin:1rem;
}
.services .item h3{
        color: #1A1A1A;
    margin: 2rem 0 1rem 0;
}
.services .item p{
    color:#1A1A1A50;
    margin:0;
}
.services .item img{
    max-width:5rem;
}
.page-services .sevices{
    padding-top:2rem;
}
.single_page{
    color:#605E5E;
    min-height: 650px;
}
.images  .item .image{
    position:relative;
    border-radius:15px;
    overflow:hidden;
}
.images  .item .image:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:url('../images/img_shadow.png') no-repeat left bottom;
    background-size:100%; 100%;
}
.images  .item{
    position:relative;
}
.images  .item .caption{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    color:#fff;
    padding-left:2rem;
    padding-right:5rem;
}
.images  .item .caption a h3{
    color:#fff;
    margin-bottom:1.2rem;
    
}
.video .item .image a.icon_{
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:1111;
    top: 0;
    left: 0;
}
.video .image a svg{
    max-width:3rem;
}
.images.video .item .image:before{
    background:url('../images/video_shadow.png') no-repeat bottom left;
    background-size:100% 100%;
}
.images.video .item .caption  ,.images.video .item  .caption a h3{
    color:#202765;
}
.gallery .pages-title a span{
    margin-left:1rem;
}
.gallery .pages-title a span svg{
    max-width:1.8rem;
}
.gallery .video{
    background:#202765; 
}
.gallery .video .pages-title .main_color{
    color:#fff ;
}
.gallery .video .pages-title .btn{
    background:#fff;
    color:#202765;
} 
.gallery .news .pages-title .main_color{
    color:#2EA6B8;
}
.gallery .news .pages-title .btn{
    background:#2EA6B8;
    border-color:#2EA6B8;
    color:#fff;
} 
.contact-info{
    padding-top:120px;
    background: url(../images/support.png) no-repeat center;
    background-size: 100% 100%;

}
.contact-info .item{
    margin:100px 20px;
    background:#fff;
    border:1px solid #E3E3E3;
    border-radius:24px;
    padding:2rem 3rem;
}
.contact-info .title{
   margin:0 auto;    
    max-width: 55%;

}
.contact-info .item .icon_info{
    border:1px solid #70707005;
    width:4rem;
    height:4rem;
    padding:1rem;
    border-radius:1rem;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.contact-info .item  h2{
    color:#1A1A1A;
    margin:1.5rem;
}
.contact-info .item  a{
    display:block;
    color:#1A1A1A50; 
}
.contact-info .item  p{
    color:#1A1A1A; 
    
   margin-bottom:1.5rem;
}
.contact-info  .row{
    
    padding: 0 5rem;
}
.contact-info .item  a.btn{
    color:#fff;
    border-color:#348C93;
    background:#348C93;
    margin-top:auto;
    display:inline-flex;
}
.serices_text{
    color:#fff;
    padding-right: 5rem;
} 
.serices_text  .btn{
    background:#fff;
    color:#1A9CAF;
    margin-top:3rem;
    display:inline-flex;
}
.serices_text  .btn span{
    margin-left:1.5rem;
}
.services_section  .services  .item{
    margin:1rem 0;
    padding:2rem 3rem;
}
.services_section  {
    padding:3rem 0;
}
.values .item{
    background:#FFFFFF70;
    box-shadow:0 12px 40px #2B2B2B05;
    padding:3rem 2rem;
    margin:1rem;
    border-radius:1rem;
}
.values .item .img{
    max-width:4rem;
    opacity:.7;
    margin-bottom:2rem;
}
.values .item h2{
    color:#1A1A1A70;
    font-size:1rem;
}
.values .item p{
    color:#1A1A1A50;
    font-size:0.7rem;
    max-width: 19rem;
}
.values .title{
    margin-bottom:3rem;
}
.values{
    padding:3rem 0;
}
.slick-current.slick-active .item{
    background:#fff; 
    margin:2rem;
    transform:scale(1.2);
    box-shadow:0 15px 60px #2B2B2B05;
}
.slick-current.slick-active .item h2{
    color:#1A1A1A; 
}
.slick-current.slick-active .item img{
    max-width:5rem;
}
.slick-current.slick-active .item p{
    color:#1A1A1A50; 
}
.shipping-form .gform_wrapper.gravity-theme .gf_page_steps {
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-bottom: none !important;
    margin-bottom: 16px;
    position:relative;
}
.shipping-form .gform_wrapper.gravity-theme .gf_page_steps:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    background: url(../images/doted.png) no-repeat 60% 50%;
}
.shipping-form .gform_wrapper.gravity-theme .gf_step_number {
    background: #D9D9D9;
    border: 2px solid #D9D9D9;
    border-radius: 20px;
    color: #1A1A1A;
    font-size: 1rem;
    font-weight: 300;
    height: 2rem;
    text-align: center;
    width: 2rem;
    margin-right: 1rem !important;
    margin-bottom: 3rem !important;
}
.shipping-form .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
   color: #1A9CAF; background: #fff;
    border: 2px solid #fff;
    border-radius: 20px; 
    font-size: 1rem;
    font-weight: 300;
    height: 2rem;
    text-align: center;
    width: 2rem; 
}
.shipping-form .gform_previous_button {
    display:none;
}
.shipping-form .btn{
    background: #1A9CAF;
    border-color: #1A9CAF;
    padding: 0.75rem;
    font-size: 1rem;
}
.gform_wrapper.gravity-theme .gfield {
    margin: 0.5rem 0;
}
.shipping-form .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after{
    color: #1A9CAF;
}
.shipping-form .gform_wrapper.gravity-theme .gf_step.gf_step_active .gf_step_number{
    color: #1A9CAF; background: #fff;
    border: 2px solid #fff;
}
.shipping-form .gform_wrapper.gravity-theme .gf_step_label {
    font-size: 1rem;
    font-weight: 300;
    color: #1A1A1A;
    line-height: 16px;
    padding-right: 1rem;
    padding-left: 1rem;
}
.shipping-form .gform_wrapper.gravity-theme .gf_step.gf_step_active .gf_step_label,

.shipping-form .gform_wrapper.gravity-theme .gf_step.gf_step_completed .gf_step_label{
    color: #fff;
}
.shipping-form .gform_wrapper.gravity-theme .gf_step {
    border-radius: 23px;
    display: inline-block;
    margin: 8px 0 8px 0;
    background: #F2F2F2;
    padding: 5px;
}
.shipping-form .gform_wrapper.gravity-theme .gf_step.gf_step_active,.shipping-form .gform_wrapper.gravity-theme .gf_step.gf_step_completed {
    background:#1A9CAF;
    color:#fff;
}
.home-shipping .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}
.home-shipping .btn{
    width:100%;
}
.home-shipping .inner-shape{
    padding:3rem 6rem;
    background:#fff;
    border-radius:2rem;
    margin-top:4px;
    position:relative;
}
.home-shipping.contact-page .gform_wrapper {
    padding: 0;
    padding-bottom: 0;
}
.home-shipping.shipping-form .gform_wrapper.gravity-theme .gf_page_steps{
    position: absolute;
    top: -85px;
    width: 51%;
    right: 5rem;
}
.home-shipping .pages-title
{
    border-bottom: 1px solid #20276520;
    padding-bottom: 2rem;
    padding-left:0;
}

.se_text{
    padding: 7rem 0;
}
.ls-wrapper > .ls-layer.hide_slider{
        display:inline-flex !important;
    }
.slider-wrap {
  height: 100%;
  width: 100%; }
  .slider-wrap .slider {
    position: absolute;
    width: 100%;
    left: 50px;
    top: 50px; }

.slider-item {
  width: 530px;
  padding: 20px 0 25px 30px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 4px 9px #f1f1f4;
  position: absolute;
  left: 0;
  top: 0; }
  .slider-item .animation-card_image {
    max-width: 60px;
    max-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
    background-color: #ffffff; }
    .slider-item .animation-card_image img {
      width: 53px;
      height: 53px;
      border-radius: 50%;
      object-fit: cover; }
  .slider-item .animation-card_content {
    width: 100%;
    max-width: 374px;
    margin-left: 26px; }
    .slider-item .animation-card_content .animation-card_content_title {
      color: #1A1A1A;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: -.18px;
      line-height: 24px;
      margin: 0; 
    margin-top: 1rem;
    margin-right: 10px;}
    .slider-item .animation-card_content .animation-card_content_description {
      color: #1A1A1A;
      font-size: 0.8rem;
      font-weight: 300;
      letter-spacing: normal;
      line-height: 24px;
      margin: 10px 0 0 0; } 
.page{
    background:url('../images/pattern.png') no-repeat right 40%;
    background-size:8rem;
}

@media(max-width:768px) {
    .slider-item {
  width: 100%;
  padding: 10px 0 10px 10px; 
    }
    .slider-item .animation-card_content{
        margin-left:0;
    }
    .slider-item .animation-card_content .animation-card_content_title {
     
      line-height: 20px;
      margin: 0; }
    .slider-item .animation-card_content .animation-card_content_description {
     
      font-size:0.6rem ; 
      line-height: 18px;
      margin: 5px 0 0 0;
      }  
    .ls-wrapper > .ls-layer.hide_slider{
        display:none !important;
    }
    .se_text {
    padding: 0rem 0;
    margin-right:-100px;
}
.slider-wrap .slider{
    left:10px;
}
    .ls-wrapper > .ls-layer.hide_slider{
        display:none !important;
    } 
    .home header{
        position: relative;
    background: url(../images/header_pages.png) no-repeat left top;
    background-size: 100% 100%;
    padding-bottom: 1rem;
    }
    
header .logo_ {
    margin-bottom: 1rem;
}
.wpml-ls-legacy-list-horizontal a { 
    font-size: 0.7rem;
}
.btn { 
    font-size: 0.7rem;
    padding: 0.5rem 1.7rem;
}
    .logo_{
     width:100%;   
    }
    .home-shipping .inner-shape {
    padding: 2rem 1rem;
    }
    .home-shipping .mt-5 {
    margin-top: 1rem !important;
       }
       .home-shipping .gform_wrapper.gravity-theme .gform_fields { 
    grid-row-gap: 0px;
       }
       .home-shipping.shipping-form .gform_wrapper.gravity-theme .gf_page_steps {
    position: absolute;
    top: -66px;
    width: 100%;
    right: 00;
}
.slick-current.slick-active .item { 
    transform: scale(1);
}
[dir='rtl'] .slick-next
{
    left: auto;
    right: 0;
}
.values .item { 
    margin:  2rem;
}
.about-page img{
    max-width:100% !important;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li {
    width: 100%;
}
#breadcrumbs .text a, #breadcrumbs .text h3 { 
    padding-right: 20px; 
    font-size: 0.8rem;
}
#breadcrumbs { 
    padding: 20px 0 30px 0;
}
.about_text .image { 
    margin: 0 0rem 2rem 0rem;
    width:100%;
}
header .logo_ { 
    padding: 1.5rem 0;
}
.text4_4 { 
    font-size: 1rem;
}
.about-page p {
    padding-right: 0;
}
#breadcrumbs a:after { 
    top: 0px;
    right: 1px;
}
    .home-shipping .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    }
    .shipping-form .gform_wrapper.gravity-theme .gf_step_label {
    font-size: 0.7rem; 
    line-height: 16px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
      }
      .partners img {
    max-width: 6rem;
    max-height: 6rem;
      }
      .header__logo {
          width:100%;
      }
      .testmonials .col-right img {
    margin-right: 0;
}
      .values {
    padding: 1rem 0 2rem 0;
    }
      .home-shipping .pages-title {
    border-bottom: 1px solid #20276520;
    padding-bottom: 4rem;
      }
      [dir='rtl'] .slick-prev {
    left: 0;
    right: auto;
}
.home-shipping .pages-title {
    text-align: center !important;
}
    .contact-page .gform_legacy_markup_wrapper ul.gform_fields li label, .shipping-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 0.9rem;
    }
    .btn-menu svg { 
    max-width: 2rem;
    max-height:2rem;
    }
    .hidden-xs{
        display:none;
    }
    .heading1{ 
    font-size: 1.2rem !important;
    }
    .heading2{ 
        font-size:1.5rem;
    }
    .heading3{ 
        font-size:1.5rem;
    }
    .heading4{
        font-weight:300;
        font-size:1rem;
    }
    .medium1{
        font-weight:500;
        font-size:1rem;
    }
    .text1{ 
        font-size:0.8rem;
    }
    .text2{ 
        font-size:0.8rem;
    }
    .text3{
        font-weight:300;
        font-size:1rem;
    }
    .text4{
        font-weight:300;
        font-size:0.8rem;
    }
    .custom__container { 
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .wpml-ls-legacy-list-horizontal a{
        margin:0;
    }
    .main-slider .ls-bottom-slidebuttons{
        display:none !important;
    }
    .main-slider {
    border-radius: 4px;
    }
    .menu-mob {
        /*background: #A1040D;
        width: 100%;*/
        padding: 0;
        margin:  0;
        
    margin-right: auto !important;
    }
    .menu-mob .btn {
        background: transparent
    }
    .menu-mob svg path { 
    }
    .menu-mob ul {
        justify-content: flex-end !important;
    }
    .navbar-toggler,
    #btn-menu {
        border: none;
        padding: 0;
        color: #ffff;
        font-size: 4rem;
        background: transparent;
    }
    .navbar-toggler.collapsed .fa-close {
        display: none;
    }
    .navbar-toggler .fa-close {
        display: block;
    }
    .navbar-toggler.collapsed .fa-bars {
        display: block;
    }
    .navbar-toggler .fa-bars {
        display: none;
    }
    .navbar-collapse > ul {
        display: flex;
        flex-direction: column;
        padding: 3rem 0 0;
    }
    .navbar-collapse > ul li a {
        font-size: 2.5rem;
        font-weight: 300;
        padding: 3rem !important;
        display: block;
        color: #fff;
        background: #a1060c;
        border-bottom: 1px solid #914b4b;
    }
    .navbar-collapse > ul:last-child {
        padding: 0;
    }
    .js .menu__wraper {
        width:80%;
        z-index: 99999999999999999999999999999999999;
        padding: 0; 
    } 
    header .menu__wraper ul {
        margin-top: 7rem;
    }
    header .menu__wraper ul:last-of-type {
        margin-top: 0;
    }
    header .menu__wraper li {
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        padding: 1rem 2rem;
    }
    header .menu__wraper li a {
        font-size: 1rem;
        line-height: 1;
        width: 100%;
        color: #202765;
        font-weight:300;
    }
    header .menu li.dropdown > a:before{
        top: 10px;
        display: none;
    } 
    #btn-menu-close {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        z-index: 99999999999;
        color: #000;
    } 
    #btn-menu-close svg {
        max-width: 6rem;
        max-height: 5rem;
    } 
    .services_section .row,.numbers .row{
    flex-direction:column-reverse;
    }
    .serices_text{
        padding-right:1rem;
    }
    .medium2 { 
    font-size: 1rem;
      }
      .services .item h3 { 
    margin: 1rem 0 1rem 0;
      }
      .services_section .services .item {
    margin: 1rem 0;
    padding: 1.5rem 1rem;
       }
       .numbers{
        padding-bottom:2rem;   
       }
       .testmonials { 
    padding: 3rem 0 500px 100px;
    }
    .slider-wrap .slider { 
    top: 255px;
}
    .contact-info {
    padding-top: 3rem;
    }
    .contact-info .title {
    margin: 0 auto;
    max-width: 100%;
        }
        .contact-info .item {
    margin: 10px 10px; 
    padding: 1rem 1rem;
     }
     .contact-info .row {
    padding: 0 2rem;
    }
    .contact-info { 
    background: url(../images/support.png) no-repeat center;
    background-size: cover;
       }
       .top-footer .text {
    max-width: 100%;
        }
        .top-footer .inner-top{
    justify-content: center !important;
    text-align: center;
    padding: 2rem 1rem 2rem 1rem;
        }
      .footer__right{
          text-align:center;
      }
      .rowaad {
    justify-content: center !important;
      }
      footer .rights-footer p { 
    font-size: 0.65rem;
      }
      footer .contacts ul li > div { 
    margin-top: 0.5rem;
     }
     footer .contacts ul li {
    margin-bottom: 1rem;
     }
     footer .socials ul li a { 
    width: 2.2rem;
    height: 2.2rem; 
    padding: 0.45rem;
    }
    footer .in-footer {
    padding: 0rem 0 1rem 0;
}

}
@media(max-width: 768px ) and (min-width: 500px) {
    
}
@media(max-width: 991px) and (min-width: 768px) {
     
}
@media(max-width: 1191px) and (min-width: 992px) {
   
}
@media(max-width: 1580px) and (min-width: 992px) {
}
@media(max-width: 1586px ) and (min-width: 1199px) {
    .values .item p { 
        font-size: 0.6rem;
    }
    header .menu li a ,.wpml-ls-legacy-list-horizontal a{ 
    font-size: 0.8rem;
    }
    .btn {
    font-size: 0.8rem;
    padding: 0.7rem 2.5rem;
    }
    header .logo_ {
    padding: 1.5rem 0;
     }
     .medium1{
      font-size:1.8rem;   
     }
     .text4_4,.medium2 { 
    font-size: 1rem;
     }
     .text4 { 
    font-size: 0.8rem;
        }
    footer  .socials ul li a{
   display:inline-flex;
    width:2.5rem;
    height:2.5rem;
    }
    .footer_logo  img{
        max-width:70%;
    }
     .heading3{ 
        font-size:1.2rem;
    }
}
