div#navbar {
  background: transparent;
}

.menu-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: url(images/menu_bg.png);
  background-repeat: no-repeat;
  /*background-position: -325px -185px;*/
  background-position: center right;
 /* -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(180deg);*/
}
.menu-bar {
    padding: 0px 15px;
}

.input-group.seach_form button.btn, .input-group.seach_form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFF;
  border-radius: 0px;
  color: #fff;
  margin: 8px 0px 8px 16px;
  padding: 0px;
  box-shadow: none; 
}

.seach_form input::placeholder {
  color: #fff;
}
.seach_form input::-webkit-input-placeholder { 
  color: #fff;
}
.seach_form input::-moz-placeholder { 
  color: #fff;
}
.seach_form input:-ms-input-placeholder { 
  color: #fff;
}
.seach_form input:-moz-placeholder { 
  color: #fff;
}

.input-group.seach_form button.btn {
  height: 34px;
  font-size: 19px;
}

.input-group.seach_form input {
     font-size: 15px;
    font-weight: bold;
}

.add-container {
  display: none;
}

.container.main-content nav.navbar {
  margin-bottom: 15px;
}

.navbar-nav>li {
  height: auto;
}

ul.nav.navbar-nav li a {
  padding: 17px !important;
  font-size: 15px !important;
  text-transform: capitalize;
  color: #efeeee !important;
}

ul.nav.navbar-nav li:not(:last-child) a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 13px;
  height: 24px;
  width: 1px;
  background: #ffffff;
  opacity: .5;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #000!important;
  background-color: #d8d8d8;
}
/* side bar form */
.newsletter-form {
  border: 7px solid;
  border-image: linear-gradient(to top left, #00aeef, rgb(37, 63, 113)) 1;
  padding: 35px 20px;
  margin-bottom: 20px;
}

.newsletter-form h3 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(rgb(37, 63, 113)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  color: #117cb6;
}

.newsletter-form hr {
  width: 100%;
  border: 0px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to top left, #00aeef, rgb(37, 63, 113)) 1;
}

.newsletter-form input.form-control.sub_email {
  border-radius: 0px;
  border: 2px solid #b4b4b4;
  text-align: center;
  height: 40px;
}

.newsletter-form button#subscribe_newletter {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.5px;
  border-radius: 0px;
  background-color: #6c6b6b;
  border-color: #6c6b6b;
  height: 40px;
}

.newsletter-form p {
  font-size: 15px;
  font-weight: 600;
}

.news-section .news-time {
  background-color: #27235f;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.news-info p.news_channel {
  color: #474846;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 600;
}

.news-info b.news_title {
  font-size: 14px;
  color: #4c64ac;
}

.news-info p.news_desc {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #7f7b7f;
  letter-spacing: 0.3px;
}

hr.below_news {
  border: 1px solid #bcbdc0;
  margin: 12px 0px;
  width: 99.5%;
}

.thumb-gallery {
  padding: 0px;
  margin-left:-10px !important;  
  margin-right: -6px;
}
#subsection-gallery.thumb-gallery {
  margin-left:0px !important;
      margin-right: 0px;
}
/*div#heyoyaDiv{
	padding-left: 15px;
	padding-right: 15px;
}*/
.gallery-main {
  padding: 8px;
  border-radius: 0px;
}

.row.timer {
  margin: 15px 0px 20px;
}

.newsletter-form .horizontal h3 {
  font-size: 25px;
  margin-bottom: 5px;
}

.newsletter-form .horizontal p {
  font-size: 12px;
  margin-bottom: 15px;
}

.horizontal form#subscribe_newletter_form .input {
  padding-right: 3px;
}

.horizontal form#subscribe_newletter_form .button {
  padding-left: 3px;
}

.row.newsletter-form {
  margin: 0px;
}

div.ads-section.horizontal {
  display: inline-block;
  text-align: center;
  overflow: hidden;
    margin: 14px auto;
}

div#clockzone p {
    font-size: 19px;
    font-weight: bold;
    margin: 16px 0px;
    color: #787478;
}

.ads-section {
  float: left;
  width: 100% !important;
}

#clockwatch {
  position: relative;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #696569;
  margin: inherit;
  left: -15px;
}

#clockwatch:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #696569;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#secondi , #ore , #minuti {
  position: absolute;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -2.8px;
  top: -2.8px;
}

#secondi {
  display: none;
}

#secondi:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 65px;
  background: #696569;
  left: 69px;
  top: 5px;
}

#ore:after {
  content: "";
  position: absolute;
    width: 3px;
    height: 20px;
    background: #696569;
        left: 28.5px;
    top: 11.1px;
    border-radius: 3px;
}

#minuti:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background: #696569;
 left: 28.2px;
    top: 7.7px;
  border-radius: 3px;
}
#slider1_container > div > div {
    background: #ffffff !important;
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

  #slider1_container>div {
    transform: scale(0.91) !important;
    -webkit-transform: scale(0.91) !important;
  }
  #slider1_container {
    height: 400px !important;
    max-height: 442px !important;
}
  .fullbody {
    width: 100%;
    margin: auto;
}
}

/* Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media screen 
  and (min-width: 1200px) 
  and (max-width: 1399px) {
 

  #slider1_container {
    height: 465px !important;
    max-height: 465px !important;
  }

  #slider1_container>div {
    transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
  }

  #slider1_container>div>div {
    height: 448px !important;
  }
}
@media screen 
  and (min-width: 1100px) 
  and (max-width: 1199px) {
 

  #slider1_container {
    height: 415px !important;
    max-height: 415px !important;
  }

  #slider1_container>div {
    transform: scale(0.948) !important;
    -webkit-transform: scale(0.948) !important;
  }

  #slider1_container>div>div {
    height: 448px !important;
  }
}
@media screen 
  and (min-width: 1200px) 
  and (max-width: 1399px) {
 

  #slider1_container {
    height: 465px !important;
    max-height: 465px !important;
  }

  #slider1_container>div {
    transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
  }

  #slider1_container>div>div {
    height: 448px !important;
  }
}
@media screen 
  and (min-width: 1400px) 
  and (max-width: 1500px) {
 

  #slider1_container {
    height: 500px !important;
    max-height: 500px !important;
  }

  #slider1_container>div {
    transform: scale(1.175) !important;
    -webkit-transform: scale(1.175) !important;
  }

  #slider1_container>div>div {
    height: 448px !important;
  }
}
@media screen 
  and (min-width: 1501px) 
  and (max-width: 1600px) {
 

  #slider1_container {
    height: 580px !important;
    max-height: 580px !important;
  }

  #slider1_container>div {
    transform: scale(1.327) !important;
    -webkit-transform: scale(1.327) !important;
  }

  #slider1_container>div>div {
    height: 448px !important;
  }
}
@media screen 
  and (min-width: 1601px) 
  and (max-width: 1800px) {
 

  #slider1_container {
    height: 630px !important;
    max-height: 630px !important;
  }

  #slider1_container>div {
    transform: scale(1.42) !important;
    -webkit-transform: scale(1.42) !important;
  }

  #slider1_container>div>div {
    height: 448px !important;
  }
}
@media screen 
  and (min-width: 1801px) 
  and (max-width: 2000px) {
 

  #slider1_container {
    height: 700px !important;
    max-height: 700px !important;
  }

  #slider1_container>div {
    transform: scale(1.6) !important;
    -webkit-transform: scale(1.6) !important;
  }

  #slider1_container>div>div {
    height: 448px !important;
  }
}
@media screen and (max-width: 991px) {
/* div#clockwatch {
         margin: 0 auto;
         left: 2px;
         right: 2px;
    }*/
    body {
margin-bottom: 20px;
}
    .fullbody {
     width: 100%; 
    margin: auto;
}
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
  .container, .col-md-3.siderbar {
    padding: 15px;
  }

  .col-md-3.siderbar {
    text-align: center;
  }

  .container.main-content {
    margin-top: -30px;
  }

  .menu-bar {
    padding: 0px;
  }
}


/* Start css For only slider section*/
@media only screen and (min-width: 320px) and (max-width: 359px) {
  #slider1_container>div {
    transform: scale(0.345) !important;
    -webkit-transform: scale(0.345) !important;
  }

  #slider1_container {
    height: 154px !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 400px) {
  #slider1_container>div {
    transform: scale(0.420) !important;
    -webkit-transform: scale(0.420) !important;
  }

  #slider1_container {
    height: 184px !important;
  }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
  #slider1_container>div {
    transform: scale(0.4125) !important;
    -webkit-transform: scale(0.4125) !important;
  }

  #slider1_container {
    height: 184px !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  #slider1_container>div {
    transform: scale(0.395) !important;
    -webkit-transform: scale(0.395) !important;
  }

  #slider1_container {
    height: 174px !important;
  }
}

@media only screen and (min-width: 411px) and (max-width:413px) {
  #slider1_container>div {
    transform: scale(0.457) !important;
    -webkit-transform: scale(0.457) !important;
  }

  #slider1_container {
    height: 205px !important;
  }
}

@media only screen and (min-width: 414px) and (max-width:420px) {
  #slider1_container>div {
    transform: scale(0.462) !important;
    -webkit-transform: scale(0.462) !important;
  }

  #slider1_container {
    height: 205px !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 410px) {
  #slider1_container>div {
    transform: scale(0.415) !important;
    -webkit-transform: scale(0.415) !important;
  }

  #slider1_container {
    height: 182px !important;
  }
}
@media only screen and (max-width: 767px){
  .menu-bar ul.nav.navbar-nav {
        padding-top: 0px;
    padding: 0px 7px;
}
ul.nav.navbar-nav li a {
    padding: 6px !important;
}
.input-group.seach_form button.btn {
    left: -10px;
}
.wrapper {
    width: 100%;
}
.input-group.seach_form button.btn, .input-group.seach_form input{
	    margin: 2px 0px 5px 10px !important;
}
div#clockzone p {
    font-size: 17px;
	margin:0px;
}
.row.timer {
    margin: 0px 0px 10px !important;
	display: flex;
  align-items: center;
  justify-content: center;

}
.artical-big-description iframe,.main-artical-section  iframe{
	width:100% !important;
	    margin-top: 15px;
}
}
@media only screen and (max-width : 991px) {
  .row.newsletter-form {
    display: none;
  }
  .logo-container img.logo {
    top: -15px;
 }
  
}
/* End css For only slider section*/

/**********rl--1-Aug-2018*******************/
.row.timer {
    margin: 20px 0px 20px;
    float: left;
    width: 100%;
	padding-left: 0px;
}
.row.news_article .col-md-12{
	padding-left: 15px;
}
.seach_form .form-control{
	box-shadow: none;
}
.wrapper {
    margin: 0 auto;
    width: 100%;
}
.wrapper h2{
	color: #091095;
	font-size:34px;
	border-bottom: 2px solid #000;
	line-height: normal !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}
.thumb-gallery h1{
	font-size:70px;
	/*border-bottom: 7px solid transparent;
	border-image-source: url(images/line.png) !important;*/
	/*border-bottom: 7px solid;
	border-right:none;
	border-left:none;
	border-top:none;
	border-image: linear-gradient(to top left, #00aeef, rgb(37, 63, 113)) 1;*/
	color: #091095;
	border-bottom: 2px solid #000;
	line-height: normal !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
	font-family: 'HelveticaNeue-CondensedBold' !important;
	-webkit-font-smoothing: antialiased;
}
.kotle_cam_cotainer .under-siege h1{
	color: #091095 !important;
	font-size:34px !important;
	border-bottom: 2px solid #000;
	line-height: normal !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}
.subpage-content{
	margin-right: 0px;
    margin-left: 0px;
	float:left;
	width:100%; 
}
.subpage-content .col-md-6 ,#subsection-gallery .col-md-12{
    padding-left: 0px;
}
.social-media ul{
	border-bottom:none !important;
}
.articalImage img {
    height: 350px;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}
.input-group.seach_form button.btn, .input-group.seach_form input{
	    border-bottom: 1px solid #efeeee  !important;
}
.seach_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #efeeee ;
}
.seach_form input::-moz-placeholder { /* Firefox 19+ */
  color: #efeeee ;
}
.seach_form input:-ms-input-placeholder { /* IE 10+ */
  color: #efeeee ;
}
.seach_form input:-moz-placeholder { /* Firefox 18- */
  color: #efeeee ;
}
.logo-container{
	background-image: url(images/topbar.png) !important;
	background-position: -1px center;
    background-size: 100% 100%;
}
.newsletter-form{
	background-image: url(images/dialougebox.png) !important;
	background-size: 100% 100%;
	border:none !important;
}
.siderbar .newsletter-form{
	background-image: url(images/popup_bg.png) !important;
	background-size: 100% 100%;
	border:none !important;
}
.kotalcm{
	text-align:left !important;
}
.Table_01{
	background:#efede7;
	padding: 10px;
    text-align: center;
	float:left; 
}
.v1{
	padding-top: 20px;
    padding-bottom: 20px;
}
.half_screen{
	text-align: center;
}
.ads-section>div{
		    width: 100% !important;
			text-align:center !important; 
			overflow:hidden;
	}
	.artical-big-description p{
		color:#868387;
	}
	.top_add{
		height:300px !important;
	}
	.videofr .iframe_respon{
		    width: 640px !important;
			height: 360px !important;
	}
	.btm_btn{
		margin-top: 10px;
		margin-bottom: 10px;  
	}
	.tabview{
		margin-left: 0px;
		margin-right: 0px;
	}
	.height_90>div,.height_90>div>div{
		height:90px !important;
		overflow:hidden;
	}
@media only screen and (max-width: 2048px) {
	.menu-bar:before{
		background-size:100% 100%;
	}
	/*iframe{
		width:100% !important;
	}*/
	.jssort01 .t,.jssort01 .p{
		object-fit : fill !important
	}
}
@media only screen and (max-width: 1920px) {
}
@media only screen and (max-width: 1526px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px){ 

}
@media only screen and (max-width: 1024px) { 
	#slider1_container {
		max-height: 355px !important;
		height: 355px !important;
	}
	.newsletter-form h3{
		font-size:26px;
	}
	.navbar-nav > li {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 800px) { 
}
@media only screen and (max-width: 823px){  
#slider1_container {
		max-height: 403px !important;
		height: 403px !important;
	}
	.menu-bar:before{
		background-size:100% 100% !important; 
	} 
}
@media only screen and (max-width: 900px) and (min-width: 766px){
	#slider1_container {
		max-height: 480px !important;
		height: 480px !important;
	}	
	#slider1_container>div {
		transform: scale(1.085) !important;
		-webkit-transform: scale(1.085) !important;
	}
}
@media only screen and (max-width: 900px){
	.siderbar .newsletter-form{
		    width: 300px;
			margin: 0 auto;
	}
}
@media only screen and (max-width: 768px) {
	#slider1_container {
		max-height: 480px !important;
		height: 480px !important;
	}	
	
}
@media only screen and (max-width: 767px) { 
	 
	ul.nav.navbar-nav li:not(:last-child) a:after{
		width:0px;
	}
	.siderbar .no-padding{
		    padding-left: 15px !important;
			padding-right: 15px !important;
	}
	.col-md-3.siderbar {
		padding: 0px 0px 0px 0px;
		margin-top:15px;
	}	
	.video-description h4{
		font-size: 18px !important;
	}
	.video-description p {
		font-size: 12px  !important;
	}
	.thumb-gallery h1,.under-siege h1 {
		font-size: 28px  !important;
	}
	.artical-desc {
		text-align: left !important;
	}
	.articalImage img {
		height: 230px;
	}
	.half_screen,.Table_01{
		width:100% !important;
		margin-top:15px;
	}
	.menu-bar:before{
		background-size:100%;
	}
	.iframe_respon{
		width:100% !important;
	}
	.siderbar .ads-section{
		padding-left:15px;
		padding-right:15px;
	}
	.nav.navbar-nav li{
		width:33.33%;
		clear:none!important;
		float:left;
	}
	ul.nav.navbar-nav li a{
		text-align:center;
	}
	.videofr .iframe_respon {
		width: 100% !important;
		height: 290px !important;
	}
	.gallery-main {
		padding: 0px;
	}
}
@media only screen and (max-width: 736px) {  
	#slider1_container {
		max-height: 361px !important;
		height: 361px !important;
	}
}
@media only screen and (max-width: 640px) { 
	#slider1_container {
		max-height: 340px !important;
		height: 340px !important;
	}
}
@media only screen and (max-width: 568px) { 
	#slider1_container {
		max-height: 185px !important;
		height: 185px !important;
	}
}
@media only screen and (max-width: 419px) { 
	#slider1_container {
		max-height: 205px !important;
		height: 205px !important;
	}
}
@media only screen and (max-width: 411px) { 
	#slider1_container {
		max-height: 200px !important;
		height: 200px !important;
	}
}
@media only screen and (max-width: 375px) { 
	#slider1_container {
		max-height: 185px !important;
		height: 185px !important;
	}
	.videofr .iframe_respon {
		width: 100% !important;
		height: 200px !important;
	}
}
@media only screen and (max-width: 360px) { 
	#slider1_container {
		max-height: 175px !important;
		height: 175px !important;
	}
}
@media only screen and (max-width: 320px) { 
	#slider1_container {
		max-height: 154px !important;
		height: 154px !important;
	}
	.siderbar .newsletter-form{
		    width: 100%;
	}
	
}
@-moz-document url-prefix() {  
}


@media only screen and (min-width: 2048px) {
	.menu-bar:before{
		background-size:100% 100%;
	}
}
@media only screen and (min-width: 1025px){
	.jssort01{
		overflow:hidden !important;
		width: 100% !important;
	}
	#slider1_container{
		max-height: none !important;
		height: 100% !important;
		float: left;
		overflow: visible !important;
		width: 100% !important;
		
	}
	#slider1_container>div { 
     transform: scale(1) !important; 
     -webkit-transform: scale(1) !important; 
	 position:relative !important;
	 overflow:hidden;
	 width: 100% !important;
	 border: solid 0px #f5f5f5;
  } 
  #slider1_container>div>div{ 
      left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
  .gallery-main{
	 background:#fff !important; 
  }
  #slider1_container > div > div > div > div div.overlay-text h3{
	  font-size:20px !important;
  }
  #slider1_container > div > div > div > div div.overlay-text p{
	  font-size:13px !important;
  }
 }
/**********rl--1-Aug-2018*******************/
/*@media all and (-ms-high-contrast:none){
    #slider1_container {
		height: 465px !important;
		max-height: 465px !important;
		width: 100% !important;
	}
	.show_loader{
		display:none;
	}
}*/
@media only screen and (min-width: 1380px){
	.siderbar .newsletter-form{
		width:300px;
		margin: 0 auto;
	}
}
/*07/05/2019*/
@media only screen and (max-width: 736px) {  
	.select_publisher{
		text-align:left !important;
	}
}