@import url(https://fonts.googleapis.com/css?family=Hind:400,700,600,300,500);
@import url(https://fonts.googleapis.com/css?family=Ek+Mukta);

.btn-youtube{
	background:#a00400 !important;
	border:solid 1px #ff0000 !important;
	color:#fff;
	margin-top: 2px;
    font-size: 16px !important;
}	
.btn-youtube:hover, .btn-youtube:focus{
	color:#fff !important;
	outline:0px !important;
}	
body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin:0px;
  padding:0px;
  font-family: 'Ek Mukta', sans-serif !important;
  font-size:16px !important;
  line-height:23px !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Hind', sans-serif !important;
	margin-bottom:2px !important;
	}
.mt-heading-font{
	font-family: 'Hind', sans-serif;
	}
.mt-line-h-30{
	line-height:30px;
	}	
.mt-font-w-500{
	font-weight:500;
	}		
.layout-left-flyout {
  height: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 0;
  transition: visibility 0 linear .2s;
  background: #383838;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.layout-left-flyout.isCbFlyNavActive {
  visibility: visible;
  transition: z-index 0 linear .2s;
  z-index: 1;
}
.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  
      overflow-y: scroll !important;
	  
  overflow: hidden;
  width: 270px;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.cbFlyNav-wrap > nav {
  transform: translateY(0);
  transition: transform 0 ease-in-out;
  

/* height: 100%;
   overflow-y: auto;
   overflow-x: hidden;*/
}
.mt-min-height{
	min-height:115px !important;
	}
.nav-collapse {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
}

.layout-right-content {
  transition: transform .2s ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  background: #fff;
  background: #ffffff;
}
.layout-right-content.isCbFlyNavActive {
  transform: translate3d(270px, 0, 0);
  min-width: 320px;
}
.icon-cbmore {
  content: "";
  float: right;
  margin-top: 4.5px;
  padding: 4.5px;
  box-shadow: 1px -1px 0 0px #FFF inset;
  -webkit-transform: rotate(225deg);
}
.nav-flyout-navmask, .nav-flyout-contentmask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav-flyout-contentmask {
  z-index: 1;
}
.nav-flyout-navmask {
  right: 180px;
  z-index: 1;
}

/* Menu Toggle */
.btn-navbar {
  position: absolute;
  width: 50px;
  height: 40px;
  padding: 4px 0;
  display: block;
  z-index: 1;
  top: 15px;
}
.btn-navbar-navtoggle {
  left: 10px;
}
.btn-navbar .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #6563a4;
  margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* Navbar Styles */
.navbar {
  height: 40px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  background: #fafafa;
  margin-bottom: 10px !important;
  width: 100%;
  padding: 0 10px;
  font-size:18px;
  border-radius: 0px !important; 
 

}

/* Mobile First Nav */
.the-nav ul.nav-flyout {
  display: block;
  margin-bottom: 15px;
  float: none;
  height: 100%;
}
.the-nav ul.nav-flyout > li {
  float: none;
  display: block;
  width: 270px;
}
.the-nav ul.nav-flyout li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 11px 15px;
  margin-right: 0;
}
.the-nav ul.nav-flyout li a:hover {
    background: #00b9ff;
}
.the-nav ul.nav-flyout .dropdown {
  position: static;
}
.the-nav ul.nav-flyout .dropdown .subnav {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  min-width: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  background: #595959;
  transition: width .2s ease-in-out;
}
.the-nav ul.nav-flyout .dropdown .subnav > li {
  width: 180px;
}
.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
  width: 180px;
}
.the-nav.is-inactive ul.nav-flyout > li > a {
  opacity: .2;
}
.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
  opacity: 1;
  background: #00b9ff;
}


.header-bg{
	background-color:#6563a4 !important;
	}
ul li {
  margin: 0;
}
.dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff !important;
  content: "";
}
.container.navbar {
  width: 100%;
  z-index:999;
}


.layout-right-content {
  color:#4d4d4d;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
}
.mt-mg-b-25{
	margin-bottom:25px;
	} 
.mt-mg-t-25{
	margin-top:25px;
	}
.mt-font-12{
	font-size:12px;
	}	
.latest-news-header{
	border-top:3px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	height:50px;
	}
.latest-h4{
	margin-top:14px;
	}
.mt-font-color-purple{
	color:#6563a4;
	}	
.mt-margin-30{
	margin:30px;
	}	
.mt-border-right{
	border-right:solid 1px #e6e6e6;
	}	
.mt-border-left{
	border-left:solid 1px #e6e6e6;
	}		
.mt-padding-t-b-25{
	padding: 15px 0px 10px;
	}	
.fa-ul{
	margin-left:0px !important;
	}	
.fa-icon-custom i{
	font-size: 9px;
    color: #00b9ff;
    vertical-align: middle;
    padding-bottom: 3px;
	padding-right: 4px;
	}
.fa-icon-custom-mini i{
	font-size: 7px;
    color: #00b9ff;
    vertical-align: middle;
    padding-bottom: 2px;
	padding-right:4px;
	}	
.fa-icon-custom-mini{
	line-height:23px;
	font-family: 'Ek Mukta', sans-serif;
	}		
.mt-border-bottom{
	border-bottom:solid 1px #e6e6e6;
	}	
.mt-info-btn{
	background-color:#00b9ff !important;
	padding: 2px 10px 3px !important;
	margin-bottom:10px !important;
	}	
.mbox-title{
	font-family: 'Hind', sans-serif;
	color:#4d4d4d;
	line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 49px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}	
.mbox-title a:hover{
	color:#00b9ff !important;
	}	
.mt-font-size-18{
	font-size:18px;
	font-family: 'Ek Mukta', sans-serif;
	}	
.mt-font-size-15{
	font-size:15px !important;
	}	
.mt-font-14{
	font-size:14px;
	font-family: 'Ek Mukta', sans-serif;
	}	
.mt-padding-bottom-25{
	padding-bottom:25px;
	}	
.mt-bg-purple{
	background-color:#6563a4;
	}	
.text-white{
	color:#fff;
	}	
.footer-per{
	padding-top:20px;
	padding-right:80px;
	}
.footer-categories{
	text-align:left;
	}	
.footer-categories li a{
	color:#fff;
	}		
.footer-top-bottom{
	padding-top:50px;
	padding-bottom:50px;
	}	
.mt-mg-t-50{
	margin-top:50px;
	}	
.nav-custom ul li{
	/*height:50px;*/
	padding-top:4px;
	}	
.mt-padding-l-r-15{
	padding-left:15px;
	padding-right:15px;
	}
.mt-mg-t-b-15{
	margin-top:15px;
	margin-bottom:15px;
	}
.mt-padding-t-5{
	padding-top:5px;
	}	
.btn-purple{
	background:#7270b3;
	border:solid 1px #CCCCCC !important;
	color:#fff;
	margin-top: 2px;
    font-size: 16px !important;
	}	
.btn-purple:hover, .btn-purple:focus{
	color:#fff !important;
	outline:0px !important;
	}	
	
	
.mt-link-underline li a:hover, a:focus{
	text-decoration:none !important;
	}	
.mt-text-ani li{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	}	
.mt-text-ani li:hover{
	-webkit-transform: translate(5px,0);
    -moz-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
	}	
.mt-link-color-gray li a{
	color: #4d4d4d !important;
	}	
.mt-mg-b-15{
	margin-bottom:15px;
	}	
.mt-a-link{
	color: #4d4d4d !important;
	}
.mt-a-link:hover{
	text-decoration:none;
	color: #00b9ff  !important;
	}		
.mt-font-15{
	font-size:15px !important;
	}	
.s-social-icon{
	padding-bottom:18px;
	}
.article-heading{
	font-size:40px;
	padding-top:10px;
	font-family: 'Hind', sans-serif;
	}		
.text-purple{
	color:#6563a4 !important;
	}	
.mt-border-top{
	border-top:solid 1px #e6e6e6;
	}			
/*----------News Section---------*/
	
.TickerNews {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: right;
}

.ti_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 50px;
}

.ti_slide {
  width: 30000px;
  position: relative;
  left: 0;
  top: 0;
}

.ti_content {
  width: 8000px;
  position: relative;
  float: left;
}

.ti_news {
	 float: left;  
	 }

.ti_news a {
  display: block;
  margin-right: 10px;
  color: black;
  text-decoration: none;
  font-family: geneva;
}
.ti_news a:hover{
	color:#00b9ff !important;
}
/*----------News Section end---------*/

.listingsingleline{
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	display:table-cell;
	}
.horizontal-line{
	height: 1px;
    width: 100%;
    border: solid 1px #bfbfbf;
    margin-top: 17px;
	}	
.mt-mg-t-none{
	margin-top: 0px !important;
	}	
.mt-padding-l-none{
	padding-left:0px !important;
	}	
	


.sb-search {
    position: relative;
    width: 0%;
    min-width: 30px;
    height: 30px;
    float: right;
	margin-top:5px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 30px;
    margin: 0;
    z-index: 10;
    padding: 15px 45px 20px 10px;
    font-family: inherit;
    font-size: 15px;
    color: #2c3e50;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #6563a4;
	font-size:15px;
} 
.sb-search-input:-moz-placeholder {
    color: #6563a4;
	font-size:15px;
}
.sb-search-input::-moz-placeholder {
    color: #6563a4;
	font-size:15px;
} 
.sb-search-input:-ms-input-placeholder {
    color: #6563a4;
	font-size:15px;
}
.sb-icon-search,
.sb-search-submit  {
    width: 35px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search {
    color: #fff;
    background: #6563a4;
    z-index: 90;
    font-size: 15px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
    content: "";
}
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 150%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
   background: #6563a4;
    color: #fff;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
.mt-mg-b-none{
	margin-bottom:0px !important;
	}
.search-width{
	width:140px;
	}	
.text-border-header {
    border-top: 3px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    height: 75px;
	text-align:center;
}	
.btn-login{
	background-color:#00b9ff;
	color:#fff;
	border-radius:0px !important;
	}
.btn-login:hover{
	color:#fff !important;
	}	
.btn-login:active {
	box-shadow:none !important;	
	color:#fff !important;
		}
.btn-login:focus {
	color:#fff !important;
	}		
	
.btn-g{
	background-color:#ed1c24;
	color:#fff;
	border-radius:0px !important;
	}	
.btn-g:hover{
	color:#fff !important;
	}
.btn-g:active {
	box-shadow:none !important;	
	color:#fff !important;
     }
.btn-g:focus {
	color:#fff !important;
	}
	
.btn-fb{
	background-color:#475a96;
	color:#fff;
	border-radius:0px !important;
	}
.btn-fb:hover{
	color:#fff !important;
	}
.btn-fb:active {
	box-shadow:none !important;	
	color:#fff !important;
     }
.btn-fb:focus {
	color:#fff !important;
	}	 						
.mt-or{
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	font-size:25px;
	}
.mt-m-b-50{
	margin-bottom:50px !important; 
	}
	
	
		
.input-effect{
	margin-top:30px;
	}	
.effect-16{
	border-left:none;
	border-right:none;
	border-top:none;
	background:none;
	border-bottom:solid 1px #e6e6e6;
	padding-bottom:5px;
	}	
.effect-16:focus{
	box-shadow:none !important;
	outline:none !important;
	}	
.effect-16 ~ .focus-border{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 0; 
	height: 2px; 
	background-color: #6563a4;; 
	transition: 0.4s;
	}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border{
	width: 100%; 
	transition: 0.4s;
	}
.effect-16 ~ label{
	position: absolute; 
	left: 0; 
	width: 100%; 
	top: 2px; 
	color: #4c4c4c; 
	transition: 0.3s; 
	z-index: -1; 
	letter-spacing: 0.5px; 
	font-weight:100;
	}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{
	top: -16px; 
	font-size: 16px; 
	color: #6563a4; 
	transition: 0.3s;
	}
.col-3{
	 position: relative;
	 } /* necessary to give position: relative to parent. */
input[type="text"]{ 
     color: #4c4c4c; 
	 width: 100%; 
	 box-sizing: 
	 border-box; 
	 letter-spacing: 1px;
	 }
.horizontal-line-3{
	height:1px;
    width: 100%;
    border-bottom: solid 3px #bfbfbf;
    margin-top: 17px;
	}	 

.custom-area{
	border:none;
	border-bottom: solid 1px #e6e6e6;
	width:100%;
	margin-bottom:-7px !important;
	padding-top:25px;
	}
.mt-paper-heading-font{
	font-size:20px;
	font-weight:700;
	}	
.mt-padding-b-15{
	padding-bottom:15px;
	}	
.mt-date-font{
	font-size:14px;
	color:#808080;
	}	
.btn-purple-2{
	background: #6563a4;
    color: #fff;
    margin-top: 2px;
    font-size: 17px !important;
	font-weight:600 !important;
	}	
.btn-purple-2:hover, .btn-purple-2:focus{
    color:#fff !important;
	outline:0px !important;
	}
.mt-label{
	background-color:#00b9ff;
	padding-left:15px !important; 
	padding-right:15px !important;
	border-radius: 6px !important;
	}	
.mt-label-purple{
	background-color:#6563a4;
	}	
.label-gray{
	background-color:#cccccc;
	}	
.btn-gray{
	background-color:#cccccc;
	color:#fff;
	font-size:17px !important;
	margin-top:2px;
	}	
.btn-gray:hover{
	color:#fff !important;
	}		
.btn-gray:focus{
	color:#fff !important;
	}		
.btn-sky{
	background-color:#00b9ff;
	color:#fff !important;
	border-radius:40px !important;
	}	
.btn-sky:hover{
	color:#fff !important;
	}		
.btn-sky:focus{
	color:#fff !important;
	outline:0px !important;
	}	
.title-box{
	padding-top:5px;
	padding-bottom:8px;
	background-color:#00b9ff;
	color:#fff;
	text-align:center;
	}
.rupees{
	text-align: center;
    background-color: #f2f2f2;
    padding-bottom: 40px;
    padding-top: 40px;
	}	
	
	
.btn-outline {
    background-color: transparent !important;
    color: inherit !important;
    transition: all .5s !important;
	border-radius:20px !important;
}

.btn-primary.btn-outline {
    color: #4d4d4d !important;
	border:solid 1px #00b9ff;
	font-size:18px;
	font-weight:600;
}	
.btn-primary.btn-outline:hover{
    color: #fff !important;
	background-color: #00b9ff !important;
	border:solid 1px #00b9ff;
}
.btn-outline.btn-block.btn-md.active{
    color: #fff !important;
	background-color: #00b9ff !important;
	border:solid 1px #00b9ff;
}
.btn-primary.btn-outline:focus{
	border:solid 1px #00b9ff;
	outline:none !important;
}
.click-select:active, .click-select.active{
	background-color: #00b9ff !important;
	border:solid 1px #00b9ff !important;
	color:#fff !important;
	box-shadow:none !important;
}
.xs-search .input-xs-search{
	border-radius:0px;
	}
.xs-search .btn{
	position: absolute;
    top: 4px;
    right: 0px;
    background: none;
	}
.xs-search .btn:focus{
	outline:0px !important;
	}	
.btn-dark-gray{
	background-color:#4e4e4e;
	}
.well-mt-custom{
    background-color: #6563a4 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
  }

 .gsib_a {
    width: 100% !important;
    padding: 2px 5px 0 !important;
}
.gsc-control-cse {
    border: none !important;
    background: none !important;
}
.width-search{
   width:200px !important;
}
.custom-google{
	height:50px !important;
	
}
.gsc-results-wrapper-overlay{
	height:600px !important;
	
}
.gsc-control-cse {
    padding: 8px !important;
}

.gsc-input-box {
    border: none !important;
    background: #fff;
    height: 27px !important;
}
.gsc-search-button{
    background: url(https://www.google.com/uds/css/v2/search_box_icon.png) no-repeat center ;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #E4332E;
    background-color: #E64540;
    background-image: none;
    filter: none;
    background: none !important;
	border: none !important;
}
input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 6px 11px !important;
    min-width: 13px;
    margin-top: 2px;
}
		
	

