@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
a {
	text-decoration: none;
	outline: none;
	-webkit-transition: .4s;
	transition: .4s;
	color: #333
}

input:focus,
button:focus,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	color: #000
}

img {
	max-width: 100%;
	height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	font-weight: 600
}

html,
body {
	height: 100%
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
	color: #515656
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px white inset!important
}

.full-height {
	width: 100%;
	height: 100vh
}

.relative {
	position: relative
}

.fixed,
.absolute {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.fixed {
	position: fixed
}

.v-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.section-padding {
	padding: 60px 0;}

.social-menu {
	list-style: none;
	margin: 0;
	padding: 10px
}

.social-menu li {
	display: inline-block;
	margin: 0 3px
}

.social-menu li a {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 2.5em;
	background-color: #fff;
	color: #138fc2;
	border-radius: 100px;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	font-size: 15px
}

.social-menu li a:hover {
	background-color: #138fc2;
	color: #fff;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1)
}

.overlay:before,
.sky-bg {
	/* background: #75cbe7; */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2)); */
	/* background: linear-gradient(to bottom, #36487f8f 0%, #4268b3d1 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
	color: #fff;
	background: black;
}

.gray-bg {
	background-color: #ebebeb;
}

.button {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 50px;
	color: #fff;
	background-color: #d2232a;
	-webkit-transition: .3s;
	transition: .3s;
	border: none;
	-webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, .1);
	box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, .1)
}

.button.white,
.button:hover {
	background-color: #ce676b;
	color: white;}

.button.white:hover {
	background-color: #2f60c3;
	color: #fff
}

.button i {
	margin-left: 5px
}

.page-title {
	margin-bottom: 10px;}

.page-title h2 {
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}



.box {
	padding: 50px 30px;
	text-align: center;
	-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 5px 5px 5px 25px;
	-webkit-transform: translateY(0);
	transform: translateY(0)
;background: white;box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);}

.box:hover {
	/* -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1); */
	/* box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1); */
	/* background-color: #949ebd; */
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.box h4 {
	text-transform: uppercase
}

.box .box-icon {
	height: 60px;
	margin-bottom: 20px;
}

.box .box-icon img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s;
	transition: .3s
}

.box:hover .box-icon img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.mainmenu-area {
    /* position: fixed; */
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: .3s;
    transition: .3s;
    background: #ffffff;
}

.overlay,
.overlay a,
.mainmenu-area a {
	color: #fff
}

.mainmenu-area .logo {
	text-transform: uppercase;
	letter-spacing: 2px;
	height: inherit;
	margin-top: 0px;
	padding-left: 0;
}

.mainmenu-area .logo h2 {
	margin-bottom: 0
}

.mainmenu-area #primary-menu>ul>li>a {
	background: none;
	padding: 35px 15px;
	position: relative;
	border-top: 3px solid transparent;
	text-align: center
}

.mainmenu-area #primary-menu>ul>li>a:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #fff;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.mainmenu-area #primary-menu>ul>li>a:hover:before,
.mainmenu-area #primary-menu>ul>li.active>a:before {
	opacity: 1;
	top: 0
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
	border-top: 3px solid #fff
}

.mainmenu-area.affix {
	background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.client-area,
.header-area {
	background: #000000 url('../images/parallax-2new.jpg') no-repeat scroll center center / cover
}

.anlge-bg {
	background: url('../images/angle-bg.png') no-repeat scroll center bottom -120px / 100% auto
}

.overlay {
	position: relative
}

.overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .8
}

.header-text h2 {
	margin-bottom: 20px;
	font-size: 40px
}

.header-text .button {
	margin-top: 30px
}

.screen-slider .item {
	background: url('../images/mobile2.png') no-repeat scroll center center / auto 100%;
	padding: 56px 22px;
	display: inline-block;
	margin: auto
}

.screen-slider.owl-carousel .owl-item {
	text-align: center
}

.screen-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 100%
}

.screen-slider .owl-controls .owl-nav>div {
	display: inline-block;
	margin: 0 15px;
	font-size: 20px;
	text-align: center;
	position: relative
}

.screen-slider .owl-controls .owl-nav {
	position: relative;
	margin-top: 0
}

.screen-slider .owl-controls .owl-nav:after {
	content: "/";
	position: absolute;
	left: 50%;
	top: 12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.caption-slider .carousel-indicators {
	position: static;
	margin: 30px auto 0 auto;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.caption-slider .carousel-indicators li {
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	cursor: pointer;
	position: relative;
	list-style: none
}

.caption-slider .carousel-indicators li:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 3px;
	background-color: #fff;
	opacity: 0
}

.caption-slider .carousel-indicators li.active:before {
	opacity: 1
}

.caption-slider .carousel-indicators li strong {
	display: block
}

.caption-slider h2 {
	margin-bottom: 20px;
	font-size: 40px
}

.caption-slider .button {
	margin-top: 30px
}

.caption-slider .caption-photo {
	display: inline-block;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1)
}

.caption-slider .caption-photo.two {
	margin-top: 60px
}

.caption-slider .caption-title {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.caption-slider .caption-desc {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.caption-slider .caption-button {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.caption-slider .caption-photo.one {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.caption-slider .caption-photo.two {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.single-team {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	color: #515656;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 30px -10px rgba(0, 0, 0, .3);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .3s;
	transition: .3s
}

.single-team:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-team .team-photo {
	margin-bottom: 20px;
	padding-top: 20px;
	overflow: hidden
}

.single-team .team-photo img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s;
	transition: .3s
}

.single-team:hover .team-photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.single-team h4 {
	text-transform: uppercase
}

.single-team h6 {
	margin-bottom: 20px
}

.single-team .social-menu {
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	padding: 23px 10px;
	background-color: #fff
}

.single-team:hover .social-menu {
	bottom: 0
}

.testimonial-area {
	background: url('../images/mig-welding-london.jpg') no-repeat scroll center center / cover;
	position: relative;
	color: #fff
}

.testimonial-area:before {
	opacity: .9
}

.testimonial {
	text-align: center
}

.testimonial .testimonial-photo {
	margin-bottom: 20px;
	display: inline-block;
	margin-right: 30px;
	border-radius: 50%;
	-webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, .5);
	box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, .5);
	position: relative
}

.testimonial .testimonial-photo:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 20px
}

.testimonials.owl-carousel .owl-controls .owl-nav {
	text-align: center
}

.price-area {
	background: url('../images/parallax-6.jpg') no-repeat scroll center center / cover
}

.price-table h3 {
	margin-bottom: 30px
}

.price-table {
	padding: 50px 40px;
	border-radius: 2px;
	text-align: center;
	background-color: #fff;
	color: #515656;
	position: relative;
	margin-top: 20px
}

.price-table.active {
	padding: 70px 40px;
	margin-top: 0
}

.price-table ul {
	margin: 30px 0;
	padding: 0;
	list-style: none
}

.price-table ul li {
	padding: 5px 0
}

.price-table .price-info {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #55a2be;
	color: #fff;
	border-radius: 0 0 50% 50%;
	padding-bottom: 5px
}

#accordion .panel {
	background: none
}

#accordion .panel .panel-title {
	padding: 30px 0 30px 60px;
	position: relative
}

#accordion .panel .panel-collapse {
	padding-left: 60px
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	width: 36px;
	height: 36px;
	background: #2f60c3;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}

#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
	width: 10px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
	-webkit-transform: translate(-50%) rotate(90deg);
	transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
	-webkit-transform: translate(-50%) rotate(0deg);
	transform: translate(-50%) rotate(0deg)
}

.single-blog {
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, .1);
	box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, .1)
}

.single-blog h3 {
	font-size: 18px
}

.single-blog .blog-meta {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 30px
}

.single-blog .blog-meta li {
	display: inline-block;
	margin-right: 15px
}

.single-blog .blog-meta li span {
	margin-right: 5px
}

.single-blog .blog-content {
	padding: 40px 20px;
	background-color: #fff
}

.footer-area {
	padding-top: 120px;
	z-index: 1
}

.footer-bg {
	background: url('../images/angle-bg.png') no-repeat scroll center bottom / 100% auto;
	z-index: -1
}

.footer-top {
	margin-bottom: 0px
}

.side-icon-box {
	margin-bottom: 0px;
	position: relative;
	padding-left: 30px;
}

.side-icon-box a {
	color: #fff
}

.side-icon-box .side-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px
}

.side-icon-box strong {
	display: block;
	margin-bottom: 10px
}

.footer-middle {
	margin-bottom: 0px
}

.footer-bottom {
	border-top: 1px solid rgb(255 255 255 / 65%);
	padding-top: 25px;
	padding-bottom: 15px;
	background: #020202;
}

.contact-form .button {
	letter-spacing: 2px;
	min-width: 150px;
	margin-top: 10px;
	border-radius: 3px
}

.form-control {
	margin-bottom: 20px;
	height: auto;
	padding: 12px 20px
}

.form-double input {
	width: calc(50% - 10px);
	float: left
}

.form-double input:last-child {
	float: right
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #75cbe7;
	background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
	background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
	z-index: 99999999999
}

.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.mainmenu-area #primary-menu>ul>li>a {
		padding: 30px 12px
	}
	.header-area {
		padding-top: 80px
	}
	.price-table,
	.box {
		padding: 30px 15px
	}
	.price-table.active {
		padding: 50px 15px
	}
	.single-team {
		margin-bottom: 30px
	}
	.side-icon-boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}


@media only screen and (max-width:767px) {
	body {
		font-size: 13px
	}
	.header-area {
		padding-top: 120px;
		padding-bottom: 100px;
		height: auto
	}
	.page-title h2,
	.header-text h2 {
		font-size: 20px
	}
	.mainmenu-area .navbar-toggle {
		margin-top: 20px
	}
	.mainmenu-area .navbar-toggle .icon-bar {
		background-color: #0c1d52;
	}
	.mainmenu-area #primary-menu {
		background-color: #b62123;
	}
	.mainmenu-area #primary-menu ul {
		overflow-y: auto;
		max-height: 70vh;
		margin: 0
	}
	.mainmenu-area #primary-menu>ul>li>a {
		padding: 6px 0;
		overflow: hidden
	}
	.box {
		padding: 30px 15px
	}
	.box .box-icon {
		height: auto
	}
	.single-blog,
	.single-team,
	.price-table.active {
		margin-top: 30px
	}
	.form-double input {
		width: 100%
	}
	.footer-top {
		margin-bottom: 10px
	}
	.x-left {
		text-align: left
	}
	.mainmenu-area .logo {
		margin-left: 15px
	}
	.regi-btn {
    margin-bottom: 30px;
}

}
.mainmenu-area a {
    color: #d2232a;
}

@media only screen and (min-width:768px) {
img.logo-img {
    width: 60%;
}


}



.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.exhibitor-features {
    background: #22315e;
    color: white;
}

.feature-list ul li {
    list-style-type: none;
    font-size: 13px;
}

.feature-list ul li i {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

.feature-list ul li {
    padding-bottom: 0px;
}

.feature-list {
    padding: 30px 20px;
    background: #d2232a;
    border-radius: 20px;
}

.cst-heading h2 {
    font-size: 30px !important;
    font-weight: 300;
    margin-bottom: 0px;
}

.cst-heading h2 span {
    font-size: 50px;
    font-weight: 600;
    color: #d2232a;
}
.box-icon img {
    width: 40%;
}

.visitor-features h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.visitor-features .grid {
    /* border: 1px solid #d5d5d5; */
    /* background: #ffffff; */
    color: black;
    /* padding: 0px; */
}
address.side-icon-boxes {
    width: 100%;
}

section.address {
    margin-top: 50px;
}
.footer-bottom a {
    color: white;
    text-decoration: underline;
}

.gray-background {
    background: #d5d5d5;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.regi-btn {
    text-align: center;
}

section#registration {
    background: #0c1d52;
}

section#registration a {
    color: white;
    font-size: 20px;
    border: 3px solid #b94712;
    padding: 10px 30px;
    border-radius: 10px;
}
.icon-img img {
    width: 40% !important;
    display: table;
    margin: auto;
}

.icon-desc p {
    font-size: 20px;
    padding-top: 20px;
    margin-bottom:0px;
}

.icon-box {
    background: #00000059;
    padding: 20px;
    min-height: 190px;
    border: 1px solid #ffffff7d;
}
.icon-box:hover {
    background: #ffffff2e;
}
section#registration .section-padding {
    padding: 50px 0;
}

section#registration {
    border-top: 3px solid #b94712;
}


@media only screen and (max-width:767px) {
  .cst-heading h2 {
    font-size: 20px !important;
}  
.section-padding {
    padding: 40px 0;
}
img.logo-img {
    width: 50% !important;
}

a.navbar-brand.logo {
    width: 70% !important;
    margin-bottom: 8px;
    margin-top: 10px;
}
.pc_view{
}
.mainmenu-area a {
    color: #ffffff;
}
#registration .row {
    margin: 0px;
}
}    

section#registration a:hover {
    background: #f46e31;
}
.affix {
    position: initial !important;
}
section#registration h3 {
    color: white;
    padding-bottom: 20px;
}

section#about-xpo ul li {
    list-style-type: none;
}
.box-icon i {font-size: 40px;}
.blue-bg {
    border-top: 3px solid #b94712;
    background: #0c1d52;
    color:white;
   }
   
   #price .box {text-align: left;}

.box-header {background: #d2232a;color: white;padding: 20px;}

section#price .box {padding: 0px;}

.box-body {padding: 20px;}

#price p {margin-top: 10px;border-bottom: 1px solid;}
a.modal-btn {background: #d2232a;color: white;padding: 10px;border-radius: 5px;}

.modal-dialog {background: white;padding: 20px;display: table;margin: auto;z-index: 999999;border-radius: 10px;}

.modal {background: #00000085;padding-top: 5%;}
section#summit-attraction h4 {
    padding-bottom: 10px;
}
@media only screen and (min-width:768px) {
.modal-dialog {width: 40%;}
}

@media only screen and (max-width:767px) {
.modal-dialog {width: 100%;}
section#summit-attraction .box {
    margin-top: 30px;
}
img.footer-logo {
    padding-bottom: 30px;
    width: 70%;
    display: table;
    margin: auto;
}
}
span.strike {
    font-size: 19px;
    text-decoration: line-through;
}
section#special-discount h2 {
    padding-bottom: 0px;
}
a.fixed-btn {font-size: 15px;
    color: #fff;
    position: fixed;
    right: 0px;
    top: 40%;
    width: auto;
    height: auto;
    line-height: 35px;
    background-color: #d2232a;
    text-align: center;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;padding: 5px 20px;
        -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% {background-color: #ed9b9e;box-shadow: 0 0 3px #ed9b9e;}
  50% {background-color: #e03e44;box-shadow: 0 0 40px #e03e44;box-shadow: 0 0 40px #e03e44;}
  100% {background-color: #d2232a;box-shadow: 0 0 3px #d2232a;}
}

@-moz-keyframes glowing {
  0% {background-color: #ed9b9e;box-shadow: 0 0 3px #ed9b9e;}
  50% {background-color: #e03e44;box-shadow: 0 0 40px #e03e44;box-shadow: 0 0 40px #e03e44;}
  100% {background-color: #d2232a;box-shadow: 0 0 3px #d2232a;}
}

@-o-keyframes glowing {
  0% {background-color: #ed9b9e;box-shadow: 0 0 3px #ed9b9e;}
  50% {background-color: #e03e44;box-shadow: 0 0 40px #e03e44;box-shadow: 0 0 40px #e03e44;}
  100% {background-color: #d2232a;box-shadow: 0 0 3px #d2232a;}
}

@keyframes glowing {
  0% {background-color: #ed9b9e;box-shadow: 0 0 3px #ed9b9e;}
  50% {background-color: #e03e44;box-shadow: 0 0 40px #e03e44;box-shadow: 0 0 40px #e03e44;}
  100% {background-color: #d2232a;box-shadow: 0 0 3px #d2232a;}
}
.side-icon-box i {background: #d2232a;padding: 8px;font-size: 22px;}
ul.social-menu.text-center i {color: #d2232a;}



/********* Counter CSS *********/

.counter-box {
	display: block;
	background: #f6f6f6;
	padding: 40px 20px 37px;
	text-align: center;
	min-height: 260px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2;
	display: block;
}

.counter {
	/* display: block; */
	font-size: 45px;
	font-weight: 700;
	color: #d2232a;
	line-height: 60px;
	text-shadow: 3px 3px 2px #353535;
}

.counter-box.colored {
      background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}

/********* Counter CSS *********/

section#highlights img {
    border-radius: 10px;
    /* padding: 10px; */
    margin: 15px 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
section#highlights ul {
    list-style-type: none;
    margin-left: 0;
    /* padding-left: 1.2em; */
}

section#highlights ul li i {
    font-size: 30px;
    padding-right: 10px;
    vertical-align: middle;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px){
.pc_vw {
    display: none;
}
.cst-heading h2 span {
    font-size: 25px;
    font-weight: 600;
    color: #d2232a;
}
#about-program .four {
    margin-bottom: 20px;
}
section#highlights img {
    margin: 5px 0;
}
ul {
    padding-left: 0px;
}
.sm-pb-10{
    padding-bottom:10px;
}
.sm-pb-20{
    padding-bottom:20px;
}
.sm-pb-30{
    padding-bottom:30px;
}
.sm-pb-40{
    padding-bottom:40px;
}
.sm-pb-50{
    padding-bottom:50px;
}
.sm-pb-60{
    padding-bottom:60px;
}
.sm-pb-70{
    padding-bottom:70px;
}
.sm-pb-80{
    padding-bottom:80px;
}
.sm-pb-90{
    padding-bottom:90px;
}
.sm-pb-100{
    padding-bottom:100px;
}
.sectors i {
    font-size: 15px !important;
    padding: 5px !important;
    border-radius: 20% !important;
}
#delegation_support li:before {
    font-size: 15px !important;
    padding: 0px 5px !important;
    border-radius: 5px !important;
}
#about-platform li:before {
    font-size: 15px !important;
    padding: 5px !important;
    border-radius: 5px !important;
}
#highlights li:before {
    font-size: 15px !important;
    padding: 0px 5px !important;
    border-radius: 5px !important;
}
.counter-box {
    padding: 10px 10px 10px !important;
    min-height: 200px !important;
}
#highlights ul li {
    margin-bottom: 10px;
    margin-left: 30px;
}
#delegation_support ul li {margin-bottom: 10px;margin-left: 20px;}
}

@media only screen and (min-width: 768px){
.mb_vw {
    display: none;
}

.lg-pb-10{
    padding-bottom:10px;
}
.lg-pb-20{
    padding-bottom:20px;
}
.lg-pb-30{
    padding-bottom:30px;
}
.lg-pb-40{
    padding-bottom:40px;
}
.lg-pb-50{
    padding-bottom:50px;
}
.lg-pb-60{
    padding-bottom:60px;
}
.lg-pb-70{
    padding-bottom:70px;
}
.lg-pb-80{
    padding-bottom:80px;
}
.lg-pb-90{
    padding-bottom:90px;
}
.lg-pb-100{
    padding-bottom:100px;
}
#highlights ul li {
    margin-bottom: 10px;
    margin-left: 0px;
}
#delegation_support ul li {margin-bottom: 10px;margin-left: 0px;}
}
.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}
section#about-platform ul {
    list-style-type: none;
    padding-left: 0px;
}

section#about-platform i {
    font-size: 30px;
    padding-right: 10px;
    vertical-align: middle;
    color: #b42323;
}

.feature-list {
    padding: 30px 20px;
    background: #b42323;
    border-radius: 20px;
}

.feature-list table tr th, .feature-list table tr td {
    border: 1px solid;
    padding: 5px;
}

.feature-list table {
    width: 100%;
}

.p-10 {
    padding: 10px;
}
.four:nth-child(1) .counter-box {
  background: #000000 url('../images/counter-bg-image01.jpg') no-repeat scroll center center / cover;
}
.four:nth-child(2) .counter-box {
  background: #000000 url('../images/counter-bg-image02.jpg') no-repeat scroll center center / cover;
}
.four:nth-child(3) .counter-box {
  background: #000000 url('../images/counter-bg-image03.jpg') no-repeat scroll center center / cover;
}
 

span.counter-sign {
    color: white;
}

.counter-box h3 {
    color: white;
}

span.counter-sign {
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.sectors i {
    font-size: 20px;
    background: #d2232a;
    color: white;
    padding: 10px;
    border-radius: 20%;
}

section#about-platform ul li {padding-left: 0px;list-style:none;}
section#about-platform ul li {margin-bottom: 10px;}
#about-platform li:before {
    font-family: 'FontAwesome';
    content: '\f046 ';
    margin: 0 5px 0 0px;
}

#about-platform li:before {
    font-size: 20px;
    /* padding-right: 10px; */
    vertical-align: middle;
    color: #ffffff;
    background: #b42323;
    padding: 9px;
    /* margin-bottom: 5px; */
    border-radius: 5px;
}

#delegation_support ul li {padding-left: 0px;list-style:none;}

#delegation_support li:before {
    font-family: 'FontAwesome';
    content: '\f046 ';
    margin: 0 5px 0 0px;
    position: absolute;
    left: 25px;
}

#delegation_support li:before {
    font-size: 20px;
    vertical-align: middle;
    color: #b42323;
    background: #ffffff;
    padding: 0px 10px;
    border-radius: 5px;
}

#highlights ul li {padding-left: 0px;list-style:none;}
#highlights li:before {
    font-family: 'FontAwesome';
    content: '\f046 ';
    margin: 0 5px 0 0px;
    position: absolute;
    left: 10px;
}

#highlights li:before {
    font-size: 20px;
    vertical-align: middle;
    color: #ffffff;
    background: #b42323;
    padding: 0px 10px;
    /* margin-bottom: 5px; */
    border-radius: 5px;
}
.mainmenu-area {
    padding: 5px 0;
}

#pavillion_participation img{
        -webkit-filter: drop-shadow(8px 9px 10px #686666e8);
    filter: drop-shadow(8px 9px 10px #686666e8);
}


#pavillion_participation li:before {
    font-size: 18px;
    /* padding-right: 10px; */
    vertical-align: middle;
    color: #ffffff;
    background: #b42323;
    padding: 4px 5px 5px 10px;
    /* margin-bottom: 5px; */
    border-radius: 5px;
}
#pavillion_participation li:before {
    font-family: 'FontAwesome';
    content: '\f105  ';
    margin: 0 5px 0 0px;
}

section#pavillion_participation li {
    margin-bottom: 5px;
    list-style-type: none;
}

section#pavillion_participation ul {
    padding-left: 0px;
}

#delegation_support li {
    list-style-type: none;
}

#directory_catalogue img {
    -webkit-filter: drop-shadow(8px 9px 10px #ffffff);
    filter: drop-shadow(8px 9px 10px #ffffff);
}