@import url(//fast.fonts.net/cssapi/71e0aeca-eeea-467e-afbc-28343bf52d13.css);

@font-face {
  font-family: HelveticaNeueLTArabic-Roman;
  src: url(/fonts/FontsFree-Net-helveticaneuelt-arabic-55-roman.ttf?18961a412bec4892a58c7b44563df070);
}

@font-face {
  font-family: HelveticaNeue-Bold;
  src: url(/fonts/FontsFree-Net-HelveticaNeueBold.ttf?2493fdb67342e3ef0d98672a711f9ded);
}

@font-face {
  font-family: HelveticaNeue-Medium;
  src: url(/fonts/FontsFree-Net-HelveticaNeueMedium.ttf?c2107c36ba0d9c5354ff6b5bf2332ef8);
}

@font-face {
  font-family: HelveticaNeueLTArabic-Light;
  src: url(/fonts/helvetica-neue-lt-arabic-45-light.ttf?ba507105bee523d3690ede82f4405136);
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500&display=swap');


body {
  font-size: 18px;
  font-family: 'Futura LT W01 Medium', sans-serif;
}



body.no_scroll {
  overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Futura LT W01 Medium", sans-serif;
    color: #C5A47E;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.8vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}


::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: #C5A47E;
    opacity: 1;
}

a {
  color: #323030;
  text-decoration: none;
}

a:link, a:visited {
  color: #323030;
}

a:hover, a:active {
  color: #C5A47E;
}

button:focus {
  outline: none;
}

.form-control {
    border-color: #E4E4E4 !important;
    height: calc(3.5em + .75rem + 2px);
    font-size: 16px;
    color: #C5A47E;
}

.border-primary {
    border-color: #C5A47E!important;
}

.bg-primary {
  background-color: #C5A47E  !important;
}

.text-primary {
  color: #C5A47E  !important;
}

.btn-primary {
  background-color: #C5A47E;
  color: #ffffff;
  padding: 1rem 2.5rem;
  border-radius: 35px;
  border:0;
}

.btn-primary:hover , .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle , .btn-primary.focus, .btn-primary:focus {
  background-color: #C5A47E;
  color: #ffffff;  
}

/* General */
.bg-lines {
  background-size: cover;
}

.bg-dark {
  background:linear-gradient(rgba(50, 48, 48, 0.8), rgba(50, 48, 48, 0.8)), url('../img/bg-dark.png') no-repeat;
  background-size: cover;
}

.sidenav {
  background:linear-gradient(rgba(50, 48, 48, 0.8), rgba(50, 48, 48, 0.8)), url('../img/acheivmentBG.png') no-repeat;
  background-size: cover;

}

.path-user .main .tabs {
  display: none !important;
}

/*  Header */
.loadingPage  {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
}
.navbar {
  margin-bottom: 0;
  z-index: 99;
}
.navbar.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  right: 0;
  left: 0;
  top: 0;
}
.navbar .navbar-brand {
  min-height: 100px;
}

@media (min-width: 480px) {
  .navbar .navbar-brand {
    width: 298px !important;
  }  
}


.navbar .navbar-brand img {
  max-height: 100%;
}



.navbar-nav .nav-item a {
  position: relative;
  color: #323030;
}


.path-frontpage .navbar-nav .nav-item a {
  position: relative;
  color: #fff;
}

.navbar .navbar-brand img {
  position: absolute;
  top: 10px;
}
.light {
  display: none;
}

.dark {
  display: block;
}

.path-frontpage .light {
  display: block;
}

.path-frontpage .dark {
  display: none;
}

.navbar.navbar-fixed-top  .navbar-nav .nav-item a {
  color: #323030;
}


.navbar.navbar-fixed-top  .navbar-nav .nav-item.active a {
  color: #C5A47E;
}


.navbar-nav .nav-item.active a {
  color: #C5A47E;
}

.navbar-nav .nav-item.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #C5A47E;
  left: 25%;
}

.navbar.navbar-fixed-top .navbar-nav .nav-item.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #C5A47E;
  right: 25%;
}

@media (max-width: 480px) {
  .navbar.navbar-fixed-top .navbar-nav .nav-item.active a::after {
    right: 0;
    height: 3px;
  }

  .navbar .navbar-brand img {
    width: 200px !important;
  }
}

.navbar-nav .languages-menu a {
  padding: .5rem 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
  display: block;
}

.navbar-nav .languages-menu a.is-active  {
  display: none;
}


#sliders h1 {
  font-size: 50px;
}

#sliders .sliders-sociel-media {
  font-size: 30px;
  color: #fff;
}

#sliders .sliders-sociel-media a {
  color: #fff;
}

#sliders .slick-dots {
  top: 40%;
  right: 25%;
  width: 30px;
}


#sliders .slick-dots li {
  width:16px;
  height:16px;
  background: #C5A47E;
  color: #C5A47E;
  border-radius: 50%;
  margin: 10px 0;
}


@media (max-width: 480px) {
  #sliders .slick-dots {
    top: auto;
    bottom: 10%;
    width: 100%;
  }

  #sliders .slick-dots li {
    margin:  0 10px;
  }
}


#sliders .slick-dots li button {
  color: transparent;
}

#sliders .slick-dots li button:before {
  color: transparent;
}

#sliders .slick-dots li.slick-active {
  background-color:#323030;
  position: relative;  
}

#sliders .slick-dots li.slick-active::after {
  content:"";
  position:absolute;
  top:-8px;
  left:-8px;
  width:31px;
  height:31px;
  border-radius:50%;
  border:solid 3px #323030;
}


#sliders .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }

.clients-wrapper .slick-dots li {
  width:16px;
  height:16px;
  background: #C5A47E;
  color: #C5A47E;
  border-radius: 50%;
}

.clients-wrapper .slick-slide .item {
    min-height:180px;
}
.clients-wrapper .slick-slide img {
  max-height: 80px;
  filter: grayscale(100%);
}
.clients-wrapper .slick-slide img:hover {
  filter: grayscale(0%);
}

.clients-wrapper .slick-dots li button {
  color: transparent;
}

.clients-wrapper .slick-dots li button:before {
  color: transparent;
}

.clients-wrapper .slick-dots li.slick-active {
  background-color:#323030;
  position: relative;  
  margin: 0 15px;
}

.clients-wrapper .slick-dots li.slick-active::after {
  content:"";
  position:absolute;
  top:-8px;
  left:-8px;
  width:31px;
  height:31px;
  border-radius:50%;
  border:solid 3px #323030;
}

#acheivments h1 {
  font-size: 100px;
  font-family: 'Oswald', sans-serif;
  position: relative;
}

#acheivments h1::after , #acheivments h1::before {
  content: "";
  top: 50%;
  left: 0;
  position: absolute;
  width: 20%;
  height: 5px;
  background: #fff;
}

#acheivments h1::before {
  right: 0;
}

#acheivments .acheivment{
  background:#C5A47E;
  color: #fff;
}

#acheivments .acheivment:hover {
  background:rgba(197, 164, 126, 0.7);
}


#articles .article .content h4 a {
  color: #C5A47E;
}
#articles .article .meta i {
  color: #C5A47E;
  margin-left: 5px;
}

#works {

}

#works .work {
  min-height: 420px;
  background-size: cover;
}

#works .work .content {
  background: rgba(50, 48, 48, 0.7);
}

#works .work .content-even {
  background: rgba(197, 164, 126, 0.7);
}


#services {}

/*#services .mb-5,#services .my-5 {
    margin-bottom: 9rem!important;
}*/

#services .mt-n5,#services .my-n5 {
/*  margin-top: -6rem!important;
*/}

#services .service {
  background: #fff;
  border-radius: 15px;
  border-width: 2px;
}


#services .service:hover {
  background: #C5A47E ;
}

#services .service:hover h4 {
  color: #fff;
}
#services .service .icon {
  background: #C5A47E;
  width: 110px;
  height: 110px;
  margin: auto;
  line-height: 110px;
}

/*#services .service:hover .icon {
  background: #fff;
  border-color: #C5A47E;
  color: #C5A47E;
}*/

#services .service .content {
  min-height: 250px;
}

#services .service .bottom a {
  border-radius: 30px;
  text-decoration: none;
  background: #C5A47E;
  color: #fff;
}
#services .service .bottom a:hover {
  background: #fff;
  color: #C5A47E;
}


.download-item {
  background: #fff;
  color: #323030;
  border: solid 1px #707070;
}

.download-item:hover {
  background: #323030;
  color: #fff;
}

.download-item:hover a {
  color: #323030;
  background: #fff;
}


.download-item-dark a {
  color: #fff;
  background: #C5A47E;
}



.download-item-dark {
  background: #323030;
  color: #fff;
  border: solid 1px #707070;
}

.download-item-dark:hover {
  background: #fff;
  color: #323030;
}

.download-item-dark a {
  color: #323030 !important;
  background: #fff;
}

.download-item-dark:hover a {
  color: #fff;
  background: #C5A47E;
}

#mission_vision_block {
  background: url('../img/bg-image.png') no-repeat;
  background-size: cover;
}
#mission_vision_block .dark  {
  background:rgba(50, 48, 48, 0.9);
}

/* Footer */
.footer {
  background:#C5A47E;
  border: none;
  color:#fff;
  margin-top:30px;
}

.path-services .footer {
  margin-top: 0;
}
.footer p {
  font-size:16px;
}
.footer h4 {
  color:#fff;
}
.footer a {
  color:#fff
}
.footer .widget ul li {
  margin-bottom:10px;
}
.footer .widget ul li i {
  margin-left:10px;
}


/* custom */
.page-header {
  margin-top: 40px;
}

.path-webform .form-inline .form-control {
  width: 100%;
}

.path-webform .form-inline label {
  margin-bottom: .5rem;
}
.path-webform label {
  font-weight: 400;
}

.path-webform .panel-default > .panel-heading {
  background:none;
  border:none
}

.path-webform .panel-default > .panel-heading .panel-title {
  border-bottom: solid 5px #c6a47e;
  text-transform: uppercase;
  font-weight: bold;
  color: #c7a47e;
  margin-bottom: 15px;
  margin-top: 35px;
  padding-bottom: 15px;
}

.path-webform  .form-control {
  height: calc(2em + .75rem + 2px);
}

/* page-about */
#page-about .page-header {
  border: none;
  text-align: center;
  font-size: 40px;
}

#page-about .about-block p {
  line-height: 36px;
  font-size: 20px;
  color: #323030;
}

#acheivments  {
  background:linear-gradient(rgba(197, 164, 126, 0.7), rgba(197, 164, 126, 0.7)), url('../img/acheivmentBG.png') no-repeat;
  background-size: cover;

}
#page-about #acheivments .acheivment {
  border-radius: 15px;
}

#page-about #acheivments .acheivment .img {
  background: #fff;
  margin: auto;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
}

#page-about #acheivments .acheivment .img  img {
  text-align: center;
  margin: auto;
  width: 50%;
  height: 50%;
}

#milestones .year {
  border-radius: 10px;
  background: #C5A47E;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
#milestones .slick-slide .year {
  background: #323030;
}
#milestones .item {
  width: 115px;
  height: 115px;
  padding-top: 3px;
  margin: auto;
  border-width: 2px !important;  
  position: relative;
}
#milestones .item img {
  width: 105px;
  height: 105px;
  margin: auto;
}
#milestones .item::before {
  content: "";
  height: 32px;
  width: 1px;
  background: #C5A47E;
  position: absolute;
  top: -32px;
}
#milestones .title {
  color: #323030;
  font-weight: bold;
}



#milestones .slick-dots li button {
  color: transparent;
}

#milestones .slick-dots li button:before {
  color: transparent;
}

#milestones .slick-dots li.slick-active {
  background-color:#323030;
  position: relative;  
  margin: 0 15px;
}

#milestones .slick-dots li.slick-active::after {
  content:"";
  position:absolute;
  top:-8px;
  left:-8px;
  width:31px;
  height:31px;
  border-radius:50%;
  border:solid 3px #323030;
}



#contact-page {}

.contact_map {
    padding: 0;
    margin-bottom: -10px;
/*    filter: grayscale(100%) brightness(100%) opacity(100%);
    -webkit-filter: grayscale(100%) brightness(100%) opacity(100%);
    -moz-filter: grayscale(100%) brightness(100%) opacity(100%);
*/}

#contact-page .info {
  background: #fff;
}

#contact-page .info li {
    line-height: 32px;
}

#contact-page .info li i {
  margin-left: 10px;
}

#contact-page .info {
  
}

#contact-page .page-header  {
  text-align: center;
  border-bottom: 0;
}

#contact-page .buttons button {
  font-size: 18px;
  padding: 15px 75px;
  margin-right: 0;
}



#services-page .services {
  
}

#services-page .services .service {
  position: relative;
}

#services-page  .service .service-info {
  min-height: 320px;
}

#services-page  .service .button {
    position: absolute;
    bottom: -50px;
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#services-page .service:hover {
  margin-bottom: 0;
}

#services-page .service:hover .button {
    opacity: 1.0;
    bottom: 0;
}


#webform-submission-khdmat-altmwyn-node-54-add-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


/**/

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    text-align: center;
}

    .loader .page-lines .line {
        background-color: #ededed;
    }

.loader-brand {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #c5a47e;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}



@media print {
  footer {
    display: none !important;
  }
}