.main_text
{
padding:10px;
}

.logoclass {
max-width: 60%;
padding-bottom: 10%:
}

.mainbg {

}
.contact-form-wrapper {
    /*margin-top: 7%;*/
    padding-left: 10%;
}

#mainmsg
{
    background: rgba(0, 0, 0, 0) url("../img/main-bg.jpg") no-repeat scroll center center;
    height: 550px;
    max-height: 550px;
    width: 100%;   
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main_wrap {
    margin: 0 auto;
    max-width: 1170px;
    width: 95%;
	max-width: 95%;
	text-align: center;
	color: #fff;
    font-family: "Lato",sans-serif;
    margin: 0 !important;
	padding-top:10%;
}

.banner_button {
    background: #cd3227 none repeat scroll 0 0;
    border-radius: 18px;
    color: #ffffff;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 45px;
    text-transform: uppercase;
}



/*Seperator*/

.sep {
	display:block;
	position:absolute;
	content:'';
	top: -25px;
	background: inherit;
	box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; /* Change The Hex Values */
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	}
	
.color {
	background: darken($color1, 7%);
}
.col-2 .column {
	width: 49%;
}
	
/* Multiple Triangles */
.ss-style-multitriangles::before,
.ss-style-multitriangles::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-multitriangles::before {
	top: -25px;
	background: inherit;
	box-shadow: -50px 50px 0 darken($color1, 7%), 50px -50px 0 darken($color1, 7%);
}

.ss-style-multitriangles::after {
	bottom: -25px;
	z-index: 10;
	background: inherit;
	box-shadow: -50px 50px 0 darken($color1, 7%), 50px -50px 0 darken($color1, 7%);
}
	
	

section {
	position: relative;
	padding: 10em ;
	background: $color1;
	color: #fff;
	text-align: center;
}

section h2 {
	margin: 0;
	padding: 0;
	font-size: 2.8em;
	font-weight: 400;
}

section p {
	color: lighten($color1, 65%);
	font-size: 1.3em;
	line-height: 1.5;
}

.text:first-child {
	text-align: right;
}

.text:nth-child(2) {
	text-align: left;
}

.col-2 .column {
	width: 49%;
}

.col-3 .column {
	padding: 0 1%;
	width: 33%;
	text-align: center;
}

.col-3 .column p {
	padding: 1.4em;
}

.column {
	display: inline-block;
	vertical-align: top;
}


.color {
	background: darken($color1, 7%);
}

/* Media Queries for the layout */
@media screen and (max-width: 68em) {
	section {
		font-size: 80%;
	}
}

@media screen and (max-width: 54em) {
	.column {
		display: block;
		width: 100% !important;
	}

	.text:first-child,
	.text:nth-child(2) {
		text-align: center;
	}

	.icon {
		margin: 0 auto;
	}

	.col-2 .column:first-child .icon {
		margin: 0 auto 50px;
	}

	.col-2 .column:nth-child(2) .icon {
		margin: 50px auto 0;
	}
}
	