/*Reset Css*/

@media (min-width: 1200px){
	.container {
		max-width: 1160px;
	}
}
@media (min-width: 1499px){
	.container {
		max-width: 1360px;
	}
}

@media (min-width: 1699px){
	.container {
		max-width: 1560px;
	}
}
body{
	font-family: 'Franklin Gothic Book', sans-serif;	 
	color:#05214C;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.4em;
}
a{
	color:#000;
}
a:hover{
	color:#000;
}
.btn{
	 
}
.btn:hover{
	color:#000;
}
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6{
	font-family: 'Forza', sans-serif;	  
}

p:last-child{
	margin-bottom:0 !important
}

.title{
	font-family: 'Forza', sans-serif;	 
	margin: 0 0 15px 0; 
}

h1,.h1{
	font-size: 60px;  
	line-height: 1.1em;		
}
h2,.h2{
	font-size: 38px;   
	line-height: 1.1em;
}
h3,.h3{
	font-size: 36px; 
	letter-spacing: 0;
	line-height: 1.1em;
}
h4,.h4{
	
}
h5,.h5{
	
}
h6,.h6{
	
}

img{
	max-width: 100%;
	height: auto
}

.default-section{
	padding: 60px 0;
}

.font-18{
	font-size: 18px;
	  letter-spacing: 0;
	  line-height: 30px;
}

.font-16{
	font-size: 16px;	
	letter-spacing: 0;
	line-height: 24px;
}

/*Reset Css End*/
#body-wrapper{
	overflow:hidden
}
.main-header {
	color:#fff;
}
.main-header .top-div{
	background-color:#000;
	padding:15px 20px;
	border-bottom:1px solid #3b3b3b;
}
.main-header  .bg-div{
	padding:50px 25px;
}
.rating-div{
	display:inline-block;
	color:#ffd800;
	font-size:25px;
	margin:15px 0
	
}
.post-card-1{
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin-bottom:15px;
}
.post-card-1 .video-js{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.post-card-1 .link{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
	display:block
}
.post-card-1 .video-link{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
	display:block;
	background-image:url('../images/play-icon.png');
	background-repeat:no-repeat;
	background-position:center
}

.bg-section{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.list-check-icon{
	
	margin:0;
	padding:0;
	list-style:none;	
}
.list-check-icon li{
	padding:35px 0;
	color:#fff;
	padding-left:90px;
	background-image:url('../images/check-icon.png');
	background-repeat:no-repeat;
	font-size:36px;
	line-height:1.2em;
	background-position:left center;
	
}

.mega-section .left-img{
	margin-left:-150px;	
	padding-right:70px;
}

.biglink {
	text-align: center;
}

.biglink h2, .biglink a {
	font-size: 60px;
}

.main-footer{
	background-color:#000000;
	padding:40px 0;
	color:#fff;
	text-align:center
}

.video-js .vjs-big-play-button{
	font-size: 14em;
     line-height: 0.9em;
    height:1em;
    width: 1em;  
    top: 50%;
    left: 50%;    
    border-radius: 5em; 
	    margin-left: -0.5em;
    margin-top: -0.5em;
	background-color:transparent
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
	position:relative;
	left:-0.05em;	
}
.vjs-poster{
	background-color:#242424
}