body{
	font-family: 'Oswald', sans-serif;
}
* {
	padding: 0px;
	margin: 0px;
}
:focus {
	outline: none;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}
.padding-0 {
	padding: 0px;
}
.margin-0 {
	margin: 0px;
}
.btm-more-padding{
	padding-bottom:100px;
}
.pleft-0{
	padding-left:0px;
}
.pright-0{
	padding-right:0px;
}
img {
	max-width: 100%;
}
.container {
	width: 1200px;
	
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.over-hidden {
	overflow:hidden;
}
/*===== Landing Page Starts =====*/
.top-line img{
	width:100%;
	vertical-align: top;
}


.top-search-box .form-control {
    width:296px;
	height: 42px;
    display: inline-block;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
    color: #790003;
	font-family:'arial', sans-serif;
	font-size:14px;
    border-radius: 2px;
    position: relative;
	
}
.top-search-box{
	position:relative;
	display:inline-block;
	float: right;
	margin: 35px 0 0 0;
	padding-right:80px;
	
	
}

.top-search-box:after{
	width: 80px;
    height: 42px;
    color: #fff;
    font-family: 'arial', sans-serif;
    font-size: 14px;
    content: 'Search';
    position: absolute;
    top: 0px;
	right:0;
    background: #333333;
    padding-top: 11px;
    border-radius: 0px 2px 2px 0px;
    z-index: 1;
    cursor: pointer;
	text-align: center;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
}
.top-search-box:hover:after{
	background: #cc0033;
}

.landing-logo-container {
	text-align:center;
	padding-top:50px;
	padding-bottom:45px;
	
}
.landing-logo-container a{
	display:inline-block;
	
}
.tag-line {
	display:block;
	font-size:35px;
	color:#333333;
	padding-top:15px;
	
}

.landing-body-container{
	width: 100%;
    
    text-align: center;
}
.landing-link-box {
    width: 60%;
    text-align: center;
    margin:0 auto 65px;
    display: inline-block;
}
.landing-link-box a{
	width: 144px;
    display: inline-block;
    text-align: center;
    font-family: arial;
    color: #757575;
    font-size: 11px;
    background: #f2f2f2;
    border-radius: 2px;
    border: 1px solid transparent;
    margin: 0px 5px 10px 5px;
    height: 45px;
    vertical-align:top;
	position:relative;
	padding-top:5px;
	font-weight: 600;
}
.landing-link-box a>span{
	font-size: 13px;
 
}
.landing-link-box a>span.link{
	display:inline-block;
	padding-top:8px;
 
}
.landing-link-box a:hover{
	color:#222;
	background:#f8f8f8;
	border:1px solid #dfdfdf;
}

.footer-container,
.footer-container.no-fix {
	width:100%;
	text-align:center;
	padding:15px 0px;
	border-top: 2px solid #dfdede;
	position:absolute;
	bottom:0;
	left:0;
	
}
.footer-container.no-fix {
    position: inherit;
    display: inline-block;
    background: #333;
	color:#fff;
    
}

.footer-container.no-fix .copy-rights{
	color: #fff;
 
}
/*===== Landing Page Ends =====*/

/*===== Home Page/List page Starts =====*/
.header-container {
	width:100%;
	float:left;	
}
.header-logo {
	display:inline-block;
	float: left;
	
}

.header-logo svg{
	width:300px;
}
.logo-tagline {
	/* background:#ff1c24; */
	padding:10px 0px;
	text-align:center;
	color:#fff;
	position:absolute;
	top:15px;
}
.logo-tagline span{
	font-size:36px;
}
.home-banner {
	width:100%;
	float:left;
	position:relative;
}
.home-banner img{
	max-width:100%;
	width:100%;
	
}
.banner-search-bar {
	position:absolute;
	left:50%;
	top:20%;
	transform: translate(-50%,-50%);
	width:708px;
	height:54px;
	z-index:1;
	
}
.custom-drop-down {
	position:absolute;
	left:0;
	top:0;
}
.custom-drop-down .btn-default {
    color: #45494e;
    background-color: #fff;
    border-right:1px solid #454b53;
    width: 106px;
    height: 54px;
    border-radius: 0;
    text-transform: uppercase;
	font-size: 14px;
	border-left: none;
    border-top: none;
    border-bottom: none;
}
.custom-drop-down .glyphicon.glyphicon-chevron-down {
    margin-left: 5px;
    
}
.custom-drop-down .glyphicon.glyphicon-chevron-down:before {
	
	font-size: 15px;
    color: #45494e;
    font-weight: normal;
}
.custom-search-bar .form-group{
	float:left;
	padding-left:106px;
	width: 85%;
	background:#fff;
}
.custom-search-bar .form-group .form-control{
	height: 54px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;

}
.custom-search-bar .btn-default.btn-search{
	width:15%;
	float:right;
	background:#1a9db3;
	color:#fff;
	padding:0px 15px;
	font-size:16px;
	text-transform:uppercase;
	height:54px;
	padding:0px 15px;
	border:none;
	border-radius:0px;
	border: 1px solid #1a9db3;
		
}
.custom-search-bar .btn-default.btn-search:focus{
	outline:none;
}
.custom-search-bar .btn-default.btn-search:hover{
	background:#0f7688;
}
.body-section {
	padding: 120px 0px 10px 0px;
	
	font-family: 'segoe ui', sanserif;
	font-size: 16px;
}
.body-section.mainpage {
	padding: 50px 0px 10px 0px;
	
	
}

.heading-big {
    font-family: 'segoe ui', sanserif;
    font-size: 36px;
    color: #ff1c24;
    margin: 0px 0px 30px 0px;
    text-align: center;
    text-transform: uppercase;
}
.right-content-block {
	width:100%;
	padding:20px 30px 15px 30px;
	box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.35);
	min-height: 231px;
	position:relative;
	
}
.sharing-hidden-box {
	width:100%;
	
}
.sharing-hidden-box ul{
	list-style:none;
	text-align:center;
	margin: 0;
	
}
.sharing-hidden-box ul li{
	float:left;
	width:auto;
}
.sharing-hidden-box ul li a{
	display:inline-block;
	text-align:center;
	color: #333;
    font-size: 10px;
    margin: 5px;
    font-weight: 500;
	
}
.sharing-hidden-box ul li a span{
	display:block;
	margin-top: 5px;
	color: #333;
	/* color: #c03; */
}
.share-container .modal-dialog {
  position:absolute;
  top:50% !important;
  left:50% !important;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  width:300px;
  font-family: segoe ui;
 
}
.share-container .modal-content {
 
  position:relative;
  top:0;
  bottom:0;
  left:0;
  right:0; 
}
.share-container .modal-header {
    
    background: #da2d05;
    color: #fff;
}
.share-container button.close {
    color: #fff;
    font-size: 24px;
    box-shadow: none;
    opacity: 1;
    font-weight: normal;
    font-family: segoe ui;
}
.sharing-hidden-box a svg{
	width:16px;
	height:16px;
}
.share-link a svg{
	width:16px;
	height:16px;
}
.share-link a span{
	vertical-align:top;
	margin-right:5px;
	
}
.share-container, 
#sharebox1,
#sharebox2,
#sharebox3,
#sharebox4 {
	width: 280px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	display:none;
}

.vertical-tile {
	margin-bottom:30px;
	font-family: 'segoe ui', sanserif;
	font-size: 16px;
    color: #333333;
	font-weight:500;
}
a.heading-link{
	display: inline-block;
    text-decoration: none;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
}
.date-venu-block,
.content-link-block {
	display:inline-block;
}
.date-venu-block ul,
.content-link-block ul {
    list-style: none;
    display: inline-block;
}
.content-link-block ul {
    margin-bottom:5px;
}

.date-venu-block ul li,
.content-link-block ul li {
    float: left;
    padding-right: 15px;
    font-size: 18px;
    color: #d98207;
}
.content-link-block ul li {
    font-size: 14px;
    color: #103a6a;
    border-right: 1px solid #103a6a;
    padding: 0px 16px;
   
	line-height: 14px;
}
.content-link-block ul li:first-child  { 
	padding-left:0px;
}
.content-link-block ul li:last-child  { 
border:none;

}
.content-link-block ul li:last-child a { 
display:inline-block;
}
.pagination {
	float:right;
}
.pagination ul{
	list-style:none;
	float:right;
}
.pagination ul li{
	float:left;
}
.pagination ul li a{
	display: inline-block;
    background: #9e0827;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 25px;
    font-family: 'segoe ui', sanserif;
    line-height: 36px;
    font-size: 16px;
    margin: 0px 5px;
    font-weight: 500;
}
.pagination ul li a.active,
.pagination ul li a:hover {
	background: #ff1c24;
}
.navbar-toggle {
    display: none;
}

/*===== Home Page/list page Ends =====*/
/*===== Subject Page Starts =====*/
.tagline{
	display:block;
	font-size:16px;
	color:#000;
	margin-top: 5px;
}
.banner-heading {
	
	font-weight:bold;
	font-size:50px;
	color:#fff;
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.content-container{
	padding:40px 0px;
	
}

.medium-size-heading {
	text-align:center;
	width:100%;
	padding-bottom:20px;
	float: left;
}
.content-container p{
	font-family:segoe ui;
	font-size:16px;
	color:#000;
	line-height:26px;
	margin-bottom:15px;
}
.medium-size-heading h2{
	font-size:26px;
	font-weight:600;
	text-transform:uppercase;
	margin:0px;
	
}
.medium-size-heading h2:after{
	content: '';
    background: url(../images/icon-calendar.png) 0 no-repeat;
    width: 79px;
    height: 29px;
    padding-left: 32px;
    margin-left: 15px;
}
.subject-table{
	font-family:segoe ui;
}
.subject-table tr:first-child{
	background:#c93437;
	color:#fff;
}
.subject-table tr th{
	text-transform:uppercase;
	font-size: 18px;
    font-weight: 500;
	text-align:center;
	
}
.subject-table tr th,
.subject-table tr td{
	padding: 10px 15px !important;
}
.subject-table tr th:first-child{
	text-align:left;
}
.subject-table tr th:nth-child(1){
	width:55%;
}
.subject-table tr th:nth-child(2),
.subject-table tr th:nth-child(3){
	width:12.50%;
}

.subject-table tr th:nth-child(4){
	width:20%;
}
 
.subject-table .table-bordered > tbody > tr > td,
.subject-table .table-bordered > tbody > tr > td a{
	font-size:16px;
	color:#333;
	border:1px solid #c93437;
	font-weight:400;
}
.subject-table .table-bordered > tbody > tr > td a{
	border:none;
}
.subject-table .table-bordered > tbody > tr > td a:hover{
	color:#2383e2;
	
}
.subject-table .table-bordered > tbody > tr > th{
	
	border:1px solid #c93437;
}
.subscrib-tagline {
    position: fixed;
    right:0;
    top: 40%;
    z-index: 10;
    transition: all .75s ease-in-out;
    -webkit-transition: all .75s ease-in-out;
}
.subscrib-tagline:hover {
    right: 0;
}
.subscrib-tagline > img {
    max-width: 100%;
}
.subscrib-tagline .btn.btn-primary{
	background: #ca002c;
    border: none;
    border-radius: 0;
    width: 110px;
    text-align: center;
    font-size: 20px;
    vertical-align: top;
    text-transform: uppercase;
}
.modal-header.custom-btn .close {
    margin-top: 0px;
    background: #ca002c;
    opacity: 1;
    color: #fff;
    width: 22px;
    font-weight: normal;
    border-radius: 50%;
    line-height: 0px;
    font-size: 30px;
    text-shadow: none;
    height: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

/*===== Subject Page Ends =====*/
/* Header Menu Starts */

.header_area {
	float:right;
	margin-top:20px;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.mainmenu {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
	border: 0px !important;
}
.navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
}
/*
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important; 
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
*/
.dropdown-menu {
	padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
	border: 0px solid rgba(0,0,0,.15);	
	border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	min-width: 105px;
    background: #0f7688;
    color: #fff;
}
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover {
   
    background-color: #ffffff;
   
}
/*=====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {padding: 16px 15px 16px 25px;
}

.header_area .header_bottom .mainmenu a , .navbar-default .navbar-nav > li > a {
    color: #ff1c24;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 15px;
	
}
.navigation .navbar-default .navbar-nav > li:last-child a{
    padding-right:0px;
}

.navigation .navbar-collapse {
	padding:0px;
}
.navigation .navbar-default .navbar-nav > .active > a, 
.navigation .navbar-default .navbar-nav > .active > a:hover, 
.navigation .navbar-default .navbar-nav > .active > a:focus,
.navigation .navbar-default .navbar-nav > li > a:hover, 
.navigation .navbar-default .navbar-nav > li > a:focus {
    color: #ff1c24;
    background:none;
}
.navigation .dropdown .dropdown-menu {
	background:gray;
}

/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #cc0033 } 
.navigation .navbar-toggle .icon-bar {
    
    width: 24px;
    height: 3px;
   
}
.navigation .navbar-default .navbar-toggle {
   
    border: none;
}
.navigation .navbar-default .navbar-toggle:hover {
   background:none;
}
/*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li > a{
	border-bottom:1px solid #fff;
	}
.mainmenu .collapse ul > li:last-child a{
    border:none;
}	

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px}
@media only screen and (min-width: 767px) {
	
.mainmenu .collapse ul li{position:relative;}
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    display: none;
    min-height: 170px;
}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}
/* Header Menu Ends */
}
.modal.in .modal-dialog {
    
   
   
    top: 10%;
	
	
}
.contact-form-container textarea.form-control{
	width:100%;
	max-width:100%;
	min-height:100px;
	max-height:100px;
}
.btn.btn-default.btn-contact{
	color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn.btn-default.btn-contact:hover{
	color: #fff;
    background-color: #117a8b;
    border-color: #117a8b;
}
/*===== Responsive Starts From Here =====*/
@media (max-width:1200px){
	
	.content-link-block ul {
	margin-bottom: 50px;
}
	.container{
		width:100%;
	}
	.top-search-box {
    
    margin: 15px 0 0 0;
}
.landing-logo-container {
   
    padding-top: 80px;
    padding-bottom: 30px;
}
.landing-logo-container a img{
   
    max-width:80%;
}
.landing-logo-container a img{
   
    max-width:80%;
}
.landing-link-box {
    width: 80%;
    
    margin: 0 auto 45px;
    
}
.tag-line {
   
    font-size: 25px;
    
    padding-top: 15px;
}
.right-content-block {
    
    padding: 15px 15px 0px 15px;
   
}
.share-container {
    width: 100%;
    
}
a.heading-link {
    
    font-size: 18px;
    
    margin-bottom: 10px;
}
.body-section {
    padding: 80px 0px 10px 0px;
}
.heading-big {
    
    font-size: 26px;
    margin: 0px 0px 30px 0px;
    
}
.right-content-block p {
	font-size:14px;
}
.date-venu-block ul li{
    
    font-size: 16px;
   
}
.content-link-block ul li {
    
    font-size: 14px;
   padding: 0px 15px;
}
.sharing-hidden-box ul li {
    float: left;
    width: 16.66%;
}
.banner-heading {
    
    font-size: 36px;
    
}
.content-container {
    padding: 30px 0px 15px 0px;
}
.subject-table tr th:nth-child(1) {
    width: 40%;
}
.medium-size-heading h2 {
    font-size: 22px;
    
}
.contact-container{
	padding-top:70px
}
}
@media (max-width:1000px){

}
@media (max-width:999px){
	.banner-heading {
    
    font-size: 26px;
    width: 100%;
    text-align: center;
}
.subscrib-tagline {
    position: fixed;
    right: 0;
    top: inherit;
    
    
}
.content-container {
    padding: 15px 0px;
}
	.header_area.inner-navigation{
		top:100px;
	}
	.inner-navigation.navigation .navbar-header {
    position: absolute;
    top: -70px;
    right: 0;
}
	.pagination ul li a {
    
    width: 30px;
    height: 30px;
    line-height: 30px;
    
}
.pagination {
    
    margin: 10px 0 10px 0px;
   
}
	.modal-open {
	 padding-right: 0px !important;
	}
	.logo-tagline {
    
    padding: 10px 0px;
    
}
.logo-tagline span {
    font-size: 18px;
}
	.right-content-block {
    padding: 10px 15px 0px 15px;
	min-height:inherit;
	float: left;
    display: inline-block;
   
}
a.heading-link {
    font-size: 16px;
	margin-bottom: 5px;
    
}
.body-section {
    padding: 50px 0px 10px 0px;
}
.right-content-block p {
    font-size: 13px;
}
.date-venu-block ul li, .content-link-block ul li {
    
    font-size: 14px;
	line-height: 10px;
    
}
.date-venu-block ul{
   
    margin-bottom: 5px;
}
.content-link-block ul {
	margin-bottom: 0px;
}
.header_area {
    margin-top: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 86px;
    right: 0;
}
.navigation .navbar-nav {
    margin: 20px 0px 0px 0px;
    background: #1cc4e0;
    width: 100%;
    min-height: inherit;
    
}
.navigation .nav > li {
    
    float: none;
}
.header_area .header_bottom .mainmenu a, 
.navbar-default .navbar-nav > li > a {
    
    font-size: 16px;
    
    padding: 10px 15px;
}
.navigation .navbar-nav li a{
    color:#fff
}
.navbar-default .navbar-nav > .active > a, 
.navigation .navbar-default .navbar-nav > .active > a:hover, 
.navigation .navbar-default .navbar-nav > .active > a:focus, 
.navigation .navbar-default .navbar-nav > li > a, 
.navigation .navbar-default .navbar-nav > li > a:focus,
.navigation .navbar-default .navbar-nav > li > a:hover{
	color:#fff !important;
}
.navbar-toggle {
	margin-right:0px;
}
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
} 
.navbar-default .navbar-toggle:focus {
   background:none;
}



.navigation .navbar-default .navbar-collapse, 
.navigation .navbar-default .navbar-form {
    border:none;
}
.navigation .navbar-header{
	position: absolute;
    top: -60px;
    right: 5px;
	
}

.navbar-toggle {
    display: block;
}

	.landing-link-box {
    width: 100%;
    
}
.footer-container {
    
    position: inherit;
    
}
.header-container {
   
    padding: 10px 0px;
}
.header-logo img {
	max-width:75%;
}
.contact-container {
    padding-top: 70px;
    margin: 0 auto;
    float: none;
}

}

@media (max-width:820px){
	.landing-logo-container {
    padding-top: 60px;
    
}
.contact-container {
    
    width: 100%;
    display: inline-block;
}

}
@media (max-width:767px){
	.body-section {
    padding: 20px 0px 10px 0px;
}
	
.body-section.mainpage {
    padding: 30px 0px 10px 0px;
}
.heading-big {
    font-size: 22px;
    margin: 0px 0px 10px 0px;
}
.dropdown-menu {
	min-width:100px;
}		
.modal.fade.in{
	padding-right:0px !important;
}
	.subscrib-tagline {
    position: fixed;
    right: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
    
}
.subscrib-tagline .btn.btn-primary {
    
    width: 100%;
    
}
.footer-container.no-fix.btm-space {
    
    margin-bottom: 40px;
}
	.header_area.inner-navigation {
    top: 73px;
}
.inner-navigation.navigation .navbar-header {
    
    top: -50px;
    right: 5px;
}
.banner-heading {
    font-size: 18px;
    
}
.tagline {
    
    font-size: 12px;
    
}
.subject-table tr th {
    
    font-size: 16px;
    
}
.subject-table .table-bordered > tbody > tr > td, 
.subject-table .table-bordered > tbody > tr > td a {
    font-size: 14px;
    
}
.medium-size-heading h2 {
    font-size: 18px;
}
.content-container p {
   
    font-size: 14px;
    line-height: 22px;
    
}
	.logo-tagline {
    background: #ff1c24;
    padding: 6px 0px;
    position: relative;
    top: 0;
   
}

.banner-search-bar {
   
    height: 15px;
}
.banner-search-bar {
    
    width: 90%;
    
}
.custom-drop-down .btn-default {
    
    width: 100px;
    height: 40px;
    font-size: 12px;
	position: absolute;
    left: 0;
    top: -40px;
    z-index: 999;
	
   
}
.custom-search-bar{
		width:100%;
		float:left;
}
/* #search_options {
    width: 100% !important;
    top: 0!important;
    left: 0 !important;
    position: relative !important;
} */
.custom-drop-down.new{
	position:absolute;
	top:40px;
	left:0;
}
.custom-search-bar .form-group{
	    width: 80%;
}
.custom-search-bar .btn-default.btn-search{
	width:20%;
	padding:0px 5px;
}
.custom-search-bar .form-group .form-control,
.custom-search-bar .btn-default.btn-search{
	 height: 40px;
    font-size: 12px;
}

.vertical-tile .col-xs-4,
.vertical-tile .col-xs-8 {
 width:100%;
	
}
.vertical-tile .col-xs-4 img{
	width:100%;
}
.landing-link-box a {
    width: 48%;
    float: left;
    
}
.top-search-box {
   
    margin: 0px 0 0 0;
    width: 100%;
}
.top-search-box .form-control {
    width: 100%;
    
}
.landing-logo-container {
    padding-top: 30px;
}
.vertical-tile {
    margin-bottom: 20px;
    
}
.pagination {
    margin: 5px 0 0px 0px;
}
.share-container, #sharebox1, #sharebox2, #sharebox3, #sharebox4 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
	position: relative;
    
}
.content-link-block ul li:last-child {
   
    margin-bottom: 5px;
}
.header-logo svg{
	max-width:50%;
}
.navigation .navbar-header {
   
        top: -35px;
}
.header_area {
    
    top: 43px;
    
}

}
@media (max-width:567px) {
.pagination {
    float: none;
	width:100%;
	text-align:center;
    
}
.pagination ul {
   display: inline-block;
    float: none;
    text-align: center;
    
}
.landing-link-box a {
    width: 47%;
    
}
.tag-line {
    font-size: 18px;
    
}
.landing-link-box {
    
    margin: 0 auto 20px;
}
.date-venu-block, .date-venu-block ul {
	width:100%;
	
}
.date-venu-block ul li{
	width:100%;
	margin-bottom:15px;
	padding-right:0px;
	
}

.content-link-block,
.content-link-block ul {
	width:100%;
}

.content-link-block ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    display: inline-block;
}
.contact-container {
    padding: 0px;
    
}
.contact-container .col-xs-6.address-container,
.contact-container .col-xs-6.contact-form-container{
   width:100%;
   padding:0px;
    
}
.address-container h3{
	margin:0px 0px 10px 0px;
	font-size:20px;
}
address {
    margin-bottom: 10px;
    font-size: 14px;
}
.contact-form-container label{
	font-size:14px;
	margin-bottom:3px;
}
.contact-form-container .form-group{
	margin-bottom:10px;
}
	
}
@media (max-width:479px){
	#search_result {
    margin-bottom: 0px;
}
	.subscrib-tagline .btn.btn-primary {
    
    font-size: 15px;
    padding:10px 15px;
}
	.sharing-hidden-box ul li {
    float: left;
    width: 33.33%;
}
	.header-container {
    padding: 15px 0px;
}
.custom-drop-down .btn-default {
    width: 80px;
    height: 35px;
    font-size: 10px;
}
.custom-search-bar .form-group {
    
    padding-left: 80px;
    
}
.custom-search-bar .form-group .form-control, 
.custom-search-bar .btn-default.btn-search {
    height: 35px;
    font-size: 10px;
}

.banner-search-bar {
    height: 0px;
}
.mainmenu {
    
    min-height: inherit;
}
.navigation .navbar-header {
    
    top: -50px;
    right: 5px;
    
}
	.header-logo img {
    max-width: 50%;
}
	.custom-search-bar .form-group {
    
    
    width: 80%;
   
}
.custom-search-bar .btn-default.btn-search {
    width: 20%;
    
}

	.landing-link-box a {
    
    font-size: 10px;
    
    height: 40px;
    
}
.body-section {
    padding: 20px 0px 10px 0px;
}
a.heading-link {
    font-size: 14px;
    
}
.right-content-block p {
    font-size: 12px;
}
.date-venu-block ul li, .content-link-block ul li {
    font-size: 12px;
    
}

.date-venu-block ul {
    margin-bottom: 0;
}
.content-link-block ul li:last-child {
   
    margin-top: 0px;
}
.heading-big {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}
.header_area .header_bottom .mainmenu a, 
.navbar-default .navbar-nav > li > a {
   
    font-size: 14px;
    
    padding: 7px 15px;
}
.landing-link-box a>span {
    font-size: 12px;
}
.landing-link-box a {
    width: 46%;
}
.header_area {
   
    top: 67px;
   
}
.custom-drop-down .glyphicon.glyphicon-chevron-down:before {
    font-size: 12px;
    
}
.custom-drop-down.new .btn.btn-default.dropdown-toggle{
	padding:6px !important;
}
.custom-drop-down.new {
    
    top: 35px;
    
}
.custom-drop-down .btn-default {
   
    top: -35px;
   
}
	
}
@media (max-width:359px){
	.header_area {
    top: 62px;
}
.navigation .navbar-header {
    top: -45px;
    
}
.btn.btn-default.btn-contact {
    
    width: 100%;
}
#search_result {
    margin-bottom: 10px !important;
}

}

/*===== Responsive Ends Here =====*/

/* developer css */

/* #search_options {
    width: 497px;
    max-height: 182px;
    overflow: hidden;
    background: #fff;
    top: 54px;
    left: 105px;
    position: absolute;
    font-family: segoe ui;
    border: 1px solid #1a9db3;
    padding-bottom: 10px;
    display:none;
    z-index: 2;
} */
.mCSB_scrollTools {
    position: absolute;
    width: 7px;
    height: auto;
    left: auto;
    top: 5px;
    right: 6px;
    bottom: 15px;
}

/* #search_options li{
	width: 50%;
    float: left;
	margin-bottom: 5px;
 }
 
 #search_options li input{
	 float:left;
 }
 #search_options li span{
    padding-left: 10px;
    width: 92%;
    display: inline-block;
    padding-right: 10px;
} */
.all {
    background: #3cb2c5;
    display: block;
    height: 40px;
    text-align: center;
    padding-top: 13px;
    color: #fff;
}

.search_by{
	padding:11px 10px 10px 10px;
}
.search_by:hover{
	cursor:pointer;
	background:#e6e6e6;
	color:#333;
}
/* #search_options .close {
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    filter: alpha(opacity=20);
    background: #056373;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    padding-top: 1px;
    margin: 8px 10px 0px 0px;
    opacity: 1;
} */
.radio-btn-container{
	display: inline-block;
    padding: 0px 15px;
}
.radio-btn-container input{
	margin:0px;
}
.radio-btn-container span{
	vertical-align: top;
    padding-left: 5px;
    line-height: 15px;
	
}
/* #search_options #dropdownMenu2{
	list-style: none;
    width: 100%;
    float: left;
    display: inline-block;
	padding: 15px;
} */
.drop-down-sub-menu .mCustomScrollbar{
	max-height: 150px;
    width: 100%;
    overflow-y: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    
    background: #1a9db3;
    
}

.mCSB_scrollTools .mCSB_draggerContainer {
   
    width: 7px;
    
}
.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}
#search_result p{
	margin-bottom:20px;
	font-size: 15px;
	line-height: 26px;
}
#search_result {
	margin-bottom:30px;
}
.logo-tagline.content-page{
	    top: 0px;
		background: #ff1c24; 
}
.logo-tagline.content-page img {
	display:none;
}
.content-section ul{
	padding-left:50px;
	margin-bottom:30px;
}
.content-section ul li{
	    line-height: 30px;
}
/* Top Scrollbar Starts */
a#backToTop {
    width:40px;
    height:40px;
    /* opacity:0.5; */
    position:fixed;
    bottom:50px;
    left:50px;
    /* text-indent:-10000px; */
    outline:none !important;
    background-image: url('../images/top.svg');
    background-repeat: no-repeat;
}
/* Top Scrollbar Ends */

.unique-services h4{
	text-transform:uppercase;
	margin:20px 0;
	font-size:22px;
	font-weight:700;
}
span.red{
	color:red;
}

#options{
	width:100%;
	position:absolute;
	top:109px;
	left:0;
}

#options ul {
	max-height:194px;
	overflow-y:auto;
}
#options ul li{
	list-style-type:none;
	width:25%;
	float:left;
	font-size:20px;
}

#options ul li a{
	color:white !important;
}