/*
 * 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: "Open Sans";
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #222;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #222;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
	padding-top: 10px;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 24px;
}
h5 {
	font-family: "Open Sans";
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 22px;
	font-weight: 600;
}
h6 {
	font-family: "Open Sans";
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	padding-top: 10px;
	font-weight: 600;
	letter-spacing: -0.25px;
}
h7 {
	font-family: "Open Sans";
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	padding-top: 10px;
	font-weight: 600;
	letter-spacing: -0.25px;
	line-height: 20px;
	display: block;
}
a {
	outline: 0;
	color: #000;
	-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;
}
ul {
	list-style: none;
}
ol, ul {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0 0 0 18px;
}
ul.universal {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 18px !important;
	display: inherit !important;
}
ul.universal li {
	padding: 3px 0 !important;
	margin: 0px !important;
	display: inherit !important;
	width: 100% !important;
}
ul.universal li::before {
	content: "\f111";
	font-family: 'FontAwesome';
	padding: 0 7px 0 0;
	color: #f5893a;
	font-size: 8px;
	margin-left: -16px;
	float: left;
}
.btn {
	outline: 0;
	-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;
	cursor: pointer;
}
p {
	margin-bottom: 10px;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0 !important;
	box-shadow: none !important;
}
.container {
	padding: 0;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.modal-header {
	justify-content: flex-end;
}
.modal-body ol {
	padding: 0 0 0 20px;
	margin: 0px;
}
.modal-body ol li {
	display: list-item !important;
	width: 100% !important;
	padding: 5px 0 !important;
	line-height: 22px;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	cursor: pointer;
}
.blue {
	color: #00a0e3;
}
p a {
	color: #00a0e3;
}
p a:hover {
	color: #352d74;
}
.ml20 {
	margin-left: 20px;
}
.breadcrumb {
	background-color: transparent;
	padding: 0px;
	margin-bottom: 25px;
}
.breadcrumb-item a {
	color: #01a0e2;
}
/* Top-Header
---------------------------------------------------------------------- */
.ccr_header {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 7px 0;
	text-align: center;
}
.logo {
	float: left;
}
.header_ryt {
	width: 55%;
	display: inline-block;
	float: right;
	padding: 0px;
}
.cii_logo {
	float: right;
}
.dop_logo {
	display: inline;
	margin: 4px auto;
}
.number_top i {
	float: left;
	margin: 4px 20px 20px 0;
	border: 1px solid #ddd;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 8px;
	font-size: 15px;
	color: #787c83;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.number_top a {
	font-size: 14px;
	font-weight: 700;
	margin-right: 10px;
}
.number_top a:hover {
	color: #00a0e3;
}
.number_top p {
	margin-bottom: 0px;
}
.number_top p a {
	color: #787c83;
	font-weight: 400;
}
.number_top {
	font-weight: 700;
	color: #000;
}
.number_top {
	border-right: 1px solid #eaeaea;
	margin-right: 30px;
	padding: 15px 0 15px;
}
.top_right {
	text-align: right;
	margin: 4px 0;
}
.top_right span {
	text-align: right;
	padding-top: 8px;
	display: inline-block;
	padding-right: 12px;
	font-weight: 600;
	color: #222;
	line-height: 16px;
}
.top_right a {
	float: right;
}
.top_right .btn {
	border: 0;
	font-weight: 600;
	font-size: 15px;
	margin: 5px 0px 0 0;
	display: block;
	float: right;
}
.top_right .btn i {
	margin-right: 10px;
}
.top_right .btn-primary {
	cursor: pointer;
	background-color: #01a0e2;
}
.top_right .btn-primary:hover {
	cursor: pointer;
	background-color: #02abf1;
}
.top_right .btn-success {
	cursor: pointer;
	background-color: #009746;
}
.top_right .btn-success:hover {
	cursor: pointer;
	background-color: #4e9d1e;
}
.nivoSlider .btn-primary {
	cursor: pointer;
	background-color: #00a2e3;
	border-color: #00a2e3;
}
.nivoSlider .btn-primary:hover {
	cursor: pointer;
	background-color: #017be2;
	border-color: #017be2;
}
.nivoSlider .btn-success {
	cursor: pointer;
	background-color: #009746;
	border-color: 009746;
}
.nivoSlider .btn-success:hover {
	cursor: pointer;
	background-color: #4e9d1e;
	border-color: #4e9d1e;
}
/* Navigation
---------------------------------------------------------------------- */
.ccr_navigation {
	background-color: #352d74;
	float: left;
	width: 100%;
}
/* banner
---------------------------------------------------------------------- */
.ccr_banner {
	float: left;
	width: 100%;
	display: inline-block;
	position: relative;
}
/* banner content
---------------------------------------------------------------------- */
.banner_text {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 450px;
}
.circle_box {
	position: relative;
	height: 425px;
	width: 425px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #53af3f;
	overflow: hidden;
	margin: 50px auto;
}
.plus_sign {
	margin-right: 50px;
	position: absolute;
	right: 0px;
}
.year_success {
	float: left;
	margin-left: 60px;
	margin-top: 120px;
	color: #fff;
	border-left: 5px solid #429e34;
	padding-left: 10px;
	position: relative;
}
.year_success span {
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	float: left;
	line-height: 60px;
}
.year_s {
	float: right;
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	line-height: 24px;
	padding-left: 15px;
}
.para_content {
	float: left;
	width: 100%;
	padding: 25px 50px 0 60px;
}
.para_content a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
.para_content a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 5px;
}
.circle_box p {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
}
.second_circle {
	float: right;
	margin-top: -190px;
	text-align: center;
	z-index: 999;
	position: relative;
}
.second_circle a {
	background-color: #00a0e3;
	height: 145px;
	width: 145px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	border: 1px dashed #fff;
	box-shadow: 0px 0px 0px 7px #00a0e3;
}
.second_circle a:hover {
	background-color: #352d74;
	box-shadow: 0px 0px 0px 7px #352d74;
}
.delegate_registration {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding-top: 10px;
}
.delegate_registration .fa-calendar {
	font-size: 30px;
	display: block;
	margin: 8px auto;
}
/* ccr section
---------------------------------------------------------------------- */
.ccr_section {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.about_us p {
	padding: 10px 0 20px;
}
.read_more {
	border: 2px solid #5eae2a;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 10px 20px;
	margin-top: 30px;
}
.read_more:hover {
	background-color: #5eae2a;
	color: #fff;
}
.media {
	padding: 18px 0;/*border-top: 1px dashed #dddddd;*/
}
.media:first-child {
	border-top: none;
}
.d_time_pharma {
	background-color: #00a2e3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 12px;
	text-align: center;
	color: #fff;
	margin: 10px auto 15px auto;
	display: inline-block;
	font-size: 13px;
	line-height: 19px;
	font-weight: 600;
}
.d_time_bio {
	background-color: #009746;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 12px;
	text-align: center;
	color: #fff;
	margin: 10px auto 15px auto;
	display: inline-block;
	font-size: 13px;
	line-height: 14px;
	font-weight: 600;
}
.media-body p {
	margin-bottom: 0px;
}
.list-unstyled {
	margin-bottom: 0px;
}
.about_us {
	padding-right: 25px;
}
.news_event img {
	border: 1px solid #eee;
	padding: 5px;
	height: 130px;
	width: 130px;
}
/*section
---------------------------------------------------------------------- */
section {
	background-color: #f7f7f7;
	padding: 50px 0;
	float: left;
	display: inline-block;
	width: 100%;
}
.section p {
	font-weight: 300;
	margin-bottom: 10px;
}
.publication {
	padding-right: 15px;
}
.r_box {
	margin: 28px 0 15px;
}
/*footer
---------------------------------------------------------------------- */
footer {
	float: left;
	width: 100%;
	padding: 40px 0;
	background-color: #1e1757;
}
footer h5 {
	color: #fff;
}
.usefull_links {
	padding-right: 50px;
}
.usefull_links ul {
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.usefull_links li {
	width: 50%;
	float: left;
	padding: 0 20px;
}
.usefull_links li a {
	color: #fff;
	border-bottom: 1px solid #2a2269;
	padding: 10px 0;
	display: block;
}
.usefull_links li a:hover {
	padding-left: 10px;
}
.foot_addres p {
	color: #fff;
	font-weight: 300;
	margin: 15px 0;
	display: flex;
	line-height: 22px;
}
.foot_addres a {
	color: #fff;
	font-weight: 300;
}
.foot_addres i {
	font-size: 20px;
	padding: 0 10px 10px 0;
	float: left;
}
.foot_addres {
	padding-right: 60px;
}
.no_pad {
	padding-right: 0px!important;
}
.foot_addres span {
	color: #fff;
	font-weight: 300;
	margin: 15px 0 0;
	display: block;
}
.bottom_footer {
	float: left;
	background-color: #130c46;
	padding: 0px;
	color: #cccccc;
	font-weight: 300;
	font-size: 13px;
}
.design {
	text-align: right;
	color: #cccccc;
	line-height: 50px;
}
.design a {
	color: #ccc;
	font-size: 13px;
}
.reserved {
	line-height: 50px;
}
.social_media {
	margin-top: 8px;
}
.social_media ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.social_media li {
	display: inline-block;
}
.social_media li a {
	float: left;
	text-align: center;
	font-size: 18px;
	color: #bbb;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding-top: 3px;
	margin: 0 10px;
}
.social_media li a:hover {
	color: #fff;
}
/*inner pages css
---------------------------------------------------------------------- */
.committee {
	display: inline-block;
	width: 100%;
}
.first_committee {
	border: 1px solid #ccc;
	float: left;
	margin: 20px 0;
	width: 100%;
}
.second_row {
	display: inline-block;
	width: 100%;
}
.second_row ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0px;
	margin: 0px -15px;
}
.second_row ul li {
	width: 50%;
	padding: 15px;
	display: flex;
}
.second_row ul li .c_box {
	border: 1px solid #ccc;
	padding-bottom: 10px;
}
.second_row ul li .c_box img {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}
.first_committee .c_box {
	float: left;
	width: 25%;
}
.first_committee .c_bottom {
	float: left;
	width: 75%;
	padding-left: 25px;
	margin-top: 20px;
}
.c_bottom h7 {
	color: #00a0e3;
	padding-top: 0px;
}
.committee .close, .committee_pharma .close {
	font-family: Arial;
	position: absolute;
	right: -13px;
	top: -13px;
	z-index: 9999;
	opacity: 1;
}
.committee .close:not(:disabled):not(.disabled):focus, .committee .close:not(:disabled):not(.disabled):hover, .committee_pharma .close:not(:disabled):not(.disabled):focus, .committee_pharma .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
.committee .modal-body, .committee_pharma .modal-body {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	padding: 20px;
}
.committee ul, .committee_pharma ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	list-style: none;
	padding: 0px;
}
.committee ul li, .committee_pharma ul li {
	width: 25%;
	padding: 15px;
	display: flex;
}
.committee ul li a, .committee_pharma ul li a {
	display: flex;
	cursor: pointer;
	width: 100%;
}
.committee ul li .c_box, .committee_pharma ul li .c_box {
	border: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}
.committee ul li a:hover .c_box {
	border: 1px solid #009746;
	background-color: #009746;
}
.committee_pharma ul li a:hover .c_box {
	border: 1px solid #00a2e3;
	background-color: #00a2e3;
}
.committee ul li .c_box img, .committee_pharma ul li .c_box img {
	margin-bottom: 10px;/*border-bottom: 1px solid #eee;*/
}
.c_box p {
	line-height: 20px;
}
.committee ul li a:hover .c_box p, .committee_pharma ul li a:hover .c_box p {
	color: #fff;
}
.c_box h6 {
	color: #222;
	margin: 0px 0 10px 0;
	font-size: 17px;
	line-height: 21px;
}
.committee ul li a:hover .c_box h6, .committee_pharma ul li a:hover .c_box h6 {
	color: #fff;
}
.committee_pharma ul li a .c_box h7 {
	color: #00a0e3;
	font-size: 13px;
	font-weight: 400;
	padding-top: 0px;
}
.committee ul li a .c_box h7 {
	color: #009746;
	font-size: 13px;
	font-weight: 400;
	padding-top: 0px;
}
.committee ul li a:hover .c_box h7, .committee_pharma ul li a:hover .c_box h7 {
	color: #fff;
}
.c_box a {
	background-color: #00a0e3;
	color: #fff;
	padding: 5px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: none;
	border-radius: 4px;
	font-size: 16px;
	margin-left: 15px;
}
.c_box a:hover {
	background-color: #222;
}
.c_bottom {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
}
.liststyle_squre {
	list-style: square;
	padding: 0 0 15px 20px;
}
.liststyle_squre li {
	color: #555;
	padding: 4px 0;
}
.liststyle_squre h5 {
	margin-left: -15px;
}
.venue_inner {
	background-color: #f5f5f5;
	margin: 10px 0 25px;
	padding: 10px 20px;
}
.inner_left p {
	color: #666666;
}
.about_venue {
	text-align: justify;
	padding-left: 20px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.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;
}
.dropdown-submenu a i {
	float: right;
	margin-top: 7px;
	font-size: 10px;
}
ul.list_squre {
	list-style: none;
	padding: 0px;
}
ul.list_squre li {
	padding: 5px 0;
}
ul.list_squre li:before {
	content: "\f138";
	font-family: 'FontAwesome';
	color: #0069d9;
	padding-right: 6px;
}
.contact_box i {
	float: left;
	font-size: 16px;
	padding: 5px 10px 10px 0;
	color: #00a0e3;
}
.contact_box span {
	color: #000;
	display: block;
	font-weight: 300;
	margin: 15px 0 0;
}
.contact_box {
	border: 1px dashed #ccc;
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.btn_pad {
	padding-left: 20px;
	padding-right: 20px;
}
.c_box .modal-dialog {
	max-width: 600px;
}
.btn_pad i {
	padding-right: 5px;
}
.c_box h6 {
	cursor: pointer;
}
.latest_update ul li a:hover {
	background-color: #352d74;
}
.latest_update ul li a i {
	margin-right: 5px;
	font-size: 16px;
}
.contact_form .form-control {
	font-size: 13px;
}
.contact_form {
	display: inline-block;
	float: left;
	width: 100%;
}
.gallery-lightbox ul {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.gallery-lightbox ul li {
	width: 25%;
	float: left;
	padding: 10px;
}
.gallery-lightbox ul li img {
	width: 100%;
	border: 1px dotted #ccc;
	padding: 2px;
}
.news_event ul {
	margin: 0 -20px;
	width: 100%;
	display: inline-block;
	float: left;
}
.news_event ul li {
	float: left;
	width: 50%;
	padding: 15px 20px;
}
.news_event ul li h4 {
	margin-bottom: 0px !important;
}
.form_background {
	display: inline-block;
	background-color: #f9f9f9;
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid #eee;
}
.registration_form {
	display: inline-block;
	width: 100%;
	float: left;
}
.registration_form .table {
	margin-bottom: 0px;
}
.form_background .form-control {
	font-size: 13px;
}
.form_background .table {
	margin-bottom: 15px;
}
select.form-control:not([size]):not([multiple]) {
	height: 36px;
}
.event_partner {
	display: inline-block;
	padding: 0px;
	list-style: none;
	margin: 0 -10px;
	width: 100%;
}
.event_partner li {
	width: 20%;
	float: left;
	padding: 10px;
}
.event_partner li img {
	border: 1px solid #ddd;
}
.partners_page {
	display: inline-block;
	width: 100%;
}
.partners_page ul {
	list-style: none;
	padding: 0px;
}
.partners_page li {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
}
.partners_page li:first-child {
	margin-top: 0px;
}
.partners_page li img {
	margin: 7px;
	border: 1px solid #ddd;
	padding: 15px;
}
.partners_page li h4 {
	padding-left: 7px;
	text-transform: uppercase;
}
.list_row {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.list_row li {
	padding: 15px 10px;
	float: left;
	width: 25%;
}
.list_row li a {
	color: #fff;
	float: left;
	padding: 0px;
	text-transform: uppercase;
	border-radius: 3px;
}
.list_row li a img {
	border: 1px solid #ddd;
	padding: 3px;
}
.list_row li a h5, .list_row li h5 {
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.bor {
	border: 1px solid #ddd;
	text-align: center;
}
.upcoming_events {
	margin: 0;
	padding: 0;
}
.usefull_links h6 {
	color: #fff;
}
.mt_20 {
	margin-top: 20px;
	display: inline-block;
}
.inner_tabs {
	display: flex!important;
	z-index: 9!important;
	background-color: transparent!important;
	margin-bottom: 25px;
	border-bottom: 0px!important;
}
.inner_tabs .nav-item.show .nav-link, .inner_tabs .nav-link.active {
	color: #fff;
	background-color: #00a0e3;
	border-color: #00a0e3;
	border-radius: 0!important;
}
.inner_tabs li a {
	border-radius: 0 !important;
	font-size: 13px;
	text-transform: capitalize !important;
	background-color: #352d74;
	margin-right: 2px;
	margin-bottom: 3px;
}
.partners_logo {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: center;
}
.partners_logo li {
	width: 25%;
	padding: 15px;
}
.partners_logo li img {
	border: 1px solid #eee;
	width: 100%;
}
.partners_logo li h6 {
	font-size: 15px;
	color: #222;
	background-color: #eee;
	padding: 8px 10px;
	font-weight: 400;
	text-align: center;
	line-height: 22px;
}
.single__log{ padding-top:15px;}
.single__log h6 {
    font-size: 15px;
    color: 
#222;
background-color:
    #eee;
    padding: 8px 10px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
}
.single__log img {
    border: 1px solid 
    #eee;
    width: 100%;
}

.flyer {
	padding: 40px;
	border: solid 1px #ddd;
}
.stakeholder {
	padding: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	height: 500px;
	overflow-y: scroll;
}
.gallery_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.gallery_box a {
	display: block;
}
.gallery_box h5 {
	padding: 0px;
	margin: 0px;
	background-color: #00a2e3;
	color: #fff;
	padding: 15px;
}
.gray_back {
	background-color: #f9f9f9;
	padding: 10px 0;
}
.gray_back p {
	margin-bottom: 10px;
	line-height: 20px;
}
.gray_back b {
	line-height: 20px;
}
.list_square {
	display: block;
	width: 100%;
	list-style: square!important;
	padding: 0 20px;
	margin: 0!important;
}
.list_square li {
	width: 100% !important;
	padding: 5px 0 !important;
}
.list_square li:before {
	content: "\f138";
	font-family: 'FontAwesome';
	color: #0069d9;
	padding-right: 6px;
}

.content_left{ justify-content: left;}

.border_bottom { border-bottom:1px dashed #ccc;}


.wi_100 li{ width:100%;}

.three__logo li {
    width: 33.333%;
    padding: 15px;
}




 @media screen and (max-width:1224px) {
.container {
	padding: 0 15px;
	max-width: 100%;
}
 @media screen and (max-width:1080px) {
/* .logo {
 width: 21%;
}
.header_ryt {
 width: 79%;
}
.head_box {
width:37%;
}
.head_box:last-child {
width:26%;
}*/
.number_top i {
margin:4px 12px 20px 0;
}
.foot_addres {
 padding-right: 50px;
}
.committee ul li {
 width: 25%;
}
}
 @media screen and (max-width:992px) {
.number_top {
	margin: 0 10px 0 10px;
}
.dropdown-submenu > .dropdown-menu {
	left: auto;
	margin-left: -1px;
	margin-top: 0;
	position: static;
	right: -100%;
	top: 0;
	z-index: 99999;
}
.dropdown-submenu a i {
	float: none;
}
.gallery-lightbox ul li {
	width: 33.333%;
}
}
 @media screen and (max-width:900px) {
.ccr_navigation {
	position: relative;
}
.navigation {
	position: relative;
}
.partners_logo li {
	width: 25%;
}
}
 @media screen and (max-width:800px) {
.header_ryt {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	padding: 10px 0;
}
.head_box:last-child {
	float: left;
}
.number_top {
	margin: 0 5px;
}
.number_top a {
	margin-right: 0px;
}
.read_more {
	display: block;
}
.about_us {
	padding-bottom: 50px;
	padding-right: 0px;
}
.publication {
	padding: 0 0 50px 0;
}
.usefull_links {
	padding-right: 0px;
	padding-bottom: 50px;
}
.foot_addres {
	padding-right: 0px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #003340;
}
.reserved {
	line-height: 40px;
	text-align: center;
}
.social_media {
	margin: 10px 0;
	border-top: 1px dashed #003340;
	padding: 10px 0 5px;
	border-bottom: 1px dashed #003340;
}
.design {
	text-align: center;
	line-height: 40px;
}
.bottom_footer {
	padding: 15px 0;
}
footer {
	padding: 40px 0;
}
.usefull_links ul {
	margin: 0 -10px;
}
.committee ul li {
	width: 33.3333%;
}
.second_row ul li {
	width: 33.333%;
	padding: 10px;
}
.committee ul li, .committee_pharma ul li {
    width: 33.333%;
  
}
.three__logo li {
    width: 50%;
    padding: 15px;
}


}
 @media screen and (max-width:768px) {
.head_box {
	display: none;
}
.head_box:last-child {
	display: block;
	width: 100%;
}
.header_ryt {
	margin-top: 10px;
}
.head_box .btn {
	margin: 20px 0;
}
.about_venue {
	padding-left: 0;
	text-align: justify;
	margin-top: 30px;
}
.news_event ul li {
	float: left;
	width: 100%;
	padding: 15px 20px;
}
.read_more {
	margin-top: 30px;
	display: inline-block;
}
.partners_logo li {
	width: 33.333%;
}
}
 @media screen and (max-width:728px) {
.r_box h6 {
	margin-top: 20px;
}
.contact_box {
	margin-bottom: 25px;
}
.contact_form {
	margin-bottom: 30px;
}
.committee ul li, .committee_pharma ul li {
    width: 50%;
  
}
}
 @media screen and (max-width:640px) {
.logo {
	width: 160px;
}
.cii_logo {
	margin: 15px 0;
	width: 189px;
}
.modal-body iframe {
	overflow: scroll;
	height: 500px;
}
}
 @media screen and (max-width:550px) {
.committee ul li {
	width: 50%;
}
.le_mar {
	margin-bottom: 20px;
}
.first_committee .c_box {
	float: left;
	width: 100%;
}
.first_committee .c_bottom {
	float: left;
	width: 100%;
	padding: 0px 15px 10px;
}
.second_row ul li {
	width: 50%;
	padding: 10px;
}
.c_box img {
	width: 100%;
}
.gallery-lightbox ul li {
	width: 50%;
}
.partners_logo li {
	width: 50%;
}
.gray_back .media {
	display: inline-block;
}
.gray_back .media img {
	margin-bottom: 15px;
}
}
 @media screen and (max-width:480px) {
.header_ryt {
	width: 100%;
}
.banner_text {
	width: 85%;
}
.circle_box {
	width: 400px;
	height: 400px;
}
.year_success {
	position: relative;
	margin-top: 85px;
	z-index: 999;
}
.head_box:last-child {
	float: none;
	text-align: center;
}
.gallery-lightbox ul li {
	width: 100%;
}
.partners_logo li {
	width: 100%;
}
.committee ul li, .committee_pharma ul li {
    width: 100%;
  
}
.three__logo li {
    width:100%;
    padding: 15px;
}
}
 @media screen and (max-width:414px) {
.para_content {
	display: none;
}
.circle_box {
	height: 350px;
	width: 350px;
}
.year_success {
	margin: 90px 0 0 30px;
}
.second_circle {
	float: none;
	margin-top: -150px;
}
.header_ryt {
	width: 100%;
	text-align: center;
}
.head_box:last-child {
	text-align: center;
	margin-top: 0px;
}
.head_box .btn {
	margin: 5px 0 10px 0;
}
.committee ul li {
	width: 100%;
}
.second_row ul li {
	width: 100%;
	padding: 10px;
}
.logo {
	width: 150px;
}
.cii_logo {
	width: 169px;
}
}
 @media screen and (max-width:375px) {
.circle_box {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: auto;
	padding: 60px 15px;
	width: 100%;
}
.plus_sign {
	margin-right: 0;
	top: -50px;
}
.second_circle {
	float: none;
	margin-top: -50px;
}
.year_success {
	margin: 0px;
}
.banner_text {
	width: 95%;
}
.logo {
	width: 140px;
}
.cii_logo {
	width: 153px;
}
}
 @media screen and (max-width:360px) {
.banner_text {
	width: 100%;
}
.year_success span {
	font-size: 50px;
}
}
