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

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

  h1{
    font-size: 36px;
  }

  h2{
    font-size: 19px;
  }
} 

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

  h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 430px) {
  h1{
    font-size: 32px;
  }
  
  h2 {
    font-size: 18px;
  }
}

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

.section-two h3{
  font-size: 24px;
  color: #ffffff; 
  text-align: left;
  line-height: 28px;
  padding:25px;
}

.section-two .form{
  background: #3F444B;
  border-radius: 10px;
}

.section-two .form h3{
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-two .gallery{
  background:#f5f5f5;
  border-radius: 10px;
  margin-right: 20px;
}


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


  .m-p-0{
    padding: 0px;
  }

  .section-two .gallery{
    margin-right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .section-two .form{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
} 

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

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

.section-three .content-left{
  padding-right: 30px;
}

.section-three h3{
  font-size: 28px;
  color: #3F444B; 
  text-align: left;
  line-height: 34px;
  padding-bottom: 20px;
  font-family: 'WF-Semi-Bold', Arial, Helvetica, sans-serif;
}

.section-three .highlight{
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

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

  .section-three h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .section-two .form h3 {
    font-size: 22px;
  }
}

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

  .section-three h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

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

/* sectione four */

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

.section-four .content{
  border-radius: 7px;
  background: #F8F8F8;
  padding:  50px 50px 10px 50px;
}

.section-four h3{
  font-size: 28px;
  color: #3F444B; 
  text-align: left;
  line-height: 26px;
  padding-bottom: 30px;
  font-family: 'WF-Semi-Bold', Arial, Helvetica, sans-serif;
}

.section-four ul {
  line-height: 22px;
  font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

.section-four .highlight{
    text-align: center;
  font-size: 15px;
  padding: 20px 18px;
  background: #e9e9e9;
  border-radius: 5px;
  border: solid 1px #cdcdcd;
  /* color: #ffffff; */
    margin-top: 20px;
    margin-bottom: 20px;
  line-height: 22px;
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 991px) {
  .section-four .content{
    padding:  35px;
  }
}

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

  .section-four h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-four .highlight {
    font-size: 16px;
    line-height: 20px;
  }
}

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

  .section-four h3 {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 20px;
  }
}

/* sectione five */

.section-five{
  padding-top:40px;
}

.section-five .background-image{
    background-image:linear-gradient(to left, rgba(63, 68, 75, 0.12), rgba(61, 65, 69, 0.93)),
    url('../images/background-image-1.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    color: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.section-five .content{
  padding: 30px 30px 10px;
}

.section-five h3{
  font-size: 34px;
  color: #ffffff; 
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-five .highlight{
  font-size: 20px;
  line-height: 26px;
  color: #ffffff; 
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

.section-five p{
  font-size: 16px;
  line-height: 22px;
  color: #ffffff; 
}

@media only screen and (max-width: 768px) {
  .section-five h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .section-five .highlight {
    font-size: 18px;
    line-height: 24px;
  }

}

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

  .section-five .content {
    padding: 15px 10px 0;
  }

  .section-five h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-five .background-image {
    background-position: right;
  }
}

/* sectione six */

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

.section-six .background-image{
    background-image:linear-gradient(to right, rgba(63, 68, 75, 0.12), rgba(61, 65, 69, 0.93)),
    url('../images/background-image-2.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    color: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.section-six .content{
  padding: 30px 30px 10px;
}

.section-six h3{
  font-size: 20px;
  color: #ffffff; 
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-six .highlight{
  font-size: 20px;
  line-height: 26px;
  color: #ffffff; 
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

.section-six p{
  font-size: 16px;
  line-height: 22px;
  color: #ffffff; 
}

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

@media only screen and (max-width: 768px) {
  .section-six .highlight {
    font-size: 18px;
    line-height: 24px;
  }
}

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

  .section-six .content {
    padding: 15px 10px 0;
  }

  .section-six .background-image{
    background-image:linear-gradient(to left, rgba(63, 68, 75, 0.12), rgba(61, 65, 69, 0.93)),
    url('../images/background-image-2-mobile.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    color: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 7px;
  }
}

@media only screen and (max-width: 430px) {
  .section-six .background-image {
    background-image:linear-gradient(to left, rgba(63, 68, 75, 0.32), rgba(61, 65, 69, 0.93)),
    url('../images/background-image-2-mobile.jpg');
    background-position: right;
  }
}

/* sectione seven */

.section-seven{
  padding-top: 0px;
}

.section-seven .background-image{
    background-image:linear-gradient(to left, rgba(63, 68, 75, 0.12), rgba(61, 65, 69, 0.93)),
    url('../images/background-image-3.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    color: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.section-seven .content{
  padding: 30px 30px 10px;
}

.section-seven h3{
  font-size: 20px;
  color: #ffffff; 
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-seven .highlight{
  font-size: 20px;
  line-height: 26px;
  color: #ffffff; 
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

.section-seven p{
  font-size: 16px;
  line-height: 22px;
  color: #ffffff; 
}

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

@media only screen and (max-width: 768px) {
  .section-seven .background-image{
    background-position: center;
  }

  .section-seven .highlight {
    font-size: 18px;
    line-height: 24px;
  }
}

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

  .section-seven .content {
    padding: 15px 10px 0;
  }
}

/* sectione eight*/

.section-eight{
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-eight h3{
  font-size: 30px;
  padding-bottom: 40px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-eight .p-0{
 padding: 0;
}

.section-eight .border{
  border-radius: 5px;
}

.section-eight .content{
  padding:20px;
  margin-bottom: 8px;
  min-height: 152px;
}

.section-eight h4{
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 0px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-eight .margin-left{
  margin-left: 4px;
}

.section-eight .margin-left-right{
  margin-left: 4px;
  margin-right: 4px;
}

.section-eight .margin-right{
  margin-right: 4px;
}

.section-eight .padding-right{
  padding-right: 15px;
}

.section-eight .icon{
  text-align: center;
  width:100%;
}

.section-eight img{
  width: 18%;
  padding-top: 5px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .section-eight h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

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

@media only screen and (max-width: 430px) {
  .section-eight .content {
    padding: 10px;
    margin-bottom: 8px;
    min-height: 110px;
  }

  .section-eight h4 {
    font-size: 13px;
    line-height: 17px;
  }
}

/* sectione nine */

.section-nine{
  padding-top: 60px;
}

.section-nine h4{
  font-size: 24px;
  color: #3F444B;
  font-family: 'WF-Semi-Bold', Arial, Helvetica, sans-serif;
  padding-bottom: 30px;
}

.section-nine img{
  padding-bottom: 30px;
}

.section-nine .brochure img{
  padding-bottom: 0px;
}

.section-nine .nav-tabs {
  border-bottom: none;
}

.section-nine ol {
  color: #3F444B;
  padding-bottom: 30px;
  font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

.section-nine ol li{
  padding-bottom: 10px;
  line-height: 22px;
}

.section-nine li{
  padding-bottom: 0;
  font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

.section-nine ul li a{
  padding: 26px 18px;
  color: #3F444B !important; 
  background: #F8F8F8 !important;
  margin-right: 2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: 'WF-Semi-Medium', Arial, Helvetica, sans-serif;
}

.section-nine ul li a:hover{
   color:#ffffff !important;
   background: #6498eb !important;
}

.section-nine ul li .active{
  color: #ffffff !important; 
  background: #3F444B !important;
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

.section-nine .pt-5{
  padding-top: 0 !important;
}

.section-nine .tab-content>.active {
    display: block;
    padding: 50px;
    margin-top:3px;
    background: #F8F8F8 !important;
}

.section-nine .tab-pane ul li{
    padding-bottom: 10px;
    line-height: 20px;
    font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

.section-nine #simple-tabpanel-3 .brochure{
    border: solid 1px #dee2e6;
    background-color: #fff;
    border-radius: 5px;
}

.section-nine #simple-tabpanel-3 .brochure .content{
  padding:15px;
}


.section-nine #simple-tabpanel-3 .brochure .content h4{
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-nine #simple-tabpanel-3 .btn {
  padding: 15px 0;
}

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

.section-nine #simple-tabpanel-3 .btn a:hover{
  color:#ffffff;
  background: #6498eb;
  transition: .5s;
}

.m-curve{
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.section-nine .tab-content .btn {
    padding: 15px 0;
}

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

.section-nine .tab-content a:hover{
  color:#ffffff;
  background: #6498eb;
  transition: .5s;
}

@media only screen and (max-width: 1299px) {
  .section-nine ul li a {
    padding: 26px 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-nine ul li a {
      font-size: 13px;
      padding: 26px 12px;
  }
}

@media only screen and (max-width: 768px) {
  .section-nine ul li a {
    padding: 30px 22px;
  }
}

@media only screen and (max-width: 500px) {
  .section-nine{
    padding-top: 5px;
    padding-left:30px;
    padding-right:30px;
  }

  .section-nine li {
    width: 100%;
  }

  .section-nine li.nav-item {
    border-bottom: 1px solid #d5d5d5;
  }

  .section-nine ul li a {
    font-size: 16px;
    padding: 23px 22px;
    margin-right: 0px;
    background: #e6e6e6 !important;
  }

  .section-nine ul li .active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .section-nine .tab-content>.active {
    padding: 30px;
    margin-top: 0;
    background: #fafafa !important;
    border-bottom: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .nav-tabs .nav-link {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}


/* sectione ten */
.section-ten{
  padding-top: 80px;
  padding-bottom: 110px;
}


.section-ten h3{
  font-size: 32px;
  color: #3F444B; 
  text-align: left;
  line-height: 38px;
  padding-bottom: 20px;
  font-family: 'WF-Semi-Bold', Arial, Helvetica, sans-serif;
}

.section-ten h4{
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  padding-bottom: 20px;
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

.section-ten .content{
  padding: 40px 20px 20px 60px;
}

.section-ten .content .btn {
  padding: 15px 0;
}

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

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

@media only screen and (max-width: 1399px) {
  .section-ten .content{
    padding: 10px 20px 20px 60px;
  }
} 

@media only screen and (max-width: 1199px) {
  .section-ten .content{
    padding: 0 20px 20px 60px;
  }
}

@media only screen and (max-width: 991px) {
  .section-ten .m-p-0{
    padding: 0;
  }
  .section-ten .content{
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .section-ten h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 500px) {
  .section-ten{
    padding-top: 30px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom: 80px;
  }
}

/* sectione Eleven */
.section-eleven{
    background-image:linear-gradient(to left, rgba(244, 244, 244, 0.12), rgba(244, 244, 244, 0.93)),
    url('../images/background-image-4.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
  }

.section-eleven .form{
  background:rgba(255, 255, 255, 0.6);
  /* border: solid 1px #EAEAEA; */
  border-radius: 5px;
  padding:25px;
  margin: 60px 0;
}

.section-eleven .form h3{
  font-size: 30px;
  color: #3F444B;
  text-align: left;
  line-height: 30px;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-eleven .btn {
  padding: 15px 0;
}

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

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

@media only screen and (max-width: 991px) {
  .section-eleven .m-p-0{
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .section-eleven .form h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 500px) {
   .section-eleven{
    padding-top: 10px;
    padding-left:30px;
    padding-right:30px;
  }

  .section-eleven {
    background-position: center;
  }
}