@charset "utf-8";
/* CSS Document */
html {
    overflow: initial !important;
}
iframe.counter{
	display:none !important;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 16px;/*color: #000;*/
}
img {
	max-width: 100%;
	border: 0;
}
/*Placeholder*/

input::-webkit-input-placeholder {
color:#ababab;
opacity: 1;
}
input::-moz-placeholder {
color:#ababab;
opacity: 1;
}  /*firefox 19+*/
input:-ms-input-placeholder {
color:#ababab;
opacity: 1;
} /* ie */
 .logincontrol input::-webkit-input-placeholder {
color:#ababab;
opacity: 1;
}
.logincontrol input::-moz-placeholder {
color:#ababab;
opacity: 1;
}  /*firefox 19+*/
.logincontrol input:-ms-input-placeholder {
color:#ababab;
opacity: 1;
} /* ie */
 .form-control input::-webkit-input-placeholder {
color:#ababab;
opacity: 1;
}
.form-control input::-moz-placeholder {
color:#ababab;
opacity: 1;
}  /*firefox 19+*/
.form-control input:-ms-input-placeholder {
color:#ababab;
opacity: 1;
} /* ie */
 textarea::-webkit-input-placeholder {
color:#ababab;
opacity: 1;
}
textarea::-moz-placeholder {
color:#ababab;
opacity: 1;
}  /*firefox 19+*/
textarea:-ms-input-placeholder {
color:#ababab;
opacity: 1;
} /* ie */
.form-popup textarea::-webkit-input-placeholder {
color:#ababab;
opacity: 1;
}
.form-popup textarea::-moz-placeholder {
color:#ababab;
opacity: 1;
}  /*firefox 19+*/
.form-popup textarea:-ms-input-placeholder {
color:#ababab;
opacity: 1;
} /* ie */
/*End Reset*/
.clearfix {
	clear: both;
}
*, ::after, ::before {
	box-sizing: border-box;
}
h2, h3, h4, h5, h6 {
/*color: #000;*/
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
iframe {
	max-width: 100%;
}
h1, .h1 {
	font-size: 70px;
	line-height: 77px;
	font-weight: 800;
	margin-bottom: 0;
}
h2, .h2 {
	font-size: 42px;
	line-height: 38px;
	margin: 50px 0px;
	font-weight: 700;
	color: #000000;
}
h3, .h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;/*color: #fff;*/
}
h4, .h4 {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 4px;
}
h5, .h5 {
	font-size: 12px;
	line-height: 14px;
}
h6, .h6 {
	font-size: 12px;
	line-height: 14px;
}
.subheader {
	color: #000;
}
.subheading p, .subheading {
	font-size: 22px;
	color: #000;
	text-align: center;
	line-height: 28px;
}
p {
	margin: 0 0 18px 0;
	font-size: 16px;
	line-height: 22px;/*color: #000;*/
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #000;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;/*color: #000;*/
}
small {
	font-size: 93%;
}
header small {
	font-size: 80%;
	display: block;
}
footer small {
	display: block;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #000;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote p::before {
	content: '\201C';
}
blockquote p::after {
	content: '\201D';
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */
a, a:visited {
	text-decoration: underline;
	outline: 0;
}
a, a:visited {
	color: #1c97d4;
	text-decoration: none;
}
a:hover {
	color: #1c97d4;
}
p a, p a:visited {
	line-height: inherit;
}
.alpha {
	padding-left: 0 !important;
}
.omega {
	padding-right: 0 !important;
}
/* #Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}
/*ul {
	list-style: none outside;
}*/
ul, ol {
	padding: 0 0px 0 25px;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
.heading {
	text-align: center;
}
.container {
	max-width: 1150px;
	margin: 0 auto;
}
/*start header css*/
header.header {
	padding: 33px 0 17px;/*-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
}
.logo {
	float: left;
	max-width: 145px;
	margin-right: 8%;
}
.header nav {
	float: left;
	width: 64%;
	padding: 16px 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: right;
}
.header nav ul {
	margin: 0;
	padding: 0;
}
.header nav li {
	display: inline-block;
	margin: 0 36px 0 0;
	position: relative;
}
.header nav li:last-child {
	margin-right: 0;
}
.header nav a {
	border-bottom: 8px solid transparent;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-bottom: 22px;
}
.header nav a:hover, .nav > ul li.current-menu-item > a, .nav > ul li.current-menu-parent > a {
	color: #001432;
	border-bottom: 8px solid #1d97d4;
}
header {
	background-color: #f3f4f5;
	padding: 23px 0 20px;
}
.header.fixed-header .header_wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 999999;
	top: 0;
	background-color: #f3f4f5;
	padding: 23px 0 17px;
	box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}
body.logged-in.admin-bar .header.fixed-header .header_wrapper {
	top: 32px !important;
}
.logo {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*.header.fixed-header .logo {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	max-width: 130px;
}
.header.fixed-header .nav ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
}
.header.fixed-header {
	padding: 23px 0 17px;
	
}
.header.fixed-header nav {
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
header .nav ul li > ul {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	background: #fff;
	min-width: 233px;
	text-align: left;
	padding: 0;
	top: 49px;
	border: 1px solid #ccc;
	background-color: rgba(255,255,255,1);
}
.header nav li > ul li a {
	font-size: 15px;
	text-transform: capitalize;
	display: block;
	padding: 9px 11px;
	margin-bottom: 0;
	border: none !important;
}
header .nav li > ul li {
	display: block;
	margin: 0 0 1px;
	border-bottom: 1px solid #ccc;
}
header .nav li > ul li:last-child {
	border-bottom: 0;
}
header .nav li > ul li:hover > a, header .nav li > ul li.current-menu-item a {
	color: #1c97d4;
}
header .nav li.menu-item-has-children > a:after {
	content: "";
	background: url(../images/bottom-arrow.png) no-repeat;
	display: inline-block;
	width: 10px;
	height: 8px;
	background-size: 8px;
	position: absolute;
	top: 6px;
	margin-left: 4px;
}
/*start banner css*/
.banner {
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	margin-top: 99px !important;
}
.banner_wrapper {
	vertical-align: middle;
	display: table-cell;
	height: 550px;
	width: 100%;
	z-index: 9;
}
.blue_border {
	width: 100%;
	max-width: 500px;
	height: 15px;
	background-color: #1c97d4;
	position: absolute;
	bottom: 0;
	z-index: 111;
}
.banner h1 {
	position: relative;
	margin-top: 69px;
	  z-index: 111;
}
.banner_overlay {
	position: absolute;
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
}
.single_banner .banner_wrapper {
	color: #fff;
}
/*Under banner section*/
.vimeo_video img, .vimeo_video iframe, .vimeo_video video {
	height: 640px;
	margin: 0 auto;
	width: 100%;
	object-fit: inherit;
}
.vimeo_video {
	margin-bottom: 76px;
	margin-top: 86px;
	text-align: center;
}
.upcoming_event {
	margin-top: 73px;
}
/*end banner section*/

/*Home start events section*/
.events_section .event_box a {
	text-decoration: none;
	display: block;
}
.events_section .box_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.events_section .event_box {
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 32px;
	position: relative;
	background-color: #f4f4f4;
	padding-bottom: 30px;
	padding-bottom: 63px;
}
.events_section .event_box:nth-child(3n + 3) {
	margin-right: 0;
}
.events_section .image_caption {
	width: 100%;
	background: #000a28;
	text-align: center;
	position: absolute;
	color: #fff;
	padding: 5px 10px 7px;
}
.events_section .image_caption h3 {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #fff;
}
.events_section .event_box img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.events_section .event_box .main_image {
	width: 100%;
	height: 150px;
}
.events_section .event_box h5 {
	font-size: 18px;
	line-height: 21px;
	margin: 15px 0px;
}
.events_section .box_info {
	padding: 0 16px;
}
.events_section .event_name p, .events_section .event_name {
	font-weight: 600;
	line-height: 15px;
	font-size: 16px;
	padding: 0;
	color: #000000;
}
.events_section p {
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	padding: 7px 0 0px;
	margin: 0;
	color: #000;
}
.events_section .event_box .title {
	margin-bottom: 27px;
}
.events_section {
	margin-bottom: 70px;
	margin-top: 70px;
}
.events_section .event_info {
	position: absolute;
	bottom: 27px;
}
.events_section .heading h2, .events_section .event_box h5 {
	color: #000000;
}
/*.same_button {
	text-align: center;
}*/
.same_button .same_btn {
	max-width: 300px;
	width: 100%;
	display: block;
	margin: 0 auto;
	border: 3px solid #1c97d4;
	padding: 8px 10px;
	font-size: 24px;
	color: #000a28;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	text-transform: capitalize;
	cursor: pointer;
	overflow: hidden;
	box-shadow: none;
	transition: color 0.5s, transform 0.2s, background-color 0.2s;
	outline: none;
	z-index: 1;
}
a.same_btn:before, .popup_btn:before, .submit_btn:before, .printfriendly.pf-button a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #1c97d4;
	border-color: transparent;
	border-radius: 0;
	transform: translate(0px, -28px) scale(0.1);
	opacity: 0;
	z-index: -1;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
a.same_btn:hover:before, .blue_btn:hover:before, .popup_btn:hover:before, .submit_btn:hover:before, .printfriendly.pf-button a:hover:before {
	opacity: 1;
	transform-origin: 100px 100px;
	transform: scale(1) translate(0px, -26px);
}
.same_btn:after, .past_event_btn .blue_btn:after {
	content: "";
	background: url(../images/button-arrow.png) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: cover;
	background-position: center top;
	position: absolute;
	right: 12px;
}
.blue_btn:hover:after {
	background-position: center bottom;
}
.same_button .same_btn:hover, .printfriendly.pf-button a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1c97d4;
}
.same_btn:hover:after {
	background-position: center bottom;
}
.event_button .same_btn {
	max-width: 353px;
}
/*start Sponsor section css*/
.sponser_main_image img {
	width: 100%;
	display: block;
	object-fit: cover;
}
.sponsor_section .box_row {
	position: relative;
}
.sponsor_section .box_row, .sponsor_section .sponser_main_image img {
	height: 470px;
}
.sponsor_section .text_content {
	position: absolute;
	top: 0;
	right: 28px;
	width: 100%;
	max-width: 525px;
	margin-right: 22px;
	margin-left: 22px;
	padding: 8px 0 0;
	z-index: 0;
}
.sponsor_section .text_content ul {
	list-style: disc;
	margin: 0;
	padding: 0 0px 0 21px;
}
.sponsor_section .text_content li {
	line-height: 22px;
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 500;
}
.sponsor_section a.same_btn {
	font-weight: 700;
	max-width: inherit;
	padding: 4px 46px 6px 21px;
	margin: 0;
	width: inherit;
	display: inline-block;
}
.sponsor_section .same_button {
	text-align: left;
}
.sponsor_section .same_btn:after {
	width: 20px;
	height: 20px;
	right: 12px;
	top: 9px;
}
.sponsor_section .list_item {
	margin-bottom: 60px;
}
.sponsor_section .box_row {
	margin-bottom: 70px;
	margin-top: 70px;
}
.sponsor_section .box_row:nth-child(even) .text_content {
	right: auto;
	left: 39px;
}
.sponsor_section .box_row:nth-child(even) .same_btn {
	color: #fff !important;
}
/*start footer css*/
.footer_container {
	max-width: 800px;
	margin: 0 auto;
}
footer {
	background-color: #f4f4f4;
	padding: 45px 0 34px;
}
.footer_logo {
	margin-bottom: 20px;
}
.footer_content {
	display: flex;
	flex-wrap: wrap;
}
footer .left_side {
	width: 25%;
}
footer .left_side.social_links {
	width: 14%;
}
footer .left_side.quick_links {
	margin: 0 7% 0 13%;
	width: 41%;
}
footer p, footer p, footer p a {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	line-height: 23px;
	text-decoration: none;
}
footer .number p {
	margin-bottom: 0;
}
footer .address {
	margin-bottom: 32px;
}
footer h4 {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 16px;
	margin-top: 3px;
}
footer .quick_links a:hover, footer .quick_links .current_page_item a, footer .quick_links li.current-menu-item a, footer .quick_links .active-page {
	color: #4793ce;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .quick_links li {
	display: inline-block;
	width: 48%;
	float: left;
	margin-bottom: 10px;
}
footer .quick_links li:nth-child(even) {
	margin-left: 4%;
	float: right;
}
footer .quick_links a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
.social_icons a {
	background: url(../images/social-icons.png) no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	background-size: 93px;
}
.social_icons .facebook {
	background-position: 1px center;
	width: 21px;
}
.social_icons li {
	display: inline-block;
}
.social_icons .twiter {
	background-position: -29px center;
}
.social_icons .linkdin {
	background-position: -68px center;
	position: relative;
	top: -1px;
}
.social_icons li:nth-child(even) {
	margin-right: 7%;
	margin-left: 3%;
}
.social_icons a:hover {
	opacity: 0.8;
}
/*start Events page css*/

.banner.single_banner h1 {
	top: 0;
	margin-top: 0;
}
.single_banner .banner_wrapper {
	height: 370px;
}
.events_section .container {
	position: relative;
}
.past_event_btn .blue_btn {
	max-width: inherit;
	padding: 6px 46px 6px 16px;
	font-size: 20px;
	margin-top: 2px;
}
.past_event_btn .blue_btn:after {
	width: 19px;
	height: 19px;
	right: 13px;
	top: 9px;
}
.past_event_btn {
	position: absolute;
	right: 0;
	top: 0;
}
.blue_btn {
	max-width: 350px;
	width: 100%;
	display: block;
	position: relative;
	background-color: #000a28;
	padding: 10px 16px 10px;
	color: #fff !important;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 500;
	margin: 0 auto;
	cursor: pointer;
	overflow: hidden;
	box-shadow: none;
	transition: color 0.5s, transform 0.2s, background-color 0.2s;
	outline: none;
	z-index: 1;
}
.blue_btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #1c97d4;
	border-color: transparent;
	border-radius: 0;
	transform: translate(0px, -28px) scale(0.1);
	opacity: 0;
	z-index: -1;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.filter-block .dropdown-container {
	background-color: #2c2c2c;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 22px 26px;
	display: none;
	position: absolute;
	z-index: 999;
	text-align: left;
	left: -2px;
	min-width: 320px;
	top: 35px;
	cursor: auto;
}
.dropdown-container li label {
	cursor: pointer;
}
.filter-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropdown-container li {
	margin-bottom: 21px;
}
.filter-block li:last-child {
	margin-bottom: 0;
}
.filter-block input.fillter_checkbox {
	margin: 0 11px 0 0px;
	cursor: pointer;
}
.filter-block .event h4 {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}
.filter-block .dropdown {
	text-align: center;
	border: 2px solid #d0d0d0;
	width: 21.62%;
	margin-right: 4.5%;
	cursor: pointer;
	position: relative;
}
.filter-block .event {
	padding: 9px 10px 6px;
}
.filter-block {
	margin-bottom: 33px;
	display: flex;
	flex-wrap: wrap;
}
.filter-block .dropdown:nth-child(4n + 4) {
	margin-right: 0;
}
.filter-block .dropdown .event:after {
	content: "";
	background: url(../images/tringle-arow.png) no-repeat;
	width: 11px;
	height: 8px;
	display: inline-block;
	position: absolute;
	right: 22px;
	top: 35%;
}
.load-more {
	display: block;
}
.show-12-coulmn .same_button {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
.show-12-coulmn .event_box {
	float: left;/*display: none;*/
}
.box_wrapper.show-12-coulmn {
	position: relative;
	display: block;
}
.upcoming_event .show-12-coulmn {
	display: flex;
}
.filter-block .dropdown.open .event::after {
	transform: rotate(181deg);
}
/*confrence page css*/
.single_banner h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	line-height: normal;
}
.single_banner h3 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 52px;
	margin: 12px 0 13px;
}
.banner.small_size_title h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 52px;
	margin: 12px 0 13px;
}
.small_button .same_btn {
	max-width: initial;
	width: auto;
	font-weight: bold;
	text-align: left;
	padding: 4px 49px 5px 15px;
	display: inline-block;
	margin-right: 2.6%;
	border: 2px solid #1c97d4;
}
.small_button .same_btn:last-child {
	margin-right: 0;
}
.small_button .same_btn:after {
	width: 19px;
	height: 19px;
	right: 12px;
	top: 10px;
}
.future_work {
	margin-top: 38px;
	margin-bottom: 38px;
}
.insight_global_section.future_work {
	margin-top: 38px;
	margin-bottom: 67px;
}
.right_form .input_row {
	margin-bottom: 20px;
}
.future_work .left_side .box_content h3, .insight_global_section .box_content h4 {
	font-size: 60px;
	color: #000;
	line-height: normal;
	font-weight: bold;
	margin: 0;
}
.future_work .left_side .box_content h4, .future_work .left_side .box_content h5, .insight_global_section .box_content h5, .insight_global_section .box_content h6 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	margin: 0;
}
.future_work .left_side .box_content h5, .insight_global_section .box_content h6 {
	font-weight: 500;
	margin-bottom: 25px;
}
.central_wrapper {
	margin-top: 34px;
}
.future_work .left_side .box_content h4, .insight_global_section .box_content h5 {
	margin: 2px 0 9px;
}
.future_work .box_content p, .future_work .box_content .team_disonunt h4, .future_work .box_content li {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}
.future_work .box_content .team_disonunt p, .future_work .box_content .team_disonunt h4 {
	font-weight: 700;
}
.future_work .team_disonunt p {
	margin: 0;
}
.future_work .central_wrapper {
	display: flex;
	align-items: center;
}
.future_work .central_wrapper .right_side {
	width: 42%;
}
.future_work .innder_div {
	background: #f4f4f4;
	padding: 50px 20px;
}
.future_work .central_wrapper .left_side {
	margin-right: 5%;
	width: 100%;
}
.number_counter .number-count {
	text-align: center;
}
.number_counter span.timer {
	display: block;
	font-size: 90px;
	color: #1c97d4;
	text-align: center;
	font-weight: 700;
}
.number_counter strong.info {
	font-size: 22px;
	font-weight: 400;
	color: #000000;
	margin-top: -4px;
	display: block;
}
.number_counter .number-count:before {
	content: "";
	width: 120px;
	height: 5px;
	background-color: #000;
	display: block;
	margin: 0 auto;
}
.number_counter .counter-num {
	padding: 7px 0 76px;
}
.number_counter:last-child > .number-count .counter-num {
	padding-bottom: 0;
}
.speaker_section {
	background-color: #f4f4f4;
	padding: 50px 0 24px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.speaker_section h2 {
	margin-top: 0;
}
.speaker_section .load-more {
	margin-bottom: 45px;
}
.speaker_section .speaker_box h4, .speaker_section .speaker_box h4 a {
	font-size: 18px;
	color: #1e96d3;
	font-weight: 700;
	margin-bottom: 6px;
	text-transform: capitalize;
	line-height: normal;
}
.speaker_section .speaker_box h5.company_name {
	font-weight: bold;
}
.speaker_section .speaker_box h4 a:hover {
	color: #1d97d4;
}
.speaker_section .speaker_box h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 5px;
}
.speaker_section .speaker_box .description {
	padding: 15px 11px;
	text-align: center;
}
.speaker_section .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.speaker_section .speaker_box {
	margin-right: 12%;
	width: 25.3%;
	margin-bottom: 17px;
	display: none;
	padding: 0 2.86%;
}
.speaker_section .speaker_box:last-child {
	margin-right: 0 !important;
}
.speaker_section .speaker_box .main_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.speaker_section .speaker_box:nth-child(3n + 3) {
	margin-right: 0;
}
.tabs .tabs-list {
	margin: 0 0 38px;
	padding: 0;
	border-bottom: 1px solid #999999;
}
.tabs .tabs-list li {
	display: inline-block;
	margin-right: 9px;
	margin-bottom: 0;
	line-height: normal;
}
.tabs .tabs-list li a {
	display: block;
	font-size: 20px;
	color: #b4b4b4;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 25px 4px;
	border-bottom: 5px solid #b4b4b4;
	text-decoration: none;
}
.tabs .tabs-list li.active a {
	color: #000000;
	border-color: #00aeef;
}
.tabs .panel_heading h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
.tabs .heading_text:nth-child(even) h4 {
	text-transform: uppercase;
}
.tabs .heading_text {
	float: left;
	width: 73%;
}
.tabs .heading_text:nth-child(even) {
	float: right;
	width: auto;
	text-align: right;
}
.tabs .panel_heading {
	background-color: #001432;
	padding: 9px 33px 6px;
}
.tabs .tab {
	padding-bottom: 1px;
}
.tabs .panel_body {
	padding: 15px 32px 0;
}
.tabs ul {
	list-style: disc;
}
.tabs .tab {
	display: none;
}
.tabs .tab.active {
	display: block !important;
}
.tabs .panal_row {
	margin-bottom: 30px;
}
.same_btn.download_btn:after {
	background: url(../images/download-icon.png) no-repeat;
	width: 25px;
	height: 25px;
	background-size: cover;
	right: 9px;
	top: 6px;
}
.same_btn.download_btn:hover:after {
	background-position: center bottom;
}
.agenda_section .container {
	position: relative;
}
.agenda_section .same_button.small_button {
	position: absolute;
	right: 0;
	top: 0;
}
.agenda_section {
	margin-top: 60px;
	margin-bottom: 47px;
}
.agenda_section.webinar_page {
	margin-top: 47px;
	margin-bottom: 55px;
}
.agenda_section .tabs {
	margin-bottom: 29px;
}
.agenda_section .same_btn.download_btn {
	padding: 4px 60px 5px 26px;
}
.agenda_section .same_btn.download_btn:after {
	width: 22px;
	height: 22px;
	right: 19px;
	top: 7px;
}
.professional_certification .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.professional_certification .left_side {
	width: 26%;
	margin-right: 4%;
}
.professional_certification .right_side {
	width: 70%;
}
.professional_certification .left_side p strong {
	font-weight: 600;
	display: inline-block;
	margin-right: 3px;
}
.professional_certification .left_side p {
	margin-bottom: 0;
}
.professional_certification .sponser_logo {
	margin-bottom: 10px !important;
	max-width: 195px;
}
.professional_certification .right_side h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 22px;
	line-height: normal;
}
.professional_certification .right_side p {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
}
.small_text {
	font-size: 10px !important;
	line-height: 12px !important;
}
.professional_certification small {
	font-size: 10px !important;
	line-height: 12px !important;
}
.company_logos {
	background-color: #f4f4f4;
	padding-top: 1px;
	margin-top: 95px;
}
.company_logos.bg_color {
	padding-top: 18px;
}
.company_logos .logos_list {
	margin-top: 65px;
}
.company_logos .logos_list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.company_logos .logos_list ul li {
	width: 20%;
	text-align: center;
	padding: 0 60px;
	margin-bottom: 60px;
}
.company_logos .logos_list li img {
	width: 100%;
	object-fit: contain;
	height: 100%;
	display: block;
	max-height: 80px;
}
.sponsers_section .coulmn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sponsers_section .left_coulmn {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 70px;
}
.sponsers_section .left_coulmn:last-child {
	margin-right: 0;
}
.sponsers_section .left_coulmn:nth-child(3n + 3) {
	margin-right: 0;
}
.sponsers_section .left_coulmn h5, .sponsers_section .left_coulmn h5 a {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	line-height: normal;
}
.sponsers_section .logo_image {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 13px;
}
.sponsers_section .logo_image img {
	width: 230px;
	height: 100px;
	object-fit: contain;
}
.sponsers_section {
	padding-top: 17px;
	padding-bottom: 1px;
}
.sponsers_section .left_coulmn h5 a:hover {
	color: #1c97d4;
	text-decoration: none;
}
.ready_attend .small_button {
	text-align: center;
}
.ready_attend {
	background-color: #f4f4f4;
	padding: 8px 0 70px;
	margin-top: 0 !important;
}
.ready_attend .small_button .same_btn {
	margin-right: 1%;
}
.cta_signup {
	background-size: cover !important;
	background-position: center !important;
	padding: 87px 0 100px;
	margin-top: 54px;
	margin-bottom: 54px;
}
.cta_signup h2 {
	color: #fff;
	margin: 0;
	line-height: normal;
}
.cta_signup h3 {
	text-align: center;
	font-size: 24px;
	line-height: normal;
	margin: 29px 0 50px;
}
.cta_signup .signup_btn {
	color: #fff !important;
}
.cta_signup .small_button .same_btn {
	padding: 5px 38px 6px 27px !important;
	width: auto !important;
}
.popup {
	right: 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(11, 11, 11, 0.8);
	height: 100%;
	z-index: 9999999;
	display: none;
}
.popup .contain {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 51%);
	transform: translate(0, -51%);
	max-width: 500px!important;
	width: 100%;
	margin: 0 auto;
	border-radius: 4px;
}
.popup .form {
	background-color: transparent;
	padding: 0;
}
.popup .close-btn {
	text-align: right;
}
.popup .inner_div {
	background: #fff;
	padding: 30px 30px 32px;
	max-height: 93vh!important;
	overflow: auto;
}
.popup .close-btn .cross {
	font-style: normal;
	font-size: 28px;
	display: inline-block;
	cursor: pointer;
	background: #4790e2;
	border-color: #4790e2;
	color: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	position: relative;
	padding: 0 6.5px;
	top: 17px;
	left: 7px;
	z-index: 9;
}
.popup h3 {
	color: #000;
	text-transform: capitalize;
	margin: 0;
	font-size: 30px;
	line-height: normal;
	margin-bottom: 20px;
}
body.show_popup {
/*position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;*/
}
textarea {
	height: 95px;
}
.signup_form label {
	display: inline-block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #000000;
	text-transform: capitalize;
	font-size: 16px;
}
input[type="text"], input[type="email"], input[type="phone"], textarea {
	width: 100%;
	border: 1px solid #b9b9b9;
	border-radius: 0;
	padding: 8px 8px;
	color: #000;
	font-size: 13px;
}
input:focus {
	outline: none;
}
.input_row {
	margin-bottom: 16px;
}
.submit_btn {
	background-color: #000a28;
	padding: 12px 23px 12px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	display: inline-block;
	width: 100%;
	max-width: 260px;
	letter-spacing: 1px;
	overflow: hidden;
	box-shadow: none;
	transition: color 0.5s, transform 0.2s, background-color 0.2s;
	outline: none;
	position: relative;
	z-index: 1;
}
.submit_button {
	text-align: center;
	margin-top: 23px;
}
.submit_btn:hover {
	color: #fff;
}
 .popup ::-webkit-scrollbar {
 width: 10px;
 background-color: #f5f5f5;
}
 .popup ::-webkit-scrollbar-thumb {
 background: #f3f4f5;
}
.popup ::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
}
.popup ::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
 background-color: #f5f5f5;
}
.popup .input_row {
	margin-bottom: 23px;
}
.popup .form_small_text {
	padding: 23px 0 0;
}
.popup .signup_form label {
	margin-bottom: 4px;
	font-size: 14px;
}
.popup input[type="text"], .popup input[type="email"] {
	padding: 9px 5px;
}
.popup .form_heading h5 {
	font-size: 20px !important;
}
.speaker_section.advisory_board .speaker_box {
	display: block !important;
	margin-right: 9%;
	width: 18%;
	padding: 0 !important;
}
.advisory_board .wrapper {
	justify-content: center;
}
.advisory_board .speaker_box, .advisory_board .speaker_box:nth-child(3n + 3) {
	margin-right: 9%;
}
.advisory_board .speaker_box:nth-child(4n + 4) {
	margin-right: 0%;
}
.advisory_board .subheading_text {
	width: 100%;
	padding: 0 8%;
}
.advisory_board .subheading_text {
	margin-top: -16px;
}
.subheading_text p, .subheading_text {
	font-size: 22px;
	color: #000;
	line-height: 29px;
	font-weight: 400;
}
.advisory_board {
	margin: 67px 0 0px;
	background-color: #fff;
	padding: 0 !important;
}
.subheading_text {
	margin-bottom: 48px;
}
.sponsor_section.event_page {
	margin-bottom: 107px;
}
.overview .section_header {
	margin-bottom: 23px;
}
.future_work .list-item ul {
	margin: 0;
	padding: 0;
}
.form_heading h5 {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin: 0;
	line-height: normal;
}
.form {
	background: #f4f4f4;
	padding: 26px 33px;
}
.form_heading {
	margin-bottom: 26px;
}
.form_small_text p {
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: bold !important;
	margin: 0 !important;
	color: #000000;
}
/*.overview .small_button {
	text-align: center;
}*/
.form_small_text p a {
	text-decoration: underline;
}
.form_small_text {
	padding: 30px 0 0;
}
.sponsor_section .single_box .text_content {
	right: auto;
	left: 39px;
}
.sponsor_section .single_box a.same_btn {
	color: #fff !important;
}
.sponsers_section.gray_bg {
	background-color: #f4f4f4;
}
/*start membership page css*/
.membership_section {
	margin: 40px 0;
}
.membership_section .number_counter {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.membership_section .number-count {
	width: 32%;
	margin-right: 2%;
}
.membership_section .number-count:nth-child(3n + 3) {
	margin-right: 0;
}
.same_button .join_us_btn::after {
	display: none;
}
.small_button .same_btn.join_us_btn {
	margin-right: 0;
	padding: 6px 6px;
	max-width: 270px;
	width: 100%;
	text-align: center;
}
.membership_section .wrapper {
	background-color: #f4f4f4;
	padding: 38px 0 55px;
}
.membership_section .number_counter .counter-num {
	padding: 7px 0 0px;
}
.membership_section .number_counter span.timer {
	font-size: 80px;
	font-weight: 700;
	color: #1c96d3;
}
.membership_section.sixty_text span.timer {
	font-size: 60px;
}
.membership_section.fourty_text span.timer {
	font-size: 40px;
}
.fourteen_text .number_counter strong.info {
	font-size: 22px;
}
.membership_section .number_counter strong.info {
	font-weight: 500;
}
.membership_benifit {
	margin: 55px 0 47px;
}
.heading h3 {
	font-size: 42px;
	line-height: normal;
	margin: 20px 0 20px;
	font-weight: 700;
	color: #000000;
}
.membership_benifit .subheading p, .membership_benifit .subheading {
	font-size: 36px;
	color: #1c97d4;
	font-weight: 500;
	line-height: 42px;
}
.membership_benifit .subheading {
	margin: 42px auto 0;
	max-width: 930px;
}
.membership_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 44px;
}
.membership_list .left_side:nth-child(even) {
	margin-right: 0;
}
.membership_list .left_side {
	width: 100%;
	margin-right: 0;
}
.membership_list ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.membership_list ul li {
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
	margin-bottom: 20px;
	position: relative;
	/*padding-left: 50px;*/
	width: 47%;
    margin-right: 6%;
}
.membership_list ul li:nth-child(even) {
	margin-right: 0%;
}
/*.membership_list ul li:before {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #1c97d4;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}*/
.communities_serve {
	background-color: #f4f4f4;
	padding: 28px 0 60px;
	margin: 40px 0 0px;
}
.communities_wrapper {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.communities_serve .icon_box {
	width: 16%;
    margin-right: 5%;
	margin-bottom: 10px;
}
.communities_serve .same_button {
	margin-top: 21px;
}
.communities_serve .icon_box:nth-child(5n + 5) {
	margin-right: 0;
}
.communities_serve .image_icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 105px;
	margin-bottom: 10px;
}
.communities_serve .image_icon img {
	max-width:70px;
}
.communities_serve .icon_box a, .communities_serve .icon_box h4 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
	line-height: 29px;
}
.communities_serve .icon_box a:hover {
	color: #1d97d4;
}
.communities_serve .small_button .same_btn {
	padding: 4px 79px 5px 53px;
}
.company_logos.white_bg {
	background-color: #fff;
	margin-top: 0;
}
.pcertification_credit {
	background-color: #f4f4f4;
	padding: 26px 0 55px;
	margin-bottom: 34px;
}
.pcertification_credit .subheading {
	margin: 27px 0 73px;
}
.pcertification_credit .logo_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pcertification_credit .logo_box {
	width: 40%;
	margin-right: 15%;
	text-align: center;
}
.pcertification_credit .logo_box:nth-child(2n + 2) {
	margin-right: 0;
}
.pcertification_credit .main_wrapper {
	margin: 0 14%;
}
.event_experience {
	background-color: #f6f6f6;
	padding: 48px 0 140px;
	margin: 46px 0 46px;
}
.event_experience .box_header {
	background-color: #000928;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 28px;
}
.event_experience .cover_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 121px;
}
.event_experience .box_header, .event_experience .text_body {
	padding-left: 34px;
}
.event_experience .wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
.event_experience .event_left_box {
	width: 34%;
}
.event_experience .event_left_box:nth-child(3n + 3) {
	width: 32%;
}
.event_experience .title {
	margin-right: 4%;
}
.event_experience .title h4 {
	color: #fff;
	font-size: 26px;
}
.event_experience .icon img {
	width: 100%;
}
.event_experience .icon {
	width: 35%;
}
.event_experience .event_left_box:nth-child(3n + 2) .icon {
	width: 50%;
}
.event_experience .event_left_box:nth-child(3n + 3) .icon {
	width: 23%;
}
.event_experience .event_left_box:nth-child(3n + 3) .box_header, .event_experience .event_left_box:nth-child(3n + 3) .text_body {
	padding-right: 18px;
}
.event_experience .text_body h5 {
	color: #1c96d3;
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	margin: 0 0 8px;
}
.event_experience .text_body ul {
	list-style: disc;
	padding: 0 0 0 17px;
	margin: 0;
}
.event_experience .text_body ul li {
	color: #231f20;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 6px;
}
.spnsership_video {
	margin-bottom: 55px;
	margin-top: 74px;
}
.testimonial_slider blockquote, .testimonial_slider blockquote p {
	font-size: 42px;
	line-height: 52px;
	font-weight: 400;
	color: #000000;
	font-style: normal;
}
.testimonial_slider blockquote {
	margin: 0;
	padding: 0;
	border-left: 0;
}
.slider_wrapper {
	max-width: 811px;
	margin: 0 auto;
}
.testimonial_slider blockquote p::before {
	font-family: none;
	font-size: 400px;
	color: #1c97d4;
	font-weight: 800;
	display: block;
	line-height: 80px;
}
.testimonial {
	background-color: #f4f4f4;
	padding-bottom: 40px;
	margin-bottom: 73px;
	margin-top: 44px;
}
.testimonial_text {
	padding: 175px 0 0;
}
.testimonial .quote_text h4, .testimonial .quote_text h5 {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 2px;
}
.testimonial .quote_text {
	margin: 38px 0 55px;
}
.testimonial .quote_text h5 {
	font-weight: 400;
}
.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot {
	width: 20px;
	height: 20px;
	background-color: #a4a3a3 !important;
	display: inline-block;
	margin-right: 13px;
}
.owl-dots .owl-dot.active {
	background-color: #1c97d4 !important;
}
/*insight page css*/
.our_insight .dropdown:last-child {
	margin-right: 0;
}
.our_insight {
	justify-content: center;
}
.insight_banner h4 {
	font-size: 24px;
	font-weight: 700;
}
.insight_banner h3 {
	font-size: 60px;
	font-weight: 800;
	line-height: normal;
}
.insight_global_section .content_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.future_work .content_wrapper {
	display: flex;
	align-items: center;
	flex-wrap: initial;
}
.insight_global_section .left_side {
	width: 74%;
	margin-right: 50px;
}
.future_work .left_side {
	display: block !important;
	margin-right: 5%;
	width: 100% !important;
}
.insight_global_section.future_work .right_side {
	margin-right: 0;
	margin-bottom: 0;
	width: 42%;
}
/*.insight_global_section .thumbnail_image {
	float: left;
	margin-right: 4.5%;
	width: 30%;
}*/
.insight_global_section .box_content {
	float: left;
	width: 65.4%;
}
h3 {
	font-size: 40px;
	font-weight: 500;
	color: #000a28;
	line-height: 44px;
	margin-bottom: 28px
}
.insight_global_section p, .insight_global_section .box_content, .insight_global_section li {
	font-size: 22px;
	color: #000000;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}
/*.insight_global_section .list-item ul {
	padding: 0;
	margin: 0;
}*/
.insight_global_section .list-item li {
	margin-bottom: 12px;
}
.insight_global_section p {
	margin-bottom: 20px;
}
.insight_global_section p:last-child {
	margin-bottom: 0;
}
.insight_global_section p a {
	color: #000000;
}
.insight_global_section {
	margin: 85px 0 65px;
}
.insight_global_section .container {
	position: relative;
}
.insight_global_section .right_side {
	width: 38.4%;
	margin-right: -18%;
	margin-bottom: 20px;
}
.report_form .form_heading h5 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.report_form .form_heading {
	background-color: #000a28;
	padding: 14px 10px 9px;
	margin-bottom: 35px;
}
.form.report_form {
	background: #f4f4f4;
	padding: 0;
}
.report_form .signup_form {
	padding: 0 30px 36px;
}
.notfound h3 {
	font-size: 32px;
	letter-spacing: 0;
}
.notfound span.number {
	text-shadow: -8px 0 0 #fff;
}
.notfound h2 {
	font-size: 180px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: -40px;
	margin-left: -20px;
}
.notfound {
	text-align: center;
	padding-top: 63px !important;
	padding-bottom: 104px !important;
}
.notfound h4 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
}
/*xenization_hover css*/
a.xenization_hover {
	overflow: hidden;
	box-shadow: none;
	transition: color 0.5s, transform 0.2s, background-color 0.2s;
	outline: none;
	position: relative;
}
a.xenization_hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #1c97d4;
	border-color: transparent;
	border-radius: 0;
	transform: translate(0px, -28px) scale(0.1);
	opacity: 0;
	z-index: -1;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
a.xenization_hover:hover:before {
	opacity: 1;
	transform-origin: 100px 100px;
	transform: scale(1) translate(0px, -26px);
}
.xenization_hover:hover {
	background-color: transparent;
	color: #fff !important;
	text-decoration: none;
}
/*new css latest pages*/
.about_banner h1 {
	font-size: 60px;
}
.single_banner.about_banner h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about_banner .blue_border {
	min-width: 500px;
}
.about_under_banner {
	margin: 79px 0 40px;
}
.about_under_banner .left_side_text h6, .member_glance h5 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
	color: #000a28;
	margin-bottom: 20px;
}
.about_under_banner .content_wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-width: 1270px;
}
.about_under_banner .left_side_text {
	width: 49%;
}
.about_under_banner .right_side_text {
	width: 44%;
	margin-left: 7%;
}
.about_under_banner p {
	font-size: 22px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}
.member_glance h5 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 30px;
}
.member_glance {
	background-color: #f5f5f5;
	padding: 35px 0 60px;
	margin-bottom: 52px;
	margin-top: 40px;
}
.about_page_logos h2 {
	margin-top: 0;
	margin-bottom: 138px;
}
.about_page_logos {
	background-color: transparent;
	margin-top: 70px;
	margin-bottom: 31px;
}
.insight_aticles .left_side {
	width: 100% !important;
	margin: 0 !important;
}
.insight_aticles .thumbnail_image {
	margin-right: 4% !important;
	width: 94% !important;
	float: none;
}
.insight_aticles .box_content {
	width: auto !important;
	margin-bottom: 0;
	float: none;
}
.insight_aticles .left_side {
	display: flex;
}
.insight_aticles .box_content {
	width: 74% !important;
	margin-bottom: 0;
}
.insight_aticles p {
	margin-bottom: 15px !important;
}
.insight_aticles h3 {
	margin-bottom: 18px !important;
}
.insight_aticles h6 {
	font-size: 28px;
	color: #1c97d4;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}
.insight_aticles {
	padding: 85px 0 0px !important;
}
.insight_aticles blockquote, .insight_aticles blockquote p {
	margin: 0 0 15px;
	border: 0;
	padding: 0;
	font-size: 32px;
	color: #000000;
	font-style: normal;
	line-height: 36px;
}
.insight_aticles p a {
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
}
.insight_aticles p a:hover {
	text-decoration: underline;
}
.same_boxes_section {
	margin: 81px 0 46px;
}
.same_boxes_section .speaker_form {
	margin-bottom: 140px;
}
.same_boxes_section .wrapper {
	display: flex;
	flex-wrap: wrap;
}
.same_boxes_section .side_coulmn {
	width: 47.5%;
}
.same_boxes_section .side_coulmn:nth-child(even) {
	margin-left: 5%;
}
.same_boxes_section .heading h3 {
	font-size: 40px;
	text-align: left;
	margin-top: -8px;
}

.same_boxes_section .side_coulmn .heading h3 {
	font-size: 30px;
}
.same_boxes_section .side_coulmn p, .same_boxes_section .side_coulmn li {
	font-size: 21px;
	color: #000a28;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 12px;
}
.same_boxes_section ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 6px 19px;
}
.same_boxes_section .side_coulmn li {
	margin-bottom: 7px;
}
.same_boxes_section .side_coulmn h4 {
	font-size: 28px;
	color: #1c97d4;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 13px;
}
.same_boxes_section .box_content {
	margin-bottom: 38px;
}
.same_boxes_section .form_heading h5 {
	font-size: 28px;
	color: #000000;
	text-transform: uppercase;
}
.same_boxes_section .form {
	padding: 31px 42px;
}
.speaker_form .submit_button {
	padding-bottom: 22px;
}
.same_boxes_section input.checkbox {
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
}
input.other_answer {
	margin-left: 33px;
	width: 92%;
	margin-top: 8px;
}
.signup_form .argyle_community label, .signup_form .speaking_topic label {
	font-size: 21px;
	margin-bottom: 0;
}
.argyle_community .small_text {
	font-size: 16px !important;
}
.other_answer_row {
	margin-top: 28px;
}
.argyle_community .expertise_text {
	font-weight: 700;
	margin-bottom: 23px !important;
	line-height: 32px;
	color: #000000;
	font-size: 21px;
}
.signup_form .speaking_topic label {
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: none;
}
.speaking_topic .speaking_input {
	height: 57px !important;
}
.argyle_community {
	margin: 33px 0 39px;
}
.same_boxes_section .submit_btn {
	color: #000 !important;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 24px;
	max-width: 275px;
	border: 2px solid #1c97d4;
}
.same_boxes_section .submit_btn:hover {
	color: #fff !important;
}
.same_boxes_section .speaking_topic {
	margin-bottom: 38px;
}
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 32px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.checkbox-container .checkmark:after {
	left: 7px;
	top: 1px;
	width: 7px;
	height: 15px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
.popup .checkmark {
	top: -1px;
}
.same_boxes_section .contact_address p, .same_boxes_section .contact_address a {
	font-size: 22px !important;
	color: #000000;
	line-height: 29px !important;
	font-weight: 500;
	margin-bottom: 0;
}
.same_boxes_section .address_field {
	margin-bottom: 24px;
}
.same_boxes_section .contact_address {
	margin-top: 176px;
}
.contact_form span.checkmark {
	top: -1px;
}
.contact_form .input_row.textarea_row {
	margin-bottom: 23px;
}
.input_row.checkbox_row {
	margin-top: 22px;
}
.sponsor_section.position_Left .text_content {
	right: auto;
	left: 35px;
}
.sponsor_section.position_Center .text_content {
	right: auto;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}
/*section:nth-child(3) {
	margin-top: 146px;
}*/

#wpadminbar {
	z-index: 99999999;
}
.sponsor_section.position_Center a.same_btn {
	max-width: 240px !important;
	width: 100%;
	text-align: center;
}
.sponsor_section.position_Center {
	text-align: center;
}
.sponsor_section.position_Center .same_button {
	text-align: center;
}
.insight_banner h3 span {
	font-size: 24px;
	font-weight: 700;
	display: block;
	color: #fff;
	margin-top: 16px;
}
.btn_align_center .same_button {
	text-align: center;
}
.btn_align_left .same_button {
	text-align: left;
}
.btn_align_right .same_button {
	text-align: right;
}
.insight_global_section .left_side {
	display: flex;
}
.insight_global_section .box_content {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
.insight_global_section .thumbnail_image {
	float: none;
	margin-right: 4.5%;
	width: 45%;
}
.same_button {
	text-align: center;
}
.no_icon {
	text-align: center !important;
	padding: 4px 25px 5px 25px !important;
}
.no_icon:after {
	display: none;
}
.fullwidth_content .left_side {
	width: 100% !important;
	margin-right: 0 !important;
}
.insight_global_section.fullwidth_content .thumbnail_image {
	width: 30%;
}
.banner_blue_line .banner_wrapper:after {
	content: "";
	width: 100%;
	max-width: 420px;
	height: 15px;
	background-color: #1c97d4;
	position: absolute;
	bottom: 0;
}
.membership_section .same_button.small_button {
	margin-bottom: 38px;
}
.insight_global_section ul li {
	line-height: 25px;
}
/*.insight_global_section .box_content h4 {
	font-size: 40px;
	font-weight: 500;
	color: #000a28;
	line-height: 44px;
	margin-bottom: 28px;
}*/
.designation_cls .small_heading h5 {
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0px;
}
.designation_cls .small_heading {
	margin-bottom: 18px;
	margin-top: 28px;
}
.designation_cls .speaker_image img {
	height: 90px;
	border-radius: 100%;
	display: block;
	width: 90px;
	object-fit: cover;
}
.designation_cls .speaker_image {
	margin-right: 1%;
}
.designation_cls .speaker_row {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.designation_cls .speaker_info h4, .designation_cls .speaker_info a {
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 4px;
	text-transform: capitalize;
	line-height: normal;
}
.designation_cls .speaker_info p, .designation_cls .speaker_info h6 {
	margin: 3px 0 5px;
	font-size: 14px;
	font-weight: 400;
}
.designation_cls .speaker_info h6 {
	font-weight: 500;
	margin: 0;
}
.printfriendly.pf-button a {
	max-width: initial;
	width: auto;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	border: 2px solid #1c97d4;
	padding: 4px 60px 5px 26px;
	font-size: 24px;
	color: #000a28;
	text-decoration: none;
	position: relative;
	text-transform: capitalize;
	cursor: pointer;
	overflow: hidden;
	box-shadow: none;
	transition: color 0.5s, transform 0.2s, background-color 0.2s;
	outline: none;
	z-index: 1;
}
.printfriendly.pf-button a:after {
	content: "";
	display: inline-block;
	background: url(../images/download-icon.png) no-repeat;
	background-position: center top;
	background-size: cover;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 19px;
	top: 7px;
}
.printfriendly.pf-button a:hover:after {
	background-position: center bottom;
}
.medium_size_title h1 {
	font-size: 60px;
	line-height: 63px;
	margin-bottom: 10px;
	margin-top: 15px !important;
	font-weight: 700;
}
.single_banner h4.small_subheading {
	font-size: 24px;
	font-weight: 400;
}
.normal_weight h1 {
	font-weight: 600;
}
.left_circle_logo {
	float: left;
	margin-right: 8%;
}
.right_circle_image_text {
 float:right:
 margin-left: 8%;
}
.flex_section img {
	object-fit: contain;
	height: 100%;
}
.flex_section {
	display: flex;
	align-items: center;
}
.flex_section > div {
	padding: 0 18px;
}
.logo_image_circle {
	width: 100%;
	max-width: 290px;
}
.insight_global_section .box_content li {
	margin-bottom: 9px;
}
.insight_global_section ol {
	margin: 0;
}
/*.footer_logo img {
    max-width: 78px;
}*/

.footer_copyright {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.footer_copyright .footer_bottom_link > a {
	color: #000;
	font-size: 13px;
	font-weight: 300;
}
.footer_bottom_link {
	padding: 0 13px;
	position: relative;
}
.footer_bottom_link:after {
	content: "";
	height: 16px;
	width: 1px;
	background-color: #919294;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 18%;
}
.footer_bottom_link:last-child:after {
	display: none;
}
.footer_bottom_link:last-child {
	padding-right: 0;
}
footer .popup .inner_div {
	text-align: left;
	max-height: 85vh!important;
	padding: 20px 30px 0px;
}
footer .footer_copyright h4 {
	font-size: 19px;
	color: #000000;
	font-weight: 900;
	text-transform: capitalize;
	margin-bottom: 18px;
	line-height: normal;
	margin-top: 18px;
}
footer .popup_content img {
	max-width: 130px;
	height: auto;
}
footer .popup .contain {
	max-width: 730px!important;
}
footer .popup p {
	font-size: 15px;
	line-height: 20px;
}
.popup_logo {
	max-width: 130px;
	margin-bottom: 28px;
}
footer .popup ::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: none;
 background-color: #bcbec0;
}
footer .popup ::-webkit-scrollbar-track {
 -webkit-box-shadow: none;
 background-color: #f5f5f5;
 border: 1px solid #bcbec0;
}
footer .popup ::-webkit-scrollbar {
 width: 15px;
}
.page-id-98412 header.header, .page-id-98412 footer, .page-id-98416 header, .page-id-98416 footer, .page-id-98418 header, .page-id-98418 footer {
	display: none;
}
.page-id-98412 .insight_global_section h4, .page-id-98416 .insight_global_section h4, .page-id-98418 .insight_global_section h4 {
	font-size: 19px !important;
	color: #000000 !important;
	font-weight: 900 !important;
	text-transform: capitalize !important;
	line-height: normal !important;
	margin: 20px 0 20px !important;
}
.page-id-98412 .insight_global_section img, .page-id-98416 .insight_global_section img, .page-id-98416 .insight_global_section img, .page-id-98418 .insight_global_section img {
	max-width: 120px !important;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
table td {
	border: 1px solid #222;
	border-collapse: collapse;
	padding: 10px;
	font-size: 15px;
	line-height: normal;
}
.speaker_section .speaker_box .main_image {
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}
.speaker_section .speaker_box .main_image:after {
	content: "";
	display: block;
	padding-top: 100%;
}
.speaker_section .social_icons {
	margin-top: 0;
	margin-left: 0;
}
.speaker_section .social_icons ul {
	margin: 0;
	padding: 0;
}
.speaker_section .social_icons li:last-child {
	margin-left: 0;
}
.speaker_section .social_icons .linkdin {
	background-position: -53px center;
	position: relative;
	top: 0;
	background-size: 71px;
	width: 20px;
	height: 21px;
}
.insight_global_section .box_content li ul {
	list-style: disc;
	margin: 13px 0 0 25px;
	padding: 0;
}
footer .popup .inner_div:after {
	content: "";
	height: 40px;
	width: 98%;
	display: block;
	background-color: white;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: -58px;
}
footer .popup p a {
	color: #1c97d4;
	word-break: break-all;
}
.speaker_section .speaker_box .speaker_ts {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.single-event_pages .sponsers_section {
	margin-bottom: 50px;
}
.speaker_section.advisory_board .speaker_box:last-child {
	margin-right: 0 !important;
}
.insight_global_section iframe, .insight_global_section video {
	max-width: 100%;
	width: 100%;
}
.insight_global_section.future_work h2 {
	margin: 50px 0px !important;
}
.single-event_pages .ready_attend {
	margin-top: 38px !important;
}
.single-event_pages .ready_attend h2 {
	line-height: normal;
}
.single_banner.medium_size_title h4 {
	font-size: 24px;
	font-weight: bold;
}
.events_section .box_info h5:nth-child(2) {
	margin: 0 !important;
}
.events_section .event_box h5.event_before_title {
	margin-bottom: 0;
}
.insight_global_section .box_content h6 {
	font-size: 14px !important;
}
.single-insight .thumbnail_image img {
	width: 100%;
}
.single-insight blockquote p::before, .single-insight blockquote p::after {
	display: none;
}
.single_banner .banner_wrapper {
	padding: 30px 0;
}
.single-event_pages .report_form .form_heading h5 {
	font-size: 18px;
}
.Pdf_section {
	margin-top: 60px;
	margin-bottom: 60px;
}
.Pdf_section a.download_cls {
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
}
.Pdf_section .small_button {
	position: absolute;
	right: 0;
	top: 0;
}
.Pdf_section .container {
	position: relative;
}
.Pdf_section h2 {
	text-align: center;
}
.Pdf_section .small_button .same_btn {
	font-size: 22px;
}
.Pdf_section .same_btn.download_btn:after {
	top: 4px;
}
/*.single-event_pages .agenda_section.webinar_page {
    background-color: #f4f4f4;
    padding: 50px 0 50px;
}*/
.banner .banner_wrapper {
	max-width: 730px;
}
.vimeo_video iframe {
	width: 100% !important;
}
.has_top_ad .argyle_top_ad {
	background-color: #f3f4f5;
	padding-top: 32px;
	padding-bottom: 18px;
}
.has_top_ad .argyle_top_ad img {
	height: auto;
	width: 100%;
	object-fit: contain;
	display: block;
	max-width: 820px;
	margin: 0 auto;
}
.ad_sponsor_section.position_Right .ad_content.text_content {
	margin-right: 0;
	order: 2;
}
.ad_sponsor_section.position_Center .ad_content_wrap {
	display: block;
}
.ad_sponsor_section.position_Center .sponser_main_image.ad_main_img {
	width: 34%;
	margin: 40px auto 0;
}
.ad_sponsor_section.position_Right .sponser_main_image.ad_main_img {
	margin-right: 6%;
}
.banner {
	margin-top: 0px !important;
}
.ad_sponsor_section .box_row {
	padding: 33px 47px 55px !important;
	height: auto !important;
	background-color: #F4F4F4;
	margin-bottom: 35px;
	margin-top: 35px;
}
.ad_sponsor_section .ad_content.text_content {
	position: inherit;
	left: 0;
	right: 0;
	padding: 0;
	max-width: 100%;
	margin-right: 6%;
	margin-left: 0;
}
.ad_sponsor_section.position_Center .ad_content.text_content {
	transform: translate(0);
	text-align: center;
}
.ad_sponsor_section .ad_main_img img {
	height: auto !important;
}
.ad_sponsor_section .ad_sponsored_by {
	color: #989a9d;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 42px;
}
.ad_sponsor_section .ad_content.text_content h2 {
	margin: 0;
	line-height: normal;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px;
}
.ad_sponsor_section .text_content li {
	line-height: 26px !important;
	margin-bottom: 5px;
}
.ad_sponsor_section .text_content .list_item {
	color: #0e0e0e;
	line-height: normal;
	margin-bottom: 0;
}
.ad_sponsor_section .text_content p {
	font-size: 22px;
	color: #0e0e0e;
	font-weight: 500;
	line-height: 26px !important;
	margin-bottom: 11px;
}
.ad_sponsor_section .text_content .list_item a {
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
	text-transform: capitalize;
}
.ad_sponsor_section .ad_content_wrap {
	display: flex;
}
.sponser_main_image.ad_main_img {
	width: 54%;
}
.ad_sponsor_section.position_Right.ad_without_img .box_row {
	text-align: right;
}
.ad_sponsor_section.position_Left .box_row {
	text-align: left;
}
.events_section .ad_grid_box .image_caption {
	background-color: #676767;
}
.events_section .ad_grid_box .ad_sponsored_name {
	display: inline-block;
	color: #fff;
}
.has_vertical_ad .custom_ad_container {
	max-width: 1150px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.has_vertical_ad .argyle_vertical_ad_right {
	order: 2;
}
.has_vertical_ad .argyle_vertical_ad_right {
	order: 2;
	width: 14%;
	margin-left: 4%;
	text-align: right;
	margin-top: 70px;
}
.has_vertical_ad .argyle_vertical_ad_left {
	width: 82%;
}
.has_vertical_ad .sponsor_section .text_content {
	max-width: 465px;
}
.has_vertical_ad .custom_ad_container .container {
	width: 100%;
}
.has_vertical_ad .event_experience .title h4 {
	font-size: 22px;
}
.has_vertical_ad .event_experience .icon {
	width: 31%;
}
.has_vertical_ad .event_experience .event_left_box:nth-child(3n + 2) .icon {
	width: 45%;
}
.has_vertical_ad .event_experience .event_left_box:nth-child(3n + 3) .icon {
	width: 17%;
}
.has_vertical_ad .company_logos .logos_list ul li {
	padding: 0 47px;
}
.has_vertical_ad .testimonial .slider_wrapper {
	max-width: 100%;
	margin: 0 9%;
}
/*.has_vertical_ad .insight_global_section .left_side {
    width: 61%;
}*/

.has_vertical_ad .insight_global_section .right_side {
	margin-right: 0;
}
.has_vertical_ad .insight_global_section .left_side {
	width: 56%;
}
.popup_video_button .popup_vid {
	color: #ee9f15;
	font-size: 17px;
	text-decoration: none;
	font-weight: 700;
	padding: 9px 34px 7px;
	border: 1.5px solid #ee9f15;
	display: inline-block;
	border-radius: 5px;
	margin-top: 50px;
	max-width: initial;
	width: auto;
	  position: relative;
  z-index: 111;
}
.popup_video_button .popup_vid:after, .popup_video_button .popup_vid:before {
	display: none !important;
}
.popup_video_button .popup_vid:hover {
	background-color: #ee9f15;
	border-color: #ee9f15;
}
.same_button.popup_video_button {
	text-align: left;
}
.popup_video_button .popup .inner_div {
	background: transparent;
	padding: 0 !important;
}
.popup_video_button .popup .contain {
    max-width: 877px !important;
}

.popup_video_button iframe {
    max-width: 100%;
    width: 100%;
    height: 490px;
}
.popup_video_button .popup .close-btn .cross {
	font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    top: -30px;
    left: 49px;
}
.popup_video_button .popup .close-btn {
  height: 0;
}
.add_vid_button h1 {
	margin-top: 0;
}
header .header_button {
	float: right;
}
header .header_btn {
	color: #fff !important;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	padding: 9px 26px 7px;
	border: 1.5px solid #ee9f15;
	background-color: #ee9f15;
	display: inline-block;
	border-radius: 5px;
	margin-top: 5px;
	text-transform: capitalize;
}
header .header_btn:before, header .header_btn:after {
	display: none !important;
}



.single-event_pages .single_banner h4 {
    font-size: 24px;
   
}

.single-event_pages .medium_size_title h1 {
    font-size: 55px;
}
.single-event_pages .banner.small_size_title h1 {
    font-size: 40px;
}

.single_banner .banner_wrapper {
    position: relative;
    z-index: 9;
}




.membership_list .row_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.membership_list .row_wrapper .icon {
    margin-right: 7%;
    width: 8%;
	margin-top: 3px;
}
.membership_list .row_wrapper .text {
    width: 83%;
}


.has_vertical_ad  .membership_list .row_wrapper .icon {
    width: 10%;
}

.faq_links_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq_links_list a {
	font-size: 20px;
	color:#1c97d4;
	font-weight:bold;
}
.faq_links_list a:hover, .faq_links_list a.active {
	color:#000;
}
	


.faq_links_list ul li {
    margin-bottom: 8px;
}
.faq_links_list {
    padding: 80px 0 40px;
    border-bottom: 1px solid;
    margin-bottom: 40px;
}
.faq_detail h4 {
    font-size: 26px;
    font-weight: 500;
    color: #1c97d4;
    line-height: normal;
}
.faq_detail li, .faq_detail p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: normal;
}
.faq_detail ul {
    margin: 0;
    padding: 0 0px 0 22px;
}

.faq_detail .question-title {
    margin-bottom: 10px;
}
.faq_detail .faq-row {
    margin-bottom: 22px;
}
.faq_section .container, .faq_detail .container {
    max-width: 865px;
}
.faq_detail {
    padding-bottom: 71px;
}

.tab-section .tabs {
    display: flex;
    flex-wrap: wrap;
}

.tab-section .tab_right_side {
    width: 65%;
	margin-top: -4px;
}

.tab-section .tab_left_side {
    width: 31.4%;
    margin-right: 2.9%;
}
.tab-section .tabs .tabs-list li {
    display: block;
    margin-right: 0;
}
.tab-section .tabs .tabs-list li a {
        font-size: 24px;
    color: #000000;
    padding: 12px 16px 9px;
    border-bottom: 1px solid #a1a1a1;
    text-transform: capitalize;
    font-weight: 500;
}
.tab-section .tabs .tabs-list li.active a {
    color: #0c0c0c;
    border-color: #a1a1a1;
    background: #f4f4f4;
}
.tab-section .tabs .tabs-list li:first-child > a {
    border-top: 1px solid #c4c4c4;
}
.tab-section .tabs .tabs-list {
   margin: 0;
    border-bottom: 0;
}
.tab-section .tabs h3 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    line-height: 28px;
    margin-bottom: 9px;
    text-transform: capitalize;
}

.tab-section .tabs p, .tabs ul, .tabs ul li {
    font-size: 20px;
    line-height: normal;
    color: #000;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.tabs ul li {
    margin-bottom: 0 !important;
}

.tab-section {
    margin: 60px 0 60px;
}




.agenda_section .tabs ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px !important;
}


.memebership_form_section .membership_list .left_side {
     margin-right: 5% !important;
	 width: 56%;

}

.memebership_form_section .membership_list .right_side {
	    width: 38.4%;

}
.memebership_form_section .membership_list ul li {
   
    width: 100% !important;
    margin-right: 0 !important;
}

.memebership_form_section iframe {
    height: 700px;
}




.single-event_pages .insight_global_section iframe {
    height: 740px;
}

.speaker_section .social_icons .linkdin {
    background: url(../images/linkdin-icons.jpg) no-repeat;
    background-size: contain;
}

/*.single-event_pages .insight_global_section {
    margin: 85px 0 35px;
}

.single-event_pages .speaker_section {
   
    margin-bottom: 30px;
}*/


@media screen and (max-width:1550px) {
.insight_global_section .right_side, .memebership_form_section .membership_list .right_side {
	width: 33%;
}
.memebership_form_section .membership_list .left_side {
    width: 62%;
}
}

@media screen and (max-width:1450px) {
.insight_global_section .left_side {
	width: 70%;
}
.about_under_banner .content_wrapper {
	min-width: 1225px;
}
.has_vertical_ad .insight_global_section .left_side {
	width: 61%;
}
}

@media screen and (max-width:1350px) {
.insight_global_section .right_side, .memebership_form_section .membership_list .right_side {
	width: 31%;
}
.insight_global_section .left_side {
	width: 68%;
}
.about_under_banner .content_wrapper {
	min-width: 1187px;
}
.memebership_form_section .membership_list .left_side {
    margin-right: 5% !important;
    width: 64%;
}

.memebership_form_section iframe {
    height: 732px;
}
}

@media screen and (max-width:1250px) {
.insight_global_section .right_side, .memebership_form_section .membership_list .right_side {
	width: 28%;
}
.about_under_banner .content_wrapper {
	min-width: 1160px;
}
.memebership_form_section .membership_list .left_side {
    width: 67%;
}
}


@media screen and (max-width:1200px) {
	.memebership_form_section iframe {
    height: 700px;
}
	
.about_under_banner .content_wrapper {
	min-width: 100%;
}
.container {
	width: 96%;
}
.event_experience .title h4 {
	font-size: 22px;
}
.insight_global_section .right_side {
	width: 32%;
	margin-right: 0;
}
.insight_global_section .left_side {
	width: 63%;
	margin-right: 5%;
}
h3 {
	font-size: 31px;
	line-height: 39px;
}
.insight_global_section p, .insight_global_section .box_content, .insight_global_section li {
	font-size: 21px;
	line-height: 27px;
}
.insight_aticles h6 {
	font-size: 26px;
	line-height: 31px;
}
.insight_aticles blockquote, .insight_aticles blockquote p {
	font-size: 30px;
	line-height: 35px;
}
.same_boxes_section .heading h3 {
	font-size: 36px;
}
.has_vertical_ad .custom_ad_container {
	width: 96%;
}
.has_vertical_ad .event_experience .title h4 {
	font-size: 19px;
}
.header nav a {
	font-size: 16px;
}
.header nav {
	width: 64%;
}
.logo {
	margin-right: 6%;
}

.popup_video_button iframe {

  height: 477px;
}



	.popup_video_button .popup .contain {
  max-width: 857px !important;
}
	.popup_video_button .popup .contain {
    width: 84%;
}
.has_vertical_ad .communities_serve .container {
    width: 96%;
}
.communities_serve .icon_box a, .communities_serve .icon_box h4 {
    font-size: 23px;
}

.memebership_form_section .membership_list .right_side {
    width: 32%;
}
.memebership_form_section .membership_list .left_side {
    width: 63%;
}



}




@media screen and (max-width:1180px) {
.memebership_form_section iframe {
    height: 730px;
}
}


@media screen and (max-width:1100px) {
	.event_text_underbanner {
    margin: 63px 0 85px;
}
	.event_text_underbanner p, .event_text_underbanner {
    font-size: 35px;
}
	.membership_list .row_wrapper .icon {
    width: 10%;
	}

.popup_video_button iframe {
 
  height: 417px;
}
.popup_video_button .popup .contain {
  max-width: 737px !important;
}
.banner_wrapper {
	height: 470px;
}
.vimeo_video img, .vimeo_video iframe, .vimeo_video video {
	height: 590px;
}
.events_section .event_box h5 {
	font-size: 17px;
}
.filter-block .dropdown-container {
	font-size: 15px;
	padding: 18px 15px;
	min-width: 221px;
}
.sponsor_section .text_content {
	right: 18px;
	width: 100%;
	max-width: 497px;
}
.sponsor_section .box_row:nth-child(even) .text_content {
	left: 18px;
}
.membership_benifit .subheading p, .membership_benifit .subheading {
	font-size: 30px;
	line-height: 37px;
}
.event_experience .event_left_box:nth-child(3n + 3) .icon {
	width: 18%;
}
.event_experience .event_left_box:nth-child(3n + 2) .icon {
	width: 48%;
}
.event_experience .icon {
	width: 32%;
}
.event_experience {
	padding: 28px 0 80px;
}
.testimonial_slider blockquote, .testimonial_slider blockquote p {
	font-size: 36px;
	line-height: 44px;
}
.report_form .signup_form {
	padding: 0 20px 36px;
}
h3 {
	font-size: 28px;
	line-height: 36px;
}
.insight_global_section p, .insight_global_section .box_content, .insight_global_section li {
	font-size: 19px;
	line-height: 25px;
}
.insight_global_section {
	margin: 75px 0 55px;
}
.right_form .form_heading h5 {
	font-size: 19px;
}
.right_form .form {
	padding: 26px 19px;
}
.right_form .form_small_text p {
	font-size: 12px !important;
	line-height: 19px !important;
}
.right_form .form_small_text {
	padding: 22px 0 0;
}
.about_under_banner .left_side_text h6, .member_glance h5 {
	font-size: 34px;
	line-height: 42px;
}
.about_under_banner p {
	font-size: 22px;
	line-height: 29px;
}
.insight_aticles h6 {
	font-size: 24px;
	line-height: 30px;
}
.insight_aticles blockquote, .insight_aticles blockquote p {
	font-size: 28px;
	line-height: 32px;
}
.insight_aticles {
	padding: 85px 0 10px !important;
}
.same_boxes_section .heading h3 {
	font-size: 33px;
}
.same_boxes_section .side_coulmn p, .same_boxes_section .side_coulmn li {
	font-size: 19px;
	line-height: 25px;
}
.same_boxes_section .speaker_form {
	margin-bottom: 80px;
}
.insight_global_section ul li {
	line-height: 21px;
}
.has_vertical_ad .argyle_vertical_ad_right img {
	height: auto;
	width: 100%;
}
.has_vertical_ad .filter-block .event h4 {
	font-size: 16px;
}
.has_vertical_ad .sponsor_section .text_content {
	max-width: 405px;
}
.has_vertical_ad .pcertification_credit .main_wrapper {
	margin: 0 7%;
}
.has_vertical_ad .membership_section .number_counter span.timer {
	font-size: 70px;
}
.has_vertical_ad .communities_serve .icon_box a, .has_vertical_ad .communities_serve .icon_box h4 {
	font-size: 18px;
	line-height: 26px;
}
.has_vertical_ad .company_logos .logos_list ul li {
	padding: 0 35px;
}
.has_vertical_ad .event_experience .title h4 {
	font-size: 17px;
}
.header nav li {
	margin: 0 20px 0 0;
}
.logo {
	margin-right: 5%;
}
header .header_btn {
	font-size: 15px;
	padding: 9px 21px 7px;
}
}

@media screen and (max-width:1000px) {

/*.insight_global_section .box_content h4 {
	margin-bottom: 19px;
}*/
.header nav a {
	font-size: 17px;
}
.header nav li {
	margin: 0 26px 0 0;
}
.banner h1 {
	top: 0;
	margin-top: 0;
}
.vimeo_video img, .vimeo_video iframe, .vimeo_video video {
	height: 490px;
}
.sponsor_section .text_content li {
	line-height: 22px;
	margin-bottom: 13px;
	font-size: 20px;
}
.sponsor_section .text_content {
	max-width: 425px;
}
.sponsor_section .box_row:nth-child(even) .text_content {
	left: 19px;
}
.sponsor_section .box_row, .sponsor_section .sponser_main_image img {
	height: 430px;
}
/*.header.fixed-header .nav ul li a {
	font-size: 15px;
}*/
.filter-block .dropdown:nth-child(4n + 4) > .dropdown-container {
	left: auto;
	right: 0;
}
.future_work .small_button .same_btn {
	font-size: 23px;
	margin-right: 1%;
}
.future_work .left_side .box_content h4, .future_work .left_side .box_content h5, .insight_global_section .box_content h5, .insight_global_section .box_content h6 {
	font-size: 19px;
}
.future_work .box_content p, .future_work .box_content .team_disonunt h4, .future_work .box_content li {
	font-size: 18px;
	line-height: 25px;
}
.number_counter span.timer {
	font-size: 77px;
}
.speaker_section .speaker_box {
	margin-right: 7%;
	width: 28.6%;
}
.professional_certification .right_side p {
	font-size: 16px;
	line-height: 22px;
}
.professional_certification .left_side p {
	font-size: 15px;
}
.professional_certification .left_side {
	width: 34%;
}
.professional_certification .right_side {
	width: 62%;
}
.company_logos {
	margin-top: 65px;
}
.tabs .heading_text {
	width: 68%;
}
.tabs .heading_text:nth-child(even) {
	width: 31%;
}
.company_logos .logos_list ul li {
	padding: 0 40px;
}
.subheading_text p, .subheading_text {
	font-size: 20px;
	line-height: 29px;
}
.advisory_board .speaker_box .description {
	padding: 15px 8px;
}
.membership_section .number_counter span.timer {
	font-size: 68px;
}
.membership_list ul li {
	font-size: 20px;
	line-height: 26px;
}
.membership_benifit .subheading p, .membership_benifit .subheading {
	font-size: 27px;
	line-height: 34px;
}
.membership_benifit .subheading {
	margin: 29px auto 0;
}
.communities_serve .icon_box a, .communities_serve .icon_box h4 {
	font-size: 20px;
	line-height: 24px;
}
.pcertification_credit .main_wrapper {
	margin: 0 4%;
}
.event_experience .title h4 {
	font-size: 19px;
}
.event_experience .cover_wrapper {
	min-height: 99px;
}
.testimonial_slider blockquote, .testimonial_slider blockquote p {
	font-size: 32px;
	line-height: 41px;
}
.testimonial .quote_text h4, .testimonial .quote_text h5 {
	font-size: 18px;
	line-height: 27px;
}
.report_form .form_heading h5 {
	font-size: 20px;
}
.report_form .form_heading {
	padding: 14px 10px 13px;
	margin-bottom: 30px;
}
.signup_form label {
	font-size: 14px;
}
.insight_global_section p, .insight_global_section .box_content, .insight_global_section li {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 14px;
}
.insight_global_section p {
	margin-bottom: 14px;
}
h3 {
	margin-bottom: 19px;
}
.right_form input[type="text"], .right_form input[type="email"] {
	padding: 7px 5px;
}
.right_form .input_row {
	margin-bottom: 16px;
}
.submit_btn {
	font-size: 16px;
}
.insight_aticles h6 {
	font-size: 22px;
	line-height: 28px;
}
.insight_aticles blockquote, .insight_aticles blockquote p {
	font-size: 26px;
	line-height: 31px;
}
.same_boxes_section .heading h3 {
	font-size: 30px;
}
.same_boxes_section .side_coulmn p, .same_boxes_section .side_coulmn li {
	font-size: 17px;
	line-height: 23px;
}
.same_boxes_section .side_coulmn h4 {
	font-size: 24px;
}
.signup_form .argyle_community label, .signup_form .speaking_topic label {
	font-size: 19px;
}
.same_boxes_section .form_heading h5 {
	font-size: 24px;
}
.same_boxes_section {
	margin: 72px 0 35px;
}
input.other_answer {
	width: 89%;
}
.insight_global_section ul li {
	line-height: 18px;
}
.agenda_section.webinar_page {
	margin-bottom: 57px;
}
.printfriendly.pf-button a {
	font-size: 20px;
}
.printfriendly.pf-button a:after {
	top: 5px;
}
.ad_sponsor_section .box_row {
	padding: 33px 33px;
	height: auto !important;
}
.ad_sponsor_section .ad_content.text_content h2 {
	font-size: 33px;
}
.ad_sponsor_section .text_content li, .ad_sponsor_section .text_content p {
	line-height: 24px !important;
	font-size: 16px !important;
}
.has_vertical_ad .filter-block .event h4 {
	font-size: 15px;
}
.has_vertical_ad .filter-block .dropdown .event:after {
	right: 15px;
	top: 38%;
}
.has_vertical_ad .past_event_btn .blue_btn {
	font-size: 17px;
	padding: 7px 46px 8px 16px;
}
.has_vertical_ad .communities_serve .image_icon img {
	max-width: 58px;
}
.has_vertical_ad .event_experience .title h4 {
	font-size: 15px;
}
.has_vertical_ad .event_experience .icon {
	width: 30%;
}
.has_vertical_ad .event_experience .event_left_box:nth-child(3n + 3) .icon {
	width: 17%;
}
.has_vertical_ad .insight_global_section .report_form .form_heading h5 {
	font-size: 16px;
}
.logo {
	margin-right: 4%;
	max-width: 127px;
}
.header nav a {
	font-size: 14px;
}
header .header_btn {
	font-size: 14px;
	padding: 9px 19px 7px;
	margin-top: 4px;
}
.header nav {
	width: 66%;
	padding: 12px 0 0;
}



.popup_video_button iframe {

  height: 372px;
}
.popup_video_button .popup .contain {
  max-width: 654px !important;
}

}

@media screen and (max-width:950px) {
.memebership_form_section iframe {
    height: 730px;
}

}

@media screen and (max-width:900px) {
	




.popup_video_button iframe {
 
  height: 358px;
}

.popup_video_button .popup .contain {
  max-width: 623px !important;
}

.no_icon {
	padding: 6px 25px 6px 25px !important;
	font-size: 20px !important;
}
/*.insight_global_section .box_content h4 {
	font-size: 22px;
	line-height: 30px;
}*/
.insight_global_section ul li {
	line-height: 15px;
}
p, .tabs ul {
	font-size: 15px;
	line-height: 22px;
}



.agenda_section .tabs ul li {
    font-size: 15px;
    line-height: 22px;
}
.header nav a {
	font-size: 14px;
}
.header nav li {
	margin: 0 20px 0 0;
}
.banner_wrapper {
	height: 483px;
}
.vimeo_video img, .vimeo_video iframe, .vimeo_video video {
	height: 420px;
}
.events_section .event_box h5 {
	font-size: 16px;
}
.events_section .event_box h5 {
	font-size: 14px;
	line-height: 21px;
}
.sponsor_section .box_row, .sponsor_section .sponser_main_image img {
	height: 430px;
}
.sponsor_section .text_content li {
	line-height: 24px;
	margin-bottom: 8px;
	font-size: 20px;
}
.sponsor_section .text_content {
	max-width: 419px;
	right: 0;
}
.sponsor_section .box_row:nth-child(even) .text_content {
	left: 0;
}
.events_section .event_name p, .events_section .event_name {
	font-size: 14px;
}
.event_button .same_btn {
	max-width: 273px;
	font-size: 21px;
}
.event_button .same_btn:after {
	width: 24px;
	height: 24px;
	top: 9px;
}
/*.header.fixed-header .nav ul li a {
	font-size: 13px;
}*/
.past_event_btn .blue_btn:after {
	width: 19px;
	height: 19px;
	right: 10px;
	top: 7px;
}
.past_event_btn .blue_btn {
	padding: 6px 39px 6px 16px;
	font-size: 16px;
	margin-top: 5px;
}
.filter-block .dropdown {
	width: 22.7%;
	margin-right: 3%;
}
.filter-block .event h4 {
	font-size: 16px;
}
.filter-block .dropdown .event:after {
	right: 16px;
	top: 39%;
}
.single_banner .banner_wrapper {
	height: 370px;
}
 .small_button .same_btn, {
 font-size: 21px;
}
.future_work .small_button .same_btn {
	font-size: 18px;
}
.future_work .small_button .same_btn:after {
	top: 6px;
}
.future_work .same_btn.download_btn:after {
	top: 2px;
}
.future_work .left_side .box_content h3, .insight_global_section .box_content h4 {
	font-size: 52px;
}
.future_work .left_side .box_content h4, .future_work .left_side .box_content h5, .insight_global_section .box_content h5, .insight_global_section .box_content h6 {
	font-size: 17px;
}
.future_work .box_content p, .future_work .box_content .team_disonunt h4, .future_work .box_content li {
	font-size: 16px;
	line-height: 23px;
}
.number_counter span.timer {
	font-size: 62px;
}
.number_counter strong.info {
	font-size: 20px;
}
.central_wrapper {
	margin-top: 35px;
}
.speaker_section .speaker_box {
	margin-right: 4%;
	width: 30.6%;
}
.speaker_section .speaker_box h5 {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}
.speaker_section .speaker_box .description {
	padding: 12px 11px;
}
.small_button .same_btn {
	font-size: 20px;
}
.same_btn.download_btn:after {
	top: 4px;
}
.tabs .panel_heading h4 {
	font-size: 17px;
}
.sponsers_section .logo_image {
	padding: 0 42px;
}
.cta_signup h2 {
	font-size: 38px;
}
.subheading_text p, .subheading_text {
	font-size: 18px;
	line-height: 25px;
}
.advisory_board .subheading_text {
	padding: 0 5%;
}
.speaker_section.advisory_board .speaker_box {
	width: 25%;
	display: block !important;
	margin-right: 12%;
}
.advisory_board .speaker_box:nth-child(4n + 4) {
	margin-right: 12%;
}
.advisory_board .speaker_box:nth-child(3n + 3) {
	margin-right: 0%;
}
.single_banner h4 {
	font-size: 25px;
}
.single_banner.medium_size_title h4 {
	font-size: 22px;
}
.single_banner h3, .banner.small_size_title h1, .single-event_pages .banner.small_size_title h1 {
	font-size: 37px;
	line-height: 41px;
	margin: 4px 0 7px;
}
.small_button .same_btn:after {
	top: 8px;
}
.Pdf_section .small_button .same_btn:after {
	top: 4px;
	width: 20px;
	height: 20px;
}
.Pdf_section .small_button .same_btn {
	font-size: 16px;
}
.header nav a {
	padding-bottom: 23px;
}
.membership_benifit .subheading p, .membership_benifit .subheading {
	font-size: 23px;
	line-height: 31px;
}
.membership_list ul li {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 27px;
	padding-left: 0px !important;
}
.subheading p, .subheading {
	font-size: 21px;
	line-height: 26px;
}
.pcertification_credit .subheading {
	margin: 27px 0 43px;
}
.event_experience .box_header, .event_experience .text_body {
	padding-left: 15px;
}
.event_experience .event_left_box:nth-child(3n + 2) .icon {
	width: 45%;
}
.event_experience .event_left_box:nth-child(3n + 3) .icon {
	width: 15%;
}
.event_experience .icon {
	width: 30%;
}
.event_experience .cover_wrapper {
	min-height: 90px;
}
.event_experience .text_body h5 {
	color: #1c96d3;
	font-size: 18px;
}
.event_experience .text_body ul li {
	font-size: 14px;
	line-height: 23px;
}
.event_experience {
	padding: 28px 0 60px;
}
.testimonial_slider blockquote p::before {
	font-size: 310px;
	line-height: 63px;
}
.testimonial_text {
	padding: 145px 0 0;
}
.testimonial .quote_text {
	margin: 29px 0 35px;
}
.sponsor_section.event_page {
	margin-bottom: 67px;
}
.insight_global_section .left_side {
	width: 65%;
	margin-right: 3%;
}
h3 {
	font-size: 22px;
	line-height: 30px;
}
.insight_global_section p, .insight_global_section .box_content, .insight_global_section li {
	font-size: 15px;
	line-height: 22px;
}
.form_small_text p {
	font-size: 11px !important;
	line-height: 18px !important;
}
.right_form .form_heading h5 {
	font-size: 16px;
}
.right_form .signup_form label {
	font-size: 13px;
}
.right_form .form_small_text p {
	font-size: 11px !important;
	line-height: 17px !important;
}
.about_under_banner .left_side_text h6, .member_glance h5 {
	font-size: 27px;
	line-height: 38px;
}
.about_under_banner p {
	font-size: 18px;
	line-height: 26px;
}
.about_banner .blue_border {
	min-width: 370px;
}
.about_page_logos h2 {
	margin-bottom: 78px;
}
.insight_aticles h6 {
	font-size: 20px;
	line-height: 26px;
}
.insight_aticles blockquote, .insight_aticles blockquote p {
	font-size: 22px;
	line-height: 30px;
}
.insight_aticles {
	padding: 65px 0 10px !important;
}
.same_boxes_section .heading h3, .same_boxes_section .side_coulmn .heading h3 {
	font-size: 27px;
}
.same_boxes_section .side_coulmn p, .same_boxes_section .side_coulmn li {
	font-size: 15px;
	line-height: 20px;
}
.same_boxes_section .side_coulmn h4 {
	font-size: 21px;
}
.same_boxes_section .form {
	padding: 31px 29px;
}
.argyle_community .expertise_text {
	line-height: 26px;
}
.signup_form .argyle_community label, .signup_form .speaking_topic label {
	font-size: 17px;
}
.checkmark {
	top: 0px;
}
.argyle_community .small_text {
	font-size: 13px !important;
}
.same_boxes_section .contact_address p, .same_boxes_section .contact_address a {
	font-size: 20px !important;
	line-height: 28px !important;
}
.printfriendly.pf-button a {
	font-size: 18px;
	padding: 6px 55px 6px 12px;
}
.has_vertical_ad h2, .has_vertical_ad .h2 {
	font-size: 32px;
}
.has_vertical_ad .filter-block .event h4 {
	font-size: 15px;
}
.has_vertical_ad .filter-block .dropdown .event:after {
	right: 9px;
	top: 39%;
}
.has_vertical_ad .membership_section .number_counter span.timer {
	font-size: 56px;
}
.has_vertical_ad .number_counter strong.info {
	font-size: 18px;
}
.has_vertical_ad .membership_section .wrapper {
	padding: 45px 0 45px;
}
.has_vertical_ad .communities_serve .icon_box a, .has_vertical_ad .communities_serve .icon_box h4 {
	font-size: 16px;
	line-height: 22px;
}
.has_vertical_ad .company_logos .logos_list ul li {
	padding: 0 30px;
}
.has_vertical_ad .event_experience .title h4 {
	font-size: 14px;
}
.has_vertical_ad .event_experience .event_left_box:nth-child(3n + 3) .icon {
	width: 16%;
}
.has_vertical_ad .heading h3 {
	font-size: 35px;
}
.logo {
	margin-right: 3%;
	max-width: 107px;
}
.header nav li {
	margin: 0 12px 0 0;
}
header .header_btn {
	font-size: 13px;
	padding: 9px 16px 7px;
	margin-top: 2px;
}
.header nav {
	width: 67%;
	padding: 9px 0 0;
}
.header nav a {
	font-size: 13px;
}
.tab-section .tabs .tabs-list li a {
    font-size: 20px;
}
}

@media screen and (min-width: 767px) and (max-width: 900px) {
.has_vertical_ad .events_section .event_box .main_image {
	width: 100%;
	height: 130px;
}
.has_vertical_ad .events_section .event_box img {
	height: 130px;
}
.has_vertical_ad .events_section .event_box h5 {
	font-size: 13px;
	line-height: 19px;
}
.has_vertical_ad .events_section .image_caption h3 {
	margin: 0;
	font-size: 12px;
}
.has_vertical_ad .past_event_btn .blue_btn {
	font-size: 15px;
}
}

@media screen and (max-width:800px) {
.sponsor_section .text_content li {
	font-size: 18px;
}
.sponsor_section .text_content {
	max-width: 379px;
}
.event_experience .title h4 {
	font-size: 18px;
}
.logo {
	margin-right: 3%;
	max-width: 96px;
}
.header nav {
	padding: 5px 0 0;
}
header .header_btn {
	margin-top: -2px;
}
}

@media screen and (max-width:850px) {
.footer_container {
	width: 96%;
}
footer .left_side.quick_links {
	margin: 0 6% 0 9%;
	width: 41%;
}
footer .left_side.social_links {
	width: 19%;
}
.form {
	padding: 26px 16px;
}
.form_heading h5 {
	font-size: 16px;
}

}

@media screen and (max-width:784px) {
body.logged-in.admin-bar header.header {
	top: 45px !important;
}
}

@media screen and (max-width:767px) {
	.event_text_underbanner {
    margin: 53px 0 65px;
}
	.event_text_underbanner p, .event_text_underbanner {
    font-size: 28px;
}
.has_vertical_ad .insight_global_section .left_side {
	width: 100%;
}
.logo_image_circle {
	margin: 0 auto;
}
.flex_section {
	display: block;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.flex_section img {
	object-fit: contain;
	height: 100%;
	margin-top: 40px;
}
/*.insight_global_section .box_content h4 {
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 11px;
}*/
header .nav ul li > ul {
	top: 42px;
}
/*header.fixed-header .nav ul li > ul {
	top: 36px;
}
.header.fixed-header nav li > ul li a {
	font-size: 15px !important;
}*/
/*.banner {
	margin-top: 124px !important;
}*/
.header nav a {
	padding-bottom: 15px;
	font-size: 18px;
}
.logo {
	float: none;
	max-width: 145px;
}
.header nav {
	float: none;
	padding: 21px 0 6px;
	width: 100%;
	text-align: left;
}
/*.header.fixed-header .nav ul li a {
	font-size: 18px;
}
.header.fixed-header {
	padding: 23px 0 8px;
}*/
p, .tabs ul {
	font-size: 14px;
	line-height: 21px;
}
header.header {
	padding: 25px 0 17px
}
/*.header.fixed-header nav a {
	padding-bottom: 10px;
}*/
h1, .h1 {
	font-size: 50px;
	line-height: 55px;
}
h2, .h2 {
	font-size: 30px;
	line-height: 28px;
	margin: 37px 0px
}
.insight_global_section.future_work h2 {
	line-height: 28px;
	margin: 37px 0px
}
.events_section .event_box {
	width: 48%;
	margin-right: 4% !important;
	margin-bottom: 26px;
}
.events_section .event_box:nth-child(even) {
	margin-right: 0 !important;
}
.events_section .event_box h5 {
	font-size: 17px;
	line-height: 20px;
}
.vimeo_video, .upcoming_event {
	margin-top: 43px;
}
.event_button .same_btn {
	max-width: 223px;
	font-size: 18px;
	padding: 6px 10px;
}
.vimeo_video {
	margin-bottom: 51px;
}
.events_section .box_wrapper {
	margin-bottom: 9px;
}
.events_section {
	margin-bottom: 51px;
}
.same_button .same_btn {
	font-size: 18px;
}
.event_button .same_btn:after {
	width: 18px;
	height: 18px;
}
.sponsor_section .text_content li {
	line-height: 21px;
	margin-bottom: 6px;
	font-size: 16px;
}
.sponsor_section .box_row, .sponsor_section .sponser_main_image img {
	height: 360px;
}
.sponsor_section .text_content {
	max-width: 321px;
}
.sponsor_section .box_row:nth-child(even) .text_content {
	left: 0;
}
.sponsor_section h2 {
	margin-bottom: 30px;
}
.sponsor_section .list_item {
	margin-bottom: 32px;
}
.sponsor_section .same_btn:after {
	top: 6px;
}
footer p, footer p, footer p a {
	font-size: 15px;
	line-height: 21px;
}
footer .quick_links a {
	font-size: 14px;
}
footer .quick_links li {
	margin-bottom: 10px;
}
.vimeo_video img, .vimeo_video iframe, .vimeo_video video {
	height: 350px;
}
/*.header.fixed-header .logo {
	max-width: 145px;
}*/
.filter-block .dropdown {
	width: 23.5%;
	margin-right: 2%;
}
.filter-block .event {
	padding: 8px 10px 7px;
}
.filter-block .event h4 {
	font-size: 15px;
}
.filter-block .dropdown-container {
	top: 35px;
}
.filter-block .dropdown .event:after {
	right: 11px;
}
.filter-block {
	margin-top: 52px;
}
.blue_btn {
	max-width: 240px;
	font-size: 18px;
}
.box_wrapper.show-12-coulmn {
	margin-bottom: 0px;
}
.single_banner .banner_wrapper {
	height: 310px;
}
.single_banner .banner_wrapper {
	padding: 30px 0;
}
.small_button .same_btn {
	padding: 5px 45px 6px 11px;
}
.sponsor_section .box_row {
	margin-bottom: 60px;
	margin-top: 60px;
}
.events_section.latest_insight {
	margin-top: 51px;
}
.future_work .small_button .same_btn {
	font-size: 15px;
}
.future_work .small_button .same_btn:after {
	top: 8px;
	width: 15px;
	height: 15px;
}
.small_button .same_btn.download_btn:after {
	width: 20px;
	height: 20px;
	top: 5px;
}
.future_work .left_side .box_content h3, .insight_global_section .box_content h4 {
	font-size: 38px;
}
.future_work .left_side .box_content h5 {
	line-height: 32px;
}
.future_work .left_side .box_content h4, .future_work .left_side .box_content h5, .insight_global_section .box_content h5, .insight_global_section .box_content h6 {
	font-size: 22px;
}
.future_work .left_side .box_content h4 {
	margin: 5px 0 6px;
}
.number_counter span.timer {
	font-size: 70px;
}
.central_wrapper {
	margin-top: 50px;
}
.future_work .box_content p, .future_work .box_content .team_disonunt h4, .future_work .box_content li {
	font-size: 16px;
	line-height: 22px;
}
.future_work {
	margin-bottom: 41px;
	margin-top: 47px;
}
.single_banner h4, .single-event_pages .single_banner h4 {
	font-size: 21px;
}

	
.single_banner.medium_size_title h4 {
	font-size: 20px;
}
.speaker_section .speaker_box {
	margin-right: 18% !important;
	width: 41%;
	margin-bottom: 34px;
}
.speaker_section .speaker_box:nth-child(even) {
	margin-right: 0% !important;
}
.speaker_section {
	padding: 50px 0 24px;
	margin-top: 39px;
	margin-bottom: 40px
}
.speaker_section .wrapper {
	margin: 0 9%;
}
.small_button .same_btn {
	font-size: 18px;
}
.agenda_section .same_btn.download_btn {
	padding: 4px 39px 5px 10px;
}
.tabs .tabs-list li a {
	font-size: 13px;
	padding: 0 10px 4px;
}
.tabs .panel_heading h4 {
	font-size: 12px;
}
.tabs .tabs-list {
	margin: 0 0 23px;
}
.tabs .panal_row {
	margin-bottom: 19px;
}
.tabs .panel_heading {
	padding: 9px 19px 6px;
}
.professional_certification {
	display: none;
}
.company_logos {
	margin-top: 0;
}
.company_logos.bg_color {
	padding-top: 1px;
}
.company_logos .logos_list {
	margin-top: 39px;
}
.agenda_section .tabs {
	margin-bottom: 0;
}
.company_logos .logos_list ul li {
	padding: 0 27px;
	margin-bottom: 57px;
}
.sponsers_section .logo_image {
	padding: 0;
	margin-bottom: 0;
}
.sponsers_section .left_coulmn h5, .sponsers_section .left_coulmn h5 a {
	font-size: 13px;
}
.ready_attend {
	padding: 8px 0 53px;
	margin-bottom: 36px;
}
.single-event_pages .ready_attend {
	margin-top: 36px !important;
}
.ready_attend .small_button .same_btn {
	padding: 5px 55px 6px 27px;
}
.ready_attend .small_button .same_btn:after {
	top: 7px;
}
.sponsers_section .left_coulmn {
	width: 25%;
	margin-right: 12%;
}
.cta_signup h2 {
	font-size: 33px;
}
.cta_signup h3 {
	font-size: 20px;
	margin: 23px 0 30px;
}
.cta_signup {
	margin-top: 36px;
	padding: 60px 0 50px;
}
.cta_signup .small_button .same_btn {
	padding: 5px 38px 6px 27px;
}
.speaker_section.advisory_board .speaker_box {
	width: 30%;
	margin-right: 3.6% !important;
}
.speaker_section.advisory_board .speaker_box:nth-child(3n + 3) {
	margin-right: 0% !important;
}
.speaker_section .speaker_box h4, .speaker_section .speaker_box h4 a {
	font-size: 15px;
}
.subheading_text p, .subheading_text {
	font-size: 16px;
	line-height: 23px;
}
.subheading_text {
	margin-bottom: 28px;
}
.speaker_section .speaker_box .speaker_ts h4 {
	font-size: 15px;
}
header {
	background-color: #ffffff;
}
.header nav li {
	margin: 0 4% 0 0;
}
.future_work .central_wrapper .right_side {
	width: 61%;
}
.agenda_section .same_btn.download_btn:after {
	width: 17px;
	height: 17px;
	top: 6px;
	right: 12px;
}
.agenda_section {
	margin-top: 52px;
}
.advisory_board .wrapper {
	margin: 0;
}
.advisory_board {
	padding: 20px 0 0px;
	margin-bottom: 0 !important;
}
.webinar_page .professional_certification {
	display: block;
}
.professional_certification .right_side h5 {
	font-size: 14px;
	margin-bottom: 12px;
}
.professional_certification .right_side p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.professional_certification .left_side p {
	font-size: 13px;
	line-height: normal;
}
.sponsor_section .single_box .text_content {
	left: auto;
}
.sponsor_section .single_box {
	margin-bottom: 71px !important;
}
.membership_section .number_counter span.timer {
	font-size: 70px;
}
.membership_section .wrapper {
	padding: 38px 0 38px;
}
.small_button .same_btn.join_us_btn {
	padding: 6px 6px;
	max-width: 222px;
}
.heading h3 {
	font-size: 30px;
	margin: 12px 0 13px;
}
.membership_benifit .subheading p, .membership_benifit .subheading {
	font-size: 24px;
}
.membership_list {
	margin-top: 37px;
}
.membership_list ul li {
	font-size: 18px;
	margin-bottom: 21px;
	padding-left: 35px;
}
.membership_list ul li:before {
	width: 22px;
	height: 22px;
}
.membership_benifit {
	margin: 49px 0 31px;
}
.communities_serve {
	padding: 21px 0 47px;
	margin: 30px 0 0px;
}
.communities_wrapper {
	padding-top: 23px;
}

.communities_serve .image_icon {
	height: 94px;
}
.communities_serve .icon_box a, .communities_serve .icon_box h4 {
	font-size: 16px;
	line-height: 23px;
}
.company_logos .logos_list li img {
	max-height: 68px;
}
.pcertification_credit {
	padding: 44px 0 55px;
	margin-bottom: 34px;
}
.subheading p, .subheading {
	font-size: 20px;
	line-height: 26px;
}
.pcertification_credit .main_wrapper {
	margin: 0;
}
.pcertification_credit .subheading {
	margin: 27px 0 65px;
}
.pcertification_credit .logo_box {
	width: 39%;
	margin-right: 13%;
}
.communities_serve .small_button .same_btn {
	padding: 4px 59px 5px 43px;
}
.communities_serve .small_button .same_btn:after {
	top: 7px;
}
.event_experience {
	padding: 13px 0 28px;
	margin: 32px 0 0;
}
.event_experience .title h4 {
	font-size: 14px;
}
.event_experience .box_header, .event_experience .text_body {
	padding-left: 21px;
}
.event_experience .wrapper {
	margin-top: 27px;
}
.event_experience .box_header {
	margin-bottom: 14px;
}
.event_experience .cover_wrapper {
	min-height: 72px;
}
.event_experience .text_body h5 {
	font-size: 13px;
}
.event_experience .text_body ul li {
	font-size: 11px;
	line-height: 17px;
}
.event_experience .text_body ul {
	padding: 0 0 0 14px;
}
.testimonial {
	margin-top: 38px;
}
.testimonial_slider blockquote p::before {
	font-size: 240px;
	line-height: 33px;
}
.testimonial_text {
	padding: 109px 0 0;
}
.testimonial_slider blockquote, .testimonial_slider blockquote p {
	font-size: 24px;
	line-height: 32px;
}
.testimonial .quote_text h4 {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 19px;
}
.testimonial .quote_text h5 {
	font-size: 14px;
	line-height: 21px;
}
.testimonial .quote_text {
	margin: 18px 0 21px;
}
.testimonial {
	padding-bottom: 22px;
	margin-bottom: 38px;
}
.owl-dots .owl-dot {
	width: 11px;
	height: 11px;
	margin-right: 7px;
}
.slider_wrapper {
	max-width: 100%;
	margin: 0 19%;
}
.insight_page {
	margin-bottom: 66px;
}
.insight_global_section {
	margin: 45px 0 42px;
}
.insight_global_section.future_work {
	margin-top: 45px;
	margin-bottom: 41px;
}
.insight_global_section .thumbnail_image {
	margin-right: 0;
	width: 100%;
	max-width: 147px;
	float: none;
	margin-bottom: 14px;
}
h3 {
	font-size: 30px;
	line-height: 37px;
}
.insight_global_section p, .insight_global_section .box_content, .insight_global_section li {
	font-size: 18px;
	line-height: 26px;
}
.insight_global_section .left_side {
	width: 56%;
	margin-right: 5%;
}
.insight_global_section .right_side {
	width: 39%;
	margin-right: 0;
}
.insight_global_section .box_content {
	float: none;
	width: 100%;
}
h3 {
	margin-bottom: 11px;
}
.insight_global_section p {
	margin-bottom: 12px;
}
.report_form .form_heading h5 {
	font-size: 15px;
}
.single-event_pages .report_form .form_heading h5 {
	font-size: 15px;
}
.signup_form label {
	font-size: 12px;
}
.report_form .form_heading {
	padding: 14px 10px 9px;
	margin-bottom: 22px;
}
input[type="text"], input[type="email"] {
	padding: 6px 5px;
	font-size: 12px;
}
.submit_btn {
	max-width: 196px;
	font-size: 13px;
}
.form_small_text p {
	font-size: 10px !important;
	line-height: 16px !important;
}
.form_small_text {
	padding: 24px 0 0;
}
.report_form .signup_form {
	padding: 0 20px 28px;
}
.sponsor_section.position_Center a.same_btn {
	max-width: 197px !important;
}
.about_under_banner .left_side_text {
	width: 100%;
}
.about_under_banner .right_side_text {
	width: 100%;
	margin-left: 0;
}
.about_under_banner {
	margin: 53px 0 33px;
}
.member_glance {
	margin-top: 33px;
	margin-bottom: 38px
}
.about_page_logos {
	margin-top: 59px;
	margin-bottom: 11px;
}
.about_page_logos h2 {
	margin-bottom: 59px;
}
.about_banner .blue_border {
	min-width: 100%;
}
.about_banner h1 {
	font-size: 50px;
}
.single_banner.about_banner h4 {
	font-size: 18px;
}
.insight_aticles .thumbnail_image {
	margin-right: 0% !important;
	width: 100% !important;
	max-width: 207px;
}
.insight_aticles .box_content {
	width: 100% !important;
}
.signup_form label {
	font-size: 14px;
}
.same_boxes_section .heading h3 {
	margin-top: 0;
}
.same_boxes_section {
	margin: 54px 0 35px;
}
.same_boxes_section .speaker_form {
	margin-bottom: 40px;
}
.same_boxes_section .side_coulmn p, .same_boxes_section .side_coulmn li {
	font-size: 16px;
	line-height: 21px;
}
input.other_answer {
	width: 94%;
}
.same_boxes_section .contact_address {
	margin-top: 20px;
}
.same_boxes_section .contact_address p, .same_boxes_section .contact_address a {
	font-size: 16px !important;
	line-height: 25px !important;
}
.same_boxes_section .address_field {
	margin-bottom: 13px;
}
.popup .inner_div {
	padding: 27px 15px 23px;
}
.popup .checkmark {
	height: 18px;
	width: 18px;
}
.popup .checkbox-container .checkmark:after {
	left: 6px;
	top: 1px;
	width: 5px;
	height: 11px;
	border-width: 0 2px 2px 0;
}
.insight_banner h3 span {
	font-size: 21px;
	margin-top: 8px;
}
.insight_aticles .left_side {
	display: block;
}
.insight_global_section .left_side {
	display: block;
}
.no_icon {
	padding: 5px 25px 6px 25px !important;
}
.membership_section .same_button.small_button {
	margin-bottom: 42px;
	margin-top: 48px;
}
.insight_global_section ul li {
	line-height: 26px;
}
.designation_cls .speaker_image img {
	height: 90px;
	max-width: 90px;
}
.designation_cls .speaker_info {
	width: 70%;
}
.designation_cls .speaker_row {
	flex-wrap: wrap;
}
.agenda_section.webinar_page {
	margin-bottom: 39px;
}
.sponsers_section .left_coulmn {
	margin-bottom: 50px;
}
.printfriendly.pf-button a {
	padding: 4px 39px 5px 10px;
	font-size: 17px;
}
.printfriendly.pf-button a:after {
	width: 17px;
	height: 17px;
	top: 6px;
	right: 12px;
}
.medium_size_title h1, .single-event_pages .medium_size_title h1 {
	font-size: 50px;
	line-height: 55px;
}
.single_banner h4.small_subheading {
	font-size: 18px;
}
.past_event_btn .blue_btn {
	margin-top: 0;
}
.notfound {
	padding-top: 80px !important;
}
footer .popup .contain {
	width: 92%;
}
footer .popup .inner_div:after {
	width: 95%;
}
footer .popup .inner_div {
	overflow-x: hidden;
}
.speaker_section .speaker_box {
	padding: 0 1.2%;
}
.Pdf_section .small_button .same_btn {
	font-size: 15px;
}
.Pdf_section .small_button {
	position: absolute;
	right: 0;
	top: -2px;
}
.same_boxes_section .form_heading h5 {
	font-size: 20px;
}
.has_top_ad .argyle_top_ad {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*.header.fixed-header .header_wrapper {
   
    padding: 23px 0 8px;
}*/

.ad_sponsor_section .ad_content_wrap {
	display: block;
}
.ad_sponsor_section .ad_content.text_content {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.sponser_main_image.ad_main_img {
	width: 54%;
	margin: 40px auto 0!important;
	display: block !important;
}
.has_vertical_ad .argyle_vertical_ad_right {
	order: 0;
	width: 100%;
	margin-left: 0;
	text-align: center;
	margin-top: 48px;
}
.has_vertical_ad .argyle_vertical_ad_left {
	width: 100%;
}
.has_vertical_ad .argyle_vertical_ad_right img {
	height: auto;
	width: auto;
}
.has_vertical_ad .testimonial .slider_wrapper {
	margin: 0 19%;
}
.has_vertical_ad h2, .has_vertical_ad .h2 {
	margin: 37px 0px;
}
.has_vertical_ad .upcoming_event {
	margin-top: 43px;
}
.has_vertical_ad .vimeo_video {
	margin-top: 45px;
}
.has_vertical_ad .membership_benifit {
	margin: 38px 0 31px;
}
.has_vertical_ad .same_boxes_section {
	margin: 39px 0 35px;
}
header .header_button {
    position: absolute;
    margin-right: 14px;
    margin-top: 8px;
   
    right: 0;
}


header .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.popup_video_button iframe {
  height: 303px;
}
.popup_video_button .popup .contain {
  max-width: 536px !important;
}

.membership_list .row_wrapper .icon {
    margin-right: 5%;
    width: 12%;
    height: 42px;
}
.faq_links_list a {
    font-size: 17px;
}
.faq_detail h4 {
    font-size: 23px;
}
.faq_detail li, .faq_detail p {
    font-size: 17px;
}
.faq_detail .faq-row {
    margin-bottom: 35px;
}

.tab-section .tabs .tabs-list li a {
    font-size: 16px;
}
.tab-section .tabs p, .tabs ul, .tabs ul li {
    font-size: 14px;
    line-height: 21px;
}

.agenda_section .tabs ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 7px !important;
}
.memebership_form_section iframe {
    height: 760px;
}
}

@media screen and (max-width:750px) {
.header nav li {
	margin: 0 3.4% 0 0;
}
.has_vertical_ad .heading h3 {
	font-size: 30px;
}
}

@media screen and (max-width:730px) {
.header nav li {
	margin: 0 2.6% 0 0;
}
}

@media screen and (max-width:700px) {
.header nav li {
	margin: 0 0.9% 0 0;
}
}

@media screen and (max-width:675px) {
.header nav a {
	font-size: 17px;
}
.header nav li {
	margin: 0 1.6% 0 0;
}
/*.header.fixed-header .nav ul li a {
	font-size: 17px;
}*/
}

@media screen and (min-width:651px) {
.header nav {
	display: block !important;
}
header .nav ul li > ul {
	display: none !important;
}
header .nav > ul li:hover > ul {
	display: block !important;
}
}

@media screen and (max-width:650px) {
	.memebership_form_section iframe {
    height: 680px;
}
	.popup_video_button .popup .close-btn .cross {

  left: 37px;
}
	header .flex-wrap {
    display: block;
}
header .header_button {
	
	right: 57px;
	    margin-top: 9px;
}
.same_boxes_section .side_coulmn {
	width: 100%;
}
.same_boxes_section .side_coulmn:nth-child(even) {
	margin-left: 0;
	margin-top: 31px;
}
.notfound {
	padding-top: 41px !important;
}
.medium_size_title h1, .single-event_pages .medium_size_title h1 {
	font-size: 36px;
	line-height: 40px;
}
.future_work .central_wrapper {
	display: block;
}
.insight_banner h3 span {
	font-size: 18px;
	margin-top: 8px;
}
.small_button .same_btn {
	font-size: 18px;
	width: 100%;
	max-width: 222px;
	text-align: center;
	margin-right: 0;
	margin-bottom: 10px;
}
.header nav {
	float: none;
	display: none;
	position: absolute;
	top: 91px;
	border-top: 1px solid #ddd;
	left: 0;
	right: 0;
	z-index: 999;
	background: #f3f4f5;
	padding: 27px 15px !important;
}
.logged-in .header nav {
	top: 137px;
}
.has_top_ad .header nav {
	top: 193px;
}
.logged-in.has_top_ad .header nav {
	top: 239px;
}
.logged-in.has_top_ad .header.fixed-header nav {
	top: 79px;
}
/*.header.fixed-header nav {
    top: 79px;
}*/
header.header {
	padding: 24px 0 19px !important;
}
nav.nav.active {
	display: block;
}
.menu {
	cursor: pointer;
	transition: 0.3s;
	z-index: 9999;
	position: relative;
	float: right;
	margin-top: 10px;
	width: 42px;
	height: 29px;
}
.menu span {
	position: absolute;
	height: 5px;
	width: 39px;
	background-color: #000a28;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.menu span:before {
	content: '';
	position: absolute;
	top: -10px;
	background-color: #000a28;
	height: 5px;
	width: 39px;
	transition: 0.3s;
}
.menu span:after {
	content: '';
	position: absolute;
	top: 10px;
	background-color: #000a28;
	height: 5px;
	width: 39px;
	transition: 0.3s;
}
.menu.active span {
	background-color: transparent;
}
.menu.active span:before {
	transform: rotate(45deg);
	top: 0;
}
.menu.active span:after {
	transform: rotate(-45deg);
	top: 0;
}
.header nav li:last-child {
	margin-bottom: 0;
}
.header nav a {
	font-size: 17px !important;
}
.header nav li {
	margin: 0 0px 19px 0;
	display: block;
}
header .nav ul li > ul {
	position: initial;
	padding: 18px 14px 2px;
	background: transparent;
	min-width: 100%;
	text-align: left;
	border: 0;
	margin-top: 0px;
	display: none;
}
header .nav li > ul li:last-child {
	border-bottom: 1px solid #ccc;
}
.header nav li > ul li a {
	font-size: 14px !important;
	padding: 7px 0px;
}
header .nav li.menu-item-has-children > a:after {
	content: "+";
	background: none;
	top: 0px;
	pointer-events: none;
	right: auto;
	font-size: 21px;
	color: #001432;
}
header .nav li.menu-item-has-children.open > a:after {
	content: "_";
	top: -7px;
	margin-left: 6px;
}
.logo {
	float: left;
}
/*.banner {
	margin-top: 76px !important;
}*/
.header nav a {
	border-bottom: 0 !important;
}
.banner_wrapper {
	height: 423px;
}
.vimeo_video img, .vimeo_video iframe, .vimeo_video video {
	height: 290px;
}
.events_section .event_box h5 {
	font-size: 16px;
}
.sponser_main_image {
	display: none;
}
.sponsor_section .box_row {
	background-color: #f4f4f4;
	padding: 0px 0 39px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.sponsor_section .box_row, .sponsor_section .sponser_main_image img {
	height: auto;
}
.sponsor_section .text_content {
	max-width: 335px;
	position: initial;
	margin: 0 auto
}
.sponsor_section .text_content li {
	line-height: 21px;
	margin-bottom: 8px;
	font-size: 16px;
}
.sponsor_section .list_item {
	margin-bottom: 26px;
}
.sponsor_section .box_row:nth-child(even) .same_btn {
	color: #000a28 !important;
}
.sponsor_section .box_row:nth-child(even) .same_btn:hover {
	color: #fff !important;
}
.same_button .same_btn {
	font-size: 14px;
}
.sponsor_section .same_btn:after {
	width: 15px;
	height: 15px;
}
.footer_content {
	display: block;
}
footer .left_side.quick_links {
	margin: 40px 0 37px;
	width: 100%;
	max-width: 300px;
}
footer .left_side {
	width: 100%;
	max-width: 190px;
}
.footer_wrap {
	padding: 0 39px;
}
footer .quick_links li {
	width: 100%;
	max-width: 140px;
}
footer .left_side.social_links {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.past_event_btn {
	position: inherit;
}
.past_event_btn .blue_btn {
	max-width: 100%;
	text-align: center;
	padding: 8px 39px 8px 16px;
}
.past_event_btn .blue_btn:after {
	width: 20px;
	height: 20px;
	right: 10px;
	top: 8px;
}
.filter-block .dropdown:nth-child(even) {
	margin-right: 0 !important;
}
.filter-block .dropdown {
	width: 48%;
	margin-right: 3% !important;
	margin-bottom: 15px;
}
.filter-block .event h4 {
	font-size: 16px;
}
.filter-block {
	margin-top: 32px;
	margin-bottom: 19px;
}
.filter-block .dropdown:nth-child(4n + 4) > .dropdown-container {
	left: auto;
	right: auto;
}
.filter-block .dropdown-container {
	min-width: 100%;
}
.single_banner h3, .banner.small_size_title h1, .single-event_pages .banner.small_size_title h1 {
	font-size: 27px;
	line-height: 30px;
}
.single_banner h4, .single-event_pages .single_banner h4 {
	font-size: 18px;
}
.single_banner.medium_size_title h4 {
	font-size: 18px;
}
.future_work .small_button {
	max-width: 259px;
	margin: 0 auto;
}
.future_work .small_button .same_btn {
	font-size: 18px;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px 33px 6px 11px;
	max-width: inherit;
}
.future_work .left_side {
	margin-right: 0;
	width: 100%;
	order: 2;
}
.future_work .right_side {
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}
.future_work .innder_div {
	padding: 30px 20px;
}
.number_counter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.number_counter .number-count {
	text-align: center;
	width: 49%;
	margin-right: 2%;
}
.number_counter .number-count:nth-child(even) {
	margin-right: 0;
}
.future_work {
	margin-bottom: 27px;
	margin-top: 27px;
}
.single-event_pages .ready_attend {
	margin-top: 27px !important;
}
.speaker_section .speaker_box {
	margin-right: 0% !important;
	width: 100%;
	margin-bottom: 22px;
}
.speaker_section .speaker_box {
	padding: 0 11.2%;
}
.speaker_section .speaker_box h5 {
	font-size: 16px;
}
.agenda_section .heading h2 {
	font-size: 28px;
}
.speaker_section .wrapper {
	max-width: 290px;
	width: 100%;
	margin: 0 auto;
}
.central_wrapper {
	margin-top: 19px;
}
.number_counter span.timer {
	font-size: 54px;
}
.number_counter .counter-num {
	padding: 7px 0 32px;
}
.agenda_section .same_button.small_button {
	position: inherit;
}
.tabs .tabs-list li a {
	font-size: 14px;
}
.tabs .tabs-list {
	margin: 20px 0 30px;
}
.tabs .panel_heading {
	padding: 9px 9px 6px;
}
.tabs .panel_body {
	padding: 15px 7px 0;
}
.tabs .panal_row {
	margin-bottom: 18px;
}
.agenda_section {
	margin-top: 43px;
	margin-bottom: 43px;
}
/*.tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}*/
.tabs .list_item ul li:before {
	content: "_";
	font-size: 20px;
	position: relative;
	top: -6px;
	margin-right: 8px;
	color: #000928;
	font-weight: 400;
}
.tabs .panel_heading h4 {
	font-size: 16px;
}
.company_logos .logos_list ul li {
	width: 50%;
	margin-bottom: 69px;
}
.company_logos .logos_list li img {
	max-height: 55px
}
.sponsers_section .left_coulmn {
	width: 100%;
	margin-right: 0;
	margin-bottom: 37px;
}
.sponsers_section {
	padding-top: 17px;
	padding-bottom: 0;
}
.ready_attend {
	padding: 8px 0 46px;
}
.sponsers_section .heading h2 {
	font-size: 28px;
}
.cta_signup {
	margin-top: 26px;
}
.sponsers_section .left_coulmn:nth-child(1) {
	order: 3;
}
.sponsers_section .left_coulmn:nth-child(2) {
	order: 2;
}
.sponsers_section .left_coulmn:nth-child(3) {
	order: 1;
}
.ready_attend .heading h2 {
	font-size: 28px;
}
.sponsor_section h2 {
	margin-bottom: 30px;
	margin-top: 25px;
}
.company_logos .heading h2 {
	font-size: 28px;
}
.sponsor_section.event_page {
	margin-bottom: 40px;
}
.speaker_section.advisory_board .speaker_box, .speaker_section.advisory_board .speaker_box:nth-child(3n + 3) {
	width: 38%;
	margin-right: 7% !important;
}
.speaker_section.advisory_board .speaker_box:nth-child(even) {
	margin-right: 0% !important;
}
.advisory_board .wrapper {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
.overview .central_wrapper .left_side {
	margin-bottom: 25px;
	order: 0;
}
.professional_certification .right_side p {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}
.form {
	padding: 26px 33px;
}
.form_heading h5 {
	font-size: 20px;
}
.sponsers_section.gray_bg {
	margin: 9px 0 0px;
}
.sponsers_section .logo_image {
	height: auto;
	margin-bottom: 11px;
}
.sponsor_section .single_box {
	background-color: transparent;
	margin-bottom: 22px !important;
}
.sponsor_section .single_box a.same_btn {
	color: #000a28 !important;
}
.membership_section .number_counter span.timer {
	font-size: 54px;
}
.membership_section .number_counter strong.info {
	font-size: 18px;
}
.membership_section .wrapper {
	padding: 38px 0 38px;
}
.membership_section .wrapper {
	padding: 30px 0 4px;
}
.membership_section .number-count {
	padding-bottom: 26px;
}
.heading h3 {
	font-size: 28px;
}
.membership_benifit .subheading p, .membership_benifit .subheading {
	font-size: 22px;
	line-height: 28px;
}
.membership_list .left_side {
	width: 100%;
	margin-right: 0;
}
.membership_benifit {
	margin: 10px 0 31px;
}
.membership_benifit .subheading {
	margin: 16px auto 0;
}
.membership_list {
	margin-top: 24px;
}
.membership_list ul li {
	margin-bottom: 26px;
}
.membership_benifit {
	margin: 25px 0 25px;
}
.communities_serve .icon_box a, .communities_serve .icon_box h4 {
	font-size: 22px;
	line-height: 26px;
}
.communities_serve .icon_box {
	width: 100%;
	margin-right: 0;
}
.communities_wrapper {
	padding-top: 26px;
}
.communities_serve .image_icon {
	height: auto;
	margin-bottom: 17px;
}
.communities_serve .icon_box {
	margin-bottom: 48px;
}
.communities_serve .same_button {
	margin-top: 11px;
}
.communities_serve {
	padding: 21px 0 10px;
	margin: 25px 0 0px;
}
.communities_serve .small_button .same_btn:after {
	top: 8px;
}
.communities_serve .small_button .same_btn {
	padding: 7px 59px 8px;
	max-width: 275px;
	width: 100%;
	text-align: center;
}
.pcertification_credit .logo_box {
	width: 100%;
	margin-right: 0;
	margin-bottom: 11px;
}
.pcertification_credit .subheading {
	margin: 27px 0 25px;
}
.pcertification_credit {
	padding: 44px 0 22px;
	margin-bottom: 32px;
}
.sponsership .small_button .same_btn {
	padding: 5px 20px 6px 7px;
	width: 100%;
	display: block;
	margin: 0 auto 10px!important;
	max-width: 196px;
	margin-bottom: 10px;
	text-align: left;
}
.sponsership .small_button .same_btn:after {
	width: 15px;
	height: 15px;
	right: 7px;
	top: 9px;
}
.event_experience .event_left_box {
	width: 100% !important;
	margin-bottom: 12px;
}
.event_experience .box_header {
	margin-bottom: 14px;
}
.event_experience .cover_wrapper {
	min-height: 72px;
}
.event_experience .title h4 {
	font-size: 20px;
}
.event_experience .box_header, .event_experience .text_body {
	padding-left: 0% !important;
	padding-right: 0% !important;
}
.event_experience .text_body h5 {
	font-size: 16px;
}
.event_experience .text_body ul li {
	font-size: 13px;
	line-height: 18px;
}
.event_experience .cover_wrapper, .event_experience .text_body {
	max-width: 300px;
	margin: 0 auto;
}
.testimonial_slider blockquote, .testimonial_slider blockquote p {
	font-size: 22px;
	line-height: 29px;
}
.slider_wrapper {
	margin: 0;
}
.spnsership_video {
	margin-bottom: 55px;
	margin-top: 33px !important;
}
.insight_page {
	margin-bottom: 34px;
}
.insight_global_section .left_side {
	width: 100%;
	margin-right: 0;
}
.insight_global_section {
	margin: 35px 0 42px;
}
.insight_global_section .thumbnail_image {
	margin-bottom: 16px;
}
.insight_global_section .right_side {
	width: 100%;
	margin-top: 19px;
	margin-bottom: 0;
}
.sponsor_section.position_Center .text_content {
	right: auto;
	left: 0;
	transform: translate(-0%, 0);
	text-align: center;
}
.about_under_banner .left_side_text h6, .member_glance h5 {
	font-size: 23px;
	line-height: 34px;
}
.about_under_banner p {
	font-size: 16px;
	line-height: 24px;
}
.about_banner h1 {
	font-size: 36px;
}
.insight_aticles h6 {
	font-size: 19px;
	line-height: 25px;
}
.insight_aticles h3 {
	font-size: 27px;
	line-height: 35px;
}
.insight_aticles p, .insight_aticles .box_content {
	font-size: 18px;
	line-height: 25px;
}
.insight_aticles blockquote, .insight_aticles blockquote p {
	font-size: 22px;
	line-height: 28px;
}
.insight_aticles p a {
	margin-top: 0;
}
input.other_answer {
	width: 93%;
}
.membership_section {
	margin: 26px 0px;
}
.membership_section .same_button.small_button {
	margin-bottom: 12px;
	margin-top: 0;
}
.membership_list ul li {
	width: 100%;
	margin-right: 0;
}
.insight_global_section.future_work .right_side {
	width: 100%;
}
.future_work .content_wrapper {
	display: flex;
	align-items: initial;
	flex-wrap: wrap;
}
.insight_global_section.future_work {
	margin-top: 27px;
	margin-bottom: 37px;
}
.future_work .right_side .innder_div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.future_work .right_side .number_counter {
	display: block;
	flex-wrap: initial;
	justify-content: initial;
	width: 49%;
	margin-right: 2%;
	text-align: center;
}
.future_work .right_side .number_counter .number-count {
	text-align: center;
	width: 100%;
	margin-right: 0;
}
.future_work .right_side .number_counter:nth-child(even) {
	margin-right: 0 !important;
}
.future_work .small_button .same_btn:last-child {
	margin-bottom: 0;
}
.designation_cls .speaker_image {
	margin-right: 2%;
}
.printfriendly.pf-button a {
	font-size: 18px;
	text-align: center;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 4px 46px 5px 20px;
}
.cta_signup .small_button .same_btn {
	font-size: 18px;
}
.sponsor_section a.same_btn {
	color: #000a28 !important;
}
.sponsor_section a.same_btn:hover {
	color: #fff !important;
}
.Pdf_section .small_button {
	position: inherit;
	right: 0;
	top: 0;
	font-size: 18px;
	width: 100%;
	max-width: 222px;
	text-align: center;
	margin: 0 auto 20px;
}
.Pdf_section .small_button .same_btn.download_btn:after {
	top: 3px;
}
.vimeo_video .container {
	width: 96%;
}
.has_top_ad .argyle_top_ad img {
	height: 62px;
}
.ad_sponsor_section .box_row {
	padding: 34px 21px 44px !important;
}
.has_vertical_ad .event_experience .title h4 {
	font-size: 20px;
}
.has_vertical_ad .heading h3 {
	font-size: 28px;
}
.has_vertical_ad .testimonial .slider_wrapper {
	margin: 0 3%;
}

header.header.fixed-header nav {
	top: 87px;
}
.popup_video_button .popup .contain {
  max-width: 455px !important;
}
	.popup_video_button iframe {
  height: 255px;
}


.membership_list .row_wrapper .icon {
    width: 7%;
}

.tab-section .tabs .tabs-list li a {
    padding: 10px 5px;
}
.memebership_form_section .membership_list .right_side, .memebership_form_section .membership_list .left_side {
    width: 100% !important;
	margin-right:0 !important;
}

}

@media screen and (max-width:550px) {
	.event_text_underbanner {
    margin: 43px 0 55px;
}
	.event_text_underbanner p, .event_text_underbanner {
    font-size: 22px;
}
	.popup_video_button .popup .close-btn .cross {
 
    left: 34px;
}
.popup_video_button .popup .contain {
  max-width: 366px !important;
}


.popup_video_button iframe {
  height: 213px;
}
.advisory_board .subheading_text {
	margin-top: 0;
}
.popup .contain {
	width: 92%;
}
h1, .h1 {
	font-size: 36px;
	line-height: 41px;
}
.banner_wrapper {
	height: 383px;
}
.vimeo_video img, .vimeo_video iframe, .vimeo_video video {
	height: 230px;
}
.vimeo_video {
	margin-bottom: 42px;
}
h2, .h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 27px 0px;
}
.insight_global_section.future_work h2 {
	line-height: 26px;
	margin: 27px 0px !important;
}
.speaker_section .heading h2 {
	font-size: 28px;
}
.events_section .event_box {
	width: 100%;
	margin-right: 0% !important;
	margin-bottom: 26px;
	padding-bottom: 33px;
}
.events_section .event_box h5 {
	font-size: 18px;
}
.sponsor_section .text_content {
	padding-left: 30px;
	padding-right: 30px;
}
footer .quick_links a {
	font-size: 13px;
}
footer .quick_links li {
	max-width: 113px;
}
footer .quick_links li {
	margin-bottom: 5px;
}
footer {
	padding: 41px 0 24px;
}
.single_banner .banner_wrapper {
	height: 217px;
}
.events_section.latest_insight {
	margin-top: 48px;
}
.events_section .event_name p, .events_section .event_name {
	font-size: 16px;
}
.filter-block .dropdown-container {
	font-size: 12px;
}
.dropdown-container li {
	margin-bottom: 14px;
}
.professional_certification .left_side {
	width: 100%;
	display: flex;
}
.professional_certification .right_side {
	width: 100%;
	margin-top: 27px;
}
.professional_certification .sponser_logo {
	max-width: 100%;
	margin-right: 3%;
	width: 50%;
	margin-bottom: 0;
}
.professional_certification .text_detail {
	width: 50%;
}
.professional_certification .sponser_logo img {
	width: 100%;
}
.event_experience .cover_wrapper, .event_experience .text_body {
	max-width: 270px;
}
.notfound h3 {
	font-size: 27px;
	line-height: normal;
}
.notfound h2 {
	font-size: 150px;
	margin-left: -62px;
}
.notfound h4 {
	font-size: 17px;
	line-height: normal;
}
.same_boxes_section .heading h3 {
	font-size: 24px;
}
.same_boxes_section .side_coulmn p, .same_boxes_section .side_coulmn li {
	font-size: 15px;
	line-height: 19px;
}
input.other_answer {
	width: 91%;
}
.same_boxes_section .form {
	padding: 26px 10px;
}
.signup_form .argyle_community label, .signup_form .speaking_topic label {
	font-size: 15px;
}
.argyle_community .expertise_text {
	line-height: 24px;
	margin-bottom: 13px !important;
}
.argyle_community {
	margin: 23px 0 27px;
}
.same_boxes_section .submit_btn {
	font-size: 20px;
	max-width: 245px;
}
.same_boxes_section {
	margin: 44px 0 25px;
}
.membership_section.sixty_text span.timer {
	font-size: 40px;
}
.communities_serve {
	margin: 25px 0 0px;
}
.footer_bottom_link {
	padding: 0 8px;
}
.events_section .event_info {
	position: inherit;
	bottom: 0;
}
.ad_sponsor_section .ad_sponsored_by {
	font-size: 16px;
	margin-bottom: 22px;
}
.ad_sponsor_section .ad_content.text_content h2 {
	margin: 0;
	line-height: normal;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}
.sponser_main_image.ad_main_img {
	width: 100% !important
}
.ad_sponsor_section.position_Right.ad_without_img .box_row {
	text-align: center;
}

.faq_links_list a {
    font-size: 16px;
}
.faq_detail h4 {
    font-size: 21px;
}
.faq_detail li, .faq_detail p {
    font-size: 15px;
}
.faq_detail .faq-row {
    margin-bottom: 35px;
}
.tab-section .tabs .tabs-list li a {
    font-size: 13px;
}
.tab-section .tabs h3 {
    font-size: 20px;
}
}

@media screen and (max-width:450px) {
.footer_copyright .footer_bottom_link > a {
	font-size: 11px;
}
.filter-block .event h4 {
	font-size: 15px;
}
.filter-block .dropdown-container {
	font-size: 13px;
	padding: 13px 12px;
}
.filter-block .dropdown-container li {
	position: relative;
	padding-left: 20px;
}
.filter-block input.fillter_checkbox {
	margin: 0px 6px 0 0px;
	position: absolute;
	left: 0;
	top: 3px;
}
.footer_wrap {
	padding: 0 19px;
}
.number_counter span.timer {
	font-size: 41px;
}
.future_work .left_side .box_content h3, .insight_global_section .box_content h4 {
	font-size: 35px;
}
.tabs .tabs-list li a {
	font-size: 12px;
}
.tabs .heading_text {
	width: 100%;
	float: none;
}
.tabs .heading_text:nth-child(even) {
	width: 100%;
	float: none;
	text-align: left;
}
.ready_attend .small_button .same_btn {
	padding: 5px 55px 6px 27px;
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.ready_attend {
	padding: 8px 0 35px;
}
.cta_signup h2 {
	font-size: 26px;
}
.cta_signup h3 {
	font-size: 15px;
	margin: 23px 0 30px;
}
.speaker_section.advisory_board .speaker_box, .speaker_section.advisory_board .speaker_box:nth-child(3n + 3) {
	width: 70%;
	margin-right: 0% !important;
}
.single_banner h3, .banner.small_size_title h1, .single-event_pages .banner.small_size_title h1 {
	font-size: 22px;
	line-height: 29px;
}
.single_banner h4, .single-event_pages .single_banner h4 {
	font-size: 15px;
}
.single_banner.medium_size_title h4 {
	font-size: 15px;
}
.dropdown-container li {
	margin-bottom: 9px;
}
.filter-block .dropdown-container {
	min-width: 195px;
}
.filter-block .dropdown:nth-child(even) .dropdown-container {
	left: auto;
	right: 0;
}
.form {
	padding: 26px 16px;
}
.membership_section .number_counter span.timer {
	font-size: 44px;
}
.membership_section .number_counter strong.info {
	font-size: 15px;
}
.membership_benifit .subheading p, .membership_benifit .subheading {
	font-size: 17px;
	line-height: 23px;
}
.membership_list ul li {
	font-size: 16px;
	padding-left: 32px;
	line-height: 21px;
}
.subheading p, .subheading {
	font-size: 17px;
	line-height: 24px;
}
.event_experience .cover_wrapper, .event_experience .text_body {
	max-width: 255px;
}
.about_under_banner .left_side_text h6, .member_glance h5 {
	font-size: 19px;
	line-height: 29px;
}
.about_under_banner p {
	font-size: 15px;
	line-height: 23px;
}
.insight_aticles h3 {
	font-size: 23px;
	line-height: 29px;
}
.insight_aticles p, .insight_aticles .box_content {
	font-size: 15px;
	line-height: 23px;
}
.insight_aticles h6 {
	font-size: 17px;
	line-height: 23px;
}
.insight_aticles blockquote, .insight_aticles blockquote p {
	font-size: 20px;
	line-height: 27px;
}
.same_boxes_section .heading h3 {
	font-size: 22px;
}
.same_boxes_section .side_coulmn p, .same_boxes_section .side_coulmn li {
	font-size: 14px;
	line-height: 18px;
}
.same_boxes_section .side_coulmn h4 {
	font-size: 18px;
}
.popup .form_heading h5 {
	font-size: 21px !important;
}
.insight_banner h3 span {
	font-size: 15px;
	margin-top: 5px;
}
.future_work .right_side .number_counter {
	width: 47%;
	margin-right: 6%;
}
.designation_cls .speaker_info h4, .designation_cls .speaker_info a {
	font-size: 15px;
}
.designation_cls .speaker_info p {
	font-size: 13px;
}
.designation_cls .small_heading h5 {
	font-size: 18px;
}
.designation_cls .speaker_image img {
	height: 75px;
	max-width: 75px;
}
.footer_copyright .footer_bottom_link > a {
	font-size: 9.5px;
}
.footer_bottom_link {
	padding: 0 6px;
}
.logo {
	max-width: 105px;
}
header .header_btn {
	font-size: 11px;
	padding: 9px 14px 7px;
	margin-top: 0;
}
.menu {
	margin-top: 3px;
}
header .header_button {
	right: 53px;
	margin-top: 2px;
}
.header nav {
	top: 78px;
}

header.header.fixed-header nav {
	top: 75px;
}
.popup_video_button iframe {
  height: 181px;
}
.popup_video_button .popup .contain {
  max-width: 314px !important;
}
.popup_video_button .popup .close-btn .cross {
  left: 22px;
}
.membership_list .row_wrapper .icon {
    width: 10%;
}
}
@media screen and (max-width: 400px){
	.popup_video_button .popup .contain {
  max-width: 249px !important;
}
.popup_video_button iframe {
  height: 141px;
}
.memebership_form_section iframe {
    height: 722px;
}
}