
/* Synerzence */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	 height: 100%;
	 
	 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top:80px;
	}
*{
	padding:0;
	margin:0;
	}
/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
/*.row{
	margin-left:-10px;
	margin-right:-10px;
	}*/
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

/* #Buttons Styles
================================================== */

.submit{
	width:25%;
	background:#81bb3f;
	padding:1%;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:0% auto;
	border:none;
	transition: all 500ms ease 0s;
	}
.btn-style-one {
    background:#ee1c25;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-style: normal;
    line-height: 20px;
    padding: 8px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;;
	margin:4% 0%;
}
.btn-style-one:hover {
    background: #008d48 none repeat scroll 0 0;
    color: #fff !important;
}
.gallery_knowmore{
	width:12%;
	margin:2% auto 0%;
	}
.btn-style-two {
    background:#ee1c25;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-style: normal;
    line-height: 20px;
    padding: 8px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.btn-style-two:hover {
    background: #008d48 none repeat scroll 0 0;
    color: #fff !important;
}


/* #Homepage Styles
================================================== */
.clr{
	clear:both;
	}
.center{
	text-align:center;
	}
/* =Header
-------------------------------------------------------------- */
.header_main {
	padding:0 5%;
	}
header {
	width: 100%;
	position: fixed;
	top:10;
	left: 0;
	z-index:900;
	background:#000;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	display: inline-block;
	width:30%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:1% 0%;
}

header nav {
	display: inline-block;
	float: right;
	padding-top:2%;
}

header.smaller {
	background:#000;
}
header.smaller .top_header{
	display:none;
	}
header.smaller .logo {
	width:20%;
}
header.smaller .logo img{
	width:100%;
}
header.smaller nav {
	display: inline-block;
	float: right;
	padding-top:1%;
}
.banner{
	width:100%;
	margin:0 auto;
	text-align:center;
	}
.banner_inner{
	width:100%;
	margin:1% auto;
	text-align:center;
	background:#f6f6f6;
	}
.section1{
	width:100%;
	margin:0 auto;
	}	
.section1 .intro{
	width:100%;
	margin:0 auto;
	padding:2% 0%;
	}
.section1 .intro .title{
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:1%;
	}
.section1 .intro p{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#666666;
	font-weight:300;
	line-height:26px;
	padding-bottom:2%;
	}
.section1 .intro .heade{
	text-align:center;
	padding:2% 0%;
	}
.section2{
	width:100%;
	margin:0 auto;
	padding:2% 0%;
	}
.features{
	width:100%;
	margin:0 auto;
	padding:5% 0%;
	background-color: #fff;
	}
.features, .features::before, .features::after{
    transition: all 0.3s ease 0s;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
}
.features::after, .features::before {
    background-color: #c1151b;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
}
.features::before {
    height: 3px;
    left: 0;
    width: 0;
}
.features::after {
    height: 0;
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
}
.features:hover {
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
}
.features:hover::before, .features:hover::after {
    opacity: 1;
}
.features:hover::before {
    width: 100%;
}
.features:hover::after {
    height: 17px;
}
	
.features .box{
	width:100%;
	padding:0 2%;
	}
.features .box h4{
	font-family: 'Oswald', sans-serif;
	font-size:26px;
	color:#374048;
	text-align:center;
	font-weight:500;
	padding-bottom:4%;
	text-transform:uppercase;
	}
.features .box p span{
	font-weight:bold;
	}
.features .box p{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#374048;
	text-align:center;
	font-weight:300;
	line-height:26px;
	}
.section3{
	width:100%;
	margin:0 auto;
	padding:2% 0%;
	}
.section3 .lt{
	width:100%;
	float:left;
	}
.section3 .rt{
	width:100%;
	float:left;
	}
/* testimonal
================================================== */
.testimonal_box{
	width:100%;
	margin:0 auto;
	padding:4% 4% 10%;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
	}
.testimonal_box .title{
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:4%;
	font-weight:400;
	}
.testimonal{
	width:100%;
	margin:0 auto;
	}
.testimonal .name{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
	}
.testimonal .name span{
	font-size:28px;
	}
.testimonal p{
	padding:2% 0% 6% 2%;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#000;
	text-align:center;
	line-height:26px;
	}
/* inner page style
================================================== */
.page{
	width:100%;
	margin:1% auto;
	padding:2%;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
	}
.page .title{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	font-weight:400;
	}
.about li {
	list-style-type:disc;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height:28px;
    padding: 0 0 0 5px;
	margin:0 0 0 1.5%;
}
.light_box{
	width:100%;
	}
.light_box .gallery_box{
	width:100%;
	}
.light_box .gallery_box .thum{
	width:100%;
	text-align:center;
	}
.light_box .gallery_box .thum img{
	width:100%;
	text-align:center;
	}
.light_box .gallery_box .title{
	width:100%;
	text-align:center;
	color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	padding:5% 0%;
	height:70px;
	line-height:22px;
	text-transform:inherit;
	}
.Media_Center_Inner{
	width:100%;
	margin:0 auto;
	padding:5% 0%;
	}
.Media_Center_Inner .box{
	width:100%;
	margin:0 auto;
	}
.Media_Center_Inner .box .thum .playbtn{
	position:absolute;
	text-align:center;
	left:45%;
	top:45%;
	}
.Media_Center_Inner .box .thum{
	width:100%;
	text-align:center;
	position:relative;
	}
.Media_Center_Inner .box .thum img{
	width:100%;
	text-align:center;
	}
.Media_Center_Inner .text{
	color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
	padding:2% 0%;
	}
.Media_Center_Inner .text a{
	color: #000;
	text-decoration:none;
	}
/* contact
================================================== */	
.contact{
	 width:100%;
	 margin:0 auto;
	 padding:4% 0%;
	}
.contact .lt{
	 width:50%;
	 float:left;
	 padding:0 20px 0 0;
	}
.contact .lt .head{
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	color:#666666;
	text-align:left;
	font-weight:400;
	padding-bottom:5%;
	}
.contact .lt .map{
	width:100%;
	}
.contact .rt{
	 width:50%;
	 float:left;
	 padding:0 10px;
	}
.contact .rt .head{
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	color:#666666;
	font-weight:400;
	text-align:left;
	font-weight:400;
	padding-bottom:2%;
	}
.contactpage-info li {
    margin-bottom: 25px;
    min-height: 50px;
    padding-left: 70px;
    position: relative;
}
.contactpage-info li .icon {
    background: #c1151b none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    height:40px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width:40px;
}
.contactpage-info li p{
    font-size:13px;
	color:#666666;
	}
.contactpage-info li .icon img{
	width:50%;
	text-align:center;
	padding:20% 0;
	}
.contactpage-info li h3 {
    color:#666666;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2%;
    text-transform: uppercase;
}
/* footer
================================================== */	
.footer{
	width:100%;
	background:#000;
	padding:2% 0%;
	}
.footer .copyright{
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	float:left;
	padding-top:6px;
	}
.footer .copyright span{
	color:#ed1c24;
	font-weight:600;
	font-size:14px;
	}
.footer .ft_link{
	float:right;
	width:50%;
	text-align:right;
	}
.footer .ft_link ul{
	padding:0;
	margin:0;
	}
.footer .ft_link ul li{
	display:inline;
	text-decoration:none;
	list-style:none;
	padding:0 0 0 10px;
	}
.footer .ft_link ul li a{
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#fff;
	display:inline;
	text-decoration:none;
	list-style:none;
	}
.footer .social-links {
    position: relative;
    width:7%;
	float:right;
}
.footer .social-links a {
    background: #3b3b3b none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin: 0 2%;
    padding: 2.8% 0;
    text-align: center;
    transition: all 300ms ease 0s;
    width: 36px;
}
.thankyou{
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	color:#146ca6;
	font-weight:600;
	line-height:36px;
	padding:10% 0% 20%;
	text-align:center;
	}