/*

* Theme Name: Booster

* File name: style.css

* Theme URL: booster.mordorthemes.com

* Description: Booster - Coming Soon Template

* Author: Mordorthemes

* Author URL: http://www.mordorthemes.com

* Support: support@mordorthemes.com

* Version: 1.0

*/



/*------------------------------------------------------



	CSS Table Of Contents: 



	1. NORMALIZE.CSS FOR RESETS

	2. FOUNDATION.CSS FOR RESPONSIVE FRAMEWORK

	3. FONT-AWESOME CSS FOR ICONS

	4. ANIMATE.MIN.CSS FOR ANIMATIONS

	5. OWL.TRANSITIONS.CSS FOR TRANSITIONS ON OWL CAROUSEL

	6. LAYOUT.CSS YOU CAN CUSTOMIZE

		

---------------------------------------------------------*/



@import url("normalize.css"); /* NORMALIZE FOR RESET CSS */

@import url("foundation.css");  /* FOUNDATION FRAMEWORK CSS */

@import url("font-awesome.css"); /* ICONS CSS */

@import url("animate.min.css"); /* ANIMATIONS FRAMEWORK CSS */

@import url("owl.transitions.css"); /* TRANSITIONS CSS FOR OWL CAROUSEL */

@import url("layout.css"); /* CUSTOM CSS YOU CAN MODIFY */



#main_heading {

	padding:90px 0px 40px 0px;

	width: 100%;

	/*text-align: center;*/

	font-family:'Open Sans', sans-serif;

}



h1.main_heading{

	font-size:56px;

	font-weight:400;

	text-align:center;

}



h2.main_heading{

	font-size:40px;

	font-weight:500;

	text-align:center;

}



h3.main_heading{

	font-size:35px;

	font-weight:600;

	text-align:center;

}



p.main_heading{

	font-size:20px;

	font-weight:400;

}



.mtop_50 {margin-top:50px;}

.mtop_15 {margin-top:15px;}

.mtop_30 {margin-top:30px;}

.mbottom_10 {margin-bottom:10px;}

.mbottom_0 {margin-bottom:0px;}



.f_18{font-size:18px;}

.social{margin:10px 0px 0px;}

	

.social a {

    display: inline-block;

    width: 35px;

    height: 35px;

    margin: 0 7px 10px 0;

    text-align: center;

    border: 1px solid #fff;

}



.social a i {

    line-height: 36px;

    font-size: 18px;

    color: #fff;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

}



a:hover { color: #4b9ec9;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

}

.col-md-5{width:55%; float:left; margin-left:10%}
.col-md-4{width:35%; float:left;}