/******************************************************************************/
/********************************SECTION 1*************************************/
/******************************************************************************/

.section1 .heading1 {
  color: #fff;
  font-size: 6rem;
  text-transform: none;
  font-weight: 200;
}

@media (max-width:767px) { 
  .section1 .heading1 {
    font-size: 4rem;
  }
}

/******************************************************************************/
/********************************SECTION 2*************************************/
/******************************************************************************/
.section2 .heading1 {
  text-transform: none;
  font-size: 3.5rem;
  color: #000;
  font-weight: 200;
}

.section2 .text1 p{
  color: #000;
  font-size: 1.7rem;
}

.section2 .box1 {
  padding: 0px 80px;
}
@media (max-width:767px) {
  .section2 .box1 {
    padding: 0px 20px;
  }
}
/******************************************************************************/
/********************************SECTION 3*************************************/
/******************************************************************************/

.section3 .column2 .text1 p,
.section3 .column2 .text2 p {
  color: #000;
  font-size: 1.7rem;
}
.section3 .box1 {
  padding: 0px 80px;
}
@media (max-width:767px) {
  .section3 .box1 {
    padding: 0px 20px;
  }
}
@media (min-width:768px) and (max-width:1140px) {
  .section3 .box1 {
    padding: 0px 20px;
  }
}
/******************************************************************************/
/********************************SECTION 4*************************************/
/******************************************************************************/

.section4 .heading1{
  text-transform: none;
  font-size: 6rem;
  color: #fff ;
  font-weight: 200;
}

.section4 .button1 span{
  font-size: 1.7rem;
  letter-spacing: 0px;
  font-weight: 300;
}

.section4 .button1 .mk-button{
  border: 2px solid #830118;
  background-color: #830118;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.section4 .button1 .mk-button:hover{
  background-color: #fff;
  color: #830118;
}
/******************************************************************************/
/********************************SECTION 5*************************************/
/******************************************************************************/



.section5 .text1 p{
  font-size: 1.7rem;
  color: #000;
}

.section5 .button1 span{
  font-size: 1.7rem;
  letter-spacing: 0px;
  font-weight: 300;
}

.section5 .button1 .mk-button{
  border: 2px solid #830118;
  background-color: #830118;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.section5 .button1 .mk-button:hover{
  background-color: #fff;
  color: #830118;
}

/******************************************************************************/
/********************************SECTION 7*************************************/
/******************************************************************************/

.section7 .box1 .heading1{
  text-transform: none;
  font-size: 3.5rem;
  color: #000;
  font-weight: 200;
}

.section7 .box1 .text1 p{
  color: #000;
  font-size: 1.7rem;
}

.section7 .box1 {
  padding: 0px 80px;
}

@media (max-width:767px) {
  .section7 .box1 {
    padding: 0px 20px;
  }
}

.section7 .box1 .button1 .mk-button{
  border: 2px solid #830118;
  background-color: #830118;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 1.7rem;
  letter-spacing: 0px;
  font-weight: 300;
}

.section7 .box1 .button1 .mk-button:hover{
  background-color: #dbdbdb;
  color: #830118;
}
