@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');

.author {
  display: none ;
}

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: #323030;
}

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


.navbar.navbar-fixed-top .navbar-nav .nav-item.active a:hover .dropdown-menu {
  display: block;
}

@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 ;
  color: #fff;
}

#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: 140px;
}

#services .service .content h4 a   {
  color: #C5A47E;
}

#services .service .content:hover h4 a ,#services .service:hover a {
  color: #fff;
}

#services .service .content h4 a:hover {
  color: #fff;
}

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




.dropdown-menu {
  right: auto !important;
}
.dropdown-item.active, .dropdown-item:active {
  background: #c5a47e;
  color: #fff !important;
}

.dropdown-item li a {
  color: #c5a47e !important;
}

#sliders .sliders {
  position: relative;
  
}

#sliders .sliders video {
    position: absolute;
    display: block; // If cross-browsering performance
  width: 100vw;
  height: 100vh;
    -o-object-fit: fill;
    object-fit: fill;
  min-width: 100%;
  min-height: 100%;
      object-fit: cover;


}


#sliders .sliders::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left:0;
  right: 0;
  /*background: linear-gradient(180deg, rgb(109 89 71 / 48%) 0%, rgb(134 112 97 / 67%) 0%, rgb(104 84 65 / 46%) 100%);
*/}

.slick-dots {
  z-index: 2;
}

#mission_vision_block {
  background: url('../img/bg-image.png') no-repeat center;
}

#mission_vision_block .dark {
  background: #bdab9b70 !important;
}


.timeline {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #ac855a;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #966f45;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #c5a47e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #ac865a;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #ac865a;
    border: 2px dashed #8d5d28;
}
.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
    color: #fff;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #ac855a;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}



#services .service h3 a {
  color: #fff;
  text-decoration: none;
}


      .whatsapp_float {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 40px;
          right: 40px;
          background-color: #25d366;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      .whatsapp-icon {
          margin-top: 16px;
      }

      /* for mobile */
      @media screen and (max-width: 767px) {
          .whatsapp-icon {
              margin-top: 10px;
          }

          .whatsapp_float {
              width: 40px;
              height: 40px;
              bottom: 20px;
              right: 10px;
              font-size: 22px;
          }
      }


  .navbar-toggler {
    color: #fff !important;
  }

  .navbar-nav {
    padding-left: 20px;
  }

@media (max-width: 480px) {

  .navbar-collapse {
    background: #fff;
  }
}
