@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Penelope Anne";
  font-style: normal;
  font-weight: 400;
  src: local('Penelope Anne'), local('Penelope Anne'), url("../font/Penelope Anne.ttf") format('truetype');
}
@font-face {
  font-family: "Trench";
  font-style: normal;
  font-weight: 400;
  src: local('trench100free'), local('trench100free'), url("../font/trench100free.otf") format('truetype');
}
@font-face {
  font-family:"CF Boston";
  font-style: normal;
  font-weight: 400;
  src: local('CFBoston-Regular'), local('CFBoston-Regular'), url("../font/CFBoston-Regular.ttf") format('truetype');
}
@font-face {
  font-family:"DorovarFLF-Carolus";
  font-style: normal;
  font-weight: 400;
  src: local('DorovarFLF-Carolus'), local('DorovarFLF-Carolus'), url("../font/DorovarFLF-Carolus.ttf") format('truetype');
}
@font-face {
  font-family:"avantGarde Bk BT";
  font-style: normal;
  font-weight: 600;
  src: local('AvantGardeBookBT'), local('AvantGardeBookBT'), url("../font/AvantGardeBookBT.ttf") format('truetype');
}
@font-face {
  font-family:"Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins-SemiBold'), local('Poppins-SemiBold'), url("../font/Poppins-SemiBold.otf") format('truetype');
}
@font-face {
  font-family:"Poppins-Regular";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins-Regular'), local('Poppins-Regular'), url("../font/Poppins-Regular.otf") format('truetype');
}
body {
	color:#000;
	overflow-x: hidden;
	font-family:"Poppins-Regular";
	}
ul, li {
	list-style-type:none;
	}
a, a:hover {
	text-decoration:none;
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
	
	





.antiparti {
	padding: 5px;
	}
.altoba {
	padding: 5px;
	box-shadow: 0px 0px 2px 0px #0000008a;
    transition: all 0.3s ease-in-out;
    background: #fff;
	}	
.gallanti {
    width: 100%;
    padding: 10px;
    height: 70px;
}
.gallanti h2 {
    font-weight: 500;
    text-transform: uppercase;
	font-size:16px;
    padding:0px;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
    font-family: 'SolaimanLipi';
}
.videoitem {
    width: 100%;
	background:#221e1f;
}
.videoitem iframe {
    width: 100%;
	height: 250px;
	background:#221e1f;
}
.videoitem img {
    width: 100%;
	height: 125px;
}
.icons .videoview {
    position: absolute;
    left: 40%;
    top: 26%;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    background: #fe0000;
    color: #ffffff;
    font-size: 15px;
    border-radius: 11%;
    padding: 4px 14px;
    /* border: 8px solid #fe0000; */
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    box-shadow: 8px 8px 17px #00000081;
}
button.close {
    position: relative;
    -webkit-appearance: none;
    padding: 5px 8px;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin-right: -25px;
    margin-top: -20px;
    background: #fff;
    border-radius: 15px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    position: relative;
    margin-top: 17px;
    margin-right: -19px;
}
.panel-body {
    padding:0px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}	




.top_add {
    padding: 5px 0;
}

.top_add img {
  width: 100%;  
}


.logo_menu img {
    height: 82px;
    position: relative;
    margin-top: -30px;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 33px #0000003d;
}





.mid_sec {
    width: 90%;
    margin: 0 auto;
}	
.topmain {
	border-top: 5px solid #a01f1f;
	}
.topright {
	background-size: 100%;
    z-index: 300;
    padding: 0px 0;
    transform: translateZ(0);
    transition: all 0.5s;
    background:#fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	}	
.headtop {
    z-index: 300;
    transform: translateZ(0);
    transition: all 0.5s;
    background:#e40011;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	position:relative;
	}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: -15px;
    z-index: 1000;
}	
.sticky .logo_menu img {
    height: 52px;
    margin-top: 0;
}
.navbar-default {
	background:none;
	border:none;
	}	
.navbar-nav {
    margin: 0 0 0 5px;
	}	
.logo {
	margin:15px 0 15px 0;
	text-align: center;
	}
.logo img {
    width: 90%;
}	
.logo a {
	color:#a01f1f;
	font-weight:bolder;
	font-size:75px;
	line-height:20px;
	font-family: 'SolaimanLipi';
	}
.logo a span {
	color:#000;
	font-size:35px;
	}	
.logo p {
	text-align:center;
	font-size:22px;
	font-weight:600;
	color:#221e1f;
	font-family: 'SolaimanLipi';
	}			
.logo-res {
	display:none;
	}	
.navbar {
	margin-bottom:0px;
	}
.navbar-default .navbar-nav > li > a {
	padding:16px 22px;
	color:#fff;
	font-size:18px;
	transition:all 0.3s ease-in-out;
	}

.navbar-default .navbar-nav > li > a.menucalor3:hover {background:#484f55; color:#fff; }
.navbar-default .navbar-nav > li > a.house {
	font-size:31px;
	padding:25px 22px 24px 22px;
	}		
.navbar-default .navbar-nav > li > a:hover {
	color:#fff;
	background:#484f55;
	
	}	
.navbar-default .navbar-nav > .open > a.menucalor3,
.navbar-default .navbar-nav > .open > a.menucalor3:hover,
.navbar-default .navbar-nav > .open > a.menucalor3:focus {
  background:#484f55;
  color:#fff;
}	
.dropdown-menu	{
	background-color:#bc2c41;
    min-width: 155px !important;
    border-radius: 0px;
    padding: 0px 0;
    margin-top: -1px !important;
	}
span.glyphicon {
	font-size:10px;
	top:-1px;
	color:#fff;
	}		
.navbar-nav ul.sm-nowrap > li > a {
	padding:8px 20px 8px 10px;
	color:#fff;
	
	font-size:16px;
	background:#841627;
	margin:0 0 1px 0;
	transition:all 0.3s ease-in-out;
	}	
.navbar-nav ul.sm-nowrap > li > a:hover {
	background:#a71a2f ;
	color:#fff;
	}	
.navbar-default .navbar-nav > li:last-child {
    background:none;
}		
.navbar-default .navbar-nav > li {
	    padding: 0px 0;
	}
.color1 {height:4px; background:#ea285c;}	
.color2 {height:4px; background:#ea285c;}	
.color3 {height:4px; background:#ea285c;}	
.color4 {height:4px; background:#ea285c;}	
.color5 {height:4px; background:#ea285c;}	
.color6 {height:4px; background:#ea285c;}	

.new_patr {
    box-shadow: 0px 0px 50px #00000040;
    border-right: 10px solid #ef3b3a;
}
#test {
    padding: 0 1rem;
}
#test ul {
    margin:1.2rem 0 0 0;
    padding: 0;
}
#test ul li {
    display: inline-block;
    margin-right: 50px;
    list-style-type: circle;
    padding: 8px 0 0 0;
    margin: 0;
}
#test ul li a {
    font-size: 17px;
    color: #e40011;
    padding: 2px 45px 2px 5px;
    text-decoration: none;
    font-family: "Poppins-SemiBold";
}
.news_lat_h h3 {
    font-size: 21px;
    font-family: "Poppins-SemiBold";
    color: #fff;
    background: #ef3b3a;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 0 25rem 25rem 0;
    margin: 0;
}	
	
	
.social_wr {
	padding: 1px 0;
    width: 182px;
    margin-top: 25px;
	}		
.social_wr a {
	height:40px;
	width:40px;
	border-radius:50px;
	border:1px solid #b5b5b5;
    float: left;
    color: #b5b5b5;
    text-align: center;
    vertical-align: middle;
    line-height: 41px;
    margin-right: 20px;
    transition: 0.4s ease-in-out;
    font-size: 19px;
	border-radius:50%;
}

.social_wr a.goop:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	color:#4875B4;
	border:1px solid #4875B4;
}
.social_wr a.face:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	color:#3B5998;
	border:1px solid #3B5998;
}
.social_wr a.twi:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	color:#0084b4;
	border:1px solid #0084b4;
}
		.back-to-top {
			position: fixed;
    bottom:1rem;
    right:1rem;
    text-decoration: none;
    /* padding: 1em; */
    display: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    font-size: 32px;
    background: #e40011;
		}
.back-to-top:hover {
	color:#fff;
	background:#000;
	}
.topnews {
	margin:15px 0;
	width: 90%;
    margin: 2rem auto;
	}
.lastnews img {
	width:100%;
	height: 340px;
	}
.lastnews iframe {
	width:100%;
	height: 334px;
	}
.lastnews video {
	width:100%;
	height: 334px;
	} 
       	
.padingno {
	padding:0px;
	}	
.item {
	padding:0 5px 0 0;
	}	
	
	
	
.heading {
	background:url(../images/linelong.png) repeat-x center;
	margin-top:25px;
	margin-bottom:15px;
}
.heading h2 {
    font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline;
    padding:10px 20px;
    color: #fff;
	background: #e40011;
}

.heading h3 {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline;
    padding: 10px 20px;
    color: #fff;
    background: #a01f1f;
}

.fright {
    float: right;
	margin-top:-7px;
}
.heading span a {
    font-size: 13px;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding:14px 19px 12px 19px;
    margin: 0px;
    display: block;
	transition:all 0.3s ease-in-out;
}	
.heading span a:hover {
	background: #e40011;
	}
.allpagetag {
	width: 100%;
    position: absolute;
    bottom:0px;
	padding:50px 20px 30px 20px;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1));
}
.allpagetag h2 {
	color:#fff;
	font-size:19px;
	line-height: 27px;
	font-weight:500;
	margin:0;
	}
.add img {
	width:100%;
	margin-bottom: 5px;
	}
.add iframe {
	width:100%;
	height: 211px;
	margin-bottom: 5px;
	}
.add video {
	width:100%;
	height: 211px;
	margin-bottom: 5px;
	}    	
    
.add1 {
	margin-top:25px;
	}
.add1:hover a {
    color:red;
}	
.nopadd {
	padding:0;
	}	
.paddirigh {
	padding:0 10px 0 0;
	}
.antipart {
    padding: 8px;
}
.blockshado {
	box-shadow:1px 1px 10px -1px #00000030;
	transition:all 0.3s ease-in-out;
	background:#fff;
	}	
.blockshado:hover {
	box-shadow: 2px 30px 28px -2px #5f5f5f85;
	}
.blockshado:hover .anticon h2 a {
	color:#e40011;
	}
.antimage {
	width:100%;
	background:#000;
	text-align:center;
	padding:0;
	transition:all 0.3s ease-in-out;
	}
.antimage img {
	width:100%;
	height: 210px;
	}
.antimage iframe {
	width:100%;
	height: 203px;
	}
.antimage video {
	width:100%;
	height: 203px;
	}
    	
.antimage video.v_cha_d {
    width:100%;
	height: 204px;
} 
.anticon {
	width:100%;
	height:27rem;
	padding:10px;
	}	
.anticon p {
	color: #545454;
    font-size: 18px;
    margin: 0px;
	line-height:28px;
	}
.anticon p.lukka {
	color: #545454;
    font-size: 14px;
	}	
.anticon h4 {
	color: #e40011;
    font-size: 15px;
    text-align: right;
	}
	
.anticon h2 {
	margin:0;
	font-weight:600;
	font-family:"Poppins-SemiBold";
	font-size:21px;
	padding:8px 0px;
	line-height:27px;
	transition:all 0.3s ease-in-out;
	}	
.anticon h2 a {
	color:#000;
	transition:all 0.3s ease-in-out;
	display: block;
	}
.anticon2 {
    width: 100%;
    height: 11rem;
    padding: 10px;
}	
.anticon2 h2 {
	margin:0;
	font-weight:600;
	font-size:17px;
	padding:8px 0px;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	}	
.anticon2 h2 a {
	color:#000;
	transition:all 0.3s ease-in-out;
	display: block;
	}	
.b-part {
	margin:10px 0;
    margin-left: -7px;
	}	
.right-news {
	margin-top:13px;
	}	
.right-news h2 {
	margin:0;
	border-bottom:1px solid #b9b9b9;
	padding-bottom:5px;
	font-size:25px;
	}	
.right-news ul {
	margin:0;
	padding:0;
	}
.right-news ul li {
	padding:11px 0;
	border-bottom:1px solid #b9b9b9;
	}	
.right-news ul li a {
	color:#000;
	font-size:18px;
	
	}	
.add1 a {
	color:#000;
	font-size:15px;
	line-height:24px;
	font-family: "Poppins-SemiBold";
	}
.footer_weath {
    width: 90%;
    margin:0 auto;
}	
.footer {
	padding:5rem 0 1rem 0;
	background:#1a1e22;
	}
.foot-block {
	padding:7px 15px;
	}		
.foot-block a.baithak {
	color:#c7c7c7;
	font-size:35px;
	font-weight:bolder;
	}
.foot-block a.baithak img {
	width: 85%;
    padding: 2rem;
    background: #ffffff;
	}		
.foot-con ul {
	margin:0;
	padding:0;
	margin-bottom:15px;
	}		
.foot-con ul li {
	display:block;
	}	
.foot-con ul li a {
	color:#ffffff85;
	padding:3px 8px;
	font-size:15px;
	display: block;
	}
.foot-con ul li a:hover {
    color:#ff4d5a;
}	
.foot-con h3 {
    color: #ff4d5a;
    font-size: 16px;
}
.foot-nav p {
	color:#ffffff85;
	}
.foot-nav p a {
	color:#ff4d5a;
	}		
.foot-con p {
	color:#ffffff85;
	font-size:16px;
	}
.foot-con h2 {
    font-family: "Poppins-SemiBold";
	color:#ff4d5a;
	font-size:21px;
	margin: 0 0 1rem 0;
	}
.footi {
    padding: 2rem 0;
    background: #0e1113;
    text-align: center;
}
.footi ul {
	margin:0;
	padding:0;
	margin-bottom:5px;
	}		
.footi ul li {
	display: inline-block;
	}	
.footi ul li a {
	color:#ffffff85;
	padding:3px 8px;
	font-size:14px;
	display: block;
	}
.footi ul li a:hover {
    color:#ff4d5a;
}
.footi p {
    color:#ffffff85;
    font-size:16px;
}
.bg-pare p {
	margin:15px 0 0px 0;
	}	
.bg-pare p a {
	color:#000;
	margin:0 5px ;
	}	
.bg-pare p a:hover {
	color:#a01f1f;
	}
.reporter_right {
	width:48%;
	float:right;
	}	
.reporter_right img {
	width:50px;
	float:left;
	}
.reporter_left {
	width:46%;
	float:left;
	}	
.reporter_left img {
	width:50px;
	float:left;
	}	
.reporter {
	width:100%;
	}	
.reporter img {
	width:50px;
	float:left;
	}
.reporter-name {
	float:left;
	}	
.reporter-name a {
	color:#a01f1f;
	font-weight:600;
	font-size:16px;
	}	
.reporter-name p {
	}			
.news-details h2 {
	margin:0px 0 2rem 0;
	font-weight: 600;
    font-size: 33px;
    line-height: 41px;
	}	
.news-details p {
	font-size:19px;
	}	
.dat-time p {
	float:left;
	margin:0px 0 0 0;
	}	
.social_wr1 {
    padding: 1px 0;
    width: 100%;
    margin-bottom:10px;
    margin-top:5px;
	float:right;
}	
.social_wr1 a {
    height: 38px;
    width: 38px;
    float: left;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 10px;
    transition: 0.4s ease-in-out;
    font-size: 19px;
    border-radius: 50%;
}
.social_wr1 a.face {background:#3C579A;}
.social_wr1 a.twi {background:#55ACEF;}
.social_wr1 a.linkedin {background:#0077B4;}
.social_wr1 a.print {background:#FD6500;}
.social_wr1 a.envelope {background:#639A3F;}
.social_wr1 a.instagram {background:#5280A4;}
.dit-img {
	margin: 1rem auto;
    width: 100%;
    text-align: center;
    clear: both;
	}
.dit-img img {
	width:100%;
	max-width: 800px;
	height: auto;
	}
.dit-img iframe {
    width: 100%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
    display: block;
}
.dit-img video {
    width: 100%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
    display: block;
}
 	
.dit-img_left {
    width:50%;
    float: left;
    margin-right: 2%;
}
.dit-img_left img {
	width:100%;
	}
.dit-img_left iframe {
	width:100%;
    height: 300px;
	}
.dit-img_left video {
	width:100%;
    height: 300px;
	}    	
.dit-img_right {
    width:50%;
    float: right;
    margin-left: 2%;
}
.dit-img_right img {
	width:100%;
	}
.dit-img_right iframe {
	width:100%;
    height: 300px;
	}
.dit-img_right video {
	width:100%;
    height: 300px;
	}    	
	
.dit-con p, .dit-con {
	font-size: 20px;
    line-height: 33px;
	color:#333;
	text-align: justify;
	}
.dit-con p strong {
    font-family:"Poppins-SemiBold";
}    
.dit-con h5 {
    font-size: 23px;
    font-weight: 600;
    margin: 15px 0 2px 0;
	color: #a01f1f;
}
.aro {
	padding:13px;
	text-align:center;
	background:#a01f1f;
	margin:7px 0;
	}
.aro p {
	font-size: 18px;
	color:#fff;
	margin:0;
	}
.aro p a {
	color:#fff;
	}				
.anticon1 {
    width: 100%;
    padding: 10px;
    height: 22rem;
}
.anticon1 h4 {
    color: #a71a2f;
    font-size: 15px;
    text-align: right;
}
.anticon1 h2 {
    margin: 0;
    font-weight: 500;
    padding: 8px 0px;
    line-height: 31px;
    font-size:20px;
    transition: all 0.3s ease-in-out;
}
.anticon1 h2 a {
    color: #000;
    transition: all 0.3s ease-in-out;
	
}
.antimage1 {
    width: 100%;
    background: #000;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
.antimage1 {
    width: 100%;
    height: 190px;
    background:#000;
}
.antimage1 img {
    width: 100%;
    height: 190px;
}
.blockshado1 {
	box-shadow:0px 0px 2px 0px #0000008a;
	transition:all 0.3s ease-in-out;
	background:#fff;
	}	
.blockshado1:hover {
	box-shadow: 2px 15px 25px -2px #5f5f5f85;
	}
.blockshado1:hover .anticon h2 a {
	color:#e40011;
	}	
.blockshado1:hover .anticon1 h2 a {
	color:#e40011;
	}	
.b-part ul {
	margin:0;
	padding:0;
	}	
.b-part ul li {
	}	
	
.inpage_body {
   width: 90%;
   margin: 2rem auto; 
}	
	
.head_inpage {
   padding: 2rem 3rem;
    background: #2d333a; 
    margin-top: 15px;
}
.head_inpage h2 {
   margin:0; 
   font-family: "Poppins-SemiBold";
    color: #ff4d5a;
    font-size: 25px;
}
.dit_add img {
    width: 50%;
}
	
	
	
/*search start*/
#wrap {
  display: inline-block;
  position: relative;
  float: right;
  padding: 0;
  margin-right:1.5rem;
}

#wrap input[type="text"] {
  height: 52px;
  font-size: 19px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff;
  padding: 4px;
  padding-right:50px;
  width: 0px;
  position: absolute;
  top: 0;
  right:0;
  background:#00000024 url(../images/search-icon-white.png) no-repeat right;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#wrap input[type="text"]:focus:hover {
}

#wrap input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  cursor: text;
}
#wrap input[type="submit"] {
  height: 53px;
  width: 53px;
  display: inline-block;
  color:red;
  float: right;
  background:none;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity .4s ease;
}

#wrap input[type="submit"]:hover {
  opacity: 1;
}

.popup_ads img {
   width:100%; 
}
.cont_page_head {
   width:80%;  
    margin:4rem auto;
    padding: 3rem 3rem;
    background: #2d333a;
}
.cont_page_head h2 {
    margin: 0;
    font-family: "Poppins-SemiBold";
    color: #ff4d5a;
    font-size: 25px;
}
.cont_page_head h2 p {
    float: right;
    font-size: 15px;
    font-family: "Poppins-Regular";
    color:#fff;
}
.cont_page_head h2 p a {
    color:#fff;
}
.cont_page_body {
    width:80%;  
    margin:0 auto; 
}
.cont_page_body p {
    font-size: 16px;
    line-height: 27px;
    color: #333;
    text-align: justify;
}
.cont_page_body ul {
    padding:0 0 0 2rem;
}
.cont_page_body ul li {
    font-size: 17px;
    line-height: 35px;
    color: #333;
    text-align: justify;
    list-style-type: square;
}

.cont_page_body h3 {
    margin: 0;
    font-family: "Poppins-SemiBold";
    color: #ff4d5a;
    font-size: 21px;
}

.mbot1 {
    margin-bottom: 30px;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #ff4d5a;
    background-color: rgba(255,255,255,0);
    background-image: none;
    border: none;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease-in-out;
}			

.quesend {
    border-radius: 0;
    padding: 11px 25px;
    font-size: 17px;
    width: 100%;
	background: linear-gradient(140deg,#ff4d5a,#ff4d5a);
    color: #fff;
	transition:all 0.3s ease-in-out;
	border-radius:25px;
}
.quesend:hover {
	background: #3c3ded;
    border-color: #3c3ded;
    color: #fff;
	}	
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#000;
    opacity: 1; /* Firefox */
	font-size:15px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#000;
	font-size:15px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#000;
	font-size:15px;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus, select:focus {
  
  padding-left: 7px;
  border-bottom: 1px solid #ff4d5a;
  outline:none;
}
.form h3, .form p {
    text-align: center;
}

.contact_block {
    position: relative;
    text-align: center;
    -ms-flex-align: center;
    background: #ff4d5a;
    
    padding: 25px;
}
.coininfoweith {
	width:100% !important;
	}
.coininfo {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    text-align: left;
	float: left;
	width:50%;
	margin-bottom:30px;
}
.contact_block h2 {
    font-size: 29px;
    font-family: "Poppins-SemiBold";
    color: #fff;
    margin: 25px 0 25px 0;
}
.coininfo .cticon i {
    /* float: left; */
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.4em;
    background: rgb(255,255,255,0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
}
.coininfo .cticontent h4 {
    color: #fff;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
	font-size:17px;
	font-family: "Poppins-SemiBold";
}
.coininfo .cticontent p {
    color: #fff;
    text-decoration: none;
	font-size:14px;
}
.contact_block p {
    font-size: 15px;
    color: #fff;
}
.contact_map iframe {
    width: 100%;
    height: 350px;
    margin-top: 20px;
    border: none;
}
.footi_res {
    display: none;
}



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



}
@media screen and (max-width:900px){
.navbar-default .navbar-nav > li > a {
    padding: 40px 24px;
    color: #f06135;
    font-weight: 600;
    font-size: 15px;
}

}
@media only screen and (min-width:992px) and (max-width:1199px)
{
.navbar-default .navbar-nav > li > a {
    padding: 40px 24px;
    color: #f06135;
    font-weight: 600;
    font-size: 15px;
}
.gift h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:27px;
}
}
@media only screen and (min-width:768px) and (max-width:991px)
{
.navbar-default .navbar-nav > li > a {
    padding: 40px 24px;
    color: #f06135;
    font-weight: 600;
    font-size: 15px;
}
.welcome p {
    width: 90%;
  line-height: 19px;
}

}
@media only screen and (max-width:767px) 
{
.antimage img {
    height: 175px;
}    
.lastnews img {
    width: 100%;
    height:175px;
}
.social_wr1 {
    padding: 1px 0;
    width: 100%;
    margin-top: 2px;
    margin-left: 0px;
    float: left;
}	
.allpagetag {
    padding: 40px 5px 5px 5px;
}
.allpagetag h2 {
    font-size: 14px;
    font-weight: 500;
}
#wrap {
	display:none;
	}
	.topright {
    width: 100%;
}
.social_wr a {
    margin-left: 10px;
}	
.logo {
margin: 5px 0 5px 0;    
	}
.logo a {
    font-size: 35px;
}
.logo a span {
    font-size: 25px;
}	
.logo p {
    font-size: 15px;
}
.logo-res {
	}
.logo-res img {
	height:43px;
	}			
.navbar-default .navbar-toggle {
    border-color: #fff;
    border: 2px solid #fff;
	margin-top:8px;
	margin-bottom:8px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #880000;
}
.navbar-collapse {
    border-top: 1px solid transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding:0 -15px 0 -15px !important;
}
.navbar-nav {
    float: inherit;
    margin-top:0px;
	width:105%;
	margin-left:-8px;
}
.navbar-default .navbar-nav > li > a {
    padding: 13px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
}
.navbar-default .navbar-nav > li > a.active {
    padding: 5px 20px;
}
    

.navbar-default .navbar-nav > li {
    padding: 0px 0;
}
.navbar-default .navbar-nav > li > a.menucalor3:hover, .navbar-default .navbar-nav > li > a.menucalor3:focus {color: #fff; background: #841627;}
.navbar-default .navbar-nav > li > a:hover {

	color:#fff;
	}
.dropdown-menu {
        background-color: rgb(0, 112, 181) !important;
    min-width: 250px;
    margin-top: 0px !important;
}
.dropdown-menu img {
    display:none;
}	
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	padding:10px;
	background:#ad0000;
}
.bantour {
	margin-left:0px;
	margin-top: 15px;
	}
.servi {
	width:100%;
	margin:20px 0;
	}
.service {
    padding: 30px 0;
}	
.holiday h1 {
    font-size: 23px;
}	
.whytarak {
    margin-top: -203px;
    text-align: center;
}
.mock ul li {
	text-align:center;
	}

.vivek {
	display:none;
	}
.welcont {
    margin-left:0%;
	    padding: 5px 0;
}	
.welcont p {
    width:100%;
}
.mock ul {
    margin:0;
}
.mock ul li a {
	font-size: 16px;
}
.mock ul li.bed {
	width:50%;
	float:left;
	background: #aa283b;
    margin-right:0px;
    padding: 10px 5px 10px 5px;
    border-radius: 0px;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
	}
.mock ul li.gena {
	width:50%;
	float:left;
    background: #807a2b;
    margin-right:0;
    padding: 10px 5px 10px 5px;
    border-radius:0;
    box-shadow:none;
    transition: all 0.3s ease-in-out;
}
.mike-icon img {
	display:none;
	}
.portfolio-item .icons .gallaview {
    left: 29%;
    top: 42%;
}
ul#demoTabs li a {
    padding: 14px 0px 12px 0px;
}		
.panelimg {
	float:none;
	text-align:center;
	}
.ser-left {
    width: 97%;
    text-align: center;
	margin:30px auto 0 auto;
}	
.panelimg img {
    width: 35%;
}
.panelcon h3 {
    margin: 15px 0 8px 0;
}
.ser-right {
    width: 97%;
    text-align: center;
    margin:30px auto 0 auto;
}
.rightpanelimg img {
    width:35%;
}
.ser-block {
	margin-top:0;
    margin-bottom:20px;
}
.footcon {
	}
.share-part {
	text-align:center;
	}	
.share-part h2 {
    float: none;
    margin:0px 0 10px 0px;
    color: #fff;
    font-family: "avantGarde Bk BT";
    font-weight: 300;
}	
.social_wr {
    width: 240px;
	margin-bottom:10px;
	margin-top: 0px;
}	

.wel-img {
    margin-top: 15px;
    margin-bottom: 0px;
}						

.wel-img img {
	}
.topmain {
	padding:0;
	}
.call_mail span {
	display:none;
	}
.paddnot {
	padding: 0px 8px 0 8px;
	}
.whycon {
    margin-top: 7px;
    margin-bottom: 7px;
}
.whyimg {
	margin-bottom:50px;
	}	
.fadeInDownShort {
	opacity:1 !important;
	}
.headtop {
    padding: 0px 0 0px 0;
}	
.sticky {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}	
.mock ul li a span {
	display:none;
	}	
.mock {
    float:none;
}	
.add1 {
    margin-left:0px;
}
.paddirigh {
    margin-bottom:10px;
}
.anticon1 {
	height:auto;
}
.back-to-top {
    right: 5%;
    bottom: 5rem;
}
.gallanti {
    width: 100%;
    padding: 10px;
    height:auto;
}
.dit-img_right {
    width: 100%;
    float: none;
    margin-left: 0%;
}
.reporter_left {
    width: 100%;
    float: none;
}
.reporter_left img {
    width: 15%;
}
.reporter-name {
    float: left;
    width: 85%;
}
.dit-img_left {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.reporter_right {
    width: 100%;
    float: right;
}
.reporter_right img {
    width: 15%;
    float: left;
}
.dit-con p {
    font-size: 18px;
}
.topnews {
    width: 100%;
    margin: 2rem auto;
}
.paddirigh {
    padding:0;
}
.b-part {
    margin: 10px 0;
    margin-left:0px;
}
.antipart {
    padding:10px 0;
}
.heading h2 {
    font-size: 19px;
    padding: 6px 12px;

}
.heading span a {
    font-size: 13px;
    padding: 10px 11px 10px 11px;
}
.inpage_body {
    width: 100%;
}
.mid_sec {
    width: 100%;
    margin: 0 auto;
}
.logo_menu {
    float: left;
}
.logo_menu img {
    height: 52px;
    position: relative;
    margin-top:0px;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 33px #0000003d;
}
.news_lat_h h3 {
    font-size: 17px;
    font-family: "Poppins-SemiBold";
    color: #fff;
    background: #ef3b3a;
    padding: 1rem 1rem;
    text-align: center;
    margin: 0;
}
#test ul {
    margin: 1rem 0 0 0;
    padding: 0;
}
.cont_page_head {
    width: 100%;
    margin: 3rem auto;
    padding: 3rem 3rem;
    background: #2d333a;
}
.cont_page_head h2 p {
    float: initial;
}
.cont_page_head {
    padding: 1rem 3rem;
}
.cont_page_body {
    width: 100%;
}
.form {
    margin-bottom: 3rem;
}
.coininfo {
    width: 100%;
}
.footi ul {
    display: none;
}
.footi_res {
    display: block;
    position: fixed;
    z-index: 1000;
    box-shadow: 0px 0px 30px #00000070;
    background: #ebebeb;
    bottom: 0;
    width: 100%;
}
.footi_res ul {
    padding: 0; 
    margin: 0;
}
.footi_res ul li {
    width: 25%;
    float: left;
    border-left: 1px solid #00000021;
}
.footi_res ul li:first-child {
    border-left:none; 
}
.footi_res ul li a {
    color: #000;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        padding: 7px 0;
}
.footi_res ul li a i {
    font-size: 18px;
}

.anticon {
    height: auto;
}
}
@media only screen and (max-width:639px) 
{
.logo {
	}	
.logo img {
	width:50%;
	}	
.social_wr a {
    margin-left: 10px;
}	
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	