html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
}
a {
	-webkit-transition: 0.4s all ease-out;
	-moz-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}
a {
	text-decoration: none;
	color: #003BDF;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border-top: 1px solid #d9d9d9;
	border-bottom: none;
	margin: 20px 0;
}
h1, .h1 {
	font-size: 35px;
	line-height: 48px;
	font-weight: 700;
}
h2, .h2 {
	font-size: 35px;
	line-height: 48px;
}
h3, .h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
}
h4, .h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}
h5, .h5 {
	font-size: 20px;
	line-height: 35px;
	font-weight: 400;
}
.font-roboto {
	font-family: 'Roboto', sans-serif;
}
.font-oswald {
	font-family: 'Oswald', sans-serif;
}
.color-gray, .color-gray a {
	color: #565656;
}
.color-white {
	color: #fff;
}
.color-white, .color-white a {
	color: #ffffff;
}
.color-black {
	color: #2a2a2a;
}
.color-light-blue {
	color: #1EFEFE;
}
.color-pink {
	color: #FB8DFF;
}
.color-red {
	color: #FF7485;
}
.color-yellow {
	color: #FFCC73;
}
.color-blue {
	color: #003BDF;
}
.color-dark-blue {
	color: #05206B;
}
.color-green {
	color: #00C99C;
}
.light {
	font-weight: 300;
}
.bg-black {
	background-color: #3f454e;
}
.bg-blue {
	background-color: #10499e;
}
.bg-white {
	background-color: #ffffff;
}
.bg-white-footer {
	background-color: #ffffff;
}
.bg-gray {
	background-color: #F7F9FF;
}
.bg-green {
	background-color: #109e6e;
}
.bg-gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,207cca+0,577cd8+0,0ab2f5+100 */
	background: rgb(30, 87, 153); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(30, 87, 153, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(87, 124, 216, 1) 0%, rgba(10, 178, 245, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(30, 87, 153, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(87, 124, 216, 1) 0%, rgba(10, 178, 245, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(30, 87, 153, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(87, 124, 216, 1) 0%, rgba(10, 178, 245, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0ab2f5', GradientType=1); /* IE6-9 */
}
.p-t-5 {
	padding-top: 5px;
}
.p-b-5 {
	padding-bottom: 5px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-b-40 {
	padding-bottom: 40px;
}
.p-t-50 {
	padding-top: 50px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.p-t-70 {
	padding-top: 70px;
}
.p-b-70 {
	padding-bottom: 70px;
}
.clearfix {
	clear: both;
}
.no-margin {
	margin: 0!important;
}
.text-justify {
	text-align: justify;
}
a:hover, a:active {
	color: #109e6e;
}
.text-bold {
	font-weight: 600;
}
.btn-line {
	display: inline-block;
	border-bottom: 1px dotted;
}
.theme-btn {
	display: inline-block;
	background-color: #003BDF;
	color: #ffffff;
	padding: 8px 40px;
	border-radius: 30px;
	-webkit-transition: 0.4s all ease-out;
	-moz-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}
.theme-btn i {
	margin-left: 5px;
}
.theme-btn:hover {
	background-color: #10499e;
	color: #ffffff;
}
.theme-btn-home {
	display: inline-block;
	background: rgb(119, 151, 232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119, 151, 232, 1) 0%, rgba(119, 151, 232, 1) 0%, rgba(32, 124, 202, 1) 100%, rgba(116, 215, 255, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119, 151, 232, 1) 0%, rgba(119, 151, 232, 1) 0%, rgba(32, 124, 202, 1) 100%, rgba(116, 215, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119, 151, 232, 1) 0%, rgba(119, 151, 232, 1) 0%, rgba(32, 124, 202, 1) 100%, rgba(116, 215, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7797e8', endColorstr='#74d7ff', GradientType=0); /* IE6-9 */
	color: #ffffff;
	padding: 8px 40px;
	border-radius: 30px;
	-webkit-transition: 0.4s all ease-out;
	-moz-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}
.header.sticky {
	background-color: rgba(0, 0, 0, 1.00);
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	position: relative;
}
.menu-area .menu {
	margin: 14px auto 14px;
	display: table;
	float: right;
}
.menu-area .menu li a {
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
}
.menu-area .menu > ul > li > a {
	padding-bottom: 14px;
}
.menu-area .menu li a:hover {
	color: #10499E;
}
.menu li .sub-menu {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	overflow: hidden;
	position: absolute;
	top: 39px;
	left: 0;
	-webkit-transition: 0.4s all ease-out;
	-moz-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
	z-index: 9999;
	width: 340px;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}
.menu li .sub-menu .sub-menu {
	position: relative;
	top: 0;
}
.menu li .sub-menu .sub-menu li a {
	padding-left: 30px;
}
.menu li .sub-menu li {
	background-color: #10499e;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu li .sub-menu li a {
	color: #ffffff;
	display: block;
	margin: 0;
	border-bottom: 1px solid #3670c8;
	padding: 7px 15px;
	font-size: 15px;
}
.menu li .sub-menu li:hover {
	background-color: #3670c8;
}
.menu li .sub-menu li:last-child a {
	border: none;
}
.menu li .sub-menu .sub-menu li:last-child a {
	border-bottom: 1px solid #3670c8;
}
.menu li .sub-menu li a:hover {
	color: #ffffff;
}
.menu li:hover .sub-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
header.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.admin-bar header.header {
	top: 32px;
}
.header-area {
	margin-top: 25px;
}
.slider img {
	width: 100%;
}
.slider-area {
	position: relative;
}
.slider-area .slider-inner {
	position: absolute;
	bottom: 100px;
	z-index: 999;
	left: 0;
	right: 0;
}
.slider-boxes .slider-box {
	float: left;
	padding: 0 15px;
	max-width: 210px;
	min-width: 210px;
	text-align: center;
}
.slider-boxes .slider-box p {
	font-weight: 400;
}
.slider-box .slider-box-image {
	display: inline-block;
	border: 2px solid #10499e;
	border-radius: 50%;
	padding: 20px;
	margin-bottom: 10px;
}
.slider-inner-content {
	max-width: 700px;
	padding-bottom: 60px;
	min-height: 500px;
	margin: 0 auto;
}
.slider-inner-content h1, .slider-inner-content .h1 {
	text-align: center;
	line-height: 62px;
	font-size: 52px;
	font-weight: 700;
}
.slider-inner-content p {
	font-size: 19px;
	text-align: center;
}
.slider-inner-content .slider-button {
	text-align: center;
}
/*counter*/
.counter .counter-item {
	display: inline-block;
	margin: 0 20px;
	background-color: rgba(255, 255, 255, 0.6);
}
.counter .counter-item .count-num { 
	min-width: 110px;
	font-weight: 500;
	padding: 10px 30px;
}
.counter .counter-item p {
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 5px;
	margin: 0;
	display: block;
	padding: 5px 20px;
	background-color: rgba(255, 255, 255, 0.6);
}
/*counter end*/
.count {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.35);
	padding: 10px 0px;
}
.title {
	text-align: center;
	text-transform: uppercase;
}
.progress {
	width: 150px;
	height: 150px;
	line-height: 150px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
}
.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 15px solid #f2f5f5;
	position: absolute;
	top: 0;
	left: 0;
}
.progress > span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.progress .progress-left {
	left: 0;
}
.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 15px;
	border-style: solid;
	position: absolute;
	top: 0;
}
.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.progress .progress-right {
	right: 0;
}
.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
	width: 100%;
	height: 100%;
	font-size: 19px;
	color: rgb(250, 245, 245);
	text-align: center;
	position: absolute;
}
.progress.red .progress-bar {
	border-color: #FF7485;
}
.progress.red .progress-left .progress-bar {
	animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.pink .progress-bar {
	border-color: #FB8DFF;
}
.progress.pink .progress-left .progress-bar {
	animation: loading-3 1s linear forwards 1.8s;
}
.progress.light-blue .progress-bar {
	border-color: #1EFEFE;
}
.progress.light-blue .progress-left .progress-bar {
	animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.yellow .progress-bar {
	border-color: #FFCC73;
}
.progress.yellow .progress-left .progress-bar {
	animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(144deg);
		transform: rotate(65deg);
	}
}
@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(36deg);
		transform: rotate(36deg);
	}
}
@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(126deg);
		transform: rotate(126deg);
	}
}
@media only screen and (max-width: 990px) {
	.progress {
		margin-bottom: 20px;
	}
}
.story .story-title {
	padding-right: 40px;
}
.important-date-area {
	margin: 0 auto;
	text-align: center;
	;
}
.important-date-area .important-date {
	display: inline-block;
	margin: 1px;
	padding: 2px;
}
.important-date-area .important-date span {
	width: 50px;
	height: 50px;
	/*border: 1px dashed #000;*/
	display: block;
	font-size: 50px;
	/*border-radius: 50%;*/
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	transition: .4s all ease-out;
}
.important-date-area .important-date p {
	font-size: 13px;
}
/*.important-date-area .important-date span:hover {

	border: 1px solid;

	background: rgba(119, 131, 197, 0.2);

}*/
.sponsor-date-area {
	margin: 0 auto;
	text-align: center;
	;
}
.sponsor-date-area .sponsor-date {
	display: inline-block;
	margin: 10px;
	padding: 20px;
}
.sponsor-date-area .sponsor-date span {
	width: 100px;
	height: 60px;
	/*border: 1px dashed #000;*/
	display: block;
	font-size: 50px;
	/*border-radius: 50%;*/
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	transition: .4s all ease-out;
}
.sponsor-date-area .sponsor-date p {
	font-size: 16px;
}
.topics-area {
	margin: 0 auto;
	text-align: center;
	;
}
.topics-area .topics {
	display: inline-block;
	margin: 10px 2px;
	padding: 5px;
	box-shadow: 0px 5px 20px 0px rgba(90, 91, 108, 0.15);
	min-width: 171px;
}
.topics-area .topics span {
	width: 100px;
	height: 100px;
	/*border: 1px dashed #000;*/
	display: block;
	font-size: 50px;
	padding: 7px;
	margin-left: auto;
	margin-right: auto;
	transition: .4s all ease-out;
}
.topics-area .topics p {
	font-size: 14px;
}
.main-org .commitee-carousel .commitee-carousel-image {
	position: relative;
	overflow: hidden;
}
.main-org .commitee-carousel .commitee-carousel-image h4 {
	font-size: 19px;
	position: absolute;
	bottom: -8px;
	left: 40px;
	text-align: left;
	/*background-color: rgba(0, 0, 0, 0.50);*/
	padding: 10px 10px;
	margin: 8px 10px;
	color: #fff;
	width: 100%;
	opacity: 0;
	-webkit-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	line-height: 45px;
}
.main-org .commitee-carousel .commitee-carousel-image .commitee-btn {
	position: absolute;
	bottom: 65px;
	padding: 4px 20px;
	background-color: #fff;
	color: #000;
	margin: 0px 15px 0;
	right: 0px;
} 
.main-org .commitee-carousel .commitee-carousel-image h4 i {
	float: right;
	width: 45px;
	height: 45px;
	padding: 10px 13px;
	/*background-color: #fff;*/
	color: #282828;
	border-radius: 50%;
	margin-right: 20px;
}
.main-org .commitee-carousel .active .commitee-carousel-image h4 {
	opacity: 1;
}
.main-org .commitee-carousel.owl-carousel .owl-nav, .offer-slider.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: -30px;
	right: -30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.main-org .commitee-carousel.owl-carousel .owl-nav button, .offer-slider.owl-carousel .owl-nav button {
	background-color: #ffffff;
	display: inline-block;
	font-size: 40px;
	width: 40px;
	height: 40px;
	line-height: 20px;
	color: #fff;
	outline: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	pointer-events: all;
	border-radius: 50%;
	background-color: #003BDF;
}
.main-org .commitee-carousel.owl-carousel .owl-nav button:hover, .offer-slider.owl-carousel .owl-nav button:hover {
	color: #3ce3d3;
}
.main-org .commitee-carousel.owl-carousel .owl-nav button.owl-next, .offer-slider.owl-carousel .owl-nav button.owl-next {
	float: right;
}
.main-org:hover .commitee-carousel.owl-carousel .owl-nav button, .main-org:hover .offer-slider.owl-carousel .owl-nav button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.main-org:hover .commitee-carousel.owl-carousel .owl-nav button.owl-next, .main-org:hover .offer-slider.owl-carousel .owl-nav button.owl-next {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.main-org .commitee-carousel .commitee-carousel-image:hover .committe-carousel-overlay {
	height: 100%;
}
.main-org .commitee-carousel .committe-carousel-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 43, 162, 0.6);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.main-org .commitee-carousel .committe-carousel-overlay .details {
	white-space: nowrap;
	color: white;
	font-size: 15px;
	position: absolute;
	overflow: hidden;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/*.main-org .commitee-carousel .committe-carousel-overlay .details a {

	bottom: 173px;

	right: 80px;

	border: 1px solid white;

	background-color: transparent;

	color: #fff;

	position: absolute;

	font-size: 13px;

	padding: 1px 20px;

}*/
.main-org .commitee-carousel .committe-carousel-overlay .details span a {
	color: #fff;
}
.commitee-gallery {
	float: left;
	width: auto;
	padding: 5px;
}
.commitee-gallery-image {
	position: relative;
	/*background-color: rgb(255, 204, 115);*/
}
.commitee-gallery-image:hover .overlay {
	height: 100%;
}
.commitee-gallery-image .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 43, 162, 0.6);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.commitee-gallery-image .overlay .details {
	white-space: nowrap;
	color: white;
	font-size: 13px;
	position: absolute;
	overflow: hidden;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.commitee-gallery-image .overlay .details span a {
	color: #fff;
}
.commitee-gallery-image .gallery-btn {
	position: absolute;
	bottom: 55px;
	right: 30px;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 12px;
	border-radius: 25px;
	cursor: pointer;
}
.commitee-gallery-image h5 {
	position: absolute;
	font-size: 20px;
	bottom: 0;
	right: 30px;
	color: #fff;
	font-weight: 600;
}
/* Style the images inside the grid */
.commitee-gallery img {
	opacity: 1;
}
.commitee-gallery img:hover {
	opacity: 1;
}
.call-for-paper .call-for-paper-box {
	box-shadow: 0px 5px 20px 0px rgba(90, 91, 108, 0.15);
	padding: 30px 40px;
	top: -85px;
	position: absolute;
	z-index: 999999;
	background-color: #fff;
	left: 90px;
	border-radius: 10px;
}
.call-for-paper .call-for-paper-box h2 {
	text-transform: uppercase;
	padding-bottom: 15px;
}
.call-for-paper .call-for-paper-box .call-for-download {
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0ab2f5+0,0ab2f5+0,577cd8+100 */
	background: rgb(10, 178, 245); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(10, 178, 245, 1) 0%, rgba(10, 178, 245, 1) 0%, rgba(87, 124, 216, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(10, 178, 245, 1) 0%, rgba(10, 178, 245, 1) 0%, rgba(87, 124, 216, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(10, 178, 245, 1) 0%, rgba(10, 178, 245, 1) 0%, rgba(87, 124, 216, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0ab2f5', endColorstr='#577cd8', GradientType=1); /* IE6-9 */
	padding: 5px 15px;
	border-radius: 3px;
}
.call-for-paper .call-for-paper-box .call-for-btn {
	border: 1px solid #003BDF;
	border-radius: 30px;
	color: #003BDF;
	background-color: #fff;
	padding: 5px 20px;
}
.call-for-paper .call-for-text {
	margin-top: 20px;
}
.paper-submission .paper-submission-title h2 {
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 10px;
}
.registration .registration-title h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
}
.registration .registration-bar {
	font-size: 14px;
	padding: 0 15px;
	color: #fff;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0ab2f5+0,0ab2f5+0,577cd8+100 */
	background: rgb(10, 178, 245); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(10, 178, 245, 1) 0%, rgba(10, 178, 245, 1) 0%, rgba(87, 124, 216, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(10, 178, 245, 1) 0%, rgba(10, 178, 245, 1) 0%, rgba(87, 124, 216, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(10, 178, 245, 1) 0%, rgba(10, 178, 245, 1) 0%, rgba(87, 124, 216, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0ab2f5', endColorstr='#577cd8', GradientType=1); /* IE6-9 */
}
.payment .reference-link {
	margin: 0 auto;
}
.payment .price-box-area {
	padding-top: 45px;
}
.payment .price-box-area .price-box {
	padding: 45px 20px;
	box-shadow: 0px 5px 20px 0px rgba(90, 91, 108, 0.15);
	border-radius: 3px;
}
.payment .price-box-area .price-box h3 {
	font-size: 22px;
}
.payment .price-box-area .price-box h4 {
	font-size: 20px;
}
.payment .price-box-area .price-box hr {
	border-top: 8px dotted #d9d9d9;
	opacity: .35;
}
.payment .price-box-area .price-box table {
	border-spacing: 2px;
}
.payment .price-box-area .price-box table td, th {
	font-size: 13px;
	padding: 0 5px;
	font-weight: 400;
}
.payment .price-box-area .price-box .table {
	padding-top: 35px;
}
.payment .price-box-area .price-box .buy-tickets-btn {
	padding-top: 60px
}
.payment .price-box-area .price-box .buy-tickets-btn a {
	border: 1px solid #003BDF;
	color: #003BDF;
	border-radius: 30px;
	padding: 5px 20px;
}
.event {
	background-image: url("img/dotted-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.event .event-area {
	margin: 0 auto;
	text-align: center;
}
.event .event-area .event-box {
	height: 165px;
	width: 165px;
	margin: 0 30px;
	background-color: #fff;
	box-shadow: 0px 5px 20px 0px rgba(90, 91, 108, .3);
	border-radius: 50%;
	padding: 30px 15px;
	display: inline-block;
}
.event .event-area .event-box h3 {
	font-size: 15px;
}
.event .event-area .event-box p {
	font-size: 13px;
}
.workshop .workshop-area{
	position: relative;
}
.workshop .workshop-area .free-of-charge-img img{
	position: absolute;
	top: -10px;
	left: 470px;
	width: 150px;
	height: 75px;
}
.workshop .workshop-area .time-slot span::before {
	content: "\\\\\\";
	font-size: 15px;
	letter-spacing: -3px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	line-height: 1;
	font-weight: 500;
	color: #273896;
}
.workshop .workshop-area .time-slot .speaker-details {
	font-style: italic;
	margin-left: 80px;
}
.workshop .workshop-area .time-slot .speaker-details p {
	margin: 0px!important;
}
.image-gallery .image-gallery-area .image-column {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}
.image-gallery .image-gallery-area .image-column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}
.contact .contact-details {
	padding: 50px 30px;
	box-shadow: 0px 5px 20px 0px rgba(90, 91, 108, 0.15);
	border-radius: 3px;
}
.footer-details h4 {
	text-transform: uppercase;
	padding-bottom: 20px;
}
.footer-social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	color: #577CD8;
	border-radius: 50%;
	margin-right: 5px;
	line-height: 18px;
}
.footer-social a:hover {
	color: #05090e;
}
.footer-social {
	display: inline-block;
	margin-left: 10px;
}
.social-line {
	padding-top: 8px;
}
.footer-menu {
	margin: 0;
	padding: 0;
}
.footer-menu li {
	list-style-type: none;
}
.footer-menu li a {
	display: block;
	color: #fff !important;
}
.footer-gallery-title {
	text-transform: uppercase;
}
/* The grid: Four equal columns that floats next to each other */
.footer-gallery {
	float: left;
	width: 25%;
	padding: 5px;
}
/* Style the images inside the grid */
.footer-gallery img {
	opacity: 0.8;
	cursor: pointer;
}
.footer-gallery img:hover {
	opacity: 1;
}
