/* sectione one */
.section-one{
  padding-top: 160px;
}

.section-one .gallery{
  border-radius: 10px;
  margin-right: 20px;
}

.section-one .gallery .content{
  position: relative;
  z-index: 99;
  margin-left: 100px;
}

.section-one .gallery img{
    position: relative;
    margin-top: -270px;
}

.section-one .gallery .mobile{
  display:none !important;
}


.section-one .gallery h1{
  font-size: 41px;
  color: #ffffff;
  text-align: left;
  padding-top: 113px;
  padding-bottom: 20px;
}

.section-one .gallery h2{
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

.section-one .gallery .btn{
  padding-left: 0px;
  padding-top: 40px;
}

.section-one .gallery a {
    padding: 15px 30px;
    background: #ffffff;
    color: #3F444B;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-one .gallery .btn a:hover{
  color:#ffffff;
  background: #6498eb;
  transition: .5s;
}

.section-one .carousel-control-next,
.section-one .carousel-control-prev {
  width: 7%;
  z-index: 100;
}

.section-one .carousel-control-next-icon,
.section-one.carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
}

@media only screen and (max-width: 1399px) {
  .section-one .gallery img {
    position: relative;
    margin-top: -247px;
  }

  .section-one .gallery h1 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-one .gallery img {
      position: relative;
      margin-top: -220px;
  }

  .section-one .gallery h1 {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .section-one .gallery img {
      position: relative;
      margin-top: -177px;
  }

  .section-one .gallery h1 {
    font-size: 30px;
    padding-top: 55px;
    padding-bottom: 10px;
  }

  .section-one .gallery h2 {
    font-size: 18px;
  }

  .section-one .gallery .content {
    margin-left: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .section-one .gallery .content {
    margin-left: 60px;
    }

  .section-one .gallery h1 {
    padding-top: 65px;
  }

  .section-one .gallery h2 {
    padding-right: 80px;  
  }

  .section-one .gallery img {
    margin-top: -225px;
  }

  .section-one .gallery .desktop{
    display: none !important;
  }

  .section-one .gallery .mobile{
    display:block !important;
  }
}

@media only screen and (max-width: 576px) {
  .section-one .gallery {
    margin-right: 30px;
    margin-left: 30px;
  }

  .section-one .gallery .content {
    margin-left: 50px;
  }

  .section-one .gallery h1 {
    padding-top: 30px;
    margin-bottom: 17px;
  }

  .section-one .gallery img {
    margin-top: -207px;
  }

  .section-one .carousel-control-next, .section-one .carousel-control-prev {
    width: 10%;
  }
}

@media only screen and (max-width: 430px) {
  .section-one {
    padding-top: 140px;
  }

  .section-one .gallery img {
    margin-top: -171px;
  }

  .section-one .gallery .content {
    margin-left: 45px;
  }

  .section-one .gallery h1{
    font-size: 24px;
    margin-bottom: 0px;
    padding-top: 46px;
  }

  .section-one .gallery h2 {
    line-height: 19px;
    font-size: 15px;
  }

  .section-one .gallery a {
    padding: 12px 21px;
    font-size: 14px;
  }

  .section-one .gallery .btn {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 390px) {
  .section-one .gallery h2 {
    padding-right: 40px;
  }

  .section-one .gallery h1 {
    padding-top: 24px;
  }

  .section-one .gallery img {
    margin-top: -150px;
  }
}

/* sectione two */
.section-two{
  padding-top: 80px;
}

.section-two h2{
  font-size: 32px;
  text-align: left;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-two h3{
  font-size: 20px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-two p{
  font-size: 16px;
  text-align: left;
}

.section-two .boxes{
  background: #F5F5F5;
  padding: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.section-two .boxes a{
  color: #3F444B;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.section-two .boxes a:hover{
  color: #6498eb;
}

.section-two .product-image{
  background-color: #F9F9F9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .section-two {
    padding-top: 55px;
  }

  .section-two .boxes {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 576px) {
  .section-two{
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-two h2 {
    font-size: 26px;
  }
}

/* sectione three */
.section-three{
  padding-top: 80px;
}

.section-three h2 {
  font-size: 34px;
  line-height: 44px;
  text-align: left;
  padding-right: 81px;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-three p{
  font-size: 16px;
  text-align: left;
}

.section-three .btn{
  padding-left: 0px;
  margin-top: 10px;
}

.section-three .btn a {
    padding: 15px 30px;
    background: #3f444c;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-three .btn a:hover{
  color:#ffffff;
  background: #6498eb;
  transition: .5s;
}

@media only screen and (max-width: 767px) {
  .section-three {
    padding-top: 30px;
  }

  .section-three h2 {
    font-size: 26px;
    line-height: 32px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .section-three{
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* sectione four */
.section-four{
  padding-top: 80px;
}

.section-four .background-image{
    background-image:linear-gradient(to left, rgba(63, 68, 75, 0), rgba(61, 65, 69, 0.73)),
    url('../images/background-image-5.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.section-four h2{
  color: #ffffff;
  text-align: left;
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-four p{
  color: #ffffff;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .section-four .background-image {
    background-image: linear-gradient(to left, rgba(63, 68, 75, .30), rgba(61, 65, 69, 0.73)), url(../images/background-image-5.jpg); 
    min-height: auto;
    background-position: right;
    padding: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .section-four{
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-four h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
/* sectione five */
.section-five{
  
}

.section-five .background-image{
    background-image:linear-gradient(to right, rgba(63, 68, 75, 0), rgba(61, 65, 69, 0.73)),
    url('../images/background-image-6.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.section-five h2{
  color: #ffffff;
  text-align: left;
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-five p{
  color: #ffffff;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .section-five .background-image{
    background-image:linear-gradient(to left, rgba(63, 68, 75, 0), rgba(61, 65, 69, 0.73)),
    url('../images/background-image-6.jpg');
  }
}

@media only screen and (max-width: 767px) {
  .section-five .background-image {
    background-image:linear-gradient(to left, rgba(63, 68, 75, .60), rgba(61, 65, 69, 0.73)),
    url('../images/background-image-6.jpg');
    min-height: auto;
    background-position: left;
    padding: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .section-five{
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-five h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

/* sectione Six */
.section-six{
  padding-bottom: 40px;
}

.section-six .background-image{
    background-image: url('../images/background-image-7.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 90px 60px 80px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.section-six h2{
  color: #ffffff;
  text-align: left;
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-six p{
  color: #ffffff;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .section-six .background-image {
    background-image:linear-gradient(to left, rgba(63, 68, 75, .60), rgba(61, 65, 69, 0.73)),
    url('../images/background-image-7.jpg');
    min-height: auto;
    background-position: right;
    padding: 40px;
  }

  .section-six {
    padding-bottom:   0px;
  }
}

@media only screen and (max-width: 576px) {
  .section-six{
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-six h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

/* sectione Seven */
.section-seven{
  padding-bottom: 80px;
}

.section-seven h2{
  text-align: left;
  font-size: 32px;
  line-height: 38px;
  padding-top: 40px;
  padding-right: 140px;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-seven p{
  padding-right: 100px;
  text-align: left;
}

.section-seven p.highlight{
  font-size: 18px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}


@media only screen and (max-width: 1199px) {
  .section-seven h2{
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .section-seven img{
    padding-top: 40px;
  }

  .section-seven h2 {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .section-seven p {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .section-seven{
    padding-top: 40px;
  }

  .section-seven h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 576px) {
  .section-seven{
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-seven h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 430px) {
  .section-seven{
    padding-top: 10px;
  }
}
