@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	overflow-x: hidden;
	font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #181620;
	font-family: 'Inter', sans-serif;
	font-weight: bold; 
	text-transform: inherit;
}
h2 {
	font-size: 36px;
}
p {
	font-family: 'Inter', sans-serif;
	font-size: medium;
}

/* CSS Document */
/*=================Container classes ==================================*/
.w-90 {
	width: 90%;
	max-width: 90% !important
}
.w-100 {
	width: 100%;
}
.w-70 {
	width: 70%;
}
.w-80 {
	width: 80% !important;
}
.w-45 {
	width: 45% !important;
}
.w-50 {
	width: 45%
}
.w-85 {
	width: 85%
}
.h-auto {
	height: auto !important
}
.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.v-center-div {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 767px) {
[class*="col-"].gutter-5 {
	padding-left: 25px;
	padding-right: 25px;
}
[class*="col-"].gutter-sm, .gutter-sm [class*="col-"] {
	padding-left: 8px !important;
	padding-right: 8px !important;
}
}
/*===================== margins and padding ===============================*/
.p-0 {
	padding: 0
}
.mt-6 {
	margin-top: 4rem
}
.margin-btm-2 {
	margin-bottom: 2rem;
}
.p-small {
	padding: 0.7rem
}
.p-t-1 {
	padding-top: 1rem
}
.padding {
	padding: 1.7rem 2rem 1.7rem 2rem;
}
.mt-9 {
	margin-top: 9px;
}
.mb-14 {
	margin-bottom: 14px;
}
.text-right {
	text-align: right
}
.pl-5 {
	padding-left: 5rem;
}
.p-2 {
	padding: .8rem!important;
}
.px-6 {
	padding: 0 6rem
}
.py-6{ padding-top: 4rem; padding-bottom: 4rem}
.p-t-b-2 {
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.mx--auto {
	margin: 0 auto !important
}
.my-5 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
/*=====================Borders =================================*/
.radius-0 {
	border-radius: 0 !important;
}
.bdr-btm-1 {
	border-bottom: #000 1px solid
}
.bdr-top-black {
	border-top: #000 1px solid
}
.bdr-black {
	border: #000 1px solid
}
.bdr-golden {
	border: #c09c31 1px solid
}
.b-btm-gold {
	border-bottom: #c09c31 1px solid
}
.b-0 {
	border: 0 !important
}
.shadow2 {
	-webkit-box-shadow: 3px 0px 65px -8px rgba(0,0,0,0.55);
	-moz-box-shadow: 3px 0px 65px -8px rgba(0,0,0,0.55);
	box-shadow: 3px 0px 65px -8px rgba(0,0,0,0.55);
}
.shadow3 {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18) !important;
}
/*================== Colors ========================*/
.black {
	color: black
}
.dusk-blue {
	color: #247789
}
.text-light-grey {
	color: #c2c2c0
}
.blue-shade {
	color: #6aaec0
}
.dark-slate-blue {
	color: #1a4852;
}
.dark-sky-blue {
	color: #57c4de;
}
.bg-pink-beige {
	background: #f6d3cf !important
}
.bg-pastel {
	background-color: #e6544d;
}
.bg-sky-blue {
	background: #57c4de !important
}
.bg-black {
	background: #000!important
}
.bg-blue { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6391cb+0,6e78c3+100 */
	background: #6391cb; /* Old browsers */
	background: -moz-linear-gradient(top, #6391cb 0%, #6e78c3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6391cb 0%, #6e78c3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6391cb 0%, #6e78c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6391cb', endColorstr='#6e78c3', GradientType=0 ); /* IE6-9 */
}
.bg-blueplain {
	background: #6391cb;
}
.bg-light-gray {
	background: #f4f4f4;
}
.text-blue {
	color: #6391cb;
}
.text-grey {
	color: #858484
}
.text-gold {
	color: #c09c31
}
.text-red {
	color: #ff0000
}
.text-green {
	color: #3cd35f
}
.bg-grey {
	background-color: #dbdbdb;
}
.bg-lighten-grey {
	background-color: #f7f7f7;
}
.bg-light-grey {
	background-color: #eeede9
}
.bg-dark-grey {
	background-color: #97948f;
}
.text-marun {
	color: #c24c48
}
.bg-brown-grad {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+22,dbd8d1+75,dbd8d1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 22%, #dbd8d1 75%, #dbd8d1 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 22%, #dbd8d1 75%, #dbd8d1 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 22%, #dbd8d1 75%, #dbd8d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbd8d1', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-brown {
	background-color: #e2dfd8
}
.bg-grey {
	background-color: #dbdbdb;
}
.border {
	border: 1px solid #666;
}
.bg-light-blue {
	background-color: #CFF
}
/*================= Typogrpahy ===============*/
.font-small {
	font-size: 12px;
}
.font-small2 {
	font-size: 16px !important;
}
.font-size-med {
	font-size: 18px;
}
.font-size-med2 {
	font-size: 20px;
}
.bold-black {
	color: #000000;
	font-weight: 700;
}
.semi-bold {
	font-weight: 600
}
.underline {
	text-decoration: underline
}
.font-weight-med {
	font-weight: 600
}
.font-weight-light {
	font-weight: 500
}
.f-500 {
	font-weight: 500
}
.font-size-large{font-size: 24px !important;}
/******************************************* Widht *******************************************/
.w-45 {
	width: 45% !important;
}
/******************************************* common classes*******************************************/
.text-decoration-none {
	text-decoration: none !important
}


.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .dropdown a {
	text-transform: inherit;
	color: #2b2a24;
	font-size: 15px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	font-stretch: normal;
	padding: 0;
}
.hover-none {
	color: inherit !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #e6544d;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #1d1d1f00;
}
.navbar-dark .navbar-nav .show > .nav-link {
	color: #e6544d !important
}
.top-bar-nav .nav-link {
	color: #5b5252 !important;
	font-weight: 500 !important
}
.navbar-dark .navbar-nav .active {
	padding-top: 5px !important
}
.navbar-dark .navbar-nav .active .nav-link {
	position: relative;
	color: #2b2a24;
}
.navbar-dark .navbar-nav .active .nav-link::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 0;
	border-bottom: 5px solid #fbef80;
}
.login-btn .text-pastel-red {
	color: #e6544d !important;
}
.navbar-dark .navbar-nav .dropdown-item {
	padding: 10px 0 !important;
}
.navbar-dark .navbar-nav .dropdown .dropdown-menu {
	padding: 10px;
}
.navbar-dark .navbar-nav .nav-item {
	padding: 10px 30px 10px 30px;
}
.site-header .main-navigation ul li i {    color: #b5b5b5;    font-size: small;}
.site-header .main-navigation ul li a:hover {
	color: #c83f29 !important;
	text-decoration: none;
}
.site-header {
	padding: 10px 0 !important;
}
.top-nav li a {
	color: #5b5252 !important
}
.site-logo .default-logo {
	width: 250px;
	height: auto;
	display: block;
}
.site-header .main-navigation ul li ul {
	background: #ffffff;
	padding-bottom: 1rem;
}
.site-header .main-navigation ul li ul li a:hover {
	background: white;
}
.site-header .main-navigation ul li ul li a {
	color: #000;
	border-bottom: none;
}
.site-header .site-logo .default-logo {
	width: 250px;
	height: auto;
	display: block;
	margin-top: 15px;
}
.site-header .main-navigation {
	float: none;
}
.site-header .main-navigation ul {
	padding: 0;
	margin: 15px 0;
}
.site-header {
	padding: 20px 0;
}
#homepage h2, #about-us h2, #membership h2 {
	font-size: 36px
}
/* navigatin css*/


.main-navigation {
	border-bottom: none;
	color: black;
	background: #ffffff;
}
.site-header .main-navigation ul li .active {
	color: #000000;
}

.site-header .main-navigation ul li a {
	text-transform: inherit;
	color: #2b2a24;
	font-size: 15px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	font-stretch: normal;
	padding: 40px 10px 40px 10px;
}
.site-header .main-navigation ul li a.active {
	vertical-align: super;
	line-height: 1.4;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(251,239,128,1) 71%, rgba(251,239,128,1) 73%, rgba(251,239,128,1) 78%, rgba(251,239,128,1) 100%);
}
.site-header .main-navigation ul li {
	margin-left: 30px;
}
.site-header .main-navigation ul li a:hover {
	color: #c83f29 !important;
	text-decoration: none;
}
.is-sticky .site-header {
	background: rgb(255, 255, 255);
}
/* color pallate css*/
.text-pastel-red {
	color: #e6544d !important
}
.text-pane-green {
	color: #09342c !important
}
/* button css*/
.btn-pastel {
	font-weight: 700;
	padding: 10px 30px !important;
	border-radius: 15px;
	background-color: #e6544d;
	color: white !important;
	display: inline !important;
	cursor: pointer;
	border: 1px solid #e6544d;
}
.btn-pastel:hover {
	background-color: #ffffff !important;
	color: #e6544d !important;
	border: 1px solid #e6544d;
	transition: all 0.3s linear 0s;
}
.btn-pastel:before {
	display: none !important;
}

/*=====================  login page ================*/
.bg-login-banner{    background-image: url(../images/login-bg.png);
    background-repeat: repeat;
  
    background-position: 110% 0%;
    }

/*=====================  login page ================*/

/*=====================  contact page starts ================*/

.contact-mail li{ list-style:none; border-bottom:#ddd 1px solid;   font-size:1.1rem; padding:1rem 0;}
.contact-mail li a:hover{ color:#e6544d;}
.contact-banner {
    background-image: url(../images/contact-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 230px;
}
/*=====================  contact page ends ================*/

/*=====================  homepage ================*/
.banner-head {
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: 0.3px;
}
.page-header .hero-slider .hero-caption h1 {
	margin: auto;
	text-align: center;
	text-transform: inherit;
}
.counter-section {
	border-radius: 10px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.17) !important;
	padding: 60px 30px;
	margin-top: -20px;
	background: white;
}
.style2-counter.counter-items span {
	font-size: 48px !important;
	font-weight: bold;
	color: #e6544d;
	text-align: center;
	display: inline !important;
	font-family: 'inter', sans-serif;
	line-height: 54px;
}
.style2-counter.counter-items p {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #1a4852;
	font-family: 'inter', sans-serif;
	text-transform: inherit;
	line-height: normal;
}
.join-section h5 {
	font-size: 21px;
	line-height: 1.29;
	letter-spacing: normal;
}
.brd-btm-grey {
	border-bottom: 1px solid #c8c8c8;
}
.text-decoration-none {
	text-decoration: none;
}
.btn-border-pastel {
	padding: 5px 30px !important;
	border-radius: 5px;
	font-weight: 700;
	background: transparent !important;
	color: #e6544d !important;
	display: inline !important;
	font-size: 18px;
	border: 2px solid #e6544d;
}
.btn-border-pastel:hover {
	background: #e6544d !important;
	color: #ffffff !important;
	transition: all 0.3s linear 0s;
}
/*.bg-light-gray .owl-carousel .owl-dots.disabled, .bg-light-gray .owl-carousel .owl-nav.disabled {
	display: none !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}*/

/*
.owl-carousel .owl-nav .owl-next:after {
	width: 25px !important;
	content: "\f054";
	position: absolute;
	font-family: FontAwsome;
	color: #09342c;
	display: inline-block;
	z-index: 111;
	font: normal normal normal 20px/1 FontAwesome;
	right: -40px;
	top: 40%;
}
.owl-carousel .owl-nav .owl-prev:after {
	width: 25px !important;
	content: "\f053";
	position: absolute;
	font-family: FontAwsome;
	color: #09342c;
	display: inline-block;
	z-index: 111;
	font: normal normal normal 20px/1 FontAwesome;
	left: -40px;
	top: 40%;
}
*/
.owl-carousel .owl-nav {
	
	line-height: 0;
}
.btn-pastel2 {
	color: white !important;
	background: #e6544d;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
}

.btn-pastel2:hover {
	color: #e6544d !important;
	background: #ffffff;
	transition: all 0.3s linear 0s;
}
.btn-pastel-border {
	color: white !important;
	background: #e6544d;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #e6544d;
}
.btn-pastel-border:hover {
	color: #e6544d !important;
	background: transparent;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #e6544d;
	transition: all 0.3s linear 0s;
}
a.btn-white {
	color: #e6544d !important;
	background: #ffffff;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
}
a.btn-white:hover {

		color: #fff !important;
	background: #e6544d !important;
	transition: all 0.3s linear 0s;
}
.btn-pastel-new {
	font-weight: 700;
	padding: 5px 30px !important;
	border-radius: 5px;
	background-color: #e6544d;
	color: white !important;
	display: inline !important;
	cursor: pointer;
	font-size: 18px;
	border: 2px solid #e6544d;
}
.btn-white:hover, .btn-pastel2:hover {
	text-decoration: none;
	    color: #e6544d !important;
	transition: all 0.3s linear 0s;
}
.bg-blue-ugly {
	background: #347e8f
}
.letter-space-normal {
	letter-spacing: normal
}
.site-footer h5 {
	font-weight: bold;
	margin-bottom: 1rem !important;
	color: rgba(255, 255, 255, 0.28);
	font-size: 15px;
}
.site-footer .site-footer-top .footer-widgets .footer-nav ul li {
	list-style: none !important;
	margin-bottom: 10px;
}
.site-footer .site-footer-top .footer-widgets .footer-nav ul li a {
	text-decoration: none;
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
}
.site-footer .site-footer-top .footer-widgets .footer-nav ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}
.site-footer-bottom p, .site-footer-bottom a {
	font-size: 13px;
	line-height: normal;
	color: white;
}
.footer-border {
	border-top: 1px solid white
}
.radius-small {
	border-radius: 8px
}
a:hover {
	text-decoration: none
}
.site-footer .site-footer-top .footer-widgets .footer-nav ul li a:hover {
	text-decoration: none;
	color: #a2a2a2;
}
.bg-img-ecg {
	background-image: url(../images/group-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.w-auto {
	width: auto !important
}
/*=====================  homepage - upcoming event slider================*/
.upcoming-event-section .owl-carousel .owl-nav {
	z-index: 1;
	margin-top: 25px;
	text-align: center;
	width: 100%;
	display: block;
}
.upcoming-event-section .owl-carousel .owl-nav div.owl-prev {
	background-position: left top !important;
	margin-right: 6px;
	position: absolute;
	top: 50%;
	left: 10%;
}
.upcoming-event-section .owl-carousel .owl-nav div.owl-next {
	background-position: right top !important;
	margin-left: 6px;
	position: absolute;
	top: 50%;
	right: 10%;
}
/*=====================  homepage ends ================*/
	
	
	
		
	/*=====================  about us starts ================*/
.text-grey {
	color: #858484 !important;
}
.about-us-banner {
	background-image: url(../images/aboutus-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 230px;
}
.achieve-section .counter-items span {
	font-size: 36px !important;
	font-weight: bold;
	color: #6aaec0;
	text-align: center;
	display: inline !important;
	font-family: 'inter', sans-serif;
	line-height: normal;
}
.achieve-section p {
	color: #c6c3c3
}
.achieve-section fieldset {
	border-top: 1px solid #000000;
	position: relative;
}
.sub-text {
	position: relative;
	color: #c2c2c0
}
.sub-text:before {
	content: '';
	width: 100px;
	position: absolute;
	border: 1px solid #c2c2c0;
	bottom: 15px;
	left: 25%;
}
.sub-text:after {
	content: '';
	width: 100px;
	position: absolute;
	border: 1px solid #c2c2c0;
	bottom: 15px;
	right: 25%;
}
.about-newsletter input[type="text"], .about-newsletter .form-control {
	border: 0;
	background: #ffffff;
	height: 42px;
	border-radius: 5px;
	padding-left: 24px;
	color: #939393;
	margin-right: 2rem;
	width: 300px;
	display: inline-block;
}
.about-newsletter {
	background-image: url(../images/about-btm-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-about-image:after {
	content: url(../images/about-bg2.svg);
	position: absolute;
	bottom: -100px;
	right: 0;
	z-index: -1;
}
.bg-about-image2:after {
	content: url(../images/about-bg3.svg);
	position: absolute;
	top: -150px;
	right: 0;
	z-index: -1;
}
.bg-img-fellow {
	background-image: url(../images/bg-img-fellow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bg-img-volunteer {
    background-image: url(../images/volunteer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.governing-section ul li {
	list-style: none
}
.border-pink {
	border: 1px solid #ff7f7f;
}
.triangle-1:before {
	content: url(../images/svg/solid-tri3.svg);
	position: absolute;
	bottom: -20px;
	left: 25px;
}
.triangle-2:before {
	content: url(../images/svg/solid-tri1.svg);
	position: absolute;
	bottom: -30px;
	left: 30px;
}
.triangle-3:before {
	content: url(../images/svg/solid-tri2.svg);
	position: absolute;
	bottom: -20px;
	left: 20px;
	z-index: 111;
}
.triangle-4:after {
	content: url(../images/svg/tri2.svg);
	position: absolute;
	left: 50px;
	z-index: -1;
	bottom: 10%;
}
.triangle-5:after {
	content: url(../images/svg/tri6.svg);
	position: absolute;
	z-index: -1;
	bottom: -60px;
}
.triangle-6:after {
	content: url(../images/svg/tri8.svg);
	position: absolute;
	z-index: -1;
	bottom: -90px;
	right: -40px;
}
.triangle-7:after {
	content: url(../images/svg/tri4.svg);
	position: absolute;
	z-index: -1;
	bottom: 70px;
	left: 25%;
}
.triangle-8:after {
	content: url(../images/svg/tri2.svg);
	position: absolute;
	right: 50px;
	z-index: -1;
	bottom: 10%;
	transform: scaleX(-1);
}
.triangle-9:after {
	content: url(../images/svg/tri2.svg);
	position: absolute;
	left: 50px;
	z-index: -1;
	bottom: 10%;
	transform: rotate(90deg);
}
.double-tri1:before {
	content: url(../images/svg/double-tri1.svg);
	position: absolute;
	right: 50px;
}
.double-tri1:after {
	content: url(../images/svg/double-tri2.svg);
	position: absolute;
	top: 74%;
	left: 60px;
	z-index: -1;
}
.fellow-form input:not([type="range"]), .fellow-form input {
	height: 50px;
}
.fellow-form input:not([type="range"]), .fellow-form textarea, .fellow-form input {
	border: 1px solid #cecece;
	border-radius: 10px;
	margin-bottom: 20px;
}

.bg-grey-grad {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(244,244,244,1) 20%, rgba(244,244,244,1) 20%, rgba(244,244,244,1) 100%);
}
.bg-grey-grad2 {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 20%, rgba(244,244,244,1) 20%, rgba(244,244,244,1) 100%);
}
.btn-speacialist {
	margin-bottom: -4.5rem;
}
/*===================== about us ends ================*/
	
	
	

	
	
	
/*=====================  membership starts ================*/
	
.membership-banner {
	background-image: url(../images/membership-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 230px;
}
.chat-btn {
	padding: 6px 20px;
	border-radius: 50px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18) !important;
}
.chat-btn:hover {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18) !important;
	background: #f7f7f7;
}
.membership-list .dataTables_length, .membership-list #basic-datatables_filter {
	display: none
}
.membership-list .table-responsive {
	overflow-x: inherit;
}
.membership-list .pagination .active {
	background: #e6544d;
	border-radius: 10em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 2rem;
	margin-right: 15px;
	text-align: center;
	width: 2rem;
}
.membership-list .pagination .active a {
	color: white
}
.membership-list .next {
	color: #e6544d;
}
.membership-list .previous {
	display: none
}
.membership-list #basic-datatables_wrapper .dataTables_info {
	display: none
}
.membership-list .pagination li {
	color: #807878;
	margin-right: 15px;
}
.membership-list .pagination li a:hover {
	color: #807878;
}
.table thead th {
	vertical-align: bottom;
	color: #7c7c7c;
	font-weight: 400;
	    white-space: nowrap;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: #fdf6f5;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0);
}
.number-circle {
	background: #fbefee;
	border-radius: 10em;
	color: #e6544d;
	display: inline-block;
	font-weight: bold;
	line-height: 2rem;
	margin-right: 15px;
	text-align: center;
	width: 2rem;
}
.guide-section ul li {
	list-style: none;
	margin-bottom: 1rem;
	font-size: 17px;
}
.guide-section table tr td{ vertical-align:top}
.guide-section table tr td p{margin-bottom:1rem}
/*===================== membership ends ================*/
	
/*===================== membership forms start================*/	
		
	
.img-hover-zoom--brightness:hover img {
	filter: brightness(100%);
	transform: scale(1.3);
}
.img-hover-zoom--brightness img {
	transition: transform 2s, filter 1.5s ease-in-out;
	transform-origin: center center;
}
.img-hover-zoom {
	overflow: hidden;
}
.wizard-section h2 {
	font-size: 28px !important
}
.wizard-content-left {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, 0.45);
	background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
	background-position: center center;
	background-size: cover;
	height: 100vh;
	padding: 30px;
}
.wizard-content-left h1 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
	padding: 12px 20px;
	text-align: center;
}
.form-wizard {
	color: #888888;
	padding: 30px;
}
.form-wizard .wizard-form-radio {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #dddddd;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
	outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
	background-color: #e6544d;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 50%;
	left: 1px;
	right: 0;
	margin: 0 auto;
	top: 5px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
	content: "";
	display: inline-block;
	webkit-animation: click-radio-wave 0.65s;
	-moz-animation: click-radio-wave 0.65s;
	animation: click-radio-wave 0.65s;
	background: #d6d6d6;
	position: relative;
	z-index: 100;
	border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
	padding-left: 10px;
	cursor: pointer;
}
.form-wizard .form-wizard-header {
	text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
	padding: 5px 30px !important;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff !important;
	display: inline !important;
	border: 2px solid #e6544d;
	background: #e6544d;
	text-align: center;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
	color: #ffffff;
	opacity: 0.6;
	text-decoration: none;
}
.form-wizard .form-wizard-next-btn:hover {
	opacity: 1;
	background-color: #ffffff !important;
	color: #e6544d !important;
	border: 2px solid #e6544d;
	transition: all 0.3s linear 0s;
}
.form-wizard .wizard-fieldset {
	display: none;
}
.form-wizard .wizard-fieldset.show {
	display: block;
}
.form-wizard .wizard-form-error {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	 background-color: #f9c0c0; color: red;
    font-size: 11px;
}
.form-wizard .form-wizard-previous-btn {
	background-color: #e6544d7;
}
.form-wizard .form-control {
	border: 1px solid #cecece;
	border-radius: 10px;
	margin-bottom: 20px;
	font-weight: 300;
	height: auto;
	padding: 15px;
	color: #888888;
}
.form-wizard .form-control:focus {
	box-shadow: none;
}
.form-wizard .form-group {
	position: relative;
	margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
	position: absolute;
	left: 10px;
	top: 16px;
	transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
	color: #d65470;
	top: -18px;
	transition: 0.2s linear all;
	font-size: 12px;
}
.form-wizard .form-wizard-steps {
	margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
	width: 16.5%;
	float: left;
	position: relative;
}
.form-wizard .form-wizard-steps li::after {
	background-color: #f3f3f3;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 25%;
	transform: translateY(-50%);
	width: 100%;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
	background-color: #f4f4f4;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
	width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
	background-color: #e6544d;
	color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
	background-color: #e6544d;
	left: 50%;
	width: 50%;
	border-color: #e6544d;
}
.form-wizard .form-wizard-steps li.activated::after {
	width: 100%;
	border-color: #e6544d;
}
.form-wizard .form-wizard-steps li:last-child::after {
	left: 0;
}
.form-wizard .wizard-password-eye {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.form-wizard-steps p {
	color: #545454;
	font-size: 12px;
}
.form-wizard select {
	text-transform: none;
	border: 1px solid #cecece;
	border-radius: 10px;
	font-weight: 300;
	height: auto !important;
	padding: 15px;
	color: #888888;
	width: 100%;
}
.form-wizard .form-wizard-steps li.active span .fa-check:before, .form-wizard .form-wizard-steps li.activated span .fa-check:before {
	content: "\f00c";
	opacity: 1;
}
.form-wizard .form-wizard-steps li span .fa-check:before {
	content: "\f00c";
	opacity: 0;
}
.form-wizard .form-wizard-steps li.active {
	position: relative
}
.form-wizard .form-wizard-steps li.active span::before {
	color: #f4f4f4;
	position: absolute;
	content: "\f111";
	font: normal normal normal 25px/1 FontAwesome;
	left: 4px;
	top: 3px;
}
.wizard-section .multi-field-wrapper input, .wizard-section .multi-field-wrapper select {
	width: auto;
	display: inline-block;
}
.university_records_dynamic .remove-field {
	font-size: 18px;
	color: #858484;
}
.university_records_dynamic .remove-field:before {
	content: "\f068";
	font-family: FontAwesome;
	margin-right: 0.5rem;
}
.form-wizard textarea {
	overflow: auto;
	resize: vertical;
	height: 150px !important;
}
.modal-content {
	border-radius: 1rem;
}
.multi-field{position:relative;}
@media (min-width: 576px) {
.modal-dialog-new {
	max-width: 700px;
	margin: 30px auto;
}
}
@keyframes click-radio-wave {
 0% {
 width: 25px;
 height: 25px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 60px;
 height: 60px;
 margin-left: -15px;
 margin-top: -15px;
 opacity: 0.0;
}
}
/************ Mobile ************/
@media screen and (max-width: 767px) {
    .submenu {
	top: 180px !important;
}
.about-us-banner,.meeting-banner,.journal-banner {
    height: 180px !important;
}
    .sm-mt-4{ margin-top:4rem !important;}
    
.bg-img-ecg .py-3{ padding-top:10px !important; padding-bottom:10px !important}
    .style2-counter.counter-items span {
    font-size: 24px !important;
    line-height: 1;
}
.style2-counter.counter-items {
    padding-top: 15px;
    margin-bottom: 15px;
}
    
.navbar-dark .navbar-toggler-icon {
	background-image: url(../images/toggle.svg);
}
.navbar {
	padding: 0 !important;
}
.main-navigation {
	border-bottom: none;
	color: white;
	background: #000000;
}
.navbar-dark .navbar-nav .nav-item {
	padding: 0 !important;
}
.navbar-dark .navbar-nav .active .nav-link::after {
	display: none
}
.site-logo .default-logo {
	width: 200px !important;
}
.top-bar-nav .nav-link {
	color: #ffffff !important;
}
.navbar-dark .navbar-nav .dropdown .dropdown-menu {
	background: #2d2d2d;
	padding: 10px 30px;
}
.wizard-content-left {
	height: auto;
}
}
.declare-logo {
	margin-top: -5rem
}
.category-list .inputGroup input:checked ~ label:after {
	background-color: #e6544d;
	border-color: #e6544d;
}
.category-list .inputGroup label:after {
	width: 25px;
	height: 25px;
	content: '';
	border: 2px solid #D1D7DC;
	background-color: #fff;
	background-image: url(../images/right-tick.svg);
	background-repeat: no-repeat;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}
.category-list .inputGroup input:checked ~ label:before {
	-webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}
.category-list .inputGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
.category-list .inputGroup label {
	padding: 0px 40px;
	text-align: left;
	color: #888888;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	font-size: 1rem;
}
.btn-grey {
	padding: 5px 30px !important;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff !important;
	display: inline !important;
	border: 2px solid #a9a9a9;
	background: #a9a9a9;
}
#membercontent1, #membercontent2, #membercontent3, #membercontent4 {
	display: none
}
.btn-outline-danger {
	border-color: #ff4615;
	background-color: transparent;
	color: #ff4615;
}
[hidden] {
	display: none !important;
}
/*===================== membership forms end================*/	
	
	
	/*===================== membership tabs css starts here ================*/
		
#membership .tile {
	width: 90%;
	margin: 60px auto;
}
#membership #tile-1 .nav-tabs {
	position: relative;
	background-color: #fff;
	border-radius: 0;
	border-bottom: 1px solid #d85f58;
}
#membership #tile-1 .nav-tabs li {
	margin: 0px!important;
}
#membership #tile-1 .nav-tabs li a {
	position: relative;
	margin-right: 0px!important;
	padding: 20px 40px;
	font-size: 22px;
	border: none!important;
	color: #807878;
}
#membership #tile-1 .nav-tabs a:hover {
	background-color: #f7dfde!important;
	border: none;
}
#membership #tile-1 .slider {
	display: inline-block;
	width: 30px;
	height: 6px;
	border-radius: 0px;
	background-color: #d85f58;
	position: absolute;
	z-index: 11;
	bottom: 0;
	transition: all .4s linear;
}
#membership #tile-1 .nav-tabs .active {
	background-color: #f7dfde !important;
	border: none!important;
	color: #d85f58!important;
}
.wizard-section a:hover, .guide-section a:hover {
	color: #57c4de;
}
/*===================== membership tabs css ends here ================*/
	
			
/*=====================  journals starts ================*/
	
.journal-banner {
	background-image: url(../images/journal-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 230px;
}
.journal-section .mb-0 > a {
	display: block;
	position: relative;
}
.journal-section .mb-0 > a:after {
	content: "\f078"; /* fa-chevron-down */
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	font-weight: 100;
}
.journal-section .mb-0 > a[aria-expanded="true"]:after {
	content: "\f077"; /* fa-chevron-up */
}
.bg-light-pink {
	background-color: #fbefee
}
.brd-btm-pink {
	border-bottom: 1px solid #d85f58;
}
.border-dark {
	border: 1px solid #979797;
}
.journal-section .inner-list a:hover {
	color: #09342c;
}
.journal-section .inner-list .card-header {
	background-color: white;
	border: none
}
.journal-section .card {
	border-radius: 0
}
.journal-section .inner-list .mb-0 > a:after {
	content: "\f067";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	font-weight: 100;
}
.journal-section .inner-list .mb-0 > a[aria-expanded="true"]:after {
	content: "\f068";
}
.year-list select {
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	color: #b3b3b3;
	text-transform: capitalize;
	width: 10%;
	font-size: 18px;
	    padding: 14px 0;
	cursor: pointer
}
/* Style the list */
ul.breadcrumb {
	padding: 0;
	list-style: none;
	background-color: #fff;
}
/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
	font-size: 18px;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #bcbcbc;
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: smaller;
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #b9b9b9;
	text-decoration: none;
	font-size: 16px;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: #09342c;
	text-decoration: none;
}
ul.breadcrumb li a.active {
	color: #09342c;
}
.publication-banner {
	background-image: url(../images/publication-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 230px;
}

/*=====================  meeting events starts ================*/
.meeting-banner {
	background-image: url(../images/meeting-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 230px;
}

/*=====================  meeting events   ends ================*/



/*=====================  journals ends ================*/



/*=====================  training and education page starts ================*/
.border-grey{border: 1px solid #dcdcdc;}
.tab-info p{ color:black !important}
.training-banner {
    background-image: url(../images/training-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 230px;
}
	.allied-section  ul li{ margin-bottom:1rem}
		.allied-section  ul.bullet-style li::before {
    content: "\2022";
    color: #b5b5b5;
       font-weight: bold;
    display: inline-block;
    width: 1.3em;
    margin-left: -1.32em;
    font-size: 1.2rem;
}
	.allied-section  ul.bullet-style {
    list-style: none;
}

.allied-section  ul li a{ color:#4d75e6; font-weight:500}
	
	
.play-icon:before{ 
    content: url(../images/svg/video-playicon.svg);
    position: absolute;
       top: 70px;
    left: 130px;
	cursor:pointer}



/*=====================  training and education page ends  ================*/





/*===================== meeting and events page starts  ================*/

.bg-meeting{
    background-image: url(../images/mask-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	height:500px;
   }


/*=====================   meeting and events page ends  ================*/





/*===================== news and media page starts  ================*/
.bg-peach{ background:#f6d3cf4a; }
.news-body{ overflow: hidden;
    text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical; }
.bg-p-1{ padding:1rem}
.col-lg-4:nth-child(2n+2) > .bg-peach {
background:#347e8f12;
}
.col-lg-4:nth-child(3n+3) > .bg-peach {
background:#fbee8040;
}

.bg-peach h4{ font-weight:450; overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;}
.media-section .year-list select {    
    width:60%;   
}

		
.media-section .tile {
	margin-top: 60px;
}
.media-section #tile-1 .nav-tabs {
	position: relative;
	background-color: #fff;
	border-radius: 0;
	border-bottom: 1px solid #d85f58;
}
.media-section #tile-1 .nav-tabs li {
	margin: 0px!important;
}
.media-section #tile-1 .nav-tabs li a {
	position: relative;
	margin-right: 0px!important;
	padding: 14px 10px;
	font-size: 18px;
	 border-bottom: 6px solid white !important;
	color: #807878;
	    line-height: normal;
}
.media-section #tile-1 .nav-tabs a:hover {

	border: none;
}
.media-section #tile-1 .slider {
	display: inline-block;
	width: 30px;
	height: 8px;
	border-radius: 0px;
	background-color: #d85f58;
	position: absolute;
	z-index: 11;
	bottom: 0;
	transition: all .4s linear;
}
.media-section #tile-1 .nav-tabs .active {
		color: #d85f58!important;
	    background: white;
		border-bottom: 6px solid #d85f58 !important;
		transition: all 0.4s linear;
}

/*=====================  news and media page ends  ================*/



/*=====================  partner with us starts ================*/
	
.partner-banner {
	background-image: url(../images/partner-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 230px;
}
/*=====================  partner ends  ================*/
	
	
	
/*===================== dashboard starts ================*/
	
.badge-pill {
	border-radius: 3px;
}

/*=====================  dashboard  ends  ================*/
		
	

	
	
		
		
	/*===================== small devices ================*/
@media only screen and (max-width: 767px) {
	.sm-bdr-1{ border-bottom: #333 1px solid; margin-bottom: 1rem}
	.sm-w-90{ width: 95% !important}
	

.site-header {
	padding: 18px 0;
}
.sm-d-inblock{ display:inline-block}
.sm-p-1 {
	padding: 1rem !important
}
.sm-m-0 {
	margin: 0rem !important
}
.sm-my-1 {
	margin: 1rem 0 !important
}
.sm-mr-0 {
	margin-right: 0 !important
}
.sm-py-2 {
	padding: 2rem 0 !important
}
.sm-px-0 {
	padding: 0 0rem !important
}
.sm-mt-3 {
	margin-top: 3rem;
}
.sm-right {
	text-align: right !important
}
.sm-line-height-normal {
	line-height: normal;
}
.sm-w-inherit {
	width: inherit !important;
}
#homepage h2, #about-us h2, #membership h2 {
	font-size: 25px;
}
.sm-d-block {
	display: block !important
}
.sm-float-none {
	float: none !important
}
.nav-btn {
	padding-top: 0px !important;
	padding: 15px 20px !important;
}
.btn-pastel2, .btn-white {
	display: inline-block;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}
.w-50 {
	width: 90% !important;
}
.w-70 {
	width: 90% !important;
}
.counter-section {
	padding: 0px 30px !important;
}
#homepage h2 {
	font-size: 25px;
}
.page-header .hero-slider ul li {
	height: 200px;
    min-height: 200px;
    background-color: #020444;
}
.meeting-section h4 {
	font-size: 1rem !important;
}
.achieve-section .bdr-top-black {
	display: none
}
.sub-text:before, .sub-text:after {
	display: none
}
.main-navigation ul li.active {
	line-height: normal;
	background: inherit;
}
.btn-speacialist {
	margin-bottom: -3rem;
}
.membership-list .table-responsive {
	overflow-x: auto;
}
.form-wizard .form-wizard-steps li::after {
	top: 50%;
}
.form-wizard-steps p {
	display: none;
}
.form-wizard {
	padding: 0;
}
.declare-logo {
	margin-top: -2rem
}
.modal-dialog {
	margin: 20px;
}
.about-newsletter {
	background-size: inherit;
}
.tile {
	width: 90%;
	margin: 0px auto !important;
}
.media-section .tile {
    width: 100%;
    margin: 0px auto !important;
}
#tile-1 .nav-tabs li a {
	padding: 10px 5px !important;
	font-size: 17px !important;
	}
.year-list select {
	width: auto;
}
.wizard-section h2 {
	font-size: 25px !important;
}
.wizard-section h3 {
	font-size: 20px !important;
}
.submenu {
	top: 229px !important;
}
.submenu-section .nav-tabs>li>a {
	padding: 7px 30px 4px 30px !important;
}
.sm-p-0 {
	padding: 0 !important
}
.sm-w-70 {
	width: 100% !important;
}
.m-mt-1 {
	margin-top: 1rem;
}
.sm-overflow-scroll{ overflow:scroll}
.play-icon:before {  
      top: 110px;
    left: 160px;
}
.video-section .play-icon:before {
    top: 80px;
    left: 140px;
} 
.sm-mb-0 {
	margin-bottom: 0 !important
}
}

@media only screen and (max-width: 768px) {
	.padding-tb-90 {
    padding: 0px 0 !important;
}
.sm-center {
	text-align: center
}
.p-5 {
	padding: 1.5rem !important
}
.sm-p-0 {
	padding: 0 !important
}
.sm-m-0 {
	margin: 0
}
.sm-mt-1 {
	margin-top: 1rem !important
}
.sm-ml-1 {
	margin-left: 1rem
}
.sm-mr-1 {
	margin-right: 1rem
}
.sm-v-top {
	vertical-align: top
}
.sm-w-80 {
	width: 80% !important;
	margin: 0 auto
}
.sm-mb-2 {
	margin-bottom: 2rem
}
.sm-py-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}
.d-sm-none1 {
	display: none
}
.mt-3 {
	margin-top: 3rem;
}
.md-float-none{ float:none}
.sm-left { text-align:left !important}
.btn-speacialist {
	margin-bottom: -3rem;
}
.site-header .main-navigation ul li ul {
    background: #000000 !important;
    padding-bottom: 0 !important;
}
.site-header .main-navigation ul li ul li a{
   padding-left:40px !important;    font-size: 13px;
}

.media-section .year-list select{vertical-align: middle;}
.year-list select { padding: 5px 0 !important;    vertical-align: -webkit-baseline-middle;}
.bg-meeting {    height: 300px;}
.site-header .main-navigation ul li i {    color: #757575;}
}

/*===================== Medium devices- ipad ================*/
	
@media only screen and (min-width: 766px) and (max-width:1023px) {
		


	.w-70{ width:80% !important}
.md-float-none {
	float: none !important
}
.bg-about-image:before {
	content: url(../images/about-bg1.svg);
	position: absolute;
	top: 150px;
	left: 0;
	z-index: -1;
}
.modal {
	top: 30px;
}
.declare-logo {
	margin-top: -2rem;
}
.membership-list .table-responsive {
	overflow-x: auto;
}
.hide-large {
	display: none
}
.form-wizard-steps p {
	display: none;
}
.form-wizard .form-wizard-steps li::after {
	top: 50%;
}
.form-wizard .w-50 {
	width: 70% !important
}
.main-navigation ul li.active {
	display: none
}
.header-right .sm-float-none {
	float: none !important;
}
.sm-line-height-normal {
	line-height: normal;
}
.site-footer .container .col-lg-2, .site-footer .container .col-lg-1, .site-footer .container .col-lg-3 {
	padding: 0
}
.site-footer-bottom .container {
	padding: 0 !important
}
.submenu {
	left: 20px !important;
	top: 232px !important;
}
.submenu-section .nav-tabs>li>a {
	padding: 7px 20px 10px 20px !important;
}
.md-mb-2 {
	margin-bottom: 2rem !important
}
.md-w-80 {
	width: 80% !important
}
.style2-counter.counter-items {
	border-top: 1px solid #fff;
}
.px-6 {
	padding: 0 1rem !important;
}
.about-newsletter {
    background-position: 30% 0%;
}
.md-d-block{ display:block !important}
.md-mr-1 {
	margin-right: 1rem !important;
}
#memberbody .w-auto {
	width: 100% !important;
}
.play-icon:before {  
    top: 40px;
    left: 70px;    
}
.video-section  .play-icon:before {
    top: 20px;
    left: 50px;
}
.media-section .tile {
    margin-top: 0px;
}
.md-mt-1{ margin-top:-1rem}
.sub-text:after { right: 5%;}/*about us page*/
.sub-text:before {left: 5%;}/*about us page*/
.triangle-4:after {  left: 0;}
.triangle-8:after {    right: 0px;}
.bg-login-banner {  background-position: 80% 20%;}
.about-newsletter{ padding-bottom:2rem;}
#tile-1 .nav-tabs li a { white-space:nowrap}
.bg-img-volunteer  .w-50{ width:70% !important}
	
	
}

/*===================== Medium devices- ipad pro ================*/
	
@media only screen and (min-width: 1024px) and (max-width:1040px) {
.form-wizard .sm-w-100 {
	width: 100% !important
}
.form-wizard .multi-field-wrapper .multi-field .mr-4 {
	margin-right: 10px !important
}
.form-wizard .multi-field-wrapper .multi-field a {
	margin-left: 5px !important
}
.navbar-dark .navbar-nav .nav-item {
	padding: 10px 20px 10px 30px;
}
.sm-line-height-normal {
	line-height: normal;
}
.owl-carousel .owl-item img {
	width: inherit !important;
}
.lg-d-block {
	display: block !important;
}
.site-header .main-navigation ul li a {
	padding: 40px 0 40px 0;
}
.site-footer .container .col-lg-2, .site-footer .container .col-lg-1, .site-footer .container .col-lg-3 {
	padding: 0
}
.site-footer-bottom .container {
	padding: 0 !important
}
.play-icon:before {  
    top: 40px;
    left: 100px;    
}
.sub-text:after { right: 15%;}/*about us page*/
.sub-text:before {left: 15%;}/*about us page*/
.md-d-block{ display:block !important}

}

/*===================== large devices ================*/
@media only screen and (min-width: 1024px) {
.achieve-section {
	position: relative
}
.achieve-section h2 {
	position: absolute;
	margin-top: -20px;
	left: 20%;
}
.bg-about-image:before {
	content: url(../images/about-bg1.svg);
	position: absolute;
	top: 150px;
	left: 0;
	z-index: -1;
}
.hide-large {
	display: none
}
.site-header .main-navigation ul li a {
	padding-bottom: 0 !important;    padding-top: 0;
}
.recent-section .order-1 {    order: 0;}
.recent-section .order-0 {    order: 1;}
}

@media only screen and (min-width: 1300px) {
.wizard-section .multi-field-wrapper input {
	width: 65% !important;
}
.top-nav {
	padding-left: 6rem !important
}

.site-footer-bottom .container {
	padding: 0 !important
}
}

@media only screen and (max-width: 991px) {
	
.site-header .main-navigation {
	background: rgb(0, 0, 0);
	z-index: 111111;
}
.site-header .main-navigation ul {
	padding: 0;
	margin: 0 0;
}
.main-navigation ul li a {
	display: block;
	padding: 10px 20px 10px 20px !important;
	color: #fff !important;
}
.acheive-section fieldset legend {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background: #1d1d1f;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: auto;
	padding: 0 24px;
	color: #adadad;
}
}

/*===================== Medium devices ================*/
@media only screen and (min-width: 601px) {
.m-mt-5 {
	margin-top: 3rem
}
.m-text-center {
	text-align: center !important
}
.m-h-287 {
	height: 287px;
}
}

@media only screen and (min-width: 769px) {
.m-bdr-btm-1 {
	border-bottom: #000 1px solid
}
.m-w-60 {
	width: 70%
}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
.mfontmade {
	font-size: 16px !important;
}
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
.mfontsize {
	font-size: 19px !important;
}
.lg-hide{ display:none;}
}

@media only screen and (max-width: 568px) and (min-width: 320px) {
.mfontsize {
	font-size: 19px !important;
}
.sm-px-1{ padding-left:1rem; padding-right:1rem;}
.owl-carousel .owl-item img {    width: inherit !important;}
.meeting-section .carousel-wrapper .card .lg-d-block{ display:block !important}
.meeting-section .speacer-40 {  height: 20px !important;}
.play-icon:before { top: 80px;    left: 130px;}

}
@media only screen and (max-width: 350px) and (min-width: 320px) {
.meeting-section .float-right{ float:none !important }
.play-icon:before {  top: 70px;    left: 120px;}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
.mfontsize {
	font-size: 18px !important;
}
}

@media only screen and (min-width: 767px) {
	.text-align-end{ text-align: end}
.px-2{ padding-left:2rem !important; padding-right:2rem !important;}
}

/*-------------------------------slider------------------*/
@media only screen and (max-width: 760px) {
.sm-w-100 {
	width: 95% !important
}
.shadow2 {
	-webkit-box-shadow: 3px 0px 35px -10px rgba(0,0,0,0.55);
	-moz-box-shadow: 3px 0px 35px -10px rgba(0,0,0,0.55);
	box-shadow: 3px 0px 35px -10px rgba(0,0,0,0.55);
}
.sm-w-80 {
	width: 80% !important;
	margin-right: .5rem !important;
}
}

/***************** Xtra large Devices **************************/
@media only screen and (min-width: 1200px) {
.container {
	max-width: 1240px
}
.lg-hide{ display:none;}
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
.m-text-center {
	text-align: center !important;
}
}

@media only screen and (max-width: 991px){
.site-header .main-navigation ul li a {
          color: #000 !important;  padding: 20px !important
           }
.site-header .main-navigation, .site-header .main-navigation ul li  { background-color:#fff !important;}
    .site-header .main-navigation ul li {
    border-top: 1px solid #ddd !important;
        text-align: right;
    }
    .site-header .main-navigation ul li a:hover {
    background: #fbef80;}
  .site-header .main-navigation{ border-bottom: 1px solid #c7c7c7 !important;}  
  .site-header .main-navigation ul li ul li a {
    background: #fffed2  !important;
      border:1px solid  #fffed2  !important;;
  }
    
    
}
ul.slideContent {
  display: none;
}
a.text-black , a{color:#666 !important}

a.text-black:hover, a:hover{color:#888 !important}

@media only screen and (max-width: 767px){
	.sm-mt-4{ margin-top:4rem !important}
	.m-mt-3{ margin-top:3rem}
	.site-header .main-navigation ul li a.active {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%,rgba(251,239,128,1) 90%, rgba(251,239,128,1) 100%);
}
	.newsletter .content .form-control{
		width: 100%;}
	.newsletter .content .btn {
    margin-top: 1rem;
		min-height: 50px;}
	a.btn-white {
    padding: 10px 10px;}
.submenu {
    top: 180px !important;
}
    
  .about-us-banner, .meeting-banner, .journal-banner ,.partner-banner, .membership-banner,.training-banner{
    height: 180px !important;}
    .partner-banner .py-2, .membership-banner .py-2{ padding-bottom:0 !important; padding-top:0 !important;}
}  
.site-footer-bottom a {
    color: #fff !important;
}

.about-newsletter .btn-pastel2 { border:0 !important}
/********* Mission and Vision **********/

.bg-grey-new{ background: #ececec; 
}
.mv{ position: relative;}
.mv-head{    margin-bottom: -1.5rem;}
.mv-heading{ font-size: 28px;
    font-weight: 600; display: inline-block;
    }
.mv-head hr{width: 50%;
    margin: 0;
    border-top: #09342c 1px solid;
    float: right;
    padding: 0;
    margin-top: 1rem;
    line-height: 1;}
.dusk-blue{color:#247789;

}
.pt-6{ padding-top:3rem !important}
@media only screen and (max-width: 767px) {.mv-head hr{width: 30%;}}
@media only screen and (max-width: 320px) {.mv-head hr{width: 20%;}}
@media only screen and (max-width: 1023px) and (min-width: 768px) {.mv-head hr{width: 20%;}}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {.mv-head hr{width: 30%;}}

.office-bearer tbody td{ padding:1rem; border-bottom:1px solid #ddd; width:33%}
.w-auto{ width:auto !important; max-width:100% !important}
.owl-stage .card{ min-height:230px}
/* Newfold */
.darkest-grey {
  color: #777777
}
.grey-light {
  color: #a5a5a5
}
.website-section {
  border-radius: 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.17) !important;
  padding-top: 40px;
  margin-top: -20px;
  background: white;
}
.grey-semi {
  color: #5b5252
}
.bg-img-oval {
  background-image: url(../images/oval-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.website-section:after {
  content: url("../images/particles.png");
  position: absolute;
  top: 10%;
  right: 10%;
}
.border-reddish {
  border: 1px solid #f79f9f;
  background: white;
}
.border-thik-pink {
  border-bottom: 5px solid #ff7f7f
}
.line-h-small {
  line-height: 21px
}
.line-h-27 {
  line-height: 27px;
}
.verticle-layer {
  width: 100%;
  background: #f4e5e5;
}
@media (max-width:767px) {
  .website-section:after {
    display: none;
  }
}
@media (min-width:1025px) {
  .border-reddish {
    height: 384px;
  }
  .verticle-layer {
    content: '';
    position: absolute;
    width: 85%;
    background: #f4e5e5;
  }
}
@media (min-width:767px) and (max-width:1025px) {
  .border-reddish .mt-6 {
    margin-top: 0 !important
  }
}
.btn-green-hover {
    color: white !important;
    background: #00a20c;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #00a20c;
}
.btn-green-hover:hover{
    color: #00a20c !important;
    background: transparent;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #00a20c;
    transition: all 0.3s linear 0s;
}
.journ-sec p:first-child {
    margin-top: 0 !important;
    margin: 0 !important;
}

/********* window popup **********/	
#welcome-popup p { 
	font-size: 13px; 
	line-height: 1.5; 
}	
#welcome-popup #overviewcontent{display:none}

#welcome-popup .show-btn, .show-btn{  
	cursor:pointer;   
	color: #e6544d !important; 
	font-weight: 600; 
	text-transform: uppercase;
}
	#welcome-popup .popup-close {
    position: absolute;
    right: 20px;
    color: #e6544d !important;
    font-size: 20px;
    width: 20px;
    text-align: center;
	font-weight: 600; 
	z-index: 999;
}
	.popup-section:after {
    content: url("../images/particles.png");
    position: absolute;
     bottom: -40px;
    right: -30px;
}
@media (min-width: 576px){
#welcome-popup  .modal-dialog {
    max-width: 480px !important;
    margin: auto;
}}
	
@media (min-width: 767px) and (max-width:800px){
#welcome-popup  .modal-dialog {
    max-width: 480px !important;
   
}
  #welcome-popup	.popup-form a{  display: inline-table  !important; 
	  margin-bottom: 1rem  !important; }
}
@media screen and (max-width: 767px) {
#welcome-popup .popup-close {  right: 20px !important;  }
#welcome-popup	.popup-form a{    margin-right: 0 !important;
        display: block !important; 
    padding: 10px 10px !important; 
    margin-bottom: 1rem !important; }
	#welcome-popup{overflow-y: auto !important; }
}
#welcome-popup{
    overflow-x: auto !important; 
    padding-right: 0 !important;  
	overflow-y: hidden;
	 -webkit-overflow-scrolling: touch !important; 
}
#welcome-popup .popup-form a {text-align: center;}



#overviewcontent2, #overviewcontent3, #overviewcontent4,#overviewcontent5, #overviewcontent6	{display: none}