@charset "UTF-8";
/*Start Search*/
.search-btn {
  cursor: pointer; }

.searchh {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all linear .4s;
  width: 100%;
  height: 100vh;
  text-align: center;
  padding: 350px 0 0 0;
  visibility: hidden; }

.searchh .search-cont {
  margin-top: -50px; }

.searchh .search-cont form input {
  background-color: #FFF;
  border: 0;
  padding: 20px;
  width: 100%;
  color: #000;
  outline: none;
  border-radius: 50px; }

.searchh .search-cont form input::placeholder {
  color: #000;
  text-transform: capitalize; }

.searchh .search-cont form button {
  background: transparent;
  color: var(--sec);
  font-size: 30px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 9.5px 20px;
  transition: all linear .4s; }

.searchh .search-cont form button:hover {
  background: transparent;
  transition: all linear .4s; }

#searchform {
  position: relative; }

.searchh .search-cont .search-close {
  position: absolute;
  top: 50px;
  text-align: center;
  left: 9%;
  background: var(--main);
  color: #fff;
  border: 0;
  width: 40px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  height: 40px; }

/* End Search*/
/*start nav*/
/*.nav-list {*/
/*  display: none; }*/

.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
 }
.nav-list{
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}
.nav-list li{
  list-style: none;
}
.nav-list li a{
  font-weight: bold;
  font-size: 18px;
  color: #7e7e7e;
  transition: linear .4s;
}
.nav-list li a:hover{
  color: #ff553e;
  transition: linear .4s;
}
.nav-btn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 0%;
  margin: 0px;
  margin-inline-end: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: linear .4s; }

.nav-btn:hover {
  transition: linear .4s;
  background-color: transparent;
  color: #FFF; }

.mobile-nav-list .logo {
  padding: 0 30px; }

.mobile-nav-list .date {
  display: flex;
  margin-top: 15px;
  padding: 0 30px;
  flex-direction: column;
  justify-content: center;
  align-items: self-start; }

.mobile-nav-list .date .lang, .mobile-nav-list .date #hijrii {
  margin: 10px 0; }

.mobile-nav-list .l-head {
  justify-content: center; }

.mobile-nav-list {
  display: block;
  position: fixed;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 999;
  text-align: center;
  height: 100%;
  width: 500px;
  padding: 60px 0;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: all .5s linear; }
  .mobile-nav-list::-webkit-scrollbar-track {
    background: #FFFFFF; }
  .mobile-nav-list::-webkit-scrollbar-thumb {
    background-color: var(--main);
    border-radius: 50px; }
  .mobile-nav-list::-webkit-scrollbar {
    width: .5em; }
  .mobile-nav-list .request {
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    background-color: var(--main);
    font-size: 16px; }
  .mobile-nav-list .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    .mobile-nav-list .phone .img-phone {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      border: 1px solid var(--main);
      border-radius: 50%; }
      .mobile-nav-list .phone .img-phone img {
        max-width: 20px;
        max-height: 20px; }
    .mobile-nav-list .phone p {
      font-size: 20px;
      font-weight: bold;
      color: #000; }
    .mobile-nav-list .phone a {
      font-size: 20px;
      font-weight: bold;
      color: #000; }
  .mobile-nav-list .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
      /*.fa-tiktok{
        color: #111111;
        filter: drop-shadow(3px 2px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);

      }
      .fa-linkedin-in{
        color: #0e76a8;
      }
      .fa-snapchat{
        background-color: #FFFC00;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .fa-facebook, .fa-facebook-square {
        color: #3b5998
      }
      .fa-twitter, .fa-twitter-square {
        color: #00aced
      }
      .fa-google-plus, .fa-google-plus-square {
        color: #dd4b39
      }
      .fa-youtube, .fa-youtube-play, .fa-youtube-square {
        color: #bb0000
      }
      .fa-tumblr, .fa-tumblr-square {
        color: #32506d
      }
      .fa-vine {
        color: #00bf8f
      }
      .fa-flickr {
        color: #ff0084
      }
      .fa-vimeo-square {
        color: #aad450
      }
      .fa-pinterest, .fa-pinterest-square {
        color: #cb2027
      }
      .fa-linkedin, .fa-linkedin-in-square {
        color: #007bb6
      }
      .fa-instagram {
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .fa-spotify {
        color: #1ED760;
      }*/ }
    .mobile-nav-list .social a {
      background-color: transparent;
      color: var(--main);
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--main);
      transition: all linear .3s;
      width: 40px;
      height: 40px;
      border-radius: 50%; }
      .mobile-nav-list .social a:hover {
        border: 1px solid var(--sec);
        background-color: var(--sec);
        color: #FFF;
        transition: all linear .3s; }
    .mobile-nav-list .social i {
      font-size: 16px; }
  .mobile-nav-list .main-phone {
    display: flex;
    gap: 10px;
    margin-inline-end: 20px;
    align-items: center;
    justify-content: center; }
    .mobile-nav-list .main-phone span {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--main);
      border-radius: 50%; }
      .mobile-nav-list .main-phone span img {
        width: 16px;
        height: 22px; }
    .mobile-nav-list .main-phone a {
      font-size: 18px;
      color: #000; }

.mobile-nav-list .link {
  font-size: 16px;
  padding: 10px 30px;
  position: relative; }

.mobile-nav-list .link a {
  color: #000;
  display: block;
  text-align: center;
  font-weight: bold;
  width: 100%; }

footer .sec-foot {
  margin-top: 0; }

.mobile-nav-list .link a.has_sub_menu {
  display: inline-block;
  width: calc(100% - 40px); }

.mobile-nav-list .link a:hover,
.mobile-nav-list .link.active a {
  color: var(--main);
  transition: all linear .3s; }

.mobile-nav-list .link i {
  color: #fff;
  background-color: var(--main);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform-origin: center;
  transition: all .3s linear; }

.mobile-nav-list .link i.open {
  transform: rotate(180deg); }

.sub-list {
  box-shadow: none;
  width: 100%;
  overflow: hidden;
  background-color: transparent; }

.sub-list a {
  display: block;
  position: relative; }

.sub-list .sub-link {
  border: 0;
  padding: 5px 20px;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  white-space: nowrap; }

.sub-list .sub-list a {
  display: block;
  position: relative; }

.trans-none {
  transform: none !important; }

.nav-overlay {
  display: block;
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .5s ease-in-out; }

/**/
.mobile-nav-list {
  right: 0; }

.mobile-nav-list .link a.has_sub_menu {
  margin-left: 5px; }

.sub-list .sub-list a {
  padding-right: 15px; }

.nav-overlay {
  left: 0;
  transform: translateX(-100%); }

/*end nav*/
@font-face {
  font-family: myriad-regular;
  font-display: swap;
  src: url(../fonts/myriad-regular.otf); }
@font-face {
  font-family: Bahij-Plain;
  font-display: swap;
  src: url(../fonts/Bahij-Plain.ttf); }
@font-face {
  font-weight: bold;
  font-display: swap;
  src: url(../fonts/Bahij-Bold.ttf); }
@font-face {
  font-family: sans-light;
  font-display: swap;
  src: url(../fonts/sans-light.otf); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  border: none; }

img, iframe {
  max-width: 100%; }

.wrap {
  overflow: hidden; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #edf1fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 999999; }

.loading img {
  max-width: 100%;
  padding: 20px; }

:root {
  --main: #ff553e;
  --sec: #ff553e; }
.txt-who p {
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.txt-who{
  text-align: center;
}
.who-sec{
  margin-top: 100px;
}
body {
  font-family: sans-light; }

/* Start Scroll */
body::-webkit-scrollbar-track {
  background: #FFFFFF; }

body::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 50px; }

body::-webkit-scrollbar {
  width: .5em; }

/* End Scroll */
.e-row {
  padding: 0;
  margin: 0; }

@keyframes tran {
  from {
    right: -1px; }
  to {
    right: 98%; } }
@keyframes mymove {
  from {
    left: 85%; }
  to {
    left: 0%; } }
@keyframes mymove2 {
  from {
    left: 85%; }
  to {
    left: 0%; } }
.sts-header{
  display: flex;
  gap: 10px;
}
.main-hover {
  padding: 3px 8px;
  width: 150px;
  height: 40px;
  z-index: 2;
  position: relative;
  text-transform: capitalize;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  overflow: hidden;
  font-weight: bold;
  color: #0b64fe;
  background: transparent;
  border: 1px solid;
  transition: linear .4s;}















  .main-hover:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    border-radius: 0px;
    left: 0px;
    top: 0;
    transition: .6s;
    background-color: var(--main);
    transition-timing-function: cubic-bezier(0.52, 1.74, 0.37, 0.76); }
  .main-hover:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 0;
    background-color: var(--main);
    right: 0px;
    border-radius: 0px;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.52, 1.74, 0.37, 0.76); }

.main-hover:hover {
  transition: .8s;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  color: #FFF;
  background-color: transparent; }
  .main-hover:hover:before {
    left: 0px;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: .4s; }
  .main-hover:hover:after {
    transition: .4s;
    right: 0px;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: -1; }
.main-hover.arrowing{
  justify-content: space-around;
  width: 200px;
  flex-direction: row;
  height: 45px;
  border-radius: 35px;
}
footer .main-hover.arrowing{
  z-index: 99;
}
  .main-hover.arrowing{
  position: relative;
  overflow: hidden;
}
.main-hover.arrowing span{
  position: absolute;
  right: 60%;
  transition: linear .4s;

}
footer .main-hover.arrowing span{
  right: 55%;
}
.main-hover.arrowing .a1{
  position: absolute;
  right: 20px;
  transition: linear .4s;



}
.main-hover.arrowing .a2{

  position: absolute;
  left: 20px;
  bottom: -20px;
  transition: linear .4s;
}

.main-hover.arrowing:hover span{
  position: absolute;
  right: 20px;
  transition: linear .4s;

}
.main-hover.arrowing:hover  .a1{

  bottom: -20px;
  transition: linear .4s;
}
.main-hover.arrowing:hover .a2{



  right: 80%;
  bottom: unset;
  transition: linear .4s;
}



.no-padding{
  padding: 0 !important;
}

.item-statc{
  box-shadow: 0 0 13px rgba(0,77,128,.11);
  border-radius: 15px;
  padding: 50px 25px 25px;
}
.statices-sec .col-lg-3:nth-of-type(even) .item-statc{
  background-color: #dfe7f4;
}
.number_statc{
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 50px;
  color: #0b64fe;
}
.item-statc h5{
  font-weight: bold;
  font-size: 22px;
  margin: 15px 0 0 0;
}
.item-statc img{
  max-width: 60px;
}
 .topsite img{
   height: 100vh;
   min-width: 1050px;
   max-height: 750px;
 }
.statices-sec , .shipping-sec{
  margin-top: 70px;
  position: relative;
}
.statices-sec > img{
  position: absolute;
  left: 0;
  top: -250px;
  z-index: -1;
  animation: scaleAnimation 10s linear infinite; /* Adjust the duration and timing function as needed */
}
.shipp-com{
  margin-bottom: 30px;
}
.main-header {
  font-size: 48px;
  color: #0a005a;
  font-weight: bold;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  display: table; }
.service:after{
  content: " ";
  background-image: url("../img/ser-shap.png");
  width: 226px;
  height: 205px;
  position: absolute;
  top: -180px;
  animation: rotateAnimation 10s linear infinite; /* Adjust the duration and timing function as needed */

}
@keyframes rotateAnimation {
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-20deg);
  }

}
@keyframes scaleAnimation {
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }

}
@keyframes transformAnimation {
  25% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }

}



.service .main-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service .main-header  span{
  font-size: 30px;
  color: var(--main);
}



  .main-header img {
    max-width: 70px;
    max-height: 50px;
    margin-inline-end: 10px;
    width: auto;
    filter: invert(52%) sepia(75%) saturate(299%) hue-rotate(3deg) brightness(89%) contrast(84%); }

body {
  font-family: sans-light;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-weight: bold; }

.main-hover.big {
  width: 180px;
  margin: 0 auto;
  display: flex; }
.over-hidden {
  overflow-y: hidden !important;
}
.main-hover.solid {
  background-color: transparent;
  border: 1px solid var(--main);
  color: var(--main); }
  .main-hover.solid i {
    color: var(--main); }
  .main-hover.solid:hover {
    border: 1px solid transparent;
    color: #FFF; }

/**/
 .slider-txt{
   font-weight: bold;
   font-size: 64px;
 }
.topsite{
  position: absolute;
  top: 0;
  right: 0;

}
.mainslider{
  padding-top: 50px;
}
header {
  position: relative;
  width: 100%; }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(180deg, white 30%, rgba(0, 0, 0, 0) 85%);
    width: 100%;
    height: 200%;
    display: none;
  }
  header .bottom-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative; }
    header .bottom-header:before {
      content: '';
      background-image: url("../img/bg-menu.png");
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      z-index: 1;
      pointer-events: none;
      height: 105px; }
    header .bottom-header .request {
      padding: 13px 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #FFF;
      background-color: var(--main);
      font-size: 16px; }
  header .top-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0; }
    header .top-phone .in-top-phone {
      display: flex;
      align-items: center;
      gap: 10px; }
      header .top-phone .in-top-phone i {
        font-size: 14px;
        color: var(--sec); }
      header .top-phone .in-top-phone a {
        font-weight: bold;
        color: #000;
        font-size: 14px; }
  header .fi-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    gap: 25px; }
    header .fi-head a {
      color: var(--main);
      font-size: 14px; }
    header .fi-head img {
      width: 20px;
      height: 20px; }
  header .top-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    position: relative; }
    header .top-head .main-top-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 15px 0;
      gap: 15px; }
      header .top-head .main-top-header .ses-img {
        width: auto;
        max-width: 150px;
        height: auto;
        max-height: 100px; }
      header .top-head .main-top-header .l-header {
        display: flex;
        gap: 10px;
        align-items: flex-end; }
        header .top-head .main-top-header .l-header .makan-head {
          border-inline-end: 3px solid #f6d9e0;
          padding-inline-end: 18px; }
          header .top-head .main-top-header .l-header .makan-head p:nth-of-type(1) {
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 24px;
            color: #342b68;
            text-align: left; }
          header .top-head .main-top-header .l-header .makan-head p:nth-of-type(2) {
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 14px;
            color: #9dcdca;
            text-align: left; }
          header .top-head .main-top-header .l-header .makan-head p:nth-of-type(3) {
            font-weight: bold;
            margin-bottom: 0px;
            font-size: 16px;
            color: #342b68;
            text-align: left;
            direction: ltr; }
            header .top-head .main-top-header .l-header .makan-head p:nth-of-type(3) i {
              color: #9dcdca;
              direction: ltr;
              font-size: 16px;
              margin-inline-end: 7px; }
      header .top-head .main-top-header .lang {
        font-size: 18px;
        color: #fff;
        width: 40px;
        height: 40px;
        display: inline-flex;
        background: #0b64fe;
        border-radius: 50%;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center; }
    header .top-head .f-head {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    header .top-head .regis-link-head {
      color: #0b64fe;
      background: transparent;
      border: 1px solid;
      width: 130px;
      transition: linear .4s;

    }
header .top-head .regis-link-head:hover{
  color:#fff;
  border-color:#ff553e;
  transition: linear .4s;
}
      header .top-head .regis-link-head:before, header .top-head .regis-link-head:after {
        background-color: #ff553e; }
  header .logo-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    header .logo-top img {
      max-width: 100%;
      max-height: 100%; }
  header .logo img {
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 120px; }
  header .menu-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    header .menu-icons .request {
      height: 40px;
      display: flex;
      width: 130px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #000;
      border-radius: 0px;
      background-color: var(--main);
      font-size: 16px; }
    header .menu-icons .lang {
      width: 130px;
      height: 40px;
      display: flex;
      color: #FFF;
      align-items: center;
      justify-content: center;
      background-color: var(--sec);
      transition: linear .2s;
      border-radius: 25px;
      font-size: 20px;
      border: 20px solid transparent; }
      header .menu-icons .lang img {
        width: 40px;
        height: 40px;
        border-radius: 0%; }
      header .menu-icons .lang:hover {
        color: #FFF;
        transition: linear .2s;
        border: 0px solid rgba(255, 255, 255, 0.5); }
    header .menu-icons .main-phone {
      display: flex;
      gap: 10px;
      margin-inline-end: 20px;
      align-items: center;
      justify-content: center; }
      header .menu-icons .main-phone span {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main);
        border-radius: 50%; }
        header .menu-icons .main-phone span img {
          width: 16px;
          height: 22px; }
      header .menu-icons .main-phone a {
        font-size: 18px;
        color: #000; }
    header .menu-icons .phone {
      display: flex;
      align-items: center;
      gap: 10px; }
      header .menu-icons .phone .img-phone {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 1px solid var(--main);
        border-radius: 50%; }
        header .menu-icons .phone .img-phone img {
          max-width: 20px;
          max-height: 20px; }
      header .menu-icons .phone p {
        font-size: 20px;
        font-weight: bold;
        color: #000; }
      header .menu-icons .phone a {
        font-size: 20px;
        font-weight: bold;
        color: #000; }
    header .menu-icons .search-btn {
      background-color: var(--main);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
      border: 10px solid transparent;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      color: #FFF;
      transition: linear .2s;
      text-align: center; }
      header .menu-icons .search-btn:hover {
        border: 0px solid rgba(0, 0, 0, 0.5);
        transition: all linear .2s; }
  header .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    /*.fa-tiktok{
      color: #111111;
      filter: drop-shadow(3px 2px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);

    }
    .fa-linkedin-in{
      color: #0e76a8;
    }
    .fa-snapchat{
      background-color: #FFFC00;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .fa-facebook, .fa-facebook-square {
      color: #3b5998
    }
    .fa-twitter, .fa-twitter-square {
      color: #00aced
    }
    .fa-google-plus, .fa-google-plus-square {
      color: #dd4b39
    }
    .fa-youtube, .fa-youtube-play, .fa-youtube-square {
      color: #bb0000
    }
    .fa-tumblr, .fa-tumblr-square {
      color: #32506d
    }
    .fa-vine {
      color: #00bf8f
    }
    .fa-flickr {
      color: #ff0084
    }
    .fa-vimeo-square {
      color: #aad450
    }
    .fa-pinterest, .fa-pinterest-square {
      color: #cb2027
    }
    .fa-linkedin, .fa-linkedin-in-square {
      color: #007bb6
    }
    .fa-instagram {
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .fa-spotify {
      color: #1ED760;
    }*/ }
    header .social a {
      background-color: transparent;
      color: var(--main);
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--main);
      transition: all linear .3s;
      width: 40px;
      height: 40px;
      border-radius: 50%; }
      header .social a:hover {
        border: 1px solid var(--sec);
        background-color: var(--sec);
        color: #FFF;
        transition: all linear .3s; }
    header .social i {
      font-size: 16px; }

.new-top-header {
  position: absolute;
  width: 100%;
  padding: 50px 0 0;
  z-index: 2;
  display: flex;
  justify-content: center; }

.none-head {
  display: none !important; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  30% {
    transform: rotate(90deg); }
  60% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
.inside-head .nav-list > .link > a {
  color: #000; }

.inside-head .nav-list > .link:hover a, .inside-head .nav-list > .link.active a {
  color: #FFF; }

.fixed-social {
  position: fixed;
  top: 70%;
  transform: translateY(-50%);
  left: 30px;
  display: flex;
  font-size: 18px;
  z-index: 99;
  flex-direction: column;
  gap: 15px;
  align-items: end; }
  .fixed-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 9px;
    background-color: #0b64fe;
    color: #FFF;
    transition: all linear .3s;
    width: 50px;
    height: 50px;}
    .fixed-social a img {
      width: 100%;
      height: 100%;
      border-radius: 10px; }
    .fixed-social a i {
      font-size: 22px;
      color: #FFF;
      transition: all linear .3s; }
    .fixed-social a:hover {
          transition: all linear .3s;
    background-color: var(--main);
    transform: rotate(360deg);
    color: #FFF; }
      .fixed-social a:hover i {
        transition: all linear .3s;
        color: #FFF; }
  .fixed-social .to-up {
    width: 36px;
    height: 36px; }
    .fixed-social .to-up img {
      width: 100%;
      height: 100%; }

/**/
/*start slider*/
@keyframes test {
  from {
    left: 0%;
    transform: translateX(0%) translateY(-50%);
    opacity: 0; }
  to {
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    opacity: 1; } }
@-webkit-keyframes to-down {
  0% {
    bottom: 60px;
    opacity: 0; }
  30% {
    bottom: 45px;
    opacity: 1; }
  100% {
    bottom: 30px;
    opacity: 0; } }
@keyframes to-down {
  0% {
    bottom: 60px;
    opacity: 0; }
  50% {
    bottom: 40px;
    opacity: 1; }
  100% {
    bottom: 20px;
    opacity: 0; } }
.top-slider {
  position: relative;
  overflow: hidden; }

.mainslider .item {
  position: relative; }
  .mainslider .item .top-item {
    position: relative; }
    .mainslider .item .top-item:before {
      content: url("../img/dots.png");
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%); }
  .mainslider .item img {
    height: auto;
    width: auto; }
  .mainslider .item .btn-slider {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 170px;
    height: 38px;
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    display: flex;
    background-color: var(--main);
    line-height: 33px;
    justify-content: center; }

.mainslider .item .in-item h2 {
  font-size: 58px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center; }

.mainslider .item .in-item p {
  font-size: 42px;
  color: #f6d9e0;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'sans-light'; }
  .mainslider .item .in-item p span {
    font-family: 'Bahij-Bold';
    font-size: 64px; }

.mainslider .item .in-item {
  transition: linear .4s;
  position: absolute;
  top: 50%;
  left: 28%;
  z-index: 3;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 75px; }
  .mainslider .item .in-item #countdown {
    display: flex;
    gap: 12px;
    justify-content: center; }
    .mainslider .item .in-item #countdown .in-count-down {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .mainslider .item .in-item #countdown .in-count-down h2 {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        background-color: #877ec2;
        font-size: 22px;
        margin-bottom: 5px;
        color: #FFF;
        line-height: 55px;
        display: flex;
        justify-content: center; }
      .mainslider .item .in-item #countdown .in-count-down span {
        display: flex;
        justify-content: center;
        width: 60px;
        height: 30px;
        border-radius: 10px;
        background-color: #6e659f;
        font-size: 16px;
        color: #FFF; }

/*
.mainslider .owl-item.active .in-item {
  animation: slideInLeft 1.5s linear 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  transition: linear .4s; }
.mainslider .owl-item.active img {
  animation: slideInRight 1.5s linear 1;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  transition: linear .4s; }*/
.top-slider .owl-nav {
  bottom: 20px;
  left: -10%;
  position: absolute;
  gap: 10px;
  z-index: 5;
  display: flex;
  flex-direction: column; }

.top-slider .owl-nav .owl-prev i, .top-slider .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
  border-radius: 50%;
  background-color: transparent;
  transition: linear .4s;
  border: 1px solid #FFF; }

.top-slider .owl-nav .owl-prev i:hover, .top-slider .owl-nav .owl-next i:hover {
  transition: linear .4s;
  color: #FFF;
  background-color: #000;
  border: 1px solid transparent; }

.mainslider .owl-dots {
  text-align: center;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .mainslider .owl-dots .owl-dot {
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
    transition: all linear .4s;
    border-radius: 50%;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mainslider .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      background-color: transparent;
      border-radius: 50%;
      display: block;
      transition: all linear .4s; }
  .mainslider .owl-dots .owl-dot.active {
    transition: all linear .4s;
    border: 1px solid var(--sec) !important; }
    .mainslider .owl-dots .owl-dot.active span {
      background-color: var(--main);
      transition: all linear .4s; }

.top-slider .owl-nav .owl-prev i:hover, .top-slider .owl-nav .owl-next i:hover {
  transition: linear .4s; }

@-webkit-keyframes drop-down {
  0% {
    bottom: -10px;
    opacity: 0; }
  25% {
    bottom: -25px;
    opacity: 1; }
  50% {
    bottom: -40px;
    opacity: 1; }
  75% {
    bottom: -55px;
    opacity: 1; }
  100% {
    bottom: -70px;
    opacity: 0; } }
@keyframes drop-down {
  0% {
    bottom: -10px;
    opacity: 0; }
  25% {
    bottom: -25px;
    opacity: 1; }
  50% {
    bottom: -40px;
    opacity: 1; }
  75% {
    bottom: -55px;
    opacity: 1; }
  100% {
    bottom: -70px;
    opacity: 0; } }
.bot-slider {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  margin-top: -50px;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.19);
  padding: 25px 30px; }
  .bot-slider .in-bot-slider {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--main);
    font-size: 16px;
    border: 1px solid var(--main);
    background-color: #FFF;
    transition: all linear .4s; }
    .bot-slider .in-bot-slider i {
      font-size: 22px; }
    .bot-slider .in-bot-slider:hover {
      transition: all linear .4s;
      background-color: var(--main);
      color: #FFF; }

/*end slider*/
/*start who*/
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  30% {
    transform: rotate(90deg); }
  60% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
.who {
  padding: 70px 0 15px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%; }
  .who:before {
    content: url("../img/bg-who.png");
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40%;
    z-index: 1;
    pointer-events: none; }
  .who .tit-who h1 {
    font-size: 48px;
    color: var(--main);
    text-align: center;
    line-height: 70px; }
  .who .r-who {
    position: relative;
    text-align: center; }
    .who .r-who img {
      max-height: 400px;
      max-width: 100%;
      width: 100%; }

.who .in-who {
  position: relative;
  z-index: 3; }

.who .in-who p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 5px;
  text-align: justify;
  font-family: sans-light; }

.who .in-who br {
  display: none; }

.who .in-who h1 {
  margin-bottom: 30px;
  color: #000;
  font-size: 72px; }

.who .in-who p span {
  font-size: 24px;
  color: var(--sec);
  display: block;
  font-weight: bold;
  margin-bottom: 10px; }

.bot-who {
  padding: 60px 0 60px;
  position: relative; }
  .bot-who:before {
    content: url("../img/bg2.png");
    position: absolute;
    left: 0px;
    top: -30%;
    pointer-events: none;
    z-index: 2; }
  .bot-who .number-who-item {
    display: flex;
    flex-direction: column;
    font-size: 34px;
    font-weight: bold;
    color: var(--main); }
    .bot-who .number-who-item h4 {
      font-size: 24px;
      color: #132047;
      margin-bottom: 22px;
      font-weight: bold;
      padding-bottom: 18px;
      border-bottom: 1px solid var(--main); }
    .bot-who .number-who-item span {
      font-size: 34px;
      font-weight: bold;
      color: var(--main); }
  .bot-who .interst {
    padding: 70px 0 0; }
    .bot-who .interst .main-interst {
      padding: 50px 30px;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 100%; }
      .bot-who .interst .main-interst h4 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 25px; }
      .bot-who .interst .main-interst p {
        font-size: 18px;
        color: #FFF;
        margin-bottom: 50px; }
    .bot-who .interst .col-lg-6:nth-of-type(1) .main-interst {
      background-image: url("../img/interst-1.png"); }
      .bot-who .interst .col-lg-6:nth-of-type(1) .main-interst h4 {
        color: var(--sec); }
    .bot-who .interst .col-lg-6:nth-of-type(2) .main-interst {
      background-image: url("../img/interst-2.png"); }
      .bot-who .interst .col-lg-6:nth-of-type(2) .main-interst h4 {
        color: var(--main); }
      .bot-who .interst .col-lg-6:nth-of-type(2) .main-interst .main-hover {
        background-color: #edd1d6;
        color: #000; }
        .bot-who .interst .col-lg-6:nth-of-type(2) .main-interst .main-hover:before, .bot-who .interst .col-lg-6:nth-of-type(2) .main-interst .main-hover:after {
          background-color: var(--sec); }
        .bot-who .interst .col-lg-6:nth-of-type(2) .main-interst .main-hover:hover {
          color: #FFF; }

.who .in-who .main-hover.solid {
  border: 1px solid #FFF;
  color: #FFF;
  margin-top: 30px; }
  .who .in-who .main-hover.solid i {
    color: #FFF; }
  .who .in-who .main-hover.solid:hover {
    border: 1px solid transparent; }

.main-hover.more {
  width: 40px;
  height: 40px;
  justify-content: center; }
  .main-hover.more:hover i {
    margin-bottom: 0 !important; }
  .main-hover.more:hover:before {
    display: none; }

.chairman {
  padding: 0px 0; }
  .chairman .chairman-img img {
    max-height: 300px;
    max-width: 300px;
    height: auto;
    width: auto;
    border-radius: 50%; }
  .chairman .chairman-cont h2 {
    font-size: 44px;
    color: #FFF;
    margin-bottom: 30px;
    font-weight: bold; }
  .chairman .chairman-cont p {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 0; }

/*end who*/
/*start gallery*/
.gallery {
  padding: 40px 0 70px; }

.main-gallery {
  position: relative;
  width: 100%;
  height: 250px;
  transition: all linear .3s; }
  .main-gallery img {
    width: 100%;
    height: 100%; }
  .main-gallery .in-gallery {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(69, 62, 102, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s; }
    .main-gallery .in-gallery i {
      color: #FFF;
      font-size: 80px;
      transition: all linear .3s; }
  .main-gallery:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.49);
    transition: all linear .3s; }
    .main-gallery:hover i {
      color: var(--main);
      transition: all linear .3s; }

/*end gallery*/
/*start why*/
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }
.why {
  position: relative;
  padding: 70px 0px;
  overflow: hidden;
  background-image: url("../img/bot-why.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center; }
  .why:before {
    content: url(../img/l-why.png);
    position: absolute;
    top: 0px;
    left: 175px; }
  .why .vid-img {
    max-width: 100%;
    width: 500px;
    border-radius: 50%;
    margin: 0 auto;
    height: 500px;
    border: 10px solid var(--main);
    transition: linear .3s;
    display: block; }
    .why .vid-img img {
      max-width: 100%;
      max-height: 100%;
      border-radius: 50%; }
  .why .why-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    .why .why-item .img-why {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-image: url("../img/bg-why.png");
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: right;
      display: flex;
      align-items: center;
      justify-content: center; }
      .why .why-item .img-why img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto; }
    .why .why-item .cont-why {
      flex: 1;
      margin-inline-start: 15px; }
    .why .why-item h3 {
      font-size: 24px;
      color: var(--sec);
      margin-bottom: 15px; }
    .why .why-item p {
      font-size: 16px;
      color: #636363;
      margin-bottom: 0px; }

/*end why*/
/*start product*/
.product {
  padding: 70px 0;
  background-image: url("../img/bg-pro.png");
  background-repeat: no-repeat;
  background-position: top right; }

.pro-item {
  width: 100%;
  height: 350px;
  border: 1px solid var(--sec);
  transition: all linear .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .pro-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .pro-item a {
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 60px;
    width: 250px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    color: #FFF;
    background-color: var(--sec);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all linear .4s; }
  .pro-item:hover {
    transition: all linear .4s;
    border: 1px solid var(--main); }
    .pro-item:hover a {
      transition: all linear .4s;
      background-color: var(--main);
      color: #FFF; }

.main-hover.bot-pro {
  width: 200px;
  height: 50px;
  display: flex;
  margin: 10px auto 0; }
  .main-hover.bot-pro:before {
    margin-top: -70px; }
  .main-hover.bot-pro:hover i {
    margin-bottom: -70px; }
  .main-hover.bot-pro:hover:before {
    margin-top: 0px; }

/*end product*/
/*start sponsor*/
.sponsor {
  padding: 50px 0;
  background-image: url("../img/bg-proj.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .sponsor .nav-tabs {
    display: flex;
    align-items: center;
    margin: 0 auto 50px;
    border: 0;
    justify-content: center; }
    .sponsor .nav-tabs li a {
      font-size: 16px;
      color: #c6c6c6;
      position: relative;
      display: inline-flex;
      padding: 0 40px 12px;
      border-bottom: 1px solid var(--main);
      transition: all linear .3s;
      font-weight: bold; }
      .sponsor .nav-tabs li a:before {
        content: '';
        width: 0%;
        bottom: -1px;
        right: auto;
        position: absolute;
        left: 0;
        background-color: #1075b0;
        height: 4px;
        transition: .8s;
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
      .sponsor .nav-tabs li a:hover, .sponsor .nav-tabs li a.active {
        color: #1075b0;
        transition: all linear .3s; }
        .sponsor .nav-tabs li a:hover:before, .sponsor .nav-tabs li a.active:before {
          transition: .8s;
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          right: 0;
          left: auto;
          width: 100%; }
  .sponsor .main-sponsor {
    border: 1px solid var(--main);
    padding: 50px; }

.in-sponsor {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .in-sponsor img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover; }

/*end sponsor*/
/*start news*/
.news {
  padding: 30px 0 100px;
  position: relative; }
  .news .main-header {
    margin: 0 auto 40px; }
  .news .main-news {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .news .main-news .img-news {
      width: 100%;
      height: 350px;
      position: relative;
      overflow: hidden; }
      .news .main-news .img-news img {
        width: 100%;
        height: 100%; }
      .news .main-news .img-news:before {
        content: '';
        background-color: #383158;
        opacity: .5;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        transition: all linear .3s; }
    .news .main-news .in-news {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-image: url("../img/bg-news.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      transition: all linear .3s;
      width: 100%;
      height: 350px;
      padding: 0 30px; }
      .news .main-news .in-news h4 {
        font-size: 28px;
        margin-bottom: 25px;
        color: #3b3860;
        font-weight: bold;
        text-align: center; }
      .news .main-news .in-news p {
        font-size: 16px;
        margin-bottom: 50px;
        color: #6d6e71;
        font-weight: bold;
        text-align: center; }
      .news .main-news .in-news a {
        font-size: 18px;
        margin-bottom: 0px;
        color: #4e4e4e;
        font-weight: bold;
        text-align: center;
        transition: all linear .3s; }
    .news .main-news:hover .img-news:before {
      transition: all linear .3s;
      width: 100%; }
    .news .main-news:hover .in-news {
      box-shadow: 0 0 59px rgba(0, 0, 0, 0.5);
      transition: all linear .3s; }
      .news .main-news:hover .in-news a {
        transition: all linear .3s;
        color: var(--main); }
  .news .col-lg-4:nth-of-type(2) .main-news {
    flex-direction: column-reverse; }

/*end news*/
/*start service*/
.service {
  padding: 50px 0 80px;
  position: relative;
  background-color: #f3f8fc;
  margin-top: 60px; }
.service.ininng{
  padding: 50px 0;
  position: relative;
  background-color: transparent;
  margin-top: 0;
}
.service.ininng:after{
  display: none !important;
}
.main-serv {
  transition: all linear .3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px;}


.service  .col-lg-12:nth-of-type(even) .main-serv {
  flex-direction: row-reverse;
}




  .main-serv img {
    height: auto;
    width: auto;
    animation: transformAnimation 10s linear infinite;
    transition: all linear .3s; }
  .main-serv .in-serv {
    display: flex;
    flex-direction: column;
    padding: 0;
    transition: all linear .4s;
    gap: 30px;
    max-width: 50%; }
    .main-serv .in-serv h2 {
      font-size: 25px;
      font-weight: bold;
      color: #0b64fe;
      margin-bottom: 0;
      position: relative;
      transition: linear .3s;
    }
.main-serv:hover .in-serv h2{
  color: var(--main);
  transition: linear .3s;
}
.main-serv .in-serv h2 >   span{
  font-weight: bold;
  font-size: 102px;
  color: #0b64fe;
  opacity: .2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
      .main-serv .in-serv h2:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 25px;
        background-color: #467e43;
        top: 0;
        right: -20px;
        display: none;
      }
    .main-serv .in-serv p {
      font-size: 18px;
      font-family: sans-light;
      color: #000;
      margin-bottom: 0;
    }
    .main-serv .in-serv a {
      /*display: flex;*/
      /*align-items: center;*/
      /*gap: 30px;*/
      /*color: #6d6e71;*/
      /*margin-bottom: 0;*/
      /*font-size: 18px; */
    }
  /*.main-serv:hover {*/
  /*  transition: linear .4s;*/
  /*  box-shadow: 0 0 62px rgba(0, 0, 0, 0.25); }*/
  /*  .main-serv:hover .in-serv {*/
  /*    transition: linear .3s;*/
  /*    background-color: rgba(0, 60, 2, 0.8); }*/
  /*    .main-serv:hover .in-serv h2, .main-serv:hover .in-serv p, .main-serv:hover .in-serv a {*/
  /*      transition: linear .3s;*/
  /*      color: #FFF; }*/

/*end service*/
/*start goals*/
.goals {
  padding: 50px 0;
  position: relative;
  background-image: url("../img/bg-part.png");
  background-size: 100% 100%;
  background-position: top right;
  background-attachment: fixed;}
  .goals .main-header {
      justify-content: center;
     }
  .goals-sec {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 30px; }
    .goals-sec .main-goals {
      grid-column: span 2;
      grid-row: span 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative; }
      .goals-sec .main-goals .img-goals {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        height: 205px;
        margin-bottom: 25px;
        align-items: center; }
        .goals-sec .main-goals .img-goals img {
          max-width: 100px;
          max-height: 100px;
          height: auto;
          width: auto;
          filter: brightness(0) saturate(100%) invert(51%) sepia(100%) saturate(322%) hue-rotate(36deg) brightness(97%) contrast(96%); }
        .goals-sec .main-goals .img-goals span {
          position: absolute;
          top: 18px;
          left: 15%;
          display: block;
          font-size: 24px;
          color: #000; }
        .goals-sec .main-goals .img-goals:before {
          content: url("../img/bg-goals.png");
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
      .goals-sec .main-goals h2 {
        font-size: 35px;
        color: #83aa21;
        margin-bottom: 0;
        text-align: center; }
  .goals .project-sec {
    padding: 80px 0 0; }
    .goals .project-sec .main-header {
      /*color: #FFF;*/
      /*margin-bottom: 40px; */
    }
.goals .project-sec .owl-nav {
  bottom: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  position: absolute;
  gap: 10px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
.goals .project-sec .owl-nav i{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  margin: 0 15px;
  background-color: #9d9d9d;
  color: #FFF;
  transition: all linear .3s;
  width: 40px;
  height: 40px;
}
.goals .project-sec .owl-nav i:hover{
  background-color: var(--main);
  color: #FFF;
  transition: all linear .3s;
}
.main-proj {
  position: relative; }
  .main-proj .img-proj {
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
    overflow: hidden; }
    .main-proj .img-proj img {
      width: 100%;
      height: 100%;
      transition: all linear .3s;
      object-fit: cover; }
    .main-proj .img-proj a {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 25px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #000;
      font-size: 18px;
      background-color: #FFF;
      transition: all linear .3s;
      min-width: 60px; }
      .main-proj .img-proj a i {
        display: flex;
        margin-inline-start: 30px;
        transition: all linear .3s; }
      .main-proj .img-proj a span {
        display: flex;
        margin-inline-end: -100px;
        opacity: 0;
        pointer-events: none;
        transition: all linear .3s; }
.main-proj .cont-proj{
  font-size: 14px;
  color: #FFF;
  margin-bottom: 0;
  padding: 0 4px;
  font-weight: bold;
}
  .main-proj .tit-proj {
    font-size: 20px;
    color: #0a005a;
    margin-bottom: 0;
    font-weight: bold;
    transition: all linear .3s; }
  .main-proj:hover .img-proj img {
    transition: all linear .3s;
    transform: scale(1.1) rotate(3deg); }
  .main-proj:hover .img-proj a i {
    margin-inline-start: 0px;
    margin-inline-end: 15px;
    transition: all linear .3s; }
  .main-proj:hover .img-proj a span {
    transition: all linear .3s;
    opacity: 1;
    pointer-events: visible;
    margin-inline-end: 30px; }
  .main-proj:hover .tit-proj {
    color: var(--main);
    transition: all linear .3s; }

/*end goals*/
/*start team*/
.team {
  padding: 70px 0; }
  .team .main-header {
    margin-bottom: 50px; }
  .team .row .col-lg-2:nth-of-type(2n+1) .in-team {
    margin-top: 30px; }

.in-team {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  transition: all linear .3s; }
  .in-team .img-team {
    position: relative;
    border-radius: 10px; }
    .in-team .img-team img {
      width: 100%; }
    .in-team .img-team:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(0, #161413 11%, #00000000 89%);
      background-size: 100% 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      transition: all linear .2s; }
  .in-team h2 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    transition: all linear .3s; }
  .in-team span {
    color: #888888;
    transition: all linear .3s;
    font-size: 16px;
    text-align: center; }
  .in-team:hover {
    transition: all linear .3s; }
    .in-team:hover .img-team:before {
      transition: all linear .2s;
      height: 0; }
    .in-team:hover h2 {
      transition: all linear .3s;
      color: var(--main); }
    .in-team:hover span {
      transition: all linear .3s;
      color: #FFF; }

/*end team*/
/*start blog*/
.blog-post {
  padding: 70px 0 40px;
  position: relative;
  overflow: hidden;
  background-color: #ebdebc; }
  .blog-post .r-part {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .blog-post .r-part .main-header {
      margin: 0 0px; }
    .blog-post .r-part .main-hover {
      justify-content: center;
      margin-bottom: 0; }
      .blog-post .r-part .main-hover:before {
        display: none; }

.blog-post .owl-dots {
  margin-top: 20px;
  position: relative;
  height: 60px;
  flex-direction: row; }

.blog-post .owl-dots .owl-dot {
  width: 5px;
  height: 40px;
  background-color: #ebebeb !important; }

.blog-post .owl-dots .owl-dot.active {
  height: 60px;
  background-color: var(--main) !important; }

.blog-post .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
  right: 0px;
  display: flex;
  z-index: -1;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.blog-post .owl-nav .owl-prev {
  margin-inline-start: -70px; }

.blog-post .owl-nav .owl-next {
  margin-inline-end: -70px; }

.blog-post .owl-nav i {
  transition: all linear .4s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #978556;
  color: #FFF;
  transition: all linear .4s; }

.blog-post .owl-nav i:hover {
  transition: all linear .4s;
  background-color: var(--main);
  color: #FFF; }

.main-blog {
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  overflow: hidden;
  transition: all linear .4s;
  position: relative;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.14); }

.main-blog img {
  width: 100%;
  height: 500px;
  transition: all linear .4s; }

.main-blog .in-item {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 30px;
  background-color: transparent;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  overflow: hidden;
  transition: all linear .4s;
  border-radius: 0px; }

.main-blog .in-item .time {
  margin-inline-start: -80px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  transition: linear .4s;
  opacity: 0;
  visibility: hidden; }

.main-blog .in-item .time i {
  font-size: 24px; }

.main-blog .in-item h3 {
  font-size: 24px;
  color: #FFF;
  margin-bottom: 20px;
  padding-top: 30px;
  transition: all linear .4s;
  position: relative; }

.main-blog .in-item .bot-blog {
  transition: all linear .4s;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: -140px;
  opacity: 0;
  visibility: hidden; }

.main-blog .in-item .bot-blog p {
  color: #FFF;
  width: 85%;
  font-size: 14px;
  transition: all linear .4s;
  margin-inline-start: -100%;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px; }

.main-blog .in-item .bot-blog .end-bot-blog {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.main-blog .in-item .main-hover {
  margin-inline-start: -80px;
  opacity: 0;
  transition: linear .4s;
  background-color: #FFF;
  visibility: hidden; }

.main-blog .in-item .bot-blog a i:hover {
  transition: linear .4s;
  background-color: #978556; }

.main-blog:hover .in-item {
  transition: all linear .4s;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 9px rgba(0, 0, 0, 0.27); }

.main-blog:hover .in-item .bot-blog {
  transition: all linear .4s;
  margin-bottom: 0px;
  opacity: 1;
  visibility: visible; }

.main-blog .in-item:hover .time {
  margin-inline-start: 0px;
  opacity: 1;
  visibility: visible;
  transition: linear .2s;
  transition-delay: .6s; }

.main-blog:hover .in-item h3 {
  transition: all linear .4s;
  color: var(--sec); }

.main-blog:hover .in-item p {
  margin-inline-start: 0px;
  opacity: 1;
  visibility: visible;
  transition: linear .4s;
  transition-delay: .3s; }

.main-blog:hover .in-item .main-hover {
  margin-inline-start: 0px;
  transition: linear .2s;
  opacity: 1;
  visibility: visible;
  transition-delay: .6s; }

/*end blog*/
/*start posts*/
.slider-banner-image {
  position: relative;
  z-index: 3;
  margin-bottom: 20px; }

.slider-banner-image img {
  width: 100%;
  height: 250px;
  border-radius: 10px; }

.slider-banner-image .new-date {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFF; }

.slider-banner-image .new-date img {
  width: 25px;
  height: 25px;
  border-radius: 0;
  display: inline-block; }

.slider-banner-image .new-date span {
  color: #FFF; }

.slider-banner-content h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--sec);
  margin-bottom: 15px; }

.slider-banner-content .main-hover {
  margin-bottom: 8px; }

.slider-banner-content .slide-for-paragraph {
  font-size: 14px;
  color: #979797;
  margin-bottom: 30px; }

.slider.slider-nav .thumbnail-image {
  display: flex !important;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0 19px; }

.slider.slider-nav .thumbnail-image .thumbImg {
  flex: 4; }

.slider.slider-nav .thumbnail-image .thumbImg img {
  width: 100px;
  height: 100px;
  border-radius: 50%; }

.slider.slider-nav .thumbnail-image .thumbImg-content {
  flex: 16; }

.slider.slider-nav .thumbnail-image .thumbImg-content h6 {
  font-weight: bold;
  color: #000;
  transition: linear .4s;
  font-size: 18px;
  margin-bottom: 15px; }

.slider.slider-nav .thumbnail-image .thumbImg-content span {
  font-size: 14px;
  color: #979797; }

.slider.slider-nav .thumbnail-image:hover .thumbImg-content h6 {
  color: var(--sec);
  transition: linear .4s; }

/*end posts*/
/*start partner*/
.bot-hr {
  border-top: 1px solid var(--sec);
  margin: 0;
  position: relative; }

.partner {
  padding: 100px 0 ;
  position: relative;
}
.partner:after{
  content: " ";
  background-image: url("../img/provider-sdc.png");
  width: 169px;
  height: 139px;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotateAnimation 10s linear infinite; /* Adjust the duration and timing function as needed */

}
.partner.inning:after{
  display: none;
}
.partner.inning{
  padding: 50px 0;
}
.partner-carousel .owl-nav{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.partner-carousel .owl-nav .main-hover{
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
  .partner .part-item {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 10px;
    transition: all linear .3s; }
    .partner .part-item img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    .partner .part-item:hover {
      transition: all linear .3s;
     /* box-shadow: 0 8px 21px rgba(0, 0, 0, 0.5);

*/
    }
.common-qusetion img{
  display: table;
  animation: transformAnimation 10s linear infinite;
  margin: 0 auto 50px;
}
.common-qusetion{
  background-image: url("../img/bg-ques.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.common-qusetion ul.accordion {
  margin: 0;
}
.common-qusetion ul.accordion  li{
  list-style: none;
  position: relative;
}
.common-qusetion ul.accordion  li a{
  background-color: #cee0ff;
  border-radius: 10px 10px ;
  font-size: 20px;
  color: #0a005a;
  display: flex;
  padding: 15px 30px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: linear .4s;
  width: auto;
  height: auto;
  border: 0;
}

.common-qusetion ul.accordion  li a i {
  font-size: 30px;
  transition: linear .4s;
}

.common-qusetion ul.accordion  li p{
  margin: 0px;
  position: absolute;
  top: 100%;
  background:#f4f9fd;
  width: 100%;
  z-index: 4;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  font-size: 20px;
  color: #000;
}

.common-qusetion ul.accordion  li a.active {
  color:#fff;
  background-color: #ff553e;
  transition: linear .4s;
  border-radius: 10px 10px 0 0;
}
 .common-qusetion ul.accordion  li a:hover{
  color:#fff;
  background-color: #ff553e;
  transition: linear .4s;
}
.allque{
  box-shadow: 0 0 10px rgba(1,1,1,.35);
  border-radius: 10px;
  position: relative;
}



.part-item {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 10px; }
  .part-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .part-item:hover {
    transition: all linear .3s;
    /*box-shadow: 0 8px 21px rgba(0, 0, 0, 0.5); */
  }

.said {
  background-color: #ebdebc;
  z-index: 2;
  position: relative;
  margin-bottom: -95px; }
  .said .r-said {
    background-color: #dacaa2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .said .r-said h2 {
      color: #998555;
      margin-bottom: 0;
      font-size: 36px;
      text-align: center; }
  .said .item-said {
    display: flex;
    justify-content: flex-start;
    padding: 27px;
    align-items: center;
    gap: 10px; }
    .said .item-said .img-said img {
      width: 104px;
      height: 104px;
      object-fit: contain;
      border-radius: 50%; }
    .said .item-said .text-said h3 {
      font-size: 20px;
      margin-bottom: 15px;
      color: #000;
      text-align: center; }
    .said .item-said .cont-said {
      position: relative;
      padding: 45px;
      width: 70%; }
      .said .item-said .cont-said p {
        color: #626262;
        font-size: 16px;
        margin-bottom: 0; }
      .said .item-said .cont-said:before {
        content: '';
        top: 0;
        right: 0;
        background-image: url("../img/qute.png");
        width: 55px;
        height: 39px;
        position: absolute; }
      .said .item-said .cont-said:after {
        content: '';
        bottom: 0;
        left: 0;
        background-image: url("../img/qute-2.png");
        width: 55px;
        height: 39px;
        position: absolute; }
  .said .owl-nav {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .said .owl-nav i {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #bfb497;
      color: #FFF;
      transition: all linear .4s; }
      .said .owl-nav i:hover {
        transition: all linear .4s;
        background-color: var(--sec); }

/*end partner*/
/*start cont-us*/
.cont-us {
  position: relative; }
  .cont-us .map-home {
    display: block;
    z-index: 1; }
    .cont-us .map-home iframe {
      width: 100%;
      height: 540px;
      display: block; }

/*end cont-us*/
.wpcf7-submit {
  padding: 7px 56px;
  color: #FFF;
  margin-top: 10px;
  z-index: 2;
  background-color: var(--main);
  position: relative;
  text-transform: capitalize;
  border-radius: 20px;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  transition: .8s;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .wpcf7-submit:hover {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    color: #fff; }

.map iframe {
  width: 100%;
  height: 500px; }

/*end form*/
/*start footer*/
.bef-footer {
  position: relative; }
  .bef-footer img {
    width: 100%;
    max-height: 470px;
    height: auto; }
  .bef-footer .in-bef {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; }
    .bef-footer .in-bef a {
      width: 155px;
      height: 45px;
      display: flex;
      line-height: 35px;
      justify-content: center;
      box-shadow: 10px 11px 9px rgba(0, 0, 0, 0.63);
      background-color: #FFF;
      color: var(--main);
      border-radius: 22.5px;
      font-size: 28px;
      font-weight: bold;
      transition: all linear .3s; }
      .bef-footer .in-bef a:hover {
        background-color: var(--main);
        color: #FFF;
        transition: all linear .3s; }

footer {
  padding: 50px 0 35px;
  position: relative;
  margin-top: 50px;
  background-color: #f4f9fd; }
.top-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0b64fe;
  padding-bottom: 50px;
}
.con_head{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
  footer .footer-logo {
    border-bottom: 3px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    footer .footer-logo h3 {
      font-family: montserrat;
      font-size: 38px;
      color: #FFF;
      margin-bottom: 0; }
    footer .footer-logo img {
      max-height: 60px;
      max-width: 60px; }
    footer .footer-logo h4 {
      font-family: sans-light;
      font-size: 38px;
      color: #FFF;
      margin-bottom: 0; }
    footer .footer-logo div {
      display: flex;
      align-items: center;
      gap: 5px; }
  footer .who-footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #FFF; }
  footer .main-foot {
    display: flex;
    align-items: center; }
  footer .in-new-newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto; }
  footer .social {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end; }
    footer .social a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      font-size: 20px;
      color: #FFF; }
      footer .social a img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 50%; }
      footer .social a:hover {
        color: #FFF; }
  footer .exhibition-times p {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    margin-bottom: 10px; }
  footer .exhibition-times span {
    font-size: 14px;
    font-family: sans-light;
    color: #FFF;
    display: block;
    text-align: left; }
  footer .organized {
    position: absolute;
    bottom: 5px;
    right: 50px; }

footer h2 {
  font-size: 22px;
  color: #0a005a;
  margin-bottom: 0;
  font-weight: bold;}

footer .es-field-wrap {
  width: 100%; }

footer .es-field-wrap label {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  width: 100%; }

footer input[type='email'] {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 10px;
  font-size: 14px;
  color: #000;
  background-color: #FFF; }

footer input[type='email'] {
  color: #6e6e6e; }

footer input[type='submit'] {
  color: #FFF;
  border-radius: 20px;
  padding: 8px 40px;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: var(--main);
  transition: linear .4s;
  font-size: 14px; }

footer input[type='submit']:hover {
  background-color: var(--sec);
  transition: linear .4s;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.32); }

footer .mid-foot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px; }

footer .mid-foot .menu, footer .mid-foot .menu-footer-menu-container {
  width: 100%; }

footer .mid-foot ul {
  margin: 0;
  list-style-type: none;
  column-count: 2;
  gap: 15px; }

footer .mid-foot ul li {
  list-style: none;
  display: block;
  margin-bottom: 20px; }

footer .mid-foot ul li a {
  color: #000;
  font-size: 18px;
  display: inline-block;
  transition: all linear .4s; }

footer .mid-foot ul li a:hover {
  color: var(--main);
  transition: all linear .4s; }

footer .mid-foot ul li:nth-of-type(1) a:before {
  display: none; }

footer .mid-foot .social a i {
  padding: 11px 0;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background-color: var(--main);
  transition: linear .4s;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  display: inline-block; }

footer .cont-us-foot {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-100px);
  overflow: hidden;
  margin-bottom: -100px; }
  footer .cont-us-foot iframe {
    width: 100%;
    height: 400px;
    display: block; }

footer .top-end {
  gap: 30px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center; }

footer .cont {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 25px;
  justify-content: flex-start; }

footer .cont .fir {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 0;
  margin: 0 5px 0px;
  border: 1px solid #0b64fe; }

footer .cont .fir img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  filter: brightness(0) saturate(100%) invert(28%) sepia(71%) saturate(4545%) hue-rotate(216deg) brightness(103%) contrast(103%); }

footer .cont .fir i {
  font-size: 24px;
  color: var(--main); }

footer .cont .sec {
  direction: ltr;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1; }

footer .cont .sec h4 {
  font-size: 18px;
  color: var(--main);
  margin-bottom: 0px;
  display: block; }

footer .cont .sec a {
  color: #000;
  font-size: 16px;
  transition: linear .4s;
  cursor: pointer; }

footer .cont .sec a:hover {
  transition: linear .4s;
  color: var(--main); }

footer .cont .sec .r-phone:nth-of-type(1):after {
  content: "-";
  font-size: 16px;
  color: #000;
  font-weight: bold; }

footer .cont .sec .r-phone:nth-last-of-type(1):after {
  display: none; }

footer .end-foot {
  background-color: transparent;
  margin-top: 30px; }

footer .end-foot .in-end {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
  align-items: center;
  position: relative; }

footer .end-foot .in-end .social {
  display: flex;
  align-items: center;
  gap: 25px; }
  footer .end-foot .in-end .social i {
    font-size: 24px;
    color: #FFF;
    transition: all linear .4s; }
    footer .end-foot .in-end .social i:hover {
      color: var(--sec);
      transition: all linear .4s; }

footer .end-foot .in-end .to-up {
  width: 40px;
  height: 40px;
  border-radius: 0%;
  display: flex;
  background-color: var(--main);
  color: #FFF;
  align-items: center;
  justify-content: space-between; }

footer .end-foot .in-end .to-up i {
  color: #FFF;
  font-size: 20px; }

footer .end-foot .in-end .logo-footer {
  max-width: 130px;
  max-height: 120px;
  width: auto;
  height: auto; }

footer .end-foot .in-end .copy a {
  color: #FFF; }

footer .end-foot .in-end p {
  color: #1d166a;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold; }

footer .end-foot .in-end .links {
  color: #535559;
  font-size: 18px; }
  footer .end-foot .in-end .links:hover {
    color: #535559; }

footer .end-foot .in-end p a {
  color: var(--main);
  transition: linear .4s; }

footer .end-foot .in-end p a:hover {
  color: var(--main);
  transition: linear .4s; }
.wcs_button{
  margin:0 !important;
}
/*footer .mid-foot ul li a:before {
  content: "-";
  color: #FFF;
  font-size: 16px;
  margin: 0 5px;
}*/
/*end footer*/
/*end footer*/
.hidden-lg {
  opacity: 0;
  visibility: hidden;
  display: none !important; }

.hidden-sm {
  opacity: 1;
  visibility: visible;
  display: flex !important; }

.mobile-nav-list .sub-list li a:before {
  color: #000; }

/**/
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-list > .link > a {
    padding: 13px 5px;
    margin: 0 5px; }
    
  .goals-sec .main-goals {
    grid-column: span 3; }

  .goals-sec .main-goals .img-goals span {
    left: 22%; }

  footer .main-cont {
    padding: 50px 30px 25px 30px; } }
.hidden-xs{
  display: flex;
}
.vis-xs{
  display: none;
}
@media (max-width: 991px) {
  .who-sec , .service{
    margin-top: 40px;
  }
  .slider-txt {
    font-weight: bold;
    font-size: 14px;
  }
  .main-serv{
    flex-direction: column !important;
    gap: 30px;
  }
  .partner-carousel .owl-nav{
    margin-top: -10px;
  }
  .main-serv .in-serv{
    max-width: 100%;
  }
  .topsite img {
    height: auto;
    min-width: 60%;
    max-height: 750px;
  }
  .hidden-xs{
    display: none;
  }
  .vis-xs{
    display: flex;
  }
  .mobile-nav-list {
    width: 300px; }

  .hidden-sm {
    opacity: 0;
    visibility: hidden;
    display: none !important; }
.goals-sec{
        display:none;
    }
    .goals{
        padding:10px 40px;
    }
  .goals-sec .main-goals {
    grid-column: span 5; }

  .goals-sec .main-goals .img-goals span {
    left: 30%; }

  header .top-phone {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }

  .connect-us.home-page {
    padding: 40px 0 !important; }
  .main-proj .img-proj a{
    min-width: 50px;
    padding: 10px 4px;
  }
  .who {
    position: relative; }

  .who .in-who p {
    font-size: 15px;
    color: #000; }
  .who .in-who h1{
    font-size: 48px;
    margin-bottom: 20px;
  }

  .connect-us.home-page .bg-connect-us {
    filter: unset !important; }

  .bef-who:after, .practice:before {
    display: none; }

  footer .main-foot {
    flex-direction: column;
    gap: 30px; }

  .practice .bg-practice .clip-practice {
    padding: 20px 0; }

  .in-service {
    padding: 20px 15px;
    gap: 15px; }

  header .menu-icons .lang {
    width: 80px; }

  .work-row .item {
    grid-column: span 12 !important; }

  .number .l-number {
    padding: 20px 30px !important; }

  .cont-us .map-home {
    margin-top: 20px; }

  .top-slider .new-dots {
    top: 54%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    flex-direction: row; }

  .video .item .in-vid {
    padding: 20px !important; }

  .video .item .vid-link {
    top: 76%; }

  .top-slider .new-dots .owl-dots {
    flex-direction: row; }
    .top-slider .new-dots .owl-dots .owl-dot {
      height: 2px;
      width: 50px; }

  .fixed-social {
    left: 10px; }
  .breadcrumb-area h4{
    font-size: 16px;
  }
  .single-pages .main-header, .single_service .main-header {
    font-size: 28px !important;
    text-align: center !important;
  }
    .fixed-social a , .wcs_button_circle{
      width: 35px !important;
      height: 35px !important; }
      .fixed-social a i {
        font-size: 18px; }
  .statices-sec > img{
    display: none;
  }
  .main-hover.big{
    width: 90px;
  }
  .service:after{
    display: none;
  }
  .item-statc{
    margin: 15px;
  }
  .number_statc{
    padding: 25px;
  }
  .top-slider .dot-r .col-lg-3:after {
    display: none !important; }

  .partner .r-part, .blog-post .r-part {
    margin-bottom: 30px; }

  footer .cont-us-foot {
    margin-bottom: 0;
    transform: translateY(0px);
    padding: 20px 0; }

  .who .in-who h2 {
    margin: 20px 0; }

  header .logo-top {
    display: none; }

  header .logo {
    align-items: center; }

  .cont-us .in-cont {
    position: relative;
    width: 100%;
    right: unset !important;
    left: unset !important; }

  .who .bot-who {
    flex-direction: column; }

  .cont-us .map-home iframe {
    height: 350px; }

  .why:before {
    display: none; }

  .single-news .item {
    padding: 15px; }
    .single-news .item img {
      margin-bottom: 15px; }

  header .social, .news .owl-nav, .gallery-new:before, .who:before, .who:after, footer:before, .blog-post:before {
    display: none !important; }

  .mainslider .owl-dots {
    margin-top: 25px;
    left: 10px; }

  header .menu-icons .request {
    width: 40px;
    height: 40px; }
    header .menu-icons .request span {
      display: none; }
    header .menu-icons .request i {
      display: block; }

  .gallery-new, .blog-post {
    padding: 40px 0; }

  .slider.slider-nav .thumbnail-image .thumbImg-content {
    flex: 7; }

  .wpcf7 .main-hover {
    margin: 0 0 20px !important; }

  .wpcf7-submit {
    margin-top: 0; }

  .new-row div {
    grid-column: span 12 !important;
    grid-row: span 1 !important; }

  .in-partner .item {
    margin: 0 auto; }

  .mainslider .item img {
      }

  .mainslider .item .in-item {
    left: 50%;
    gap: 20px; }

  .bot-who .number-who-item h4 {
    margin-bottom: 0; }

  .bot-who, .sponsor, .news {
    padding: 40px 0; }

  .bef-footer img {
    height: 350px; }

  .bef-footer .in-bef a {
    width: 120px;
    height: 35px;
    font-size: 16px; }

  footer .footer-logo {
    flex-direction: column; }
    footer .footer-logo div {
      gap: 15px; }
    footer .footer-logo h4 {
      font-size: 22px; }

  .sponsor .nav-tabs li a {
    margin-bottom: 15px; }

  .news .col-lg-4:nth-of-type(2) .main-news {
    flex-direction: column; }

  .bot-slider .in-bot-slider {
    margin-bottom: 15px; }

  header .fi-head {
    justify-content: center; }

  header .logo img, .new-top-header .logo img {
    max-width: 130px;
    max-height: 150px; }

  .new-top-header {
    position: relative;
    background-color: var(--sec);
    padding: 20px 0; }

  .main-header {
    font-size: 38px;
    margin-bottom: 10px;}
  .main-hover.arrowing {
    justify-content: space-around;
    width: 140px;
    flex-direction: row;
    height: 40px;
    border-radius: 35px;
  }
  .who .tit-who h1 {
    font-size: 32px;
    line-height: 40px; }

  .who .bot-who .col-lg-7 {
    border-inline-end: 0; }

  .who .bot-who .r-who {
    padding: 30px 0; }

  .said .item-said {
    flex-direction: column; }

  .said .item-said .cont-said {
    padding: 47px 10px;
    width: 100%; }

  .said .owl-nav {
    display: none; }

  footer {
    padding-top: 40px; }

  footer.main {
    padding-top: 60px; }

  .who .visio {
    margin-bottom: 15px; }

  .chairman .chairman-img {
    text-align: center; }

  .chairman .chairman-cont h2 {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    margin: 30px 0; }

  .companies .item h4 {
    font-size: 20px; }

  footer h2 {
    margin: 10px 0;
    font-size: 22px; }
  .con_head {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  header .menu-icons .main-hover {
    width: 40px;
    height: 40px;
    display: flex;
    color: #FFF;
    padding: 0;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    transition: linear .4s;
    border-radius: 50%;
    border: 0;
    margin-bottom: 0; }
    header .menu-icons .main-hover:hover {
      background-color: var(--sec);
      border: 0; }

  .connect-us.home-page .social i {
    width: 40px;
    height: 40px;
    font-size: 18px; }

  .main-searchjob {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 30px; }

  .main-searchjob h3 {
    width: 100%;
    margin-inline-end: 0; }

  .main-searchjob #searchjob {
    flex-direction: column;
    gap: 20px 0; }

  .main-searchjob #searchjob .start-searchjob {
    width: 100%;
    border-inline-end: 0; }

  .job-seeker .in-job-seeker {
    margin-bottom: 15px; }

  .who, .team, .service {
    padding: 40px 0; }
  .service .row .col-lg-4:nth-of-type(3){
    display: none;
  }
  .partner .partner-sec .col-4{padding: 0 5px !important;}
  .partner .part-item{height: 100px}
  .connect-us .form-cont {
    position: relative; }
  .top-footer {
    align-items: start;
    padding-bottom: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .statices-sec, .shipping-sec{
    margin-top: 40px;
  }
  footer .end-foot {
    background-color: transparent;
    margin-top: 20px;
  }
  footer .end-foot .in-end{
    padding: 0 !important;
  }
  header .menu-icons .search-btn {
    background-color: var(--main); }

  .main-searchjob #searchjob i, .top-slider:before, .top-slider:after, .partner:before, .partner:after, .main-fancy-img:before, header .menu-icons .main-phone, header .top-head .bottom-header, .how-work .border-how:nth-of-type(2):before, .how-work .border-how:nth-of-type(1):before {
    display: none; }

  .requirements .main-fancy-img {
    margin-bottom: 30px; }

  .accordion li p {
    padding: 15px; }

  .connect-with .top-end .cont .sec {
    width: 75%; }

  .main-fancy-img {
    height: 325px; }
    .main-fancy-img img {
      height: 100%; }

  .main-searchjob #searchjob .end-searchjob {
    flex-direction: column;
    width: 100%;
    gap: 15px 0; }

  footer .mid-foot {
    width: 100%; }

  footer .mid-foot ul {
    width: 100%;
    gap: 15px;
    justify-content: center; }

  footer .end-foot ul {
    margin-bottom: 10px; }

  footer .end-foot .in-end .to-up {
    position: relative;
    right: unset; }

  footer .mid-foot .cont {
    margin-top: 15px; }

  .who .r-who img {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 20px; }

  .said .r-said {
    padding: 20px 0; }

  header .top-head .main-top-header {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0; }
    header .top-head .main-top-header .l-header {
      align-items: center; }

  .sponsor .main-sponsor {
    padding: 20px 10px; }

  footer .mid-foot .logo {
    flex-direction: column;
    gap: 10px 0; }

  .connect-us.home-page img {
    margin-top: 20px; }

  .single-acti .owl-nav {
    margin: 20px 0 0; }

  .in-head .sec-head {
    flex-direction: column-reverse; }

  .partner {
    padding: 40px 0 40px !important; }

  .top-who .main-hover.shop {
    margin-inline-start: 0px; }

  .connect-us {
    padding: 40px 0 30px !important; }

  footer .top-end {
    gap: 20px 0;
    align-items: flex-start;
    flex-direction: column; }

  .connect-us.home-page .new-but {
    position: relative !important;
    display: inline-block !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important; }

  .mediacenter {
    padding: 40px 0; }

  footer .map {
    display: inline-flex;
    position: relative;
    width: 100%;
    margin-top: 0px; }

  .who .bg-who .main-fancy-img {
    padding-bottom: 10px; }

  footer .map iframe {
    height: 350px;
    border-radius: 0; }

  .end-foot .in-end {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    align-items: center;
    flex-direction: column; }

  .end-foot .in-end .to-up {
    margin-bottom: 10px; }

  .mainslider .owl-nav {
    display: none; }

  .single_service, .single-pages {
    padding: 50px 0 !important; }

  .hidden-lg {
    opacity: 1;
    visibility: visible;
    display: flex !important; }

  .who .r-who:before, .achievement .owl-nav {
    display: none;
    visibility: hidden; }

  .achievement .row .r-who img {
    height: 250px; }

  .who .ord-2 {
    order: 2; }

  .who .in-who p span {
    text-align: center;
    margin: 0px 0; }

  .who .in-who {
    margin-bottom: 20px; }

  .who .ord-1 {
    order: 1; }

  .connect-with .top-end {
    margin-bottom: 30px; }

  header, .in-head {
    border-bottom: 0;
    position: relative;
    flex-direction: column; }

  .news .in-news .item .in-item {
    opacity: 1;
    width: 95%; }

  footer .top-foot {
    flex-direction: column;
    gap: 20px; }

  footer .new-lang {
    left: unset !important;
    justify-content: center !important; }

  footer .to-up {
    right: 20px; }

  .top-who {
    flex-direction: column; }

  .new-lang {
    left: 20px !important; }

  .join p {
    font-size: 32px; }

  .join p span {
    font-size: 32px; }

  .media-new .b-pro .main-hover {
    margin-bottom: 0; }

  .media-new .new-row div {
    grid-column: span 12 !important;
    grid-row: span 1 !important; }

  .media-new .new-row div img {
    width: 100% !important;
    max-height: 400px !important; }

  .who .r-who {
    padding: 0;
    text-align: center; }

  .sec-video .single-video .owl-item.active.center {
    transform: scale(1); }

  .sec-video .single-video .owl-item {
    padding: 0; }

  .mainslider .owl-nav .owl-prev, .mainslider .owl-nav .owl-next, .part .owl-nav .owl-prev, .part .owl-nav .owl-next {
    margin: 0; }

  .opinions .single-opin .owl-nav, .package .single-pack .owl-nav {
    display: none; }

  footer .end-foot .in-end p {
    text-align: center; }

  .new-media img {
    width: 100%; }

  footer .top-foot .content .wpcf7-form-control-wrap:nth-of-type(1) {
    margin-left: 0; }

  footer .top-foot .content input[type=text], footer .top-foot .content input[type=tel] {
    width: 100%; }

  footer .end-foot .in-end p {
    margin-bottom: 5px; }

  footer .top-foot iframe {
    margin-bottom: 20px; }

  .mainslider .item .in-item h2 {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px; }

  .mainslider .item .in-item p {
    font-size: 16px;
    width: 100%; }
    .mainslider .item .in-item p span {
      font-size: 28px; }

  .mainslider .item .in-item #countdown .in-count-down h2 {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 30px; }
  .mainslider .item .in-item #countdown .in-count-down span {
    width: 35px;
    font-size: 14px; }

  footer .top-foot ul li {
    width: 100%; }

  .who .l-who {
    gap: 15px; }

  .who .bot-who .l-who .num-who .number-who-item {
    font-size: 32px; }

  .who .bot-who .l-who .num-who .number-who-item h4 {
    font-size: 20px; }

  footer .mid-foot ul {
    width: 100%; }

  footer .top-foot .col-lg-4.d-flex.align-items-center {
    margin-bottom: 15px; }

  .why .vid-img {
    width: 100%;
    height: 100%; }

  .new-media {
    margin-bottom: 15px; }

  .achievement .row .in-who {
    margin: 0px 0 0 !important;
    padding: 20px;
    box-shadow: unset; }

  .who .l-who:before {
    left: 10px; }

  .end-foot .bot-foot {
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center; }

  .contact .in-contact, .target .tar-sli .item .in-tar {
    margin-right: 0;
    margin-left: 0; }

  .main-hover {
    margin-bottom: 0;
    width: 90px;
    height: 25px;
    font-size: 11px;}
  .mainslider {
    padding-top: 0;
  }
  .nav-btn img{
    filter: brightness(0) saturate(100%) invert(28%) sepia(95%) saturate(3752%) hue-rotate(214deg) brightness(99%) contrast(100%);
  }
  .mainslider .item .img-slider img {
    width: 250px;
    height: 250px;
    z-index: 2;
    border-radius: 50%; }

  .single-research .item {
    flex-direction: column; }
    .single-research .item img {
      width: 100%;
      height: auto; }

  .gallery .new-row div {
    grid-column: span 12 !important;
    grid-row: span 1 !important; }

  .mainslider .item .img-slider:before {
    display: none; }

  .mainslider .item .in-slider {
    width: 90%; }

  #qtranslate-chooser {
    margin: 0 10px !important; }
  .connect-us.home-page .map iframe{
    height: 200px !important;
  }
  .main-proj .tit-proj{
    display: block;
    margin-bottom: 20px;
  }
  .new-lang a i, .new-lang .search-btn {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important; } }
@media (max-width: 767px) {
  .goals-sec .main-goals .img-goals span {
    left: 22%; } }
@media (max-width: 460px) {
  .goals-sec .main-goals {
    grid-column: span 5; }

  .goals-sec .main-goals .img-goals span {
    left: 19%;
    top: 9px;
    font-size: 20px; }
  .goals-sec .main-goals .img-goals img {
    max-width: 100px;
    max-height: 75px;

  }
  .goals-sec .main-goals .img-goals:before {
    content: '';
    background-image: url("../img/bg-goals.png");
    position: absolute;
    top: 0;
    width: 198px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 70%;
    background-position: center center;
    height: 155px;
    background-repeat: no-repeat;
  }
  .goals-sec .main-goals .img-goals {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 140px;
    margin-bottom: 25px;
    align-items: center;
  }
  .goals-sec .main-goals h2 {
    font-size: 30px;
    color: #83aa21;
    margin-bottom: 0;
    text-align: center;
  }
}
/**/
/****/
.in-head {
  position: relative !important;
  /* background-image: url("../img/header.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #edf1fa;
}
  .in-head:before {
    display: none; }

.single-pages .top-side iframe {
  border-radius: 10px;
  width: 100%; }

.fbc.fbc-page {
  width: 100% !important; }

.fbc-page .fbc-wrap .fbc-items {
  background-image: unset !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: transparent !important;
  float: none;
  font-weight: bold !important;
  color: #000 !important;
  border-radius: 0;
  padding: 40px 0;
  text-align: center !important;
  font-family: sans-light !important; }

.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li a, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text, .fbc-page .fbc-wrap .fbc-items li a:last-child {
  color: #000 !important;
  text-align: center !important;
  font-size: 22px !important; }

.single-pages {
  padding: 50px 0 ; }

.single-pages .main-header, .single_service .main-header {
  font-size: 48px;
  text-align: center; }

.to-center {
  margin: 0 auto 50px; }

.single-pages .bootom-side p {
  color: #000;
  text-align: justify; }
  .single-pages .bootom-side p iframe {
    width: 100%;
    height: 650px; }

.single-pages .bootom-side.apply p {
  color: #000; }

.single-pages .top-side {
  padding: 20px 0;
  text-align: center; }

.single-pages .top-side img {
  max-width: 100%;
  max-height: 400px; }

.single_service {
  padding: 40px 0 40px; }

.single_service .right_side_whous {
  margin: 20px 0;
  text-align: center; }

.single_service .right_side_whous img {
  max-width: 100%;
  max-height: 300px; }

.single_service .right_side_whous a {
  text-align: center;
  background: var(--main);
  color: #FFF;
  width: 100%;
  border-radius: 10px;
  margin: 10px 0 0;
  padding: 5px 0;
  display: inline-block;
  transition: linear .4s; }

.single_service .right_side_whous a:hover {
  transition: linear .4s;
  background: var(--sec); }

.single-pages .ord {
  max-width: 100%; }

.connect-us {
  position: relative;
  padding: 70px 0; }
  .connect-us .con-iframe iframe {
    width: 100%;
    height: 500px; }

.connect-us.home-page {
  padding: 100px 0 50px; }
  .connect-us.home-page .map iframe {
    height: 435px;
    border-radius: 50px; }
  .connect-us.home-page .content-connect-us {
    position: relative;
    z-index: 2; }
    .connect-us.home-page .content-connect-us h2 {
      color: var(--main);
      margin-bottom: 30px;
      font-size: 36px; }
  .connect-us.home-page .main-form input, .connect-us.home-page .main-form select {
    border-bottom: 1px solid #b1b1b1;
    background-color: transparent;
    border-radius: 0px;
    color: #b1b1b1; }
    .connect-us.home-page .main-form input::placeholder, .connect-us.home-page .main-form select::placeholder {
      color: #b1b1b1; }
    .connect-us.home-page .main-form input:hover, .connect-us.home-page .main-form select:hover {
      border-bottom: 1px solid var(--main);
      color: var(--main);
      transition: linear .3s; }
      .connect-us.home-page .main-form input:hover::placeholder, .connect-us.home-page .main-form select:hover::placeholder {
        color: var(--main);
        transition: linear .3s; }
  .connect-us.home-page .main-form textarea {
    height: 180px;
    border-bottom: 1px solid #b1b1b1;
    border-radius: 0px;
    color: #b1b1b1;
    background-color: transparent; }
    .connect-us.home-page .main-form textarea::placeholder {
      color: #b1b1b1; }
    .connect-us.home-page .main-form textarea:hover {
      border-bottom: 1px solid var(--main);
      color: var(--main);
      transition: linear .3s; }
      .connect-us.home-page .main-form textarea:hover::placeholder {
        color: var(--main);
        transition: linear .3s; }
  .connect-us.home-page .social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
    overflow: hidden; }
    .connect-us.home-page .social i {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--main);
      color: #FFF;
      border-radius: 50%;
      font-size: 22px; }
      .connect-us.home-page .social i:hover {
        color: #FFF; }

.main-iframe iframe {
  margin-top: 0px;
  width: 100%;
  height: 285px;
  border-radius: 10px; }

.connect-us .main-form {
  margin-bottom: 15px; }

.connect-us .main-form span.in-main-form {
  color: #000;
  margin-bottom: 10px;
  display: inline-block; }

.connect-us .main-form input, .connect-us .main-form select {
  padding: 8px 17px;
  border-bottom: 1px solid #b1b1b1;
  background-color: transparent;
  border-radius: 0px;
  color: #b1b1b1;
  transition: linear .4s;
  margin-bottom: 0px;
  width: 100%;
  height: 50px; }

.connect-us .main-form input::placeholder, .connect-us .main-form select, .connect-us .main-form textarea::placeholder {
  color: #b1b1b1;
  transition: linear .4s; }

.connect-us .main-form input:hover {
  border-bottom: 1px solid var(--main);
  color: var(--main);
  transition: linear .4s; }
  .connect-us .main-form input:hover::placeholder {
    color: var(--main);
    transition: linear .4s; }

.connect-us .main-form textarea {
  border-bottom: 1px solid #b1b1b1;
  border-radius: 0px;
  color: #b1b1b1;
  background-color: transparent;
  padding: 8px 17px;
  transition: linear .4s;
  margin-bottom: 0px;
  width: 100%;
  height: 180px;
  resize: none; }

.connect-us .main-form textarea:hover {
  border-bottom: 1px solid var(--main);
  color: var(--main);
  transition: linear .4s; }
  .connect-us .main-form textarea:hover::placeholder {
    color: var(--main);
    transition: linear .4s; }

.single-pages .bootom-side input[type=text], .single-pages .bootom-side input[type=password], .single-pages .bootom-side input[type=tel], .single-pages .bootom-side input[type=email], .single-pages .bootom-side select {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  border-radius: 25px;
  padding: 10px;
  border: 1px solid #b7b7b7;
  outline: none; }

.single-pages .bootom-side textarea {
  width: 100%;
  margin: 10px 0;
  border-radius: 25px;
  text-align: center;
  height: 150px;
  padding: 10px;
  border: 1px solid #b7b7b7;
  resize: none;
  outline: none; }

.single-pages .bootom-side input[type=submit] {
  color: #fff;
  padding: 8px 44px;
  background-color: var(--sec);
  border-radius: 20px; }

.wpcf7 .ajax-loader {
  margin: 0;
  position: absolute; }

.wpcf7 .main-hover br, .es_subscription_form.es_shortcode_form .main-hover br {
  display: none; }

.wpcf7 .main-hover {
  padding: 0;
  margin: 0; }
  .wpcf7 .main-hover:before {
    margin-top: 0;
    z-index: 3; }
  .wpcf7 .main-hover input[type=submit] {
    border-radius: 20px;
    padding: 8px 20px !important;
    width: 150px !important;
    color: #FFF;
    background-color: var(--main);
    transition: linear .4s; }
  .wpcf7 .main-hover .wpcf7-spinner {
    position: absolute; }

.emaillist .main-hover {
  padding: 0;
  margin: 0;
  background: transparent; }
  .emaillist .main-hover:before {
    margin-top: 0;
    z-index: 3; }
  .emaillist .main-hover:after {
    display: none; }
  .emaillist .main-hover input[type=submit] {
    border-radius: 20px;
    padding: 8px 20px !important;
    width: 150px !important;
    color: #FFF;
    background-color: var(--main);
    transition: linear .4s; }
  .emaillist .main-hover .wpcf7-spinner {
    position: absolute; }

.wpcf7 .main-hover.big input[type=submit] {
  width: 200px !important; }

.wpcf7 .main-hover input[type=submit], .es_subscription_form.es_shortcode_form .main-hover input[type=submit] {
  border-radius: 0px;
  padding: 7px 45px;
  width: 100%;
  color: #0b64fe;
  z-index: 3;
  text-align: center;
  margin: 0;
  background-color: transparent;
  transition: linear .4s; }

.wpcf7 .main-hover input[type=submit]:hover, .es_subscription_form.es_shortcode_form .main-hover input[type=submit]:hover {
  transition: linear .4s;
  color: #FFF;
  background-color: transparent; }

.single_service .right_si img {
  width: 100%;
  height: 120px;
  transition: linear .4s;
  margin-bottom: 15px;
  box-shadow: 0 0 7px 1px #909090; }

/**/
#qtranslate-chooser {
  display: inline-block;
  margin: 0;
  list-style: none; }

#qtranslate-chooser .lang-ar, #qtranslate-chooser .lang-en {
  display: inline-block;
  list-style: none; }

#qtranslate-chooser li.active {
  display: none; }

.qtranxs_widget_end {
  display: inline-block;
  list-style: none; }

.single-pages .bootom-side input[type=text], .single-pages .bootom-side input[type=email], .single-pages .bootom-side input[type=tel], .single-pages .bootom-side textarea {
  text-align: right; }

.ed_whous {
  margin-bottom: 15px; }

.partt .owl-item {
  padding: 15px 0; }

.partt .item {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  transition: linear .4s; }

.partt .item:hover {
  transition: linear .4s; }

.partt .item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

/**/
.big_on {
  font-size: 160px;
  color: lightblue; }

.new-iframe iframe {
  width: 100%;
  height: 450px; }

.main-form {
  position: relative; }

.single-pages .main-form {
  margin-bottom: 15px; }

.main-form br, .sec-form br {
  display: none; }

.single-pack.in .item {
  background-color: #e8eaec;
  min-height: 642px; }
  .single-pack.in .item .img-pack {
    margin-top: 0; }

.main-form label {
  background: #FFF;
  position: absolute;
  right: 20px;
  font-size: 14px;
  transition: linear .4s;
  pointer-events: none;
  top: 14px;
  z-index: 1;
  color: #b2b2b2; }

.main-form .activee {
  top: -27px !important;
  font-size: 14px !important;
  right: 0;
  transition: linear .4s !important;
  color: var(--sec) !important; }

.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
  color: #000 !important; }

.wpcf7-not-valid-tip {
  z-index: 3;
  position: relative; }

.wcs_fixed_left .wcs_popup_avatar {
  right: -70px;
  left: initial; }

.wcs_fixed_left .wcs_popup {
  left: 0 !important;
  right: unset !important;}

.wcs_fixed_left {
  right: unset;
  left: unset;
  position: unset;
  z-index: unset;}

.wcs_button_circle .fab {
  line-height: 50px;
  font-size: 25px;
  margin-right: 0px; }

.wcs_popup_header .fa-whatsapp {
  text-align: center; }

.sec-form {
  display: flex;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  margin-bottom: 15px;
  align-items: center; }

.sec-form label {
  margin: 0 5px; }

.single_service .mediacenter, .single_service .media-new {
  padding: 0; }

.single-pages .connect-us {
  padding: 0;
  background-image: unset; }

.single_service .slider-banner-image-items, .single_service .new-media {
  margin-bottom: 30px; }

.breadcrumb-area {
  width: 100%;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000 !important;
  border-radius: 0;
  padding: 30px 0 30px;
  text-align: center !important; }

.breadcrumb-links {
  color: #000;
  font-weight: bold; }

.breadcrumb-area a {
  color: #000; }

.breadcrumb-area h4 {
  font-weight: bold;
  color: #000; }

.inside-head {
  position: relative;
  background-image: url("../img/bg-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*.menu-icons .search-btn{background-color: var(--main)}
  .nav-list > .link > a{
    color: #000;
    &:after{background-color: #1d224a;}
  }
  .nav-list > .link:hover a:after, .nav-list > .link.active a:after{bottom: -38px;}*/ }

.new-lang.in {
  display: none !important; }

.new-lang {
  position: fixed;
  left: 50px;
  display: inline-block !important;
  top: 20vh;
  z-index: 3; }

.new-lang .lang img {
  width: 40px;
  height: 40px;
  border-radius: 0%; }

.new-lang a i, .new-lang .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 0%;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #6bc9ff 0%, #1669b2 100%);
  color: #FFF;
  font-size: 24px;
  transition: linear .4s;
  text-align: center;
  border: 0px solid transparent;
  overflow: hidden;
  z-index: 1; }

@keyframes animation {
  0% {
    left: -110%;
    top: 90%; }
  50% {
    left: 15%;
    top: -30%; }
  100% {
    top: -10%;
    left: -10%; } }
.e-height textarea {
  height: 180px !important; }

.who-page-cont h2 {
  text-align: center;
  margin-bottom: 20px;
  color: var(--sec); }

.who-page-cont p {
  color: #000;
  margin-bottom: 0;
  text-align: justify; }

.new-lang a {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  transition: linear .4s; }

.new-lang .search-btn img {
  width: 15px; }

.new-lang a:hover {
  transition: linear .4s; }

.new-lang a i:hover {
  transition: linear .4s;
  color: #FFF;
  border: 0px solid var(--sec);
  background-color: var(--sec); }

footer .new-lang, header .new-lang {
  position: relative;
  left: unset;
  align-items: center;
  display: flex !important;
  margin-bottom: 30px;
  justify-content: start;
  top: unset;
  z-index: 3; }

footer .new-lang a, header .new-lang {
  display: inline-block;
  margin-bottom: 0;
  margin: 0 10px; }
  footer .new-lang a i, header .new-lang i {
    color: var(--main) !important;
    background-color: transparent !important;
    font-size: 20px;
    width: auto;
    height: auto;
    border-radius: 0; }

.single-pages .connect-us .main-form textarea, .single-pages .connect-us .main-form input, .single-pages .connect-us .main-form select {
  /* border: 1px solid #d6d1d1;*/ }

.page-id-35 .img-thumbnail {
  width: 80%;
  margin: 0 auto;
  display: block; }

.wcs_button_circle {
  width: 50px;
  background-image: url(../img/whatsapp-icon.png);
  background-repeat: no-repeat;
  height: 50px;
  border-radius: 0;
  padding: 0;
  background-size: cover;
  box-shadow: unset;
  background-color: transparent;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -o-box-shadow: unset;
  -ms-box-shadow: unset; }

.branches {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  border: 1px solid var(--main);
  border-radius: 10px;
  margin-bottom: 30px; }
  .branches iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 15px; }
  .branches h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px; }
  .branches p {
    margin-bottom: 0;
    font-size: 16px; }

/****/
/****************elhussini****************************/
.sec-padding {
  padding: 50px 0; }

.sec-bg:nth-of-type(odd) {
  background-color: transparent;
  color: #000;
  font-weight: bold; }

.sec-bg:nth-of-type(even) {
  color: #000;
  font-weight: bold; }

.img-thumbnail {
  border: 0; }

.content-block-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #0000003D;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all .3s ease-in-out; }

.content-block-item-icon {
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: 0 auto 15px auto;
  border: 1px solid #0000003D;
  display: flex;
  align-content: center;
  align-items: center; }

.content-block-item-icon img {
  max-height: 100%;
  margin: auto;
  transition: all .3s ease-in-out; }

.content-block-item-tit {
  color: #000;
  transition: all .3s ease-in-out; }

.content-block-item-exp {
  color: #ababab; }

.timeline-item {
  position: relative; }

.timeline-item:nth-of-type(even) .row {
  flex-direction: row-reverse; }

.timeline-item:before {
  position: absolute;
  content: '';
  top: 5px;
  width: 15px;
  height: 15px;
  z-index: 2;
  background: #f2674a;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #f2674a; }

.timeline-item:after {
  position: absolute;
  content: '';
  top: 30px;
  width: 1px;
  height: calc(100% - 30px);
  background: #fff; }

@media all and (min-width: 991px) {
  .timeline-item:before,
  .timeline-item:after {
    left: 50%;
    transform: translateX(-50%); } }
.gallery-item-image img {
  height: 150px;
  width: 300px; }

/**/
.timeline-item:after {
  border-right: 1px dotted #f2674a; }

@media all and (min-width: 991px) {
  .timeline-item:nth-of-type(odd) .timeline-inner {
    padding-left: 40px; }

  .timeline-item:nth-of-type(even) .timeline-inner {
    padding-right: 40px; } }
@media all and (max-width: 991px) {
  .timeline-item .timeline-inner {
    padding-right: 25px; }

  .timeline-item:before {
    right: -5px; } }
/**/
.timeline-item:after {
  border-left: 1px dotted #f2674a; }

@media all and (min-width: 991px) {
  .timeline-item:nth-of-type(odd) .timeline-inner {
    padding-right: 40px; }

  .timeline-item:nth-of-type(even) .timeline-inner {
    padding-left: 40px; } }
@media all and (max-width: 991px) {
  .timeline-item .timeline-inner {
    padding-left: 25px; }

  .timeline-item:before {
    left: -5px; } }
.upload-main-wrapper {
  width: 220px;
  margin: 0 auto; }

#file-upload-name {
  margin: 4px 0 0 0;
  font-size: 12px; }

.upload-wrapper, .upload-wrapper2, .upload-wrapper3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto 20px;
  position: relative;
  cursor: pointer;
  width: 50%;
  background-color: var(--main);
  padding: 8px 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s linear all;
  color: #ffffff; }

.upload-wrapper input[type="file"], .upload-wrapper2 input[type="file"], .upload-wrapper3 input[type="file"] {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1; }

.upload-wrapper > svg, .upload-wrapper2 > svg, .upload-wrapper3 > svg {
  width: 50px;
  height: auto;
  cursor: pointer; }

.upload-wrapper.success > svg, .upload-wrapper2.success > svg, .upload-wrapper3.success > svg {
  transform: translateX(-200px);
  display: none; }

.upload-wrapper.uploaded, .upload-wrapper2.uploaded, .upload-wrapper3.uploaded {
  transition: 0.2s linear all;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  text-align: center; }

.upload-wrapper label, .upload-wrapper2 label, .upload-wrapper3 .label {
  opacity: 1;
  visibility: visible;
  transition: 0.2s linear all; }

.upload-wrapper .file-upload-text, .upload-wrapper2 .file-upload-text, .upload-wrapper3 .file-upload-text {
  display: none;
  opacity: 0;
  visibility: hidden; }

.upload-wrapper.uploaded .file-upload-text, .upload-wrapper2.uploaded .file-upload-text, .upload-wrapper3.uploaded .file-upload-text {
  text-indent: -999px;
  margin: 0; }

.upload-wrapper brو.upload-wrapper p {
  display: none;
  opacity: 0;
  visibility: hidden; }

.file-success-text {
  opacity: 0;
  transition: 0.2s linear all;
  visibility: hidden;
  transform: translateX(200px);
  position: absolute;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.file-success-text svg {
  width: 25px;
  height: auto; }

.file-success-text span {
  margin-inline-start: 15px; }

.upload-wrapper.success .file-success-text, .upload-wrapper3.success .file-success-text, .upload-wrapper2.success .file-success-text {
  opacity: 1;
  visibility: visible;
  transform: none; }

.upload-wrapper.success.uploaded .file-success-text, .upload-wrapper2.success.uploaded .file-success-text, .upload-wrapper3.success.uploaded .file-success-text {
  opacity: 1;
  visibility: visible;
  transform: none; }

.upload-wrapper.success.uploaded .file-success-text span, .upload-wrapper3.success.uploaded .file-success-text span, .upload-wrapper2.success.uploaded .file-success-text span {
  display: none; }

.upload-wrapper .file-success-text circle {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  transition: 1s linear all;
  transition-delay: 1.4s; }

.upload-wrapper.success .file-success-text circle {
  stroke-dashoffset: 0; }

.upload-wrapper .file-success-text polyline {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  transition: 1s linear all;
  transition-delay: 2s; }

.upload-wrapper.success .file-success-text polyline {
  stroke-dashoffset: 0; }

.upload-wrapper.success .file-upload-text, .upload-wrapper2.success .file-upload-text, .upload-wrapper3.success .file-upload-text {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.upload-wrapper label, .upload-wrapper2 label, .upload-wrapper3 label {
  margin: 0 10px 0; }

.upload-wrapper span.wpcf7-form-control-wrap, .upload-wrapper2 span.wpcf7-form-control-wrap, .upload-wrapper3 span.wpcf7-form-control-wrap {
  position: unset; }

.upload-wrapper p, .upload-wrapper2 p, .upload-wrapper3 p, .upload-wrapper br, .upload-wrapper2 br, .upload-wrapper3 br {
  display: none; }

.upload-wrapper.success, .upload-wrapper3.success, .upload-wrapper2.success {
  padding: 10px 20px;
  width: 100%;
  border-radius: 0; }

.upload-wrapper.uploaded label, .upload-wrapper3.uploaded label, .upload-wrapper2.uploaded label {
  display: none; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 10px;
  margin: 2px;
  color: #fff;
  background-color: var(--main);
  display: inline-block; }

.wp-pagenavi {
  margin-top: 10px;
  text-align: center; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #FFF;
  color: #FFF; }

/****************elhussini****************************/

/*# sourceMappingURL=main.css.map */
