html {
  scroll-behavior: smooth;
}

ul {
  margin-bottom: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

.above-all {
  overflow: hidden;
  position: relative;
}



.wpum-already-logged-in.wpum-message.info {
    font-size: 0;
}



*,
*:hover,
*:active {
  outline: none !important;
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #C9A251;
}

body {
 font-family: 'Cairo', sans-serif;
  font-weight: normal;
  background-color:#fff;
  text-align: right;
  overflow-x: hidden;
}

.btn {
  padding: 5px;
  min-width: 200px;
  width: fit-content;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: block;
  transition: .5s all ease-in-out;
  border: 1px solid #fff;
  margin: 0 auto 20px;
  font-size: 18px;
  display: block;
  border-radius: 6px;
}
.main-slider {
    position: relative;
    text-align: center;
    z-index: 1;
    height: 100vh;
    padding: 0px;
    overflow: hidden;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
    background: linear-gradient(45deg, #def2ee, #def2ee);
}


.main-slider-slider{
      clip-path:polygon(0 0%, 100% 0, 100% 59%, 82% 100%, 18% 100%, 0 60%)
}




.hidden-cu{
    height:0; 
    /*padding: 80px 80px 0 80px;*/
opacity:.2;
transform:scale(.8);
    
}


.progress-container {
width: 100%;
    height: 2px;
    background: #ababab66;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}

.progress-bar {
  height: 5px;
    background: #C9A251;
  width: 0%;
}


.nav-bar .wpml-ls-item {
    display: none;
}





.main-slider-slider .item {
background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 240px;
    padding-top: 175px;
    /*clip-path: polygon(0 0%, 100% 0, 100% 59%, 77% 100%, 23% 100%, 0 60%);*/
    height: 120vh;
    background-repeat: no-repeat;

}

.main-slider-slider .item .overlay {
      position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000085;
}

.main-slider-slider .item .container {
  position: relative;
  z-index: 6;
}

.main-slider-slider .item .item-text {
    width: 50%;
    text-align: right;
    direction: rtl;
}


.main-slider-slider .text {
    line-height: 30px;
    color: #fff;
    margin: 24px 0 20px;
    font-size: 14px;
    max-height: 97px;
    overflow: hidden;
}





		.footer_text_up {
    font-size: 17px;
    color: #fff;
    margin-top: 9px;
}
	
.footer_text_up span {
    color: #fff;
    font-size: 19px;
}
.footer_text_up q {
    color: #d0ab5b;
    font-size: 26px;
}


.icon-scroll {
    bottom: 22px;
    z-index: 9;
    position: absolute;
    left: -13px;
    width: 90px;
}

.icon-scroll svg{
    animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
    
}

@keyframes scroll {

  0% {

    opacity: 1
  }

  100% {

    opacity: 0;
    transform: translateY(46px);
  }
}


.circle_animate path{
    fill: transparent;
    stroke-width: 21px;
    stroke: #fff;
    stroke-dasharray: 2040;
    stroke-dashoffset: 2040;
    stroke: #c69e4d;
}









section.contact_us_indexed {
    margin-bottom: 100px;
}




section.contact_us_indexed .block {
    background: #DFDBC6;
    padding: 30px;
    border-radius: 10px;
}



section.contact_us_indexed .block2 {
    background: #195f4a5c;
}


section.contact_us_indexed .block2 .svg {
    /*width: 240px;*/
        background: #195f4a4d;
}



section.contact_us_indexed .text_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;margin-bottom: 10px;    gap: 12px;
}

.svg svg path {
    fill: #c9a251;
}
section.contact_us_indexed .svg {
    width: 160px!important;
    height: 160px!important;
    background: #c9a25130;
    border-radius: 80%;
    line-height: 155px;
    text-align: center;
}

section.contact_us_indexed .text_main h3 {
    color: #4D5B3D;
    font-weight: 600;
    font-size: 29px;
    line-height: 60px;    width: 300px;
}




section.contact_us_indexed .block a {
    background: #c9a251;
    color: #fff;
    padding: 7px 20px;
    border-radius: 40px;
}




section.contact_us_indexed .block h5 {
    color: #c9a251;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 17px;
}


section.contact_us_indexed .block2 a {
    background: #195F4A;
}


section.contact_us_indexed .block .svg svg path{
    fill:#c9a251
}



section.contact_us_indexed .block2 .svg svg path{
    fill:#195f4a;
}





.btn-custom-1 {
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  background-color: #C9A251;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s;
  width: 230px;
  height: 55px;
  font-size: 16px;
  border-radius: 6px;
  text-shadow: 0 2px 4px #0000007d;
}

.btn-custom-1 i {
  margin-left: 5px;
  margin-right: 5px;
}

.btn-custom-1:hover {
  color: #C9A251;
  background-color: #fff;
}

.fading-3 {
  padding: 10px;
  min-width: 200px;
  width: fit-content;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  margin: 0 auto 20px;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  background:
    radial-gradient(farthest-side, transparent calc(100% - 150px), #C9A251 0) center /var(--d, 610px) var(--d, 600px) no-repeat;
  transition: 0.5s;
}

/*.fading-3:hover {*/
/*  --d: 303px;*/
/*  color: #fff*/
/*}*/
















.thick-4 {
  /* background: linear-gradient(#C9A251 0 0) left /var(--d, 50%) 100% no-repeat,
    linear-gradient(#C9A251 0 0) right /var(--d, 50%) 100% no-repeat; */
  transition: 0.5s;
  /*border: 1px solid #fff;*/
  /*background-color: #fff;*/
  box-shadow:
    inset -5.5em 0 0 0 #C9A251,
    inset 5.5em 0 0 0 #C9A251;}
    
.main-slider-slider .item .item-text .thick-4 {
    display: inline-block;
    justify-content: center;
    position: relative;
    /* gap: 10px; */
    transition: .5s all;
    direction: rtl;
}
.thick-4 {
    /* background: linear-gradient(#C9A251 0 0) left /var(--d, 50%) 100% no-repeat, linear-gradient(#C9A251 0 0) right /var(--d, 50%) 100% no-repeat; */
    transition: 0.5s;
    border: 1px solid #C9A251;
    background-color: #fff;
    box-shadow: inset -5.5em 0 0 0 #C9A251, inset 5.5em 0 0 0 #C9A251;
    transition: all .2s ease!important;
}

.thick-4:hover {
  /* --d: 0%;.main-slider-slider .item .item-text p */
  /* --l: 100%; */
  color: #C9A251;
  border: 1px solid transparent;
  box-shadow:
    inset 0em 0 0 0 #C9A251,
    inset 0em 0 0 0 #C9A251;
}

.wpml-ls-statics-footer {
  display: none !important;
}

.feats-section .feats {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border: 12px solid #f6f6f6;
  border-radius: 40px;
  box-shadow: 0 4px 8px #00000021;
  flex-wrap: wrap;
  overflow: hidden;
}

.feats-section .feats .feat {
  background-color: #000;
  transition: all 0.7s;
  width: 25%;
  text-align: center;
  padding: 10px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.feats-section .feats .feat .icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.feats-section .feats .feat .icon img {
  width: 65px;
  filter: invert(0%) sepia(76%) saturate(1%) hue-rotate(322deg) brightness(112%) contrast(88%);
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.feats-section .feats .feat h3 {
  color: #b3b3b3;
  font-size: 23px;
  line-height: 1.4;
  overflow: hidden;
  height: 34px;
  margin: 0;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.feats-section .feats .feat:hover {
  background-color: #C9A251;
}

.feats-section .feats .feat:hover .icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.feats-section .feats .feat:hover h3 {
  color: #000;
}

.feats-section {
  position: relative;
  top: -90px;
  z-index: 3;
}

.about-us-section {
    padding: 50px 0;
    position: relative;
    margin-top: 61px;
}

.about-us-section .container{
    width: 85%;
    margin: 0 auto;
}


.title-section.title-light h5 {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.6rem;
    max-height: 49px;
    overflow: hidden;
}

.title-section.title-light {
    position: relative;
    padding: 0 25px;
}

.title-section.title-light h3 {
      color: #fff;
    font-weight: 600;
    font-size: 39px;
    margin: 10px 0 16px;
}



.title-section.title-dark{
        position: relative;
    padding: 0 20px;
}


.title-section.title-dark h5 {
    color: #195F4A;
    font-weight: 600;
    font-size: 13px;
}



.title-section.title-dark h3 {
      color: #195F4A;
    font-weight: 700;
    font-size: 39px;
    margin: 10px 0 16px;
}


.services_title .text{
    margin: 12px 0 24px;
}

.service-setion .flip-box-front i {
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    padding: 9px;
    color: #fff;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
}


.team .img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 16px solid #DEBE6E;
}

.team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: -40px;
    z-index: 1;
    left: -40px;
}
.team .img {
    width: 400px;
    border-radius: 5px;
    position: relative;
    height: 400px;
}


.team .text {
    color: #8d8d8d;
    line-height: 28px;
    margin: 30px 0;
}



.team .text li:after {
    content: "";
    width: 15px;
    height: 15px;
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    position: absolute;
    right: 0;
    top: 15px;
}

.team .text li {
position: relative;
    padding: 6px 28px;
    font-size: 14px;
}



.vertical-border {
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    position: absolute;
    width: 10px;
    height: 100%;
    right: 0;
}


.service-setion:after,
.team:after,
.clients:after{
    content: "";
    width: 100%;
    height: 0px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    z-index:-1;
    border-radius: 50%;
    box-shadow: 0px 0px 85px 260px #ddf2ec8f;
    transform: translate(-50%,-50%);
    top: 50%;
}


.service-setion:before {
    content: "";
    width: 170px;
    position: absolute;
    left: 0;
    transform: translate(-50%,-50%);
    background-image: url(../images/Favicon.png);
    height: 300px;
    top: 50%;
    background-size: cover;
    opacity: .1;
}

.triangle_shape{
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 70px solid #d8b666;
    position: absolute;
    top: -10px;
    right: 110px;
    transform: rotate(45deg);
}


.triangle_shape:after {
    content: "";
    width: 9px;
    background: #fff;
    position: absolute;
    height: 160px;
    transform: rotate(90deg) translate(-7px, 0px);
}

.step h4 {
    color: #dab868;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 90px;
    font-weight: 600;
    z-index:2;
}


.step h3 {
      color: #fff;
    padding: 80px 0;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}


.curve img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    z-index: 0;
}


.steps .row {
    margin-top: 90px;
}






.steps {
    text-align:center;
    position:relative;
}


.steps:after {
    content: "";
    width: 100%;
    height: 0px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0px 0px 85px 260px #ddf2ec8f;
    transform: translate(-50%,-50%);
    top: 50%;
}



.step {
    text-align: center;
    position: relative;
    border: 2px solid #185d4836;
    transition: all .4s ease!important;
}





.step .text {
    padding: 65px 10px;
    font-size: 15px;
    line-height: 31px;
    transition:all .5s ease;
    color: #8f8f8fad;
    font-weight: 600;
    position:relative;
}

.step{
transition:all .4s ease;
    
}

.step:hover {
    background: #fff;
    box-shadow: 0px 0px 27px 5px #195f4a5c;
}


.step .text p {
    position: relative;
    z-index: 1;
}



.steps:before {
    content: "";
    width: 130px;
    position: absolute;
    left: 96%;
    transform: translate(-50%,-50%);
    background-image: url(../images/Favicon.png);
    height: 300px;
    top: 81%;
    background-size: cover;
    opacity: .1;
}





.step .text img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    opacity: .5;
}

.about-us-section .image-in:before {
   content: "";
    width: 85%;
    position: absolute;
    height: 100%;
    left: -40px;
    top: 40px;
    z-index: -1;
    border: 15px solid #d8b666;
}

.about-us-section:after {
    content: "";
    width: 67%;
    background: linear-gradient(270deg, #17513e, #1a6852);
    position: absolute;
    height: 82%;
    right: 155px;
    top: 0;
    z-index: -1;
}





.about-us-section:before{
    content: "";
    width: 170px;
    position: absolute;
    left: 94%;
    transform: translate(-50%,-50%) rotate(0deg);
    background-image: url(../images/Favicon.png);
    height: 300px;
    top: 40%;
    background-size: cover;
    opacity: .1;
    z-index: -1;
}




.about-us-section .text-in {
    padding-right: 45px;
    padding-top: 50px;}


.about-us-section .image {
  position: relative;
}




.about-us-section .header-custom-1 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 10px;
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    margin-top: 70px;}









.about-us-section .image .image-in {
  width: 100%;
  /*border-radius: 15px;*/
  overflow: hidden;
  box-shadow: 0 0 13px 1px #19654f;
  height: 550px;
}

.about-us-section .image .image-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-section .text {
color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 0 1px #2626265c;
    font-size: 17px;
    line-height: 1.6;
    max-height: 172px;
    overflow: hidden;
    line-height: 35px;
}

.team{
    padding: 120px 0 10px 0;
    position: relative;
}



















.header-custom-1 {
    color: #9c9c9c;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  /*display: flex;*/
  /*align-items: center;*/
  /*flex-wrap: wrap;*/    margin-top: 10px;
  /*text-align: center;*/
  /*justify-content: center;*/
}

p.sub-tittle{
font-size: 28px;
    width: 35%;
    margin: 0 auto;
    font-weight: 600;
}



.service-setion .item{
    padding:50px 0;
}



.main-title {
    text-align: center;
    margin-bottom: 60px;
}

.header-custom-1 .a1 {
  padding-right: 8px;
  padding-left: 8px;
}

.header-custom-1 .line-first,
.header-custom-1 .line-last {
  display: inline-flex;
  width: 35px;
  align-items: center;
  height: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  top: 2px;
  display: none;
}

.header-custom-1 .line-last {
  justify-content: flex-start;
}

.header-custom-1 .line-first span,
.header-custom-1 .line-last span {
  height: 2px;
  background-color: #C9A251;
  display: block;
}

.header-custom-1 .line-first span:first-of-type,
.header-custom-1 .line-last span:first-of-type {
  width: 100%;
}

.header-custom-1 .line-first span:last-of-type,
.header-custom-1 .line-last span:last-of-type {
  width: 70%;
}

.about-section {
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  z-index: 10;
  background-attachment: fixed;
}

.about-section .head-all {
  text-align: center;
  margin-bottom: 50px;
}

.about-section .head-all .header-custom-1 {
  justify-content: center;
  text-shadow: 0 3px 3px #00000059;
  color: #fff;
  font-size: 30px;
}

.about-section .head-all .header-custom-1>span span {
  box-shadow: 0 3px 3px #00000059;
  background-color: #000;
}

.about-section .head-all p {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-shadow: 0 3px 3px #00000059;
  font-size: 16px;
}

.about-section .container {
  position: relative;
  z-index: 5;
}

/* .about-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0003;
} */

.serv-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #0000004f;
  padding: 35px 20px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  transition: .7s all;
  min-height: 200px;
}

.serv-in .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 0;
  background-color: #C9A251;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.serv-in:hover .line {
  height: 70px;
}

.serv-in .img {
  width: 110px;
  height: 110px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
}

.serv-in .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  transition: .7s all;
}

.serv-in .text {
  width: calc(100% - 110px);
  padding-right: 20px;
}

.serv-in .text h3 {
  color: #fff;
  text-shadow: 0 3px 3px #00000059, 0 0 1px #000;
  font-size: 19px;
  overflow: hidden;
  line-height: 1.4;
  /*max-height: 26px;*/
  margin-bottom: 8px;
  position: relative;
  top: 20px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
}

.serv-in .text a {
  border-color: #C9A251;
  width: auto;
  height: auto;
  padding: 4px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.serv-in:hover {
  background-color: #0dbab459;
  transition: .7s all;
}

.serv-in:hover .img {
  background-color: #C9A251;

}

.serv-in:hover .img img {
  filter: brightness(0) invert(1);
  transition: .7s all;

}

.serv-in:hover .text h3 {
  top: 0;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.serv-in:hover .text a {
  opacity: 1;
  visibility: visible;
}



.why-us:after {
     content: "";
    width: 100%;
    position: absolute;
    top: 0px;
    height: 104px;
    background: linear-gradient(180deg, #ddf2ee, #ffffff);
    z-index: -1;
}

.why-us {
    position: relative;
        padding-top: 35px;
}



.why-us .block img {
    width: 30px;
}

.why-us .block h4 {
    color: #1a654f;
    font-weight: 600;
    font-size: 20px;
}

.why-us .block p {
color: #707070;
    font-size: 15px;
}






.about-section .btn-custom-1.btn-custom-1-c {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 50px;
}

.contact-us-email {
  position: absolute;
  width: 70%;
  left: 50%;
  z-index: 55;
  transform: translateX(-50%);
  background-color: white;
  padding: 25px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 5px #00000054;
  overflow: hidden;
  bottom: -50px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}






.services .block .text {
    max-height: 89px;
    line-height: 31px;
    text-align: center;
    overflow: hidden;
}

.services .block h3 {
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
    max-height: 30px;
}

.services .block img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.services .block .img {
     height: 190px;
    text-align: center;
    margin-bottom: 20px;
}

.services .block {
    background: #fff;
    padding: 20px;    margin-bottom: 30px;
    border-radius: 9px;
    box-shadow: 0 0 10px 0px #dedede;
}


.services .watch-action{
    display:none;
}





.contact-us-email p {
  color: black;
  font-weight: bold;
  font-size: 16px;
  width: 75%;
}

.contact-us-email a {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #C9A251;
  border-radius: 50px;
  background-color: #fff;
  padding: 12px 45px;
  transition: all 0.7s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.contact-us-email a i {
  font-size: 20px;
  margin-left: 5px;
  opacity: 0;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.contact-us-email a span {
  position: relative;
  right: -15px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.contact-us-email a:hover {
  background-color: #C9A251;
}

.contact-us-email a:hover i {
  opacity: 1;
  color: #fff;
}

.contact-us-email a:hover span {
  right: 0;
  color: #fff;
}

.empoly-section {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 85px;
}

.empoly-section .head {
  color: #C9A251;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}

.empoly-section .text-intro {
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.empoly-in {
  text-align: center;
  background-color: #fff;
  display: block;
  box-shadow: 0 0 5px #00000014;
  border-radius: 15px;
  padding: 30px 15px;
  transition: all 0.7s;
  margin-bottom: 25px;
}

.empoly-in:hover {
  box-shadow: 0 0 15px #0000005e;
  transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
}

.empoly-in .img {
  margin-bottom: 15px;
  width: 100%;
  height: 150px;
}

.empoly-in .img img {
  width: 140px;
}

.empoly-in h3 {
  color: black;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  overflow: hidden;
  height: 32px;
  margin-bottom: 8px;
}

.empoly-in span {
  color: #676767;
  font-weight: bold;
  font-size: 19px;
  overflow: hidden;
  height: 27px;
  display: block;
}

.our-companys-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #EEFFFE;
}

.our-companys-section .head-all {
  margin-bottom: 40px;
}

.our-companys-section .head-all .header-custom-1 {
  text-align: center;
  justify-content: center;
}

.our-companys-section .head-all .header-custom-1 .a1 {
  color: #000;
}

.our-companys-section .head-all .header-custom-1 .line-first span,
.our-companys-section .head-all .header-custom-1 .line-last span {
  background-color: #000;
}

.our-companys-section .our-companys-slider a {
  display: flex;
  width: 100%;
  position: relative;
  height: 150px;
  flex-direction: column;
  justify-content: flex-start;

  align-items: center;
}

.our-partners-page .our-companys-section .our-companys-slider a {
  gap: 15px;
}

.our-companys-section .our-companys-slider a img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(1);
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-filter: grayscale(1);
}

.our-partners-page .our-companys-section .our-companys-slider a img {
  position: unset;
  transform: translate(0, 0);
}

.our-companys-section .our-companys-slider a:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.contact-us-section {
  padding-top: 80px;
  padding-bottom: 50px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #00000066;
}

.overlay-2 {
  background-color: #0dbab459;
  z-index: 1;
}

.contact-us-section .container {
  position: relative;
  z-index: 3;
}


.contact-us-section .text-in {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.5;
  text-shadow: 0 3px 3px #00000040, 0 0 1px #fff;
}

.contact-us-section .head-all {
  margin-bottom: 35px;
}

.contact-us-section .head-all .header-custom-1 {
  color: #fff;
  text-shadow: 0 2px 2px #fff;
  position: relative;
}

.contact-us-section .head-all .header-custom-1::before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  transform: rotate3d(0, 0, 1, 45deg);
}

.contact-us-section .head-all .header-custom-1 .line-first span,
.contact-us-section .head-all .header-custom-1 .line-last span {
  background-color: #000;
  box-shadow: 0 2px 2px #0000002b;
}

.contact-us-section .input-wrap {
  position: relative;
}

.contact-us-section .input-wrap i {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #c59d4c;
    font-size: 22px;
}

.contact-us-section .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-us-section .wpcf7-form-control-wrap input,
.contact-us-section .wpcf7-form-control-wrap textarea {
     width: 100%;
    height: 50px;
    margin-bottom: 25px;
    direction: rtl;
    padding: 10px 15px;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 0px 5px #1a6a5461;
    color: #fff;
    font-weight: bold;
    background: #dcdcdc3d;
}

.contact-us-section .wpcf7-form-control-wrap textarea {
  height: 150px;
}

.contact-us-section .wpcf7-form-control-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #DEBE6E;
  font-weight: bold;
  /*text-shadow: 0 2px 2px #0000002b;*/
  font-size: 17px;
}

.contact-us-section .wpcf7-form-control-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #DEBE6E;
  font-weight: bold;
  /*text-shadow: 0 2px 2px #0000002b;*/
  font-size: 17px;
}

.contact-us-section .wpcf7-form-control-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #DEBE6E;
  font-weight: bold;
  /*text-shadow: 0 2px 2px #0000002b;*/
  font-size: 17px;
}

.contact-us-section .wpcf7-form-control-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #DEBE6E;
  font-weight: bold;
  /*text-shadow: 0 2px 2px #0000002b;*/
  font-size: 17px;
}

.contact-us-section br {
  display: none !important;
}

.contact-us-section .btn {
  margin: 0 0 20px 0;
}


/* .contact-us-section [type="submit"] {
  color: #000;
  border: 2px solid #000;
  font-weight: bold;
  background-color: #C9A251;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s;
  width: 230px;
  height: 55px;
  font-size: 16px;
  border-radius: 6px;
  text-shadow: 0 2px 4px #0000007d;

}

.contact-us-section .thick-4 {
  box-shadow: inset -6.5em 0 0 0 #C9A251, inset 6.5em 0 0 0 #C9A251;
}

.contact-us-section [type="submit"]:hover {
  color: #C9A251;
  background-color: #fff;
}

.contact-us-section [type="submit"] i {
  margin-left: 5px;
} */

footer {
  background-image:url('../images/footer.svg');
padding-top: 300px;
    padding-bottom: 15px;
    position: relative;
    background-size: cover;
    background-repeat: repeat-x;
}


footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #17523f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -104;
}

.breadcrumb {
    height: 150px;
    display: flex;
    position: relative;
    align-items: end;
    background: #195f4a;
}

.breadcrumb:after {
 content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/footer.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;    background-size: cover;
}



.breadcrumb .title-section h3 {
    color: #fff;
    font-weight: 600;
    font-size: 27px;
}








footer h2 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  /* text-shadow: 0 2px 2px #000fff4f; */
}

footer .nav-listt {
  list-style: none;
}

footer .nav-listt>li {
  margin-bottom: 20px;
}

footer .nav-listt>li>a {
    display: inline-flex;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 1px #fff;
    position: relative;
    padding-right: 5px;
    padding-left: 0;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;

}


footer .row {
    position: relative;
    z-index: 1;
}


footer .nav-listt>li>a:hover {
  padding-right: 15px;
  padding-left: 0;
  transition: all 0.7s;
  color: #C9A251;
  text-shadow: none;
}

/*footer .nav-listt>li>a::before {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  border: 2px solid #C9A251;*/
/*  border-top: 0;*/
/*  border-left: 0;*/
/*  top: 8px;*/
/*  right: 0;*/
/*  transform: rotate(130deg);*/
/*}*/

footer .nav-listt>li:last-of-type {
  margin-bottom: 0 !important;
}

.contact-in>.in-in {
  margin-bottom: 15px;
}

.contact-in>.in-in>a {
  display: inline-flex;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  gap: 0px;
  color: #fff;

  text-shadow: 0 0 1px #000;
  font-size: 17px;
  transition: all 0.7s;

}



.copyright img{
        width: 100px;
}
.contact-in>.in-in>a i {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #ffffff;
    margin-left: 5px;
}

.links-media a i {
    font-size: 16px;
    color: #d1ad5c;
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    text-align: center;
    margin: 0 4px;
    transition:all .4s ease;
}

.links-media a i:hover {
    color:#fff;
    background-color:#d1ad5c;
}

.links-media a:last-of-type i{
        border-right:none;

}


/* .links-media a.facebook {
  color: #231eff;
}

.links-media a.youtube {
  color: #ff0000;
}

.links-media a.instagram {
  background: -webkit-linear-gradient(#ff04b5, #ffb80d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.links-media a.twitter {
  color: #00b3bf;
}

.links-media a.phone_number_main {
  color: #16cf1d;
} */

.links-media a:hover {
  transform: rotate(-25deg) scale(1.1, 1.1);
}

/*footer .links-media a:hover {*/
/*  background-color: #C9A251;*/
/*  transition: all 0.7s;*/
/*}*/



.logos-footer {
  position: relative;
  /* display: flex; */
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 100%;
}

.logos-footer .img1 {
  width: 140px;
  margin-bottom: 20px;
}

footer .text {
    line-height: 30px;
    color: #fff;
    max-height: 94px;
    overflow: hidden;
}

.copyright {
  padding: 100px 0 10px 0;
  color: #fff;
  font-size: 16px;
}

.copyright .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-bar {
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 9;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
}

.nav-bar .logo {
  display: inline-flex;
}

.nav-bar .logo img {
  width: 140px;    
  transition: .5s ease-in-out;
}

.nav-fixed img {
    width: 100px!important;
}
.nav-fixed {
    top: 0px!important;
    background: #C9A251;
}

.nav-bar .nav-listt>li>a, .lang-in {

transition:all .4s ease;
    
}


.nav-fixed .nav-listt>li>a, .lang-in {
    font-size: 17px!important;
    
}


.nav-fixed .nav-listt>li>a:hover, .nav-fixed .nav-listt>li.current-menu-item>a, .lang-in:hover {
    color: #fad278!important;
    transition:all .4s ease;
}




.nav-bar .nav-listt {
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 0px;
    align-items: center;
    justify-content: left;
}

.nav-bar .nav-listt>li {
  margin-left: 25px;
  position: relative;
}

.nav-bar [class^="col-"] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-bar .nav-listt>li>a,
.lang-in {
    color: #ffffff;
    transition: all 0.7s;
    font-size: 17px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-bar .nav-listt>li>a:hover,
.nav-bar .nav-listt>li.current-menu-item>a,
.lang-in:hover {
  color: #C9A251;
  text-shadow: 0 0 1px #C9A251;
}


.top-section{
    background-color: #C9A251;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 30;
}


.top-section .info-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.top-section .info-top .links-media{
    margin-bottom: 0;
    margin-right: 40px;
}
.top-section .info-top .links-media a{
    width: 23px;
    height: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: all .7s;
    color: #312e2f;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 13px;
    position: relative;
    top: 0;
}
.top-section .info-top .contact-top a{
     color: #fff;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    transition: all .7s;
    margin-left: 0px;    direction: ltr;
    border-left: 1px solid #ffffffb0;
    padding: 0 5px;
}

.top-section .col-lg-5 {
    direction: ltr;
}




.top-section .info-top .contact-top a:last-of-type{
      border-left: none;

}
.top-section .info-top .contact-top a i{
    margin-right: 8px;    color: #fff;
}

.nav-bar .nav-listt>li.current-menu-item>a::before {
  content: "";
  background-color: #C9A251;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
}

.nav-bar .nav-listt>li.current-menu-item>a {
  font-weight: bold;
  text-shadow: none;
}

/* .nav-bar .nav-listt>li:not(.current-menu-item)>a:hover,
.lang-in:hover {
  background-color: #C9A2510a;
} */

.nav-bar .nav-listt>li.menu-item-has-children {
  position: relative;
}

.nav-bar .nav-listt>li.menu-item-has-children::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1.5px solid #8b8b8b;
  border-top: 0;
  border-right: 0;
  top: 19px;
  left: 0;
  transform: rotate(-45deg);
}

.nav-bar .nav-listt>li.menu-item-has-children>.sub-menu {
  list-style: none;
  position: absolute;
  background-color: #2a398c;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  box-shadow: 0 3px 5px #00000073;
  top: 150%;
  right: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.nav-bar .nav-listt>li.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 110%;
}

.nav-bar .nav-listt>li.menu-item-has-children>.sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #2a398c transparent;
  border-width: 0 18px 15px 18px;
  top: -15px;
  right: 60px;
}

.nav-bar .nav-listt>li.menu-item-has-children>.sub-menu>li>a {
  color: #000;
  display: block;
  width: 100%;
  font-size: 17px;
  padding: 13px 25px;
  transition: all 0.7s;
}

.nav-bar .nav-listt>li.menu-item-has-children>.sub-menu>li>a:hover {
  background-color: #000;
  color: #2a398c;
}

.nav-bar [class^="col-"]:last-of-type {
  justify-content: flex-end;
}



.loading-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  z-index: 10000;
  transition: all 0.7;
  /* display: none; */
}

.loading-section .inin {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  transition: all 0.7s;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.loading-section .inin.colored {
  transform: scale(300, 300);
}

.loading-section .logo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-section .logo-loading img {
  width: 300px;
  transition-property: all;
  transition-duration: 1.8s;
  /* transition-delay: .3s; */
  transition-timing-function: ease-in;
  filter: blur(100px);
  opacity: 0;
}

.loading-section .logo-loading img.colored {
  filter: blur(0);
  opacity: 1;
}

.open-to-open {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  position: relative;
  display: none;    transform: scale(.6);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.open-to-open span {
  width: 100%;
  height: 5px;
  background-color: #C9A251;
  display: block;
  border-radius: 26px;
  box-shadow: 0 0 3px #C9A251 inset;
  transition: all 0.7s;
}

.open-to-open.open-to-open-anim span:nth-of-type(1) {
  transform: rotate(-45deg) translate(-9px, 10px);
  color:#fff;
  background-color:#fff;
}

.open-to-open.open-to-open-anim span:nth-of-type(2) {
  transform: scale(0, 0);
    color:#fff;
  background-color:#fff;
}

.open-to-open.open-to-open-anim span:nth-of-type(3) {
  transform: rotate(45deg) translate(-9px, -9px);
    color:#fff;
  background-color:#fff;
}

.side-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: all 1s;
  visibility: hidden;
}

.side-menu-overlay span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #00000087;
  transform-origin: center center;
  box-shadow: 0 0 90px #000000c4 inset;
  transform: translate(-50%, -50%);
}

.side-menu-overlay.effect-open {
  box-shadow: 0 0 150px #000000de inset;
  background-color: #00000061;
  filter: blur(20px);
  visibility: visible !important;
}

.menu-slide-in {
  z-index: 1001;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  overflow: auto;
  width: 300px;
  background-color: #000000b3;
  box-shadow: -1px 0 5px #000000b3;
  padding: 20px 0;
  transition: all 1s;
}

.menu-slide-in.open-menu {
  right: 0;
}

.menu-slide-in img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.menu-slide-in .nav-listt {
  height: fit-content;
}

.menu-slide-in .nav-listt li a,
.menu-slide-in .lang-in {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  transition: all 0.7s;
}

.menu-slide-in .nav-listt li a:hover {
  background-color: #C9A251;
  box-shadow: 0 0 1px #C9A251;
}

.menu-slide-in .nav-listt li .sub-menu {
  border-right: 10px solid #545454;
  list-style: none;
}

.tap-in {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
  width: 60px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 3px 5px #00000040;
  display: none;
}

.tap-in a {
  margin: 0;
  display: flex;
  width: 60%;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.map {
  position: relative;
  width: 100%;
  height: 550px;
  background-color: #EEFFFE;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.map .header-custom-1 {
  margin-bottom: 50px;
}

.custom-page-all {
  padding-top: 165px;
}

.custom-page-all.services-page {
  /* padding-top: 0; */
}

.custom-page-all.services-page .about-section {
  padding-top: 130px;
}

.custom-page-all.services-page .about-section .serv-in {
  margin-bottom: 25px;
  width: 100% !important;
}

.our-partners-page .our-companys-section {
  padding-top: 0px;
}

.our-partners-page .our-companys-section .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.custom-page-all.contact-us-page {
  padding-top: 0;
}

.custom-page-all.contact-us-page .contact-us-section {
  padding-top: 30px;
}

/*.image-single {*/
/*  padding-top: 165px;*/
/*  text-align: center;*/
/*}*/

.image-single img {
  max-width: 100%;
}

.single-page {
  /*text-align: center;*/
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-page .text-single .header-custom {
  margin-bottom: 15px;
  font-weight: bold;
  color: #1e72b9;
  font-size: 25px;
}

.single-page .text-single .text-inin {
  color: #5b5b5b;
  font-size: 16px;
  text-shadow: 0 0 0.5px #5b5b5b;
  line-height: 2;
  text-align: start;
}

.right {
  margin-bottom: 10px;
}

.right .footer-new-img {
  width: 100px;
  margin-bottom: 6px;
  filter: brightness(0) invert(1);
}

.right .links-new a {
  color: #fff;
  font-size: 13px;
}



.wpum-already-logged-in.wpum-message.info {
    padding: 30px 0;
    background: none;
    border: 0;
}
.wpum-already-logged-in.wpum-message.info a {
    display: block;
    /*color: #d8b666;*/
    text-shadow: none!important;
}


.wpum-already-logged-in.wpum-message.info a {
    font-size: 16px;
    margin: 1px 0px;
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    padding: 13px;
    color: #fff;
}

/*.wpum-message p {*/
/*    font-size: 0!important;*/
/*}*/



.wpum-action-links {
    color: #fff;
}

.wpum-action-links a{
    color: #DEBE6E;
}



.wpum-login-form input[type="submit"],
.wpum-registration-form input[type="submit"]{
        background: linear-gradient(270deg, #c39a49, #DEBE6E);
    color: #fff;
    padding: 10px;
    border: 0;
}




form#wpum-submit-registration-form a {
    color: #fff;
}



@media (max-width: 1199px) {
  .main-slider-slider .item .item-text h2 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
    max-height: 39px !important;
  }


  .nav-bar .phone_number_main {
    display: none !important;
  }
}

@media (max-width: 991px) {
	
	
	html{
		overflow-x:hidden
	}
	.team .img{margin-bottom:30px;}




  .open-to-open {
    display: flex;
  }

  .nav-bar [class^="col-"]:nth-of-type(2) {
    display: none !important;
  }

  .nav-bar .logo img {
    width: 120px;
  }







 
  .copyright {
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
    
    
  .main-slider-slider .item .item-text {
    width: 100% !important;
  }

  .main-slider-slider .item .item-text h2 {
    font-size: 25px !important;
    margin-bottom: 15px !important;
    max-height: 32px !important;
  }





  .contact-us-email {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
  }

  .empoly-section .head {
    font-size: 22px !important;
  }
}

@media (max-width: 575px) {
	
	
	
	
	
	
  .main-slider-slider .item .item-text h2 {
    font-size: 18px !important;
    line-height: 1.5 !important;
    max-height: 29px !important;
  }

  .feats-section .feats .feat {
    width: 100% !important;
  }

  .serv-in {
    width: 100% !important;
  }
}




.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  border: 0;
  padding: 5px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* width: fit-content; */
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

/*.owl-theme .owl-nav [class*=owl-]:hover {*/
/*  background: none;*/
/*  color: #0DBBB5;*/
/*}*/



.flip-box {
  background-color: transparent;
  width: 100%;
  height: 270px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
      transition-timing-function: cubic-bezier(0.7,0,0.3,1);
      transition-duration: .7s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front{
    background:#f8f8f8;
        padding: 30px;
            border: 1px solid #195f4a85;
}


.flip-box-front h4 {
    color: #175844;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 10px;
    max-height: 52px;
    overflow: hidden;
}







.flip-box-front .content .text {
    max-height: 84px;
    overflow: hidden;
    line-height: 29px;
    font-size: 14px;
    color: #858585;
}



.flip-box-back .image-wrap {
    height: 351px!important;
    background-color:#000;
}


.flip-box-back .image-wrap img{
    opacity:.6;
}



.flip-box-back .content h4 a {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}














.watch-action {
    float: left;
    width: 100%;
    height:auto!important;
    position: absolute;
    top: 158px;
    z-index: 9;
    left: 10px;
    width: 100%;
    text-align: right;
    direction: ltr;
}



.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding:20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-back {
    color: white;
    background-size:cover;
    transform: rotateY(180deg);
    box-shadow: 0px 0px 20px 0 #195f4a8a;
}


.flip-box-back .more-box span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #d8b565;
    position: relative;
}



.flip-box-back .more-box path {
    fill: #fff;
}



.flip-box-back .more-box svg {
    position: absolute;
    top: 39%;
        left: 38%;
    transform: translate(-50%,-50%);
      transition-timing-function: cubic-bezier(0.7,0,0.3,1);
   transition-duration: .7s;
}

.flip-box-back .more-box:hover svg {
        left: 33%;

}


.slider-services .owl-dots {
    display: block!important;
}



span.wpml-ls-native:after {
    content: "\f0ac";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
    margin: 0 7px;
}

.flip-box-back .more-box {
    position: relative;
        margin-top: 22px;
}


.flip-box-back .content {
    height: 100%;
    text-align: center;
    display: block;
        padding-top: 70px;
}

.flip-box-back .content:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #195f4a63;
    z-index: -1;
}



.star-rate {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 9;
    color: #ffcc00;
}



.owl-carousel .owl-nav button.owl-prev {
  right: 0;
  left: auto;
}

.owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: auto;
}


.service-setion {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;    overflow: hidden;
  min-height: 600px;
  position:relative;
}





a.syaad_btn {
    position: relative;
    width: 110px;
    display: inline-block;
    color: #fff;
    /* background: red; */
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    z-index:1;
    transition:all .4s ease
}


.syaad_100{
    width:100%!important;
}


a.syaad_btn:hover {
    color:#DEBE6E;
}

a.syaad_btn_lg {
    position: relative;
    width: 170px;
    display: inline-block;
    color: #fff;
    /* background: red; */
    text-align: center;
    padding: 10px;
    margin: 0 0px;
}

a.syaad_btn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    position: absolute;    

    left: 0px;
    top: 19px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    opacity:0;
    visibility:hidden;
      -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
      transition-duration: .5s;
}

a.syaad_btn:after {
    width: 100%;
    height: 45px;
    transition: all .4s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    z-index: -1;
    border-radius: 0px;
    transform: translate(-50%,-50%);
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
      -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
      transition-duration: .5s;
}



a.syaad_btn:hover:after {
    width: 30px;
    left: 10px;
    height: 30px;
    border-radius: 50%;
    top: 23px;
}

a.syaad_btn:hover:before {
        left: 8px;
            opacity:1;
    visibility:visible;
}

.svg_shape {

position: absolute;
    bottom: -15px;
    z-index: 99;
    left: 0;
    width: 100%;
}



.service-setion .grid-section .wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px;
}

.service-setion .grid-section .wrapper .box {
  border-radius: 25px;
  /*height: auto;*/
  transition: .5s all ease-in-out;
}

.service-setion .grid-section .wrapper .box>.image-wrap {
  height: 100%;
}

.service-setion .grid-section .wrapper .box>.image-wrap img {}

.service-setion .grid-section .wrapper .box .body {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*width: 100%;*/
  /*background: #fff;*/
  /*height: 280px;*/
  /*padding: 10px 30px 10px 10px;*/
  /*transition: .5s all ease-in-out;*/

}
.service-setion .grid-section .wrapper .box .overlay{
	background-color:transparent;
}
/*.service-setion .grid-section .wrapper .box .content {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  padding: 10px 30px 10px 10px;*/
/*  height: 250px;*/
/*  transition: .5s all ease-in-out;*/
/*}*/

/*.service-setion .grid-section .wrapper .box .content .image-wrap {*/
/*  height: 75px;*/
/*  width: 75px;*/
/*  border-radius: 12px;*/
/*  background-color: #C9A251;*/
/*  margin-bottom: 15px;*/
/*  padding: 10px;*/
/*}*/

/*.service-setion .grid-section .wrapper .box .content .image-wrap img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: contain;*/
/*  transition: .5s all ease-in-out;*/
/*   filter: brightness(0) invert(1); */
/*   background-color: #C9A251; */
/*}*/

.service-setion .grid-section .wrapper .box .content h4 {
    transition: .5s all ease-in-out;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
}

.service-setion .grid-section .wrapper .box .content .text {
    transition: .5s all ease-in-out;
    max-height: 70px;
    overflow: hidden;
    line-height: 1.8;
    color: #a8a8a8;
    font-size: 13px;
    margin-top: 9px;
}


.box .option-con {
    margin-top: 13px;font-size: 12px;
    color: #9c9c9c;
}

.box .option-con img {
    width: 18px;
}

.box .option-con li {
    display: inline-block;
    width: 32%;
}




.grid-section .wrapper .box .image-wrap img {
    object-fit: cover;
    height: 100%!important;
    width: 100%;
}


.grid-section .wrapper .content {
    margin-top: 10px;
    padding: 10px;    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}






/*  hover  */

/*.service-setion .grid-section .wrapper .box:hover .body {*/
/*  background-color: #C9A251;*/
/*  transition: 0.5s all ease-in-out;*/
/*}*/

/*.service-setion .grid-section .wrapper .box:hover .content .image-wrap {*/
/*  background-color: #323232;*/
/*  transition: 0.5s all ease-in-out;*/
/*}*/

/*.service-setion .grid-section .wrapper .box:hover .content .image-wrap img {*/
/*   filter: brightness(0) invert(1); */
/*  transition: 0.5s all ease-in-out;*/
/*}*/

.service-setion .grid-section .wrapper .box:hover .content h4 {
  color: #323232;
  transition: 0.5s all ease-in-out;
}

.service-setion .grid-section .wrapper .box:hover .content .text {
  color: #323232;
  transition: 0.5s all ease-in-out;
}



.row--edit {
  width: 80%;
  margin: auto;
}

/*.owl-theme .owl-dots .owl-dot span {*/
/*  transition: .7s all;*/
/*  width: 30px;*/
/*}*/



.service-setion .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}



.main-slider-slider .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
    margin: 5px 4px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}


.main-slider-slider .owl-dots {
    position: absolute;
    z-index: 99;
    top: 77%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}



.service-setion .owl-nav button.owl-next{
    left: 0;
    right: auto;
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    width: 55px;
    height: 55px;
    border-radius: 0;
    top: 0;
    color: #fff;
}


.service-setion .owl-nav button.owl-prev{
    right: 0;
    left: auto;
    background: linear-gradient(270deg, #c39a49, #DEBE6E)!important;
    width: 55px;
    height: 55px;
    border-radius: 0;
    top: 0;
    color: #fff;
        transform: rotateY(180deg) translate(0px, -27px);
}

.service-setion .owl-nav button.owl-next:hover {
        background: linear-gradient(270deg, #c39a49, #DEBE6E);

}

/*.service-setion .owl-nav button.owl-prev {*/
/*    display:none;*/
/*}*/

.service-setion .button.owl-next svg,
.service-setion .button.owl-prev svg {
    position: relative;
    height: 32px;
    transition:all .4s ease;
    padding-right: 4px;
    right: -15px;
}

.service-setion button.owl-next:hover svg {
    right: 0px;
}

.service-setion  .owl-nav svg {
    position: relative;
    top: -17px;
}

.service-setion button.owl-next svg path,
.service-setion button.owl-prev svg path{
    fill: #fff;
}

.service-setion .owl-nav {
        position: absolute;
    top: 92%;
    transform: translate(-50%, -50%);
    width: 29%;
    left: 50%;
}



.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #C9A251;
  transition: .7s all;
}

.services-page {
  background-color: #EEFFFE;
  padding-bottom: 50px;
}

.services-page .grid-section .head .text {
  color: #707070;
}

.services-page .grid-section .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.services-page .grid-section .wrapper .box {
  box-shadow: 0px 6px 6px 0px rgba(238, 238, 238, 0.75);
}

.services-page .grid-section .wrapper .box .image-wrap img {
  filter: brightness(0.5);
  -o-object-fit: contain;
  object-fit: contain;
}

.services-page .grid-section .wrapper .box .body {
  padding: 10px;
  color: #000;
}

.services-page .grid-section .wrapper .box h4 {
  text-align: start;
  margin-bottom: 20px;
  color: #000;
}

.services-page .grid-section .wrapper .box .text {
  max-height: 60px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #707070;
}

.services-page .grid-section .wrapper .box .main-btn {
  min-width: 125px;
  margin: 0 0 20px 0;
  border-radius: 16px;
}

.grid-section .wrapper .box {
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  height: 350px;
}

.grid-section .wrapper .box .image-wrap {
  height: 180px;
  position: relative;
  overflow: hidden;
  display: block;
}

.grid-section .wrapper .box .body {
  padding: 10px;
}

.grid-section .wrapper .box .body h4 {
  margin-bottom: 20px;
  font-size: 20px;
}

.grid-section .wrapper .box .body .text {
  max-height: 105px;
  overflow: hidden;
  line-height: 1.6;
  margin-bottom: 20px;
}

/*.grid-section .wrapper .box:hover {
  transform: translateY(-15px);
  transition: all 0.5s ease-in-out;
}
*/
ul {
  list-style: none;
}



.clients .title-section{
    text-align:center;
        margin-bottom: 60px;
}





.clients .block {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: linear-gradient(270deg, #17513e, #1a6852);
    color: #fff;
    padding: 35px;
    border-radius: 2px;
}


.clients  .inner {
    display: flex;
    width: 240px;
    margin: 30px auto 0;
    background: #F8EFD9;
    padding: 0;
    text-align: right;
    height: 70px;
    align-items: center;
}



.clients  .inner .img {
    width: 50px;
    background: #fff;
    height: 50px;
    padding: 10px;
    border: 2px solid #c9a251;
    margin: 0 10px;
}





.clients{
    position:relative;
    padding: 110px 0 230px 0;    overflow: hidden;
}



.clients-title h4 {
    font-weight: 600;
    color: #19624d;
        margin-bottom: 0;
    font-size: 20px;
}


.clients-title p {
    color: #6e6e6e;
    font-size: 14px;
}

.clients  .block .text {
    font-size: 15px;
    line-height: 31px;
        width: 90%;
    margin: 10px auto 0;
}


.clients .item {
    padding-top: 15px;
}



.clients .item:after {
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    position: absolute;
    width: 10px;
    height: 55px;
    left: 68%;z-index:5;
    top: 5px;
    content: "";
    transform: translate(-50%,-50%);
}



.clients .item:before {
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    position: absolute;
    width: 10px;
    height: 55px;
    left: 66%;z-index:5;
    top: 5px;
    content: "";
    transform: translate(-50%,-50%);
}


.clients .horezontal-border{
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    position: absolute;
    width: 100px;
    height: 10px;
    left: 50%;
    bottom: -36px;
    transform:translate(-50%,-50%);
}


.steps .horezontal-border{
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    position: absolute;
    width: 100px;
    height: 10px;
    left: 50%;
    bottom: -36px;
    transform:translate(-50%,-50%);
}


.clients .triangle_shape2 {
      width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 70px solid #d8b666;
    position: absolute;
    bottom: -10px;
    left: -50px;
    transform: rotate(225deg);
}

.clients .triangle_shape2:after {
    content: "";
    width: 9px;
    background: #fff;
    position: absolute;
    height: 150px;
    transform: rotate(90deg) translate(-1px, 0px);
}

.clients:before {
    content: "";
    width: 170px;
    position: absolute;
    left: -10px;
    transform: translate(-50%,-50%);
    background-image: url(../images/Favicon.png);
    height: 300px;
    top: 30%;
    background-size: cover;
    opacity: .1;
}


.clients .owl-nav button.owl-next {
    left: 0;
    right: auto;
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    width: 55px;
    height: 55px;
    border-radius: 0;
    top: 0;
    color: #fff;
}

.clients .owl-nav button.owl-prev {
    right: 0;
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    width: 55px;
    height: 55px;
    border-radius: 0;
    top: -28px;
    color: #fff;
    transform: rotateY(180deg);
}

.clients .owl-nav button.owl-prev:hover,
.clients .owl-nav button.owl-next:hover {
        background: linear-gradient(270deg, #c39a49, #DEBE6E);
}


.clients button.owl-next svg {
    position: relative;
    height: 32px;
    transition:all .4s ease;
    padding-right: 4px;
    right: -15px;
}
.clients button.owl-next:hover svg {
    right: -10px;
}

.clients button.owl-prev svg {
    position: relative;
    height: 32px;
    transition:all .4s ease;
    padding-left: 4px;
    left: 11px;
}

.clients button.owl-prev:hover svg {
    left: 4px;
}

/*.clients button.owl-next:hover svg {*/
/*    right: 0px;*/
/*}*/



.clients button.owl-next svg path,
.clients button.owl-prev svg path{
    fill: #fff;
}




.subscribe .block {
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    width: 100%;
    display: flex;
    padding: 75px 15px 50px;
    align-items: center;
    border-radius: 2px;
    
}

.subscribe .images {
    display: flex;
    position: absolute;
}

.subscribe .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subscribe .img2 img {
     clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0 100%, 0% 18%);
}


.subscribe .img1 img {
clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 88%, 87% 100%, 32% 100%, 0 100%, 0% 53%, 0 0);
}



.subscribe .images > div {
    width: 46%;
    height: 325px;
    position: relative;
    margin: 2%;
}


.subscribe {
    margin-top: 30px;position: relative;
    z-index: 1;    margin-bottom: -130px;
}



.subscribe .img1 {
    position: relative;
    top: -100px; 
}

.subscribe .img1 .path {
      width: 100%;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/line.svg);
    content: "";
    left: 58%;
    transform: translate(-50%,-50%) rotate(180deg);
    top: 58%;
}

.subscribe .img2 {
    position: relative;
    top: -230px;   
}


.subscribe-form input[type="submit"] {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 40px;
    color: #fff;
    background: #175340;
    border: 0;
    width: 90px;
}

.subscribe-form input[type="email"] {
    width: 100%;
    height: 45px;
    border: 0;
    padding: 12px;
    text-align: right;
}
.subscribe-form {
    position: relative;
    margin-top: 30px;
}



.subscribe .img2 .path {
    width: 100%;
    background-size: 100% 100%;
    height: 100%;
    background-image: url(../images/line.svg);
    position: absolute;
    content: "";
    left: 43%;
    transform: translate(-50%,-50%);
    top: 56%;
}



.line2-dotted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
    height: 550px;
    border-radius: 50%;
    z-index: -1;
    border: 2px dashed #dedede;    animation: rotates 55s infinite;

}
.line1-dotted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 650px;
    height: 650px;
    border-radius: 50%;
    z-index: -1;
    border: 2px dashed #dedede;    animation: rotates 55s infinite;

}

.line3-dotted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(25deg);
    width: 450px;
    height: 450px;
    border-radius: 50%;
    z-index: -1;
    border: 2px dashed #dedede;
    animation: rotates 55s infinite;
}

@keyframes rotates {
  0% {transform: translate(-50%,-50%) rotate(0deg);}
  100% {transform: translate(-50%,-50%) rotate(180deg);}

}







.sm-images {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
      width: 100%;
    height: 100%;
        /*animation: rotates 55s infinite;*/

}


button.btn.button.ur-submit-button {
    background: #cba554;
}


.sm-images img{
    /*animation: rotates 55s infinite;*/

}







.sm-images img {
    width: 50px;
    height: 50px;
}




.img-sm-1 {
      position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, -160%);
    animation: move1 2s infinite;
}

@keyframes move1 {
  0% {top: 14%;}
  50%{top: 13%;}
  100% {top: 14%;}
}




.img-sm-2 {
     position: absolute;
    top: 28%;
    left: 67%;
    transform: translate(-50%, -130%);
    animation: move2 2s infinite;
}


@keyframes move2 {
  0% {top: 32%;}
  50%{top: 33%;}
  100% {top: 32%;}
}


.img-sm-3 {
    position: absolute;
    top: 32%;
    left: 33%;
    transform: translate(-50%, -130%);
    animation: move3 2s infinite;
}


@keyframes move3 {
  0% {top: 32%;}
  50%{top: 33%;}
  100% {top: 32%;}
}


.img-sm-4 {
position: absolute;
    top: 62%;
    left: 37%;
    transform: translate(-60%, -220%);
    animation: move4 2s infinite;
}

@keyframes move4 {
  0% {top: 91%;}
  50%{top: 92%;}
  100% {top: 91%;}
}

.img-sm-5 {
    position: absolute;
    top: 62%;
    left: 63%;
    transform: translate(-50%, -214%);
    animation: move5 2s infinite;
}


@keyframes move5 {
  0% {top: 91%;}
  50%{top: 92%;}
  100% {top: 91%;}
}




.l2030 {
    position: absolute;
    z-index: 1;
    left: 20.5%;
    background: #ddf2ee;
    padding: 12px 70px;
    clip-path: polygon(24% 0, 76% 0, 100% 100%, 0% 100%);
    transform: translate(-50%,-05%);
    bottom: -6px;
}



.l2030 img {
    width: 140px;}
    
    
    .video-play{
    position: absolute;
    top: 50%;
    z-index: 99999;
    left: 16%;
    width: 60px;
    height: 60px;
    min-width: auto;color:#fff;
    border-radius: 8%;
    border: 0;
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    padding: 13px;
    transform: translate(-50%,-50%);
    }



.whatsappus a {
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 9;
    bottom: 26px;
    right: 20px;
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    color: #fff;
    line-height: 55px;
    text-align: center;
    font-size: 33px;
    transform: rotate(45deg);
}


.whatsappus a i {
    transform: rotate(-45deg);
}


.arr {
background: transparent;
    width: 55px;
    overflow: hidden;
    height: 55px;
    border: 2px solid #c39b4a;
    border-radius: 0%;
    transform: rotate(45deg);
}


.arr a {
    transform: rotate(-45deg) translate(6px, -11px);
    display: block;
}


.video-play:after {
animation: playvideo 1.2s infinite;
    content: "";
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 1px;
    z-index: -1;
}


.video-play:before {
animation: playvideo2 1.2s infinite;
    content: "";
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 1px;
    z-index: -1;
}

@keyframes playvideo {
  0% {    transform: translate(-50%,-50%) scale(1); opacity:.8;}
  100% {    transform:translate(-50%,-50%) scale(1.2);opacity:0;}
}

@keyframes playvideo2 {
  0% {    transform: translate(-50%,-50%) scale(1); opacity:.8;}
  100% {    transform:translate(-50%,-50%) scale(1.3);opacity:0;}
}


.modal-body {
    position: relative;
    padding: 8px;
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    border-radius: 13px;
}

.modal-content{
    background:transparent;
}




 .video-play{
    position: absolute;
    top: 50%;
    z-index: 99999;
    left: 16%;
    width: 50px;
    height: 50px;
    min-width: auto;color:#fff;
    border-radius: 1px;
    border: 0;
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    padding: 13px;
    transform: translate(-50%,-50%);
    }
    
    
    
    .login-btn:after {
    content: none!important;
}

    .login-btn:before {
    content: none!important;
}
    
    .login-btn{width: 130px!important;}
    
    
.overlay-mobile {
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    position: fixed;
    width: 30px;
    height: 30px;
    z-index: 5;
    border-radius: 50%;
    left: 20px;
    top: 61px;
    transform:scale(0);
        transition:all .5s ease;
}

.overlay-mobile-scaled {

    transform: scale(61.5);
}
    .menu-mobile a {
    color: #fff;
    font-size: 22px;
    display: block;
    margin: 22px 0;
}
.menu-mobile {
    position: fixed;
    top: 50%;        transition:all .5s ease;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    text-align: center;
    opacity:0;
    visibility:hidden;

}

.menu-mobile_scale{
        opacity:1;
    visibility:visible;
}
    
    
    
    
    
.textmore-about {
    position: absolute;
    bottom: 13px;
    font-size: 16px;
    color: #838383;
    padding: 0 14px;
    max-height: 26px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    line-height: 1.6rem;
}

.textmore-about q{
    color:#DEBE6E;
}

.textmore-about span{
    color:#898989;
}


/*.textmore-about p:before {*/
/*    content: "''";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    color: #d7b464;*/
/*    font-weight: 600;*/
/*}*/
/*.textmore-about p:after {*/
/*    content: "''";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    color: #d7b464;*/
/*    font-weight: 600;*/
/*}*/
    
    
/*.team-img{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*    opacity: .1;*/
    /*object-fit: 100% 100%;*/
/*}*/


.subscribe .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 7px;
    border: 2px solid #1b6b55!important;
    color: #1b6b54;
}



.subscribe span.wpcf7-spinner {
    display: none;
}
    
    
    
    

.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all .1s ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #011a31;
    opacity: .2;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .2s, height .2s, opacity .3s;
    z-index: 99;
}
/*.hover {*/
/*  background-color: #000;*/
/*  opacity: .8;*/
/*  z-index:9999;*/
/*  filter:blur(10px);*/
/*}*/

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}

/*    .plane-1 {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    width: 100%;*/
/*}*/
    
    
/*    .plane-1 .line-dotted{*/
/*    width: 29%;*/
/*    height: 9px;*/
/*    border-top: 2px dashed #cfa959;*/
/*    position: absolute;*/
/*    direction: rtl;*/
/*    right: 59%;*/
/*    transition:all .5s ease;*/
/*    }*/
    
/*    .plane1-anim{*/
/*            right: 69%;*/
/*    }*/
    
    .plane-1 .line-dotted{
        width: 30px;
    }
    .plane-1 .shep-all{
        
    }
    
    
    .cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all .1s ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #debe6e;
    opacity: .2;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .2s, height .2s, opacity .3s;
    z-index: 9999999999999999999;
}
/*.hover {*/
/*  background-color: #000;*/
/*  opacity: .8;*/
/*  z-index:9999;*/
/*  filter:blur(10px);*/
/*}*/

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}

    
    
.page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #17513e, #1a6852);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  /*display: none;*/
}


.page-loading:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(../images/footer.svg);
    z-index: 37;
	background-size: cover;
}


.page-loading .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: 1s fadelogo forwards;
  animation: 1s fadelogo forwards;
  transform: scale(1.5);
}

.page-loading .navbar-brand img {
  /*filter: brightness(0) invert(1);*/
  width:100px;
}



.page-loading .navbar-brand .text img {
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  width: 100%;
}

/*.page-loading .navbar-brand:after {*/
/*  content: "";*/
/*  width: 0px;*/
/*  height: 0px;*/
/*  background-color: #000;*/
/*  position: absolute;*/
/*  right: -120px;*/
/*  left: auto;*/
/*  border-radius: 50%;*/
/*  opacity:.8;*/
/*  box-shadow: 0px 0px 85px 100px #1a6852;*/
/*  -webkit-animation: 2s ease-in-out fader infinite;*/
/*  animation: 2s ease-in-out fader infinite 1.8s;*/
/*}*/

@-webkit-keyframes fader {
  0% {
    transform: translate(0%, 0%);
  }

  100% {
    transform: translate(-500px, 10px);
  }
}

@keyframes fader {
  0% {
    transform: translate(0%, 0%);
  }

  100% {
    transform: translate(-500px, 10px);
  }
}



.registration-form{
    margin-bottom:120px
}


.registration-form button.btn.button.ur-submit-button {
    background: #cba554;
    margin-top: 30px;
}


/*div#first_name_field input,*/
/*#user_email-error input{*/

/*}*/
.registration-form div#first_name_field,
#user_email-error{
    display: block;
    width: 100%;
}



.registration-form span.input-wrapper {
    width: 100%;
}

.registration-form span.input-wrapper input{
    height: 42px;
    border: none;
    width:100%;
    border-radius: 5px;
    background: white;
}
    
    
 .registration-form   .form label {
    color: #dab868;
}


.registration-form .ur-frontend-form {
    border: none;}
    
    
.service-setion i:before {
    font-weight: 900;
    font-family: fontawesome;
}
    
    
    
   .service-setion  .fa-chevron-right:before {
        font-family: inherit;
}

   .service-setion  .fa-chevron-left:before {
        font-family: inherit;
}



.images .img2.aos-init.aos-animate {
    position: relative;
    top: -246px;
}


.images .img1.aos-init.aos-animate {
    position: relative;
    top: -130px;
}

  
    
    @media screen and (max-width:640px){
        
        section.contact_us_indexed .block{
            margin-bottom:30px;
        }
        
        
        section.contact_us_indexed .svg{
display:none!important;
            
        }
        
        
        
        section.contact_us_indexed .svg {
    width: 320px;}
    
        
        section.contact_us_indexed .block2 .svg {
    width: 410px;
}
        
        .about-us-section .image-in:before {
    left: -25px;}
        
        
        
        
        
        .sm-images{
            display:none;
        }
        
        
        
        .subscribe-form form.wpcf7-form.init {
    margin-bottom: 30px;
}
        
        
        
        
        .textmore-about{
            display:none;
        }
        
        
          .main-slider-slider .item .item-text p {
   font-size: 16px;
    max-height: 94px;
    margin-bottom: 35px;
  }
        
        
        
        .main-slider-slider .item{
                height: 90vh;
                       background-size: cover;
        }
        
         .main-slider-slider{
                            clip-path:polygon(0 0%, 100% 0, 100% 73%, 68% 110%, 23% 100%, 0 75%);
}
        
        
        
        
        footer .col-lg-4{
            margin-top:20px;
        }
        
        
        
        footer .col-lg-2 {
    width: 50%;
    margin: 20px 0;
}
        
 .main-slider-slider .owl-dots {
    top: 75%;
    left: 64%;}
 
 
        
        
            .l2030 {
     left: 34%;
    padding: 12px 40px;
    bottom: -6px;
}



.l2030 img {
    width: 70px;
}



.video-play {
    top: 198px;}
        
        
        .login_register{
            display:none;
        }
        
        
    /*    .whatsappus a {*/

    /*right: 10px;}*/
        
        
        div#after_header .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
}



.about-us-section:after {
    width: 100%;
 
    height: 82%;
    right: 0;
  
}

#about .triangle_shape {
 
    right: -46px;
}
        
        
        
    .about-us-section .col-lg-6{
        margin-bottom:30px;
    }
        
        
        .about-us-section .image .image-in{
                height: 300px;
        }
        
        
        
        .steps .col-md-3 {
    width: 50%;
    margin-bottom: 50px;
}
        
        
        
        .step h4 {
    font-size: 70px;}
        
.step h3 {
    padding: 50px 11px;
    font-size: 14px;
}


.curve {
    height: 130px;}



.team .img {
    height: 250px;
}



.team img {
    top: 0;
    left: 0;
}


.services_title .title-section.title-dark {
    padding: 0px 20px;
}

.title-section.title-dark {
    padding: 30px 20px;
}



.team .vertical-border {
    height: 56%;}


        .step .text {
    padding: 15px 6px;
    font-size: 13px;
}


.team .text {
   
    margin-top: 0;
}

.team {
    padding: 10px 0;
}

.clients {

    padding: 10px 0;
 
}



.clients .block {
    width: 100%;}


footer {
    padding-top: 170px;}



.copyright {
    padding: 20px 0 10px 0;
}


.subscribe .block {
    padding: 15px 0 0 0;
    display: block;
}


.subscribe .images{
    display:none;
}



.title-section.title-light h3 {
    font-size: 25px;
    font-weight: 700;
}


.icon-scroll{
    display:none;
}


.about-us-section .text-in {
    padding-right: 25px;
    padding-top: 10px;
}


.about-us-section .container {
    width: 90%;}


.about-us-section {
    padding: 50px 0 0;
}


.service-setion {padding: 60px 0 50px;}


.line1-dotted {
    width: 290px;
    height: 290px;}
        
    
.line2-dotted {
    width: 190px;
    height: 190px;}
            
        
     .line3-dotted {
    width: 90px;
    height: 90px;}
               
        .clients .title-section {
    margin-bottom: 0px;
}
        
        
        .clients .horezontal-border {
    bottom: 3px;}
        
        
        .steps .row {
    margin-top: 10px;
}
        
        
          .main-slider-slider .item {
    padding-bottom: 170px;
    padding-top: 135px ;
  }
        
        
/*.main-slider-slider .item {*/
/*    clip-path: polygon(0 0%, 120% 0, 120% 59%, 77% 100%, 23% 100%, 0 78%);*/
/*}*/
        
        .main-slider {
    height: 598px;}
        
        
        .clients .owl-nav button.owl-prev,
        .clients .owl-nav button.owl-next{
    width: 35px;
    height: 35px;}
        
        
        .subscribe-form input[type="email"] {
    font-size: 14px;
}
        
        
        .clients .inner{
                width: 190px;
        }
        
        
        .title-section.title-light {
padding: 0 20px;
}
        
        
        
        .service-setion .owl-nav {
    width: 100%;
}
        
        
        
        .steps .horezontal-border{

    bottom: 14px;

}
        
        
        .copyright .right{
            margin-top:15px;
        }
        
        
        
        
        
    }
    
    
    
    