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;
}



.main-slider .item-text {
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    display: block;
    text-align: center;
    z-index:1;    position: absolute;
    transition:all .4s ease;
    opacity:0;
}


li#menu-item-wpml-ls-25-en a{
    font-size: 0;
    position: relative;
}

li#menu-item-wpml-ls-25-en a:after {
    content: "En";
    font-size: 16px;
    color: #fff;
}



li#menu-item-wpml-ls-25-ar a{
    font-size: 0;
    position: relative;
}

li#menu-item-wpml-ls-25-ar a:after {
    content: "عربي";
    font-size: 16px;
    color: #fff;
}



nav.prev-next-posts a {
    background: #414141;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    transition:all .4s ease;
}


nav.prev-next-posts a:hover {
    background: #212121;
}


nav.prev-next-posts {
    display: flex;
    align-items: center;    flex-direction: row-reverse;
    justify-content: center;
    gap: 30px;
    margin: 40px 0 30px 0;
}




.main-slider .item-text:hover {
    opacity:1;
}


.item-text div {
    position: relative!important;
}


.main-slider a.syaad_btn{
        color: #33366C;
}
.footer_section .container{	
	    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.main-slider a.syaad_btn:after{
        background: #D5D5D5;
}




.main-slider a.syaad_btn:hover{
        color: #fff;
}











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

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

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

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

body {
 font-family: 'Cairo', sans-serif;
  font-weight: normal;
    background: linear-gradient(276deg, #c2c1c1, #ffffff);  text-align: left;
	direction:ltr;
  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;
}


/*.fadeup{*/
/*    animation:animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;*/
/*}*/

/*@-webkit-keyframes animLoadedHeader {*/
/*	to { -webkit-transform: translate3d(0,-100%,0) scale(.9); }*/
/*}*/





/*.about-animation {*/
/*    transition:all 1s cubic-bezier(0.7,0,0.3,1) forwards;*/
/*    margin-top: -170px!important;*/
/*}*/




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


.pagination {
    margin: 14px 0;
    text-align: center;
}
.pagination a {
    background: linear-gradient(45deg, #939498, #C4C5C7);
    margin: 0 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
}


span.page-numbers.current {
     background: #33366c;
    margin: 0 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
}


/*.spinner {*/
/*    position: fixed;*/
/*    background: #43439b;*/
/*    z-index: 999;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: center; */
/*    justify-content: center;*/
/*    align-items: center;*/
/*			transform:scale(1.2);*/
/*	transition:all .5s ease-in-out;*/

/*}*/



/*.page-loadings #Group_951 rect, .page-loadings #Group_953 rect, .page-loadings #Group_955 rect, .page-loadings #Group_957 rect, .page-loadings #Group_959 rect, .page-loadings #Group_961 rect, .page-loadings #Group_963 rect {*/
/*    stroke: #ffffff;*/
/*    fill: transparent;*/
/*    stroke-dasharray: 1200;*/
/*    stroke-dashoffset: 1200;*/
/*    transition: all 4s ease-in-out;*/
/*    stroke-width: 60px;*/
/*}*/

/*.page-loadings.activate #Group_951 rect, .page-loadings.activate #Group_953 rect, .page-loadings.activate #Group_955 rect, .page-loadings.activate #Group_957 rect, .page-loadings.activate #Group_959 rect, .page-loadings.activate #Group_961 rect, .page-loadings.activate #Group_963 rect{*/
/*    fill: transparent;*/
/*    stroke-dasharray: 1200;*/
/*    stroke-dashoffset: 0;*/
/*        stroke-width: 60px;*/

/*}*/


/*.activate2{*/
/*	animation:pulse 2s ease-in-out;*/
/*}*/

/*@keyframes pulse{*/
/*	0%{transform:scale(1.2);}*/
/*	100%{transform:scale(1);}*/
/*}*/



.fadeoutc{
    opacity:0;
     visibility:hidden;
}



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

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


.page-loadings {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
    /* background: linear-gradient(270deg, #5D5D5E, #B6B6B7); */
	background:#fff;

  z-index: 9999999955;
  display: flex;
  align-items: center;
  justify-content: center;
  /*display: none;*/
}

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

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

.page-loadings .navbar-brand .text {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 10px 5px;
  font-size: 14px;
}

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

/*.page-loadings .navbar-brand:after {*/
/*  content: "";*/
/*  width: 0px;*/
/*  height: 0px;*/
/*  background-color: #000;*/
/*  position: absolute;*/
/*  right: -120px;*/
/*  left: auto;*/
/*  border-radius: 50%;*/
/*  box-shadow: 0px 0px 85px 100px #46469c;*/
/*  -webkit-animation: 2s ease-in-out fader infinite;*/
/*  animation: 2s ease-in-out fader infinite 2.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);*/
/*  }*/
/*}*/










.footer_section {
    padding: 10px 0 30px 0;
    /* background: linear-gradient(270deg, #5D5D5E, #B6B6B7); */
	background-color:#414141;
    border-bottom: 1px solid #dedede4a;
}


.foooter_menu ul li a {
    color: #fff;
    font-size: 17px;
    border-left: 1px solid #dedede;
    padding: 0 18px;
}


.foooter_menu ul li:last-child a {
    border-left: none;
}


.foooter_menu {
    margin: 30px 0;
}
.foooter_menu ul {
    display: flex;
}










.main-slider-slider .item {
background-position: center center;
    background-size: 100% 100%;
  
    height: 100vh;

}

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

.main-slider-slider .item .container {
z-index: 6;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
}




.main-slider .text {
    line-height: 30px;
    color: #fff;
    margin: 20px 0;
    font-size: 18px;
    max-height: 97px;
    overflow: hidden;
text-align:center!important;
    
}

.main-slider .text p{
text-align:center!important;}




.panel:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000005c;
    transition:all .4s ease;
    z-index: 1;
}




.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;
}















.btn-custom-1 {
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  background-color: #2D3066;
  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: #2D3066;
  background-color: #fff;
}



.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: #2D3066;
}

.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;
}


.pages-overlay {
    background: #F3F3F3;
    z-index: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    -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: .6s;
    transition-duration: .6s;
}

.pages-overlay-active{
     left: 0%;
         z-index: 10;
}

.pages-overlay-active2{
     left: 100%!important;
         z-index: 10;
}







.about-us-section {
    padding: 50px 0;
    margin-top: 0px;
  
    /*z-index: 11;*/
 position:relative;
        width: 100%;
}

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


.title-section.title-light h5 {
    color: #2D3066;
    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;
}


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



.title-section.title-dark h3 {
      color: #4D4D4E;
    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: #3D4076;*/
/*}*/


.flip-box-front .content .text a{
    color: #3D4076;
    position: relative;
    z-index: 5;
}



.services_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
}










.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: 100%;
    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;
}



.projects ul.nav.nav-tabs a:before {
    background: linear-gradient(45deg, #939498, #C4C5C7);
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.projects ul.nav.nav-tabs li a {
    color: #4D4D4E;
    font-size: 18px;
    position: relative;
    padding: 0px 27px;
}
.projects ul.nav.nav-tabs li {
    width: 100%;
    margin: 10px 0;
}



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

.projects .img {
    height: 300px;
    position: relative;
    width: 100%;
        border-radius: 10px;
    overflow: hidden;
}

.projects .main-text {
      position: absolute;
    bottom: 0;
    padding: 20px;
    background: #1b1d3eb8;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    left: 0;
}

.projects .tab-pane li {
    width: 36%;
    position: relative;
    display: inline-block;
    margin: 1%;
    overflow:hidden;
}

.projects .tab-pane li:first-child,
.projects .tab-pane li:nth-child(4),
.projects .tab-pane li:nth-child(5){

      width: 59%;
}

.projects .text {
    height: 43px;
    overflow: hidden;
}

.projects h3 a{
     font-size: 20px;
    color: #fff;
    max-height: 68px;
    overflow: hidden;
    display: block;
    line-height: 33px;
}

section.news {
    margin: 70px 0;
}



section.news .title-section.title-dark,
section.clients .title-section.title-dark{
    margin-bottom: 20px;
}


section.news .inner-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.news .inner-new .img {
    height: 250px;
    position: relative;
    clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 31%);
}

section.news .inner-new {
    border-radius: 20px;
    background: #fff;
    padding: 29px;
    clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 19%);
    border: 1px solid transparent;
    transition:all .4s ease;
}


section.news .inner-new:hover {
    border: 1px solid #2d3066;
    box-shadow: 0px 0px 30px #00000017;
}





section.news .more_options a {
    color: #3D4076;
    font-size: 14px;
    font-weight: 600;
}


section.news .more_options p svg {
    margin: 0 2px;
}



section.news .more_options p {
    color: #A7A7A7;
    font-size: 13px;
}


section.news .more_options {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}






section.news .inner-text-news h3 {
    color: #4D4D4E;
    font-size: 21px;
    font-weight: 600;
    margin-top: 15px;
}


section.news .inner-text-news .text {
    color: #707070;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 10px;
    max-height: 51px;
    overflow: hidden;
}





section.clients .img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

section.clients .img {
    width: 100%;
    height: 220px;
    margin: 0 auto;
    display: block;
    background: #fff;
    padding: 22px;
    border-radius: 6px;
}


.about-us-section .text-in {
    padding: 40px;
    background: linear-gradient(45deg, #939498, #BDBEC1);
/*     clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 53%, 61% 100%, 0 100%, 0 78%, 0% 73%, 0 0); */
    border-radius: 20px;
}


.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-in {
    width: 100%;
    /* border-radius: 15px; */
    overflow: hidden;
    /* box-shadow: 0 0 13px 1px #19654f; */
    /*height: 310px;*/
/*     clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 100%, 71% 100%, 0 100%, 0 78%, 0% 43%, 0% 83%); */
    margin-top: 30px;
    border-radius: 20px;
    direction: ltr;
    /*right: 14%;*/
    position: relative;
}

.back-index {
    position: fixed;
    left: 20px;
    top: 10px;
    z-index: 999;
    transform: scale(.7);
}



.back-index #SVGRepo_iconCarrier path {
    stroke-dasharray: 3400;
    stroke-dashoffset: 3400;
    fill: #2d3066;
    stroke: #2d3066;
    transition: all 1s ease;
    stroke-width: 1px;
}










.adds_abouts {
    margin-top: 40px;
}

.title_adds h4 {
      display: flex;
    align-items: center;
    gap: 11px;
    color: #4D4D4E;
    font-weight: 600;
    font-size: 25px;
}


.title_adds p {
    font-size: 16px;
    color: #707070;
    line-height: 30px;
/*     max-height: 88px; */
/*     overflow: hidden; */
	width:80%;
}



.title_adds img {
    width: 50px;
    background: gainsboro;
    padding: 10px;
    border-radius: 6px;
}


.title_adds {
    margin-bottom: 30px;
}

.about-us-section .image-in img {
    height: 100%;
    /* object-fit: cover; */
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

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

.team{
    padding: 120px 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:20px 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: #2D3066;
  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: #2D3066;
  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: #2D3066;
  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: #2D3066;

}

.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 #2D3066;
  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: #2D3066;
}

.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: #2D3066;
  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: #2D3066;
  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 #2D3066, inset 6.5em 0 0 0 #2D3066;
}

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

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

section.footer {
      background: linear-gradient(270deg, #5D5D5E, #B6B6B7);
    margin-top: 90px;
    padding: 70px 0;
}

.footer .title-section.title-dark h3 {
    color:#fff;
}

.row.second-foot li a {
    color: #ffffffa1;
    margin: 10px 0;
    display: block;
}

.row.second-foot h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
}


.form_footer h5 {
    color: #707070;
    font-size: 16px;
}

.form_footer h4 {
    color: #4D4D4E;
    font-weight: 600;
    font-size: 27px;
}


.form_footer input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
    height: 42px;  color: #dfdfdf;
    padding: 0 23px;
}

.form_footer textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
    height: 100px;
    padding: 9px 23px;
    resize: none;
}



.subscribe_footer input{
     width: 100%;  color: #dfdfdf;
    border: none;
    border-bottom: 1px solid #707070;
    height: 42px;
    padding: 0 23px;
        background: transparent;
}

.second-foot .col-md-6{
    margin-top:45px;
}






.form_footer input[type="submit"] {
    background: linear-gradient(270deg, #5D5D5E, #B6B6B7);
    border-radius: 10px;
    color: #fff;
    height: 46px;
}


.footer form{
        position: relative;
            margin-top: 30px;
}



.footer .services_title {
    margin-bottom: 60px;
}



.footer .title-section.title-dark {
    position: relative;
    width: 320px;
}


.footer .title-section.title-dark p {
    color: #fff;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}


.copyrightsss {
  /*  background: linear-gradient(270deg, #5D5D5E, #B6B6B7); */
	background:#414141;
    border-radius: 0px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    overflow:hidden;
    text-align: center;
}





.footer form input::-webkit-input-placeholder{
    color: #707070;
}

.subscribe_footer input::-webkit-input-placeholder{
    color:#fff!important;
}




.footer_text {
    line-height: 30px;
    color: #fff;
    margin-top: 27px;
    max-height: 117px;
    overflow: hidden;
}




.subscribe_footer input[type="submit"] {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
    color: #fff;
}




.footer .input-wrap i {
    position: absolute;
    top: 15px;
    color: #c8c8c8;
    font-size: 14px;
}

.footer .input-wrap {
    position: relative;
    margin-bottom: 17px;
}


.form_footer {
    padding: 25px;
    background: #fff;
    border-radius: 20px;
}


.breadcrumb {
 height: 170px;
    display: flex;
    position: relative;
    align-items: end;
    /* background: linear-gradient(270deg, #5D5D5E, #B6B6B7); */
	background:#414141
}



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










.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: #2D3066;*/
/*  transition: all 0.7s;*/
/*}*/





section.about-us-section,
section.service-setion,
section.projects,
.clients{
    margin-top: 60px;
}




.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: fixed;
  top: 27px;
  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; */
	transition:all .4s ease;
}

.nav_fixed{
    /*background: linear-gradient(270deg, #3c3c3c, #848484);*/
	background:#414141;
    padding: 10px 0;
    top: 0;
}



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

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

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

.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: #33366C!important;
    transition:all .4s ease;
}



button{
    background:none;
    border:none; outline:none;
}


.menu-overlay {
    background: #0000000d;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    display:none;
}



 .nav-show{
     top:40px!important;
    opacity: 1!important;
    visibility: visible!important;
 }


.nav-bar .nav-listt {
    list-style: none;
    width: 180px;
    padding: 0 0px;
    position: absolute;
    background: #f8fcff;
    border-radius: 10px;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-duration: .5s;
    box-shadow: 0 0 10px 0px #dedede;
}




ul.nav-listt {
    padding: 10px 0!important;
}


.nav-bar .nav-listt>li {
     margin: 0px 15px;
  position: relative;
}

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

.nav-bar .nav-listt>li>a {
    color: #212121;
    transition: all 0.7s;
    font-size: 16px;
    padding: 7px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-in {
    color:#fff;
}



.nav-bar i.fab.fa-twitter {
    background: #03A9F4;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
}


.nav-bar i.fab.fa-linkedin {
    background: #0077B5;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
}


.nav-bar .menu-collapsed button{
    filter: invert(1) brightness(10);
    width: 60px;
}


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

.nav-bar form input::-webkit-input-placeholder {
    color:#d8d8d8;
}

.top-section{
    background-color: #2D3066;
    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 {
  font-weight: bold;
  text-shadow: none;
}

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

.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-listt::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 8px 10px 8px;
    top: -8px;
    left: 26px;
}



.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;
  gap:20px
}



.nav-bar input[type="text"] {
    background: #ffffff61;
    height: 41px;
    border: 0;
    padding: 13px;
    width: 290px;
    color: #fff;font-size: 14px;
    border-radius: 5px;
}

.menu-collapsed path#Path_1215,
.menu-collapsed path#Path_1216{
    stroke-dasharray: 61;
     stroke-dashoffset: 0; 
}


.menu-collapsed:hover #Path_1215{
    animation:menu1 .6s ease;
         stroke-dashoffset: 0;
}

@keyframes menu1{
    0%{
        stroke-dashoffset: 61;
    }
    
    100%{
        stroke-dashoffset: 0;
    }
    
}


.menu-collapsed:hover #Path_1216{
    animation:menu2 .8s ease;
         stroke-dashoffset: 0;
}

@keyframes menu2{
    0%{
        stroke-dashoffset: 100;
    }
    
    100%{
        stroke-dashoffset: 0;
    }
    
}



.nav-bar form{
    position:relative;
}

.nav-bar button[type="submit"]{
    position: absolute;
    top: 7px;
    right: 6px;
    color: #fff;
}


.menu-collapsed {
    position: relative;
}




.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: #2D3066;
  display: block;
  border-radius: 26px;
  box-shadow: 0 0 3px #2D3066 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: #2D3066;
  box-shadow: 0 0 1px #2D3066;
}

.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) {




  .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) {
    
    .footer_section .container {
    flex-direction: column;
}
    
    
    
    .copyrightsss {
    height: auto;
    line-height: 36px;
}
    
        .copyrightsss .col-md-6{
    flex-direction: column!important;
    margin-top:15px;
        }
    
    .foooter_menu ul {
 display: flex;
    gap: 2px;
    flex-wrap: wrap;
    justify-content: center;
}



.foooter_menu ul li a {
    font-size: 15px;
    padding: 0 14px;
}


.numiric_pages a{
    margin:3px 0;
}

.title-section.title-dark h3 {
    font-size: 23px;
    margin: 10px 0 0px;
    line-height: 39px;
    font-weight: 600;
}

/*a.next.page-numbers, a.prev.page-numbers {*/
/*    width: 118px;*/
/*}*/
	
	.foooter_menu ul li {
    margin: 13px 0px;
}
	
    .nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}
    
    
    
    .projects .tab-pane li{
    width: 100%!important;
    margin-bottom:30px;
}
    
    
    
    .service-setion .owl-nav {
    top: 91%!important;
    width:100%!important;
}
    
    
    
    
    
    .col-md-4.menu-footer {
    display: inline-block;
    width: 50%;
}
    
    
    
    .second-foot .col-md-6,
    .form_footer,
    .footer .col-md-4{
    margin-top: 19px;
}
    
    
    .about-us-section .image-in {
    width: 100%;
    clip-path:none;
    margin-top: 20px;
    right: 0%;
    position: relative;
}




.footer .services_title img{
    display:none;
}

    
    .services_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
    
    
    
    
    
    
    
    section.about-us-section, section.service-setion, section.projects, .clients {
    margin-top: 0px;
}
    
    .about-us-section .text{
        width:100%;
    }
    
    
    .about-us-section .text-in {
    padding: 15px;
    /* background: linear-gradient(45deg, #939498, #BDBEC1); */
		background:#414141;
    clip-path:none;
    border-radius: 10px;
}
    
    
    
    
    .nav-bar i.fab{
    width: 27px;
    height: 27px;
    line-height: 30px;
    font-size: 15px;
    }
    
    
    
.nav-bar [class^="col-"]:last-of-type {
    justify-content: flex-end;
    gap: 7px;
    position: absolute;
    top: 60px;
    right: 20px;
}
    
    
    
    .nav-bar .nav-listt {
    right: 0;
}
    
    
    .nav-listt::before {
    left:auto;
    right: 26px;
}
    
    
    
    
    .nav-bar form{
        display:none;
    }
    
    
    
.main-slider-slider .item .container {
    top: 50%;}
    
.main-slider-slider .item .item-text {
    width: 100% !important;
    opacity: 1!important;
    /*top: -180px;*/
}

  .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: 288px;
  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 a{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin: 20px 0 10px;
    background: #414141;
    padding: 12px 0 37px;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    height: 53px;
    line-height: 34px;
}



.projects li.active a:before {
    background: #3e3e5d!important;
}


.projects li.active a {
    color: #3e3e5d!important;
	    font-weight: 900;
}



.flip-box-front .content .text {
    line-height: 30px;
    font-size: 16px;
    color: #707070;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    transition:all .4s ease;
}



.flip-box-front:hover .content .text {
    background: #2d3066;
    color:#fff;
}


.flip-box-front:hover a {
    color:#fff!important;
}


.flip-box-front .content .inner-text {
    max-height: 126px;
    overflow: hidden;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
}


i.fa.fa-arrow-right {
    transform: rotate(180deg);
}












.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{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}




.slider-services .owl-dots {
    display: block!important;
        margin-top: 40px;
}



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;
    overflow: hidden;
    width:100%;
    z-index: 99;
}


a.syaad_btn {
    position: relative;
    width: 150px;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    z-index: 1;
    font-size:17px;
    transition: all .4s ease;
}


.syaad_100{
    width:100%!important;
}


a.syaad_btn:hover {
    color:#2D3066;
}

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: 8px;
    transform: translate(-50%,-50%);
    background: #2D3066;
      -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%;
}


img.icon-servv {
    position: absolute;
    z-index: 0;
    width: 320px;
    height: 150px;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .4;
}










.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: #2D3066;*/
/*  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: #2D3066; */
/*}*/

.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: #2D3066;*/
/*  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(89deg, #939498, #c7c8ce);
    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(89deg, #939498, #c7c8ce);
    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: ;*/

/*}*/

/*.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: 50%;
    transform: translate(-50%, -50%);
    width: 114%;
    left: 50%;
}



.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2d3066;
  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;
}










   


.whatsappus a {
      width: 55px;
    height: 55px;
    position: fixed;
    z-index: 9;
    bottom: 26px;
    right: 20px;
/*     background: #fff; */
    line-height: 48px;
    text-align: center;
    font-size: 33px;
    border-radius: 50%;
}


/* .whatsappus svg{
	background: #fff;
    border-radius: 50%;
    height: 34px;
} */


.whatsappus a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: relative;
    background: #fff;
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}




.textmore-about {
    position: relative;
    font-size: 40px;
    color: #4D4D4E;
    padding: 0 14px;
    max-height: 104px;
    overflow: hidden;
    width: 100%;
    line-height: 53px;
    font-weight: 600;
}


.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: #61639A;
    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){
        
        
        .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;
  }
        
       
        .main-slider-slider{
                height: 98vh;
        }
       
        
        
        .main-slider-slider .item{
                height: 98vh;
                       background-size: cover;
        }
        

        
        
        
        
        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;
        }
        
        

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

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



.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;}
        
  
        
          .main-slider-slider .item {
    padding-bottom: 170px;
    padding-top: 135px ;
  }
        

        
        .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: 100%;
        }
        
        
        
        section.clients .col-md-4 {
    width: 50%;
}
        
        .title-section.title-light {
padding: 0 0px;
}
        
        
       
  
        
        
    
        
        .copyright .right{
            margin-top:15px;
        }
        
        
        
        
        
    }
    
    
    
    