/******************************************************************************/
/*** SECTION 1 ***/
/******************************************************************************/
.section1 .heading1{
	font-family: 'Times New Roman';
  font-size: 3.5rem;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-transform: none;
	letter-spacing: 0.5px;
}

/******************************************************************************/
/*** SECTION 2 ***/
/******************************************************************************/
.section2 .mk-grid {
  max-width: 75%;
  max-width: 1540px;
}

.section2 .heading2 {
	font-family: 'Times New Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 3.5rem;
  color: #000;
  text-transform: none;
	letter-spacing: 0.5px;
}



.section2 .text1 p {
  font-family: "Times New Roman";
  font-weight: normal;
  font-style: normal;
  font-size: 1.7rem;
  color: #000;
	padding: 0 20%;
	text-align: center !important;
}
.section2 .text1 strong {
  font-family: "Times New Roman";
	font-weight: bold;
}

/******************************************************************************/
/*** SECTION 23 ***/
/******************************************************************************/
.section23 ul{
	margin: 0;
}

.section23 .row1 .column1{
	border-right: 1px solid #B30000;
	padding-right: 2%
}
.section23 .row1 .column2{
	padding-left: 2%;
}

.section23 .text1 p {
  font-family: "Times New Roman";
  font-weight: normal;
  font-style: normal;
  font-size: 1.7rem;
  color: #000;
	padding-left: 2%;
	padding-top: 5px;
	margin-bottom: 40px;
}
.section23 .text1 strong {
  font-family: 'Times New Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 2.3rem;
  color: #B30000;
}


/******************************************************************************/
/*** SECTION 3 ***/
/******************************************************************************/
.section3a .mk-grid, .section3b .mk-grid, .section3c .mk-grid {
  max-width: 75%;
    max-width: 1540px;
}

.section3a .heading1, .section3b .heading1, .section3c .heading1 {
	font-family: 'Times New Roman';
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem !important;
  color: #000;
	letter-spacing: 0.5px;
}

.section3a .heading2{
	color: #fff !important;
	opacity: 0.6 !important;
	font-size: 3rem !important;
	font-family: 'Times New Roman' !important;
	padding: 50px 0  0 50px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.5px;
	text-transform: none;
}

.section3a .column2.column_container.vc_custom_1549974111106  {
	background-image: url("/wp-content/uploads/2019/02/about_text_img_with_opacity-1.png") !important;
	background-position: right bottom !important;
	background-repeat: no-repeat !important;
	background-size: 50% !important;
}

.section3a .text1 p, .section3b .text1 p, .section3c .text1 p{
  font-family: 'Times New Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 1.7rem;
  color: #000;
}

.section3a .box-holder{
	padding: 0 20px !important;
}

@media (min-width:1400px) {
  .section3a .column2, .section3b .column1, .section3c .column2 {
    padding: 0 5%;
  }
}

@media(max-width: 767px){
  .section2 .column1{
    padding: 0 2%;
  }
  .section2 .vc_col-has-fill>.vc_column-inner{
    padding-top: 0;
  }
}

@media (max-width:767px) {
	  .section3b .mk-padding-wrapper{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	  }

		.section3a .heading2{
			padding-left: 0;
	}
}
/******************************************************************************/
/*** SECTION 4 ***/
/******************************************************************************/


.section4 .section-heading {
  font-family: 'Times New Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 3.5rem;
  color: #000;
  text-transform: none;
}

.section4 .section-text p{
  font-family: 'Times New Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 1.7rem;
  color: #000;
}

.section4 .row-heading {
  font-family: 'Times New Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  color: #000;
}

.section4 .row-text p {
  font-family: 'Times New Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 1.7rem;
  color: #000;
}

@media (min-width:768px) {
  .section4 .mk-grid , .section4 .row1 .mk-grid {
    max-width: 81%;
  }
}
/******************************************************************************/
/*** SECTION 5 ***/
/******************************************************************************/
.section5 .heading1 {
  font-family: 'Times New Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 3.5rem;
  color: #fff;
  text-transform: none;
	letter-spacing: 0.5px;
}

.section5 .text1 p {
  font-family: 'Times New Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 1.7rem;
  color: #fff;
}

.section5 .button1 a {
  font-family: 'Times New Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #fff;
  background-color: #91191c;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section5 .button1 a:hover {
  color: #fff;
  background-color: #000 !important;
}
