body{
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	/*background: #eee;*/
}

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}

a{
	display: block;
	text-decoration: none;
	color: inherit;	
}

a:hover{
	text-decoration: none;
}

input, textarea{
	outline: none;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
	clear:both;
}

.tabber-group .clearfix{
	content: '';
	display: table;
	clear:both;
}
/*header start---------------- top bar*/  

.top-bar{
	background: #e6e7e9;
	padding: 5px 0;
}

.top-bar .left-top-menu{
	float: left;
}

ul li{
	list-style: none;
	float: left;
}

.top-bar ul li a{
	padding: 5px 0;	
}

.top-bar .left-top-menu ul li a{
	padding-right: 15px;	
}

.top-bar .right-login ul li a{
	padding-left: 15px;	
}
.top-bar ul li:hover a{
	text-decoration: underline;
	color: #c4131c;	
}

.top-bar .right-login{
	float: right;
}

/*header start---------------- logo section*/

header .pdng-tb{
	padding: 40px 0;
}

header .col1 form input{
	background: #e6e7e9;
    padding: 15px 26px;
    margin-top: 10px;
    border: 1px solid transparent;
    float: left;
}

header .col1 form input:focus{
	border: 1px solid #c4131c;
}

header .col1 form input[type=submit]{
	background: #c4131c;
	color:#fff;
	cursor: pointer;
}
/*header start---------------- main menu*/

.main-menu{
	background: #dd1f28;
	font-size:18px;
}

.main-menu nav ul {
    margin-bottom: 0px;
 }

.main-menu nav ul li a{
	padding: 20px;
	color: #fff;
	border-right: 1px solid #c4131c;
}

.main-menu nav ul li:last-child a{
	border:none;
}


.main-menu nav ul li a:hover,
.main-menu nav ul li a.active{	
	background: #c4131c;
}

.main-menu .search-icon{
	float: right;
	padding: 20px;
	background: #c4131c;
	color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 9;
}


/* ----------- breaking news --------------*/
.bgs h2{
	background: #c4131c;
    padding: 15px 20px;
    color: #fff;
    font-weight: bold;
    margin:25px 0;
    font-size: 15px;
}

.bgs p{
	background: #000;
    padding: 10px 5px;
    color: #fff;
    font-weight: bold;
    margin: 25px 0px 25px -30px;
    font-size: 15px;
}



/* ----------- sliders --------------*/

.owl-carousel{
	
}

.owl-carousel .slider {
	position: relative;
	width: auto;
	height: 450px;
	overflow:hidden;
}

.owl-carousel .slider .caption{
	background: rgba(0,0,0,0.4);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	width: 100%;		
	padding: 12px;
}

.owl-carousel .slider h3,
.owl-carousel .slider h4{
	margin-top: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    z-index: 9;
    position: absolute;
    text-align: center;
    left: 40%;
    bottom: 91px;
    color: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background: none;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.col-group{
	background: #ddd;
	border:1px solid #ccc;
}

.col-group .heading h4{
	font-weight: 600;
	margin-top: 0;
	padding: 15px;
	border-bottom: 1px solid red;
}
 .col-group .heading{
    position: relative;
}

 .col-group .top-heading{
    position: relative;
}


.col-group .top-heading:after {
    content: '';
    position: absolute;
    height: 2px;
    width:100%;
    background: red;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;	
}

.border{
    background: red;
    width: 50%;
    height: 6px;
    position: absolute;
    bottom: -2px;
    left: 0
}


.col-group .row-height{
	height: 388px;
	margin-top: 5px
}

.col-group .row-group .col1{
	padding: 10px 0;
}

.row-group .col1:nth-child(odd){
	background: #eee;
}

.col-group .row-group .col1 img{
	display: inline-block;
	width: 40%;
	height: 100px;
	vertical-align: top;
	padding:0;
}

.col-group .row-group .col1 .text{
	display: inline-block;
	width: 58%;	
	padding:0;
	padding-left: 12px;
	margin: -5px;
	position: relative;
}

.col-group .row-group .col1 .text p{
	margin: 0;
	height: 80px;
	overflow: hidden;
}

.col-group1{
	background: #fff;
	border:none;
}


.col-group1 .top-heading h4{
	background: red;
	border:none;
	display: inline-block;
	color: #fff;
	font-size: 16px;
    padding: 8px;
	position: relative;
}


.col-group1 .top-heading h4:after{
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid red;
	position: absolute;
	left: 40%;
	bottom: -20px;
}

.owl-nav{    
    position: absolute;
    top: -60px;
    right: -5px;
}

.owl-prev{
	background: #000 !important;
	padding: 4px 11px !important;
    border-radius: 0px !important;
    margin: -2px !important;
}

.owl-next{
	background: #000 !important;
	padding: 4px 11px !important;
    border-radius: 0px !important;
}

.text .date{
	margin-top: 45px;
	position: absolute;
    bottom: -29px;
}


.row1{
	margin-bottom: 25px;
}

.row1:last-child {
    margin-bottom: 5px;
}

.row-group .owl-left .col1{
	background: #fff;
}

.tabber-group,
.tabbers-group{
	position: relative;
}

.tabber-group:after{
	content: '';
	background: red;
	height: 5px;
	width: 100%;
	top: 43px;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;

}


.tabber-group .tab-heading ul li a{
    background: #000;
    padding: 14px 30px;
    color: #fff;
    margin-right: 3px;
    position: relative;	
}

.tabber-group .tab-heading ul li a:hover,
.tabber-group .tab-heading ul li a.active{
    background: red;
    text-decoration: none;
}

.tabber-group .tab-heading ul li a:hover:after,
.tabber-group .tab-heading ul li a.active:after{
	content: '';
	border: 15px solid transparent;
    border-top: 15px solid red;
    position: absolute;
    bottom: -28px;
    left: 40%;   
}

.tab-text .text-content, 
.tab-text .content {
	margin-top: 20px;
}

.tabs{
	display: none;
}

.tabs.active{
	display: block;

}


/*slider of news gallery*/

.slider-for img, 
.slider-for iframe{
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
}

.slider-nav img,
.slider-nav iframe{
	width: 130px;
	height: 85px;
	margin: 0 5px;
}

.slick-prev {
    left: 2px;
    z-index: 9;
    color: #000;
}

.slick-next {
    right: 2px;
    z-index: 9;
    color: #000;
}

.slider-nav img,
.slider-nav iframe{
	padding-left: 7px;
}

.slider-nav{
	position: relative;
}

.slick-dots {
	top:-290px;
    right: 0;
    bottom: 0;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 14px;
    opacity: 1;
}

.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #f00;
}


.slick-dots {
    width: auto;
    height: 20px;
}

.slick-dots li {
    margin: 0;
}

/*slider of end news gallery*/


.tab-heading1{
	position: absolute;
    right: 12px;
    top: -46px;
    z-index: 9;
}

.tabbers-group ul li a{
	padding-left: 10px;
	position: relative;
}

.tabbers-group ul li a:hover:after,
.tabbers-group ul li a.active:after{
	content: '';
	border:10px solid transparent;
	border-bottom:10px solid #1bbebd;
	position: absolute;
	bottom: -16px;
	left: 46%;
}

.col-group1 .top-heading .heading{
    background: #1bbebd;
}

.col-group1 .top-heading .heading:after{
	border-top: 10px solid #1bbebd;
}

.line .top-heading:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1bbebd;
}


.tabs .col-sm-5 .row-group .col1:nth-child(odd) {
    background: #fff;
}


.tabs .col-sm-5 .row-group{
	margin:0;
}

.tabs .col-sm-5 .row-group .col1 {
    padding-top: 0;
}


.mobile-content h4{
	padding: 0;
	margin:0;
	margin-bottom: 10px;
	font-weight: bold;
}

.bottom-text{
	margin-top: 15px;
}

.bottom-text img{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.bottom-text p{
    display: inline-block;
    width: 66%;
    margin: 0;
    margin-left: 8px;
    font-size: 17px;
    padding: 0;
    margin-top: -5px;
}


.ug-button-fullscreen.ug-skin-default {
    display: none;
}

.ug-button-play.ug-skin-default {
    display: none;
}

footer{
	margin-top: 30px;
}

footer .bg{
	background: #2d2d2d;
	color: #fff;
	padding: 15px 0; 
}

footer .bg a{
	padding: 0 20px;
	font-size: 20px;
	float: right; 
}


footer .bg a:hover{
	color: #dd2027;
}


footer .bg1{
	background: #0b0b0b;
	color: #fff;
	padding: 15px 0; 
}

.pannel .top-heading{
	font-size: 23px;
	position: relative;
	color:#eee;
}

.top-heading:after {
   background: red;
    content: '';
    width: 20%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}


.bottom-text{
	margin-top: 40px;
}

.bottom-text input[type="email"]{
	float: left;
	width: 65%;
	border-radius: 0;
	padding: 20px 5px; 
}

.bottom-text input[type="submit"]{
	float: left;
	width: 35%;
	border-radius: 0;
	padding: 20px 0;
    line-height: 0px;
}

.form-inline{
	margin: 20px 0;

}

.bottom-text .row1{
	margin-bottom: 35px;
}

.bottom-text .row1 span{
    padding: 12px 16px;	
    background: #2d2d2d;
    font-size: 15px;
    margin-right: 10px; 
    cursor: pointer;
}

.bottom-text .row1 span:hover,
.bottom-text .row1 span.active{
	background: #dd2027;
}

.bottom-text .fa{
    padding: 15px 10px;
}

.line span{
	position: relative;
	display: block;
}

.line span:after{
	content: '';
	background: #ccc;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}


.menu-bars{
	display: none;
}

.none-ad{
	display: block;
}

.margin-bottom {
	margin-bottom: 235px; 
}


 .col-xs-6 .form-control{
	position: absolute;
    right: 72px;
    top: 0;
    border-radius: 0;
    background: #c4131c;
    border: none; 
    z-index: 8;
    padding: 32px 0px;
    width: 0%;
   	transition: all 400ms linear;
}

 .col-xs-6 .form-control.active{
    width: 100%;
    padding: 32px 11px;
}

.form-group {
    margin-bottom: 0px;

}

.left1, .right1,
.left2, .right2{
	display: none;
}

.left1.active, .right1.active,
.left2.active, .right2.active{
	display: block;
}

/* responsive*/

@media only screen and (max-width: 768px)
{

	header .pdng-tb {
	    padding: 10px 0;
	}

	.logo img{
		margin: 30px 0;
	}

	.none-ad{
		display: none;
	}

	.menu-bars{
		display: inline-block;
		font-size: 30px;
	    color: #fff;
	    padding: 18px;
	    background: #c4131c;
	    margin-left: -15px;
	    cursor: pointer;
	    position: relative;
	}

	.main-menu nav {
		display: none;		
	    position: absolute;
	    width: 100%;
	    top: 67px;
	    z-index: 9;
	    left: 0;
	    background: #c4131c; 
	}


	.none-pdng{
		padding: 0 0;
	}

	nav ul li{
		float: none;
	}


	.main-menu .search-icon {
	    position: absolute;
	    right: 0;
	    top:0;
	}

	.main-menu{
		position: relative;
	}

	.bgs h2 {
	    margin: 25px 0 0;
	}

	.bgs p {
	    margin: 0px 0px 28px 0px;
	}

	.owl-carousel .slider img {
    	height: 250px;
	}

	.owl-carousel .slider{
		height: 392px;
	}

	.owl-theme .owl-nav.disabled+.owl-dots {
	    left: 30%;
	    bottom: 140px;
	}

	.col-group {
    	margin-top: 15px;
	}

	.tabber-group .tab-heading ul li {
	    width: 100%;
	}

	.tabber-group:after {
	    content: '';
	   display: none;
	}

	.tab-heading1 {
    	right: 0px;
	}

	.margin-bottom {
		margin-bottom: 10px; 
	}

	footer .bg a {
	    padding: 0px 6px;
	}

	.pannel{
		margin-top: 50px;
	}

	.bottom-text {
	    margin-top: 30px;
	}



}