@charset "utf-8";
/* CSS Document */

.margin_top_zero{
	margin-top:0px;
}
.margin_top_twenty{
	margin-top:20px;
}
.margin_top_thirty{
	margin-top:30px;
}
.margin_top_fourty{
	margin-top:40px;
}
.margin_top_fifty
{
	margin-top:50px;
}
.margin_top_eighty
{
	margin-top:80px;
}
.margin_bottom_zero{
	margin-bottom:0px;
}
.margin_bottom_five{
	margin-bottom:5px;
}
.margin_bottom_ten{
	margin-bottom:10px;
}
.margin_bottom_fifteen{
	margin-bottom:15px;
}
.margin_bottom_twenty{
	margin-bottom:20px;
}
.margin_bottom_thirty{
	margin-bottom:30px;
}
.margin_bottom_eighty{
	margin-bottom:80px;
}
.margin_left_right_zero{
	margin-left:0rem;
	margin-right:0rem;
}
.margin_left_fourty-five
{
	margin-left:45px;	
}
.margin_left_ten
{
	margin-left:10px;	
}
.container .margin_left_right_zero{
	margin-left:0rem;
	margin-right:0rem;
}
.padding_right_ten
{
	padding-right:10px;
}
.padding_right_zero{
	padding-right:0px!important;
}
.margin_right_ten
{
	margin-right:10px!important;
}
.margin_right_twenty
{
	margin-right:20px!important;
}
.margin_right_five
{
	margin-right:5px;
}

body.body_color{
	background-color: #F4F7FC;
}

.pull-right{
	float: right;
}
.pull-left{
	float: left;
}
.btn-blue{
	background-color: #1D4FBD;
	border-radius: 25px;
	padding:12px 25px!important;
	color: #fff;
	font-weight: 500;
}
.btn-blue:hover{
	background-color: #2E5CC4!important;
	border-radius: 25px;
	padding:12px 25px!important;
	color: #fff;
	font-weight: 500;
}

.site-footer
{
	background-color:#3266B3;
	padding:20px 0 20px;
	font-size:15px;
	color:#fff;
	bottom: 0;
    /*height: 5em;*/
    left: 0;
    position: absolute; 
    width:100%;
}

.site-footer a
{
	color:#fff;
}

.footer-links
{
	padding-left:0;
	list-style:none
}
.footer-links li
{
	display:block
}
.footer-links a
{
	color:#fff
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
	color:#fff;
	text-decoration:none;
}
.footer-links.inline li
{
	display:inline-block
}
.site-footer .social-icons
{
	text-align:right
}
.site-footer .social-icons a
{
	width:40px;
	height:40px;
	line-height:40px;
	margin-left:6px;
	margin-right:0;
}
.copyright-text
{
	/*margin-top:8px;*/
	color: #fff;
	line-height: 1.6;
}
.social-icons
{
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.social-icons li
{
	display:inline-block;
	/*margin-bottom:4px*/
}
.social-icons li.title
{
	margin-right:15px;
	text-transform:uppercase;
	color:#96a2b2;
	font-weight:700;
	font-size:13px
}
.btn-load-more{
	border: 2px solid #1D4FBD;
	background-color: transparent;
	border-radius: 10px;
	color:#1D4FBD;
	font-weight: bold;
	font-size: 15px;
}
.btn-favorite{
	border: 2px solid #1D4FBD;
	background-color: transparent;
	border-radius: 10px;
	color:#1D4FBD;
	font-weight: bold;
	font-size: 15px;
	float: right;
	margin-bottom: 15px;
	margin-top: 0px !important;
}
.btn-remove-favorite{
	border: 2px solid red;
	background-color: transparent;
	border-radius: 10px;
	color:#1D4FBD;
	font-weight: bold;
	font-size: 15px;
	float: right;
	margin-bottom: 15px;
}
p{
	color:#77787A;
}
.text-red{
	color: red;
}
.error{
	color: red;
}
.panel{
	box-shadow: 4px 5px 5px 3px #ddd;
}
.form-input{
	width: 80%;
    margin: auto;
    height: 59px;
    border-radius: 25px;
    border: 1px solid #4158C4;
}
.btn_submit{
	padding: 14px;
    border-radius: 25px;
    width: 80%;
    margin: auto;
    font-size: 22px;
    font-weight: 700;
}
.modal{
	padding-top: 7%;
}

.popup_close{
	font-size: 30px;
    margin-top: -36px;
    color: #fff;
    opacity: 2;
}
.breadcrumb>li+li:before{
	padding: 0 4px;
    color: #333;
    content: " \003E"!important;
}
.breadcrumb{
	background-color: transparent!important;
}

.topnav {
	overflow: hidden;
	background-color: #333;
  }
  
  .topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  .topnav a.active {
	background-color: #4CAF50;
	color: white;
  }
  
  .topnav .icon {
	display: none;
  }
  
/* NavBar css */
/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

	.navbar-brand {
		padding: 0px;
	}
	.navbar-brand>img {
		height: 100%;
		padding: 15px;
		width: auto;
	}
	.navbar-inverse{
	  background-color: transparent;
	  border-color: transparent;
	  margin-top: 20px;
	}
  	.header-nav {
		margin-right: -72px;
	}
  /* EXAMPLE 8 - Center on mobile*/
  @media only screen and (max-width : 768px){
	.example-8 .navbar-brand {
	padding: 0px;
	transform: translateX(-50%);
	position: absolute;
  }
  .example-8 .navbar-brand>img {
		  height: 100%;
		  width: auto;
		  padding: 7px 14px; 
	  }
  }
  
  
  /* EXAMPLE 8 - Center Background */
  .example-8 .navbar-brand {
	background: url(../mobile/images/bm-logo.png) center / contain no-repeat;
	width: 300px;
	transform: translateX(-50%);
	position: absolute;
  }

  /*white logo for Invite-friend page header*/
  .navbar-brand.invite-page-logo {
    background: url('../../images/white-logo.png') center/contain no-repeat;
  }
  
  /* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
  .navbar-alignit .navbar-header {
		-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	height: 50px;
  }
  .navbar-alignit .navbar-brand {
	  top: 50%;
	  display: block;
	  position: relative;
	  height: auto;
	  transform: translate(0,-50%);
	  margin-right: 15px;
	margin-left: 15px;
  }
  .navbar-inverse .navbar-toggle{
	  border-color: #164775;
  }
  .navbar-inverse .navbar-toggle .icon-bar{
	  background-color:#164775;
  }
  
  .navbar-nav>li>.dropdown-menu {
	  z-index: 9999;
  }
  
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	  border-color: #CDDDED;
  }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	  background-color:transparent;
  }

/*--------17-07-21----------*/
body {font-family: 'Open Sans', sans-serif;}
.header-section.home-banner {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 542px;
}

.header-section.home-banner h4 {font-size:45px; font-family: 'Open Sans', sans-serif; font-weight:400;}
.banner-bottom { background-image: url(../images/banner-bottom.jpg);
    background-size: cover;
    background-position: center center; padding:18px 0;}
.banner-bottom h4 {font-size:25px; font-family: 'Open Sans', sans-serif; color:#fff; text-transform:uppercase;}
.row.top-sec {
    margin: 0 auto !important;
    text-align: center;
}
.topics h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #000000;
    margin-bottom: 30px;
	font-weight:700;
}
section.topics {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

.topics img {
    max-width: 100%;
}
.topics p {
    color: #000;
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: center;
}
.topic-bg {
    background: #f3f6fa !important;
}
section.banner-bottom a {
    color: #fff;
    text-decoration: underline;
}
/*  */
@media screen and (max-height: 900px) {
	.site-footer
	{
	    position: relative; 
	}
}
  @media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }
  
  @media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
  }
@media (max-width:991px)
{
	.site-footer [class^=col-]
	{
		/* margin-bottom:30px */
	}
}
@media (max-width:767px)
{
	.topics p {  
    font-size: 16px;
    margin-bottom: 5px;
   
}
	.topics h2 {
    font-size: 25px;
    margin-bottom: 20px;
	margin-top: 0;
}
	.banner-bottom h4 {
    font-size: 21px;  
    line-height: 1.3;
}
	.header-section.home-banner {  
    height: 240px;
}
	.header-section.home-banner h4 {
    font-size: 26px;
   
}
	.site-footer
	{
		/* padding-bottom:0 */
	}
	.site-footer .copyright-text,.site-footer .social-icons
	{
		text-align:center
	}
}
/* MOBILE RESPONSIVE CSS */
@media screen and (min-width: 320px){
}
@media screen and (min-width: 360px){
}
@media screen and (min-width: 480px){
}
@media screen and (min-width: 640px){
}
@media screen and (min-width: 768px){
}
@media screen and (min-width: 1024px){
}
@media screen and (min-width: 1200px){
}


