body,
body *{
    font-family: 'Poppins' ;
    letter-spacing: normal !important;
}
.bg-custom-overlay{
    background: url('/website/assets/images/overlay.png') center ;
    background-size:cover;
    opacity: .8;
}
.yellow-color{color: #fdd300 !important}
.blue-color{color: #025C88 !important}
.red-color{color: #AB8C70 !important;}
.black-color{color: #000000 !important;}
.bg-red{background-color: #AB8C70 !important;}
.bg-blue{background-color: #025C88  !important;}
.bg-yellow{background-color: #fdd300  !important;}
.bg-sky{background-color: #f0fafb !important;}
.website-logo{
    max-width: 200px;
}
.learn-more{
    font-size: 24px;
}
.learn-more i{
    font-size: 28px;
}

.logo img{
    width: 130px;
    height: auto;
}
#topnav .navigation-menu > li > a{
    font-weight: normal;
}
#topnav .navigation-menu > li.active > a, #topnav .navigation-menu > li:hover > a{
    color: #AB8C70 !important;
    font-weight: bold;
}
@media (max-width: 992px){
    .mask-img{
        display: none;
    }
}
@media (min-width: 992px){
    #topnav .navigation-menu {
        justify-content: right;
    }
    #topnav .navigation-menu > li.has-submenu.lang-li{
        margin: 0 0 0 25px;
    }
    .bg-mask-img{
        background-image: url('/website/assets/images/integration/mask.png');
        background-repeat: no-repeat;
    }
}
#topnav .navigation-menu > li{
    transition: all .2s ease-in-out;
}
.padding-full-height{padding: 230px 0px;}
.secondry-background{background-color: #AB8C70;border-color: #AB8C70}
.nav-pills{--bs-nav-pills-link-active-bg: #AB8C70;}
.text-white-50 {color: rgba(255,255,255,.6) !important;}
.footer{
    color: #f3f3f3;
    box-shadow: 0 0 50px 2px rgba(172, 172, 172, 0.6);
}
.footer .text-foot{color: #f3f3f3;}
.social-icon.foot-social-icon li a{
    color: #4f4f4f;
    border-color: transparent;
}
.subscribe-submit{color: #fff !important;border: 1px solid #fff !important;background-color: #025C88 !important;}
::placeholder{color:#fff !important}
.footer .footer-bar, .footer .footer-border{border-top:none}
.logo-footer img{
    /* filter: brightness(0) invert(1); */
    width: 130px;
    height: auto;
}
.custom-shadow{
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.section-title > .title{
    display: inline;
    position: relative;
}
/* .section-title > .title:before {
    content: "";
    width: 15px;
    height: 5px;
    background: #AB8C70;
    top: 50%;
    position: absolute;
    left: -20px;
}
.section-title > .title:after {
    content: "";
    width: 15px;
    height: 5px;
    background: #AB8C70;
    top: 50%;
    position: absolute;
    right: -20px;
} */
.lang{
    padding-left: 8px !important;
}
#topnav .navigation-menu > li:hover > .menu-arrow,
#topnav .has-submenu.active.active .menu-arrow,
#topnav .has-submenu.active .submenu li.active > a,
#topnav .navigation-menu > li .submenu li a:hover{
    border-color: #AB8C70;
    color: #AB8C70 !important;
}
.team-overlay{
    background-image: linear-gradient(to bottom, rgba(7, 172, 188, 0) 36%, #07acbc) !important;
}
.core-value img{
    width: 100%;
}
.card-behind{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    font-size: 15px;
    line-height: 1.5;
    padding: 24px;
    border-radius: 10px;
    transition: opacity .2s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.core-value:hover .card-behind{
    opacity: 1;
    height: 100%;
}
.rounded-10{
    border-radius: 10px;
}
.readmore{
    color: #AB8C70;
}
.gray-bg,
.haeder-our-services{
    background: #F7F7F7
}
 /*  yellow #fdd300 */
 /* red #AB8C70 */

 /* home page */

/* header */

  @-webkit-keyframes ani-mouse {
      0% {
      opacity: 1;
      top: 29%;
      }
      15% {
      opacity: 1;
      top: 50%;
      }
      50% {
      opacity: 0;
      top: 50%;
      }
      100% {
      opacity: 0;
      top: 29%;
      }
  }
  @-moz-keyframes ani-mouse {
      0% {
      opacity: 1;
      top: 29%;
      }
      15% {
      opacity: 1;
      top: 50%;
      }
      50% {
      opacity: 0;
      top: 50%;
      }
      100% {
      opacity: 0;
      top: 29%;
      }
  }
  @keyframes ani-mouse {
      0% {
      opacity: 1;
      top: 29%;
      }
      15% {
      opacity: 1;
      top: 50%;
      }
      50% {
      opacity: 0;
      top: 50%;
      }
      100% {
      opacity: 0;
      top: 29%;
      }
  }
   .scroll-btn {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10%;
      text-align: center;
  }
  .scroll-btn > * {
      display: inline-block;
      line-height: 18px;
      font-size: 13px;
      font-weight: normal;
      color: #7f8c8d;
      color: #ffffff;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 2px;
  }
  .scroll-btn > *:hover,
  .scroll-btn > *:focus,
  .scroll-btn > *.active {
      color: #ffffff;
  }
  .scroll-btn > *:hover,
  .scroll-btn > *:focus,
  .scroll-btn > *:active,
  .scroll-btn > *.active {
      opacity: 0.8;
      filter: alpha(opacity=80);
  }
  .scroll-btn .mouse {
      position: relative;
      display: block;
      width: 35px;
      height: 55px;
      margin: 0 auto 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 3px solid white;
      border-radius: 23px;
  }
  .scroll-btn .mouse > * {
      position: absolute;
      display: block;
      top: 29%;
      left: 50%;
      width: 8px;
      height: 8px;
      margin: -4px 0 0 -4px;
      background: white;
      border-radius: 50%;
      -webkit-animation: ani-mouse 2.5s linear infinite;
      -moz-animation: ani-mouse 2.5s linear infinite;
      animation: ani-mouse 2.5s linear infinite;

  }
.header-social-icons li{
    margin: 0 10px;
}

/* parteners */
.parteners > div,
.investment > div,
.assemblies > div {
    padding: 2rem 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #fff;
}
.parteners > div,
.investment > div,
.assemblies > div {
    color: #787575;
    font-weight: bold;
}

/*blogs*/
.blog-item img{
    padding: 1rem;
}
/*blogs*/

/*footer*/
.footer-social{
    margin-top: 4rem;
}
/*footer*/


/*about us page*/
.about-us-card{
    background: #f9f9f9;
    padding: 3rem 1rem;
    margin-bottom: 4rem;
}
/*about us page*/

/*coporate page*/
.corporate-title {
    background: #AB8C70;
    border-radius: 10px 10px 0px 0px;
    color:#fff;
    padding: 1rem 2rem;
}
/*corporate*/


/*gellry page*/
@media (min-width: 992px){
    .garllery-container{
        padding: 0 3rem;
    }
}
/*gallery page*/

/*general*/
    .to-top-bg{
        margin-top: -8rem;
    }
    .set-size {
        font-size: 5em;
    }
    .charts-container:after {
        clear: both;
        content: "";
        display: table;
      }

      .pie-wrapper {
        height: 1em;
        width: 1em;
        margin: 10px auto;
        position: relative;
      }
      .pie-wrapper:nth-child(3n+1) {
        clear: both;
      }
      .pie-wrapper .pie {
        height: 100%;
        width: 100%;
        clip: rect(0, 1em, 1em, 0.5em);
        left: 0;
        position: absolute;
        top: 0;
      }
      .pie-wrapper .pie .half-circle {
        height: 100%;
        width: 100%;
        border: 0.1em solid #3498db;
        border-radius: 50%;
        clip: rect(0, 0.5em, 1em, 0);
        left: 0;
        position: absolute;
        top: 0;
      }
      .pie-wrapper .label {
        background: #34495e;
        border-radius: 50%;
        bottom: 0.4em;
        color: #ecf0f1;
        cursor: default;
        display: block;
        font-size: 0.25em;
        left: 0.4em;
        line-height: 2.8em;
        position: absolute;
        right: 0.4em;
        text-align: center;
        top: 0.4em;
      }
      .pie-wrapper .label .smaller {
        color: #bdc3c7;
        font-size: 0.45em;
        padding-bottom: 20px;
        vertical-align: super;
      }
      .pie-wrapper .shadow {
        height: 100%;
        width: 100%;
        border: 0.1em solid #fff;
        border-radius: 50%;
      }
      .pie-wrapper.style-2 .label {
        background: none;
        color: #7f8c8d;
      }

      .pie-wrapper .pie {
        clip: rect(auto, auto, auto, auto);
      }
      .pie-wrapper .pie .half-circle {
        border-color: #AB8C70;
      }
      .pie-wrapper .pie .left-side {
        transform: rotate(342deg);
      }
      .pie-wrapper .pie .right-side {
        transform: rotate(180deg);
      }
      #topnav .navigation-menu > li > a{
        padding-left: 10px;
        padding-right: 10px;
      }
      .blog-title{
        font-size: 1.1rem;
      }
      .blog-desc{
        font-size: .9rem;
      }
      @media (max-width: 991px){
        #navigation {
            z-index: 1;
        }
        .map iframe{
            width: 100% !important;
        }
      }
      .parteners > div{
        background: transparent;
      }
      .parteners .owl-carousel .owl-item img{
        display: inline;
        width: auto;
      }
      .parteners .owl-item{
        background: #fff;
      }
      .footer .footer-head,
      .footer .text-foot{
        color: #535353;
      }
      @media (max-width: 991px){
      #topnav .navigation-menu > li .submenu{
        display: block !important;
      }
      .menu-arrow{
        display: none !important;
      }
      }

.owl-stage{
    margin: 0 auto;
}
.bg-home{
    background-size:cover !important
}
/*general*/
