/* global */
body {
  font-family: 'Gotham Rounded';
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  /* color: #7e7e7e; */
  color: #232323;
  overflow-x:hidden;
}

/* fixed footer */
html,
body {
   margin:0;
   padding:0;
   height: 100vh;
}
#container {
   min-height:100vh;
   position:relative;
}
#header {
}
/* #body {
   padding-bottom:60px;
} */
#footer {
   /* height:60px; */
}
.push {
  height: 60px;
}
/* fixed footer */


a {
  color:inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.font-48 {
  font-size: 48px;
}

.font-36 {
  font-size: 36px;
}

.font-30 {
  font-size: 30px;
}

.font-24 {
  font-size: 24px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.text-grey {
  color: #444545;
}

.text-orange {
  color:#ee6f2b !important;
}

.text-orange-dark {
  color:#fb6f1a;
}

.btn-radius {
  border-radius: 20px;
  width: 150px;
}

.btn-orange {
  border-radius: 20px;
    width: 150px;
    border-color: #ee6f2b;
    color: #ee6f2b;
}

.btn-orange:hover, .btn-orange:active {
  background: #ee6f2b;
    border-color: #ee6f2b;
}

.bg-orange {
  background: #ee6f2b;
}

/* header showcase */
.showcase_bg {
  position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background-color: #ee6f2bba!important;
}

.logo_cover {
  background: url(../images/logo_cover.png);
  background-repeat: no-repeat;
  position: absolute;
  /* height: 316px;
  width: 517px;
  z-index: -1;
  top: 0;
  left: -105px; */
  height: 1080px;
  width: 1080px;
  z-index: -1;
  top: 0;
  right: 50%;
  background-size: 830px 700px;
}

/* .carousel-caption.d-none.d-md-block {
  background-color: #0000002e!important;
} */

.carousel-caption {
    position: absolute;
    right: 30%;
    bottom: inherit;
    left: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h2{
  text-shadow: 1px 1px #020202;
}

header  .carousel-caption {
  top: 33%;
}

#carouselIndicators ol.carousel-indicators li{
  border: solid 2px #fff;
  background: #fff;
  opacity: 1;
}

#carouselIndicators ol.carousel-indicators li.active {
  border: solid 2px #fff;
  background: #ee6f2b;
  opacity: 1;
}

/* navigation */
nav.navbar.navbar-expand-lg {
  position: absolute;
  top: 0;
  padding: 0;
  z-index: 30;
}
nav {
  z-index:1; width:100%;
}

nav ul>li a {
  font-size: 16px;
  font-weight: 400;
}

ul.navbar-nav li a {
    color: #ee6f2b !important;
}



/* carousel */
header .carousel-item {
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


header  .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.bg-light {
    background-color: #a18d6d52!important;
}

.home .carousel-caption {
    background: rgba(0, 0, 0, .5);
}

/* welcome */
#welcome {
  background: #fafbfc;
}

/* clients */
#testimonial {
  padding: 30px 0px 130px 0px;
}

#testimonial .clients {
  padding: 140px 40px;
}

.testimonial-content h4{
  font-size: 18px;
    color: #30383b;
}

.testimonial-content p{
  font-size: 14px;
    color: #6d7d81;
}

.swiper-container {
  padding: 40px 22px;
}

/* .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  text-align: left;
  padding: 0 20px;
} */

span.swiper-pagination-bullet {
  background: #ee6f2b;
  width: 10px;
  height: 10px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e3a887;
  width: 10px;
  height: 10px;
}

/* footer */
#copyright {
  background: #000;
  padding: 10px 0;
}
#copyright a {
  color: #fff;
}

footer h5 {

}

.carousel-indicators {
  z-index: 99;
}


@media screen and (min-width: 1366px) {
  .logo_cover {
      /* height: 1080px; */
      height: 100vh;
      width: 1080px;
      z-index: -1;
      top: 0;
      right: 50%;
      background-size: 830px 700px;

  }
}


@media screen and (max-width: 1200px) {
.logo_cover {
    height: 1080px;
    width: 1080px;
    z-index: -1;
    top: 0;
    right: 50%;
    background-size: 900px 700px;
  }
}

@media screen and (max-width: 991px) {
  .logo_cover {
      height: 0;
      width: 0;
      background: none;
    }
  nav.navbar.navbar-expand-lg {
      background: white;
      padding-bottom: 10px;
  }
  .navbar-toggler i {
    color: #ee6f2b;
  }
  .navbar-collapse.collapse.show li a {
    color: #ee6f2b !important;
    font-weight: bold;
  }


  .navbar-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 17px;
      padding-top: 12px;
      padding-bottom: 8px;
      margin-bottom: 0;
      list-style: none;
  }
}

@media (min-width:767.98px) {
  nav {
    margin-left: 20px;
  }
  header .carousel-item {
    height: 100vh;
  }

}

@media (min-width:768px) and (max-width:1024px){


  header .carousel-caption {
      top: 10%;
  }
  .carousel-caption {
      position: absolute;
      right: 10%;
      bottom: inherit;
      left: 10%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
  }
}

@media (max-width: 767.98px) {
  .carousel-caption h2{
    font-size: 24px;
  }

  .carousel-caption {
      position: absolute;
      right: 15%;
      bottom: inherit;
      left: 15%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
  }
  .page_cover {
    min-height: 160px !important;
  }
  header .carousel-caption {
      top: 10%;
  }
 }

@media screen and (max-width: 576px) {
  section#testimonial h2 {
      font-size: 30px;
      line-height: 33px !important;
  }
  .page_cover {
    min-height: 160px !important;
  }

  header .carousel-caption {
      top: 10%;
  }
}
