@import 'bootstrap.css';
@import 'slider.css';
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i');

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background: #f7f7f7;
}
.mt-30 {
	margin-top: 30px;
}

.heading {
	color: #fff;
	/*font-size: 30px;*/
	font-weight: 900;
	padding-top: 35px;
	margin-bottom: 50px;
	background: #009247;
	height: 45px;
	line-height: 50px;
	padding: 0px 22px;
	display: inline-block;
}
/*
.container {
	max-width: 1270px;
	width: 100%;
}

header 
{
    position: fixed;
    z-index: 99999;
    width: 100%;
}
*/
.top-header img {
	display: inline-block;
	margin-left: 13px;
}
.top-nav {
	list-style-type: none;
	margin: 1px 0px 0px;
	display: inline-block;
	padding: 0px 0px 18px;
	margin-left: 40px;
	text-transform: uppercase;
}
.top-nav li {
	display: inline-block;
	position: relative;
	padding: 0px 5px;
}
.top-nav li:before {
	content: '|';
	color: #71787a;
	position: absolute;
	left: -4px;
	top: 2px;
}
.top-nav li:first-child:before {
	content: '';
}
.top-nav li a {
	font-weight: 600;
	font-size: 12px;
	color: #a9b0b3;
	text-decoration: none;
}

.top-search input {
	background: #fff;
	border-radius: 3px;
	border: 0px;
	font-size: 12px;
	padding: 4px 15px 4px 38px;
	width: 100%;
	height: 39px;
}
.top-search .search {
	position: relative;
	width: 265px;
	display: inline-block;
}
.top-search .search span {
	position: absolute;
	width: 21px;
	height: 21px;
	left: 10px;
	background: url('../images/search-cion.png') no-repeat 0 0 scroll;
	top: 9px;
}
/*
header .button {
	width: 156px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 10px;
}
*/
header .button.login {
	background: #009247;
}
header .button.join {
	background: #006a8d;
}

.top-search .btn {
	background: #cccccc;
	position: absolute;
	right: -3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 43px;
	height: 39px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
	top: 0px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}
.top-search {
	display: inline-block;
	padding-bottom: 13px;
}

/*header {
	background: #111111;
	padding: 18px 0px 0px;
	border-bottom: 3px solid #009247;
	top: 0px;
}
*/

/*
.navbar-default {
	border: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232424+0,121212+100 */
	/*background: #232424; /* Old browsers */
	/*background: -moz-linear-gradient(top, #232424 0%, #121212 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #232424 0%,#121212 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #232424 0%,#121212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232424', endColorstr='#121212',GradientType=0 ); /* IE6-9 */
	/*min-height: auto;
	margin-bottom: 0px;
}
	background: #232424; /* Old browsers */
	/*background: -moz-linear-gradient(top, #232424 0%, #121212 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #232424 0%,#121212 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #232424 0%,#121212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232424', endColorstr='#121212',GradientType=0 ); /* IE6-9 */
	/*min-height: auto;
	margin-bottom: 0px;
}
.navbar {
	margin-top: 20px;
}
.navbar-nav {
	margin-top: 0px;
	position: relative;
}
.navbar-default .navbar-brand {
	height: auto;
	padding: 0px;
}
.navbar-nav > li > .dropdown-menu {
	width: 100%;
	background: #232424;
}
.navbar-nav > li > .dropdown-menu li {
	text-align: left;
	color: #fff;
}
.navbar-nav > li > .dropdown-menu li a {
	color: #fff;
}
.navbar-nav > li > .dropdown-menu li a:hover {
	background: none;
	text-decoration:underline;
}
.navbar-default .navbar-nav li {
	text-align: center;
	position: initial;
	z-index: 9999;
    
}
.navbar-default .navbar-nav li:first-child {
	padding-left: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #000;
	font-weight: 300;
	padding: 19px 20px 19px 20px;
	height: 58px;
	transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
	background: #009247;
}
.navbar-default .navbar-nav > li > a.break-menu {
	padding: 10px 24px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
*/
.banner {
	text-align: center;
	overflow: hidden;
	padding: 50px 0px;
	margin-top: 216px;
}
.banner ul li {
	padding-top: 220px;
	min-height: 585px;
	background-size: cover;
	background-position: top center;

}
.banner h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}
.banner h2 span {
	font-weight: 400;
}
.slider-content {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0px 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
	border-radius: 15px;
}
.banner .banner-btn {
	width: 203px;
	height: 41px;
	line-height: 40px;
	background: #006a8d;
	text-align: center;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	margin-left: 20px;
}
.bx-wrapper {
	background: none;
	border: 0px;
	box-shadow: 0px 0px 0px;
}
.banner .bx-wrapper .bx-controls-direction a {
	width: 79px;
	height: 79px;
}
.banner .bx-wrapper .bx-prev {
	background: url('../images/prev.png') no-repeat 0 0 scroll;
}
.banner .bx-wrapper .bx-next {
	background: url('../images/next.png') no-repeat 0 0 scroll;
}

.slider-sec .bx-wrapper .bx-loading {
	display: none;
}
.videos-slider {
	padding: 0px;
}
.slider-sec .bx-wrapper .bx-prev {
	background: url('../images/prev-small.png') no-repeat 0 0 scroll;
	right: 38px;
	left: auto;
}
.slider-sec .bx-wrapper .bx-next {
	background: url('../images/next-small.png') no-repeat 0 0 scroll;
	right: 0px;
}
.events-section .bx-wrapper .bx-prev {
	background: url('../images/arrow-left.png') no-repeat 0 0 scroll;
	right: 38px;
	left: auto;
}
.events-section .bx-wrapper .bx-next {
	background: url('../images/arrow-right.png') no-repeat 0 0 scroll;
	right: 0px;
}
.bx-wrapper .testi-slider img {
	margin: 0 auto;
}
.events-section .bx-wrapper .bx-controls-direction a {
	top: -32%;
}
.slider-sec .bx-wrapper .bx-controls-direction a {
	width: 32px;
	height: 32px;
}
.slider-sec .bx-wrapper .bx-controls-direction a {
	top: -66px;
}
.videos {
	max-width: 536px;
}

.events figure {
	position: relative;
	overflow: hidden;
}
.events figure .overlay  {
	position: absolute;
	background: rgba(3, 12, 34, 0.7);
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	top: 500px;
	left: 0px;
	right: 0px;
	transition: all 0.3s;
	opacity: 0;
	text-align: center;
}
.events figure:hover .overlay {
	opacity: 1;
	top: 113px;
	bottom: 0px;
	padding-top: 15px;
}
.events ul {
	padding: 0px;
}


.event-box
{
    background-color:#fff;
    padding: 8px;
    padding-bottom: 4px;
    }

.event-box p
{
	width: 150px;
    padding: 7px 20px !important;
    background-color: #20293F;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    text-decoration: none;
    vertical-align: -webkit-baseline-middle;
    margin-top: 12px;
    position: relative;
    
    }
.event-box a
{
	font-size: 13px;
    text-decoration: none;
    text-align: center;
    line-height: 1.4;
    color: #2C4071;
    font-weight: 600;
    }
    
.event-box a:hover
{
    color:#496DC5;
    }
    
.event-box img
{
padding-bottom: 10px;
}

#events-slide li
{
	width: 232px !important;
	
	}


.custom-col-left {
	padding-right: 90px;
}
.custom-col-right {
	padding-left: 90px;
}
.custom-col-left .col-sm-6,
.custom-col-right .col-sm-6 {
	padding: 0px 10px;
	margin-bottom: 20px;
}
.testimonial {
	background: #000;
	padding: 50px 0px 0px 0px;
}
.testimonial h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
}
.testimonial p {
	font-size: 18px;
	color: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	border: 1px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #404749;
}
.about-sec {
	padding-bottom: 70px;
}
.about-sec .row {
	margin-top: 70px;
}
.about-sec p {
	font-size: 14px;
	color: #404749;
	font-weight: 400;
	margin-bottom: 20px;
}
.about-sec h5 {
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
}
.about-sec ul {
	padding-left: 15px;
}
.about-sec ul li {
font-size: 14px;
color: #404749;
font-weight: 400;
padding-left: 10px;
margin-left: 10px;
position: relative;
}
.about-sec ul li:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 4px;
	height: 4px;
	background: url(../images/bullet.png) no-repeat 0 0 scroll;
	top: 6px;	
}
.about-sec h4 {
	font-weight: 700;
	font-size: 18px;
	color: #006a8d;
}
.btn {
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 15px;
	border-radius: 3px;
	margin-right: 2px;
	margin-top: 10px;
}
.btn:hover {
	color: #fff;
}
.btn-blue {
	background: #006a8d;
}
.btn-red {
	background: #009247;
}
/*.title {
	background: #009247;
	height: 66px;
	line-height: 66px;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	padding-left: 25px;
	margin: 0px 0px 20px;
}*/

.events-section {
	background-color: #111111;
	padding: 60px 0px 0px 0px;
}
.events-section ul {
	padding: 0px;
}
/*.events-section ul li {
	width: 19%;
	margin-left: 1%;
	float: left;
	list-style-type: none;
}*/
.events-section ul li:first-child {
	margin-left: 0px;
}
.news {
	padding: 90px 0px 60px;
}
.news .notice {
	padding-top: 25px;
	min-height: 78px;
}
.news .date {
	width: 46px;
	height: 46px;
	background: #006a8d;
	text-align: center;
	margin-right: 15px;
	border-radius: 4px;
	float: left;
}
.news .date h3 {
	color: #fff;
	font-size: 27px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.news .date span {
display: block;
font-size: 12px;
color: #fff;
margin-top: -3px;
}
.news a {
	display: inherit;
	color: #008190;
	margin-left: 5px;
}
.news p {
	font-size: 14px;
	color: #404749;
	font-weight: 400;
}
.news .small-btn {
	width: 128px;
	height: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	margin-top: 40px;
	background: #009247;
	border-radius: 3px;
	line-height: 30px;
	text-decoration: none;
}

.news .president-msg {
	margin-top: 25px;
}
.news .president-msg figure {
	margin-right: 20px;
	margin-bottom: 20px;
}
.news .president-msg p {
	text-align: justify;
}

.features {
	padding: 70px 0px;
}
.features .box {
	display: inline-block;
	width: 160px;
	text-align: center;
}
.features .box figure {
	margin-bottom: 25px;
}
.features .box figure {
	font-weight: 400;
	font-size: 18px;
	color: #20293f;
	text-transform: uppercase;
}



.footer-widget {
	padding: 60px 0px;
	background-color: #111111;
}

.footer-widget .btn {
	width: 189px;
	height: 45px;
	line-height: 45px;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	background: #009247;
	border-radius: 5px;
	margin-bottom: 30px;
	text-transform: none;
	text-align: left;
	padding-left: 20px;
}
.footer-widget ul {
	padding: 0px;
}
.footer-widget ul li {
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	transition: all 0.3s;
	margin-bottom: 15px;
}
.footer-widget ul li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	background: url(../images/arrow.png) no-repeat 0 0 scroll;
	width: 9px;
	height: 12px;
}
.footer-widget ul li:hover:before {
	content: '';
	background: url(../images/arrow-hover.png) no-repeat 0 0 scroll;
}
.footer-widget ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	display: block;
}
.footer-widget ul li a:hover {
	color: #009247;
}
footer {
	background: #111111;
	padding: 10px 0px 50px;
}
footer p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
footer a {
	color: #009247;
	text-decoration: none;
}
.socialicon a {
	width: 70px;
	height: 70px;
	background: url(../images/social-icon.png) no-repeat 0 0 scroll;
	transition: all 0.3s;
	display: inline-block;
	margin-left: 12px;
}
.socialicon a.facebook {
	background-position: 0px 0px;
}
.socialicon a.twitter {
	background-position: -76px 0px;
}
.socialicon a.google {
	background-position: -154px 0px;
}
.socialicon a.linkedin {
	background-position: -230px 0px;
}
.socialicon a.instagram {
	background-position: -306px 0px;
}
.socialicon a.facebook:hover {
	background-position: 0px -72px;
}
.socialicon a.twitter:hover {
	background-position: -76px -72px;
}
.socialicon a.google:hover {
	background-position: -154px -72px;
}
.socialicon a.linkedin:hover {
	background-position: -230px -72px;
}
.socialicon a.instagram:hover {
	background-position: -306px -72px;
}
@media (min-width: 0px) and (max-width: 767px) {
	.top-nav {
		position: absolute;
		top: -127px;
		left: 0px;
	}
	
	.navbar-brand {
		height: auto;
	}
	header 
	{
	    position: inherit;
	}
	.slider-content p 
	{
	    font-size: 12px;
	}
	.banner 
	{
	    margin-top: 0px;
	}
	.bx-controls-direction 
	{
	    display: none;
	}
	header .col-sm-8.text-right {
		text-align: center;
	}
	header .button {
		margin-bottom: 20px;
	}
	.custom-col-left {
		padding-right: 15px;
	}
	.custom-col-right {
		padding-left: 15px;
	}
	.about-sec .col-sm-6 {
		margin-bottom: 20px;
	}
	.events-section ul li {
		width: 100%;
		margin-left: 0px;
		text-align: center;
		margin-bottom: 20px;
	}
	.news .col-sm-4 {
		margin-bottom: 30px;
	}
	.features .box {
		display: block;
		margin: 0 auto 20px;
	}
	.affilation h3 {
		margin-top: 0px;
	}
	.socialicon a {
		transform: scale(0.8);
		margin-right: -12px;
	}
	.dg-wrapper{
		width: 100%;
		height: 424px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.dg-wrapper .dg-content{
		width: 100%;
		height: 368px;
		background: #000;
		padding-bottom: 20px;
		background-position: center center;
	}
	.dg-wrapper .dg-content br {
		display: none;
	}
	.dg-container nav {
		width: 35%;
		bottom: 76px;
	}
}


/*mehroz css start*/
.stick-nav{
    position: fixed;
    top: 0;
    margin-top: 0px;
    z-index: 9999;
    background-color: #111111;
    width: 100%;
}
.button.login, .button.join{
    vertical-align: middle;
}
.banner{
    margin-top: 0px;
    padding: 15px 0px;
}
.banner .banner-btn{
    font-size: 15px;
    height:30px;
    width:170px;
    line-height: 31px;    
}

.bx-wrapper .bx-viewport {
    box-shadow: 0 0 0px #ccc;
    border: 0;
    left: -5px;
    background: transparent;
}
.bx-viewport ul.events-slide li
{
    width: auto !important;
    }
    
    
.cd-top {
  display: inline-block;
 height: 40px;
    width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
 background:url(../images/back-top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  background-size: 40px;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.inner-content
{
    width: 73%;
    margin-right: 2%;
}

.custom-col-left
{
    padding-right: 30px;
    }
.custom-col-right {
    padding-left: 30px;
}
.right-sidebar .nav-list li label {
    color: #313131;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.5s;
    font-weight: 400;
}
.right-sidebar .nav-list li > ul
{
	padding:0px !important;
	}

.right-sidebar .nav-list li  
{
    border-bottom: 1px solid #D6D6D6;
}
.right-sidebar .nav-list li a 
{
    color: #3A3A3A;
    padding:10px;
}
.nav-list li label {
    cursor: pointer;
}
.right-sidebar .nav-list li label:hover {
    text-decoration: none;
    color: #fff;
    background: #009247;
}
.right-sidebar .inner-bg-white
{
    padding-right:5px;
    
    }
.right-sidebar .nav-list li label:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 20px;
}

.footer-widget .col-sm-3
{
	padding-left: 10px !important;
	}
	
.about-sec p
{
	text-align: justify;
	}

/*
.navigation-menu-img
{
	float:right;
	width: 300px;
	padding: 5px;
	}
*/
@media screen and (max-width: 1152px) 
{
    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
        padding: 19px 14px;
    } 
    .navbar-nav > li > a.break-menu {
        padding: 10px 15px !important;
    }
}

@media screen and (max-width: 1024px) 
{
    .navbar-default .navbar-nav > li > a{
        font-size: 12px;
    } 
    .navbar-nav > li > a.break-menu {
        padding: 10px 12px;
    }
    .features .box
{
	width: 135px;
	}
}

@media screen and (max-width: 768px) 
{
    .navbar-default .navbar-nav > li > a{
        font-size: 9px;
        padding: 12px 6px;
    } 
    .top-search{
        margin-right: 11px;
        margin-top: 10px;
    }
    .icon
    {
        margin-right: 11px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) 
{
    .top-nav{
        width: 100%;
        margin-left: 0;
    } 
    .navbar-brand{
        width:100%;
    }
    .top-header img {
        margin: 0;
    }
    header .button{
        margin-right: 0;
    }
}


@media screen and (max-width: 736px) 
{
	.navbar-default .navbar-nav li
	{
		clear:both;
		
		}
    header .button{
        margin-right: 0;
    }
    .button.login, .button.join{
        vertical-align: baseline;
    }
    .top-search {
        margin-right: 0px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
        padding: 19px 13px;
    } 
    .footer-s-icons
    {
    	width:45%;
    	margin: 0 auto;
    	}
    .footer-cr-text
    {
    	text-align: center;}
    	
    	.custom-col-left
    	{
    		margin: 0 10px;
    		}
    	.custom-col-right
    	{
    		margin: 0 10px;
    		}
    	.custom-col-right
    	{
    		padding: 0 10px;
    		}
    	.custom-col-left
    	{
    		padding: 0 10px;
    		}
    .about-sec .row {
		margin-top: 10px;
	}
	.megamenu-content
{
	position: inherit !important;
	}
	.navigation-menu-img
	{
		display:none;
		}
}
@media screen and (max-width: 667px) 
{
	.title{
	    font-size: 19px !important;
		border-bottom: 2px solid #009247 !important;
		padding-bottom: 4px !important;
    }
    .footer-s-icons
    {
    	width:50%;
    	margin: 0 auto;
    	}
}

@media screen and (max-width: 600px) 
{
    .footer-s-icons
    {
    	width:55%;
    	margin: 0 auto;
    	}
}
@media screen and (max-width: 568px) 
{
    .footer-s-icons
    {
    	width:58%;
    	margin: 0 auto;
    	}
}
@media screen and (max-width: 414px) 
{
    .title
    {
    	line-height: 2;
    	}
}

@media screen and (max-width: 320px) 
{
    .footer-s-icons
    {
    	width:64%;
    	margin: 0 auto;
    	}
    .btn
    {
    	margin:5px;
    	}
}


/* mega menu start*/


/* mega menu end */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* MEGAMENU STYLE
-------------------------------------------------- */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: static;
}

.megamenu .container {
  position: relative;
}
.megamenu .dropdown-menu {
  left: auto;
}
.megamenu .megamenu-content {
  padding: 15px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.megamenu-content li .row{
    padding:10px 20px 10px 0;
}
/*
.megamenu-content li .row .col-sm-2, .col-sm-3{
    padding:0px;
}
*/
.megamenu-content{
    background-color: #4d4d4d !important;    
}
.megamenu-content li h4{
font-size: 14px !important;
margin-left: -10px;
background-color: #272727;
padding: 7px 8px;
width: 100%;
border-radius: 4px;
font-weight: 600;
}

.megamenu-content ul{
    list-style-type: none;
    line-height: 1.6;
}
.navbar-nav > li > .dropdown-menu li h1{
	font-family: "Benton Modern Display",serif !important;
font-size: 32px;
margin-top: 4px;
font-weight: 600;
}
.navbar-nav > li > .dropdown-menu li p
{font-size: 14px;
}

@media (min-width: 0px) and (max-width: 700px) {
	.navbar-nav > li > .dropdown-menu li .LeftPanel-disabled{ display:none;}
}
/*mehroz css end*/


@media (min-width: 0px) and (max-width: 480px) 
{
    .slider-content 
    {
        border-top-left-radius: 15px;
        border-top-left-radius: 15px;   
    } 
}


/* mehroz about us start*/

.inner-content h2 {
    font-size: 30px;
    padding-bottom: 0px;
    padding-right: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #009247;
    padding-bottom: 20px;
    color: #000;
}
.right-sidebar h2 {
    color: #000 !important;
    color: #1D1D1D;
    font-size: 28px;
    padding-bottom: 20px;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 20px;
    margin-top: 0px;
    border-bottom: 1px solid #009247;
    margin-left: 20px;
    }
.inner-content {
    font-size: 16px !important;
    line-height: 30px;
    margin-bottom: 30px;
}
#aboutus .corporate-profile-new{
    margin-left: -30px;
}
.corporate-profile-new li a {
    border-bottom: #ccc solid 1px;
    padding: 12px 20px;
    font-size: 16px;
    color: #333;
    width: 100%;
    display: inline-block;
}
.corporate-profile-new li a:hover {
    text-decoration: none;
    background: #009247;
    color: #fff !important;
    transition: 0.3s;
}
i{font-family: fontawesome !important;}
.corporate-profile-new li a i {
    color: #009247;
    font-size: 18px;
    margin-right: 10px;
    
}
.corporate-profile-new li a:hover i {
    color: #fff;
}
/* mehroz about us end*/

.inner-bg-white {
    background: #fff !important;
}

.title
{
	display: inline;
	color: #000000;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 4px solid #009247;
    padding-bottom: 7px;
    margin-bottom: 20px;
    margin-top: 0;
    background: transparent;
    padding-left: 0;
	
    }
.event-title
{
	background: #009247;
	height: 66px;
	line-height: 66px;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	padding-left: 25px;
	margin: 0px 0px 20px;
	}
	
.events-section .bx-wrapper
{
	max-width: auto !important;
	}
	
	



/*-- login form --*/
.login-container{
	background: url("../images/laptop-2.jpg") no-repeat;
	background-size: cover;
	padding: 20px 0px;
}

.main
{
	width:50%;
	margin: 10px auto 0;
    padding: 4em 4em 2em;
    background: rgba(246, 250, 253, .91);
  
}
.main h1{
	color:#4c4c4c;
	text-align:center;
	font-size:2em;
	margin:0 0 2em;
}
.input_form input[type="text"],.input_form input[type="password"]{
	outline: none;
    border: 1px solid #00808e;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 15px 10px;
    width: 96%;
    font-size: 1em;
    color: #000;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.input_form input[type="password"]{
	margin:1.5em 0;
}
.checkbox-form{
	position:absolute;
	top: 20%;
	width: 100%;
}
.check{
	margin:1em 0 0;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 38px !important;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font-size: 14px;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.checkbox i {
    position: absolute;
    bottom: 3px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    background: #3096a2;
}
.checkbox input + i:after {
	content: '';
    background:#fff;
    top: 8px;
    left: 6.4px;
    width: 7px;
    height: 5px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}					
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
	}
.check-left{
	float:left;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.ckeck-bg{
	position:relative;
	min-height: 120px;
}
.checkbox-form input[type="submit"] {
	border: none;
    outline: none;
    color: #fff;
    padding: .7em 3em .8em;
    font-size: 1.2em;
    -webkit-appearance: none;
    background:#00808e;
    font-family: 'Raleway', sans-serif;
    border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
    cursor: pointer;
    margin-left: 22%;
}
.check-right{
	float:right;
}
.checkbox-form input[type="submit"]:hover{
	background:#0d4c54;
}	
.top-search .search {
    background: #fff;
    border-radius: 3px;
}	


.block-events
{
	background: #fff;
border-radius: 5px;
box-shadow: 0px 0px 5px 0px #ccc;
margin-bottom: 30px;
padding-top: 20px;
	}
	
.event-slider p 
{
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    color: #191A1A;
    }
    
.videos-slider li img
{
    width: 100%;
}
    
.online-payments-icon
{
    background-image: url(../images_new/icons/online-payment.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }    
.web-tv-icon
{
    background-image: url(../images_new/icons/web-tv.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }
.events-gallery-icon
{
    background-image: url(../images_new/icons/gallery.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }
.cma-practicing-icon
{
    background-image: url(../images_new/icons/cma.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }
.publication-icon
{
    background-image: url(../images_new/icons/publication.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }
    
    
    
.online-payments-icon:hover
{
    background-image: url(../images_new/icons/online-payment-hover.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }    
.web-tv-icon:hover
{
    background-image: url(../images_new/icons/web-tv-hover.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }
.events-gallery-icon:hover
{
    background-image: url(../images_new/icons/gallery-hover.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }
.cma-practicing-icon:hover
{
    background-image: url(../images_new/icons/cma-hover.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }
.publication-icon:hover
{
    background-image: url(../images_new/icons/publication-hover.png);
    height:120px;
    width:120px;
    cursor: pointer;
    }
.event-slider p 
{
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    color: #191A1A;
    }
    
.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.up-event-title
{
	height:50px;
	}
.slider-sec
{
	background-color: #F1F1F1;
	}
	
.about-sec img
{
	width:100%;
	}
	
	
	
/* universal css */
	
.block-events .notices-item
{
	margin-left: 20px;
	}
	
	

.block-events
{
	margin-right:0 !important;
	#e1de22w-all-link a
{
	background: #009247 !important;
	margin-left: 20px;
	}#e1de22-all-link a:hover
{
	background: #009247 !important;
	}
.right-sidebar .notices-cal-date
{
	background-#e1de22one  !important;
    background-color: #009247 !important;
    padding: 2px 10px !important;
    }
.ul-liststyle li {
    background: #006A8D none repeat !important;
  #009247    
.download-link {
    background: #009247 !important;
}
.profile-mem-head
{
	background-color: Transparent !important;
	}
.btn-success, .bu#009247ma, .buttons_new
{
	background-color: #009247 !important;
	}
	.profile-mem-head, .forum-listing-row h2 {
	font-weight: 600;
padding-bottom: 7px !important;
color: #000 !important;
font-size: 19px;
margin: 0px;
background-color: Transparent !important;
}
.profile-mem-head h2 {
    margin-bottom: 20px;
}

.icma-forms-style
{
	padding-left: 20px;
}
.profile-mem-head div.btn-success {
    margin-top: -40px;
}
.icma-forms-style span 
{font-size: 16px;
 width: 100% !important;
}
.inner-content li::before
{content: " " !important;}

.buttons .button-icma .profile-mem-head a 
{color: #000 !important;
}
.btn
{margin-top: 0px;
	}
.icma-forms-style input, .icma-forms-style select, .icma-forms-style textarea 
{
	top: 42px !important;
}
.jobs-profile-new a:hover {
    background: #009247 !important; }


.bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #666;
}
*{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.right-sidebar .n#009247 li.active label
{
	background-color: #009247;
	color: #fff;
	}
	
.about-sec img
{
	box-shadow: 1px 1px 11px 0px #969696;
    padding: 2px;
	}
.about-sec p
{
	margin-top: 10px;	
	}	
.issue-bar {
    background: #009247 none repeat scroll 0% 0% !important;
}

.inner-content .profile-photo img 
{height: 200px !important;
width: 80% !important;
}




@media (min-width: 1000px) and (max-width: 2000px) {
	.navbar-nav > li > .dropdown-menu {
  		width: 100% !important;
	}
}

