.nav-5{position: fixed; width: 100%;}
.video-section-3{padding:150px 0 100px;}
.eq3>.cl{flex-basis: 25%; max-width: 25%;}
.title.medium {font-size: 26px;}

.company section{padding-top: 70px;}
.company section.pankuzu {padding-top: 100px; padding-bottom: 0; border-bottom: none;}
.pankuzu ul{width: 75%; margin:0 auto;}
.pankuzu ul li{list-style: none; float: left;}
.pankuzu ul li a:hover{text-decoration: underline;}
.company #company-info ul li{list-style: none;}

section{padding-top: 70px;}
.side-nav {border-left:5px solid #006AB6;}
.side-nav .hd{font-size: 16px;}

/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/

@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}