/*
* Table of Contents:
* 	   - Media Queries
*   0 - media screen and (max-width: 1170px)
*   1 - media screen and (max-width: 1152px)
*   2 - media screen and (max-width: 1024px)
*   3 - media screen and (max-width: 992px)
*   4 - media screen and (max-width: 800px)
*   5 - media screen and (max-width: 768px)
*   6 - media screen and (max-width: 728px)
*   7 - media screen and (max-width: 640px)
*   8 - media screen and (max-width: 500px)
*   9 - media screen and (max-width: 480px)
*  10 - media screen and (max-width: 414px)
*  11 - media screen and (max-width: 375px)
* 	12 - media screen and (max-width: 360px)
*  13 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
/* 1.0 - Common Styles
---------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, a, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:hover {
	text-decoration: none;
	color: #f96906;
}
.btn {
	outline: none;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.btn:hover {
	cursor: pointer;
}
h1 {
	color: #222;
	display: block;
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
	padding: 0px;
	margin: 0 0 12px 0;
}
h2 {
	color: #333;
	display: block;
	font-size: 32px;
	font-weight: 300;
	line-height: 34px;
	margin: 0px 0 10px 0;
}
h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
	color: #444;
	padding: 0;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #333;
	padding: 0px;
	margin: 0 0 5px 0;
}
h5 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	color: #222;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}
h6 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}
.container {
	max-width: 1220px;
	width: 100%;
	padding: 0px;
}

.caps {
	text-transform: uppercase;
}
.white {
	color: #fff!important;
}
.blue {
	color: #1b95e0!important;
}
.pink {
	color: #df3c4f!important;
}
.purple {
	color: #712a73!important;
}
.orange {
	color: #f96906!important;
}
.green {
	color: #069a2a!important;
}
.pink_light {
	color: #ed4395!important;
}
.mb_3{ margin-bottom:30px;}
p {
	margin-bottom: 10px;
}
ul.list {
	padding: 0 0 0 16px;
	list-style: none;
}
ul.list li {
	padding: 4px 0;
}
ul.list li::before {
	content: "\f0a9";
	font-family: 'FontAwesome';
	padding: 0 7px 0 0;
	color: #28a745;
	font-size: 11px;
	margin-left: -16px;
	float: left;
}
.form-control {
	border-radius: 0;
}
.btn {
	border-radius: 0;
}

.form-error { color:#dc3545; font-size:13px; display:block;}
.valid { border:solid 1px #28a745;}
/*top bar
---------------------------------------------------------------------- */
header {
	width: 100%;
	z-index: 9999;
	position: absolute;
	padding: 15px 0;
}
header .darkHeader {
}
.darkHeader {
	background-color: #fff;
	position: fixed;
	top: 0px;
	padding: 10px 0;
	left: 0;
	right: 0;
	/*-webkit-transition: all .15s ease-out;
	-moz-transition: all .20s ease-out;
	-ms-transition: all .20s ease-out;
	-o-transition: all .20s ease-out;
	transition: all .20s ease-out;
	behavior: 'smooth';*/
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,.21);
	-moz-box-shadow: 0 3px 0 0 rgba(0,0,0,.21);
	box-shadow: 0 3px 0 0 rgba(0,0,0,.21);
}
.darkHeader .brand img {
	width: 80px;
}
.brand {
	float: left;
}
.darkHeader .header_right {
	float: right;
	margin: 15px 0;
}
.header_right {
	float: right;
	margin: 25px 0;
}
.cii_logo {
	margin-top: 10px;
	float: right;
}
.navigation {
	float: right;
	margin: 0;
}
.join {
	background-color: #28a745;
	padding: 12px 35px;
	margin: 0 0 0 15px;
	font-size: 17px;
	font-weight: 900;
	color: #fff;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	transform: skew(15deg);
	border-radius: 0px;
	border: 0px;
	letter-spacing: 0.5px;
}
.join span {
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	transform: skew(-15deg);
	display: block;
}
.join:hover {
	background-color: #f96906;
}
/*main_nav
---------------------------------------------------------------------- */
.main_nav {
	float: left;
}
/*.main_nav .navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 15px;
}*/
header a.blue_img {
	display: none;
}
.darkHeader a.white_img {
	display: none;
}
header a.white_img {
	display: block;
}
.darkHeader a.blue_img {
	display: block;
}
.darkHeader .main_nav .navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-nav {
	position: relative;
	width: 100%;
	background-color: transparent;
}
/*.main_nav .navbar-light .navbar-nav .nav-link {
	color: #fff;
	padding: 7px 8px;
}*/
.main_nav .dropdown-menu {
	padding: 0px;
	border-radius: 0px;
}
.main_nav .dropdown-item {
	padding: 7px 15px;
	border-bottom: 1px solid #eee;
	min-width: 220px;
	font-size: 15px;
}
.main_nav .dropdown-item:hover {
	background-color: #28a745;
	color: #fff;
}
.main_nav .dropdown-item:last-child {
	border-bottom: 0px;
}
/*banner section
---------------------------------------------------------------------- */
.ccr_banner {
	display: block;
	width: 100%;
	overflow: hidden;
}
@-webkit-keyframes zoom {
from {
-webkit-transform: scale(1, 1);
}
to {
	-webkit-transform: scale(1.2, 1.2);
}
}
@keyframes zoom {
from {
transform: scale(1);
}
to {
	transform: scale(1.2, 1.2);
}
}
.inner_banner {
	position: relative;
}
.banner_content {
	position: absolute;
	top: 45%;
	margin-left: 0px;
}
.ccr_banner .carousel-item > img {
	-webkit-animation: zoom 8s;
	animation: zoom 8s;
}
.carousel-caption {
	position: absolute;
	right: 0%;
	bottom: 10px;
	left: 0%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	top: 35%;
	margin: 0 auto;
	width: 1220px;
}
.ccr_banner h2 {
	font-size: 52px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	line-height: 56px;
}
.ccr_banner p {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
	line-height: 30px;
}
.m_t {
	top: 32% !important;
}
.carousel-indicators .active {
	background-color: #f96906;
}
.carousel-indicators {
	bottom: 40px;
}
.carousel-indicators li {
	background-color: #fff;
}
/*banner bottom
---------------------------------------------------------------------- */
.down_btn {
	text-align: center;
}
.down_btn a {
	position: absolute;
	width: 54px;
	height: 54px;
	background-color: #f96906;
	left: 0px;
	right: 0;
	margin: -25px auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	z-index: 99;
	padding-top: 12px;
}
.banner_bottom {
	background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/banner-bottom.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 94px;
	padding-top: 45px;
	text-align: center;
}
.piller_title {
	font-size: 32px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}
.down_arrow {
	display: inline-block;
	margin-top: 5px;
}
.ccr_section {
	width: 100%;
	padding: 50px 0;
}
.piller_box {
	display: inline-block;
	float: left;
	width: 100%;
}
.piller_left {
	float: left;
	width: 28%;
}
.piller_right {
	float: right;
	width: 72%;
	padding-left: 15px;
}
.piller_right h3 {
	font-weight: 300;
	line-height: 26px;
	letter-spacing: -0.10px;
	margin-bottom: 12px;
}
.piller_right a {
	color: #000;
	font-size: 17px;
}
.piller_right a:after {
	content: "/";
	padding: 0 5px 0 8px;
}
.piller_right a:last-child:after {
	content: "";
}
.piller_right a:hover {
	color: #0066a4;
}
/*our activities section
---------------------------------------------------------------------- */
.ccr_activities {
	background-image: url(../images/our_activities.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 50px 0;
	float: left;
}
.btn_india {
	font-size: 19px;
	font-weight: 900;
	color: #333;
	background-color: #a5fecf;
	padding: 5px 15px;
	line-height: 20px;
}
a.btn_read {
	font-size: 17px;
}
a.btn_read i {
	font-size: 14px;
}
.view_more {
	background-color: #f96906;
	padding: 14px 35px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	transform: skew(15deg);
	border-radius: 0px;
	border: 0px;
	margin: 0 8px 0 0;
	text-transform: uppercase;
	float: right;
}
.view_more span {
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	transform: skew(-15deg);
	display: block;
}
.view_more:hover {
	background-color: #e15e04;
}
.view_moreabo {
	background-color: #f96906;
	padding: 14px 35px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	transform: skew(15deg);
	border-radius: 0px;
	border: 0px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
.view_moreabo span {
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	transform: skew(-15deg);
	display: block;
}
.view_moreabo:hover {
	background-color: #e15e04;
}
.s_box {
	width: 95%;
	display: inline-block;
	margin: 0 auto;
}
.s_box h5 {
	margin-top: 20px;
	text-align: left;
}
.s_box p {
	font-weight: 400;
	text-align: left;
}
.s_box p a {
	padding-left: 10px;
	border-left: 1px solid #cccccc;
	margin-left: 10px;
	font-weight: 400;
}
.s_box p i {
	color: #f96906;
	margin-right: 10px;
}
/*leadership section
---------------------------------------------------------------------- */
.leadership_section {
	background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/activities_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 50px 0;
	background-size: cover;
	width: 100%;
	float: left;
}
.leadership_box {
	display: inline-block;
	width: 93%;
	background-color: #fff;
	padding: 10px;
	text-align: left;
}
.leadership_box img {
	width: 100%;
}
.leadership_box h2 {
	font-size: 26px;
	color: #222;
}
.leadership_top {
	padding: 10px;
}
.leadership_top p {
	margin-bottom: 15px;
}
.leadership_top a {
	margin-bottom: 15px;
	display: block;
}
.leadership_top {
	position: relative;
}
.leadership_top img {
	position: absolute;
	bottom: -22px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: auto;
}
/*our presence section
---------------------------------------------------------------------- */
.our_presence {
	background-image: url(../images/our-presence.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 50px 0;
	border-top: 1px solid #f1f1f1;
	background-position: top center;
	float: left;
}
.north_section {
	text-align: left;
	padding: 15px 20px 0 0px;
	width: 100%;
	float: right;
}
.north_section ul li {
	padding: 8px 0;
}
.presence_map {
	margin-top: 10px;
	/*background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/presence-map.png);
	background-repeat: no-repeat;
	background-position: top center;*/
	padding-bottom: 20px;
}
.presence_map a {
	color: #000;
	line-height: 24px;
	font-size: 17px;
	display: block;
}
.presence_map a:hover {
	color: #0066a4;
}
/*.presence_map a:after {
	content: "/";
	padding: 0 3px 0 5px;
}
.presence_map a:last-child:after {
	content: "";
}*/
.north_east_section a:last-child {
	display: block;
}
.north_east_section {
	float: left;
	text-align: left;
	padding: 10px 0 0 40px;
}
.east {
	float: right;
	padding: 40px 50px 0;
}
.west {
	text-align: right;
	padding: 30px 20px 0 0px;
	width: 75%;
	float: right;
}
.south {
	float: left;
	text-align: left;
	width: 70%;
	margin-top: 80px;
	padding: 10px 0 0 40px;
}
/*take pride section
---------------------------------------------------------------------- */
.take_pride {
	background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f6f6f6;
	padding: 50px 0 60px 0;
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
	float: left;
	width: 100%;
}
.pride_box {
	display: inline-block;
	/*background: rgba(255,255,255,.85);*/
	width: 100%;
	margin: 0 auto;
}
.pride_box h4 {
	color: #fff;
	font-size: 30px;
}
.pride_box h4 strong {
	color: #fff;
}
.whats_new {
	display: inline-block;
	width: 100%;
	background-color: #322b2b;
	padding: 35px 0 25px 0;
	float: left;
	background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/whats-new.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
marquee {
	padding-top: 5px;
}
marquee span {
	color: #fff;
	padding-top: 5px;
	border-right: 1px solid #fff;
	padding-right: 15px;
	margin-right: 15px;
}
.left_title {
	float: left;
	padding-right: 20px;
	width: 20%;
}
.right_marque {
	float: right;
	width: 80%;
}
.take_pride p {
	font-size: 20px;
	line-height: 29px;
	margin: 20px 0 0;
	color: #fff;
}
/*International Engagements section
---------------------------------------------------------------------- */
.section {
	padding: 70px 0;
	width: 100%;
	display: inline-block;
	float: left;
}
.engagements_box {
	float: left;
	width: 100%;
	padding-right: 15px;
	margin-top: 20px;
}
.engagements_box img {
	float: left;
	margin: 5px 25px 10px 0;
	border: 1px solid #ddd;
}
.engagements_box p {
	text-align: justify;
}
.engagements_box_2 {
	float: left;
	width: 100%;
	padding-left: 15px;
	margin-top: 25px;
}
.engagements_box_2 h3 {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 36px;
}
.engagements_box h3 {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 36px;
}
.engagements_box_2 img {
	float: left;
	margin: 5px 25px 10px 0;
	border: 1px solid #ddd;
}
.engagements_box_2 p {
	text-align: justify;
}
.read_more {
	background-color: #f96906;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	transform: skew(15deg);
	border-radius: 0px;
	border: 0px;
	margin: 0 8px 0 0;
	text-transform: uppercase;
	float: left;
	margin: 30px 0 0 0;
}
.read_more span {
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	transform: skew(-15deg);
	display: block;
}
.read_more:hover {
	background-color: #e15e04;
}
/*Young Indians Membership
---------------------------------------------------------------------- */
.membership_section {
	background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/map_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	display: block;
	overflow: hidden;
}
.membership_section_bg {
	background: rgba(0,0,0,.6);
	padding: 70px 0;
}
.map_tabs {
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: 40px;
}
.tabs_left {
	float: left;
	width: 15%;
	padding-right: 0px;
}
.tab_ryt_contect {
	float: right;
	width: 85%;
}
.tabs_left .nav-pills li {
	float: left;
	width: 100%;
}
.tabs_left .nav-pills li a {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	height: 45px;
	margin-left: -2px;
	background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/left-line.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	width: 100%;
	float: left;
	line-height: 40px;
}
.tabs_left .nav-pills li a.active {
	height: 45px;
	background-color: #fdd809;
	font-size: 24px;
	font-weight: 900;
	color: #ea624c;
	-webkit-border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	background-image: none;
}
.tabs_left .nav-pills li.active a {
	height: 47px;
	background-color: #fdd809;
	font-size: 30px;
	font-weight: 900;
	color: #ea624c;
	-webkit-border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	background-image: none;
}
.tabs_left .nav-pills {
	border-left: 2px solid #f96906;
}
.map_right {
	border-right: 2px solid #f96906;
	float: right;
	padding-left: 30px;
}
.tab_map {
	float: left;
	margin-top: 20px;
	padding-left: 30px;
}
.r_section h4 {
	background-color: #1b95e0;
	text-transform: uppercase;
	color: #fff;
	float: right;
	line-height: 26px;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 20px 6px 80px;
	margin-right: -2px;
	margin-bottom: 10px;
}
.r_section .left_r {
	float: left;
}
.r_section .right_r {
	float: right;
	margin-right: -9px;
}
.counter-value {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	padding: 0px 20px 44px 0;
	text-align: right;
	line-height: 36px;
}
.orange_back h4 {
	background-color: #f96906;
}
.green_back h4 {
	background-color: #069a2a;
	padding: 5px 20px 6px 30px;
}
.map_title {
	display: inline-block;
}
.r_section {
	text-align: right;
}
.pink_back h4 {
	background-color: #df3c4f;
	padding: 5px 20px 6px 20px;
}
.r_section ul {
	list-style: none;
	padding: 0px;
}
.r_section li {
	color: #fff;
	font-size: 20px;
	line-height: 37px;
	font-weight: 400;
}
.r_section li span {
	font-size: 27px;
	font-weight: 900;
	padding: 0 20px 0 50px;
}
/*pulications section
---------------------------------------------------------------------- */
.publications {
	display: inline-block;
	width: 100%;
	float: left;
}
.publications h2 {
	font-size: 28px;
}
.summits h2 {
	font-size: 28px;
}
.publications ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.publications li {
	width: 33.333%;
}
.summits {
	display: inline-block;
	float: right;
	padding-left: 40px;
}
.summits ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	margin: 25px -15px;
}
.summits li {
	width: 33.333%;
	text-align: right;
	padding: 0 15px;
}
.summits h2 {
	font-size: 28px;
}
/*Associates affiliates brand
---------------------------------------------------------------------- */
.associats_section {
	background-color: #f6f6f6;
	padding: 50px 0;
	float: left;
	width: 100%;
}
.associats_section h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.join_us {
	padding-right: 40px;
}
.affiliates_brand {
	padding-right: 20px;
}
.ccr_clients {
	width: 90%;
	margin: 15px auto 0;
	display: inline-block;
}
footer {
	background-color: #322b2b;
	padding: 70px 0 0;	
	width: 100%; float:left;
}
footer h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}
footer .form-control {
	padding: 14px 35px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	transform: skew(15deg);
	border-radius: 0px;
	border: 0px;
	margin: 0 8px 0 0;
	text-transform: uppercase;
	float: right;
	border: 1px solid #555;
}
.next_arrow {
	background-color: #f96906;
	padding: 14px 25px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	transform: skew(15deg);
	border-radius: 0px;
	border: 0px;
	margin: 0 8px 0 0;
	text-transform: uppercase;
	float: left;
}
.next_arrow span {
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	transform: skew(-15deg);
	display: block;
}
#search {
	display: inline-block;
	border: 1px solid #555;
	border-radius: 0;
	padding: 12px 10px;
	-moz-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	-o-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
	float: left;
	margin: 0 7px 0 5px;
	width: 75%;
	color: #fff;
}
#search input {
	border: 0;
	box-shadow: none;
	-moz-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	background-color: transparent;
	color: #aaa;
	font-weight: 300;
	width: 100%;
	padding: 2px 15px;
}
.footer_title {
	float: left;
}
.footer_title a {
	font-size: 18px;
	color: #fff;
	padding-right: 40px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 30px;
}
.footer_title a i {
	padding-right: 10px;
	font-size: 16px;
}
.foot_right {
	padding-left: 30px;
}
.foot_right ul.social_media {
	float: left;
	padding: 0px 0 0 20px;
	list-style: none;
	margin: 0px;
}
.foot_right ul.social_media li {
	float: left;
}
.foot_right ul.social_media li a {
	font-size: 20px;
	color: #fff;
	padding: 0 15px;
	line-height: 30px;
}
.foot_right .footer_link {
	padding: 0px;
	list-style: none;
	margin: 25px 0px 0;
	float: left;
	width: 100%;
}
.foot_right .footer_link li {
	float: left;
	line-height: 34px;
}
.foot_right .footer_link li a {
	font-size: 16px;
	color: #aaa;
	line-height: 15px;
	border-right: 1px solid #aaa;
	padding: 0 10px;
	line-height: 20px;
}
.foot_right .footer_link li a:hover {
	color: #fff;
}
.foot_right .footer_link li:last-child a {
	border-right: 0px;
}
.bottom_footer {
	border-top: 1px solid #393939;
	width: 100%;
	margin-top: 70px;
}
.bottom_footer p {
	padding: 20px 0;
	font-size: 15px;
	color: #999;
	margin-bottom: 0px;
}
.bottom_footer a {
	color: #fff;
}
.join_usb {
	background-color: #f96906;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	transform: skew(15deg);
	border-radius: 0px;
	border: 0px;
	margin: 0 8px 0 0;
	text-transform: uppercase;
	margin: 30px 0 0 7px;
}
.join_usb span {
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	transform: skew(-15deg);
	display: block;
}
.join_usb:hover {
	background-color: #e15e04;
}
/******************************navigation bar********************************/
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.main_nav .dropdown-menu li a {
	color: #000!important;
	padding: 7px 15px;
	border-bottom: 1px solid #eee;
	min-width: 220px;
	font-size: 15px;
	font-weight: 400;
}
.main_nav .dropdown-menu li a:hover {
	background-color: #28a745!important;
	color: #fff!important;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav li a {
	color: #fff;
	display: inline-block;
	padding: 13px 15px;
	font-size: 15px;
	text-transform: uppercase;
}
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}
.darkHeader .navbar-nav li a {
	color: #000!important;
}
.darkHeader .serch_bar {
	color: #000!important;
}
.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}
 @media screen and (max-height: 450px) {
.overlay {
	overflow-y: auto;
}
.overlay a {
	font-size: 20px
}
.overlay .closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
}
}
.navbar-expand-lg {
	float: left;
	padding: 0px;
}
.serch_bar {
	float: right;
	color: #fff;
	padding: 16px 15px;
}
.signupsec {
	display: inline-block;
}
.social_media {
	float: right;
	padding: 13px 15px;
}
.social_media a {
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	float: left;
}
.darkHeader .social_media a {
	color: #000!important;
}
.national_leadership {
	background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/national-leadership.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-attachment: fixed;
	background-position: left top;
}
.inner_text {
	padding: 15% 0 5%;
	display: inline-block;
}
.inner_text h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	padding-bottom: 15px;
	margin: 0px;
	line-height: 46px;
}
.inner_text p {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
}
.inner_title_back {
	background-color: #322b2b;
	padding-top: 40px;
	width: 100%;
	border-bottom: 3px solid #f96906;
	float: left;
	width: 100%;
}
.team_tab {
	list-style: none;
	padding: 0px;
}
.team_tab li {
	float: left;
}
.team_tab li a {
	background-color: #322b2b;
	border-radius: 0px;
	padding: 10px 35px;
	text-transform: uppercase;
	color: #fff;
}
.team_tab li a {
	background-color: #322b2b;
	border-radius: 0px;
	padding: 13px 30px;
	text-transform: uppercase;
	color: #fff;
	border: 0px;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	transform: skew(15deg);
	font-size: 16px;
	font-weight: 400;
	float: left;
}
.team_tab li a span {
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	transform: skew(-15deg);
	display: inline-block;
}
.team_tab li.active a {
	background-color: #f96906;
	border: 0px;
	color: #fff;
}
.inner_section {
	padding: 50px 0;
	width: 100%;
	background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/leadership_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block; float:left;
}
.inner_section_2 {
	padding: 60px 0;
	width: 100%;
	background-color: #fff;
}
.leader_box .media {
	background-color: #fff;
	margin: 15px 0;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
	position: relative;
	border: 1px solid #eee;
}
.leader_box .media h5 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}
.leader_box .media h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	color: #716b70;
	padding: 10px 0;
	margin-bottom: 0px;
}
.leader_box .media h3 span {
	display: block;
	color: #716b70;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
.leader_box .media p {
	color: #777;
	font-weight: 300;
	margin-bottom: 0px;
	font-size: 14px;
}
.leader_box:hover .media {
	background-color: #1b95e0;
}
.leader_box:hover .media h5 {
	color: #fff!important;
}
.leader_box:hover .media h3 {
	color: #fff;
}



.leader_box:hover .media h3 span {
	color: #fff;
}
.leader_box:hover .media p {
	color: #fff;
}
.leader_box:hover .modal-body p {
	color: #333;
}
.leader_box .modal-body p {
	color: #333;
	margin-bottom: 10px;
	font-weight: 400;
}
.leader_box .media .arrow_orange {
	background-color: #f96906;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	bottom: -12px;
	right: 12px;
	position: absolute;
	padding-top: 6px;
	opacity: 0;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.leader_box .media:hover .arrow_orange {
	opacity: 1;
}
.leader_box .modal-dialog {
	margin: 7rem auto;
}
.inner_title_backfix {
	position: fixed;
	top: 44px;
	left: 0px;
	right: 0px;
	z-index: 9;
}
.photo_gallery {
	background-image: url(../images/photo-gallery-banner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-attachment: fixed;
	background-position: left top;
	background-size: cover;
}
.gallery_box {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
	float: left;
}
.gallery_box img {
	width: 100%;
}
.gallery_box a {
	position: relative;
	float: left;
	width: 100%;
}
.gallery_bottom {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 4px 15px;
	left: 0px;
	right: 0px;
}
.gallery_bottom h5 {
	float: left;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
}
.gallery_bottom i {
	float: right;
	color: #fff;
	padding-top: 10px;
}

.Member_bg {
    background-image: url(../images/books-banner.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: left top;
    background-size: cover;
}


.eastern_team {
	background-image: url(http://beta.youngindians.net/public/themes/public/assets/img/eastern_team.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-attachment: fixed;
	background-position: left top;
	background-size: cover;
}
.leader_box h5 {
	font-weight: 600;
	margin: 15px 0 0;
}
.about_us p {
	text-align: justify;
}
.table_mar {
	display: inline-block;
	margin: 20px 0;
	width: 100%;
}
.bg-primary th {
	color: #fff;
}
.table-responsive {
	display: inline-table;
}
.forms_fields img {
	margin-top: 20px;
}
.forms_fields {
	margin-top: 30px;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #eee;
}
.forms_fields label {
	font-weight: 400;
	font-size: 15px;
}

.map_section { margin-top:15px;}

.map_section p {
	text-align: center;
	font-size: 22px;
	margin: 25px 0 0 0;
	font-weight: 600;
	color: #333;
}
.leader_box a.btn-link {
	padding: 0px;
	margin-top: 10px;
}
.leader_box a.btn-link:hover {
	color: #fff;
	text-decoration: none;
}
.leader_box:hover a.btn-link {
	color: #fff;
}
.modal {
	z-index: 9999;
}
.img_links {
	display: inline-block;
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.img_links ul {
	list-style: none;
	padding: 0px;
	display: inline-block;
	width: 100%;
}
.img_links ul li {
	padding: 2px 0;
	color: #000;
	font-weight: 600;
}
.img_links ul li a {
	padding: 0px;
	color: #444;
	font-size: 14px;
	display: block;
	text-align: left;
}
.img_links ul li a:hover, focus {
	text-decoration: none;
}
.img_links ul li a i {
	color: #007bff;
	padding-left: 5px;
}
.btn-link.focus, .btn-link:focus {
	text-decoration: none;
}
.media_links {
	display: inline-block;
}
.media_links ul {
	list-style: none;
	padding: 0px;
}
.media_links ul li {
	font-weight: 400;
	color: #333;
	padding: 7px 0;
}
.media_links ul li a {
	display: block;
	color: #007bff;
	font-size: 14px;
}
.media_links ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #007bff;
	font-weight: 700;
	padding-right: 5px;
}
.media_links ul li a strong {
	color: #444;
	font-weight: 400;
}
.img_linkscha {
	display: inline-block;
	margin-top: 0px;
	width: 100%;
	padding-top: 0px;
}
.img_linkscha ul {
	list-style: none;
	padding: 0px;
	display: inline-block;
	width: 100%;
}
.img_linkscha ul li {
	padding: 2px 0;
}
.img_linkscha ul li a {
	padding: 0px;
	color: #444;
	font-size: 14px;
}
.img_linkscha ul li a:hover, focus {
	text-decoration: none;
}
.img_linkscha ul li a i {
	color: #007bff;
	padding-left: 5px;
}
ul.list_arrow li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #007bff;
	font-weight: 700;
	padding-right: 5px;
}
.pp_social {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
	float: left;
}
.pp_social ul {
	margin: 0px;
	padding: 0px;
	list-style: outside none;
}
.pp_social li {
	margin: 0px 8px 0 0;
	padding: 0px;
	display: inline;
	float: left;
	color: #0056b3;
	font-weight: 600;
}
.pp_social li a {
	color: #0056b3!important;
	font-weight: 400;
}
.associates_sect {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
	float: left;
}
.associates_sect ul {
	margin: 0px;
	padding: 0px;
	list-style: outside none;
	margin-left: 7px;
	margin-right: 7px;
	display: flex;
	flex-wrap: wrap;
}
.associates_sect li {
	margin: 0px;
	padding: 7px;
	display: inline-block;
	float: left;
	width: 20%;
}
.associates_sect li .associt_clit {
	display: inline-block;
	float: left;
	width: 100%;
	border: solid 1px #eee;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
.associates_sect li .associt_clit img {
	width: 100%;
}
.governing_council {
	display: inline-block;
}
.governing_council ul {
	list-style: none;
	padding: 0px;
}
.governing_council ul > li {
	font-weight: 400;
	color: #000;
	padding: 8px 0 10px;
}
.governing_council ul > li > a {
	display: block;
	color: #555;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	padding-left: 10px;
	white-space: unset;
}
.governing_council ul > li > a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #007bff;
	font-weight: 700;
	padding-right: 5px;
}
.governing_council ul li a i {
	padding-left: 5px;
	color: #007bff;
}
.governing_council ul li a strong {
	color: #444;
	font-weight: 400;
}
.governing_council ul > li > a:first-child {
	padding-top: 5px;
}
.reports_section ul.nolist_style {
	padding: 0px;
	margin: 0px 0 15px 0;
}
.reports_section ul.nolist_style li a {
	color: #444;
	font-size: 15px;
	padding: 0 1px;
}
.reports_section ul.nolist_style li a:hover {
	color: #007bff;
}
.reports_section ul.nolist_style li {
	list-style: none;
}
.reports_section ul.nolist_style li a:before {
	content: "\f1c1";
	font-family: 'FontAwesome';
	color: #007bff;
	font-weight: 700;
	padding-right: 5px;
}
.reports_section a.pdf_smallicon:before {
	content: "\f1c1";
	font-family: 'FontAwesome';
	color: #007bff;
	font-weight: 700;
	padding-right: 5px;
	float: left;
	font-size: 13px;
}
.reports_section ul.chapter_reports {
	padding: 0px;
	margin: 0px 0 15px 0;
}
.reports_section ul.chapter_reports li a:hover {
	color: #007bff;
}
.reports_section ul.chapter_reports li {
	list-style: none;
}
.reports_section ul.chapter_reports li:before {
	content: "\f1c1";
	font-family: 'FontAwesome';
	color: #007bff;
	font-weight: 700;
	padding-right: 5px;
	float: left;
	font-size: 13px;
}
.reports_section ul.chapter_reports li span {
	width: 200px;
	display: inline-block;
}
.pic_icon {
	background-color: transparent;
	border: 0px;
	padding-left: 5px;
	color: #007bff;
	cursor: pointer;
}
.pic_icon:focus {
	outline: none;
}
.g_young ul {
	list-style: none;
	padding: 0px;
}
.g_young ul li {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}
.g_young ul li span {
	display: block;
}
.g_young ul > li > a {
	display: inline-block;
	line-height: 15px;
	margin-top: 10px;
	color: #007bff;
	float: left;
}
.g_young ul > li > a:after {
	content: "|";
	padding: 0 10px;
}
.img_links a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #007bff;
	font-weight: 700;
	padding-right: 5px;
	float: left;
	font-size: 13px;
}
ul.chapter_reports {
	list-style: none;
	padding: 0px;
	margin-bottom: 30px;
}
ul.chapter_reports li {
	padding: 3px 0;
}
ul.chapter_reports > li > span {
	width: 200px;
	display: inline-block;
}
ul.chapter_reports li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #007bff;
	font-weight: 700;
	padding-right: 5px;
	font-size: 13px;
}
ul.chapter_reports li a {
	padding: 0px;
	border: 0px;
	line-height: 14px;
	color: #666;
	font-weight: 400;
}
ul.chapter_reports li a:hover {
	text-decoration: none;
}
ul.chapter_reports li a i {
	color: #007bff;
	padding-left: 5px;
}
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	background-color: #28a745;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 12px 17px; z-index:9999;
}
#return-to-top img {
	transform: rotate(180deg);
	width: 20px;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
ul.list_square {
	padding: 15px;
	margin: 0px;
	list-style: square;
}
.arow_btn {
	background-color: #f96906;
	border-color: #f96906;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 25px;
	width: 60px;
	font-size: 24px;
	padding: 2px 20px;
}
.ccr_banner .next_arrow {
	margin-top: 25px;
	padding: 10px 25px;
	margin-left: 10px;
}
.blog_box {
	display: inline-block;
	width: 100%;
}
.blog_box a {
	display: inline-block;
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 25px;
}
.blog_box a img {
	width: 100%;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.blog_box a:hover img {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
.blog_box h4 {
	font-weight: 600;
	margin: 20px 0 10px 0;
	font-size:18px; line-height:24px;
}
.blog_box .blog_date {
	font-size: 13px;
	color: #888;
	margin-bottom: 10px;
}
.blog_box p {
	font-size: 15px;
	color: #555;
}
.btn-success {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.leadership_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	list-style: none;
	padding: 0px;
}
.leadership_list li {
	width: 20%;
	padding:20px 10px;
}
.leadership_list li img {
	margin-bottom: 15px;
}
.leadership_list li h5 {	
	font-weight: 700;
	font-size: 18px;
}

.modal-title{ font-size:22px!important;}
.leadership_list li a {
	cursor: pointer;
}
p.check_box:before {
	content: "";
	height: 15px;
	width: 15px;
	border: 1px solid #555;
	display: inline-block;
	float: left;
	margin: 4px 10px 0 0;
}
.joinus_form {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
	padding: 25px;
}
.joinus_form > .form-row > .col, .form-row > [class*="col-"] {
 padding-right: 10px;
 padding-left: 10px;
}




.join_form h4 {
	font-weight: 600;
}

.join i{ padding-right:5px;}

p.orange_text{ color:#f96906 !important; margin-top:15px;}
.joinus_form h5{ margin-top:15px; font-weight:600; margin-bottom:10px;}
.media h5{ padding-top:0px;}
.event_box{ background-color:#fff; padding:15px; margin:15px 0;}






 @media screen and (max-width:1220px) {
.container {
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
}
.carousel-caption {
	width: 100%;
	left: 15px;
	right: 15px;
}
.navbar {
padding: .5rem 0rem;
}
.navigation {
	float: right;
	margin: 5px 20px 0 0;
}
.main_nav .navbar-light .navbar-nav .nav-link {
	padding: 10px;
}
.join {
	margin: 15px 10px 0 10px;
}
.tab_map {
	width: 56%;
}
}
@media screen and (max-width:1120px) {
.ccr_banner h2 {
	font-size: 36px;
	line-height: 40px;
}
.ccr_banner p {
	margin-top: 10;
	font-size: 16px;
	line-height: 26px;
}
.carousel-caption {
	top: 45%;
}
.m_t {
	top: 40% !important;
}
.header_right {
	float: right;
	width: 100%;
}
.publications ul {
	margin: 25px -10px 0;
}
.publications li {
	padding: 0 10px;
}
}
@media screen and (max-width:1024px) {
.tab_map {
	width: 49%;
}
.main_nav .navbar-light .navbar-nav .nav-link {
	padding: 10px 6px;
}
.national_leadership {
	background-size: cover;
}
.leadership_list li {
	width: 25%;
}
}
@media screen and (max-width:991px) {
.south {
	margin-top: 40px;
}
.header_right {
	width: auto;
}
header .navbar-light .navbar-toggler {
	border: 0px;
	padding: 0px;
}
header .navbar-light .navbar-toggler {
	color: #fff;
	font-size: 52px;
	line-height: 36px;
	text-align: center;
}
.main_nav {
	float: left;
	margin: 7px 15px 0 0;
}
button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}
.navbar-nav {
	position: absolute;
	width: 230px;
	background-color: #fff;
	border: 1px solid #eee;
}
.main_nav .navbar-light .navbar-nav .nav-link {
	color: #000;
	padding: 7px 15px;
}
.darkHeader .navbar-light .navbar-toggler {
	color: #555;
}
.darkHeader .navbar-light .navbar-toggler:hover {
	color: #000;
}
.affiliates_brand {
	margin-bottom: 50px;
}
.tabs_left {
	width: 100%;
}
.flex-column {
	flex-direction: row!important;
}
.tabs_left .nav-pills .nav-link {
	background-image: none;
	margin: 5px 0;
}
.tabs_left #v-pills-tab {
	border-left: 0px;
}
.tabs_left .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	-webkit-border-radius: 0 0px 10px 10px;
	-moz-border-radius: 0 0px 10px 10px;
	border-radius: 0 0px 10px 10px;
	border-top: 2px solid #f96906;
}
.tab_map {
	width: 50%;
	margin: 0 auto;
	text-align: left;
	padding-left: 0px;
	margin-top: 40px;
}
.tab_ryt_contect {
	float: right;
	width: 100%;
}
.m_t {
	top: 30% !important;
}
.carousel-caption {
	top: 35%;
}
.social_media {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
.serch_bar {
	float: right;
	color: #fff;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 25px;
}
.left_title {
	width: 30%;
}
.right_marque {
	width: 70%;
}
.team_tab li a {
	padding: 13px 20px;
	font-size: 13px;
}
.navbar-nav li a {
	color: #000;
}
.associates_sect li {
	width: 25%;
}

.header_right{ margin-top:10px;}
.navbar-nav li a{ width:100%;}
.darkHeader .header_right {
    float: right;
    margin: 0;
}
.navbar-collapse{    position: absolute;
    top: 60px;
}


}
@media screen and (max-width:800px) {
.north_section {
	text-align: right;
	padding: 15px 50px 0 0px;
	width: 100%;
	float: right;
}
.south {
	padding: 10px 0 0 20px;
}
.east {
	float: right;
	padding: 40px 0px 0 50px;
}
.tab_map {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.tabs_left #v-pills-tab {
	display: inline-block;
	text-align: center;
}
.tabs_left .nav-pills .nav-link {
	display: inline-block;
}
.tab_ryt_contect {
	margin-top: 40px;
}
.map_right {
	width: 100%;
	margin-top: 30px;
	padding-left: 0px;
}
.left_title {
	width: 33%;
}
.right_marque {
	width: 67%;
}
.leadership_list li {
	width: 33.333%;
}
.north_section {
    text-align: left;
}



}
@media screen and (max-width:767px) {
.piller_right {
	float: right;
	width: 80%;
	padding-left: 0;
}
.piller_left {
	float: left;
	width: 20%;
}
.piller_box {
	margin: 15px 0;
}
.activities_box {
	margin: 25px 0;
	text-align: center;
}
.leadership_box {
	margin: 15px 0;
}
.presence_map {
	background-image: none;
}
.map_section {
	text-align: center;
}
.north_section {
	text-align: left;
	padding: 15px 0;
}
.north_east_section {
	padding: 15px 0;
	width: 100%;
}
.east {
	padding: 15px 0;
	width: 100%;
	text-align: left;
}
.west {
	width: 100%;
	padding: 15px 0;
	text-align: left;
}
.south {
	padding: 15px 0;
	width: 100%;
	margin-top: 0px;
}
.summits {
	padding: 0px;
	margin-top: 40px;
	width: 100%;
}
.summits li {
	text-align: left;
}
.foot_right {
	padding-left: 0;
	margin-top: 30px;
}
.bottom_footer {
	text-align: center;
}
.bottom_footer p {
	width: 100%;
}
.left_title {
	width: 35%;
}
.right_marque {
	width: 65%;
}
.main_nav {
	float: left;
	margin: 7px 5px 0 0;
}
.inner_text {
	padding: 30% 0 15%;
	display: inline-block;
}
.join {
	padding: 12px 15px;
}
.leadership_list li {
	width: 50%;
}
}
 @media screen and (max-width:640px) {
.piller_right {
	padding-left: 15px;
}
.join {
	padding: 10px 20px;
}
.left_title {
	width: 40%;
}
.right_marque {
	width: 60%;
}
.associates_sect li {
	width: 33.333%;
}
}
 @media screen and (max-width:550px) {
.cii_logo {
	display: none;
}
.view_more {
	float: left;
	margin-top: 20px;
}
.footer_title a {
	padding-right: 20px;
}
.left_title {
	width: 45%;
}
.right_marque {
	width: 55%;
}
.inner_text {
	padding: 30% 0 15%;
	display: inline-block;
}
.inner_text {
	padding: 40% 0 15%;
	display: inline-block;
}
.reports_section ul.chapter_reports li span {
	width: auto;
	display: inline-block;
	padding-right: 20px;
}
}
 @media screen and (max-width:500px) {
.join {
	padding: 8px 25px;
	margin-top: 20px;
}
.carousel-indicators li {
	background-color: #fff;
	display: none;
}
.take_pride p {
	padding: 0 15px;
}
.join {
	padding: 10px 20px;
}
.navigation {
	margin-right: 0px;
}
.main_nav {
	margin-right: 0px;
}
.social_media {
	margin-right: 0;
}
.left_title {
	width: 50%;
}
.right_marque {
	width: 50%;
}
.inner_title_back {
	display: none;
}
}
 @media screen and (max-width:480px) {
.left_title {
	width: 100%;
}
.right_marque {
	width: 100%;
}
.associates_sect li {
	width: 50%;
}
.social_media{ display:none;}
.affiliates_brand{ padding-right:0px;}
.joinus_form{ padding:15px;}
.event_box .media{ display:inline-block;}
.event_box .media img{ margin-bottom:15px; width:100%;}



}
 @media screen and (max-width:414px) {
.piller_title {
	font-size: 24px;
	line-height: 30px;
}
.join {
	padding: 5px 15px;
	margin-top: 25px;
}
.engagements_box_2 img {
	float: none;
	margin-bottom: 20px;
}
.engagements_box img {
	float: none;
	margin-bottom: 20px;
}
.engagements_box_2 h3 br {
	display: none;
}
.r_section h4 {
	font-size: 14px;
}
.r_section li {
	font-size: 16px;
}
.summits li {
	width: 100%;
	padding: 15px;
}
.publications li {
	width: 100%;
	padding: 15px;
}
.social_media {
	margin-right: 0;
	display: none;
}

.brand {

    margin-top: 0px;
    width: 25%;

}

.header_right {
    margin-top: 0;
}



}
 @media screen and (max-width:375px) {
.down_btn a {
	display: none;
}
.brand {
	float: left;
	width: 22%;
	
}
header {
	top: 0
}
.r_section h4 {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px 6px;
}
.navigation {
	float: right;
	margin: 5px 0 0 0;
}
.main_nav {
	margin:0px 5px 0 0;
}
.banner_bottom {
	padding-top: 40px;
}
.serch_bar {
	margin-right: 0px;
	margin-left: 15px;
}
.join {
	padding: 5px 10px;
	margin-top: 20px;
	font-size: 13px;
}
.associates_sect li {
	width: 100%;
}

.header_right {

    margin-top: 0;

}



}
 @media screen and (max-width:360px) {
.leadership_list li {
	width: 100%;
}
.leadership_list li img {
	width: 100%;
}
}
 @media screen and (max-width:320px) {
.piller_title {
	font-size: 20px;
	line-height: 30px;
}
.r_section h4 {
	font-size: 13px;
}
.r_section li {
	font-size: 13px;
}
.publications h2 {
	font-size: 24px;
}
.next_arrow {
	padding: 14px 15px;
}
}






































