nav {
  border-bottom: none;
}
/*============= start =========================================== */

/* Basic */
html {
  padding: 0 !important;
  margin: 0 !important;
}

body {
  background: #ffffff;
  color: #444444;
}
body:before {
  content: " ";
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.05;
}


/* CTA */
#cta {
  background-color: #ce1b28;
  color: rgba(255, 255, 255, 0.75);
  background-attachment: fixed;
  background-image: linear-gradient(
      rgba(206, 27, 40, 0.25),
      rgba(206, 27, 40, 0.25)
    ),
    url(../images/cta01.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
}
/* =================================waves=========================================== */
.services-nav {
  position: absolute;
  min-width: 100%;
  top: -5rem;
}
.header {
  position: relative;
  text-align: center;
  color: white;
  margin-bottom: 7rem;
}

.inner-header {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.waves {
  background: transparent;
  position: relative;
  width: 100%;
  height: 5rem;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 2rem;
  max-height: 5rem;
}
@media only screen and (max-width: 650px) {
  .waves {
    height: 4rem;
  }
  .services-nav {
    top: -4rem;
  }
}
.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* =================================END waves=========================================== */


/* ==================service ===========================*/

.imgBox {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  background-color: #FFF;
}

.services > div {
  position: absolute;
  top: -77px;
}

.services {
  z-index: 30;
  min-height: 6rem;

}

@media only screen and (max-width: 760px) {
  .imgBox {

    width: 5rem;
    height: 5rem;

  }
  .services > div {

    top: -68px;
  }
  .services img {

   width: 70%;
  }
}
/* ==================slider ===========================*/


.slider .box {
  height: 45rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  overflow: hidden;
  position: relative;
}
.slider .box .bg {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 55%;
  transform: skewX(7deg);
  position: absolute;
  height: 100%;
  left: -10%;
  padding-left: 20rem;
  transform-origin: 0 100%;
}
.slider .box .tg {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 55%;
  transform: skewX(13deg);
  position: absolute;
  height: 100%;
  left: -7%;
  padding-left: 20rem;
  transform-origin: 0 100%;
}
.iconSlider{
  position: absolute;
    bottom: 21%;
    left: 17%;
    font-size: 11rem;
    transform: unset;
    color: #FFF;
z-index: 1000;
}
.slider .box .details {
  padding: 5rem;
  padding-right: 10rem;
  z-index: 1;
  grid-column: 1 / span 1;
  grid-row: -1;
}

.slider .box .details h1 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
}

.slider .box .details p {
  display: inline-block;
  font-size: 1.3rem;
  color: #b5b4b4;
  margin-bottom: 2rem;
  margin-right: 5rem;
}

.slider .box .details button {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 2rem;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider .box .details button:hover {
  opacity: 0.8;
}
.slider .box .details button:focus {
  outline: none;
  border: none;
}
.slider .box1 {
  background-color: #500033;
}
.slider .box1 .illustration .inner {
  background-color: #f07;
}
.slider .box1 .illustration .inner::after, .slider .box1 .illustration .inner::before {
  background-color: rgba(255, 0, 119, 0.4);
}
.slider .box1 button {
  background-color: #f07;
}
.slider .box2 {
  background-color: #000050;
}
.slider .box2 .illustration .inner {
  background-color: #03f;
}
.slider .box2 .illustration .inner::after, .slider .box2 .illustration .inner::before {
  background-color: rgba(0, 51, 255, 0.4);
}
.slider .box2 button {
  background-color: #03f;
}
.slider .box3 {
  background-color: #00501d;
}
.slider .box3 .illustration .inner {
  background-color: #0f4;
}
.slider .box3 .illustration .inner::after, .slider .box3 .illustration .inner::before {
  background-color: rgba(0, 255, 68, 0.4);
}
.slider .box3 button {
  background-color: #0f4;
}
.slider .box4 {
  background-color: #554d00;
}
.slider .box4 .illustration .inner {
  background-color: #ff4e00;
}
.slider .box4 .illustration .inner::after, .slider .box4 .illustration .inner::before {
  background-color: rgba(255, 78, 0, 0.4);
}
.slider .box4 button {
  background-color: #ff4e00;
}
.slider .box5 {
  background-color: #300050;
}
.slider .box5 .illustration .inner {
  background-color: #8000ff;
}
.slider .box5 .illustration .inner::after, .slider .box5 .illustration .inner::before {
  background-color: rgba(128, 0, 255, 0.4);
}
.slider .box5 button {
  background-color: #8000ff;
}
.slider .illustration {
  grid-column: -2;
  grid-row: -1;
  justify-self: center;
}

.slider .illustration div {
  height: 25rem;
  width: 18rem;
  border-radius: 3rem;
  background-color: #f07;
  position: relative;
  transform: skewX(-10deg);
}

.slider .illustration div::after, .slider .illustration div::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  top: 0;
  left: 0;
}
.slider .illustration div::after {
  transform: translate(4rem, -1rem);
}
.slider .illustration div::before {
  transform: translate(2rem, -2rem);
}
@media only screen and (max-width: 650px) {
    .slider .box {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
    .slider .box .bg {
      width: 100%;
      left: 0;
      bottom: 0;
      height: 54%;
      opacity: .4;
      transform: skewX(30deg);
    }
    .slider .box .tg {
    display: none;

    }

    .slider .box .bg::before {
      content: "";
      opacity: .9;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: inherit;
      pointer-events: none;
      transform: skewX(30deg);
    }
    .slider .box .details {
      grid-row: 2 / span 1;
      grid-column: -1;
      text-align: center;
      padding: 2rem;
      margin-top: 8rem;
      transform: translateY(-9rem);
    }
    .slider .illustration {
      grid-row: 1 / span 1;
      grid-column: -1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

}

@media only screen and (max-width: 960px) {
    .slider .box {
        height: 40rem;
        padding-top: 2rem;
    }

    .iconSlider{
     font-size: 4rem;
        bottom: 29%;
        left: 33%;
    }
    .slider .box .bg {
      /*width: 65%;*/
    }
     .slider .box .tg {
      /*width: 65%;*/
    }
     .slider .box .details p {
      margin-right: 0;
    }
    .slider .illustration  {
      padding-top: 5rem;
    }
    .slider .illustration div {
      height: 12rem;
      width: 10rem;
    }
    .slider .box .details h1 {
      font-size: 1.5rem;

    }.slider .box .details p {
         font-size: 1rem;
    }
}
@media only screen and (min-width: 850px) {

    .slider .illustration div {
         margin-right: 9rem;

    }
}
/* ==== end Slider========= */
/* ================================ start site-counter ======================================= */

.site-counter{
  text-align: center !important;
  font:4em sans-serif;
  display: block;
  width: 4rem;
display: inline-block;
border-radius: .6rem;
margin: .7rem;
color: #1661ad;
background-color: #ffffff47;
}
.counter-adress{
  text-align: center !important;
  font-size: 4rem;
border: #FFF;
  color: #1661ad;

}
/* ======= end site-counter ===== */
/* ================================ start option ======================================= */


.ar-flex-item li {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #fff;
  height: 260px;
  -webkit-transition: all 500ms cubic-bezier(0.165,0.84,0.44,1);
  -o-transition: all 500ms cubic-bezier(0.165,0.84,0.44,1) ;
  transition: all 500ms cubic-bezier(0.165,0.84,0.44,1);
}

 .ar-flex-item:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.ar-flex-info {
  position: relative;
  text-align: center;
  padding: 0 10%;
  height: 100%;
}
 .ar-flex-info i {
  margin-top: 25px;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.165,0.84,0.44,1);
  -o-transition: all 500ms cubic-bezier(0.165,0.84,0.44,1);
  transition: all 500ms cubic-bezier(0.165,0.84,0.44,1);
}
h1.flex-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #444;
}
 .ar-flex-info p {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
 .ar-flex-info .ar-flex-options a {
  display: block;
  margin: 7px 5px;
  padding: 10px;
  /* background-color: #bf9e66; */
  background-color: #1661ad;
  border-radius: 25px;
  color: #fff;
  -webkit-transition: all 100ms cubic-bezier(0.47,0,0.745,0.715);
  -o-transition: all 100ms cubic-bezier(0.47,0,0.745,0.715);
  transition: all 100ms cubic-bezier(0.47,0,0.745,0.715);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.ar-flex-item li:hover .ar-flex-info h1.flex-title {
  color: #bf9e66;
  margin-top: 10px;
  font-size: 15px;
}
.ar-flex-item li:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  border-color: #bf9e66;
  border-color: #1661ad;

}
/* .ar-flex-item li:hover .ar-flex-info i {
  padding: 20px;
  border: 1px solid #bf9e66;
  border: 1px solid #1661ad;
  margin-top: -50px;
} */
.ar-flex-item li:hover .ar-flex-info i {
  padding: 15px;
  border-radius: 100%;
  /* border: 1px solid #bf9e66; */
  border: 1px solid #1661ad;
  margin-top: -40px;
  background-color: #fff;
  color:#1661ad;
}
.ar-flex-item li:hover .ar-flex-info h1.flex-title {
  /* color: #bf9e66; */
  color:#1661ad;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}

 .ar-flex-item li:hover .ar-flex-info .ar-flex-options {
  display: block;
  opacity: 1;
}
