@charset "UTF-8";

/*html {
	height: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	background-color: #ffffff;
 
}

body.full-height,
body.full-height .page-wrapper {
	background-color: #fafafa;
	min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #343434;
	line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #343434;
}

h1 {
	font-size: 38px;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

h6 {
	font-weight: 700;
}*/

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.title {
		margin-top: 0;
	}
}

.sidebar .title {
	margin-bottom: 15px;
	margin-top: 20px;
	position: relative;
}

.page-header {
	margin-top: 20px;
	padding-top: 20px;
}

p {
	margin-bottom: 20px;
}

a {
	color: #e84c3d;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #cd3c2e;
}

a:focus, a:active {
	outline: none;
	color: #cd3c2e;
}

.no-trans * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

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

blockquote {
	border-left: none;
	display: block;
	margin: 20px auto 20px;
	font-size: 16px;
	position: relative;
	padding: 10px 10px 10px 0px;
	margin-left: 40px;
}

blockquote:after {
	content: "“";
	width: 25px;
	height: 25px;
	line-height: 64px;
	font-size: 64px;
	font-family: "PT Serif", serif;
	position: absolute;
	top: 12px;
	left: -45px;
}

.blockquote:before {
	font-family: "PT Serif", serif;
	content: "“";
	font-size: 40px;
}

blockquote.inline {
	padding: 0;
}

blockquote.inline p {
	width: 60%;
	display: inline-block;
	margin: 0;
}

blockquote.inline footer {
	width: 37%;
	display: inline-block;
	padding-left: 5px;
}

blockquote.inline:after {
	top: 0;
}

mark,
.mark {
	background-color: #e84c3d;
	color: #ffffff;
}

pre {
	padding: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.text-muted {
	color: #999999;
}

.text-default {
	color: #e84c3d;
}

.well {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #f3f3f3;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.icons-page i {
	color: #333;
	font-size: 20px;
}

hr.dark,
#footer .footer hr {
	border-color: #333333;
}

#footer.light hr {
	border-color: #dddddd;
}

/* Lists
---------------------------------- */
ul {
	list-style: square;
}

.list-icons,
.list {
	list-style: none;
	padding: 0;
}

.list-icons li,
.list li {
	padding: 5px 0;
}

.list-icons li i {
	width: 25px;
	text-align: center;
}

.list li .vertical-divider {
	padding-right: 15px;
	position: relative;
}

.list li .vertical-divider:after {
	position: absolute;
	content: "";
	height: 60%;
	width: 1px;
	background-color: #CECECE;
	right: 9px;
	top: 5px;
}

.list-inline {
	margin-top: 9px;
	margin-bottom: 8px;
}

/* Tables
---------------------------------- */
.table:not(.table-bordered) {
	border-bottom: 2px solid #f3f3f3;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #e84c3d;
	background-color: #e84c3d;
	color: #fff;
}

.table-bordered {
/*	border-color: #e84c3d;*/
}

tbody {
	background-color: #ffffff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 15px;
	border-top: 1px solid #f3f3f3;
}

.table-striped tbody {
	background-color: #fafafa;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f1f1f1;
}

.table-striped.table > tbody > tr > td {
	border-color: #e8e8e8;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color: #f3f3f3;
}

.dl-horizontal dd {
	margin-bottom: 10px;
}

.dark .table:not(.table-bordered) {
	border-bottom: 2px solid #515151;
}

.dark .table > thead > tr > th {
	border-bottom: 1px solid #27272a;
	background-color: #27272a;
	color: #cdcdcd;
}

.dark tbody {
	background-color: transparent;
}

.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td {
	border-top: 1px solid #515151;
}

.dark .table-hover > tbody > tr:hover {
	background-color: #27272a;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.dl-horizontal dd {
		margin-left: 150px;
	}

	.dl-horizontal dt {
		max-width: 120px;
	}
}

/* 2 Layout
----------------------------------------------------------------------------- */
.page-wrapper {
	background-color: #ffffff;
}

.header-top {
	background-color: #f1f1f1;
	border-bottom: 1px solid #dadada;
	-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
}

.header-top.dark {
	background-color: #27272a;
	border-bottom: 1px solid #000000;
	color: #cdcdcd;
}

.header-top.banner {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}

.header {
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
	/*background-color: #ffffff;*/
	background-color: #061e36;
	
}

.header.dark {
	background-color: #36373C;
	border-top: 1px solid #515151;
	border-bottom-color: transparent !important;
}

.header.header-small {
	padding: 10px 0;
}

.banner {
	background-color: #f1f1f1;
	border-bottom: 1px solid #eaeaea;
}

.page-intro {
	padding: 10px 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	background-color: #fafafa;
	border-bottom: 1px solid #dadada;
}

.banner + .page-intro {
	margin-top: -56px !important;
	position: relative;
	background-color: rgba(250, 250, 250, 0.9);
	z-index: 2;
}

.page-top {
	padding: 40px 0;
}

.main-container {
	padding: 40px 0;
}

.full-height .main-container {
	padding-top: 80px;
}

.section {
	padding: 25px 0;
}

.footer-top.light-gray-bg {
	border-top: 1px solid #f1f1f1;
}

.footer {
	padding: 30px 0;
	background-color: #262626;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #333333;
}

.subfooter {
	padding: 25px 0;
	background-color: #000000;
}

.block {
	padding-bottom: 40px;
}

.sidebar .block:first-child {
	margin-top: 2px;
}

@media (min-width: 768px) {
	:not(.fixed-header-on) .header.transparent {
		position: absolute;
		width: 100%;
		z-index: 30;
		background-color: rgba(255, 255, 255, 0.3);
		border-color: transparent;
	}

	:not(.fixed-header-on) .dark.header.transparent {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

/* Boxed Layout
---------------------------------- */
.boxed .page-wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px #cacaca;
	box-shadow: 0px 0px 10px #cacaca;
}

.pattern-1 {
	background-image: url("../images/pattern-1.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.pattern-4 .page-wrapper,
.pattern-5 .page-wrapper,
.pattern-6 .page-wrapper,
.pattern-7 .page-wrapper,
.pattern-8 .page-wrapper,
.pattern-9 .page-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pattern-2 {
	background-image: url("../images/pattern-2.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.pattern-3 {
	background-image: url("../images/pattern-3.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.pattern-4 {
	background-image: url("../images/pattern-4.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.pattern-5 {
	background-image: url("../images/pattern-5.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.pattern-6 {
	background-image: url("../images/pattern-6.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.pattern-7 {
	background-image: url("../images/pattern-7.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.pattern-8 {
	background-image: url("../images/pattern-8.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.pattern-9 {
	background-image: url("../images/pattern-9.png");
	background-repeat: repeat;
	background-position: 0 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.boxed .page-wrapper {
		width: 750px;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.boxed .page-wrapper {
		width: 970px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.boxed .page-wrapper {
		width: 1170px;
	}
}

/* Backgrounds
---------------------------------- */
.light .footer {
	background-color: #f7f7f7;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}

.footer-top.light-gray-bg + .light .footer {
	border-top: 1px solid #f1f1f1;
}

.light .subfooter {
	background-color: #e7e7e7;
}

.white-bg {
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: none !important;
}

.light-gray-bg {
	background-color: #fafafa;
}

.light-gray-bg.bordered {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.header-top {
	font-size: 12px;
}

.header-top.white-bg {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #dadada !important;
}

.gray-bg {
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	position: relative;
}

.gray-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	height: 5px;
	content: "";
	width: 100%;
	-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}

.gray-bg.header {
	border-bottom: 1px solid #dadada;
}

.gray-bg.header, .gray-bg.header:before {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.dark-bg {
	background-color: #000000;
	color: #ffffff;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
	color: #ffffff;
}

.dark-bg a:not(.btn) {
	color: #ffffff;
	text-decoration: underline;
}

.dark-bg a:not(.btn):hover {
	color: #ffffff;
	text-decoration: none;
}

.default-bg {
	background-color: #e84c3d;
	color: #ffffff;
}

.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6 {
	color: #ffffff;
}

.default-bg a:not(.btn) {
	color: #ffffff;
	text-decoration: underline;
}

.default-bg a:not(.btn):hover {
	color: #ffffff;
	text-decoration: none;
}

.default-bg.text-muted,
.default-bg.text-muted h1,
.default-bg.text-muted h2,
.default-bg.text-muted h3,
.default-bg.text-muted h4,
.default-bg.text-muted h5,
.default-bg.text-muted h6 {
	color: #f1f1f1;
}

.dark-bg.text-muted,
.dark-bg.text-muted h1,
.dark-bg.text-muted h2,
.dark-bg.text-muted h3,
.dark-bg.text-muted h4,
.dark-bg.text-muted h5,
.dark-bg.text-muted h6,
.gray-bg.text-muted,
.gray-bg.text-muted h1,
.gray-bg.text-muted h2,
.gray-bg.text-muted h3,
.gray-bg.text-muted h4,
.gray-bg.text-muted h5,
.gray-bg.text-muted h6 {
	color: #999999;
}

/* Parallax effect
---------------------------------- */
.no-touch .light-translucent-bg,
.no-touch .dark-translucent-bg,
.no-touch .default-translucent-bg,
.no-touch .parallax {
	background-attachment: fixed !important;
}

.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.parallax {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.parallax {
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	padding: 50px 0;
}

.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg {
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}

.light-translucent-bg:after,
.dark-translucent-bg:after,
.default-translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.light-translucent-bg {
	color: #333;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
}

.header + .banner > .light-translucent-bg {
	border-top: none;
}

.slider-banner-container .light-translucent-bg {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	bottom: 0;
}

.slider-banner-container .dark-translucent-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	bottom: 0;
}

.slider-banner-container li .light-translucent-bg:after,
.slider-banner-container li .dark-translucent-bg:after {
	background-color: transparent;
}

.light-translucent-bg .separator-2 {
	background-color: #333;
}

.light-translucent-bg:after {
	background-color: rgba(255, 255, 255, 0.7);
}

.dark-translucent-bg:after {
	background-color: rgba(0, 0, 0, 0.7);
}

.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
	color: #ffffff;
}

.dark-translucent-bg a:not(.btn) {
	text-decoration: underline;
	color: #ffffff;
}

.dark-translucent-bg a:not(.btn):hover {
	text-decoration: none;
	color: #ffffff;
}

.default-translucent-bg:after {
	background-color: rgba(232, 76, 61, 0.7);
}

.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
	color: #ffffff;
}

.default-translucent-bg a:not(.btn) {
	text-decoration: underline;
	color: #ffffff;
}

.default-translucent-bg a:not(.btn):hover {
	text-decoration: none;
	color: #ffffff;
}

.light-translucent-bg .container,
.dark-translucent-bg .container,
.default-translucent-bg .container {
	z-index: 3;
	position: relative;
}

.parallax-bg {
	background: url("../images/parallax-bg.jpg") 50% 0px no-repeat;
}

.parallax-bg-2 {
	background: url("../images/parallax-bg-2.jpg") 50% 0px no-repeat;
}

.parallax-bg-3 {
	background: url("../images/parallax-bg-3.jpg") 50% 0px no-repeat;
}
.parallax-bg-4 {
	background: url("../images/tokyo.jpg") 50% 0px no-repeat;

}
.parallax-bg-5 {
	background: url("../images/crosswalk.jpg") 50% 0px no-repeat;

}

/* Custom Grid
---------------------------------- */
.grid-space-20 {
	margin-right: -10.5px;
	margin-left: -10.5px;
}

.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.grid-space-10 {
	margin-right: -6px;
	margin-left: -6px;
}

.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.grid-space-0 {
	margin-right: 0;
	margin-left: 0;
}

.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
	padding-left: 0;
	padding-right: 0;
}

.grid-space-0 > div {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.footer-content {
		margin: 40px 0;
	}
}

/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #f1f1f1;
	padding: 7px 0;
	background-color: rgba(255, 255, 255, 0.95);
}

.fixed-header-on .dark.header.fixed {
	border-bottom: 1px solid #36373C;
	background-color: rgba(54, 55, 60, 0.95);
}

.fixed-header-on.boxed .header.fixed {
	left: auto;
}

.fixed-header-on .header .logo {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	margin: 2px 0 -4px 0;
	display: none;
}

.fixed-header-on .header .site-slogan {
	display: none;
}

.fixed-header-on .header .navbar.navbar-default {
	margin: 0;
}

.fixed-header-on .header.fixed.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.fixed-header-on.boxed .header.fixed {
		width: 750px;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.fixed-header-on .header .logo {
		display: block;
	}

	.fixed-header-on.boxed .header.fixed {
		width: 970px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.fixed-header-on.boxed .header.fixed {
		width: 1170px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* Fixed header position */
	.header.fixed {
		position: relative !important;
		top: auto !important;
	}
}

/* Miscellaneous
---------------------------------- */
.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-20 {
	padding-left: 20px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-20 {
	padding-right: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.space {
	padding-top: 20px;
	padding-bottom: 20px;
}

.space-top {
	padding-top: 20px;
}

.space-bottom {
	padding-bottom: 20px;
}

.margin-clear {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.padding-top-clear {
	padding-top: 0 !important;
}

.padding-bottom-clear {
	padding-bottom: 0 !important;
}

.padding-clear {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.border-clear {
	border: none !important;
}

.circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.separator {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px auto 15px;
	background-color: #cccccc;
	position: relative;
	border: 1px solid #cccccc;
}

.separator:after {
	width: 30px;
	height: 5px;
	background: #333333;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}

.separator-2 {
	display: block;
	width: 30px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #cccccc;
	position: relative;
}

.separator-2.right {
	margin-left: auto;
}

.sidebar .separator {
	width: 30px;
	height: 5px;
	margin: 15px 0 20px;
	background-color: #666666;
	border-color: #666666;
}

.sidebar .separator:after {
	content: "";
	background-color: transparent;
}

.dark-bg .separator-2 {
	background-color: #999999;
}

.default-bg .separator-2 {
	background-color: #ebebeb;
}

.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}

.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
  .touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}

.vertical-divider-left,
.vertical-divider-left-lg {
	border-left: 1px solid #eeeeee;
	padding-left: 50px;
	margin-left: 20px;
}

.vertical-divider-right,
.vertical-divider-right-lg {
	border-right: 1px solid #eeeeee;
	padding-right: 50px;
	margin-right: 20px;
}

.grid span {
	padding: 15px 5px;
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.margin-top-clear {
		margin-top: 0 !important;
	}

	.margin-bottom-clear {
		margin-bottom: 0 !important;
	}
}

/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
  /* miscellaneous */
	.portfolio-item.vertical-divider-left-lg,
  .side.vertical-divider-left-lg {
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
	}

	.portfolio-item.vertical-divider-right-lg,
  .side.vertical-divider-right-lg {
		border-right: none;
		padding-right: 0px;
		margin-right: 0px;
	}
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
  /* miscellaneous */
	.portfolio-item.vertical-divider-left,
  .side.vertical-divider-left {
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
	}

	.portfolio-item.vertical-divider-right,
  .side.vertical-divider-right {
		border-right: none;
		padding-right: 0px;
		margin-right: 0px;
	}
}

/* 3 Sections
----------------------------------------------------------------------------- */
/* Footer
---------------------------------- */
.footer {
	font-size: 14px;
	color: #999999;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #999999;
}

.footer h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

.light .footer,
.light .footer h1,
.light .footer h2,
.light .footer h3,
.light .footer h4,
.light .footer h5,
.light .footer h6 {
	color: #666666;
}

/* Subfooter
---------------------------------- */
.subfooter {
	font-size: 14px;
}

.subfooter p {
	margin: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* subfooter */
	.subfooter {
		text-align: center;
	}
}

/* 4 Pages
----------------------------------------------------------------------------- */
/* Blog pages
---------------------------------- */
.blogpost {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	margin: 0 0 70px;
	position: relative;
}

.blogpost .blogpost-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
}

.blogpost h2.title {
	margin-bottom: 0;
	margin-top: 0;
}

.blogpost .submitted {
	font-size: 12px;
	margin: 10px 0;
}

.blogpost .side {
	float: left;
	width: 80px;
}

.blogpost .post-info {
	float: left;
	top: 0;
	left: 25px;
	width: 80px;
	height: 90px;
	padding: 10px 15px;
	background-color: #e84c3d;
	color: #ffffff;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.blogpost .side .post-info {
	float: none;
}

.blogpost .post-info .day {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	display: block;
}

.blogpost .post-info .month {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
}

.blogpost .side span.share {
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	padding-top: 20px;
	display: block;
}

.blogpost .side .social-links {
	margin-top: 0;
}

.blogpost .side .social-links li {
	display: block;
	margin: 0;
}

.blogpost .side .social-links li a {
	width: 100%;
	height: auto;
	display: block;
	font-size: 20px;
	margin-bottom: 0;
	text-align: right;
	background-color: transparent;
	border-color: transparent;
	color: #e84c3d;
}

.blogpost .side .social-links li.twitter a:hover {
	background-color: transparent;
	color: #55acee;
	border-color: transparent;
}

.blogpost .side .social-links li.facebook a:hover {
	background-color: transparent;
	color: #3b5998;
	border-color: transparent;
}

.blogpost .side .social-links li.googleplus a:hover {
	background-color: transparent;
	color: #dd4b39;
	border-color: transparent;
}

.blogpost .blogpost-content {
	padding: 0 0 10px;
	margin-left: 100px;
}

.blogpost footer {
	background-color: #f1f1f1;
	padding: 12px 20px;
	border-top: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 2;
	clear: both;
}

.blogpost ul.links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.blogpost ul.links li {
	display: inline-block;
}

.blogpost ul.links li a {
	color: #666666;
	display: inline-block;
}

.blogpost ul.links li a:hover {
	color: #e84c3d;
}

.blogpost.full {
	background-color: transparent;
	border: none;
}

.blogpost.full footer {
	border: 1px solid #e8e8e8;
}

.blogpost.full .blogpost-body {
	padding: 20px 0;
}

.blogpost.full .submitted {
	margin: 0 0 20px 0;
}

.blogpost.full .overlay-container {
	margin-bottom: 20px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.blogpost .blogpost-content {
		margin-left: 70px;
	}

	.blogpost .side {
		width: 50px;
	}

	.blogpost .post-info {
		width: 50px;
		height: 60px;
		padding: 8px 8px;
		margin: 0 20px 5px 0;
	}

	.blogpost .post-info .day {
		font-size: 20px;
	}

	.blogpost .post-info .month {
		font-size: 11px;
		line-height: 1.2;
	}
}

/* Affix */
#affix.affix {
	position: static;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	#affix.affix {
		position: fixed;
		top: 65px;
		width: 80px;
	}

	#affix.affix-bottom {
		position: absolute;
		width: 80px;
	}
}

/* Affix Menu - Sidebar */
.sidebar.affix {
	position: static;
}

/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.col-md-4 .sidebar.affix,
  .col-md-4 .sidebar.affix-bottom {
		width: 293px;
	}

	.col-md-3 .sidebar.affix,
  .col-md-3 .sidebar.affix-bottom {
		width: 213px;
	}

	.sidebar.affix {
		position: fixed;
		top: 20px;
	}

	.fixed-header-on .sidebar.affix {
		top: 65px;
	}

	.sidebar.affix-bottom {
		position: absolute;
	}

	.sidebar.affix-bottom .affix-menu,
  .sidebar.affix .affix-menu {
		margin-top: 0;
		margin-bottom: 0;
	}

	.affix-menu {
		padding-top: 20px;
	}

	h3.title ~ .affix-menu {
		padding-top: 0px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.col-md-4 .sidebar.affix,
  .col-md-4 .sidebar.affix-bottom {
		width: 390px;
	}

	.col-md-3 .sidebar.affix,
  .col-md-3 .sidebar.affix-bottom {
		width: 263px;
	}
}

/* Blog Masonry layout
---------------------------------- */
.masonry-grid .blogpost {
	margin-bottom: 30px;
}

.masonry-grid .blogpost .blogpost-body {
	padding: 15px 15px 0 15px;
}

.masonry-grid .blogpost h2.title {
	font-size: 24px;
}

.masonry-grid .blogpost .submitted {
	margin: 15px 0 10px;
}

.masonry-grid .blogpost .blogpost-content {
	margin-left: 0;
}

.masonry-grid .blogpost .post-info {
	width: 50px;
	height: 60px;
	padding: 8px 8px;
	margin: 0 20px 5px 0;
}

.masonry-grid .blogpost .post-info .day {
	font-size: 20px;
}

.masonry-grid .blogpost .post-info .month {
	font-size: 11px;
	line-height: 1.2;
}

/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
	.masonry-grid .blogpost footer {
		font-size: 12px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.masonry-grid-item {
		max-width: 100%;
	}
}

/* Blog Timeline layout
---------------------------------- */
.timeline {
	position: relative;
	padding: 40px 0;
	margin-top: 40px;
}

.timeline-icon {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	color: #f3f3f3;
	font-size: 40px;
	margin-left: -13px;
	top: -30px;
	line-height: 1;
}

.timeline .timeline-item {
	padding: 0 15px;
}

.timeline .blogpost .blogpost-body {
	padding: 15px 15px 0 15px;
}

.timeline .blogpost h2.title {
	font-size: 24px;
}

.timeline .blogpost .submitted {
	margin: 15px 0 10px;
}

.timeline .blogpost footer {
	padding: 12px 15px;
}

.timeline .blogpost .blogpost-content {
	margin-left: 0;
}

.timeline .blogpost .post-info {
	/*width: 50px;*/
	height: 60px;
	padding: 8px 8px;
	margin: 0 20px 5px 0;
}

.timeline .blogpost .post-info .day {
	font-size: 20px;
}

.timeline .blogpost .post-info .month {
	font-size: 11px;
	line-height: 1.2;
}

.timeline .timeline-item.pull-right + .timeline-date-label {
	padding-top: 80px;
}

.timeline-date-label {
	float: none;
	clear: both;
	display: block;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 80px;
	line-height: 1;
	width: 135px;
	position: relative;
	z-index: 2;
	color: #e84c3d;
}

.timeline-date-label:after {
	background-color: #f3f3f3;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	z-index: -1;
}

/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
	.timeline .blogpost footer {
		font-size: 12px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.timeline .blogpost {
		margin-bottom: 0;
	}

	.timeline:before {
		background-color: #f3f3f3;
		width: 2px;
		height: 100%;
		content: "";
		position: absolute;
		left: 50%;
		display: block;
		margin-left: -1px;
		top: 0;
	}

	.timeline .timeline-item {
		position: relative;
		width: 50%;
		padding-left: 0;
		padding-right: 40px;
		margin-bottom: 80px;
		float: left;
		clear: left;
		z-index: 1;
	}

	.timeline .timeline-item.pull-right {
		position: relative;
		width: 50%;
		padding-left: 40px;
		padding-right: 0;
		margin-top: 80px;
		margin-bottom: 0;
		float: right;
		clear: right;
	}

	.timeline .timeline-item:after {
		content: "";
		font-family: "FontAwesome";
		right: 10px;
		background-color: #f3f3f3;
		left: auto;
		position: absolute;
		top: 20px;
		z-index: -1;
		width: 25px;
		height: 1px;
	}

	.timeline .timeline-item:before {
		content: "";
		position: absolute;
		background-color: #ffffff;
		border: 1px solid #e84c3d;
		height: 10px;
		width: 10px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		top: 15px;
		right: -5px;
	}

	.timeline .timeline-item.pull-right:after {
		right: auto;
		left: 10px;
	}

	.timeline .timeline-item.pull-right:before {
		left: -5px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.timeline .timeline-item.pull-right {
		float: none !important;
	}
}

/* Comments
---------------------------------- */
.comments {
	margin-top: 60px;
}

.comments h2.title {
	margin-bottom: 40px;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
}

.comment {
	font-size: 14px;
}

.comment .comment {
	margin-left: 75px;
}

.comment-avatar {
	margin-top: 5px;
	width: 55px;
	float: left;
}

.comment-content {
	margin-left: 75px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 40px;
}

.comment h3 {
	margin-top: 0;
	margin-bottom: 5px;
}

.comment-meta {
	margin-bottom: 15px;
	color: #999999;
	font-size: 12px;
}

.comment-meta a {
	color: #666666;
}

.comment-meta a:hover {
	text-decoration: underline;
}

.comment .btn {
	font-size: 12px;
	padding: 7px;
	min-width: 100px;
	margin-top: 5px;
	margin-bottom: -1px;
}

.comment .btn i {
	padding-right: 5px;
}

/* Portfolio
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}

.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}

.filters .nav-pills > li + li {
	margin-left: 0px;
}

.filters.text-center .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}

.list-item {
	margin-bottom: 40px;
}

.list-item h3.title {
	margin-top: 0;
}

/* Portfolio Item
---------------------------------- */
.portfolio-item.side {
	font-size: 14px;
	margin-top: 30px;
}

.portfolio-item.side .social-links {
	margin: 0;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.portfolio-item.side {
		margin-top: 125px;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  /* Portfolio page */
	.filters .nav-pills > li {
		display: inline-block;
		width: 100%;
	}
}

/* About Us pages
---------------------------------- */
.team-member small {
	display: block;
	margin-top: -5px;
}

.team-member.box-style-1 {
	margin-top: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.team-member.option-3 {
		overflow: hidden;
		margin-bottom: 20px;
	}

	.team-member.option-3 .overlay-container {
		float: left;
		width: 55%;
	}

	.team-member.option-3 .image-box-body {
		float: left;
		width: 45%;
		padding: 20px 10px 5px 15px;
	}
}

/* Small and Medium devices (tablets, smartphones, laptops) */
@media (min-width: 768px) and (max-width: 1199px) {
	.team-member.option-3 .image-box-body {
		padding: 40px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.team-member .image-box-body {
		padding: 15px 25px;
	}

	.team-member {
		max-width: 480px;
		margin: 20px auto 20px !important;
	}
}

/* Coming Soon Page
---------------------------------- */
.fullscreen-bg {
	background: url("") 50% 0px no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.boxed .fullscreen-bg {
	background: none;
}

.is-countdown {
	border: 1px solid transparent;
	background-color: transparent;
}

.countdown-section {
	text-align: center;
	padding: 20px;
	margin: 10px 0;
}

.countdown-amount {
	font-size: 36px;
	font-weight: 700;
	display: block;
}

.countdown-period {
	display: block;
	font-size: 28px;
	line-height: 1.2;
	margin-top: 15px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.countdown-amount {
		font-size: 24px;
	}

	.countdown-period {
		font-size: 18px;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
	.countdown-period {
		font-size: 14px;
	}
}

/* Shop pages
---------------------------------- */
.listing-item {
	margin: 0 0 20px 0;
	border: 1px solid #f1f1f1;
	position: relative;
	overflow: hidden;
}

.listing-item-body {
	padding: 20px 15px 15px;
	-webkit-transition: ease-in-out all 0.25s;
	-o-transition: ease-in-out all 0.25s;
	transition: ease-in-out all 0.25s;
}

.listing-item:hover .listing-item-body {
	background-color: #fafafa;
}

.listing-item h3 {
	font-size: 18px;
}

.listing-item p {
	color: #999999;
	font-size: 13px;
}

.listing-item del,
.price del {
	font-size: 13px;
	line-height: 1;
	color: #cccccc;
}

.elements-list > * {
	border-right: 1px solid #dddddd;
	margin: 5px 6px 5px 0;
	padding-right: 10px;
	line-height: 24px;
	height: 22px;
	display: inline-block;
}

.elements-list > *:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.price {
	font-size: 22px;
	color: #000000;
	font-weight: 300;
}

.wishlist:hover i:before {
	content: "\f004";
}

.listing-item .badge {
	border-radius: 0;
	position: absolute;
	border-color: transparent;
	top: -1px;
	left: -1px;
	font-weight: 400;
}

.sorting-filters {
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	padding: 20px 15px;
	margin-bottom: 40px;
}

.sidebar .sorting-filters {
	margin-bottom: 0;
}

.sorting-filters label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.sorting-filters form {
	margin: 0;
}

.sorting-filters .btn {
	margin: 20px 0 0;
	min-width: 0;
	width: 100%;
}

.sorting-filters .form-control,
.sorting-filters .form-control:focus {
	margin-bottom: 5px;
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
	border-color: #f3f3f3;
}

.sorting-filters .form-inline .form-control {
	width: 100%;
}

.list-with-image {
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
}

.list-with-image:last-child {
	border-bottom: none;
}

.list-with-image .overlay-container {
	float: left;
	width: 80px;
	margin-bottom: 10px;
}

.list-with-image h2,
.list-with-image p {
	margin-left: 100px;
}

.list-with-image h2 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
}

.list-with-image p {
	font-size: 13px;
	color: #999;
	margin-bottom: 15px;
}

.shop-banner {
	background-color: transparent;
	border-color: transparent;
}

.shop-banner .tp-bullets {
	display: none !important;
}

.shop-banner .sorting-filters {
	margin-bottom: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.sorting-filters .form-inline .form-group {
		width: 18%;
		margin-right: 1.9%;
	}

	.sorting-filters .form-inline .form-group:last-child {
		margin-right: 0;
	}

	.shop-banner {
		position: relative;
	}

	.shop-banner .sorting-filters {
		position: absolute;
		bottom: 20px;
		z-index: 29;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.7);
		border: none;
	}

	.shop-banner .sorting-filters * {
		color: #000000;
	}

	.shop-banner .sorting-filters .form-control,
  .shop-banner .sorting-filters .form-control:focus {
		border-color: #aaaaaa;
	}
}

/* Cart and Checkout pages
---------------------------------- */
.cart.table .price {
	width: 18%;
}

.cart.table .amount,
.cart.table .remove,
.cart.table .quantity {
	width: 12%;
}

.table .information {
	width: 80%;
}

.cart.table .quantity input {
	width: 60px;
	padding: 6px;
}

.cart.table .product {
	font-size: 15px;
}

.cart.table .amount {
	text-align: right;
}

.cart .price {
	font-size: 14px;
}

.cart.table .product small {
	font-size: 12px;
	display: block;
	color: #999;
}

.cart.table thead > tr > th {
	font-size: 16px;
}

.cart.table .total-quantity,
.cart.table .total-amount {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}

.cart.table .total-amount {
	text-align: right;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.cart.table thead > tr > th {
		font-size: 14px;
	}

	.cart.table .amount,
  .cart.table .price {
		width: 12%;
	}

	.cart.table .remove,
  .cart.table .quantity {
		width: 8%;
	}

	.cart.table > thead > tr > th,
  .cart.table > tbody > tr > th,
  .cart.table > tfoot > tr > th,
  .cart.table > thead > tr > td,
  .cart.table > tbody > tr > td,
  .cart.table > tfoot > tr > td {
		padding: 8px 10px;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
	.cart.table > thead > tr > th,
  .cart.table > tbody > tr > th,
  .cart.table > tfoot > tr > th,
  .cart.table > thead > tr > td,
  .cart.table > tbody > tr > td,
  .cart.table > tfoot > tr > td {
		padding: 8px 7px;
	}
}

/* Cart dropdown block
---------------------------------- */
.cart .form-group {
	margin-bottom: 0;
}

.header-top-dropdown .dropdown-menu.cart {
	padding: 0;
	min-width: 350px;
	font-size: 12px;
	right: -1px;
}

.dropdown-menu.cart table {
	margin-bottom: 0;
}

.dropdown-menu.cart .panel-body {
	padding: 0px 10px 0px;
}

.dropdown-menu.cart .panel-body .btn {
	margin-left: 5px;
}

.total-amount,
.total-quantity {
	font-size: 13px;
}

.cart .table > tbody > tr > td,
.cart.table > tbody > tr > td {
	vertical-align: inherit;
}

.cart .quantity {
	width: 50px;
	font-size: 11px;
}

.invoice-container .cart .quantity {
	font-size: 14px;
}

.cart .product {
	width: 220px;
	font-size: 13px;
}

.cart .product .small {
	display: block;
	color: #999999;
}

.cart .amount,
.total-amount {
	font-weight: 700;
}

/* 5 Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	margin: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
	outline: none;
	box-shadow: none;
}

.btn.btn-lg {
	padding: 17px 12px;
	font-size: 18px;
	min-width: 210px;
}

.btn.btn-sm {
	padding: 8px;
	font-size: 12px;
	min-width: 105px;
}

.btn.radius {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.moving {
	-webkit-animation: moving 1.7s ease-out infinite;
	-moz-animation: moving 1.7s ease-out infinite;
	-ms-animation: moving 1.7s ease-out infinite;
	-o-animation: moving 1.7s ease-out infinite;
	animation: moving 1.7s ease-out infinite;
	position: relative;
	top: -30px;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.btn-remove {
	font-size: 10px;
	padding: 3px 15px;
	min-width: 0;
}

@-webkit-keyframes moving {
	0% {
		top: -30px;
	}

	60% {
		top: 0px;
	}
}

@keyframes moving {
	0% {
		top: -30px;
	}

	60% {
		top: 0px;
	}
}

/* Dark Buttons */
.btn-dark {
	color: #f1f1f1;
	background-color: #333333;
	border-color: #333333;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

/* Gray Buttons */
.btn-gray {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
}

/* Light Gray Buttons */
.btn-light-gray {
	color: #333333;
	background-color: #fafafa;
	border-color: #f3f3f3;
}

.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
}

.default-bg .btn-light-gray {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.default-bg .btn-light-gray:hover,
.default-bg .btn-light-gray:focus,
.default-bg .btn-light-gray:active,
.default-bg .btn-light-gray.active,
.default-bg .open .dropdown-toggle.btn-light-gray {
	color: #333333;
	background-color: #fafafa;
	border-color: #fafafa;
}

/* The color of default buttons is the color of current color scheme */
.btn-default {
/*	background-color: #e84c3d;
	color: #ffffff !important;
	border-color: #cd3c2e;*/
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff !important;
	background-color: #cd3c2e;
	border-color: #cd3c2e;
}

.default-bg .btn-default {
	background-color: rgba(0, 0, 0, 0.3);
	border-color: transparent;
}

.default-bg .btn-default:hover,
.default-bg .btn-default:focus,
.default-bg .btn-default:active,
.default-bg .btn-default.active,
.default-bg .open .dropdown-toggle.btn-default {
	color: #ffffff !important;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: transparent;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #cd3c2e;
	border-color: #cd3c2e;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Button with transparent bg */
.btn-white {
	background-color: transparent;
	color: #cd3c2e;
	border: 1px solid #e84c3d;
}

.footer .btn-white,
.subfooter .btn-white {
	color: inherit;
}

.footer .btn-white:hover,
.subfooter .btn-white:hover {
	color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #ffffff;
	background-color: #cd3c2e;
	border-color: #cd3c2e;
}

.default-bg .btn-white {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.default-bg .btn-white:hover,
.default-bg .btn-white:focus,
.default-bg .btn-white:active,
.default-bg .btn-white.active,
.default-bg .open .dropdown-toggle.btn-white {
	color: #333333;
	background-color: #fafafa;
	border-color: #fafafa;
}

.footer-content .btn-white {
	color: #999999;
	background-color: transparent;
	border-color: #555;
}

.btn-default .badge {
	color: #666666;
	background-color: #ffffff;
	border: none;
}

/*Button background transitions*/
.btn-hvr {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-rectangle-out:before,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-out-vertical:before {
	background: #cd3c2e;
}

.hvr-radial-in:before,
.hvr-rectangle-in:before,
.hvr-shutter-in-horizontal:before,
.hvr-shutter-in-vertical:before {
	background: #fafafa;
}

/* Links
---------------------------------- */
.link {
	padding-right: 23px;
	position: relative;
	display: inline-block;
	text-align: right;
}

.link:hover {
	text-decoration: none;
}

.link:hover span {
	text-decoration: underline;
}

.link:after {
	content: "\f178";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 2px;
}

.link-light {
	color: #ffffff;
	text-decoration: none !important;
}

.link-light:hover {
	color: #ffffff;
	text-decoration: underline !important;
}

.link-dark {
	color: #333333;
	text-decoration: none !important;
}

.link-dark:hover {
	color: #333333;
	text-decoration: underline !important;
}

#footer:not(.light) .link-dark {
	color: #cdcdcd;
}

#footer:not(.light) .link-dark:hover {
	color: #cdcdcd;
}

/* Forms
---------------------------------- */
form {
	margin: 20px 0;
}

textarea {
	resize: vertical;
}

.sidebar form {
	margin: 5px 0 20px 0;
}

.form-control {
	border-radius: 0;
	background: #ffffff;
	height: 40px;
	/*padding-right: 30px;*/
	border-color: #acacac;
	color: #666666;
	position: relative;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.form-control:focus {
	border-color: #666666;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

select.form-control {
	padding-right: 5px;
}

.form-control::-moz-placeholder {
	color: inherit;
}

.form-control:-ms-input-placeholder {
	color: inherit;
}

.form-control::-webkit-input-placeholder {
	color: inherit;
}

.input-group-addon {
	background-color: #cacaca;
	border-color: #acacac;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.form-list > div {
	padding: 7px 15px;
	border-bottom: 1px solid #dddddd;
	background-color: #f3f3f3;
	margin: 6px 0;
	display: block;
}

fieldset {
	padding: 10px 25px;
	margin: 15px 0px;
	border: 1px solid #dddddd;
	background-color: #fafafa;
}

fieldset legend {
	display: block;
	width: auto;
	padding: 3px 10px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: inherit;
	color: #333;
	border: 1px solid #ddd;
	background-color: #ffffff;
}

fieldset .form-control,
fieldset .form-control:focus {
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
	border-color: #f3f3f3;
}

.badge {
	padding: 2px 4px 3px;
	font-size: 10px;
	margin-left: 12px;
	top: -2px;
	position: relative;
	font-weight: 400;
	border-radius: 2px;
	background-color: transparent;
	color: inherit;
	border: 1px solid #666666;
}

.dropdown .badge {
	background-color: transparent;
	color: inherit;
	position: absolute;
	right: 25px;
	top: 14px;
}

.mega-menu .menu > li > a .badge {
	position: absolute;
	right: 10px;
	top: 9px;
}

.dropdown .active > a > .badge,
.dropdown a:hover .badge,
.dropdown .open > a > .badge {
	border-color: #e84c3d;
}

.dark .dropdown .active > a > .badge,
.dark .dropdown a:hover .badge,
.dark .dropdown .open > a > .badge {
	border-color: #3d3d3d !important;
}

@media (max-width: 767px) {
	.dropdown .badge {
		right: 50px;
		top: 15px;
	}
}

/* Forms in all backgrounds */
.dark-bg .form-control {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: #000000;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
	color: #999999;
}

.dark-bg .input-group-addon {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: #000000;
}

.dark-bg .form-control:focus {
	background-color: rgba(255, 255, 255, 0.25);
}

.gray-bg .form-control,
.header-top-dropdown .form-control,
#footer.light .form-control {
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
	border-color: #f1f1f1;
	background-color: #ffffff;
}

.gray-bg .form-control:focus,
.header-top-dropdown .form-control:focus,
#footer.light .form-control:focus {
	border-color: #cacaca;
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
}

.dark .header-top-dropdown .form-control {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: #333;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
	color: #cdcdcd;
}

.dark .header-top-dropdown form i {
	color: #cdcdcd;
}

.dark .header-top-dropdown .form-control:focus {
	background-color: rgba(255, 255, 255, 0.25);
}

.gray-bg .input-group-addon {
	background-color: #ececec;
	border: 1px solid #f1f1f1;
}

.default-bg .form-control {
	border-color: #e84c3d;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
	color: #ffffff;
}

.default-bg .form-control:focus {
	border-color: #e84c3d;
	background-color: rgba(0, 0, 0, 0.25);
}

.default-bg .input-group-addon {
	background-color: #cd3c2e;
	border-color: #e84c3d;
	color: #ffffff;
}

.default-bg select.form-control,
.dark-bg select.form-control {
	color: #666666;
}

footer:not(.light) .footer-content .form-control {
	border-color: #292929;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.55);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.55);
}

footer:not(.light) .footer-content .form-control:focus {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.55);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.55);
}

footer:not(.light) .footer-content .input-group-addon {
	background-color: rgba(0, 0, 0, 0.5);
	border: transparent;
}

select.form-control {
	-webkit-appearance: menulist;
}

select[multiple].form-control {
	-webkit-appearance: listbox;
}

/* Validation states */
.has-success .form-control,
.has-success .form-control:focus {
	border-color: #3c763d;
}

.has-warning .form-control,
.has-warning .form-control:focus {
	border-color: #8a6d3b;
}

.has-error .form-control,
.has-error .form-control:focus {
	border-color: #a94442;
}

.default-bg .has-success .form-control,
.default-bg .has-warning .form-control,
.default-bg .has-error .form-control,
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
	border-color: #ffffff;
	color: #ffffff;
}

.default-bg .has-success .form-control-feedback,
.default-bg .has-warning .form-control-feedback,
.default-bg .has-error .form-control-feedback,
.default-bg .has-success .control-label,
.default-bg .has-warning .control-label,
.default-bg .has-error .control-label {
	color: #ffffff;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .error {
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

/* forms with icons */
/*label ~ .form-control-feedback {
	top: 25px;
}*/

.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	top: 0;
}

/* Disabled forms */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
	margin: 20px 0 40px;
	text-align: left;
}

ul.pagination li {
	padding: 0;
	margin: 0 5px 0 0;
	border-bottom: none;
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
	padding: 10px 15px;
	border: 1px solid #f3f3f3;
	line-height: 1;
	background-color: #fafafa;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #666666;
}

ul.pagination li > a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
}

ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
	line-height: 1;
}

ul.pagination li > a:focus {
	background: none;
}

/* Breadcrumb
---------------------------------- */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 13px;
	padding: 8px 0;
}

/* Tabs
---------------------------------- */
.nav-tabs {
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid #f0f0f0;
	margin-top: 15px;
}

.nav-tabs > li > a {
	font-size: 13px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 25px;
	position: relative;
	color: #666666;
}

.nav-tabs > li > a:hover {
	border-color: #f0f0f0 #f0f0f0 #ebebeb;
	background-color: #fafafa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #666666;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a:after {
	width: 3px;
	content: "";
	background-color: #e84c3d;
	height: 103%;
	position: absolute;
	left: 0;
	top: 0;
}

.tab-content {
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-top: none;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background-color: #fafafa;
	margin-bottom: 15px;
}

.tab-content h1 {
	font-size: 34px;
}

.tab-content:after {
	width: 3px;
	content: "";
	background-color: #e84c3d;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.tab-content.clear-style {
	border: none;
	padding: 10px 0 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.tab-content.clear-style:after {
	width: 0;
	background-color: transparent;
	height: 100%;
}

/* Small devices (tablets, smartphones) */
@media (min-width: 481px) and (max-width: 767px) {
	.nav-tabs > li > a {
		padding: 12px 10px;
		font-size: 11px;
		margin-right: 0;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
	.nav-tabs {
		background-color: #999999;
	}

	.nav-tabs > li {
		float: none;
	}

	.nav-tabs > li a {
		color: #ffffff;
		margin-right: 0;
		border-bottom: 1px solid #8f8f8f;
	}

	.nav-tabs > li > a:hover {
		color: #666666;
	}

	.nav-tabs > li > a:hover:after {
		width: 3px;
		content: "";
		background-color: #e84c3d;
		height: 102%;
		position: absolute;
		left: 0;
		top: 0;
	}
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #e84c3d;
}

.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e84c3d;
	background-color: #e84c3d;
	color: #ffffff;
}

.tabs-style-2 .nav-tabs > li.active > a:after {
	width: 0;
	height: 0;
	background-color: transparent;
}

.tabs-style-2 .tab-content {
	border: none;
	padding: 20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.tabs-style-2 .tab-content:after {
	width: 0px;
	background-color: transparent;
	height: 0;
}

.tabs-style-2 .nav-tabs > li > a:hover:after {
	width: 0;
	background-color: transparent;
	height: 0;
}

/* vertical tabs */
.vertical {
	margin: 20px 0;
}

.vertical.hc-tabs {
	margin: 40px 0;
}

.vertical .nav-tabs,
.vertical .tab-content {
	display: table-cell;
	margin: 0;
	vertical-align: top;
}

.vertical .nav-tabs {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: transparent;
	background-color: #999999;
}

.vertical .nav-tabs > li {
	float: none;
}

.vertical .nav-tabs > li a {
	margin: 0;
	padding: 15px 40px;
	white-space: nowrap;
	color: #ffffff;
	border-bottom: 1px solid #8f8f8f;
}

.vertical .nav-tabs > li > a:hover {
	border-color: #f0f0f0 #f0f0f0 #ebebeb;
	border-right-color: transparent;
	color: #666666;
	z-index: 2;
}

.vertical .nav-tabs > li > a:hover:after {
	width: 3px;
	content: "";
	background-color: #e84c3d;
	height: 102%;
	position: absolute;
	left: 0;
	top: 0;
}

.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
	-webkit-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	border-right-color: transparent;
	border-bottom-color: #f0f0f0;
	color: #666666;
	z-index: 2;
	width: 101%;
}

.vertical .tab-content {
	border-top: 1px solid #f0f0f0;
	-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	left: -1px;
	z-index: 1;
	padding: 20px 30px;
}

.vertical .tab-content:after {
	background-color: transparent;
}

.arrow {
	display: block;
	position: relative;
}

.arrow i {
	font-size: 96px;
	top: -62px;
	position: absolute;
	line-height: 1;
	z-index: 2;
	left: 50%;
	margin-left: -27px;
}

.arrow i:before {
	color: #fafafa;
	text-shadow: 0px -1px 1px #E9E9E9;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.vertical .nav-tabs,
  .vertical .tab-content {
		display: block;
	}
}

/* hc-tabs */
.hc-tabs .hc-tabs-top img {
	display: none;
}

/* Nav pills
---------------------------------- */
.nav-pills > li > a {
	border-radius: 0;
	padding: 10px 15px;
	border: 1px solid transparent;
	color: #666666;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}

.nav-pills.nav-stacked > li + li {
	margin-left: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #e84c3d;
	background-color: #fafafa;
}

.nav-pills.nav-stacked > li > a:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 9px;
	color: #d1d1d1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-pills > li.active > a:after {
	color: #e84c3d;
}

.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #e84c3d;
	right: 10px;
}

.footer-content .nav-pills > li > a {
	padding: 4px 0px;
	border-color: transparent;
	color: #999999;
	font-weight: 400;
}

.footer-content .nav-pills > li:last-child > a {
	border-bottom: none;
}

.footer-content .nav-pills > li.active > a,
.footer-content .nav-pills > li.active > a:focus,
.footer-content .nav-pills > li > a:focus {
	color: #999999;
	background-color: transparent;
	border-color: transparent;
}

.footer-content .nav-pills > li.active > a:hover,
.footer-content .nav-pills > li > a:hover {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.footer-content .nav-pills.nav-stacked > li > a:after {
	top: 3px;
}

.footer-content .nav-pills.nav-stacked > li > a:after,
.footer-content .nav-pills > li.active > a:after,
.footer-content .nav-pills > li.active > a:hover:after,
.footer-content .nav-pills > li.active > a:focus:after,
.footer-content .nav-pills > li > a:hover:after,
.footer-content .nav-pills > li > a:focus:after {
	color: #999999;
}

.light .footer-content .nav-pills > li > a,
.light .footer-content .nav-pills > li.active > a,
.light .footer-content .nav-pills > li.active > a:focus,
.light .footer-content .nav-pills > li > a:focus {
	color: #666666;
}

.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
	color: #cd3c2e;
}

.light .footer-content .nav-pills.nav-stacked > li > a:after,
.light .footer-content .nav-pills > li.active > a:after,
.light .footer-content .nav-pills > li.active > a:hover:after,
.light .footer-content .nav-pills > li.active > a:focus:after,
.light .footer-content .nav-pills > li > a:hover:after,
.light .footer-content .nav-pills > li > a:focus:after {
	color: #666666;
}

.nav-pills > .active > a > .badge {
	color: #cd3c2e;
	background-color: #ffffff;
	border-color: #cd3c2e;
}

/* Process pills */
.process .nav-pills > li + li {
	margin-left: 60px;
	position: relative;
}

.process .nav-pills > li + li:after {
	font-family: "FontAwesome";
	content: "\f101";
	position: absolute;
	top: 10px;
	left: -35px;
	width: 10px;
	background-color: #ffffff;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa;
}

.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #e84c3d;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}

.panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
	background-color: #333333;
}

.panel-transparent .panel-default > .panel-heading,
.panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
	background-color: transparent;
	color: inherit;
}

.panel-transparent .panel-heading a {
	border: 1px solid #f1f1f1;
}

.panel-transparent .panel-heading a.collapsed {
	color: inherit;
	background-color: transparent;
}

.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #999999;
}

.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}

.panel-heading a.collapsed:after {
	content: "\f196";
}

.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	text-decoration: none;
	background-color: #e84c3d;
	color: #ffffff;
}

.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Progress bars
---------------------------------- */
.progress {
	margin-bottom: 25px;
	background-color: #f1f1f1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 30px;
}

.progress-bar {
	padding: 6px 0 5px 0;
	text-align: left;
}

.progress-bar-default {
	background-color: #e84c3d;
}

.progress-bar-gray {
	background-color: #999999;
}

.progress-bar-dark {
	background-color: #333333;
}

.gray-bg .progress {
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar span {
	position: relative;
	left: 15px;
}

/* Circular Progress Bars
---------------------------------- */
.knob-container {
	margin: 10px;
	position: relative;
	display: inline-block;
}

.knob-container canvas {
	width: 132px;
	height: 132px;
	margin: 0 auto;
}

.knob-text {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	margin-top: -14px;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.knob-container canvas {
		width: 169px;
		height: 169px;
	}
}

/* Alerts
---------------------------------- */
.alert {
	margin: 20px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	/*padding-left: 70px;*/
	overflow: hidden;
	z-index: 1;
	border: none;
}

 .close {
	/*position: absolute;*/
	content: "";
	top: 0px;
	right: 0px;
	width: 50px;
	height: 101%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 2;
	    font-size: 50px !important;
} 

.alert-success {
	color: #2a5f2b;
	background-color: #bcdab0;
}

.alert-info {
	color: #1a4e68;
	background-color: #c6e8fa;
}

.alert-warning {
	color: #72582b;
	background-color: #f7f0ce;
}

/*.alert:after {
	font-family: "FontAwesome";
	position: absolute;
	top: 10px;
	left: 17px;
	color: #ffffff;
	font-size: 20px;
	z-index: 3;
}
*/
/*.alert.alert-success:after {
	content: "\f00c";
}
*/
.alert.alert-info:after {
	content: "\f05a";
}

.alert.alert-warning:after {
	content: "\f071";
}

/*.alert.alert-danger:after {
	content: "\f00d";
}
*/
.close {
	font-size: 28px;
	font-weight: normal;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/*Announcments
---------------------------------- */
.announcement {
	font-size: 13px;
}

.announcement .alert {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 5px 0;
	position: relative;
}

.announcement .alert:before {
	background-color: transparent;
}

.announcement .alert .close {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 3;
	margin-top: -14px;
	text-shadow: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.announcement .alert .close:hover,
.announcement .alert .close:focus {
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.announcement p:last-child {
	margin-bottom: 0;
}

.announcement h2,
.announcement h3,
.announcement h4 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: 500;
}

/* Modals
---------------------------------- */
.modal-open .page-wrapper {
	-webkit-filter: blur(3px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.modal-content .modal-header {
	background-color: #255fbb;
}

.modal-content .modal-title {
	font-size: 24px;
	color: #ffffff;
}

.modal-footer .btn {
	margin: 0;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Popups
---------------------------------- */
.mfp-zoom-out-cur .page-wrapper {
	-webkit-filter: blur(3px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.mfp-bg {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.mfp-figure:after {
	background-color: #ffffff;
}

/* Images and Images overlay
---------------------------------- */
.fixed-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}

.no-touch .fixed-image {
	background-attachment: fixed;
}

.fixed-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(241, 241, 241, 0.85);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.overlay a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 26px;
	color: #e84c3d;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-style: italic;
}

.overlay-links {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -50px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.25s linear 0.05s;
	-o-transition: all 0.25s linear 0.05s;
	transition: all 0.25s linear 0.05s;
}

.overlay-links a {
	position: static;
	margin-top: 0;
	margin-left: 0;
}

.overlay-links a + a {
	left: 50px;
	color: #ffffff;
	background-color: #e84c3d;
}

.overlay a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}

.overlay i {
	line-height: 50px;
}

.box-style-1 .overlay i {
	font-size: 26px;
	margin: 0;
}

a.overlay {
	background-color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}

a.overlay:hover {
	text-decoration: none;
}

.listing-item a.overlay {
	-webkit-transition: linear 0.25s;
	-o-transition: linear 0.25s;
	transition: linear 0.25s;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.listing-item a.overlay:hover {
	text-decoration: none;
}

a.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	line-height: 42px;
	color: #e84c3d;
	margin-top: -22px;
	margin-left: -18px;
	text-align: center;
}

a.overlay.small i {
	font-size: 18px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -8px;
}

.overlay .social-links {
	margin: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.overlay .social-links li {
	margin: 0 auto;
}

.overlay .social-links li a {
	margin: 2px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	position: static;
}

.overlay .social-links li a:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}

.overlay .social-links li a i {
	line-height: 38px;
	font-size: 24px;
	margin: 0;
}

.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Responsive iframe
---------------------------------- */
.tp-caption .embed-responsive {
	overflow: visible;
}

/* Audio wrapper
---------------------------------- */
.audio-wrapper iframe {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}

/* Scroll Spy
---------------------------------- */
.scroll-spy {
	position: relative;
}

/* 6 Navigations
----------------------------------------------------------------------------- */
/* first level menu */
.navbar.navbar-default {
	border-radius: 0;
	margin: 12px 0 5px;
	background-color: #fafafa;
	border-color: #f1f1f1;
}

.header-small .navbar.navbar-default {
	margin: 6px 0 5px;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #e95749;
	text-transform: uppercase;
	font-size: 14px;
	
	/*padding: 0px !important;*/
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #e84c3d;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #666666;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
	box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
	min-width: 240px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #f1f1f1;
	z-index: 101;
}

/* second level menu items */
.dropdown-menu > li > a {
	padding: 12px 20px;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.main-navigation .dropdown-menu > li > a {
	position: relative;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	background-color: #ffffff;
	color: #e84c3d;
	border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}

.dropdown-menu .dropdown-menu.to-left {
	right: 100% !important;
	left: auto !important;
}

/*transparent header*/
.header.transparent:not(.dark) .navbar-nav > .open > a,
.header.transparent:not(.dark) .navbar-nav > .open > a:hover,
.header.transparent:not(.dark) .navbar-nav > .open > a:focus,
.header.transparent:not(.dark) .dropdown-menu {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #fafafa !important;
}

@media (min-width: 768px) {
	.header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
		color: #333333;
	}
}

/* mega menu */
.mega-menu.dropdown {
	position: static;
}

.mega-menu .dropdown-menu {
	left: 0;
	top: 96%;
	width: 100%;
	padding: 20px 30px;
}

/* mega menu menu items */
.mega-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-menu h4.title {
	margin: 10px 0 5px;
	font-size: 14px;
	text-transform: uppercase;
}

.mega-menu .menu > li > a {
	padding: 5px 0;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
}

.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
	padding-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mega-menu .menu > li:last-child > a {
	border-bottom: none !important;
}

.mega-menu .menu > li > a:hover i,
.dropdown-menu > li > a:hover i {
	padding-left: 5px;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
	background-color: #ffffff;
	color: #e84c3d;
	border-color: #f1f1f1;
	text-decoration: none;
}

/* arrows for parent menu items */
.dropdown > a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	left: auto;
	top: 18px;
	right: 0;
	line-height: 1;
	color: #eb675a;
}

.transparent.header:not(.dark) .dropdown > a:before {
	color: #666666;
}

.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #e84c3d;
}

.navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #e5e5e5;
}

.dropdown .dropdown > a:before {
	content: "\f105";
	right: 10px;
	top: 15px;
	margin-left: 0;
	visibility: visible;
	color: #666666;
}

.dropdown .dropdown.open > a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open > a:before {
	color: #e84c3d;
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border-color: #ccc;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #e84c3d;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #999999;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #e84c3d;
}

/*Dark Navigation*/
.dark.header .navbar.navbar-default {
	background-color: #27272A;
	border-color: #1f1f1f;
}

/* Dark navigation first level menu items */
.dark.header .navbar-default .navbar-nav > li > a {
	color: #e1e1e1;
}

/* Dark navigation first level active menu items on hover/focus */
.dark.header .navbar-default .navbar-nav > .active > a,
.dark.header .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
}

/* Dark navigation first level active menu items when opened */
.dark.header .main-navigation .navbar-nav > .open > a,
.dark.header .main-navigation .navbar-nav > .open > a:hover,
.dark.header .main-navigation .navbar-nav > .open > a:focus {
	background-color: #27272a;
	border-color: #484848;
	border-bottom-color: #27272a;
	color: #ffffff;
}

/*Dark navigation second level menu items*/
.dark.header .dropdown-menu {
	background-color: #27272a;
	border: 1px solid #484848;
}

.dark.header-top .dropdown-menu {
	background-color: #36373c;
	border: 1px solid #3d3d3d;
	border-top-color: #36373c;
}

.dark.header-top .dropdown-menu .divider {
	background-color: #454545;
}

.dark.header .dropdown-menu > li > a {
	color: #cdcdcd;
	border-bottom: 1px solid #3d3d3d;
}

/*Dark navigation second level menu items on focus/hover and when opened */
.dark.header .dropdown-menu > li > a:hover,
.dark.header .dropdown-menu > li > a:focus,
.dark.header .nav .open > a,
.dark.header .nav .open > a:hover,
.dark.header .nav .open > a:focus,
.dark.header .dropdown-menu > .active > a,
.dark.header .dropdown-menu > .active > a:hover,
.dark.header .dropdown-menu > .active > a:focus,
.dark.header .dropdown-menu .menu > .active > a,
.dark.header .dropdown-menu .menu > .active > a:hover,
.dark.header .dropdown-menu .menu > .active > a:focus {
	background-color: #36373C;
	color: #ffffff;
}

/*Dark navigation mega-menu items*/
.dark.header h1,
.dark.header h2,
.dark.header h3,
.dark.header h4,
.dark.header h5,
.dark.header h6,
.dark.header p {
	color: #cdcdcd;
}

.dark.header .divider {
	background-color: #3d3d3d;
}

.dark.header .mega-menu .menu > li > a {
	color: #cdcdcd;
	border-bottom: 1px solid #3d3d3d;
}

/*Dark navigation mega menu menu items on focus/hover and when opened */
.dark.header .mega-menu .menu > li > a:hover,
.dark.header .mega-menu .menu > li > a:focus {
	background-color: #36373c;
	color: #ffffff;
}

/* Dark navigation arrows for parent menu items */
.dark.header .dropdown > a:before {
	color: #e1e1e1;
}

.dark.header .navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #ffffff;
}

.dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #666666;
}

.dark.header .dropdown .dropdown > a:before {
	color: #e1e1e1;
}

/* Dark navigation mobile menu toggle button */
.dark.header .navbar-default .navbar-toggle {
	border-color: #666666;
}

/* Dark navigation mobile menu toggle button on hover/focus */
.dark.header .navbar-default .navbar-toggle:hover,
.dark.header .navbar-default .navbar-toggle:focus {
	background-color: #36373c;
	border-color: #999999;
}

.dark.header .navbar-default .navbar-toggle .icon-bar {
	background-color: #666666;
}

.dark.header .navbar-default .navbar-toggle:hover .icon-bar,
.dark.header .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #999999;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
#offcanvas.animated .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}

.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu,
#offcanvas.animated .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left,
#offcanvas.animated.offcanvas-right .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.main-navigation .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
  /* first level menu */
	.navbar.navbar-default,
  .dark.header .navbar.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
  /* layout fixes */
	.main-navigation .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}

	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
}

/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
	.main-navigation .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* Medium devices (tablets landscape to portrait) */
@media (min-width: 768px) and (max-width: 991px) {
	.main-navigation .navbar-nav {
		float: left !important;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
		left: -243px;
		width: 940px;
	}
}

/* Medium desktop devices */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding-right: 19px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  /* first level menu item */
	.main-navigation .navbar-nav > li {
		margin: 0px 10px 0 15px;
	}

	/*.main-navigation .navbar-nav > li:first-child {
		margin: 0;
	}*/

	.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
		left: -293px;
		width: 1140px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* Mobile menu
  ------------------------------ */
  /* active items */
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #e84c3d;
		background-color: transparent;
	}
  /* first level items */
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}

	.subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #141414;
	}

	.light .subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #ddd;
	}

	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
  /* first level items when opened */
	.main-navigation .navbar-nav > .open > a,
  .main-navigation .navbar-nav > .open > a:hover,
  .main-navigation .navbar-nav > .open > a:focus {
		border-color: transparent !important;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
  /* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
		color: #e84c3d;
		background-color: #ffffff;
	}
  /* second level menu */
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
  /* second level items */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 40px;
		color: #666666;
		border-color: #fafafa;
	}
  /* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #e84c3d;
	}
  /* third level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
  /* four level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 80px;
	}
  /* Arrows for parent menu items */
	.dropdown > a:before {
		right: 32px;
	}

	.dropdown .dropdown > a:before {
		right: 36px;
	}
  /*Dark mobile menu
  ------------------------------ */
	.dark.header .navbar-default .navbar-collapse,
  .dark.header .navbar-default .navbar-form {
		border-color: #1f1f1f;
	}
  /* active items */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #36373c;
	}
  /* first level items */
	.dark.header .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #3c3c3e;
	}
  /* first level active items */
	.dark.header .navbar-default .navbar-nav > .active > a,
  .dark.header .navbar-default .navbar-nav > .active > a:focus {
		color: #ffffff;
		background-color: #36373C;
	}
  /* first level items hover and focus states */
	.dark.header .navbar-default .navbar-nav > li > a:hover,
  .dark.header .navbar-default .navbar-nav > li > a:focus,
  .dark.header .navbar-default .navbar-nav > .active > a:hover,
  .dark.header .navbar-default .navbar-nav > .active > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}
  /* first level items when opened */
	.dark.header .main-navigation .navbar-nav > .open > a,
  .dark.header .main-navigation .navbar-nav > .open > a:hover,
  .dark.header .main-navigation .navbar-nav > .open > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}
  /* second level menu */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #27272a;
		border: none;
	}
  /* second level items */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		color: #cdcdcd;
		border-color: #3c3c3e;
	}
  /* second level items on hover/focus */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}

	.dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
		color: #ffffff;
	}
}

/* Header top navigation
---------------------------------- */
.header-top .navbar.navbar-default {
	margin: 0;
	min-height: 30px;
}

.header-top .navbar-default .navbar-nav > li > a {
	color: #999999;
	padding: 4px 20px;
}

.header-top .navbar-default .navbar-nav > li {
	border-right: 1px solid #999999;
}

.header-top .navbar-default .navbar-nav > li:last-child {
	border-right: none;
}

/* Offcanvas navigation
---------------------------------- */
.offcanvas {
	background-color: #fafafa;
	border-color: #f1f1f1;
}

.offcanvas-toggle-left {
	display: block;
	padding: 0;
	margin: 0;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0px;
	z-index: 1031;
	text-align: center;
}

.offcanvas-toggle-left:after {
	font-family: "FontAwesome";
	content: "\f0c9";
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #333333;
}

#offcanvas.in + .offcanvas-toggle-left:after {
	content: "\f00d";
	color: #999999;
}

.offcanvas-toggle-right {
	display: block;
	padding: 0;
	margin: 0;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
	z-index: 1031;
	text-align: center;
}

.offcanvas-toggle-right:after {
	font-family: "FontAwesome";
	content: "\f0c9";
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #333333;
}

#offcanvas.in + .offcanvas-toggle-right:after {
	content: "\f00d";
	color: #999999;
}

/*First level menu items*/
#offcanvas .navbar-nav > li,
#offcanvas .navbar-nav {
	float: none;
	margin: 0;
}

#offcanvas .navbar-nav > li > a {
	color: #333333;
	border-bottom: 1px solid #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
}

#offcanvas .navbar-nav > li:last-child > a {
	border-bottom-color: transparent !important;
}

#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover,
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
	color: #e84c3d;
	background-color: #ffffff;
}

/*Second level menu items*/
#offcanvas .dropdown-menu {
	position: static;
	width: 100%;
	float: none;
	box-shadow: none;
	border: none;
	background-color: #ffffff;
	margin: 0;
}

#offcanvas.offcanvas-right .dropdown-menu {
	overflow: hidden;
}

#offcanvas .dropdown-menu > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-color: #f7f7f7;
}

#offcanvas.offcanvas-right .dropdown-menu > li > a {
	text-align: right;
	padding-left: 10px;
	padding-right: 20px;
}

/*Third level menu items*/
#offcanvas .dropdown-menu .dropdown-menu > li > a {
	padding-left: 30px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu > li > a {
	padding-left: 10px;
	padding-right: 30px;
}

/*Fourth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
	padding-left: 45px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
	padding-left: 10px;
	padding-right: 45px;
}

/*Fifth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
	padding-left: 60px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
	padding-left: 10px;
	padding-right: 60px;
}

/*Nav arrows*/
#offcanvas .dropdown > a:before {
	right: 15px;
	top: 13px;
}

#offcanvas.offcanvas-right .dropdown > a:before {
	right: auto;
	left: 15px;
	top: 13px;
}

#offcanvas.offcanvas-right .dropdown .dropdown > a:before {
	content: "\f104";
}

/*Dark offcanvas nav*/
.dark.offcanvas-container .offcanvas {
	background-color: #27272a;
	border-color: #484848;
}

.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-left:after,
.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-right:after {
	color: #e1e1e1;
}

/*First level menu items*/
.dark.offcanvas-container #offcanvas .navbar-nav > li > a {
	color: #e1e1e1;
	border-bottom: 1px solid #3d3d3d;
}

.dark.offcanvas-container #offcanvas .navbar-nav > li.open > a {
	border-bottom: 1px solid #515151 !important;
}

.dark.offcanvas-container #offcanvas .nav .open > a,
.dark.offcanvas-container #offcanvas .nav .open > a:hover,
.dark.offcanvas-container #offcanvas .nav .open > a:focus,
.dark.offcanvas-container #offcanvas .nav > li > a:hover,
.dark.offcanvas-container #offcanvas .nav > li > a:focus,
.dark.offcanvas-container #offcanvas .navbar-nav > li.active > a {
	color: #ffffff;
	background-color: #36373c;
}

/*Second level menu items*/
.dark.offcanvas-container #offcanvas .dropdown-menu {
	background-color: #36373c;
}

.dark.offcanvas-container #offcanvas .dropdown-menu > li > a {
	border-color: #515151;
	color: #e1e1e1;
}

.dark.offcanvas-container #offcanvas .dropdown-menu > li > a:hover,
.dark.offcanvas-container #offcanvas .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #36373c;
}

/*Nav arrows*/
.dark.offcanvas-container .dropdown .dropdown.open > a:before {
	color: #ffffff;
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar {
	margin: 0;
	min-height: 0;
	background: transparent;
	border-color: transparent;
}

.subfooter .navbar-default .nav > li > a {
	padding: 10px 10px;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}

.subfooter .navbar-default .nav li:last-child a,
.light .subfooter .navbar-default .nav > li:last-child > a {
	border: none;
}

.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #e84c3d;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.subfooter .navbar-nav {
		float: none;
		margin: 15px 0;
		text-align: center;
	}

	.subfooter .navbar-nav > li {
		float: none;
		padding: 5px 0;
	}

	.subfooter .navbar-default .nav > li > a {
		padding: 0px 10px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.subfooter {
		text-align: left;
	}

	.subfooter .navbar-nav {
		float: right;
		margin: 0;
		text-align: left;
	}

	.subfooter .navbar-nav > li {
		float: left;
		padding: 0;
		margin-top: 4px;
	}

	.subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #333333;
	}

	.light .subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #999999;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* subfooter nav */
	.subfooter .navbar-default .navbar-toggle:hover,
  .subfooter .navbar-default .navbar-toggle:focus {
		background-color: transparent;
		border-color: #888;
	}

	.light .subfooter .navbar-default .navbar-collapse {
		border-color: #ddd;
	}

	.subfooter .navbar-default .navbar-collapse {
		border-color: #000000;
	}
}

/* 7 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo
---------------------------------- */
.logo img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}



.main-container .logo img {
	margin: 0 auto;
}

.header-small .logo img {
	max-height: 40px;
	margin: 2px 0 -4px 0;
}

.text-center .logo img {
	margin: 0 auto;
}

.site-slogan {
	font-size: 13px;
	font-style: italic;
	color: #999999;
}

.transparent.header:not(.dark) .site-slogan {
	color: #333333;
}

.dark.header .site-slogan {
	color: #cdcdcd;
}

.transparent.dark.header .site-slogan {
	color: #ffffff;
}

.main-container .site-slogan {
	color: inherit;
	text-align: center;
	margin-bottom: 20px;
}

.logo-footer {
	margin: 25px 0 20px;
}

.offcanvas .logo {
	margin: 20px 0 10px;
}

.offcanvas .logo img {
	margin: 0 auto;
}

.offcanvas .site-slogan {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -10px;
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
	.logo img,
  .header-small .logo img {
		margin: 0 auto;
	}

	.site-slogan {
		text-align: center;
	}
}

/* Call to action
---------------------------------- */
.call-to-action {
	padding: 10px 25px;
	text-align: center;
}

.call-to-action .btn {
	margin: 10px 5px;
}

.call-to-action .btn.btn-lg {
	margin-top: 15px;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
	.call-to-action .btn {
		display: block;
		width: 60%;
		margin: 10px auto;
	}
}

/* Boxes
---------------------------------- */
.box {
	text-align: center;
	margin: 0 10px 10px 0;
	width: 60px;
	height: 60px;
	display: inline-block;
	font-size: 0;
	float: left;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.box.block {
	display: block;
	float: none;
	margin: 0 auto !important;
}

.box.block + h2 {
	margin-top: 0;
}

.box i {
	font-size: 36px;
	line-height: 60px;
}

.box.small {
	margin: 0 5px 5px 0;
	width: 45px;
	height: 45px;
}

.box.small i {
	font-size: 24px;
	line-height: 45px;
}

.box.gray-bg:hover {
	color: #e84c3d;
}

.box.default-bg:hover {
	background-color: #ffffff;
	border: 1px solid #e84c3d;
}

.box.default-bg:hover * {
	color: #e84c3d;
}

.box.dark-bg:hover {
	background-color: #ffffff;
	border: 1px solid #666666;
}

.box.dark-bg:hover * {
	color: #666666;
}

.box-style-1 {
	text-align: center;
	padding: 20px;
	margin: 20px 0;
}

.box-style-1 i {
	font-size: 90px;
	margin: 15px 0 5px;
	text-align: center;
}

.box-style-1:not(.team-member):hover i {
	color: #e84c3d;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
	color: inherit;
}

.grid-space-10 .box-style-1 {
	margin: 10px 0;
}

.box-style-2 {
	margin-top: 20px;
}

.box-style-2 i {
	font-size: 36px;
	line-height: 60px;
}

.box-style-2 .icon-container {
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.box-style-2 .body {
	margin-left: 80px;
}

.box-style-2 h2 {
	font-size: 24px;
	margin-top: 0;
}

.box-style-2:hover .icon-container {
	border: 1px solid #666666;
}

.box-style-2:hover .default-bg {
	background-color: #ffffff;
	border: 1px solid #e84c3d;
}

.box-style-2:hover .default-bg * {
	color: #e84c3d;
}

.box-style-2:hover .dark-bg {
	background-color: #ffffff;
	border: 1px solid #666666;
}

.box-style-2:hover .dark-bg * {
	color: #666666;
}

.box-style-2:hover .white-bg * {
	color: #e84c3d;
}

.box-style-3 {
	margin-top: 20px;
}

.box-style-3 i {
	font-size: 22px;
	line-height: 45px;
}

.box-style-3 .icon-container {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.box-style-3 .body {
	margin-left: 80px;
}

.box-style-3 h2 {
	font-size: 20px;
	margin-top: 0;
}

.box-style-3:hover .icon-container {
	border: 1px solid #666666;
}

.box-style-3:hover .default-bg {
	background-color: #ffffff;
	border: 1px solid #e84c3d;
}

.box-style-3:hover .default-bg * {
	color: #e84c3d;
}

.box-style-3:hover .dark-bg {
	background-color: #ffffff;
	border: 1px solid #666666;
}

.box-style-3:hover .dark-bg * {
	color: #666666;
}

.box-style-3:hover .white-bg * {
	color: #e84c3d;
}

.panel-body i {
	width: 35px;
	text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.box-style-3.right .icon-container {
		float: right;
	}

	.box-style-3.right .body {
		margin-right: 80px;
		text-align: right;
		margin-left: 0;
	}
}

/* Image Boxes
---------------------------------- */
.image-box {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
}

.image-box h3.title {
	margin-top: 0;
}

.image-box .btn {
	white-space: normal;
	border-color: transparent;
}

.image-box .btn-block {
	margin: 0;
}

.grid-space-0 .image-box {
	border: none;
}

.image-box-body {
	padding: 20px 15px 15px;
}

/* Tags cloud block
---------------------------------- */
.tags-cloud {
	font-size: 0;
}

.tag {
	display: inline-block;
	margin: 0 3px 3px 0;
}

.tag a {
	padding: 5px 10px;
	color: #999999;
	display: block;
	font-size: 12px;
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
}

.tag a:hover {
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
	text-decoration: none;
}

footer:not(.light) .footer-content .tag a,
.dark-bg .tag a {
	background-color: transparent;
	border-color: #555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Social icons block
---------------------------------- */
.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 20px 0;
}

.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}

.social-links li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 20px;
	background: #e84c3d;
	border: 1px solid #e84c3d;
	color: #ffffff;
}

.social-links.large li a {
	width: 60px;
	height: 60px;
	font-size: 24px;
}

.social-links.light li a {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	color: inherit;
}

.social-links.dark li a {
	background: #454545;
	border: 1px solid #333333;
	color: #acacac;
}

.social-links.radius-5px li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.social-links.circle li a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.social-links li a:hover {
	background-color: transparent;
	border-color: #cd3c2e;
	color: #cd3c2e;
}

.social-links.dark li a:hover {
	background: #fafafa;
	border: 1px solid #acacac;
	color: inherit;
}

.social-links.light li a:hover {
	border: 1px solid #d2d2d2;
	color: #333333;
}

.social-links li a i {
	line-height: 44px;
}

.social-links.large li a i {
	line-height: 60px;
}

.header-top .social-links {
	margin: 0;
}

.header-top .social-links li {
	padding: 3px 5px 2px;
	border-right: 1px solid #e3e3e3;
	margin: 0;
}

.header-top .social-links li:hover {
	background-color: #fafafa;
}

.header-top .social-links li a {
	font-size: 16px;
}

.header-top .social-links li:last-child {
	border-right: none;
}

.header-top .social-links li a {
	border: none;
	width: 25px;
	height: 30px;
	color: #999999;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li a:hover {
	color: #cd3c2e;
}

.header-top .social-links li a i {
	line-height: 30px;
}

.dark.header-top .social-links li {
	border-right: 1px solid #3d3d3d;
}

.dark.header-top .social-links li:last-child {
	border-right: none;
}

.dark.header-top .social-links li:hover {
	background-color: transparent;
}

.dark.header-top .social-links li a {
	color: #999999;
}

.footer-content .social-links {
	margin: 20px 0;
}

.footer-content .social-links li {
	margin: 0 5px 5px 0;
}

.footer-content .social-links li a {
	color: #666666;
	background-color: transparent;
	border-color: #666666;
}

.footer-content .social-links li a:hover {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

.social-links li.twitter a:hover,
.colored.social-links li.twitter a {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}

.social-links li.skype a:hover,
.colored.social-links li.skype a {
	background-color: #00aff0;
	border-color: #00aff0;
	color: #ffffff;
}

.social-links li.linkedin a:hover,
.colored.social-links li.linkedin a {
	background-color: #0976b4;
	border-color: #0976b4;
	color: #ffffff;
}

.social-links li.googleplus a:hover,
.colored.social-links li.googleplus a {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #ffffff;
}

.social-links li.youtube a:hover,
.colored.social-links li.youtube a {
	background-color: #b31217;
	border-color: #b31217;
	color: #ffffff;
}

.social-links li.flickr a:hover,
.colored.social-links li.flickr a {
	background-color: #ff0084;
	border-color: #ff0084;
	color: #ffffff;
}

.social-links li.facebook a:hover,
.colored.social-links li.facebook a {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #ffffff;
}

.social-links li.pinterest a:hover,
.colored.social-links li.pinterest a {
	background-color: #cb2027;
	border-color: #cb2027;
	color: #ffffff;
}

.social-links li.instagram a:hover,
.colored.social-links li.instagram a {
	background-color: #517fa4;
	border-color: #517fa4;
	color: #ffffff;
}

.social-links li.vimeo a:hover,
.colored.social-links li.vimeo a {
	background-color: #aad450;
	border-color: #aad450;
	color: #ffffff;
}

.social-links li.tumblr a:hover,
.colored.social-links li.tumblr a {
	background-color: #32506d;
	border-color: #32506d;
	color: #ffffff;
}

.social-links li.soundcloud a:hover,
.colored.social-links li.soundcloud a {
	background-color: #ff3a00;
	border-color: #ff3a00;
	color: #ffffff;
}

.social-links li.foursquare a:hover,
.colored.social-links li.foursquare a {
	background-color: #0072b1;
	border-color: #0072b1;
	color: #ffffff;
}

.social-links li.dribbble a:hover,
.colored.social-links li.dribbble a {
	background-color: #ea4c89;
	border-color: #ea4c89;
	color: #ffffff;
}

.social-links li.behance a:hover,
.colored.social-links li.behance a {
	background-color: #053eff;
	border-color: #053eff;
	color: #ffffff;
}

.social-links li.vine a:hover,
.colored.social-links li.vine a {
	background-color: #00a478;
	border-color: #00a478;
	color: #ffffff;
}

.social-links li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a {
	background-color: #f74425;
	border-color: #f74425;
	color: #ffffff;
}

.header-top .social-links li.twitter a:hover {
	color: #55acee;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.skype a:hover {
	color: #00aff0;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.linkedin a:hover {
	color: #0976b4;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.googleplus a:hover {
	color: #dd4b39;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.youtube a:hover {
	color: #b31217;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.flickr a:hover {
	color: #ff0084;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.facebook a:hover {
	color: #3b5998;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.pinterest a:hover {
	color: #cb2027;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.instagram a:hover {
	color: #517fa4;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.vimeo a:hover {
	color: #aad450;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.tumblr a:hover {
	color: #32506d;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.soundcloud a:hover {
	color: #ff3a00;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.foursquare a:hover {
	color: #0072b1;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.dribbble a:hover {
	color: #ea4c89;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.behance a:hover {
	color: #053eff;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.vine a:hover {
	color: #00a478;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.stumbleupon a:hover {
	color: #f74425;
	background-color: transparent;
	border-color: transparent;
}

.social-links .dropdown > button {
	padding: 6px 15px 5px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	min-width: 0;
	margin: 0;
	background-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.social-links .dropdown > button i {
	width: 15px;
}

.social-links .dropdown.open > button > i:before {
	content: "\f00d";
	color: #e84c3d;
}

.social-links .dropdown-menu {
	z-index: 103;
	padding: 0px;
	min-width: 290px;
	margin-top: 1px;
	font-size: 0;
	box-shadow: none;
	background-color: #fafafa;
}

.social-links .dropdown-menu li a,
.social-links .dropdown-menu li a i {
	padding: 0;
}

/* Header top dropdowns
---------------------------------- */
.header-top-dropdown {
	float: right;
	font-size: 0;
	text-align: right;
}

.header-top-dropdown .dropdown > button {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}

.dark .header-top-dropdown .dropdown > button {
	border-right: 1px solid #515151;
}

.header-top-dropdown .dropdown:last-child > button {
	border-right-color: transparent;
}

.header-top-dropdown .dropdown > button {
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}

.dark.header-top .header-top-dropdown .dropdown > button {
	border-right: 1px solid #3d3d3d;
}

.dark.header-top .header-top-dropdown .dropdown:last-child > button {
	border-right-color: transparent;
}

.header-top-dropdown .dropdown > button i {
	padding-right: 5px;
	width: 15px;
}

.header-top-dropdown .dropdown.open > button,
.header-top-dropdown .dropdown > button:hover {
	color: #e84c3d;
	background-color: #fafafa;
	border-right-color: #e3e3e3;
}

.dark.header-top .header-top-dropdown .dropdown.open > button,
.dark.header-top .header-top-dropdown .dropdown > button:hover {
	color: #ffffff !important;
	background-color: #36373C;
	border-right-color: #3d3d3d;
}

.dark.header .header-top-dropdown .dropdown.open > button,
.dark.header .header-top-dropdown .dropdown > button:hover {
	color: #ffffff !important;
	background-color: #36373C;
	border-right-color: #515151;
}

.header-top-dropdown .dropdown:first-child.open > button,
.header-top-dropdown .dropdown:first-child > button:hover {
	border-left-color: #e3e3e3;
}

.dark.header-top .header-top-dropdown .dropdown:first-child.open > button,
.dark.header-top .header-top-dropdown .dropdown:first-child > button:hover {
	border-left-color: #3d3d3d;
}

.header .header-top-dropdown .dropdown > button {
	padding: 3px 10px;
}

.header .header-top-dropdown .dropdown.open > button,
.header .header-top-dropdown .dropdown > button:hover {
	background-color: transparent;
}

.header .header-top-dropdown .dropdown:first-child.open > button,
.header .header-top-dropdown .dropdown:first-child > button:hover {
	border-left-color: transparent;
}

.header .header-top-dropdown .dropdown:last-child.open > button,
.header .header-top-dropdown .dropdown:last-child > button:hover {
	border-right-color: transparent;
}

.header .header-top-dropdown .dropdown-menu {
	margin-top: 27px;
}

.header-top-dropdown .dropdown-menu {
	z-index: 103;
	padding: 20px;
	min-width: 300px;
	margin-top: 0px;
}

.header-top-dropdown .search-box .form-group {
	margin-bottom: 0;
}

.header-top-dropdown form {
	margin: 0;
}

.header-top-dropdown .login-form span {
	margin: 0 3px;
}

.header-top-dropdown .login-form ul {
	padding-left: 0;
	list-style-position: inside;
	padding: 5px 0;
}

.header-top-dropdown .login-form .social-links {
	display: inline-block;
	margin: 0;
}

.dark .header-top-dropdown .login-form a {
	color: #cdcdcd;
	text-decoration: underline;
}

.dark .header-top-dropdown .login-form a:hover {
	text-decoration: none;
}

.header .header-top-dropdown {
	margin-top: 19px;
}

.dark.header .header-top-dropdown {
	color: #cdcdcd;
}

.fixed-header-on .header .header-top-dropdown {
	margin-top: 13px;
}

.fixed-header-on .header .header-top-dropdown .dropdown-menu {
	margin-top: 19px;
}

/* Small devices (tablets, 480px and below) */
@media (max-width: 480px) {
	.header-top-dropdown .btn-group {
		position: static;
	}

	.header-top-dropdown .dropdown-menu {
		right: 15px !important;
		width: 100%;
	}
}

/* Full Width Content
---------------------------------- */
.full-width-section {
	position: relative;
}

.full-text-container {
	position: absolute;
	top: 30%;
	padding: 20px 40px;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
}

/* Large devices */
@media (min-width: 1200px) {
	.full-width-section {
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.full-image-container {
		width: 50%;
		display: table-cell;
	}

	.full-text-container {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		padding: 0 50px;
		position: static;
	}

	.full-text-container * {
		max-width: 700px;
	}

	.full-text-container.left {
		text-align: right;
	}

	.full-text-container.left * {
		margin-left: auto;
	}

	.full-text-container p {
		margin-bottom: 10px;
	}
}

@media (max-width: 1199px) {
	.full-width-section .separator-2.right {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.full-text-container {
		top: 0;
		height: 100%;
		padding: 0 20px;
	}

	.full-text-container h1 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.full-text-container {
		position: static;
		padding: 20px;
	}
}

/* Sidebar/footer gallery block
---------------------------------- */
.gallery.row {
	margin-left: -5px;
	margin-right: -5px;
}

.gallery-item {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* Form Block
---------------------------------- */
.form-block {
	width: 630px;
	border: 1px solid #f1f1f1;
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.form-block form {
	margin: 0;
}

.form-block ul {
	padding-left: 0;
	list-style-position: inside;
}

.form-block hr {
	margin-top: 10px;
	margin-bottom: 15px;
}

.form-block .social-links {
	margin: 10px 0 0 10px;
	display: inline-block;
}

@media (max-width: 767px) {
	.form-block {
		width: 90%;
	}
}

/* Latest tweets block
---------------------------------- */
ul.tweets {
	list-style: none;
	padding: 0;
}

ul.tweets li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}

ul.tweets li i {
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #666666;
}

ul.tweets li p {
	margin-bottom: 5px;
}

ul.tweets li span {
	font-size: 12px;
	color: #666666;
}

/* Testimonials
---------------------------------- */
.testimonial {
	margin: 25px 0;
}

.well .testimonial,
.owl-item .testimonial {
	margin: 0;
}

.testimonial h2 {
	margin-bottom: 25px;
}

.testimonial-image {
	max-width: 160px;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.testimonial-body {
	padding: 15px;
}

.testimonial-image + .testimonial-body {
	margin-left: 180px;
}

.testimonial-info-1 {
	font-size: 13px;
	color: #000000;
	font-style: italic;
}

.testimonial-info-2 {
	font-size: 13px;
	color: #000000;
	font-weight: 700;
}

.dark-bg .testimonial-info-1,
.dark-bg .testimonial-info-2,
.default-bg .testimonial-info-1,
.default-bg .testimonial-info-2,
.dark-translucent-bg .testimonial-info-1,
.dark-translucent-bg .testimonial-info-2 {
	color: inherit;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
	.testimonial-image {
		max-width: 80px;
	}

	.testimonial-image + .testimonial-body {
		padding: 0 15px;
		margin-left: 100px;
	}
}

/* Isotope filtering
---------------------------------- */
.isotope-container {
	display: none;
	margin-bottom: 40px;
}

.boxed .isotope-container.grid-space-0 .image-box img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.isotope-item {
	margin-bottom: 30px;
}

.grid-space-20 .isotope-item {
	margin-bottom: 20px;
}

.grid-space-10 .isotope-item {
	margin-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.isotope-item {
		max-width: 100%;
	}
}

/* Stats
---------------------------------- */
.stat-num {
	font-size: 36px;
	font-weight: 700;
	display: block;
}

/* Pricing tables
---------------------------------- */
.pricing-tables {
	margin: 60px 0 0;
}

.plan {
	text-align: center;
	border: 1px solid #c5c5c5;
	border-top: none;
	margin-bottom: 40px !important;
}

.plan + .plan {
	border-left: none;
}

.plan .header {
	padding: 10px 0;
	margin: 0 -1px;
}

.plan .header h3 {
	display: inline-block;
	font-size: 24px;
	margin: 0;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #494949;
}

.plan .header .price {
	display: inline-block;
	font-size: 16px;
	padding: 10px 0 0;
	font-weight: 400;
	color: inherit;
}

.plan .header .price span {
	text-transform: uppercase;
}

.plan ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}

.plan ul li {
	padding: 12px 0px;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 1px 1px 0 #ffffff;
}

.plan ul li a.pt-popover {
	color: #000000;
	border-bottom: 1px dashed #000000;
	position: relative;
}

.plan ul li a.pt-popover:hover {
	text-decoration: none;
}

.plan ul li a.pt-popover:after {
	position: absolute;
	top: 0px;
	left: -15px;
	font-family: "FontAwesome";
	content: "\f059";
	color: #DDDDDD;
	font-size: 12px;
}

.plan.best-value ul li {
	padding: 15px 0;
}

.plan .popover {
	width: 250px;
	font-size: 13px;
	text-align: center;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.plan .popover-title {
	background-color: #e84c3d;
	color: #ffffff;
	text-shadow: none;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.plan .popover-content {
	font-size: 12px;
}

.plan .btn {
	text-shadow: none;
}

.gray .plan {
	border-top: 1px solid #c5c5c5;
	background-color: #f1f1f1;
	-webkit-box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
}

.gray .col-sm-3 > .plan,
.gray .col-sm-4 > .plan {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gray .plan .header {
	background: #fafafa;
	border: 1px solid #cacaca;
	width: 150px;
	height: 150px;
	margin: 15px auto;
	border-radius: 100%;
}

.gray .plan .header h3 {
	color: #e84c3d;
	display: block;
	margin-top: 30px;
}

.gray .plan .header .price {
	font-size: 24px;
	padding-top: 5px;
}

.gray .plan ul {
	background: #f1f1f1;
	border-top: 1px solid #e4e4e4;
}

.gray .plan ul li {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #f8f8f8;
	color: #333333;
}

.white .plan {
	border-color: #f3f3f3;
}

.white .plan .header {
	color: #ffffff;
	background: #e84c3d;
}

.white .plan .header h3 {
	color: #ffffff;
}

.white .plan ul {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	background-color: #fbfbfb;
}

.white .plan ul li {
	border-bottom: 1px solid #f5f5f5;
}

.stripped .header {
	background: #e84c3d;
	border: none;
	-webkit-box-shadow: 0px 0px 60px #cd3c2e inset;
	box-shadow: 0px 0px 60px #cd3c2e inset;
	color: #ffffff;
}

.stripped .header h3 {
	color: #ffffff;
}

.stripped .plan ul {
	-webkit-box-shadow: 0px 0px 32px 0px #cacaca inset;
	box-shadow: 0px 0px 32px 0px #cacaca inset;
	background: #fdfdfd;
}

.stripped .plan ul li {
	border: 1px solid #ececec;
	border-top: none;
	color: #666666;
}

.stripped .plan ul li:nth-child(even) {
	-webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
	box-shadow: 0px 0px 40px #e4e4e4 inset;
	background: #ffffff;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.best-value.plan {
		top: -30px;
		position: relative;
	}
}

/* Google maps
---------------------------------- */
#map-canvas {
	height: 450px;
}

.sidebar #map-canvas {
	height: 350px;
}

#map-canvas img {
	max-width: inherit;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #ffffff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #000000;
	z-index: 1005;
	display: none;
}

.scrollToTop i {
	line-height: 50px;
	font-size: 24px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
	}

	.scrollToTop i {
		line-height: 40px;
		font-size: 20px;
	}
}

/* 8 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution
---------------------------------- */
.slider-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.slider-banner,
.slider-banner-2,
.slider-banner-3,
.slider-banner-fullscreen {
	width: 100%;
	position: relative;
}

.slider-banner > ul,
.slider-banner-2 > ul,
.slider-banner-3 > ul,
.slider-banner-fullscreen > ul {
	display: none;
}

.tp-loader.spinner0 {
	background: url("../images/loader.gif") no-repeat center center;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
	animation: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
	background-color: #666666;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
}

.slideshow-boxed {
	padding: 20px 0 60px;
}

.slideshow-boxed .slider-banner-container {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #eaeaea;
}

.slideshow-boxed .tp-caption {
	margin-left: 20px !important;
}

/* Slider Revolution captions */
.tp-caption {
	z-index: 5;
}

.tp-caption a.btn,
.tp-caption a.btn:hover {
	color: #ffffff;
}

.default_bg {
	background-color: #e84c3d;
	color: #ffffff;
}

.white_bg {
	background-color: #ffffff;
	color: #333333;
}

.dark_gray_bg {
	background-color: #666666;
	color: #ffffff;
}

.light_gray_bg {
	background-color: #fafafa;
	color: #333;
	border: 1px solid #f3f3f3 !important;
	border-left: none !important;
}

.tp-caption.small_thin_white {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000000;
}

.tp-caption.small_thin_dark {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 400;
}

.tp-caption.large {
	font-size: 36px;
	padding: 0px 15px;
}

.tp-caption.medium {
	font-size: 22px;
	padding: 2px 10px;
}

.tp-caption.small {
	font-size: 14px;
	padding: 5px;
}

.tp-caption.black,
.tp-caption .btn.black,
.tp-caption .btn.black:hover {
	color: #333333;
}

/* Large devices (Large desktops less than 1199px) */
@media (max-width: 1199px) {
	.tp-caption {
		margin-left: 20px !important;
	}
}

/* Revolution Nav Controls */
.tparrows.round {
	background-image: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	top: 50% !important;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}




.tparrows.round:hover {
	color: #ffffff;
	background-color: #e84c3d;
}

.slideshow-boxed .slider-banner-container .tparrows {
	opacity: 0;
	filter: alpha(opacity=0);
}

.slideshow-boxed .slider-banner-container:hover .tparrows {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tp-bullets {
	z-index: 100;
}

.tp-bullets.simplebullets.round .bullet {
	background-image: none;
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	margin: 0 3px;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.bullets-with-bg + .tp-bullets.preview4 {
	height: auto;
	background-color: white;
	padding: 5px 15px;
	bottom: -6px !important;
	border-radius: 3px;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #e84c3d;
}

.tp-bannertimer {
	background-image: none;
	background-color: rgba(232, 76, 61, 0.7);
	z-index: 100;
	display: none;
}

.slideshow-boxed .tp-bullets {
	bottom: -33px !important;
}

.slideshow-boxed .bullets-with-bg + .tp-bullets.preview4 {
	padding: 7px 15px 2px;
	bottom: -45px !important;
}

.slideshow-boxed .slider-banner-container .tp-rightarrow {
	right: 10px !important;
}

.slideshow-boxed .slider-banner-container .tp-leftarrow {
	left: 10px !important;
}

.slideshow-boxed .tp-bullets.hidebullets {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.tparrows.preview2 {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

.tparrows.preview2:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.tparrows.preview2:after {
	margin-top: -18px;
	left: 22px;
	color: #ffffff;
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 36px;
	line-height: 1;
}

.tp-rightarrow.preview2:after {
	content: "\f105";
	left: auto;
	right: 22px;
}

.tparrows.preview2:hover:after {
	color: #ffffff;
}

.tparrows.preview2 .tp-arr-titleholder {
	color: #ffffff;
	font-size: 16px;
}

/* Medium devices (phones, tablets, laptops) */
@media (min-width: 768px) and (max-width: 979px) {
	.tparrows.preview2:after {
		margin-top: -13px;
		left: 15px;
		font-size: 24px;
	}

	.tp-rightarrow.preview2:after {
		left: auto;
		right: 15px;
	}
}

@media (max-width: 767px) {
	.tparrows.preview2 {
		display: none;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
	.tparrows,
  .tp-bullets {
		display: none;
	}
}

/* 9 Owl carousel
----------------------------------------------------------------------------- */
.owl-carousel {
	z-index: 4;
}

.owl-carousel .owl-item > div {
	margin: 10px 0 20px;
}

.owl-carousel.carousel .owl-item > div,
.owl-carousel.carousel-autoplay .owl-item > div {
	margin: 10px 20px 20px 0;
}

.owl-carousel.clients .owl-item > div {
	margin: 0px 30px 0px 0;
}

.well.owl-carousel .owl-item > div {
	margin: 10px 0 0;
}

.tab-content .owl-carousel .owl-item > div {
	margin: 0 0 20px;
}

/* caption */
.caption {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 15px;
	position: absolute;
	bottom: 80px;
	left: 80px;
	width: 40%;
	border: 1px solid #ffffff;
}

.caption .title {
	margin-top: 0;
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
	.caption {
		width: 90%;
		bottom: 40px;
		left: 40px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.caption {
		width: 100%;
		bottom: 30px;
		left: 0;
		position: relative;
		background-color: #fafafa;
		bottom: 0;
		padding-bottom: 35px;
	}
}

/* owl controls */
.owl-controls {
	width: 100%;
	margin-bottom: 50px;
}

.owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	padding: 3px 10px;
	font-size: 12px;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.owl-prev {
	left: 0;
	background-color: #e84c3d;
	color: #f1f1f1;
}

.owl-next {
	left: 30px;
	background-color: #f1f1f1;
	background-color: #e84c3d;
	color: #f1f1f1;
}

.owl-prev:hover,
.owl-next:hover,
.gray-bg .owl-next:hover {
	background-color: #333333;
	color: #f1f1f1;
}

.gray-bg .owl-next {
	background-color: #ffffff;
}

.owl-controls .owl-buttons div:after {
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 26px;
}

.owl-prev:after {
	content: "\f137";
}

.owl-next:after {
	content: "\f138";
}

.no-touch .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

.content-slider-with-controls {
	margin-bottom: 20px;
}

.content-slider-with-controls .owl-controls,
.content-slider-with-controls-autoplay .owl-controls {
	margin-bottom: 0;
}

.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
	top: 50%;
	margin-top: -15px;
	background-color: #e84c3d;
	color: #f1f1f1;
}

.content-slider-with-controls .owl-buttons div.owl-next,
.content-slider-with-controls-autoplay .owl-buttons div.owl-next {
	left: auto;
	right: 0;
}

.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
	background-color: #f1f1f1;
	color: #e84c3d;
}

.content-slider-with-controls-bottom .owl-controls .owl-pagination {
	bottom: -30px;
}

.content-slider-with-controls-bottom .owl-controls .owl-page span {
	background: #acacac;
}

.owl-controls .owl-pagination {
	position: absolute;
	bottom: 25px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}

.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #ffffff;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #e84c3d;
}

.help-block,.error{
	color: #a94442;
	   /* padding: 6px;*/
}

.owl-item  img{
	margin: 0 auto;
}

/*Japan data css*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Roboto:400,400i,700,700i,900,900i");
body,
p {
  font-family: "Open Sans", sans-serif;
}

button,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  word-spacing: 2px;
  letter-spacing: .6px;
  color: #878787;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

 ::-moz-selection {
  color: #bc002d;
  background: #333333;
}

 ::selection {
  color: #bb0531;
  background: #333333;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

a {
  color: #bc002d;
}

a,
button {
  border: none;
  cursor: pointer;
  background: none;
  text-decoration: none;
  display: inline-block;
}

a:focus,
button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  text-transform: capitalize;
}

p {
  color: #000;
}

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

.image-wrapper {
  overflow: hidden;
  position: relative;
}

strong,
span,
small,
i {
  line-height: normal;
  display: inline-block;
}

strong {
  font-weight: 700;
}

a:hover {
  text-decoration: none;
  color: #ff3e00;
}

button:focus,
select:focus {
  outline: none;
}

.form-wrapper .form-item {
  width: 100%;
  height: 50px;
  display: table;
  position: relative;
}

.form-wrapper .form-item input {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 25px;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-wrapper .form-item input:focus {
  outline: none;
  border-color: #bc002d;
}

.form-wrapper .form-item .form-item-btn {
  top: 0px;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  font-weight: 700;
  overflow: hidden;
  padding: 0px 30px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
}

.form-wrapper .form-item .form-item-btn:after,
.form-wrapper .form-item .form-item-btn:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: '';
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-wrapper .form-item .form-item-btn:before {
  background: #bc002d;
}

.form-wrapper .form-item .form-item-btn:after {
  opacity: 0;
  background: #bc002d;
}

.form-wrapper .form-item .form-item-btn:hover:before {
  opacity: 0;
}

.form-wrapper .form-item .form-item-btn:hover:after {
  opacity: 1;
}

textarea {
  width: 100%;
  padding: 25px;
  display: block;
  /*min-height: 150px;*/
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

textarea:focus {
  outline: none;
  border-color: #bc002d;
}

.custom-select {
  background: transparent url("../images/down-arrow.png") no-repeat right 10px center;
}

.custom-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}

 :-moz-placeholder {
  color: #878787;
}

 ::-moz-placeholder {
  color: #878787;
}

 :-ms-input-placeholder {
  color: #878787;
}

 ::-webkit-input-placeholder {
  color: #878787;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
  margin: 0px;
  padding: 0px;
}


/* customization of unorder list - start 
================================================== */

.ul-li ul,
.ul-li-block ul {
  margin: 0px;
  padding: 0px;
}

.ul-li ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-block ul li {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}


/* customization of unorder list - end
================================================== */


/* countdown-timer - style - start
================================================== */

.countdown-timer {
  width: 100%;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.countdown-timer ul {
  margin: 0px;
  padding: 0px;
  display: table;
}

.countdown-timer ul li {
  float: left;
  height: 80px;
  min-width: 80px;
  margin: 0px 5px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  color: #878787;
  border: 2px solid #878787;
}

.countdown-timer ul li strong {
  margin: 0px;
  width: 100%;
  display: block;
  line-height: .8;
  font-weight: 900;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
}

.countdown-timer ul li small {
  font-size: 14px;
  text-transform: uppercase;
}

#countup {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

#countup span.number {
  display: block;
  padding: 0px;
  margin: 0;
  color: #111;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}

#countup span.label {
  display: block;
  font-size: 11px;
  line-height: 1;
}

#countup .part {
  display: inline-block;
  text-align: center;
  width: 105px;
}

@media only screen and (max-width: 1200px) {
  #countup span.number {
    font-size: 60px;
    line-height: 65px;
    text-align: center;
  }
  #countup span.label {
    display: block;
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 820px) {
  #countup span.number {
    display: block;
    padding: 0px;
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
  #countup span.label {
    display: block;
    font-size: 15px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 600px) {
  #countup span.number {
    display: block;
    padding: 0px;
    margin: 0;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  #countup span.label {
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
}


/* countdown-timer - style - end
================================================== */


/* pagination setting - start
================================================== */

.pagination {
  border-radius: 0px;
}

.pagination ul {
  display: table;
}

.pagination ul .page-item {
  height: 40px;
  min-width: 40px;
  position: relative;
}

.pagination ul .page-item .page-link {
  margin: 0px;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: none;
  padding: 0px;
  display: block;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #878787;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
}

.pagination ul .page-item:hover .page-link {
  color: #333333;
}

.pagination ul .page-item.active .page-link {
  color: #333333;
  font-size: 24px;
}

.pagination ul .page-item.active .page-link:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  content: '';
  position: absolute;
  background-color: #bc002d;
}

.pagination ul .page-item.prev-item .page-link,
.pagination ul .page-item.next-item .page-link {
  padding: 0px 30px;
  border-radius: 0px;
  position: relative;
}

.pagination ul .page-item.prev-item .page-link:before,
.pagination ul .page-item.next-item .page-link:before {
  top: 50%;
  font-weight: 900;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.pagination ul .page-item.prev-item:hover .page-link,
.pagination ul .page-item.next-item:hover .page-link {
  color: #333333;
}

.pagination ul .page-item.prev-item:hover .page-link:before,
.pagination ul .page-item.next-item:hover .page-link:before {
  color: #333333;
}

.pagination ul .page-item.prev-item .page-link:before {
  left: 15px;
  content: '\f053';
}

.pagination ul .page-item.next-item .page-link:before {
  right: 15px;
  content: '\f054';
}


/* pagination setting - end
================================================== */


/* padding - margin setting - start 
================================================== */

.sec-ptb-100 {
  padding: 100px 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}


/* padding - margin setting - end
================================================== */


/* link button - start
================================================== */

.custom-btn {
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  padding: 15px 35px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  text-transform: uppercase;
  background: #bc002d;
  color: #ffffff !important;
  -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}

.custom-btn:after,
.custom-btn:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 50px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.custom-btn:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.custom-btn:after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#bc002d), to(#ff3e00));
  background: -webkit-linear-gradient(top left, #bc002d, #ff3e00);
  background: -o-linear-gradient(top left, #bc002d, #ff3e00);
  background: linear-gradient(to bottom right, #bc002d, #ff3e00);
}

.custom-btn:hover:before {
  opacity: 0;
}

.custom-btn:hover:after {
  opacity: 1;
}


/* link button - end
================================================== */


/* title - start
================================================== */

.section-title {
  position: relative;
}

.section-title .line-style {
  z-index: 1;
  top: -30px;
  left: -30px;
  width: 70px;
  height: 3px;
  position: absolute;
  background-color: #bc002d;
}

.section-title .sub-title {
  margin-bottom: 15px;
  letter-spacing: 5px;
  color: #878787;
  font-size: 18px;
  text-transform: uppercase;
}

.section-title .big-title {
  margin: 0px;
  padding: 0px;
  font-size: 48px;
  font-weight: 400;
  color: #333333;
}

.section-title .big-title strong {
  font-weight: 900;
}

.title-xlarge {
  font-size: 36px;
}

.title-large {
  font-size: 30px;
}

.title-medium {
  font-size: 24px;
}

.title-small {
  font-size: 18px;
}

.title-xsmall {
  font-size: 16px;
}

.title-xxsmall {
  font-size: 14px;
}


/* title - end
================================================== */


/* back to top - start
================================================== */

.thetop {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.backtotop {
  right: 15px;
  width: 40px;
  bottom: 15px;
  height: 60px;
  z-index: 999;
  position: fixed;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
}

.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 30px;
}

.backtotop .scroll:after,
.backtotop .scroll:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.backtotop .scroll:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.backtotop .scroll:after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#bc002d), to(#ff3e00));
  background: -webkit-linear-gradient(top left, #bc002d, #ff3e00);
  background: -o-linear-gradient(top left, #bc002d, #ff3e00);
  background: linear-gradient(to bottom right, #bc002d, #ff3e00);
}

.backtotop .scroll:hover:before {
  opacity: 0;
}

.backtotop .scroll:hover:after {
  opacity: 1;
}


/* back to top - end
================================================== */


/* preloader - start
================================================== */

#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #fff url("../images/preloader.gif") no-repeat center center;
}


/* preloader - end
================================================== */


/* plus hover effect - start
================================================== */

.plus-effect {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 62, 0, 0.8)), to(rgba(255, 190, 48, 0.8)));
  background: -webkit-linear-gradient(top left, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
  background: -o-linear-gradient(top left, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
  background: linear-gradient(to bottom right, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
}

.plus-effect:before,
.plus-effect:after {
  top: 50%;
  left: 50%;
  content: '';
  border-radius: 6px;
  position: absolute;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.plus-effect:before {
  width: 4px;
  height: 50px;
}

.plus-effect:after {
  height: 4px;
  width: 50px;
}


/* plus hover effect - end
================================================== */


/* custom colorz - start
================================================== */

.default-color {
  color: #878787;
}

.yellow-color {
  color: #bc002d;
}

.orange-color {
  color: #ff3e00;
}

.black-color {
  color: #333333;
}

.white-color {
  color: #ffffff;
}

.gray-deep-color {
  color: #f0f0f0;
}

.gray-light-color {
  color: #f7f7f7;
}

.bg-default {
  background-color: #878787;
}

.bg-yellow {
  background-color: #bc002d;
}

.bg-orange {
  background-color: #ff3e00;
}

.bg-black {
  background-color: #333333;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray-deep {
  background-color: #f0f0f0;
}

.bg-gray-light {
  background-color: #f7f7f7;
}

.overlay-black {
  background: rgba(51, 51, 51, 0.5);
}

.overlay-white {
  background: rgba(255, 255, 255, 0.5);
}


/* custom colorz - end
================================================== */


/* transition - start
================================================== */

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/* transition - end
================================================== */


/* global area - end
==================================================================================================== */

.default-header-p {
  padding-top: 164px;
}


/* header section - start
==================================================================================================== */

.default-header-section {
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.default-header-section .header-top {
  padding: 15px 0px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.default-header-section .header-top .basic-contact ul {
  margin: 0px;
  padding: 0px;
}

.default-header-section .header-top .basic-contact ul li {
  float: left;
  list-style: none;
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
}

.default-header-section .header-top .basic-contact ul li:after {
  top: 0;
  right: 0;
  bottom: 0;
  content: '|';
  position: absolute;
}

.default-header-section .header-top .basic-contact ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.default-header-section .header-top .basic-contact ul li:last-child:after {
  display: none;
}

.default-header-section .header-top .basic-contact ul li a {
  color: #ffffff;
}

.default-header-section .header-top .basic-contact ul li a i {
  margin-right: 5px;
}

.default-header-section .header-top .register-login-group ul {
  margin: 0px;
  float: right;
  padding: 0px;
  display: table;
}

.default-header-section .header-top .register-login-group ul li {
  float: left;
  list-style: none;
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
  display: inline-block;
}

.default-header-section .header-top .register-login-group ul li:after {
  top: 0;
  right: 0;
  bottom: 0;
  content: '|';
  position: absolute;
  color: #ffffff;
}

.default-header-section .header-top .register-login-group ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.default-header-section .header-top .register-login-group ul li:last-child:after {
  display: none;
}

.default-header-section .header-top .register-login-group ul li a {
  color: #ffffff;
  font-size: 14px;
}

.default-header-section .header-top .register-login-group ul li a i {
  margin-right: 5px;
}

.default-header-section .header-bottom {
  padding: 30px 0px;
}

.default-header-section .header-bottom .menu-item-list {
  padding: 8px 0px;
}

.default-header-section .header-bottom .menu-item-list>ul {
  float: right;
  display: table;
}

.default-header-section .header-bottom .menu-item-list>ul>li {
  position: relative;
}

.default-header-section .header-bottom .menu-item-list>ul>li:last-child {
  margin-right: 0px;
}

.default-header-section .header-bottom .menu-item-list>ul>li:before {
  left: 0;
  right: 0;
  opacity: 0;
  content: '';
  width: 100%;
  height: 3px;
  bottom: -40px;
  position: absolute;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  background-color: #bc002d;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.default-header-section .header-bottom .menu-item-list>ul>li>a {
  font-weight: 700;
  padding: 5px 15px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
}

.default-header-section .header-bottom .menu-item-list>ul>li:hover a {
  color: #bc002d;
}

.default-header-section .header-bottom .menu-item-list>ul>li:hover:before {
  opacity: 1;
  bottom: -38px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.default-header-section .header-bottom .menu-item-list>ul>.active a {
  color: #bc002d;
}

.default-header-section .header-bottom .menu-item-list>ul>.active:before {
  opacity: 1;
  bottom: -38px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu {
  left: 50%;
  top: 34px;
  z-index: 1;
  opacity: 0;
  height: auto;
  min-width: 180px;
  visibility: hidden;
  padding-top: 38px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu:after {
  top: 38px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li {
  width: 100%;
  height: 40px;
  display: block;
  text-align: left;
  font-size: 14px;
  background-color: #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li:last-child {
  border-bottom: none;
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li>a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 15px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li .active {
  color: #bc002d;
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li:hover>a {
  color: #bc002d;
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children {
  position: relative;
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
  top: 0;
  left: 150%;
  opacity: 0;
  padding-top: 0px;
  visibility: hidden;
  position: absolute;
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li a {
  position: relative;
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover a {
  color: #bc002d;
}

.default-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.default-header-section .header-bottom .user-search-btn-group {
  padding: 5px 0px;
}

.default-header-section .header-bottom .user-search-btn-group ul {
  float: right;
  display: table;
}

.default-header-section .header-bottom .user-search-btn-group ul li {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}

.default-header-section .header-bottom .user-search-btn-group ul li:last-child {
  margin-right: 0px;
}

.default-header-section .header-bottom .user-search-btn-group ul li>a,
.default-header-section .header-bottom .user-search-btn-group ul li>button {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 40px;
  border-radius: 100%;
  color: #333333;
  background-color: #f0f0f0;
}

.default-header-section .header-bottom .user-search-btn-group ul li:hover>a,
.default-header-section .header-bottom .user-search-btn-group ul li:hover>button {
  color: #ffffff;
  background-color: #bc002d;
}

.auto-hide-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sticky-header-section {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: transparent;
}

.sticky-header-section .header-bottom {
  padding: 30px 0px;
}

.sticky-header-section .header-bottom .menu-item-list {
  padding: 8px 0px;
}

.sticky-header-section .header-bottom .menu-item-list>ul {
  float: right;
  display: table;
}

.sticky-header-section .header-bottom .menu-item-list>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  position: relative;
}

.sticky-header-section .header-bottom .menu-item-list>ul>li:last-child {
  margin-right: 0px;
}

.sticky-header-section .header-bottom .menu-item-list>ul>li>a {
  z-index: 1;
  font-weight: 700;
  overflow: hidden;
  padding: 5px 12px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

.sticky-header-section .header-bottom .menu-item-list>ul>li>a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  z-index: -1;
  border-radius: 3px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-header-section .header-bottom .menu-item-list>ul>li:hover a {
  color: #ffffff;
}

.sticky-header-section .header-bottom .menu-item-list>ul>li:hover a:before {
  opacity: 1;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.active a {
  color: #ffffff;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.active a:before {
  opacity: 1;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu {
  left: 50%;
  top: 25px;
  z-index: 1;
  opacity: 0;
  height: auto;
  min-width: 180px;
  padding-top: 10px;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu:after {
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li {
  width: 100%;
  height: 40px;
  display: block;
  text-align: left;
  position: relative;
  font-size: 14px;
  background-color: #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li:last-child {
  border-bottom: none;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li>a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 15px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li .active {
  color: #bc002d;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li:hover>a {
  color: #bc002d;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>.active>a {
  color: #bc002d;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children {
  position: relative;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
  top: 0;
  left: 150%;
  opacity: 0;
  padding-top: 0px;
  visibility: hidden;
  position: absolute;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover a {
  color: #bc002d;
}

.sticky-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.sticky-header-section .header-bottom .user-search-btn-group {
  padding: 5px 0px;
}

.sticky-header-section .header-bottom .user-search-btn-group ul {
  float: right;
  display: table;
}

.sticky-header-section .header-bottom .user-search-btn-group ul li {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}

.sticky-header-section .header-bottom .user-search-btn-group ul li:last-child {
  margin-right: 0px;
}

.sticky-header-section .header-bottom .user-search-btn-group ul li>a,
.sticky-header-section .header-bottom .user-search-btn-group ul li>button {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 36px;
  border-radius: 100%;
  color: #ffffff;
  border: 3px solid #bc002d;
}

.sticky-header-section .header-bottom .user-search-btn-group ul li:hover>a,
.sticky-header-section .header-bottom .user-search-btn-group ul li:hover>button {
  color: #ffffff;
  background-color: #bc002d;
}

.sticky-header-section.stuck {
  background-color: #333333;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.sticky-header-section.stuck .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu {
  padding-top: 47px;
}

.scrolltop-fixed-header-section {
  left: 0;
  right: 0;
  top: 30px;
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrolltop-fixed-header-section .header-bottom {
  padding: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 2px 50px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 50px 2px rgba(0, 0, 0, 0.2);
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list {
  padding: 8px 0px;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul {
  float: right;
  display: table;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>li {
  position: relative;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>li>a {
  font-weight: 700;
  padding: 5px 15px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>li:hover a {
  color: #bc002d;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.active a {
  color: #bc002d;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu {
  left: 50%;
  top: 34px;
  z-index: 1;
  opacity: 0;
  height: auto;
  min-width: 180px;
  padding-top: 38px;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu:after {
  top: 38px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li {
  width: 100%;
  height: 40px;
  display: block;
  text-align: left;
  position: relative;
  font-size: 14px;
  background-color: #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li:last-child {
  border-bottom: none;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li>a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 15px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li .active {
  color: #bc002d;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children .sub-menu>li:hover>a {
  color: #bc002d;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children {
  position: relative;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
  top: 0;
  left: 150%;
  opacity: 0;
  padding-top: 0px;
  visibility: hidden;
  position: absolute;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover a {
  color: #bc002d;
}

.scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.scrolltop-fixed-header-section .header-bottom .user-search-btn-group {
  padding: 5px 0px;
}

.scrolltop-fixed-header-section .header-bottom .user-search-btn-group ul {
  float: right;
  display: table;
}

.scrolltop-fixed-header-section .header-bottom .user-search-btn-group ul li {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}

.scrolltop-fixed-header-section .header-bottom .user-search-btn-group ul li:last-child {
  margin-right: 0px;
}

.scrolltop-fixed-header-section .header-bottom .user-search-btn-group ul li>a,
.scrolltop-fixed-header-section .header-bottom .user-search-btn-group ul li>button {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 36px;
  border-radius: 100%;
  color: #333333;
  border: 3px solid #bc002d;
}

.scrolltop-fixed-header-section .header-bottom .user-search-btn-group ul li:hover>a,
.scrolltop-fixed-header-section .header-bottom .user-search-btn-group ul li:hover>button {
  color: #ffffff;
  background-color: #bc002d;
}

.scrolltop-fixed-header-section.stuck {
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.scrolltop-fixed-header-section.stuck .header-bottom {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.reglog-modal-wrapper {
  height: auto;
  z-index: 1000;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1170px;
  border-radius: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.1);
}

.reglog-modal-wrapper .overlay-black {
  position: relative;
  background-color: rgba(51, 51, 51, 0.8);
}

.reglog-modal-wrapper .popup-modal-dismiss {
  top: 10px;
  z-index: 1;
  right: 12px;
  line-height: 0px;
  text-align: right;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
}

.reglog-modal-wrapper .popup-modal-dismiss:before {
  top: -81px;
  right: -83px;
  width: 0px;
  height: 0px;
  content: '';
  z-index: -1;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 70px solid transparent;
  border-left: 70px solid #bc002d;
  border-right: 70px solid transparent;
  border-bottom: 70px solid transparent;
}

.reglog-modal-wrapper .leftside-content {
  width: 60%;
  float: left;
  height: 600px;
  padding: 50px 30px;
  text-align: center;
  position: relative;
}

.reglog-modal-wrapper .leftside-content .register-login-link ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.reglog-modal-wrapper .leftside-content .register-login-link ul li {
  width: 100%;
  display: table;
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}

.reglog-modal-wrapper .leftside-content .register-login-link ul li:last-child {
  margin-bottom: 0px;
}

.reglog-modal-wrapper .leftside-content .register-login-link ul li a {
  font-weight: 700;
  color: #878787;
  text-transform: uppercase;
}

.reglog-modal-wrapper .leftside-content .register-login-link ul li a:hover {
  color: #bc002d;
}

.reglog-modal-wrapper .leftside-content .register-login-link ul li.active a {
  color: #ffffff;
}

.reglog-modal-wrapper .leftside-content .copyright-text {
  left: 50%;
  width: 100%;
  bottom: 50px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reglog-modal-wrapper .leftside-content .copyright-text .fa-heart {
  color: #ff5a26;
}

.reglog-modal-wrapper .rightside-content {
  width: 40%;
  float: right;
  height: 600px;
  padding: 50px 30px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.reglog-modal-wrapper .rightside-content .fb-login-btn {
  overflow: hidden;
  border-radius: 30px;
}

.reglog-modal-wrapper .rightside-content .fb-login-btn a {
  width: 100%;
  height: 100%;
  display: table;
  font-weight: 700;
  padding: 12px 0px;
  text-align: center;
  color: #ffffff;
  background-color: #2852ab;
  text-transform: capitalize;
}

.reglog-modal-wrapper .rightside-content .fb-login-btn a .icon {
  width: 60px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin: -12px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-right: 1px solid #ffffff;
}

.reglog-modal-wrapper .rightside-content .or-text {
  text-align: center;
}

.reglog-modal-wrapper .rightside-content .or-text span {
  padding: 0px 20px;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
}

.reglog-modal-wrapper .rightside-content .or-text span:after,
.reglog-modal-wrapper .rightside-content .or-text span:before {
  top: 50%;
  content: '';
  height: 2px;
  width: 130px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
}

.reglog-modal-wrapper .rightside-content .or-text span:after {
  right: -100%;
}

.reglog-modal-wrapper .rightside-content .or-text span:before {
  left: -100%;
}

.reglog-modal-wrapper .rightside-content .login-form .form-item input {
  width: 100%;
  border: none;
  height: 50px;
  display: block;
  padding: 0px 30px;
  margin-bottom: 10px;
  border-radius: 30px;
  background-color: #ffffff;
}

.reglog-modal-wrapper .rightside-content .login-form .form-item input:focus {
  outline: none;
}

.reglog-modal-wrapper .rightside-content .login-form .login-btn {
  width: 100%;
  height: 50px;
  font-weight: 700;
  padding: 0px 30px;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: #bc002d;
}

.register-modal .leftside-content,
.register-modal .rightside-content {
  height: 650px;
}

.register-modal .rightside-content .human-verification {
  height: 50px;
  padding: 0px 30px;
  line-height: 50px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 30px;
  background-color: #ffffff;
}

.register-modal .rightside-content .human-verification input {
  opacity: 1;
  position: relative;
}

.register-modal .rightside-content .human-verification input:before {
  top: 50%;
  left: 0px;
  width: 21px;
  content: '';
  height: 21px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 2px solid #bc002d;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.register-modal .rightside-content .human-verification label {
  margin: 0px;
  cursor: pointer;
  padding-left: 15px;
  color: #333333;
  position: relative;
}

.register-modal .rightside-content .human-verification label:after {
  top: 50%;
  left: -15px;
  z-index: 1;
  opacity: 0;
  content: '\f14a';
  font-weight: 900;
  position: absolute;
  color: #bc002d;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.register-modal .rightside-content .human-verification input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.register-modal .rightside-content .human-verification .verification-image {
  top: 50%;
  right: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-body {
  top: 80px;
  opacity: 0;
  right: 15px;
  width: 300px;
  height: auto;
  z-index: 999;
  padding: 15px;
  position: absolute;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.search-body .search-form {
  width: 100%;
  height: auto;
  position: relative;
}

.search-body .search-form .search-input {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}

.search-body .search-form .search-input:focus {
  outline: none;
  border-color: #bc002d;
}

.search-body .search-form .search-close {
  top: 50%;
  z-index: 1;
  right: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: absolute;
  border-radius: 3px;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #bc002d;
}

.search-open {
  opacity: 1;
  visibility: visible;
}


/* header section - end
==================================================================================================== */


/* altranative header - start
==================================================================================================== */

.header-altranative {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  display: none;
  position: fixed;
  padding: 30px 0px;
  background-color: #333333;
}

.header-altranative .logo-area {
  max-width: 150px;
}

.header-altranative .logo-area a {
  width: 100%;
  height: 100%;
  display: block;
}

.header-altranative .alt-menu-btn {
  padding: 0px;
  line-height: normal;
  color: #bc002d;
  font-size: 30px;
}

.sidebar-menu-wrapper {
  display: block;
  position: relative;
}

.sidebar-menu-wrapper .sidebar {
  top: 0;
  bottom: 0;
  left: -300px;
  height: 100%;
  z-index: 9999;
  position: fixed;
  min-width: 300px;
  max-width: 300px;
  overflow-y: scroll;
  padding-bottom: 50px;
  font-size: 14px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-menu-wrapper .sidebar .overlay {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}

.sidebar-menu-wrapper .sidebar #sidebar-dismiss {
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  color: #ffc107;
  font-size: 18px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-menu-wrapper .sidebar .sidebar-header {
  padding: 80px 0px;
  text-align: center;
}

.sidebar-menu-wrapper .sidebar .sidebar-form {
  width: 100%;
  height: 50px;
  display: table;
  padding: 0px 15px;
  position: relative;
  margin-bottom: 30px;
}

.sidebar-menu-wrapper .sidebar .sidebar-form input {
  width: 100%;
  height: 50px;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-menu-wrapper .sidebar .sidebar-form input:focus {
  outline: none;
  border-color: #bc002d;
}

.sidebar-menu-wrapper .sidebar .sidebar-form input:focus+label {
  color: #bc002d;
}

.sidebar-menu-wrapper .sidebar .sidebar-form label {
  top: 1px;
  z-index: 1;
  right: 16px;
  bottom: 1px;
  margin: 0px;
  min-width: 50px;
  line-height: 48px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-menu-wrapper .sidebar .menu-title {
  margin: 0px;
  padding: 15px;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
}

.sidebar-menu-wrapper .sidebar .menu-link-list {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333333;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul li {
  width: 100%;
  height: 45px;
  display: block;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 400;
  line-height: 45px;
  padding: 0px 30px;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul li a .icon {
  width: 30px;
  height: 30px;
  font-size: 12px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  background-color: #bc002d;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul li:hover a {
  background-color: rgba(51, 51, 51, 0.5);
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul .active a {
  background-color: rgba(51, 51, 51, 0.5);
}

.sidebar-menu-wrapper .sidebar .login-btn-group {
  padding: 15px 0px;
}

.sidebar-menu-wrapper .sidebar .login-btn-group ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.sidebar-menu-wrapper .sidebar .login-btn-group ul li {
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #333333;
}

.sidebar-menu-wrapper .sidebar .login-btn-group ul li:last-child {
  border-right: none;
}

.sidebar-menu-wrapper .sidebar .login-btn-group ul li a {
  font-weight: 700;
  padding: 0px 15px;
  color: #bc002d;
  font-size: 14px;
  text-transform: uppercase;
}

.sidebar-menu-wrapper .sidebar .social-links {
  padding: 15px 0px;
  margin-bottom: 15px;
}

.sidebar-menu-wrapper .sidebar .social-links .contact-info {
  font-weight: 400;
  padding: 0px 15px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-menu-wrapper .sidebar .social-links .contact-info:last-child {
  margin-bottom: 0px;
}

.sidebar-menu-wrapper .sidebar .social-links .contact-info i {
  margin-right: 10px;
  color: #bc002d;
}

.sidebar-menu-wrapper .sidebar .social-links ul {
  margin: 0px;
  display: table;
  padding: 0px 15px;
  margin-bottom: 15px;
}

.sidebar-menu-wrapper .sidebar .social-links ul li {
  float: left;
  width: 35px;
  height: 35px;
  list-style: none;
  overflow: hidden;
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}

.sidebar-menu-wrapper .sidebar .social-links ul li:last-child {
  margin-right: 0px;
}

.sidebar-menu-wrapper .sidebar .social-links ul li a {
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-menu-wrapper .sidebar .social-links ul li:hover a {
  color: #ffffff;
  background-color: #bc002d;
}

.sidebar-menu-wrapper .sidebar .social-links .contact-btn {
  height: 40px;
  margin: 0px 15px;
  padding: 0px 30px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  color: #bc002d;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #333333;
}

.sidebar-menu-wrapper .sidebar .social-links .contact-btn:hover {
  color: #ffffff;
  background-color: #bc002d;
}

.sidebar-menu-wrapper .sidebar.active {
  left: 0px;
}

.sidebar-menu-wrapper .sidebar.active .overlay {
  display: block;
}


/* altranative header - end
==================================================================================================== */


/* default footer section - start
==================================================================================================== */

.default-footer-section .footer-item-title {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 24px;
}

.default-footer-section .footer-item-title strong {
  font-weight: 900;
}

.default-footer-section .footer-top {
  background-color: #333333;
}

.default-footer-section .footer-top .basic-info .basic-info-item {
  width: 100%;
  height: 80px;
  display: table;
  background-color: #2e2e2e;
}

.default-footer-section .footer-top .basic-info .basic-info-item .icon {
  float: left;
  width: 80px;
  height: 127px;
  line-height: 80px;
  margin-right: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  background-color: #3b3b3b;
}

.default-footer-section .footer-top .basic-info .basic-info-item .info-content {
  display: table;
  padding: 12px 15px;
}

.default-footer-section .footer-top .basic-info .basic-info-item .info-content p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
}

.default-footer-section .footer-top .basic-info .basic-info-item .info-content p a {
  color: #ffffff;
}

.default-footer-section .footer-top .basic-info .basic-info-item .info-content h3 {
  font-weight: 700;
  color: #bc002d;
  font-size: 18px;
}

.default-footer-section .footer-top .basic-info .basic-info-item .info-content h3 a {
  color: #bc002d;
}

.default-footer-section .footer-top .about-wrapper .social-links .social-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  text-transform: capitalize;
}

.default-footer-section .footer-top .about-wrapper .social-links ul li {
  margin-right: 15px;
}

.default-footer-section .footer-top .about-wrapper .social-links ul li:last-child {
  margin-right: 0px;
}

.default-footer-section .footer-top .about-wrapper .social-links ul li a {
  color: #878787;
  font-size: 18px;
}

.default-footer-section .footer-top .about-wrapper .social-links ul li a:hover {
  color: #bc002d;
}

.default-footer-section .footer-top .usefullinks-wrapper {
  padding: 0px 30px;
}

.default-footer-section .footer-top .usefullinks-wrapper ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
  color: #878787;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.default-footer-section .footer-top .usefullinks-wrapper ul li a:before {
  top: 50%;
  left: 0px;
  content: '\f0a9';
  font-weight: 900;
  position: absolute;
  color: #878787;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.default-footer-section .footer-top .usefullinks-wrapper ul li:last-child a {
  border-bottom: none;
}

.default-footer-section .footer-top .usefullinks-wrapper ul li:hover a {
  padding-left: 40px;
  color: #bc002d;
}

.default-footer-section .footer-top .usefullinks-wrapper ul li:hover a:before {
  left: 15px;
  color: #bc002d;
}

.default-footer-section .footer-top .instagram-wrapper ul {
  width: 100%;
  margin: -5px;
  display: table;
  margin-bottom: 30px;
}

.default-footer-section .footer-top .instagram-wrapper ul li {
  margin: 5px;
  width: 110px;
  height: 100px;
}

.default-footer-section .footer-top .instagram-wrapper ul li a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  line-height: 100px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 62, 0, 0.9)), to(rgba(255, 190, 48, 0.9)));
  background: -webkit-linear-gradient(top left, rgba(255, 62, 0, 0.9), rgba(255, 190, 48, 0.9));
  background: -o-linear-gradient(top left, rgba(255, 62, 0, 0.9), rgba(255, 190, 48, 0.9));
  background: linear-gradient(to bottom right, rgba(255, 62, 0, 0.9), rgba(255, 190, 48, 0.9));
}

.default-footer-section .footer-top .instagram-wrapper ul li:hover a {
  opacity: 1;
}

.default-footer-section .footer-top .instagram-wrapper .followus-link {
  font-weight: 700;
  color: #878787;
  font-size: 16px;
}

.default-footer-section .footer-top .instagram-wrapper .followus-link a {
  color: #bc002d;
}


/* default footer section - end
==================================================================================================== */


/* footer section 2 - start
==================================================================================================== */

.footer-section2 .footer-item-title {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 24px;
}

.footer-section2 .footer-item-title strong {
  font-weight: 900;
}

.footer-section2 .footer-top {
  background-color: #333333;
}

.footer-section2 .footer-top .about-wrapper .basic-info ul li {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
}

.footer-section2 .footer-top .about-wrapper .basic-info ul li:last-child {
  margin-bottom: 0px;
}

.footer-section2 .footer-top .about-wrapper .basic-info ul li i {
  margin-right: 5px;
  color: #bc002d;
}

.footer-section2 .footer-top .about-wrapper .basic-info ul li a {
  color: #ffffff;
}

.footer-section2 .footer-top .about-wrapper .social-links .social-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  text-transform: capitalize;
}

.footer-section2 .footer-top .about-wrapper .social-links ul li {
  margin-right: 15px;
}

.footer-section2 .footer-top .about-wrapper .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section2 .footer-top .about-wrapper .social-links ul li a {
  color: #878787;
  font-size: 18px;
}

.footer-section2 .footer-top .about-wrapper .social-links ul li a:hover {
  color: #bc002d;
}

.footer-section2 .footer-top .usefullinks-wrapper {
  padding: 0px 30px;
}

.footer-section2 .footer-top .usefullinks-wrapper ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
  color: #878787;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section2 .footer-top .usefullinks-wrapper ul li a:before {
  top: 50%;
  left: 0px;
  content: '\f0a9';
  font-weight: 900;
  position: absolute;
  color: #878787;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.footer-section2 .footer-top .usefullinks-wrapper ul li:last-child a {
  border-bottom: none;
}

.footer-section2 .footer-top .usefullinks-wrapper ul li:hover a {
  padding-left: 40px;
  color: #bc002d;
}

.footer-section2 .footer-top .usefullinks-wrapper ul li:hover a:before {
  left: 15px;
  color: #bc002d;
}

.footer-section2 .footer-top .instagram-wrapper ul {
  width: 100%;
  margin: -5px;
  display: table;
  margin-bottom: 30px;
}

.footer-section2 .footer-top .instagram-wrapper ul li {
  margin: 5px;
  width: 110px;
  height: 100px;
}

.footer-section2 .footer-top .instagram-wrapper ul li a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  line-height: 100px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 62, 0, 0.9)), to(rgba(255, 190, 48, 0.9)));
  background: -webkit-linear-gradient(top left, rgba(255, 62, 0, 0.9), rgba(255, 190, 48, 0.9));
  background: -o-linear-gradient(top left, rgba(255, 62, 0, 0.9), rgba(255, 190, 48, 0.9));
  background: linear-gradient(to bottom right, rgba(255, 62, 0, 0.9), rgba(255, 190, 48, 0.9));
}

.footer-section2 .footer-top .instagram-wrapper ul li:hover a {
  opacity: 1;
}

.footer-section2 .footer-top .instagram-wrapper .followus-link {
  font-weight: 700;
  color: #878787;
  font-size: 16px;
}

.footer-section2 .footer-top .instagram-wrapper .followus-link a {
  color: #bc002d;
}


/* footer section 2 - end
==================================================================================================== */


/* footer section 3 - start
==================================================================================================== */

.footer-section3 .footer-item-title {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 24px;
}

.footer-section3 .footer-item-title strong {
  font-weight: 900;
}

.footer-section3 .footer-top {
  background-color: #333333;
}

.footer-section3 .footer-top .basic-info .basic-info-item {
  width: 100%;
  height: 80px;
  display: table;
  background-color: #2e2e2e;
}

.footer-section3 .footer-top .basic-info .basic-info-item .icon {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-right: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  background-color: #3b3b3b;
}

.footer-section3 .footer-top .basic-info .basic-info-item .info-content {
  display: table;
  padding: 12px 15px;
}

.footer-section3 .footer-top .basic-info .basic-info-item .info-content p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
}

.footer-section3 .footer-top .basic-info .basic-info-item .info-content p a {
  color: #ffffff;
}

.footer-section3 .footer-top .basic-info .basic-info-item .info-content h3 {
  font-weight: 700;
  color: #bc002d;
  font-size: 18px;
}

.footer-section3 .footer-top .basic-info .basic-info-item .info-content h3 a {
  color: #bc002d;
}

.footer-section3 .footer-top .about-wrapper .social-links .social-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  text-transform: capitalize;
}

.footer-section3 .footer-top .about-wrapper .social-links ul {
  display: table;
  margin: 0 auto;
}

.footer-section3 .footer-top .about-wrapper .social-links ul li {
  margin-right: 15px;
}

.footer-section3 .footer-top .about-wrapper .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section3 .footer-top .about-wrapper .social-links ul li a {
  color: #878787;
  font-size: 18px;
}

.footer-section3 .footer-top .about-wrapper .social-links ul li a:hover {
  color: #bc002d;
}


/* footer section 3 - end
==================================================================================================== */


/* footer-bottom - end
==================================================================================================== */

.footer-bottom {
  padding: 30px 0px;
  background-color: #2e2e2e;
}

.footer-bottom .copyright-text {
  color: #878787;
}

.footer-bottom .copyright-text .site-link {
  color: #bc002d;
}

.footer-bottom .copyright-text .fa-heart {
  color: #ff5a26;
}

.footer-bottom .copyright-text .author-link {
  color: #878787;
}

.footer-bottom .copyright-text .author-link:hover {
  color: #bc002d;
}

.footer-bottom .footer-menu ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}

.footer-bottom .footer-menu ul li {
  float: left;
  margin-right: 40px;
  display: inline-block;
}

.footer-bottom .footer-menu ul li:last-child {
  margin-right: 0px;
}

.footer-bottom .footer-menu ul li a {
  color: #878787;
  text-transform: capitalize;
}

.footer-bottom .footer-menu ul li a:hover {
  color: #bc002d;
}


/* footer-bottom - end
==================================================================================================== */


/* map section - start
==================================================================================================== */

.map-section {
  position: relative;
}

.map-section .address-wrapper {
  top: 57%;
  z-index: 1;
  left: 0.666%;
  padding: 30px;
  max-width: 520px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
}

.map-section .address-wrapper p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.map-section .address-wrapper .address-info-topbar .address-info-left {
  width: 60%;
  float: left;
}

.map-section .address-wrapper .address-info-topbar .address-info-left .title-text {
  font-weight: 900;
  color: #ffffff;
  font-size: 18px;
}

.map-section .address-wrapper .address-info-topbar .address-info-right {
  width: 40%;
  float: right;
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li {
  float: left;
  width: 80px;
  height: 80px;
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li:last-child {
  margin-right: 0px;
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li button {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li button .icon {
  color: #ffffff;
  font-size: 24px;
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li button small {
  width: 100%;
  display: block;
  color: #ffffff;
}

.map-section .address-wrapper .address-info-bottombar .address-info-left {
  width: 60%;
  float: left;
}

.map-section .address-wrapper .address-info-bottombar .address-info-left .rating-star .rating-point {
  float: left;
  font-weight: 700;
  margin-right: 5px;
  color: #ffffff;
  font-size: 18px;
}

.map-section .address-wrapper .address-info-bottombar .address-info-left .rating-star ul {
  margin: 0px;
  padding: 0px;
  display: table;
}

.map-section .address-wrapper .address-info-bottombar .address-info-left .rating-star ul li {
  float: left;
  list-style: none;
  margin-right: 2px;
  color: #ffffff;
  display: inline-block;
}

.map-section .address-wrapper .address-info-bottombar .address-info-right {
  width: 40%;
  float: right;
}

.map-section .address-wrapper .address-info-bottombar .address-info-right .map-larger-btn {
  width: 100%;
  height: 50px;
  display: block;
  font-weight: 700;
  line-height: 50px;
  padding: 0px 30px;
  border-radius: 30px;
  color: #bc002d;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
}

.map-section .address-wrapper .address-info-bottombar .address-info-right .map-larger-btn:hover {
  color: #ffffff;
  background-color: #bc002d;
}

.map-section .find-event-form {
  top: 50%;
  z-index: 1;
  left: 6.666%;
  padding: 30px;
  max-width: 330px;
  border-radius: 3px;
  position: absolute;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
}

.map-section .find-event-form .from-title .title-text {
  font-weight: 400;
  font-size: 30px;
}

.map-section .find-event-form .from-title .title-text strong {
  font-weight: 900;
}

.map-section .find-event-form .from-title .sub-title {
  font-weight: 700;
  color: #bc002d;
}

.map-section .find-event-form .form-wrapper .form-item {
  margin-bottom: 10px;
}

.map-section .find-event-form .form-wrapper .form-item:last-child {
  margin-bottom: 0px;
}

.map-section .find-event-form .form-wrapper .form-item select {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  padding: 0px 20px;
  border-radius: 3px;
  color: #333333;
  -webkit-appearance: none;
  text-transform: capitalize;
  border: 1px solid #f0f0f0;
  background: #f7f7f7 url(../images/1.down-arrow.png) no-repeat right 20px center;
}

.map-section .find-event-form .form-wrapper .form-item select:focus {
  outline: none;
  border-color: #bc002d;
}

.map-section .find-event-form .form-wrapper .form-item .custom-btn {
  width: 100%;
  display: block;
  border-radius: 3px;
}

.map-section .find-event-form .form-wrapper .form-item .custom-btn:after,
.map-section .find-event-form .form-wrapper .form-item .custom-btn:before {
  border-radius: 3px;
}

.map-section #google-map {
  width: 100%;
  height: 400px;
}

.event-location-map #google-map {
  width: 100%;
  height: 900px;
}


/* map section - end
==================================================================================================== */


/* breadcrumb section - start
==================================================================================================== */

.breadcrumb-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section .overlay-black {
  padding: 80px 0px;
}

.breadcrumb-section .breadcrumb-title {
  padding: 0px 70px;
}

.breadcrumb-section .breadcrumb-title .sub-title {
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 8px;
  font-size: 18px;
  text-transform: uppercase;
}

.breadcrumb-section .breadcrumb-title .big-title {
  margin: 0px;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
}

.breadcrumb-section .breadcrumb-title .big-title strong {
  font-weight: 900;
  color: #bc002d;
}

.breadcrumb-section .breadcrumb-list ul {
  padding: 0px;
  margin: 0 auto;
  display: table;
}

.breadcrumb-section .breadcrumb-list ul .breadcrumb-item {
  float: left;
  list-style: none;
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
  color: #ffffff;
  display: inline-block;
  text-transform: capitalize;
}

.breadcrumb-section .breadcrumb-list ul .breadcrumb-item:before {
  top: 0;
  bottom: 0;
  right: -5px;
  margin: 0px;
  padding: 0px;
  content: '|';
  font-weight: 700;
  position: absolute;
  color: #ffffff;
}

.breadcrumb-section .breadcrumb-list ul .breadcrumb-item:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.breadcrumb-section .breadcrumb-list ul .breadcrumb-item:last-child:before {
  display: none;
}

.breadcrumb-section .breadcrumb-list ul .breadcrumb-item .breadcrumb-link {
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}

.breadcrumb-section .breadcrumb-list ul .breadcrumb-item .breadcrumb-link:hover {
  color: #bc002d;
}


/* breadcrumb section - end
==================================================================================================== */


/* sidebar section - start
==================================================================================================== */

.sidebar-section .section-title .big-title {
  font-size: 30px;
}

.sidebar-section .tickets-details-btn {
  padding: 4px 15px !important;
}

.sidebar-section .map-wrapper #google-map {
  width: 100%;
  height: 300px;
}

.sidebar-section .location-wrapper {
  border-radius: 3px;
  background-color: #f7f7f7;
}

.sidebar-section .location-wrapper .title-wrapper {
  padding: 30px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .location-wrapper .title-wrapper .up-arrow-icon {
  top: 50%;
  right: 30px;
  position: absolute;
  color: #878787;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-section .location-wrapper .title-wrapper .icon {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 18px;
  background-color: #bc002d;
}

.sidebar-section .location-wrapper .title-wrapper .title-content {
  display: table;
}

.sidebar-section .location-wrapper .title-wrapper .title-content small {
  font-weight: 600;
  font-size: 14px;
}

.sidebar-section .location-wrapper .title-wrapper .title-content h3 {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}

.sidebar-section .location-wrapper .location-info-list {
  padding: 30px;
}

.sidebar-section .location-wrapper .location-info-list .area-name {
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 3px;
  text-align: center;
  color: #bc002d;
  text-transform: capitalize;
  background-color: #ffffff;
}

.sidebar-section .location-wrapper .location-info-list ul {
  width: 100%;
  display: table;
  margin-top: 30px;
}

.sidebar-section .location-wrapper .location-info-list ul li {
  margin-bottom: 5px;
  color: #333333;
  font-size: 14px;
}

.sidebar-section .location-wrapper .location-info-list ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-section .location-wrapper .location-info-list ul li i {
  color: #bc002d;
}

.sidebar-section .location-wrapper .button {
  padding: 30px;
  padding-top: 0px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .location-wrapper .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar-section .location-wrapper .contact-links {
  padding: 30px;
}

.sidebar-section .location-wrapper .contact-links ul {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.sidebar-section .location-wrapper .contact-links ul li {
  margin-bottom: 5px;
}

.sidebar-section .location-wrapper .contact-links ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-section .location-wrapper .contact-links ul li a {
  font-weight: 700;
  color: #333333;
}

.sidebar-section .location-wrapper .contact-links ul li a .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  background-color: #bc002d;
}

.sidebar-section .faq-wrapper .faq-accordion .card {
  border: none;
  text-align: left;
  margin-bottom: 5px;
  border-radius: 3px;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn {
  margin: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  font-weight: 700;
  border-radius: 3px;
  padding: 15px 30px;
  position: relative;
  color: #333333;
  font-size: 18px;
  background-color: #f7f7f7;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:after {
  top: 50%;
  right: 30px;
  content: '\f0aa';
  font-weight: 900;
  position: absolute;
  color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:not(.collapsed) {
  color: #bc002d;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:not(.collapsed):after {
  content: '\f0ab';
  color: #bc002d;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:hover {
  color: #bc002d;
  text-decoration: none;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:hover:after {
  color: #bc002d;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-body {
  padding: 20px;
}

.sidebar-section .spacial-event-wrapper {
  overflow: hidden;
  border-radius: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sidebar-section .spacial-event-wrapper .overlay-black {
  padding: 80px 50px;
}


/* sidebar section - end
==================================================================================================== */


/* index - 1 main-carousel1 - start
==================================================================================================== */

.slide-section .main-carousel1 .item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slide-section .main-carousel1 .item .slider-item-content {
  z-index: 1;
  text-align: center;
  padding: 200px 200px;
  padding-bottom: 300px;
}

.slide-section .main-carousel1 .item .slider-item-content .medium-text {
  font-size: 60px;
  font-weight: 400;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}

.slide-section .main-carousel1 .item .slider-item-content .big-text {
  font-size: 72px;
  font-weight: 900;
  color: #ffffff;
}

.slide-section .main-carousel1 .item .slider-item-content .small-text {
  color: #ffffff;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.slide-section .main-carousel1 .item .slider-item-content .link-groups {
  margin-top: 50px;
  text-align: center;
}

.slide-section .main-carousel1 .item .slider-item-content .link-groups a {
  margin: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slide-section .main-carousel1 .item .slider-item-content .link-groups .start-btn {
  font-weight: 700;
  padding: 12px 30px;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 3px solid #bc002d;
}

.slide-section .main-carousel1 .item .slider-item-content .link-groups .start-btn:hover {
  color: #ffffff;
  background-color: #bc002d;
}

.slide-section .owl-theme .owl-dots {
  left: 50%;
  margin: 0px;
  bottom: 100px;
  display: table;
  padding: 0px 15px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #ffffff;
}

.slide-section .owl-theme .owl-dots .owl-dot {
  float: left;
  min-width: 50px;
  min-height: 50px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.slide-section .owl-theme .owl-dots .owl-dot:after {
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  content: '';
  height: 3px;
  bottom: -2px;
  position: absolute;
  -webkit-transform: scaleX(0.6);
  -ms-transform: scaleX(0.6);
  transform: scaleX(0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #bc002d;
}

.slide-section .owl-theme .owl-dots .owl-dot.active {
  font-size: 30px;
}

.slide-section .owl-theme .owl-dots .owl-dot.active:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.slide-section .owl-theme .owl-nav .owl-next,
.slide-section .owl-theme .owl-nav .owl-prev {
  top: 50%;
  opacity: .1;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
  color: transparent;
  position: absolute;
  border-radius: 100%;
  background: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide-section .owl-theme .owl-nav .owl-next span,
.slide-section .owl-theme .owl-nav .owl-prev span {
  margin: 0px;
  padding: 0px;
  color: transparent;
  background: transparent;
}

.slide-section .owl-theme .owl-nav .owl-next:before,
.slide-section .owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 900;
  line-height: 50px;
  position: absolute;
  color: #333333;
  font-size: 24px;
  background: #ffffff;
  font-family: 'Font Awesome 5 Free';
}

.slide-section .owl-theme .owl-nav .owl-next:hover,
.slide-section .owl-theme .owl-nav .owl-prev:hover {
  opacity: .8;
}

.slide-section .owl-theme .owl-nav .owl-prev {
  left: 7%;
}

.slide-section .owl-theme .owl-nav .owl-prev:before {
  content: '\f060';
}

.slide-section .owl-theme .owl-nav .owl-next {
  right: 7%;
}

.slide-section .owl-theme .owl-nav .owl-next:before {
  content: '\f061';
}


/* index - 1 main-carousel1 - end
==================================================================================================== */


/* index - 2 - start
==================================================================================================== */

.main-carousel2 .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-carousel2 .item .overlay-black {
  padding: 200px 0px;
}

.main-carousel2 .item .reg-form {
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.6);
}

.main-carousel2 .item .reg-form .from-title {
  margin-bottom: 30px;
}

.main-carousel2 .item .reg-form .from-title .title-text {
  margin: 0px;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
}

.main-carousel2 .item .reg-form .from-title .title-text strong {
  font-weight: 900;
}

.main-carousel2 .item .reg-form .from-title .sub-title {
  font-weight: 700;
  color: #bc002d;
  text-transform: capitalize;
}

.main-carousel2 .item .reg-form .form-wrapper .form-item {
  margin-bottom: 10px;
}

.main-carousel2 .item .reg-form .form-wrapper .form-item:last-child {
  margin-bottom: 0px;
}

.main-carousel2 .item .reg-form .form-wrapper .form-item input,
.main-carousel2 .item .reg-form .form-wrapper .form-item select {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 20px;
  border-radius: 2px;
  color: #ffffff;
  border: 1px solid #333333;
  background-color: #333333;
}

.main-carousel2 .item .reg-form .form-wrapper .form-item input:focus,
.main-carousel2 .item .reg-form .form-wrapper .form-item select:focus {
  outline: none;
  border-color: #bc002d;
}

.main-carousel2 .item .reg-form .form-wrapper .form-item select {
  -webkit-appearance: none;
  background: #333333 url(../images/down-arrow.png) no-repeat right 20px center;
}

.main-carousel2 .item .reg-form .submit-btn {
  font-weight: 700;
  color: #bc002d;
  font-size: 18px;
  text-transform: uppercase;
}

.main-carousel2 .item .reg-form .submit-btn:hover {
  text-decoration: underline;
}

.main-carousel2 .item .slider-content {
  padding: 0px 70px;
}

.main-carousel2 .item .slider-content .countdown-timer ul li {
  color: #ffffff;
  border-color: #ffffff;
}

.main-carousel2 .item .slider-content .date {
  width: 100%;
  display: table;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.main-carousel2 .item .slider-content .title-text {
  font-size: 66px;
  font-weight: 400;
  color: #ffffff;
}

.main-carousel2 .item .slider-content .bold-text {
  width: 100%;
  display: table;
  font-size: 66px;
  font-weight: 900;
  margin-bottom: 50px;
  color: #bc002d;
  ;
  font-family: "Roboto", sans-serif;
}

.main-carousel2 .item .slider-content .details-btn {
  font-weight: 700;
  padding: 12px 35px;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 3px solid #bc002d;
}

.main-carousel2 .item .slider-content .details-btn:hover {
  background-color: #bc002d;
}

.main-carousel2 .slick-prev,
.main-carousel2 .slick-next {
  z-index: 1;
  opacity: .3;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
}

.main-carousel2 .slick-prev:before,
.main-carousel2 .slick-next:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 900;
  line-height: 40px;
  position: absolute;
  color: #333333;
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
}

.main-carousel2 .slick-prev:hover,
.main-carousel2 .slick-next:hover {
  opacity: 1;
}

.main-carousel2 .slick-prev {
  top: 45%;
  left: 90%;
}

.main-carousel2 .slick-prev:before {
  content: '\f060';
}

.main-carousel2 .slick-next {
  top: 50%;
  right: 7%;
}

.main-carousel2 .slick-next:before {
  content: '\f061';
}


/* index - 2 - end
==================================================================================================== */


/* testimonial section - start
==================================================================================================== */

.testimonial5-section .item {
  padding: 0px 180px;
}

.testimonial5-section .item .quote-icon {
  display: table;
  margin: 0 auto 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial5-section .item .quote-icon i {
  font-size: 54px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.testimonial5-section .item .clients-comment {
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
  font-size: 18px;
}

.testimonial5-section .item .client-info .client-name {
  font-weight: 800;
  color: #ddd;
  font-size: 24px;
}

.testimonial5-section .owl-theme .owl-nav .owl-next,
.testimonial5-section .owl-theme .owl-nav .owl-prev {
  top: 50%;
  width: 40px;
  margin: 0px;
  opacity: .1;
  padding: 0px;
  height: 40px;
  font-size: 16px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  color: #ffffff;
  background: #333333;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial5-section .owl-theme .owl-nav .owl-next span,
.testimonial5-section .owl-theme .owl-nav .owl-prev span {
  color: transparent;
}

.testimonial5-section .owl-theme .owl-nav .owl-next:before,
.testimonial5-section .owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
}

.testimonial5-section .owl-theme .owl-nav .owl-next:hover,
.testimonial5-section .owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
}

.testimonial5-section .owl-theme .owl-nav .owl-prev {
  left: 0px;
}

.testimonial5-section .owl-theme .owl-nav .owl-prev:before {
  content: '\f053';
}

.testimonial5-section .owl-theme .owl-nav .owl-next {
  right: 0px;
}

.testimonial5-section .owl-theme .owl-nav .owl-next:before {
  content: '\f054';
}

.testimonial5-section .owl-theme .owl-dots {
  margin-top: 50px;
}

.testimonial5-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial5-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #bc002d;
}


/* testimonial section - end
==================================================================================================== */


/* sponsor section - start
==================================================================================================== */

.default-sponsor-section {
  padding: 80px 0px;
}

.default-sponsor-section ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.default-sponsor-section ul li {
  width: 25%;
  float: left;
  height: 160px;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #f7f7f7;
}

.default-sponsor-section ul li:last-child {
  border-right: none;
}

.default-sponsor-section ul li a {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 30px;
  text-align: center;
  line-height: 160px;
  position: relative;
  background-color: #ffffff;
}

.default-sponsor-section ul li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.default-sponsor-section ul li:hover a {
  z-index: 2;
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
}

.default-sponsor-section ul li:hover a:before {
  opacity: 1;
}

.absolute-sponsor-section {
  padding: 60px 0px;
  position: relative;
}

.absolute-sponsor-section ul {
  top: 0;
  left: 50%;
  margin: 0px;
  padding: 0px;
  width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 5px 50px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px 2px rgba(0, 0, 0, 0.2);
}

.absolute-sponsor-section ul li {
  width: 25%;
  height: 160px;
  display: inline-block;
  background-color: #ffffff;
  border-right: 1px solid #f0f0f0;
}

.absolute-sponsor-section ul li:last-child {
  border-right: none;
}

.absolute-sponsor-section ul li a {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 0px 50px;
  line-height: 160px;
  position: relative;
}

.absolute-sponsor-section ul li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  z-index: -1;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*.absolute-sponsor-section ul li a h1 {
          -webkit-filter: grayscale(1);
          filter: grayscale(1); }*/

.absolute-sponsor-section ul li:hover a:before {
  opacity: 1;
}

.absolute-sponsor-section ul li:hover a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


/* sponsor section - end
==================================================================================================== */


/* upcomming-event-section - start
==================================================================================================== */

.upcomming-event-section .upcomming-event-carousel .item .event-item {
  position: relative;
  margin-bottom: 120px;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .countdown-timer {
  opacity: 0;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .countdown-timer ul {
  display: table;
  margin: 0px auto 30px;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-image .post-date {
  top: 30px;
  left: 30px;
  z-index: 1;
  height: 70px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-image .post-date .date,
.upcomming-event-section .upcomming-event-carousel .item .event-item .event-image .post-date .month {
  display: block;
  color: #ffffff;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-image .post-date .date {
  font-weight: 900;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-image .post-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-content {
  opacity: 0;
  right: 30px;
  bottom: -80px;
  max-width: 300px;
  padding: 50px 30px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.1);
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-content .event-title {
  position: relative;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-content .event-title:before {
  top: 0px;
  width: 6px;
  bottom: 0px;
  left: -33px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #bc002d;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-content .event-title .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-content .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-post-meta ul li {
  margin-bottom: 5px;
  font-size: 14px;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-post-meta ul li:last-child {
  margin-bottom: 0px;
}

.upcomming-event-section .upcomming-event-carousel .item .event-item .event-post-meta ul li .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  color: #bc002d;
  font-size: 14px;
  background-color: #f7f7f7;
}

.upcomming-event-section .upcomming-event-carousel .owl-item.active.center .item .event-item .countdown-timer {
  opacity: 1;
}

.upcomming-event-section .upcomming-event-carousel .owl-item.active.center .item .event-item .event-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.upcomming-event-section .owl-theme .owl-nav [class*=owl-] {
  top: 50%;
  z-index: 1;
  margin: 0px;
  width: 46px;
  height: 46px;
  padding: 0px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
}

.upcomming-event-section .owl-theme .owl-nav [class*=owl-] span {
  display: none;
}

.upcomming-event-section .owl-theme .owl-nav [class*=owl-]:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-weight: 900;
  line-height: 46px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  font-size: 24px;
  color: #f0f0f0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.upcomming-event-section .owl-theme .owl-nav [class*=owl-]:hover:before {
  color: #bc002d;
}

.upcomming-event-section .owl-theme .owl-nav .owl-prev {
  left: -23px;
}

.upcomming-event-section .owl-theme .owl-nav .owl-prev:before {
  content: '\f060';
}

.upcomming-event-section .owl-theme .owl-nav .owl-next {
  right: -23px;
}

.upcomming-event-section .owl-theme .owl-nav .owl-next:before {
  content: '\f061';
}


/* upcomming-event-section - end
==================================================================================================== */


/* about-section - start
==================================================================================================== */

.about-section {
  background-color: #f7f7f7;
}

.about-section .section-title .big-title {
  margin-bottom: 30px;
}

.about-section .section-title .custom-btn {
  -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}

.about-section .about-item-wrapper {
  padding-left: 50px;
}

.about-section .about-item-wrapper ul {
  width: 100%;
  display: table;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

.about-section .about-item-wrapper ul li {
  height: 213px;
  width: 33.333%;
  background-color: #ffffff;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.about-section .about-item-wrapper ul li .about-item {
  width: 100%;
  height: 100%;
  display: block;
  padding: 35px 30px;
  text-align: center;
  position: relative;
}

.about-section .about-item-wrapper ul li .about-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  z-index: -1;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-section .about-item-wrapper ul li .about-item .icon {
  display: table;
  margin: 0 auto 30px;
}

.about-section .about-item-wrapper ul li .about-item .icon i {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.about-section .about-item-wrapper ul li .about-item .title {
  width: 100%;
  display: block;
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-section .about-item-wrapper ul li .about-item .sub-title {
  color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-section .about-item-wrapper ul li:hover .about-item {
  z-index: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.about-section .about-item-wrapper ul li:hover .about-item:before {
  opacity: 1;
}

.about-section .about-item-wrapper ul li:hover .about-item .icon i {
  background: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #ffffff !important;
}

.about-section .about-item-wrapper ul li:hover .about-item .title {
  color: #ffffff;
}

.about-section .about-item-wrapper ul li:hover .about-item .sub-title {
  color: #ffffff;
}


/* about-section - end
==================================================================================================== */


/* conference-section - start
==================================================================================================== */

.conference-section .overlay-black {
  background-color: rgba(51, 51, 51, 0.9);
}

.conference-section .section-title .sub-title {
  color: #ffffff;
}

.conference-section .section-title .big-title {
  color: #ffffff;
  font-size: 36px;
}

.conference-section .conference-location {
  padding-top: 42px;
}

.conference-section .conference-location ul {
  float: right;
  display: table;
}

.conference-section .conference-location ul li {
  margin-right: 30px;
}

.conference-section .conference-location ul li:last-child {
  margin-right: 0px;
}

.conference-section .conference-location ul li label {
  margin: 0px;
}

.conference-section .conference-location ul li .custom-select {
  width: auto;
  border: none;
  font-weight: 600;
  position: relative;
  color: #ffffff;
  display: inline-block;
}

.conference-section .conference-location ul li .custom-select option {
  color: #333333;
}

.conference-section .tab-wrapper {
  position: relative;
}

.conference-section .tab-wrapper .tab-menu .more-btn {
  padding: 0px 70px;
}

.conference-section .tab-wrapper .tab-menu .more-btn a {
  color: #ffffff;
}

.conference-section .tab-wrapper .tab-menu .more-btn a:hover {
  color: #bc002d;
}

.conference-section .tab-wrapper .tab-menu .tab-nav {
  height: 424px;
  padding: 0px 70px;
  overflow-y: scroll;
  position: relative;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item {
  width: 100%;
  display: block;
  list-style: none;
  margin-bottom: 2px;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item:last-child {
  margin-bottom: 0px;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: table;
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link:after {
  top: 50%;
  opacity: 0;
  z-index: 1;
  width: 0px;
  height: 0px;
  content: '';
  right: -30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 15px solid transparent;
  border-left: 15px solid rgba(0, 0, 0, 0.2);
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link .image {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 30px;
  background: transparent;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link .image img {
  width: 100%;
  height: 100%;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link .title {
  width: 100%;
  display: block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link .price {
  width: 100%;
  display: block;
  font-weight: 700;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item:last-child .nav-link {
  border-bottom: none;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link:hover:after {
  opacity: 1;
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link.active {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}

.conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link.active:after {
  opacity: 1;
}

.conference-section .tab-wrapper .tab-content {
  top: 0;
  right: 0;
  width: 50%;
  position: absolute;
  -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}

.conference-section .tab-wrapper .tab-content .tab-pane .image {
  height: 424px;
  overflow: hidden;
  position: relative;
}

.conference-section .tab-wrapper .tab-content .tab-pane .image img {
  width: 100%;
  height: 100%;
  display: block;
}

.conference-section .tab-wrapper .tab-content .tab-pane .image .custom-btn {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.conference-section .tab-wrapper .tab-content .badge-item {
  z-index: 1;
  top: -15px;
  left: 40px;
  width: 80px;
  margin: 0px;
  padding: 0px;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: absolute;
  border-radius: 0px;
  padding-bottom: 20px;
}

.conference-section .tab-wrapper .tab-content .badge-item:after,
.conference-section .tab-wrapper .tab-content .badge-item:before {
  z-index: -1;
  width: 30px;
  content: '';
  height: 60px;
  bottom: -8px;
  position: absolute;
}

.conference-section .tab-wrapper .tab-content .badge-item:after {
  right: -4px;
  background-color: #84b400;
  -webkit-transform: rotate(-63deg);
  -ms-transform: rotate(-63deg);
  transform: rotate(-63deg);
}

.conference-section .tab-wrapper .tab-content .badge-item:before {
  left: -4px;
  background-color: #84b400;
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}

.conference-section .tab-wrapper .tab-content .badge-item .content {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 15px 10px;
  color: #ffffff;
  background-color: #84b400;
}

.conference-section .tab-wrapper .tab-content .badge-item .content i,
.conference-section .tab-wrapper .tab-content .badge-item .content strong {
  width: 100%;
  display: block;
}

.conference-section .tab-wrapper .tab-content .badge-item .content i,
.conference-section .tab-wrapper .tab-content .badge-item .content strong {
  font-weight: 700;
  font-size: 24px;
}

.conference-section .tab-wrapper .tab-content .badge-item .content small {
  display: table;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
}

.tab-nav::-webkit-scrollbar {
  width: 6px;
  height: 60px;
}

.tab-nav::-webkit-scrollbar-track {
  width: 10px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}

.tab-nav::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: -webkit-radial-gradient(top, #ff3e00, #bc002d);
  background: radial-gradient(to bottom, #ff3e00, #bc002d);
}


/* conference-section - end
==================================================================================================== */


/* special-offer-section - start
==================================================================================================== */

.special-offer-section {
  padding: 60px 0px;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.special-offer-section .special-offer-content h2 {
  color: #ffffff;
  font-size: 36px;
}

.special-offer-section .special-offer-content h2 strong {
  font-size: 54px;
  font-weight: 900;
  color: #ddd;
}

.special-offer-section .special-offer-content h2 span {
  font-weight: 900;
}

.special-offer-section .event-makeing-btn {
  padding: 23px 0px;
  text-align: right;
}

.special-offer-section .event-makeing-btn a {
  font-weight: 600;
  padding: 15px 45px;
  text-align: center;
  border-radius: 30px;
  color: #c41d45;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}

.special-offer-section .event-makeing-btn a:hover {
  color: #ffffff;
  background-color: #c41d45;
}


/* special-offer-section - end
==================================================================================================== */


/* event-section - start
==================================================================================================== */

.event-section .section-title .big-title {
  font-size: 42px;
}

.event-section .event-tab-menu {
  padding-top: 45px;
}

.event-section .event-tab-menu .nav {
  float: right;
  display: table;
}

.event-section .event-tab-menu .nav li {
  float: left;
  margin-right: 30px;
  display: inline-block;
}

.event-section .event-tab-menu .nav li:last-child {
  margin-right: 0px;
}

.event-section .event-tab-menu .nav li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
  color: #878787;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}

.event-section .event-tab-menu .nav li a strong {
  font-weight: 900;
}

.event-section .event-tab-menu .nav li a strong i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-section .event-tab-menu .nav li a:before {
  left: 0;
  right: 0;
  opacity: 0;
  height: 3px;
  bottom: -2px;
  content: '';
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #bc002d;
}

.event-section .event-tab-menu .nav li a:hover {
  color: #333333;
}

.event-section .event-tab-menu .nav li a:hover strong i {
  color: #bc002d;
}

.event-section .event-tab-menu .nav li .active {
  color: #333333;
}

.event-section .event-tab-menu .nav li .active strong i {
  color: #bc002d;
}

.event-section .event-tab-menu .nav li .active:before {
  opacity: 1;
  bottom: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.event-section .tab-content .event-item {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
}

.event-section .tab-content .event-item .event-image {
  float: left;
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}

.event-section .tab-content .event-item .event-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.event-section .tab-content .event-item .event-image .post-date {
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 70px;
  height: 70px;
  padding: 10px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.event-section .tab-content .event-item .event-image .post-date .date {
  font-weight: 900;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.event-section .tab-content .event-item .event-image .post-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

.event-section .tab-content .event-item .event-content {
  display: table;
  padding: 10px 0px;
}

.event-section .tab-content .event-item .event-content .event-title {
  position: relative;
}

.event-section .tab-content .event-item .event-content .event-title:after {
  top: 0;
  width: 6px;
  left: -33px;
  bottom: 0px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #bc002d;
}

.event-section .tab-content .event-item .event-content .event-title .title {
  margin: 0px;
  font-weight: 900;
  color: #333333;
  font-size: 18px;
}

.event-section .tab-content .event-item .event-content .event-post-meta ul li {
  margin-bottom: 5px;
  font-size: 14px;
}

.event-section .tab-content .event-item .event-content .event-post-meta ul li .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  color: #bc002d;
  font-size: 14px;
  background-color: #f7f7f7;
}

.event-section .tab-content .event-item .event-content .tickets-details-btn {
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  padding: 15px 45px;
  position: relative;
  border-radius: 30px;
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  background: #f7f7f7;
}

.event-section .tab-content .event-item .event-content .tickets-details-btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-section .tab-content .event-item .event-content .tickets-details-btn:hover {
  color: #ffffff;
  background: #bc002d;
}

.event-section .tab-content .event-item .event-content .tickets-details-btn:hover:before {
  opacity: 1;
}

.event-section .tab-content .event-item:hover {
  border-color: #bc002d;
}

.event-section .tab-content .pagination ul {
  margin: 50px auto 0px;
}


/* event-section - end
==================================================================================================== */


/* event-gallery-section - start
==================================================================================================== */

.event-gallery-section {
  width: 100%;
  display: table;
}

.event-gallery-section .filters-button-group {
  text-align: center;
}

.event-gallery-section .filters-button-group .button {
  position: relative;
  margin-right: 30px;
  padding-bottom: 15px;
  color: #878787;
  font-size: 18px;
  text-transform: capitalize;
}

.event-gallery-section .filters-button-group .button i {
  color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-gallery-section .filters-button-group .button strong {
  font-weight: 700;
}

.event-gallery-section .filters-button-group .button:last-child {
  margin-right: 0px;
}

.event-gallery-section .filters-button-group .button:after {
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 3px;
  content: '';
  bottom: -3px;
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #bc002d;
}

.event-gallery-section .filters-button-group .button:hover {
  color: #333333;
}

.event-gallery-section .filters-button-group .button:hover i {
  color: #bc002d;
}

.event-gallery-section .filters-button-group .button.is-checked {
  color: #333333;
}

.event-gallery-section .filters-button-group .button.is-checked i {
  color: #bc002d;
}

.event-gallery-section .filters-button-group .button.is-checked:after {
  opacity: 1;
  bottom: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.event-gallery-section .grid {
  width: 100%;
  display: table;
}

.event-gallery-section .grid-item,
.event-gallery-section .grid-sizer {
  width: 25%;
  max-height: 395px;
  overflow: hidden;
}

.event-gallery-section .grid-item--width2 {
  width: 50%;
  max-height: 395px;
}

.event-gallery-section .grid-item--height2 {
  width: 25%;
  max-height: 790px;
}

.event-gallery-section .grid-item {
  float: left;
  display: inline-block;
}

.event-gallery-section .grid-item {
  position: relative;
}

.event-gallery-section .grid-item a {
  position: relative;
}

.event-gallery-section .grid-item a:before,
.event-gallery-section .grid-item a:after {
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-gallery-section .grid-item a:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 62, 0, 0.8)), to(rgba(255, 190, 48, 0.8)));
  background: -webkit-linear-gradient(top left, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
  background: -o-linear-gradient(top left, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
  background: linear-gradient(to bottom right, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
}

.event-gallery-section .grid-item a:after {
  top: 50%;
  left: 50%;
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.event-gallery-section .grid-item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-gallery-section .grid-item .item-content {
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px;
  position: absolute;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.event-gallery-section .grid-item .item-content h3 {
  font-weight: 900;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 18px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.event-gallery-section .grid-item .item-content span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.event-gallery-section .grid-item:hover a:after,
.event-gallery-section .grid-item:hover a:before {
  opacity: 1;
}

.event-gallery-section .grid-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.event-gallery-section .grid-item:hover .item-content {
  opacity: 0;
  bottom: -15px;
}

.event-gallery-section .grid-item.video-gallery a:after {
  content: '\f144';
}

.event-gallery-section .grid-item.photo-gallery a:after {
  content: '\f03e';
}

.event-gallery-section .pagination ul {
  display: table;
  margin: 0 auto;
}


/* event-gallery-section - end
==================================================================================================== */


/* event-expertise-section - start
==================================================================================================== */

.event-expertise-section .event-expertise-carousel .item {
  padding-left: 40px;
  padding-bottom: 30px;
  position: relative;
}

.event-expertise-section .event-expertise-carousel .item .expertise-title {
  left: -87px;
  bottom: 126px;
  color: #dbdbdb;
  font-weight: 700;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-expertise-section .event-expertise-carousel .item .expertise-item {
  position: relative;
}

.event-expertise-section .event-expertise-carousel .item .expertise-item .image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-expertise-section .event-expertise-carousel .item .expertise-item .content {
  z-index: 1;
  left: 30px;
  right: 30px;
  bottom: -30px;
  padding: 30px;
  text-align: center;
  position: absolute;
  background-color: #ffffff;
}

.event-expertise-section .event-expertise-carousel .item .expertise-item .content .title {
  font-weight: 900;
  font-size: 18px;
}

.event-expertise-section .event-expertise-carousel .item .expertise-item .content p {
  margin: 0;
  font-size: 14px;
}

.event-expertise-section .event-expertise-carousel .item:hover .expertise-title {
  color: #bc002d;
}

.event-expertise-section .event-expertise-carousel .item:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.event-expertise-section .event-expertise-carousel .item:hover .image .plus-effect {
  opacity: 1;
}

.event-expertise-section .owl-theme .owl-dots {
  margin-top: 80px !important;
}

.event-expertise-section .owl-theme .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0px 5px;
}

.event-expertise-section .owl-theme .owl-dots .owl-dot span {
  margin: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  display: block;
  border-radius: 100%;
  background-color: #dddddd;
  border: 3px solid #dddddd;
}

.event-expertise-section .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}

.event-expertise-section .owl-theme .owl-dots .owl-dot.active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.event-expertise-section .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}


/* event-expertise-section - end
==================================================================================================== */


/* speaker-section - start
==================================================================================================== */

.speaker-section .overlay-white {
  padding-top: 100px;
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), white);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), white);
  background: radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), white);
}

.speaker-section .speaker-carousel {
  position: relative;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-image {
  padding: 0px 70px;
  position: relative;
  margin-bottom: -8px;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-image img {
  width: 100%;
  height: 100%;
  display: block;
}


.speaker-section .speaker-carousel .slider-for .item .speaker-content {
  padding-top: 50px;
  padding-bottom: 100px;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info {
  padding-right: 100px;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info .speaker-title {
  color: #333333;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info .speaker-title .speaker-name {
  margin-right: 30px;
  padding-right: 30px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  border-right: 1px solid #878787;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info .speaker-social-network {
  width: 100%;
  display: table;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info .speaker-social-network ul {
  display: table;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info .speaker-social-network ul li {
  margin-right: 15px;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info .speaker-social-network ul li:last-child {
  margin-right: 0px;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info .speaker-social-network ul li a {
  color: #878787;
  font-size: 18px;
}

.speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info .speaker-social-network ul li a:hover {
  color: #bc002d;
}

.speaker-section .speaker-carousel .slider-nav {
  right: 0;
  width: 50%;
  margin: 0px;
  height: auto;
  bottom: 20px;
  position: absolute;
  padding-bottom: 30px;
}

.speaker-section .speaker-carousel .slider-nav .item {
  padding: 35px 8px 20px 8px;
}

.speaker-section .speaker-carousel .slider-nav .item .item-content {
  z-index: 1;
  opacity: .8;
  padding: 15px;
  cursor: pointer;
  padding-top: 45px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
}

.speaker-section .speaker-carousel .slider-nav .item .item-content:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.speaker-section .speaker-carousel .slider-nav .item .item-content .speaker-thumbnail {
  left: 50%;
  z-index: 1;
  top: -35px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 3px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f0f0f0;
}

.speaker-section .speaker-carousel .slider-nav .item .item-content .speaker-name {
  margin: 0px;
  font-weight: 900;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.speaker-section .speaker-carousel .slider-nav .item .item-content .sub-title {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.speaker-section .speaker-carousel .slider-nav .item .item-content:hover {
  opacity: 1;
}

.speaker-section .speaker-carousel .slider-nav .item .item-content:hover:before {
  opacity: 1;
}

.speaker-section .speaker-carousel .slider-nav .item .item-content:hover .speaker-name {
  color: #ffffff;
}

.speaker-section .speaker-carousel .slider-nav .item .item-content:hover .sub-title {
  color: #ffffff;
}

.speaker-section .speaker-carousel .slider-nav .slick-slide.slick-current.slick-active .item-content {
  opacity: 1;
}

.speaker-section .speaker-carousel .slider-nav .slick-slide.slick-current.slick-active .item-content:before {
  opacity: 1;
}

.speaker-section .speaker-carousel .slider-nav .slick-slide.slick-current.slick-active .item-content .speaker-name {
  color: #ffffff;
}

.speaker-section .speaker-carousel .slider-nav .slick-slide.slick-current.slick-active .item-content .sub-title {
  color: #ffffff;
}

.speaker-section .slick-dots {
  right: 0;
  width: auto;
  bottom: 10px;
  display: table;
  position: absolute;
}

.speaker-section .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.speaker-section .slick-dots li button {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 0px;
  display: block;
  border-radius: 100%;
  background-color: #dddddd;
  border: 3px solid transparent;
}

.speaker-section .slick-dots li button:before {
  content: "";
}

.speaker-section .slick-dots li:hover button {
  border: 3px solid #dddddd;
  background-color: #ffffff;
}

.speaker-section .slick-dots .slick-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.speaker-section .slick-dots .slick-active button {
  border: 3px solid #dddddd;
  background-color: #ffffff;
}


/* speaker-section - end
==================================================================================================== */


/* advertisement-section - start
==================================================================================================== */

.advertisement-section {
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.advertisement-section .advertisement-content {
  padding: 0px 100px;
  color: #ffffff;
}

.advertisement-section .advertisement-content .purchase-btn {
  font-weight: 600;
  padding: 15px 45px;
  border-radius: 30px;
  color: #bc002d;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}

.advertisement-section .advertisement-content .purchase-btn:hover {
  color: #ffffff;
  background-color: #bc002d;
}


/* advertisement-section - end
==================================================================================================== */


/* partners-clients-section - start
==================================================================================================== */

.partners-clients-section .section-title {
  padding: 0px 110px;
}

.partners-clients-section .section-title .big-title {
  margin-bottom: 30px;
}

.partners-clients-section .partners-wrapper {
  position: relative;
  padding-left: 42px;
}

.partners-clients-section .partners-wrapper .carousel-title {
  top: 140px;
  z-index: 1;
  left: -138px;
  color: #dddddd;
  position: absolute;
  font-size: 30px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.partners-clients-section .partners-wrapper .owl-theme .owl-dots {
  display: none;
}

.partners-clients-section .partners-wrapper .owl-theme .owl-nav {
  width: 42px;
  left: -41px;
  height: 82px;
  bottom: 1px;
  display: table;
  position: absolute;
}

.partners-clients-section .partners-wrapper .owl-theme .owl-nav .owl-next,
.partners-clients-section .partners-wrapper .owl-theme .owl-nav .owl-prev {
  left: 0;
  margin: 0px;
  width: 40px;
  height: 40px;
  padding: 0px;
  display: table;
  position: absolute;
  color: transparent;
  background: transparent;
}

.partners-clients-section .partners-wrapper .owl-theme .owl-nav .owl-next span,
.partners-clients-section .partners-wrapper .owl-theme .owl-nav .owl-prev span {
  margin: 0px;
  padding: 0px;
  color: transparent;
  background: transparent;
}

.partners-clients-section .partners-wrapper .owl-theme .owl-nav .owl-next:before,
.partners-clients-section .partners-wrapper .owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 900;
  line-height: 40px;
  position: absolute;
  color: #878787;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.partners-clients-section .partners-wrapper .owl-theme .owl-nav .owl-next:hover:before,
.partners-clients-section .partners-wrapper .owl-theme .owl-nav .owl-prev:hover:before {
  color: #bc002d;
}

.partners-clients-section .partners-wrapper .owl-theme .owl-prev {
  bottom: 0;
}

.partners-clients-section .partners-wrapper .owl-theme .owl-prev:before {
  content: '\f063';
}

.partners-clients-section .partners-wrapper .owl-theme .owl-next {
  top: 0;
}

.partners-clients-section .partners-wrapper .owl-theme .owl-next:before {
  content: '\f062';
}

.partners-clients-section .partners-wrapper .partners-carousel .item ul {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

.partners-clients-section .partners-wrapper .partners-carousel .item ul li {
  width: 50%;
  float: left;
  height: 150px;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.partners-clients-section .partners-wrapper .partners-carousel .item ul li a {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  padding: 45px 30px;
  line-height: 150px;
  position: relative;
  background-color: #ffffff;
}

.partners-clients-section .partners-wrapper .partners-carousel .item ul li a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.partners-clients-section .partners-wrapper .partners-carousel .item ul li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.partners-clients-section .partners-wrapper .partners-carousel .item ul li a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.partners-clients-section .partners-wrapper .partners-carousel .item ul li a:hover:before {
  opacity: 1;
}

.partners-clients-section .clients-testimonial {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.partners-clients-section .clients-testimonial .overlay-black {
  padding: 40px 30px;
}

.partners-clients-section .clients-testimonial .section-title {
  padding: 0px;
}

.partners-clients-section .clients-testimonial .section-title .sub-title {
  color: #bc002d;
}

.partners-clients-section .clients-testimonial .section-title .big-title {
  color: #ffffff;
}

.partners-clients-section .clients-testimonial .client-info {
  margin-bottom: 30px;
}

.partners-clients-section .clients-testimonial .client-info .client-name {
  font-weight: 900;
  color: #bc002d;
  font-size: 18px;
}

.partners-clients-section .clients-testimonial .client-info .client-sub-title {
  color: rgba(255, 255, 255, 0.5);
}

.partners-clients-section .clients-testimonial .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0.2);
}

.partners-clients-section .clients-testimonial .owl-theme .owl-dots .owl-dot:hover span,
.partners-clients-section .clients-testimonial .owl-theme .owl-dots .owl-dot.active span {
  background: white;
}


/* partners-clients-section - end
==================================================================================================== */


/* news-update-section - start
==================================================================================================== */

.news-update-section .faq-accordion {
  width: 100%;
  display: table;
}

.news-update-section .faq-accordion .card {
  width: 100%;
  border: none;
  display: table;
  position: relative;
  border-radius: 0px;
}

.news-update-section .faq-accordion .card .card-header {
  width: 100%;
  padding: 0px;
  border: none;
  display: table;
  background: none;
  margin-bottom: 0;
  border-radius: 0px;
}

.news-update-section .faq-accordion .card .card-header .btn {
  width: 100%;
  border: none;
  display: block;
  font-weight: 900;
  text-align: left;
  padding: 15px 30px;
  border-radius: 0px;
  position: relative;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #f0f0f0;
}

.news-update-section .faq-accordion .card .card-header .btn span {
  margin-right: 5px;
  color: #878787;
}

.news-update-section .faq-accordion .card .card-header .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-update-section .faq-accordion .card .card-header .btn:after {
  top: 50%;
  right: 30px;
  content: '\f0aa';
  font-weight: 900;
  position: absolute;
  color: #878787;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.news-update-section .faq-accordion .card .card-header .btn:not(.collapsed) {
  background-color: #f7f7f7;
  border-left: 3px solid #bc002d;
  border-bottom: 1px solid #ffffff;
}

.news-update-section .faq-accordion .card .card-header .btn:not(.collapsed):after {
  content: '\f0ab';
  color: #bc002d;
}

.news-update-section .faq-accordion .card .card-body {
  padding: 30px;
  color: #333333;
  background-color: #f7f7f7;
  border-left: 3px solid #bc002d;
}

.news-update-section .faq-accordion .card .card-body>h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #bc002d;
  font-size: 18px;
}

.news-update-section .latest-blog-wrapper .latest-blog {
  margin-bottom: 30px;
}

.news-update-section .latest-blog-wrapper .latest-blog:last-child {
  margin-bottom: 0px;
}

.news-update-section .latest-blog-wrapper .latest-blog .blog-image {
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.news-update-section .latest-blog-wrapper .latest-blog .blog-content {
  display: table;
  padding: 12px 30px;
}

.news-update-section .latest-blog-wrapper .latest-blog .blog-content .blog-title h3 {
  font-weight: 900;
  font-size: 18px;
}

.news-update-section .latest-blog-wrapper .latest-blog .blog-content .blog-title span {
  font-weight: 700;
  color: #bc002d;
}

.news-update-section .latest-blog-wrapper .latest-blog:hover .plus-effect {
  opacity: 1;
}


/* news-update-section - end
==================================================================================================== */

.homepage2 .event-gallery-section .section-title .big-title {
  font-size: 36px;
}

.homepage2 .event-gallery-section .filters-button-group {
  text-align: center;
  padding-top: 38px;
}

.homepage2 .testimonial5-section .overlay-black {
  background: rgba(51, 51, 51, 0.7);
}

.homepage2 .testimonial5-section .item .clients-comment {
  color: #ffffff;
}

.homepage2 .testimonial5-section .owl-theme .owl-nav .owl-next,
.homepage2 .testimonial5-section .owl-theme .owl-nav .owl-prev {
  opacity: .5;
}

.homepage2 .testimonial5-section .owl-theme .owl-nav .owl-next:hover,
.homepage2 .testimonial5-section .owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
}


/* home page 2 - start
==================================================================================================== */

.event-advertisement-section {
  padding: 30px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.event-advertisement-section .event-item:hover .plus-effect {
  opacity: 1;
}

.event-advertisement-section .event-item .event-image {
  float: left;
  width: 250px;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
}

.event-advertisement-section .event-item .event-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.event-advertisement-section .event-item .event-content {
  display: table;
  padding: 0px 30px;
}

.event-advertisement-section .event-item .event-content .event-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.event-advertisement-section .event-item .event-content .event-title .tag {
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
}

.event-advertisement-section .event-item .event-content .event-title .tag i {
  color: #bc002d;
}

.event-advertisement-section .event-item .event-content .event-title .title-text {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 24px;
}

.event-advertisement-section .event-item .event-content .event-title .ticket-price {
  font-weight: 700;
  color: #bc002d;
}

.event-advertisement-section .event-item .event-content .event-info ul {
  width: 100%;
  display: table;
}

.event-advertisement-section .event-item .event-content .event-info ul li {
  margin-bottom: 5px;
  color: #ffffff;
}

.event-advertisement-section .event-item .event-content .event-info ul li:last-child {
  margin-bottom: 0px;
}

.event-advertisement-section .event-item .event-content .event-info ul li .icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  color: #bc002d;
  background-color: #ffffff;
}

.event-advertisement-section .right-content-wrapper .countdown-timer ul {
  float: right;
}

.event-advertisement-section .right-content-wrapper .countdown-timer ul li {
  margin: 0px;
  border: 0px;
  padding: 15px 30px;
  border-radius: 0px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.event-advertisement-section .right-content-wrapper .countdown-timer ul li:last-child {
  padding-right: 0px;
  border-right: none;
}

.event-advertisement-section .right-content-wrapper .booking-btn {
  font-weight: 700;
  padding: 15px 45px;
  margin-right: 10px;
  border-radius: 30px;
  color: #bc002d;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
}

.event-advertisement-section .right-content-wrapper .booking-btn:hover {
  color: #ffffff;
  background-color: #bc002d;
}

.event-advertisement-section .right-content-wrapper .details-btn {
  font-weight: 700;
  padding: 12px 45px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border: 3px solid #ffffff;
}

.event-advertisement-section .right-content-wrapper .details-btn:hover {
  color: #333333;
  background-color: #ffffff;
}

.event-expertise-section2 .expertise-item {
  padding: 12px;
  border-radius: 3px;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-expertise-section2 .expertise-item .expertise-image {
  overflow: hidden;
  position: relative;
}

.event-expertise-section2 .expertise-item .expertise-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-expertise-section2 .expertise-item .expertise-content {
  margin-top: 12px;
  position: relative;
  padding-right: 30px;
}

.event-expertise-section2 .expertise-item .expertise-content .link-btn {
  top: 50%;
  right: 0px;
  position: absolute;
  color: #878787;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-expertise-section2 .expertise-item .expertise-content .title {
  font-weight: 900;
  margin-bottom: 5px;
  font-size: 18px;
}

.event-expertise-section2 .expertise-item .expertise-content p {
  margin: 0px;
  font-size: 14px;
}

.event-expertise-section2 .expertise-item:hover {
  border-color: #bc002d;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.1);
}

.event-expertise-section2 .expertise-item:hover .expertise-image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.event-expertise-section2 .expertise-item:hover .expertise-image .plus-effect {
  opacity: 1;
}

.event-expertise-section2 .expertise-item:hover .expertise-content .link-btn {
  color: #bc002d;
}

.event-section .tab-content .event-item2 {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
}

.event-section .tab-content .event-item2 .event-image {
  overflow: hidden;
  position: relative;
}

.event-section .tab-content .event-item2 .event-image .post-date {
  top: 15px;
  left: 15px;
  z-index: 1;
  width: 70px;
  height: 70px;
  padding: 10px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.event-section .tab-content .event-item2 .event-image .post-date .date {
  font-weight: 900;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.event-section .tab-content .event-item2 .event-image .post-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

.event-section .tab-content .event-item2 .event-content {
  padding: 30px;
}

.event-section .tab-content .event-item2 .event-content .event-title {
  position: relative;
}

.event-section .tab-content .event-item2 .event-content .event-title:after {
  top: 0;
  width: 6px;
  left: -30px;
  bottom: 0px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #bc002d;
}

.event-section .tab-content .event-item2 .event-content .event-title .title {
  margin: 0px;
  font-weight: 900;
  color: #333333;
  font-size: 24px;
}

.event-section .tab-content .event-item2 .event-content .event-post-meta ul li {
  margin-bottom: 5px;
  font-size: 14px;
}

.event-section .tab-content .event-item2 .event-content .event-post-meta ul li .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 14px;
  background-color: #bc002d;
}

.event-section .tab-content .event-item2 .event-content .tickets-details-btn {
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  padding: 15px 45px;
  position: relative;
  border-radius: 30px;
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  background: #f7f7f7;
}

.event-section .tab-content .event-item2 .event-content .tickets-details-btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-section .tab-content .event-item2 .event-content .tickets-details-btn:hover {
  color: #ffffff;
  background: #bc002d;
}

.event-section .tab-content .event-item2 .event-content .tickets-details-btn:hover:before {
  opacity: 1;
}

.event-section .tab-content .event-item2:hover {
  border-color: #bc002d;
}

.event-section .tab-content .pagination ul {
  margin: 50px auto 0px;
}


/* home page 2 - end
==================================================================================================== */

.homepage3 .main-carousel2 .item .slider-content {
  padding: 0px;
}

.homepage3 .main-carousel2 .item .slider-content .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.homepage3 .main-carousel2 .slick-next {
  top: 51%;
}

.homepage3 .testimonial5-section .overlay-black {
  background: rgba(51, 51, 51, 0.7);
}

.homepage3 .testimonial5-section .item {
  padding-top: 50px;
}

.homepage3 .testimonial5-section .item .quote-icon {
  z-index: 1;
  width: 80px;
  height: 60px;
  display: table;
  position: relative;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 50px;
  font-size: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
  border-left: 3px solid #f7f7f7;
  border-right: 3px solid #f7f7f7;
}

.homepage3 .testimonial5-section .item .quote-icon i {
  font-size: 48px;
  line-height: 66px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.homepage3 .testimonial5-section .item .quote-icon:before {
  top: -22px;
  left: -59px;
  width: 51px;
  content: '';
  z-index: -1;
  height: 51px;
  position: absolute;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
  border-top: 3px solid #f7f7f7;
  border-left: 3px solid #f7f7f7;
  -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
  -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
  transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}

.homepage3 .testimonial5-section .item .quote-icon:after {
  content: '';
  left: -59px;
  width: 51px;
  z-index: -1;
  height: 51px;
  bottom: -22px;
  position: absolute;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
  border-right: 3px solid #f7f7f7;
  border-bottom: 3px solid #f7f7f7;
  -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
  -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
  transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}

.homepage3 .testimonial5-section .item .clients-comment {
  color: #ffffff;
}

.homepage3 .testimonial5-section .owl-theme .owl-nav .owl-next,
.homepage3 .testimonial5-section .owl-theme .owl-nav .owl-prev {
  opacity: .5;
}

.homepage3 .testimonial5-section .owl-theme .owl-nav .owl-next:hover,
.homepage3 .testimonial5-section .owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
}

.homepage3 .event-expertise-section .link-btn {
  padding: 22px 0px;
}

.homepage3 .event-expertise-section .link-btn a {
  font-weight: 900;
  text-align: center;
  padding: 12px 30px;
  color: #333333;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 3px solid #bc002d;
}

.homepage3 .event-expertise-section .link-btn a:hover {
  color: #ffffff;
  background-color: #bc002d;
}

.homepage3 .default-sponsor-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.homepage3 .default-sponsor-section ul li {
  border-right: 2px solid transparent;
}


/* home page 3 - start
==================================================================================================== */

.absolute-eventmake-section {
  position: relative;
}

.absolute-eventmake-section .eventmaking-wrapper {
  top: -50px;
  left: 50%;
  z-index: 1;
  width: 1170px;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 5px 80px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 80px 5px rgba(0, 0, 0, 0.2);
}

.absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li {
  float: left;
  width: auto;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li:last-child {
  margin-right: 0px;
}

.absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  line-height: 50px;
  padding: 0px 30px;
  color: #878787;
  font-size: 18px;
  text-transform: capitalize;
  background-color: rgba(51, 51, 51, 0.5);
}

.absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li a i {
  color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li:hover a {
  color: #333333;
  background-color: #ffffff;
}

.absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li:hover a i {
  color: #bc002d;
}

.absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li .active {
  color: #333333;
  background-color: #ffffff;
}

.absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li .active i {
  color: #bc002d;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content {
  background-color: #ffffff;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane {
  padding: 30px;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul {
  margin: 0px;
  width: 100%;
  padding: 0px;
  display: table;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li {
  float: left;
  width: 19.611%;
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li:last-child {
  margin-right: 0px;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li input,
.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li select {
  width: 100%;
  height: 50px;
  display: block;
  font-weight: 700;
  padding: 0px 20px;
  border-radius: 3px;
  color: #333333;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li input:focus,
.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li select:focus {
  outline: none;
  border-color: #bc002d;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li select {
  -webkit-appearance: none;
  text-transform: uppercase;
  background: #f7f7f7 url(../images/1.down-arrow.png) no-repeat right 20px center;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li .custom-btn {
  width: 100%;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li .custom-btn:after,
.absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li .custom-btn:before {
  border-radius: 3px;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location {
  padding: 0px 30px 30px 30px;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location .title-text {
  float: left;
  margin-right: 15px;
  font-size: 14px;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location ul {
  margin: 0px;
  padding: 0px;
  display: table;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location ul li {
  float: left;
  list-style: none;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  color: #878787;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location ul li strong {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location ul li:after {
  top: 0;
  right: 0;
  bottom: 0;
  content: '|';
  position: absolute;
  color: #878787;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location ul li:last-child:after {
  display: none;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location ul li:hover {
  color: #333333;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location ul li:hover strong {
  color: #bc002d;
}

.about-section2 .section-pragraph {
  margin: 0px;
  line-height: 30px;
  color: #333333;
}

.about-section2 .services-list ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

.about-section2 .services-list ul li {
  float: left;
  width: 33.333%;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.about-section2 .services-list ul li a {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: table;
  padding: 50px 40px;
  position: relative;
  background-color: #ffffff;
}

.about-section2 .services-list ul li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-section2 .services-list ul li a .icon {
  z-index: 1;
  float: left;
  width: 80px;
  height: 60px;
  position: relative;
  border-radius: 5px;
  text-align: center;
  margin-right: 30px;
  font-size: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
  border-left: 3px solid #f7f7f7;
  border-right: 3px solid #f7f7f7;
}

.about-section2 .services-list ul li a .icon i {
  font-size: 48px;
  line-height: 66px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.about-section2 .services-list ul li a .icon:before {
  top: -22px;
  left: -59px;
  width: 51px;
  content: '';
  z-index: -1;
  height: 51px;
  position: absolute;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
  border-top: 3px solid #f7f7f7;
  border-left: 3px solid #f7f7f7;
  -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
  -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
  transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}

.about-section2 .services-list ul li a .icon:after {
  content: '';
  left: -59px;
  width: 51px;
  z-index: -1;
  height: 51px;
  bottom: -22px;
  position: absolute;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
  border-right: 3px solid #f7f7f7;
  border-bottom: 3px solid #f7f7f7;
  -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
  -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
  transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}

.about-section2 .services-list ul li a .title-text {
  display: table;
  margin-top: 10px;
  font-weight: 900;
  color: #333333;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-section2 .services-list ul li a .sub-title {
  font-weight: 700;
  color: #878787;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-section2 .services-list ul li a:hover:before {
  opacity: 1;
}

.about-section2 .services-list ul li a:hover .icon {
  background-color: #ffffff;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.about-section2 .services-list ul li a:hover .icon:before {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.about-section2 .services-list ul li a:hover .icon:after {
  background-color: #ffffff;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.about-section2 .services-list ul li a:hover .title-text {
  color: #ffffff;
}

.about-section2 .services-list ul li a:hover .sub-title {
  color: #ffffff;
}

.upcomming-event-section2 .comming-event-item {
  position: relative;
}

.upcomming-event-section2 .comming-event-item .event-content {
  padding-right: 70px;
}

.upcomming-event-section2 .comming-event-item .event-content .event-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.upcomming-event-section2 .comming-event-item .event-content .event-title .tag {
  font-weight: 900;
  margin-bottom: 15px;
  color: #333333;
  font-size: 16px;
}

.upcomming-event-section2 .comming-event-item .event-content .event-title .tag i {
  color: #bc002d;
}

.upcomming-event-section2 .comming-event-item .event-content .event-title .title-text {
  font-weight: 400;
  font-size: 30px;
}

.upcomming-event-section2 .comming-event-item .event-content .event-title .title-text strong {
  font-weight: 900;
}

.upcomming-event-section2 .comming-event-item .event-content .event-title .sub-title {
  font-weight: 700;
  color: #bc002d;
}

.upcomming-event-section2 .comming-event-item .event-content .event-info-list ul li {
  margin-bottom: 5px;
}

.upcomming-event-section2 .comming-event-item .event-content .event-info-list ul li:last-child {
  margin-bottom: 0px;
}

.upcomming-event-section2 .comming-event-item .event-content .event-info-list ul li .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 100%;
  font-size: 16px;
  background-color: #bc002d;
}

.upcomming-event-section2 .comming-event-item .event-content .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 15px;
}

.upcomming-event-section2 .comming-event-item .event-content .details-btn {
  font-weight: 700;
  padding: 12px 45px;
  text-align: center;
  color: #333333;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 3px solid #bc002d;
}

.upcomming-event-section2 .comming-event-item .event-content .details-btn:hover {
  color: #ffffff;
  background-color: #bc002d;
}

.upcomming-event-section2 .comming-event-item .event-image {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  float: left;
  padding: 22px 0px;
  position: absolute;
  padding-left: 110px;
}

.upcomming-event-section2 .comming-event-item .event-image .big-image {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0 0 70px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 70px 3px rgba(0, 0, 0, 0.2);
}

.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item {
  top: 0px;
  z-index: 1;
  right: 40px;
  width: 80px;
  margin: 0px;
  padding: 0px;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: absolute;
  border-radius: 0px;
  padding-bottom: 20px;
}

.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item:after,
.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item:before {
  z-index: -1;
  width: 30px;
  content: '';
  height: 60px;
  bottom: -8px;
  position: absolute;
}

.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item:after {
  right: -4px;
  background-color: #84b400;
  -webkit-transform: rotate(-63deg);
  -ms-transform: rotate(-63deg);
  transform: rotate(-63deg);
}

.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item:before {
  left: -4px;
  background-color: #84b400;
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}

.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item .content {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 15px 10px;
  color: #ffffff;
  background-color: #84b400;
}

.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item .content i,
.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item .content strong {
  width: 100%;
  display: block;
}

.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item .content i,
.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item .content strong {
  font-weight: 700;
  font-size: 24px;
}

.upcomming-event-section2 .comming-event-item .event-image .big-image .badge-item .content small {
  display: table;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
}

.upcomming-event-section2 .comming-event-item .event-image .big-image .brand-logo {
  right: 30px;
  bottom: 30px;
  max-width: 160px;
  position: absolute;
}

.upcomming-event-section2 .comming-event-item .event-image .small-image {
  top: 50%;
  left: 0px;
  z-index: 1;
  width: 220px;
  height: 250px;
  overflow: hidden;
  position: absolute;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 70px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 70px 3px rgba(0, 0, 0, 0.2);
}


/* home page 3 - end
==================================================================================================== */

.homepage4 .main-carousel2 .item .slider-content {
  padding: 0px;
}

.homepage4 .main-carousel2 .item .slider-content .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.homepage4 .main-carousel2 .slick-next {
  top: 51%;
}

.homepage4 .event-gallery-section .section-title .big-title {
  font-size: 36px;
}

.homepage4 .event-gallery-section .filters-button-group {
  text-align: center;
  padding-top: 38px;
}

.homepage4 .absolute-sponsor-section ul {
  top: 40px;
}

.homepage4 .event-expertise-section {
  padding-top: 200px;
}

.homepage4 .news-update-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.homepage4 .news-update-section .section-title .sub-title,
.homepage4 .news-update-section .section-title .big-title {
  color: #ffffff;
}

.homepage4 .news-update-section .faq-accordion .card {
  margin-bottom: 10px;
  background: transparent;
}

.homepage4 .news-update-section .faq-accordion .card:last-child {
  margin-bottom: 0px;
}

.homepage4 .news-update-section .faq-accordion .card .card-header .btn {
  border-radius: 30px;
  color: #ffffff;
  background-color: #000000;
  border-left: none !important;
  border-bottom: none !important;
}

.homepage4 .news-update-section .faq-accordion .card .card-header .btn:not(.collapsed) {
  background-color: #333333;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}

.homepage4 .news-update-section .faq-accordion .card .card-body {
  color: #878787;
  border-left: none !important;
  background-color: transparent;
}

.homepage4 .news-update-section .latest-blog-wrapper .latest-blog .blog-content .blog-title h3 {
  font-weight: 900;
  color: #ffffff;
  font-size: 18px;
}

.homepage4 .contact-section .contact-form .form-item input {
  background-color: #ffffff;
}

.homepage4 .contact-section .contact-form textarea {
  background-color: #ffffff;
}


/* home page 4 - start
==================================================================================================== */

.slide-section {
  position: relative;
}

.slide-section .booking-form-section {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}

.slide-section .booking-form-section .section-title .big-title {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
}

.slide-section .booking-form-section .section-title .ticket-price {
  font-weight: 700;
  color: #bc002d;
  text-transform: capitalize;
}

.slide-section .booking-form-section .booking-form ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.slide-section .booking-form-section .booking-form ul li {
  float: left;
  width: 24.5%;
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.slide-section .booking-form-section .booking-form ul li:last-child {
  margin-right: 0px;
}

.slide-section .booking-form-section .booking-form ul li input,
.slide-section .booking-form-section .booking-form ul li select {
  width: 100%;
  height: 50px;
  padding: 0px 30px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #000000;
  border: 2px solid #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slide-section .booking-form-section .booking-form ul li input:focus,
.slide-section .booking-form-section .booking-form ul li select:focus {
  outline: none;
  border-color: #bc002d;
}

.slide-section .booking-form-section .booking-form ul li select {
  color: #bc002d;
  -webkit-appearance: none;
  background: #000000 url(../images/2.down-arrow.png) no-repeat right 30px center;
}

.slide-section .booking-form-section .booking-form ul li .custom-btn {
  width: 100%;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.our-management-section .section-title .big-title {
  margin-bottom: 30px;
}

.our-management-section .management-service-carousel .item a {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  padding: 50px 40px;
  position: relative;
  background-color: #ffffff;
}

.our-management-section .management-service-carousel .item a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-management-section .management-service-carousel .item a .icon {
  z-index: 1;
  display: table;
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
  font-size: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-management-section .management-service-carousel .item a .icon i {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.our-management-section .management-service-carousel .item a .title-text {
  width: 100%;
  display: table;
  margin-top: 10px;
  font-weight: 900;
  color: #333333;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-management-section .management-service-carousel .item a .sub-title {
  width: 100%;
  font-weight: 700;
  color: #878787;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-management-section .management-service-carousel .item a:hover:before {
  opacity: 1;
}

.our-management-section .management-service-carousel .item a:hover .icon i {
  background: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #ffffff !important;
}

.our-management-section .management-service-carousel .item a:hover .title-text {
  color: #ffffff;
}

.our-management-section .management-service-carousel .item a:hover .sub-title {
  color: #ffffff;
}

.our-management-section .owl-theme .owl-dots {
  height: 16px;
  padding: 3px;
  width: 360px;
  margin: 0px auto;
  border-radius: 30px;
  margin-top: 80px !important;
  background-color: #f0f0f0;
}

.our-management-section .owl-theme .owl-dots button {
  float: left;
  width: 116px;
  height: 10px;
  margin-right: 2px;
  border-radius: 30px;
  display: inline-block;
}

.our-management-section .owl-theme .owl-dots button:last-child {
  margin-right: 0px;
}

.our-management-section .owl-theme .owl-dots button span {
  width: 100%;
  margin: 0px;
  height: 100%;
  padding: 0px;
  display: block;
  background: green;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-management-section .owl-theme .owl-dots button:hover span {
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.our-management-section .owl-theme .owl-dots .active span {
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.upcomming-event-section3 .section-title {
  padding: 0px 120px;
}

.upcomming-event-section3 .section-title .big-title {
  margin-bottom: 30px;
}

.upcomming-event-section3 .comming-event-item .event-image {
  position: relative;
  padding-right: 70px;
  padding-bottom: 70px;
}

.upcomming-event-section3 .comming-event-item .event-image .big-image {
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 50px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 50px 2px rgba(0, 0, 0, 0.2);
}

.upcomming-event-section3 .comming-event-item .event-image .small-image {
  right: 0px;
  bottom: 0px;
  width: 250px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 50px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 50px 2px rgba(0, 0, 0, 0.2);
}

.upcomming-event-section3 .comming-event-item .event-content {
  padding-right: 70px;
}

.upcomming-event-section3 .comming-event-item .event-content .event-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.upcomming-event-section3 .comming-event-item .event-content .event-title .tag {
  font-weight: 900;
  color: #333333;
  font-size: 16px;
}

.upcomming-event-section3 .comming-event-item .event-content .event-title .tag i {
  color: #bc002d;
}

.upcomming-event-section3 .comming-event-item .event-content .event-title .title-text {
  font-weight: 400;
  font-size: 30px;
}

.upcomming-event-section3 .comming-event-item .event-content .event-title .title-text strong {
  font-weight: 900;
}

.upcomming-event-section3 .comming-event-item .event-content .event-title .sub-title {
  font-weight: 700;
  color: #bc002d;
}

.upcomming-event-section3 .comming-event-item .event-content .event-info-list ul li {
  margin-bottom: 5px;
}

.upcomming-event-section3 .comming-event-item .event-content .event-info-list ul li:last-child {
  margin-bottom: 0px;
}

.upcomming-event-section3 .comming-event-item .event-content .event-info-list ul li .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 100%;
  font-size: 16px;
  background-color: #bc002d;
}

.upcomming-event-section3 .comming-event-item .event-content .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 15px;
}

.upcomming-event-section3 .comming-event-item .event-content .details-btn {
  font-weight: 700;
  padding: 12px 45px;
  text-align: center;
  color: #333333;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 3px solid #bc002d;
}

.upcomming-event-section3 .comming-event-item .event-content .details-btn:hover {
  color: #ffffff;
  background-color: #bc002d;
}

.awesome-event-section .awesome-event-menu ul {
  padding: 0px;
  display: table;
  margin: 0px auto 50px;
}

.awesome-event-section .awesome-event-menu ul li {
  float: left;
  width: auto;
  height: 50px;
  margin-right: 15px;
  text-align: center;
}

.awesome-event-section .awesome-event-menu ul li:last-child {
  margin-right: 0px;
}

.awesome-event-section .awesome-event-menu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 400;
  line-height: 50px;
  padding: 0px 35px;
  text-align: center;
  border-radius: 30px;
  color: #878787;
  font-size: 16px;
  text-transform: capitalize;
  background-color: #f0f0f0;
}

.awesome-event-section .awesome-event-menu ul li a strong {
  font-weight: 700;
}

.awesome-event-section .awesome-event-menu ul li a i {
  color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.awesome-event-section .awesome-event-menu ul li:hover a {
  color: #333333;
}

.awesome-event-section .awesome-event-menu ul li:hover a i {
  color: #bc002d;
}

.awesome-event-section .awesome-event-menu ul li .active {
  color: #333333;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
}

.awesome-event-section .awesome-event-menu ul li .active i {
  color: #bc002d;
}

.awesome-event-section .tab-content .image-wrapper .post-date {
  top: 30px;
  left: 30px;
  z-index: 1;
  height: 70px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.awesome-event-section .tab-content .image-wrapper .post-date .date,
.awesome-event-section .tab-content .image-wrapper .post-date .month {
  display: block;
  color: #ffffff;
}

.awesome-event-section .tab-content .image-wrapper .post-date .date {
  font-weight: 900;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.awesome-event-section .tab-content .image-wrapper .post-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

.awesome-event-section .tab-content .image-wrapper .tag {
  top: 55px;
  right: 30px;
  font-weight: 700;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
}

.awesome-event-section .tab-content .image-wrapper .tag i {
  color: #bc002d;
}

.awesome-event-section .tab-content .featured-event {
  position: relative;
  padding-bottom: 90px;
}

.awesome-event-section .tab-content .featured-event .event-content {
  bottom: 0px;
  right: 30px;
  padding: 30px;
  max-width: 300px;
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 80px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 80px 1px rgba(0, 0, 0, 0.1);
}

.awesome-event-section .tab-content .featured-event .event-content .event-title {
  position: relative;
}

.awesome-event-section .tab-content .featured-event .event-content .event-title:before {
  top: 0px;
  width: 6px;
  bottom: 0px;
  left: -33px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #bc002d;
}

.awesome-event-section .tab-content .featured-event .event-content .event-title .title-text {
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 18px;
}

.awesome-event-section .tab-content .featured-event .event-content .event-title .ticket-price {
  font-weight: 700;
  color: #bc002d;
  text-transform: capitalize;
}

.awesome-event-section .tab-content .featured-event .event-content .event-post-meta ul li {
  margin-bottom: 5px;
  font-size: 14px;
}

.awesome-event-section .tab-content .featured-event .event-content .event-post-meta ul li:last-child {
  margin-bottom: 0px;
}

.awesome-event-section .tab-content .featured-event .event-content .event-post-meta ul li .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 14px;
  background-color: #bc002d;
}

.awesome-event-section .tab-content .featured-event .event-content .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.awesome-event-section .tab-content .awesome-event-item .event-content {
  padding: 30px;
  background-color: #ffffff;
}

.awesome-event-section .tab-content .awesome-event-item .event-content .event-title .title-text {
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 18px;
}

.awesome-event-section .tab-content .awesome-event-item .event-content .event-title .ticket-price {
  font-weight: 700;
  color: #bc002d;
  text-transform: capitalize;
}

.awesome-event-section .tab-content .awesome-event-item .event-content .tickets-details-btn {
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  border-radius: 30px;
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  background: #f7f7f7;
}

.awesome-event-section .tab-content .awesome-event-item .event-content .tickets-details-btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.awesome-event-section .tab-content .awesome-event-item .event-content .tickets-details-btn:hover {
  color: #ffffff;
  background: #bc002d;
}

.awesome-event-section .tab-content .awesome-event-item .event-content .tickets-details-btn:hover:before {
  opacity: 1;
}

.awesome-event-section .tab-content .pagination ul {
  display: table;
  text-align: center;
  margin: 80px auto 0px;
}


/* home page 4 - end
==================================================================================================== */


/* about page - start
==================================================================================================== */

.our-management-section .management-item .item-title {
  margin-bottom: 30px;
}

.our-management-section .management-item .item-title .title-text {
  margin: 0px;
  display: table;
  font-weight: 900;
  position: relative;
  padding-right: 60px;
  font-size: 24px;
}

.our-management-section .management-item .item-title .title-text:after {
  right: 0;
  bottom: 6px;
  height: 5px;
  width: 50px;
  content: '';
  position: absolute;
  background-color: #bc002d;
}

.award-section .company-age {
  height: 620px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.award-section .company-age .banner-img {
  top: 50%;
  left: 50%;
  width: 390px;
  height: 430px;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.award-section .awaed-item-area {
  position: relative;
}

.award-section .awaed-item-area:before {
  top: 0;
  bottom: 0;
  left: 13px;
  width: 2px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #878787;
}

.award-section .awaed-item-area .arrow-up,
.award-section .awaed-item-area .arrow-down {
  left: 0px;
  z-index: 2;
  position: absolute;
  color: #878787;
  font-size: 30px;
}

.award-section .awaed-item-area .arrow-up {
  top: -22px;
}

.award-section .awaed-item-area .arrow-down {
  bottom: -22px;
}

.award-section .awaed-item-area .awaed-wrapper {
  max-height: 425px;
  overflow-y: scroll;
  position: relative;
}

.award-section .awaed-item-area .awaed-wrapper .awaed-item {
  padding: 30px 0px;
  position: relative;
  padding-left: 120px;
}

.award-section .awaed-item-area .awaed-wrapper .awaed-item .awaed-content .awaed-title {
  font-weight: 700;
  position: relative;
  font-size: 24px;
}

.award-section .awaed-item-area .awaed-wrapper .awaed-item .awaed-content .awaed-title .awaed-date {
  top: 5px;
  left: -105px;
  padding-left: 10px;
  position: absolute;
  padding-bottom: 10px;
  color: #bc002d;
  font-size: 16px;
  text-transform: uppercase;
}

.award-section .awaed-item-area .awaed-wrapper .awaed-item .awaed-content .awaed-title .awaed-date:before {
  left: -6px;
  z-index: 1;
  content: '';
  width: 10px;
  bottom: -4px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background-color: #bc002d;
}

.award-section .awaed-item-area .awaed-wrapper .awaed-item .awaed-content .awaed-title .awaed-date:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #878787;
}

.award-section .awaed-item-area .awaed-wrapper .awaed-item .awaed-content p {
  font-size: 14px;
}

.awaed-wrapper::-webkit-scrollbar {
  display: none;
}

.service-section .team-btn {
  padding-top: 45px;
}

.service-section .service-wrapper>ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

.service-section .service-wrapper>ul>li {
  width: 25%;
  float: left;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.service-section .service-wrapper>ul>li a {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-align: center;
  padding: 60px 30px;
  color: #333333;
  background-color: #ffffff;
}

.service-section .service-wrapper>ul>li a .icon {
  display: table;
  margin: 0 auto 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-section .service-wrapper>ul>li a .icon i {
  font-size: 54px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.service-section .service-wrapper>ul>li a .service-title {
  width: 100%;
  display: block;
  font-weight: 900;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.service-section .service-wrapper>ul>li a .service-sub-title {
  width: 100%;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}

.service-section .service-wrapper>ul>li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-section .service-wrapper>ul>li a:hover {
  z-index: 2;
  color: #ffffff;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.service-section .service-wrapper>ul>li a:hover .icon i {
  background: transparent !important;
  -webkit-text-fill-color: #ffffff !important;
}

.service-section .service-wrapper>ul>li a:hover:before {
  opacity: 1;
}


/* about page - end
==================================================================================================== */


/* event page - start
==================================================================================================== */

.event-search-section {
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.event-search-section .section-title .sub-title {
  color: #ffffff;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.event-search-section .section-title .big-title {
  color: #ffffff;
}

.event-search-section .search-form ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.event-search-section .search-form ul li {
  float: left;
  width: 32.877%;
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.event-search-section .search-form ul li:last-child {
  margin-right: 0px;
}

.event-search-section .search-form ul li .title {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.event-search-section .search-form ul li input {
  border-radius: 3px;
}

.event-search-section .search-form ul li #event-category-select {
  width: 100%;
  height: 50px;
  border: none;
  font-weight: 600;
  padding: 0px 20px;
  border-radius: 3px;
  -webkit-appearance: none;
  background: #ffffff url(../images/1.down-arrow.png) no-repeat right 20px center;
}

.event-search-section .search-form ul li .submit-btn {
  width: 100%;
  height: 50px;
  margin-top: 37px;
  font-weight: 700;
  padding: 0px 20px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #333333;
}

.event-section .search-result-form {
  position: relative;
  margin-bottom: 30px;
  padding-right: 100px;
}

.event-section .search-result-form ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.event-section .search-result-form ul li {
  float: left;
  min-width: 100px;
  list-style: none;
  margin-right: 30px;
  display: inline-block;
}

.event-section .search-result-form ul li:last-child {
  margin-right: 0px;
}

.event-section .search-result-form ul li .result-text {
  font-weight: 600;
  color: #878787;
  font-size: 16px;
}

.event-section .search-result-form ul li #year-select,
.event-section .search-result-form ul li #munth-select {
  margin: 0px;
  border: none;
  padding: 0px;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  -webkit-appearance: none;
  background: transparent url(../images/2.down-arrow.png) no-repeat right 0px center;
}

.event-section .search-result-form ul li label {
  float: left;
  margin: 0px;
  margin-right: 5px;
}

.event-section .search-result-form .event-layout-btngroup {
  right: 0;
  bottom: 0;
  width: auto;
  display: table;
  position: absolute;
}

.event-section .search-result-form .event-layout-btngroup li {
  width: auto;
  min-width: auto;
  line-height: 0px;
  margin-right: 10px;
}

.event-section .search-result-form .event-layout-btngroup li:last-child {
  margin-right: 0px;
}

.event-section .search-result-form .event-layout-btngroup li a {
  line-height: 0px;
  color: #878787;
  font-size: 24px;
}

.event-section .search-result-form .event-layout-btngroup li>.active {
  color: #333333;
}

.event-section .event-list-item {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
}

.event-section .event-list-item .event-image {
  float: left;
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}

.event-section .event-list-item .event-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.event-section .event-list-item .event-image .post-date {
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 70px;
  height: 70px;
  padding: 10px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.event-section .event-list-item .event-image .post-date .date {
  font-weight: 900;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.event-section .event-list-item .event-image .post-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

.event-section .event-list-item .event-content {
  display: table;
  padding: 10px 0px;
}

.event-section .event-list-item .event-content .event-title {
  position: relative;
}

.event-section .event-list-item .event-content .event-title:after {
  top: 0;
  width: 6px;
  left: -33px;
  bottom: 0px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #bc002d;
}

.event-section .event-list-item .event-content .event-title .title {
  margin: 0px;
  font-weight: 400;
  color: #333333;
  font-size: 24px;
}

.event-section .event-list-item .event-content .event-title .title strong {
  font-weight: 900;
}

.event-section .event-list-item .event-content .event-info-list ul li {
  margin-right: 10px;
}

.event-section .event-list-item .event-content .event-info-list ul li:last-child {
  margin-right: 0px;
}

.event-section .event-list-item .event-content .event-info-list ul li .icon {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 100%;
  background-color: #bc002d;
}

.event-section .event-list-item .event-content .event-info-list ul li .info-content {
  display: table;
}

.event-section .event-list-item .event-content .event-info-list ul li .info-content small {
  font-weight: 700;
  font-size: 14px;
}

.event-section .event-list-item .event-content .event-info-list ul li .info-content h3 {
  font-weight: 900;
  font-size: 18px;
}

.event-section .event-list-item .event-content .tickets-details-btn {
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  padding: 15px 45px;
  position: relative;
  border-radius: 30px;
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  background: #f7f7f7;
}

.event-section .event-list-item .event-content .tickets-details-btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-section .event-list-item .event-content .tickets-details-btn:hover {
  color: #ffffff;
  background: #bc002d;
}

.event-section .event-list-item .event-content .tickets-details-btn:hover:before {
  opacity: 1;
}

.event-section .event-list-item:hover {
  border-color: #bc002d;
}

.event-section .event-grid-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
}

.event-section .event-grid-item .event-image {
  width: 100%;
  height: 235px;
  overflow: hidden;
  position: relative;
}

.event-section .event-grid-item .event-image .post-date {
  top: 15px;
  left: 15px;
  z-index: 1;
  width: 70px;
  height: 70px;
  padding: 10px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.event-section .event-grid-item .event-image .post-date .date {
  font-weight: 900;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.event-section .event-grid-item .event-image .post-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

.event-section .event-grid-item .event-content {
  padding: 30px;
  background-color: #ffffff;
}

.event-section .event-grid-item .event-content .event-title {
  position: relative;
}

.event-section .event-grid-item .event-content .event-title:after {
  top: 0;
  width: 6px;
  left: -30px;
  bottom: 0px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #bc002d;
}

.event-section .event-grid-item .event-content .event-title .title {
  font-weight: 700;
  font-size: 24px;
}

.event-section .event-grid-item .event-content .event-title .ticket-price {
  font-weight: 700;
}

.event-section .event-grid-item .event-content .event-post-meta ul li {
  margin-bottom: 5px;
  font-size: 14px;
}

.event-section .event-grid-item .event-content .event-post-meta ul li .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 14px;
  background-color: #bc002d;
}

.event-section .event-grid-item .tickets-details-btn {
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  padding: 15px 45px;
  position: relative;
  border-radius: 30px;
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  background: #f7f7f7;
}

.event-section .event-grid-item .tickets-details-btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-section .event-grid-item .tickets-details-btn:hover {
  color: #ffffff;
  background: #bc002d;
}

.event-section .event-grid-item .tickets-details-btn:hover:before {
  opacity: 1;
}

.event-section .event-grid-item:hover {
  border: 1px solid #bc002d;
}

.event-section .sidebar-section .spacial-event-wrapper .overlay-black {
  padding: 50px 25px;
}

.event-section .sidebar-section .spacial-event-wrapper .title-large {
  font-size: 24px;
}


/* event page - end
==================================================================================================== */


/* event details page - start
==================================================================================================== */

.event-details-section .section-title .big-title {
  font-size: 36px;
}

.event-details-section .event-details .event-title .tag-item {
  font-weight: 700;
  margin-bottom: 5px;
  color: #333333;
}

.event-details-section .event-details .event-title .tag-item i {
  margin-right: 5px;
  margin-bottom: 5px;
  color: #bc002d;
}

.event-details-section .event-details .event-title .event-title {
  margin: 0px;
  font-size: 36px;
}

.event-details-section .event-details .event-title .event-title strong {
  font-weight: 900;
}

.event-details-section .event-details .event-details-carousel {
  margin-bottom: 30px;
}

.event-details-section .event-details .event-details-carousel .item {
  height: 380px;
  overflow: hidden;
}

.event-details-section .event-details .owl-theme .owl-dots {
  display: none;
}

.event-details-section .event-details .owl-theme .owl-nav {
  top: 0;
  right: 0;
  width: auto;
  padding: 10px;
  position: absolute;
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next,
.event-details-section .event-details .owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 35px;
  margin: 5px;
  height: 35px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  color: transparent;
  border-radius: 100%;
  background: transparent;
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next:before,
.event-details-section .event-details .owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  width: 100%;
  opacity: .5;
  height: 100%;
  display: block;
  font-weight: 900;
  line-height: 35px;
  position: absolute;
  color: #333333;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next:hover:before,
.event-details-section .event-details .owl-theme .owl-nav .owl-prev:hover:before {
  opacity: 1;
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next:before {
  content: '\f061';
}

.event-details-section .event-details .owl-theme .owl-nav .owl-prev:before {
  content: '\f060';
}

.event-details-section .event-details .event-info-list ul {
  width: 100%;
  display: table;
}

.event-details-section .event-details .event-info-list ul li {
  width: 32.9%;
  padding: 15px;
  margin-right: 5px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.event-details-section .event-details .event-info-list ul li:last-child {
  margin-right: 0px;
}

.event-details-section .event-details .event-info-list ul li .icon {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  background-color: #bc002d;
}

.event-details-section .event-details .event-info-list ul li .event-content {
  display: table;
  padding-left: 15px;
}

.event-details-section .event-details .event-info-list ul li .event-content .event-title {
  font-weight: 700;
  color: #878787;
  font-size: 14px;
}

.event-details-section .event-details .event-info-list ul li .event-content .event-date {
  margin: 0px;
  font-weight: 900;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
}

.event-details-section .event-schedule .schedule-date-menu {
  margin: 0px;
  padding: 0px;
}

.event-details-section .event-schedule .schedule-date-menu>li {
  float: left;
  overflow: hidden;
  margin-right: 15px;
  display: inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.event-details-section .event-schedule .schedule-date-menu>li:last-child {
  margin-right: 0px;
}

.event-details-section .event-schedule .schedule-date-menu>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 900;
  padding: 15px 45px;
  text-align: center;
  color: #878787;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  background-color: #f7f7f7;
}

.event-details-section .event-schedule .schedule-date-menu>li>a small {
  width: 100%;
  display: block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}

.event-details-section .event-schedule .schedule-date-menu>li>.active {
  color: #ffffff;
  background-color: #bc002d;
}

.event-details-section .event-schedule .tab-content .hotal-menu {
  z-index: 1;
  margin: 0px;
  padding: 30px;
  -webkit-box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1);
}

.event-details-section .event-schedule .tab-content .hotal-menu>li {
  float: left;
  height: 40px;
  width: 24.444%;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li:last-child {
  margin-right: 0px;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  line-height: 40px;
  padding: 0px 30px;
  text-align: center;
  color: #878787;
  text-transform: capitalize;
  background-color: #f7f7f7;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li>.active {
  color: #ffffff;
  background-color: #bc002d;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item {
  padding: 30px;
  margin-bottom: 2px;
  background-color: #f7f7f7;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-image {
  width: 220px;
  float: right;
  height: 240px;
  overflow: hidden;
  border-radius: 3px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content {
  display: table;
  padding-right: 15px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li {
  margin-right: 15px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li:last-child {
  margin-right: 0px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .icon {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  background-color: #bc002d;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content {
  display: table;
  padding-left: 5px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-title {
  font-weight: 700;
  color: #878787;
  font-size: 14px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-date {
  margin: 0px;
  font-weight: 900;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table {
  width: 33.333%;
  overflow: hidden;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .popularity-sign {
  top: 35px;
  left: -50px;
  min-width: 200px;
  padding: 5px 15px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #85b200;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .amount {
  font-size: 54px;
  font-weight: 400;
  color: #bc002d;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .pricing-table-title {
  margin: 0px;
  font-weight: 900;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body {
  padding: 30px 0px;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul {
  margin: 0px;
  padding: 0px;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li {
  width: 100%;
  padding: 8px;
  display: block;
  list-style: none;
  text-align: left;
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #dddddd;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:last-child {
  border-bottom: none;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:before {
  top: 50%;
  left: 5px;
  font-weight: 900;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-on:before {
  color: green;
  content: '\f00c';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-off:before {
  color: red;
  content: '\f00d';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer {
  text-align: center;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn {
  width: 100%;
  display: block;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 40px;
  background: #ffffff;
  text-transform: uppercase;
  color: #333333 !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn:before {
  opacity: 0;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn {
  color: #ffffff !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:before {
  opacity: 1;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:after {
  opacity: 0;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table {
  z-index: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn {
  color: #ffffff !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:before {
  opacity: 1;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:after {
  opacity: 0;
}

.event-details-section .register-wrapper .register-table ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.event-details-section .register-wrapper .register-table ul li {
  width: 100%;
  display: table;
  font-size: 14px;
}

.event-details-section .register-wrapper .register-table ul .rt-header {
  border-radius: 3px;
  padding: 15px 30px;
  color: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.event-details-section .register-wrapper .register-table ul .rt-header .header-leftside-content {
  width: 70%;
  float: left;
}

.event-details-section .register-wrapper .register-table ul .rt-header .header-leftside-content strong {
  color: #ffffff;
}

.event-details-section .register-wrapper .register-table ul .rt-header .header-rightside-content {
  width: 30%;
  float: right;
  text-align: right;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item {
  width: 100%;
  display: table;
  padding: 15px 30px;
  border-bottom: 1px solid #f0f0f0;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content {
  width: 80%;
  float: left;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content .ticket-title {
  margin: 0px;
  font-size: 24px;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content .ticket-price {
  width: 100%;
  display: table;
  font-weight: 700;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content {
  width: 20%;
  float: right;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content .ticket-select {
  width: 100%;
  height: 45px;
  position: relative;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content .ticket-select select {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  padding: 0px 20px;
  border-radius: 3px;
  color: #333333;
  -webkit-appearance: none;
  border: 1px solid #f0f0f0;
  background: transparent url(../images/1.down-arrow.png) no-repeat right 20px center;
}

.event-details-section .register-wrapper .register-table ul .rt-footer {
  padding: 15px 30px;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content {
  width: 80%;
  float: left;
  padding: 11px 0px;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content .payment-card {
  margin: -5px 0px;
  margin-right: 30px;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content .total-price {
  font-weight: 700;
  color: #333333;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content {
  width: 20%;
  float: right;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn {
  width: 100%;
  height: 45px;
  padding: 0px;
  display: block;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 45px;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn:after,
.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn:before {
  border-radius: 3px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .admin-image {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: #f7f7f7;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content {
  display: table;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .rateing-star ul li {
  color: #878787;
  font-size: 14px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .rateing-star ul .rated {
  color: #bc002d;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .name a {
  font-weight: 700;
  color: #333333;
  font-size: 30px;
  text-transform: capitalize;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left {
  padding: 10px 0px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left .title {
  float: left;
  font-weight: 700;
  margin-right: 15px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul {
  padding: 0px;
  display: table;
  margin: -10px 0px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li {
  float: left;
  height: 40px;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li:last-child {
  border-right: none;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li button {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 600;
  padding: 0px 15px;
  line-height: 40px;
  color: #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li button:hover {
  color: #bc002d;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul {
  margin: 0px;
  padding: 0px;
  float: right;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li {
  float: left;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  display: inline-block;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li:last-child {
  margin-right: 0px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li button {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 600;
  padding: 0px 15px;
  line-height: 40px;
  border-radius: 3px;
  color: #878787;
  border: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li button:hover {
  color: #bc002d;
  border-color: #bc002d;
}

.event-details-section .pagination {
  display: block;
}

.event-details-section .pagination ul {
  float: right;
}

.event-details-section .comment-form .section-title {
  position: relative;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper {
  right: 0;
  bottom: 5px;
  display: table;
  position: absolute;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rating-title {
  font-weight: 700;
  font-size: 16px;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check {
  margin: 0px;
  text-align: center;
  line-height: normal;
  display: inline-block;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox] {
  position: relative;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:before {
  top: 4px;
  left: -8px;
  cursor: pointer;
  content: "\f005";
  font-weight: 900;
  line-height: 0px;
  position: absolute;
  color: #878787;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:hover:before {
  color: #bc002d;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:checked:before {
  color: #bc002d;
}

.event-details-section .comment-form .form-wrapper .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* event details page - end
==================================================================================================== */


/* service page - start
==================================================================================================== */

.service-section .service-wrapper .service-item {
  margin-bottom: 50px;
}

.service-section .service-wrapper .service-item:last-child {
  margin-bottom: 0px;
}

.service-section .service-wrapper .service-item .service-image {
  width: 48%;
  position: relative;
  padding-right: 70px;
  padding-bottom: 70px;
}

.service-section .service-wrapper .service-item .service-image .big-image {
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.2);
}

.service-section .service-wrapper .service-item .service-image .small-image {
  z-index: 1;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  -webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.2);
}

.service-section .service-wrapper .service-item .service-content {
  width: 52%;
  padding: 30px 30px;
}

.service-section .service-wrapper .service-item .service-content .service-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.service-section .service-wrapper .service-item .service-content .service-title .title-text {
  font-weight: 400;
  font-size: 30px;
}

.service-section .service-wrapper .service-item .service-content .service-title .title-text strong {
  font-weight: 900;
}

.service-section .service-wrapper .service-item .service-content .service-title .service-price {
  font-weight: 900;
  color: #bc002d;
}

.service-section .service-wrapper .service-item .service-content .service-type-list ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.service-section .service-wrapper .service-item .service-content .service-type-list ul li {
  width: 50%;
  float: left;
  list-style: none;
  font-weight: 700;
  margin-bottom: 5px;
  padding-right: 15px;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.service-section .service-wrapper .service-item .service-content .service-type-list ul li .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 14px;
  background-color: #bc002d;
}

.service-section .service-wrapper .service-item .service-content .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-section .service-wrapper .service-item .service-content .conference-btn {
  font-weight: 700;
  padding: 12px 35px;
  border-radius: 30px;
  color: #bc002d;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 3px solid #bc002d;
}

.service-section .service-wrapper .service-item .service-content .conference-btn:hover {
  color: #ffffff;
  background-color: #bc002d;
}


/* service page - end
==================================================================================================== */


/* blog section - start
==================================================================================================== */

.blog-section .layout-btn-group {
  width: 100%;
  display: table;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.blog-section .layout-btn-group h3 {
  margin: 0px;
  font-weight: 400;
  font-size: 24px;
}

.blog-section .blog-layout-menubar {
  margin: 0px;
  padding: 0px;
}

.blog-section .blog-layout-menubar li {
  float: left;
  width: 40px;
  height: 40px;
  margin: -6px 0px;
  margin-right: 5px;
  display: inline-block;
}

.blog-section .blog-layout-menubar li:last-child {
  margin-right: 0px;
}

.blog-section .blog-layout-menubar li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #f0f0f0;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}

.blog-section .blog-layout-menubar li a:hover {
  color: #bc002d;
}

.blog-section .blog-layout-menubar li .active {
  color: #bc002d;
}

.blog-section .tag {
  font-weight: 600;
  color: #bc002d;
  font-size: 14px;
  text-transform: capitalize;
}

.blog-section .blog-title {
  font-weight: 700;
  padding: 10px 0px;
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
}

.blog-section .tickets-details-btn {
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  border-radius: 3px;
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  background: #f7f7f7;
}

.blog-section .tickets-details-btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-section .tickets-details-btn:hover {
  color: #ffffff;
  background: #bc002d;
}

.blog-section .tickets-details-btn:hover:before {
  opacity: 1;
}

.blog-section .blog-grid-item {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}

.blog-section .blog-grid-item .event-date {
  top: 15px;
  left: 20px;
  z-index: 1;
  font-weight: 700;
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.blog-section .blog-grid-item .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-section .blog-grid-item .blog-content {
  padding: 25px;
}

.blog-section .blog-grid-item .blog-content .tickets-details-btn {
  background: #ffffff;
}

.blog-section .blog-grid-item:hover {
  border-color: #bc002d;
}

.blog-section .blog-grid-item:hover .plus-effect {
  opacity: 1;
}

.blog-section .blog-grid-item.without-image .event-date {
  padding: 30px;
  position: static;
  text-shadow: none;
  color: #333333;
  font-size: 18px;
  border-bottom: 2px solid #f0f0f0;
}

.blog-section .blog-list-item {
  margin-bottom: 50px;
}

.blog-section .blog-list-item .blog-image {
  width: 50%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
}

.blog-section .blog-list-item .blog-image .event-date {
  top: 15px;
  left: 20px;
  z-index: 1;
  font-weight: 700;
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.blog-section .blog-list-item .blog-content {
  width: 50%;
  padding: 0px 30px;
}

.blog-section .blog-list-item:hover .plus-effect {
  opacity: 1;
}

.blog-section .blog-big-item {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}

.blog-section .blog-big-item .blog-image {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
}

.blog-section .blog-big-item .blog-image .event-date {
  top: 15px;
  left: 20px;
  z-index: 1;
  font-weight: 700;
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.blog-section .blog-big-item .blog-content {
  padding: 15px;
  padding-top: 30px;
}

.blog-section .blog-big-item .blog-content .tickets-details-btn {
  background: #ffffff;
}

.blog-section .blog-big-item:hover .plus-effect {
  opacity: 1;
}

.blog-section .pagination {
  margin-top: 70px;
}

.blog-section .pagination ul {
  display: table;
  margin: 0 auto;
}


/* blog section - end
==================================================================================================== */


/* faq section - start
==================================================================================================== */

.faq-section .faq-content-wrapper .faq-accordion .card {
  border: none;
  position: relative;
  border-radius: 0px;
}

.faq-section .faq-content-wrapper .faq-accordion .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  margin-bottom: 0;
  border-radius: 0px;
}

.faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn {
  width: 100%;
  border: none;
  display: block;
  font-weight: 900;
  text-align: left;
  padding: 15px 30px;
  border-radius: 0px;
  position: relative;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #f0f0f0;
}

.faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn span {
  margin-right: 5px;
  color: #878787;
}

.faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:after {
  top: 50%;
  right: 30px;
  content: '\f0aa';
  font-weight: 900;
  position: absolute;
  color: #878787;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:not(.collapsed) {
  background-color: #f7f7f7;
  border-left: 3px solid #bc002d;
  border-bottom: 1px solid #ffffff;
}

.faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:not(.collapsed):after {
  content: '\f0ab';
  color: #bc002d;
}

.faq-section .faq-content-wrapper .faq-accordion .card .card-body {
  padding: 30px;
  color: #333333;
  background-color: #f7f7f7;
  border-left: 3px solid #bc002d;
}

.faq-section .faq-content-wrapper .faq-accordion .card .card-body>h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #bc002d;
  font-size: 18px;
}


/* faq section - end
==================================================================================================== */


/* booking page - start
==================================================================================================== */

.booking-timeout-section {
  padding: 80px 0px;
}

.booking-timeout-section .rightside-wrapper .clock-wrapper {
  width: 100%;
  display: table;
  margin: -24px 0px;
}

.booking-timeout-section .rightside-wrapper .clock-wrapper ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}

.booking-timeout-section .rightside-wrapper .clock-wrapper ul li {
  float: left;
  width: 100px;
  height: auto;
  margin: 0px 5px;
  overflow: hidden;
  list-style: none;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}

.booking-timeout-section .rightside-wrapper .clock-wrapper ul li:last-child {
  margin-right: 0px;
}

.booking-timeout-section .rightside-wrapper .clock-wrapper ul li strong {
  width: 100%;
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
  color: #333333;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  border-bottom: 2px solid #f0f0f0;
}

.booking-timeout-section .rightside-wrapper .clock-wrapper ul li small {
  width: 100%;
  display: block;
  font-weight: 700;
  padding: 5px 10px;
  color: #bc002d;
  text-transform: uppercase;
}

.booking-section .section-title .big-title {
  font-size: 30px;
}

.booking-section .booking-content-wrapper .order-summary-table {
  margin: 0px;
  padding: 30px;
  border-radius: 3px;
  background-color: #ffffff;
}

.booking-section .booking-content-wrapper .order-summary-table .table {
  margin: 0px;
}

.booking-section .booking-content-wrapper .order-summary-table .table thead tr th {
  color: #bc002d;
  font-size: 16px;
  text-transform: uppercase;
}

.booking-section .booking-content-wrapper .order-summary-table .table tr {
  border: none;
}

.booking-section .booking-content-wrapper .order-summary-table .table tr th,
.booking-section .booking-content-wrapper .order-summary-table .table tr td {
  border: 0px;
  padding: 15px;
  font-weight: 700;
  color: #333333;
}

.booking-section .booking-content-wrapper .order-summary-table .table tr td input[type=text] {
  width: 50px;
  border: none;
  display: table;
  margin: 0 auto;
  background: none;
  text-align: center;
  background-color: red;
  background: transparent url(../images/3.down-arrow.png) no-repeat right 0px center;
}

.booking-section .booking-content-wrapper .order-summary-table .table tr td input[type=text]:focus {
  outline: none;
}

.booking-section .booking-content-wrapper .order-summary-table .table .tfooter {
  color: #ffffff;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bc002d));
  background: -webkit-linear-gradient(top left, #ff3e00, #bc002d);
  background: -o-linear-gradient(top left, #ff3e00, #bc002d);
  background: linear-gradient(to bottom right, #9E9E9E, #bc002d);
}

.booking-section .booking-content-wrapper .order-summary-table .table .tfooter th,
.booking-section .booking-content-wrapper .order-summary-table .table .tfooter td {
  color: #ffffff;
}

.booking-section .booking-content-wrapper .reg-info .form-title {
  font-weight: 900;
  color: #333333;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .form-item {
  margin-bottom: 5px;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .form-item input {
  border-radius: 3px;
  background-color: #ffffff;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .form-item .cradit-card-select {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  padding: 0px 20px;
  border-radius: 3px;
  color: #333333;
  -webkit-appearance: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
  background: #ffffff url(../images/3.down-arrow.png) no-repeat right 20px center;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .form-item .cradit-card-select:focus {
  border-color: #bc002d;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .expired-date-form {
  margin-top: 20px;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .expired-date-form .title-text {
  font-weight: 700;
  margin-bottom: 19px;
  font-size: 18px;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .expired-date-form ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .expired-date-form ul li {
  float: left;
  width: 32.4%;
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .expired-date-form ul li:last-child {
  margin-right: 0px;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .expired-date-form ul li select {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  padding: 0px 20px;
  border-radius: 3px;
  color: #333333;
  -webkit-appearance: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
  background: #ffffff url(../images/1.down-arrow.png) no-repeat right 20px center;
}

.booking-section .booking-content-wrapper .reg-info .form-wrapper .expired-date-form ul li select:focus {
  border-color: #bc002d;
}

.booking-section .booking-content-wrapper .billing-form .form-item {
  margin-bottom: 5px;
}

.booking-section .booking-content-wrapper .billing-form .form-item select {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  padding: 0px 20px;
  border-radius: 3px;
  color: #333333;
  -webkit-appearance: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
  background: #ffffff url(../images/1.down-arrow.png) no-repeat right 20px center;
}

.booking-section .booking-content-wrapper .billing-form .form-item select:focus {
  border-color: #bc002d;
}

.booking-section .booking-content-wrapper .billing-form .form-item input {
  border-radius: 3px;
  background-color: #ffffff;
}

.booking-section .booking-content-wrapper .billing-form .form-item-group ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.booking-section .booking-content-wrapper .billing-form .form-item-group ul li {
  float: left;
  width: 32.88%;
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.booking-section .booking-content-wrapper .billing-form .form-item-group ul li:last-child {
  margin-right: 0px;
}

.booking-section .sidebar-section .location-wrapper .location-info-list .area-name {
  background-color: #f7f7f7;
}


/* booking page - end
==================================================================================================== */


/* contact section - start
==================================================================================================== */

.contact-section .contact-form .form-item {
  margin-bottom: 10px;
  margin-top: 10px;
}

.contact-section .contact-form .form-item input {
  border-radius: 3px;
}

.contact-section .contact-form textarea {
  border-radius: 3px;
  /*margin-bottom: 30px;*/
}


/* contact section - end
==================================================================================================== */


/* error section - start
==================================================================================================== */

.error-section .icon {
  width: 360px;
  height: 360px;
  font-size: 200px;
  text-align: center;
  line-height: 360px;
  margin: 0 auto 30px;
  border-radius: 100%;
  color: #878787;
  background-color: #f0f0f0;
}

.error-section .error-content h2 {
  font-size: 90px;
  font-weight: 900;
}

.error-section .error-content h3 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

.error-section .error-content .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* error section - end
==================================================================================================== */


/* ================================================== 
* Version: 1.0.0
* css code for responsive layout
================================================== */


/* ==================================================
* 1 - media screen and (max-width: 1199px)
* 2 - media screen and (max-width: 991px)
* 3 - media screen and (max-width: 767px)
* 4 - media screen and (max-width: 680px)
* 5 - media screen and (max-width: 480px)
* 6 - media screen and (max-width: 320px)
================================================== */

@media screen and (max-width: 1349px) {
  .event-gallery-section .grid-item,
  .event-gallery-section .grid-sizer {
    width: 25%;
    max-height: 280px;
    overflow: hidden;
  }
  .event-gallery-section .grid-item {
    float: left;
    display: inline-block;
  }
  .event-gallery-section .grid-item--width2 {
    width: 50%;
    max-height: 280px;
  }
  .event-gallery-section .grid-item--height2 {
    width: 25%;
    max-height: 560px;
  }
}


/*  ====================================================================================================
1 - media screen and (max-width: 1199px) - start
==================================================================================================== */

@media screen and (max-width: 1199px) {
  .upcomming-event-section .owl-theme .owl-nav .owl-prev {
    left: 5px;
  }
  .upcomming-event-section .owl-theme .owl-nav .owl-next {
    right: 5px;
  }
  .about-section .about-item-wrapper ul li .about-item .title {
    font-size: 14px;
  }
  .conference-section .tab-wrapper .tab-menu .tab-nav {
    padding: 0px 30px;
  }
  .special-offer-section .special-offer-content h2 {
    font-size: 30px;
  }
  .special-offer-section .event-makeing-btn .custom-btn {
    padding: 15px 30px;
  }
  .event-section .section-title .big-title {
    font-size: 36px;
  }
  .event-section .event-tab-menu .nav li {
    margin-right: 20px;
  }
  .event-section .event-tab-menu .nav li a {
    font-size: 16px;
  }
  .section-title .line-style {
    top: -15px;
    left: 0px;
  }
  .event-section .tab-content .event-item {
    padding: 10px;
  }
  .event-section .tab-content .event-item .event-image {
    width: 215px;
    margin-right: 15px;
  }
  .event-section .tab-content .event-item .event-content .event-title:after {
    left: -18px;
  }
  .event-gallery-section .grid-item .item-content {
    padding: 20px;
  }
  .event-expertise-section .event-expertise-carousel .item .expertise-item .content {
    z-index: 1;
    left: 15px;
    right: 15px;
    bottom: -30px;
    padding: 30px 15px;
  }
  .speaker-section .speaker-carousel .slider-for .item .speaker-image {
    padding: 0px;
  }
  .speaker-section .speaker-carousel .slider-for .item .speaker-image .speaker-name {
    display: none;
  }
  .section-title .big-title {
    font-size: 36px;
  }
  .main-carousel2 .item .slider-content .title-text,
  .main-carousel2 .item .slider-content .bold-text {
    font-size: 54px;
  }
  .main-carousel2 .slick-next {
    right: 6%;
  }
  .event-advertisement-section .right-content-wrapper .countdown-timer ul li {
    padding: 15px 15px;
  }
  .event-advertisement-section .right-content-wrapper .booking-btn {
    padding: 15px 25px;
    margin-right: 5px;
  }
  .event-advertisement-section .right-content-wrapper .details-btn {
    padding: 12px 25px;
  }
  .homepage2 .event-gallery-section .section-title .big-title {
    font-size: 30px;
  }
  .footer-section3 .footer-top .basic-info .basic-info-item .info-content h3 {
    margin: 0px;
    font-size: 16px;
  }
  .speaker-section .speaker-carousel .slider-nav .item .item-content {
    padding: 10px;
    padding-top: 45px;
  }
  .news-update-section .latest-blog-wrapper .latest-blog .blog-content .blog-title h3 {
    font-size: 16px;
  }
  .absolute-eventmake-section .eventmaking-wrapper {
    top: 0;
    left: 0;
    width: 90%;
    position: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li {
    margin: 0;
    width: 50%;
    border: 2px solid transparent;
  }
  .absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li a {
    background-color: transparent;
  }
  .about-section2 .services-list ul li a {
    padding: 50px 20px;
  }
  .about-section2 .services-list ul li a .icon {
    margin-right: 15px;
  }
  .upcomming-event-section2 .comming-event-item .event-content {
    padding-right: 0;
  }
  .upcomming-event-section2 .comming-event-item .event-image {
    padding: 0px;
  }
  .upcomming-event-section2 .comming-event-item .event-image .small-image {
    top: 70%;
    left: 30px;
  }
  .upcomming-event-section3 .comming-event-item .event-content {
    padding-right: 0px;
  }
  .upcomming-event-section3 .comming-event-item .event-image {
    padding: 0px;
  }
  .upcomming-event-section3 .comming-event-item .event-image .small-image {
    right: 15px;
    bottom: -50px;
    width: 150px;
    height: 180px;
  }
  .homepage4 .event-gallery-section .section-title .big-title {
    font-size: 30px;
  }
  .awesome-event-section .tab-content .awesome-event-item .event-content .event-title .title-text {
    font-size: 16px;
  }
  .awesome-event-section .tab-content .awesome-event-item .event-content {
    padding: 15px;
  }
  .awesome-event-section .tab-content .awesome-event-item .event-content .custom-btn {
    padding: 15px 25px;
  }
  .absolute-sponsor-section {
    padding: 50px 15px;
  }
  .absolute-sponsor-section ul {
    top: 0;
    left: 0;
    width: 100%;
    position: unset;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .homepage4 .news-update-section .latest-blog-wrapper .latest-blog .blog-content .blog-title h3 {
    font-size: 14px;
  }
  .default-footer-section .footer-top .instagram-wrapper ul li {
    width: 100px;
    height: 100px;
  }
  .scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>li>a {
    padding: 5px 12px;
  }
  .breadcrumb-section .breadcrumb-title {
    padding: 0px;
  }
  .service-section .service-wrapper>ul>li a .service-sub-title {
    font-size: 12px;
  }
  .booking-timeout-section .rightside-wrapper .clock-wrapper ul li {
    margin: 0px 2px;
  }
  .booking-section .booking-content-wrapper .reg-info .form-wrapper .expired-date-form ul li {
    margin-right: 2px;
  }
  .booking-section .booking-content-wrapper .billing-form .form-item-group ul li {
    margin-right: 2px;
  }
  .event-search-section .search-form ul li {
    margin-right: 2px;
  }
  .event-section .sidebar-section .spacial-event-wrapper .title-large {
    font-size: 18px;
  }
  .event-section .sidebar-section .spacial-event-wrapper .overlay-black {
    padding: 30px 15px;
  }
  .event-section .event-grid-item .event-image {
    height: auto;
  }
  .event-details-section .event-details .event-details-carousel .item img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .event-details-section .event-details .event-info-list ul li {
    margin-right: 2px;
  }
  .event-details-section .event-schedule .schedule-date-menu>li {
    margin-right: 2px;
  }
  .event-details-section .event-schedule .schedule-date-menu>li>a {
    padding: 15px 30px;
  }
  .event-details-section .event-schedule .tab-content .hotal-menu>li {
    margin-right: 2px;
  }
  .service-section .service-wrapper .service-item .service-content .service-type-list ul li {
    font-size: 12px;
  }
  .default-header-section .header-bottom .menu-item-list>ul>li>a {
    padding: 5px 12px;
  }
  .sticky-header-section .header-bottom .menu-item-list>ul>li>a {
    padding: 5px 10px;
  }
  .event-section .tab-content .event-item .event-content .tickets-details-btn {
    padding: 15px 30px;
  }
  .special-offer-section .event-makeing-btn a {
    padding: 15px 30px;
  }
  .scrolltop-fixed-header-section .header-bottom .menu-item-list>ul>li>a {
    padding: 5px 8px;
  }
  .awesome-event-section .tab-content .awesome-event-item .event-content .tickets-details-btn {
    padding: 15px 25px;
  }
  .error-section .icon {
    width: 300px;
    height: 300px;
    font-size: 180px;
    line-height: 300px;
  }
  .error-section .error-content h3 {
    font-size: 18px;
  }
  .our-management-section .owl-theme .owl-dots button {
    width: 86px;
  }
  .booking-timeout-section .rightside-wrapper .clock-wrapper ul li {
    width: 90px;
    margin: 5px;
  }
}


/* ====================================================================================================
1 - media screen and (max-width: 1199px) - end
==================================================================================================== */


/* ====================================================================================================
2 - media screen and (max-width: 991px) - start --->>>for medium device
==================================================================================================== */

@media screen and (max-width: 991px) {
  .header-section {
    display: none;
  }
  .header-altranative {
    display: block;
  }
  body {
    padding-top: 98px;
  }
  .slide-section .main-carousel1 .item .slider-item-content {
    padding: 100px;
    padding-bottom: 250px;
  }
  .upcomming-event-section .upcomming-event-carousel .item .event-item .event-content {
    right: 60px;
  }
  .about-section .about-item-wrapper {
    padding-left: 0px;
  }
  .conference-section .conference-location ul {
    float: none;
    margin: 0 auto;
  }
  .conference-section .tab-wrapper .tab-content {
    top: 0;
    right: 0;
    width: 100%;
    display: table;
    position: unset;
  }
  .conference-section .tab-wrapper .tab-menu {
    max-width: 460px;
    margin: 0 auto 30px;
  }
  .special-offer-section {
    text-align: center;
  }
  .special-offer-section .event-makeing-btn {
    padding: 0px;
    margin-top: 50px;
    text-align: center;
  }
  .section-title .line-style {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-title {
    text-align: center !important;
  }
  .event-section .event-tab-menu .nav {
    float: none;
    margin: 0 auto;
  }
  .event-section .tab-content .event-item {
    padding: 15px;
    max-width: 570px;
    margin: 0 auto 30px;
  }
  .event-section .tab-content .event-item .event-image {
    width: 250px;
    height: 250px;
    margin-right: 30px;
  }
  .event-section .tab-content .event-item .event-content .event-title:after {
    left: -33px;
  }
  .event-gallery-section .grid-item,
  .event-gallery-section .grid-sizer {
    width: 50%;
    max-height: 280px;
  }
  .speaker-section .speaker-carousel .slider-for .item .speaker-content {
    text-align: center;
  }
  .speaker-section .speaker-carousel .slider-for .item .speaker-image {
    display: table;
    margin: 0 auto;
  }
  .speaker-section .speaker-carousel .slider-nav {
    width: 100%;
    position: unset;
    padding-bottom: 30px;
  }
  .speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info .speaker-social-network ul {
    margin: 0 auto;
  }
  .advertisement-section .advertisement-content {
    padding: 0px;
  }
  .partners-clients-section .section-title {
    padding: 0px;
  }
  .partners-clients-section .partners-wrapper {
    margin-bottom: 30px;
  }
  .news-update-section .faq-accordion {
    margin: 0 auto;
    display: table;
    max-width: 570px;
    margin-bottom: 80px;
  }
  .news-update-section .latest-blog-wrapper .latest-blog {
    display: table;
    max-width: 570px;
    margin: 0 auto 30px;
  }
  .footer-section .footer-top .about-wrapper,
  .footer-section .footer-top .usefullinks-wrapper {
    width: 100%;
    padding: 0px;
    display: table;
    margin-bottom: 30px;
  }
  .footer-section .footer-bottom .copyright-text {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-section .footer-bottom .footer-menu ul {
    float: none;
    margin: 0 auto;
  }
  .main-carousel2 .item .overlay-black {
    padding: 100px 0px;
  }
  .main-carousel2 .slick-prev,
  .main-carousel2 .item .reg-form {
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .main-carousel2 .item .slider-content {
    padding: 0px;
    margin: 0 auto;
    max-width: 460px;
    text-align: center;
  }
  .main-carousel2 .slick-next,
  .main-carousel2 .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-carousel2 .slick-prev {
    left: 2%;
  }
  .main-carousel2 .slick-next {
    right: 2%;
  }
  .countdown-timer ul {
    display: table;
    margin: 0 auto;
  }
  .main-carousel2 .item .slider-content .title-text,
  .main-carousel2 .item .slider-content .bold-text {
    font-size: 48px;
  }
  .event-advertisement-section .event-item {
    width: 100%;
    display: table;
    margin-bottom: 30px;
  }
  .event-advertisement-section .right-content-wrapper {
    margin: 0 auto;
    max-width: 460px;
  }
  .event-advertisement-section .right-content-wrapper .countdown-timer ul {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .event-advertisement-section .right-content-wrapper .text-right {
    text-align: center !important;
  }
  .testimonial5-section .item {
    padding: 0px 100px;
  }
  .footer-section3 .footer-top .about-wrapper {
    width: auto;
    display: table;
    margin: 0 auto;
    max-width: 360px;
    margin-bottom: 30px;
  }
  .footer-section3 .footer-top .basic-info .basic-info-item {
    margin-bottom: 30px;
  }
  .default-header-p {
    padding-top: 98px;
  }
  .absolute-eventmake-section {
    padding: 50px 0px;
  }
  .absolute-eventmake-section .eventmaking-wrapper {
    width: 100%;
    padding: 0px 15px;
  }
  .absolute-eventmake-section .eventmaking-wrapper .tab-content .top-event-location .title-text {
    float: none;
    margin: 0px;
    margin-bottom: 15px;
  }
  .about-section2 .section-pragraph {
    margin-bottom: 45px;
    text-align: center !important;
  }
  .about-section2 .services-list ul li {
    width: 50%;
  }
  .upcomming-event-section2 .comming-event-item .event-image {
    width: 100%;
    position: unset;
    padding: 0px 15px;
    position: relative;
  }
  .upcomming-event-section2 .comming-event-item .event-image .small-image {
    top: 72%;
  }
  .upcomming-event-section2 .comming-event-item .event-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .homepage3 .event-expertise-section .link-btn {
    padding: 0px;
    margin-bottom: 50px;
    text-align: center !important;
  }
  .default-sponsor-section ul li {
    width: 50%;
    height: auto;
    border: 1px solid transparent;
  }
  .default-footer-section .footer-top .basic-info .basic-info-item {
    margin-bottom: 30px;
  }
  .register-modal .leftside-content,
  .register-modal .rightside-content {
    height: auto;
  }
  .reglog-modal-wrapper .leftside-content {
    display: none;
  }
  .reglog-modal-wrapper .rightside-content {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 30px;
  }
  .reglog-modal-wrapper .rightside-content .or-text span:after,
  .reglog-modal-wrapper .rightside-content .or-text span:before {
    display: none;
  }
  .reglog-modal-wrapper {
    margin: 0 auto;
    max-width: 460px;
    border-radius: 3px;
  }
  .upcomming-event-section3 .comming-event-item .event-image {
    margin-bottom: 80px;
  }
  .awesome-event-section .tab-content .featured-event {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
  .awesome-event-section .event-content-wrapper .tab-content .awesome-event-item .image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .awesome-event-section .event-content-wrapper .tab-content .awesome-event-item .event-content {
    padding: 30px;
  }
  .homepage4 .absolute-sponsor-section ul {
    top: 0;
    width: 100%;
    display: table;
  }
  .absolute-sponsor-section ul {
    width: 100%;
    display: table;
  }
  .absolute-sponsor-section ul li {
    width: 50%;
    height: auto;
    text-align: center;
  }
  .default-footer-section .footer-top .instagram-wrapper ul li {
    width: 110px;
    height: 100px;
  }
  .award-section .company-age {
    margin-bottom: 30px;
  }
  .service-section .team-btn {
    padding: 0px;
    margin-bottom: 30px;
    text-align: center !important;
  }
  .service-section .service-wrapper>ul>li {
    width: 50%;
  }
  .booking-timeout-section .rightside-wrapper .clock-wrapper {
    width: 100%;
    margin: 0px;
    display: table;
    margin-top: 30px;
  }
  .booking-timeout-section .rightside-wrapper .clock-wrapper ul {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .booking-timeout-section .rightside-wrapper .clock-wrapper ul li {
    margin: 0px 10px;
  }
  .sidebar-section {
    max-width: 370px;
    margin: 0 auto;
  }
  .event-search-section .section-title {
    margin-bottom: 50px;
  }
  .event-section .sidebar-section .spacial-event-wrapper {
    margin-bottom: 50px;
  }
  .event-section .sidebar-section .spacial-event-wrapper .overlay-black {
    padding: 50px 30px;
  }
  .event-details-section .event-details .event-info-list ul li .event-content .event-date {
    font-size: 14px;
  }
  .event-details-section .comment-form .section-title .rateing-star-wrapper {
    right: 0;
    bottom: 0;
    display: table;
    position: unset;
    text-align: center;
    margin: 30px auto;
  }
  .event-details-section .comment-form .form-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
  .faq-section .section-title .big-title {
    margin-bottom: 30px;
  }
  .faq-section .section-title .text-right {
    text-align: center !important;
  }
  .faq-section .faq-content-wrapper {
    overflow-x: scroll;
  }
  .faq-section .faq-content-wrapper .faq-accordion,
  .faq-section .faq-content-wrapper .faq-accordion2,
  .faq-section .faq-content-wrapper .faq-accordion3,
  .faq-section .faq-content-wrapper .faq-accordion4 {
    max-width: 570px;
    margin: 0 auto 50px;
  }
  .service-section .service-wrapper .service-item {
    border-radius: 3px;
    background-color: #f7f7f7;
  }
  .service-section .service-wrapper .service-item .service-image {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .service-section .service-wrapper .service-item .service-image .big-image img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .service-section .service-wrapper .service-item .service-image .small-image {
    right: 30px;
  }
  .service-section .service-wrapper .service-item .service-content {
    width: 100%;
    padding: 30px 30px;
  }
  .blog-section .blog-wrapper .tab-content {
    margin-bottom: 80px;
  }
  .our-management-section .owl-theme .owl-dots button {
    width: 56px;
  }
}


/* ====================================================================================================
2 - media screen and (max-width: 991px) - end --->>>for medium device
==================================================================================================== */


/* ====================================================================================================
3 - media screen and (max-width: 767px) - start --->>>For Mobile Device
==================================================================================================== */


/* ====================================================================================================
3 - media screen and (max-width: 767px) - end --->>>For Mobile Device
==================================================================================================== */


/* ====================================================================================================
4 - media screen and (max-width: 680px) - start
==================================================================================================== */


/* ====================================================================================================
4 - media screen and (max-width: 680px) - end
==================================================================================================== */


/* ====================================================================================================
5 - media screen and (max-width: 480px) - start
==================================================================================================== */

@media screen and (max-width: 480px) {
  .sec-ptb-100 {
    padding: 50px 0px;
  }
  .slide-section .main-carousel1 .item .slider-item-content {
    padding: 100px 0px;
    padding-bottom: 250px;
  }
  .slide-section .main-carousel1 .item .slider-item-content .medium-text {
    font-size: 30px;
  }
  .slide-section .main-carousel1 .item .slider-item-content .big-text {
    font-size: 30px;
  }
  .slide-section .main-carousel1 .item .slider-item-content .small-text {
    letter-spacing: 2px;
  }
  .section-title .big-title {
    font-size: 24px;
  }
  .section-title .sub-title {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .countdown-timer ul li {
    margin: 0px 1px;
  }
  .upcomming-event-section .upcomming-event-carousel .item .event-item .event-image {
    height: auto;
  }
  .upcomming-event-section .upcomming-event-carousel .item .event-item .event-content {
    left: 0px;
    right: 0px;
    padding: 30px;
    max-width: 100%;
    position: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f7f7f7;
  }
  .upcomming-event-section .upcomming-event-carousel .item .event-item {
    margin-bottom: 30px;
  }
  .about-section .about-item-wrapper ul li {
    width: 100%;
    height: auto;
  }
  .about-section .about-item-wrapper ul li .about-item .title {
    font-size: 18px;
  }
  .conference-section .conference-location ul li {
    margin: 0px;
    width: 100%;
    text-align: center;
  }
  .conference-section .tab-wrapper .tab-menu .tab-nav {
    padding: 0px;
  }
  .tab-nav::-webkit-scrollbar {
    display: none;
  }
  .conference-section .tab-wrapper .tab-menu .more-btn {
    padding: 0px;
  }
  .special-offer-section .special-offer-content h2 {
    font-size: 24px;
  }
  .special-offer-section .special-offer-content h2 strong {
    font-size: 48px;
  }
  .event-section .tab-content .event-item .event-image {
    width: 100%;
    height: auto;
    margin: 0px;
  }
  .event-gallery-section .grid-item,
  .event-gallery-section .grid-sizer {
    width: 100%;
    max-height: 280px;
  }
  .speaker-section .speaker-carousel .slider-for .item .speaker-content .speaker-info {
    padding: 0px;
  }
  .advertisement-section .advertisement-content .title-large {
    font-size: 24px;
  }
  .partners-clients-section .partners-wrapper .partners-carousel .item ul li {
    width: 100%;
    height: auto;
  }
  .event-section .event-tab-menu .nav li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .event-section .tab-content .event-item .event-image {
    width: 100%;
    height: auto;
    margin: 0px;
    margin-bottom: 15px;
  }
  .event-section .tab-content .event-item .event-content {
    width: 100%;
    display: table;
    padding: 0px 15px;
  }
  .news-update-section .overlay-black.sec-ptb-100 {
    overflow-x: scroll;
  }
  .news-update-section .latest-blog-wrapper .latest-blog .blog-image {
    float: none;
    margin: 0 auto 30px;
  }
  .news-update-section .latest-blog-wrapper .latest-blog .blog-content {
    width: 100%;
    display: table;
    padding: 0px 30px;
    text-align: center;
  }
  .map-section .address-wrapper {
    display: none;
  }
  .footer-section2 .footer-bottom .footer-menu ul li {
    margin: 0;
    width: 50%;
    text-align: center;
  }
  .main-carousel2 .item .slider-content .date {
    letter-spacing: 1px;
  }
  .main-carousel2 .item .slider-content .bold-text,
  .main-carousel2 .item .slider-content .title-text {
    font-size: 36px;
  }
  .event-advertisement-section .event-item .event-image {
    float: none;
    margin: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .event-advertisement-section .event-item .event-content {
    padding: 0px;
    display: table;
  }
  .event-advertisement-section .event-item .event-content .event-title .title-text {
    font-size: 18px;
  }
  .event-advertisement-section .event-item .event-content .event-title .tag {
    font-weight: 400;
  }
  .event-advertisement-section .right-content-wrapper .countdown-timer ul li {
    height: auto;
    padding: 8px 8px;
    min-width: 60px;
  }
  .event-advertisement-section .right-content-wrapper .booking-btn {
    margin: 10px 0px;
  }
  .testimonial5-section .item {
    padding: 0px;
  }
  .special-offer-section .special-offer-content h2 strong {
    font-size: 30px;
  }
  .default-sponsor-section ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .footer-section3 .footer-bottom .footer-menu ul li {
    width: 50%;
    margin: 0px;
    text-align: center;
  }
  .countdown-timer ul li {
    padding: 10px 5px;
  }
  .homepage3 .main-carousel2 .item .slider-content .custom-btn {
    margin: 10px 0px;
  }
  .absolute-eventmake-section .eventmaking-wrapper .eventmake-tabs li {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .absolute-eventmake-section .eventmaking-wrapper .tab-content .tab-pane ul li {
    width: 100%;
  }
  .about-section2 .services-list ul li {
    width: 100%;
  }
  .upcomming-event-section2 .comming-event-item .event-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .upcomming-event-section2 .comming-event-item .event-content .text-left a {
    margin: 5px 0px;
  }
  .upcomming-event-section2 .comming-event-item .event-image .small-image {
    width: 80px;
    height: 80px;
  }
  .default-footer-section .footer-top .basic-info .basic-info-item .info-content h3 {
    margin: 0px;
    font-size: 16px;
  }
  .default-footer-section .footer-bottom .footer-menu ul li {
    width: 50%;
    margin: 0px;
    text-align: center;
  }
  .about-section2 .services-list ul li a .icon {
    width: 50px;
    height: 50px;
    border: none;
    font-size: 24px;
    border-radius: 3px;
  }
  .about-section2 .services-list ul li a .icon i {
    font-size: 24px;
    line-height: 50px;
  }
  .about-section2 .services-list ul li a .title-text {
    margin: 0px;
    font-size: 16px;
  }
  .about-section2 .services-list ul li a .icon:after,
  .about-section2 .services-list ul li a .icon:before {
    display: none;
  }
  .our-management-section .management-item {
    margin-bottom: 30px;
  }
  .our-management-section .management-item .item-title {
    margin-bottom: 15px;
  }
  .our-management-section .owl-theme .owl-dots {
    width: 100%;
  }
  .our-management-section .owl-theme .owl-dots button {
    width: 7.7%;
  }
  .upcomming-event-section3 .section-title {
    padding: 0px;
  }
  .upcomming-event-section3 .comming-event-item .event-content .custom-btn {
    margin: 10px 0px;
  }
  .awesome-event-section .awesome-event-menu ul li {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
  .awesome-event-section .tab-content .featured-event .event-content {
    right: 0px;
    bottom: 0px;
    padding: 30px;
    max-width: 100%;
    position: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .awesome-event-section .tab-content .featured-event {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .awesome-event-section .event-content-wrapper .tab-content .awesome-event-item {
    margin-bottom: 30px;
  }
  .absolute-sponsor-section ul li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .breadcrumb-section .breadcrumb-title .sub-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .breadcrumb-section .breadcrumb-title .big-title {
    font-size: 30px;
  }
  .award-section .company-age .banner-img {
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
  }
  .award-section .company-age {
    height: auto;
    padding: 30px;
  }
  .award-section .company-age .banner-img {
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    position: unset;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .award-section .awaed-item-area .awaed-wrapper .awaed-item .awaed-content .awaed-title {
    font-size: 18px;
  }
  .service-section .service-wrapper>ul>li {
    width: 100%;
  }
  .absolute-sponsor-section ul {
    width: 100%;
    display: table;
  }
  .award-section .awaed-item-area .awaed-wrapper .awaed-item .awaed-content .awaed-title {
    font-size: 14px;
  }
  .absolute-sponsor-section ul li a {
    padding: 0px 30px;
  }
  .booking-timeout-section .leftside-wrapper>h3 {
    font-size: 18px;
  }
  .booking-timeout-section .rightside-wrapper .clock-wrapper ul li {
    margin: 0px 5px;
  }
  .booking-section .booking-content-wrapper {
    overflow-x: scroll;
  }
  .booking-section .booking-content-wrapper .order-summary-table {
    padding: 15px;
    max-width: 770px;
  }
  .booking-section .section-title .big-title {
    font-size: 24px;
  }
  .booking-section .booking-content-wrapper .reg-info .form-title {
    font-size: 18px;
  }
  .booking-section .booking-content-wrapper .reg-info .form-wrapper .expired-date-form ul li {
    width: 100%;
  }
  .booking-section .booking-content-wrapper .billing-form .form-item-group ul li {
    width: 100%;
  }
  .event-search-section .search-form ul li {
    margin: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .event-search-section .search-form ul li:last-child {
    margin-bottom: 0px;
  }
  .event-search-section .search-form ul li .submit-btn {
    margin-top: 0px;
  }
  .event-section .search-result-form {
    padding: 0px;
  }
  .event-section .search-result-form .event-layout-btngroup {
    display: table;
    position: unset;
    margin: 30px auto 0px;
  }
  .event-section .event-list-item .event-image {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .event-section .event-list-item .event-content .event-title:after {
    left: -15px;
  }
  .event-details-section .event-details .event-title .event-title {
    font-size: 24px;
  }
  .event-details-section .event-details .event-details-carousel .item {
    height: auto;
  }
  .event-details-section .event-details .event-info-list ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .event-details-section .event-schedule .schedule-date-menu>li,
  .event-details-section .event-schedule .tab-content .hotal-menu>li {
    width: 100%;
    margin-right: 0px;
  }
  .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-image {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 30px;
  }
  .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-image img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content {
    width: 100%;
    padding: 0px;
  }
  .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-title {
    font-size: 24px;
  }
  .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .event-details-section .event-pricing-plan .pricing-list ul .pricing-table {
    width: 100%;
    margin-bottom: 30px;
  }
  .event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .event-details-section .register-wrapper {
    overflow-x: scroll;
  }
  .event-details-section .register-wrapper .register-table ul {
    width: 770px;
  }
  .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left {
    margin-bottom: 15px;
  }
  .sidebar-section .spacial-event-wrapper .overlay-black {
    padding: 60px 30px;
  }
  .faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:after {
    display: none;
  }
  .service-section .service-wrapper .service-item .service-image .small-image {
    width: 150px;
  }
  .service-section .service-wrapper .service-item .service-content .service-title .title-text {
    font-size: 24px;
  }
  .service-section .service-wrapper .service-item .service-content .service-type-list ul li {
    width: 100%;
    padding-right: 0px;
  }
  .service-section .service-wrapper .service-item .service-content .custom-btn {
    margin-bottom: 10px;
  }
  .blog-section .layout-btn-group h3 {
    display: none;
  }
  .blog-section .blog-layout-menubar {
    display: table;
    margin: 0 auto;
    float: none !important;
  }
  .blog-section .blog-list-item .blog-image,
  .blog-section .blog-list-item .blog-content {
    width: 100%;
    float: none !important;
  }
  .blog-section .blog-list-item .blog-content {
    padding: 0px;
    padding-top: 30px;
    text-align: left !important;
  }
  .error-section .error-content {
    text-align: center;
  }
}


/* ====================================================================================================
5 - media screen and (max-width: 480px) - end
==================================================================================================== */

@media screen and (max-width: 360px) {
  .news-update-section {
    overflow-x: scroll;
  }
}


/* ====================================================================================================
6 - media screen and (max-width: 320px) - start
==================================================================================================== */

@media screen and (max-width: 320px) {
  .countdown-timer ul li {
    height: 65px;
    min-width: 65px;
    padding: 10px 5px;
    border-radius: 10px;
    display: inline-block;
  }
  .countdown-timer ul li strong {
    font-size: 24px;
    font-weight: 700;
  }
  .countdown-timer ul li small {
    font-size: 12px;
  }
  .conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link {
    padding: 8px;
  }
  .conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link .image {
    width: 65px;
    height: 65px;
    margin-right: 8px;
  }
  .conference-section .tab-wrapper .tab-menu .tab-nav .nav-item .nav-link .title {
    font-size: 16px;
  }
  .custom-btn {
    padding: 12px 25px;
  }
  .special-offer-section .special-offer-content h2 {
    font-size: 18px;
  }
  .special-offer-section .special-offer-content h2 strong {
    font-size: 24px;
  }
  .main-carousel2 .item .slider-content .bold-text,
  .main-carousel2 .item .slider-content .title-text {
    font-size: 24px;
  }
  .event-section .tab-content .event-item2 .event-content .event-title .title {
    font-size: 18px;
  }
  .footer-section3 .footer-top .basic-info .basic-info-item .info-content h3 {
    font-size: 14px;
  }
  .about-section2 .services-list ul li a .icon {
    margin-right: 5px;
  }
  .default-footer-section .footer-top .basic-info .basic-info-item .info-content h3 {
    font-size: 14px;
  }
  .our-management-section .owl-theme .owl-dots button {
    width: 7.6%;
  }
  .map-section .find-event-form {
    left: 0px;
  }
  .homepage4 .event-gallery-section .section-title .big-title {
    font-size: 24px;
  }
  .booking-timeout-section .rightside-wrapper .clock-wrapper ul li {
    width: 100%;
    margin: 15px 0px;
  }
  .booking-timeout-section .rightside-wrapper .clock-wrapper ul li small {
    padding: 12px 10px;
  }
  .booking-section .ticket-buying-form {
    margin-bottom: 30px;
  }
  .sidebar-section .location-wrapper .contact-links ul li a {
    font-size: 14px;
  }
  .event-section .event-list-item .event-content .event-title .title {
    font-size: 18px;
  }
  .event-section .event-grid-item .event-content .event-title .title {
    font-size: 18px;
  }
  .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-title {
    font-size: 18px;
  }
  .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left .title {
    float: none;
    width: 100%;
    margin: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul {
    margin: 0px 0px;
  }
  .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul {
    float: none;
    width: 100%;
  }
  .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .event-details-section .section-title .big-title {
    font-size: 30px;
  }
  .event-details-section .comment-form .section-title .rateing-star-wrapper .rating-title {
    width: 100%;
    margin-bottom: 15px;
  }
  .event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form {
    display: table;
    margin: 0 auto;
    float: none !important;
  }
  .sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn {
    padding: 15px 15px;
  }
  .sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:after {
    right: 15px;
  }
  .breadcrumb-section .breadcrumb-list ul .breadcrumb-item {
    margin-right: 15px;
    padding-right: 15px;
  }
  .service-section .service-wrapper .service-item .service-image .small-image {
    width: 100px;
  }
  .service-section .service-wrapper .service-item .service-content .service-title .title-text {
    font-size: 18px;
  }
  .service-section .service-wrapper .service-item .service-content {
    padding: 25px 15px;
  }
  .error-section .icon {
    width: 250px;
    height: 250px;
    font-size: 150px;
    line-height: 250px;
  }
  .event-section .tab-content .event-item2 .event-content .tickets-details-btn {
    padding: 15px 30px;
  }
}


/* ====================================================================================================
6 - media screen and (max-width: 320px) - end
==================================================================================================== */

.mt {
  margin-top: 50px;
}
.mapouter{position:relative;text-align:right;height:500px;width:100%;}.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:100%;}
.hidden {
  opacity:0;
}
.console-container {
 
  font-family:Khula;
  font-size:4em;
  text-align:center;
  height:200px;
  width:600px;
  display:block;
  position:absolute;
  color:white;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}
.invalid-feedback{
    display: block !important;
    text-align: left;
    font-family: "Roboto", sans-serif;
    padding: 2px 9px;
}
.info-feedback{
  display: block !important;
    text-align: left;
    font-family: "Roboto", sans-serif;
    padding: 2px 9px;
    color: #ff3e009e;
}
.selectbox{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(247, 247, 247);
    padding: 0px 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(240, 240, 240);
    border-image: initial;
    transition: all 0.3s ease-in-out 0s;
    color: #878787;
}
.selectbox:focus{
  outline: none;
    border-color: #bc002d;
}

.help-block{
    float: left;
    font-family: "Roboto", sans-serif;
    padding: 2px 9px;
    margin-top: -9px;
    margin-bottom: 10px;
    font-size: 80%;
    color: #dc3545;
}
.capital{text-transform: capitalize;}

legend {
    border-style: none;
    border-width: 0;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 10px 22px 0px 21px;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;

}
fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 1em;
    background: #f7f7f7;
}

.checkbox-border{
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 5px;
}


