@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: #555555;
	line-height: 1.7em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #ee1c25;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Catamaran', sans-serif;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
}

input,
button,
select,
textarea {
	font-family: 'Catamaran', sans-serif;
}

p {
	position: relative;
	line-height: 1.8em;
}

.strike-through {
	text-decoration: line-through;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.content-container {
	padding-left: 80px;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.centered {
	text-align: center;
}

.btn-style-one {
	position: relative;
	padding: 14px 43px;
	line-height: 24px;
	text-transform: uppercase;
	background: none;
	color: #ffffff !important;
	border: 2px solid #ee1c25;
	font-size: 14px;
	font-weight: 800;
	border-radius: 50px;
	background-color: #ee1c25;
}

.btn-style-one:hover {
	background: none;
	color: #ee1c25 !important;
	border-color: #ee1c25;
}

.btn-style-two {
	position: relative;
	padding: 14px 43px;
	line-height: 24px;
	text-transform: uppercase;
	color: #ffffff !important;
	border: 2px solid #ffffff;
	font-size: 14px;
	font-weight: 800;
	border-radius: 50px;
}

.btn-style-two:hover {
	color: #ffffff !important;
	border-color: #ee1c25;
	background-color: #ee1c25;
}

.btn-style-three {
	position: relative;
	padding: 14px 43px;
	line-height: 24px;
	text-transform: uppercase;
	color: #ee1c25;
	border: 2px solid #ee1c25;
	font-size: 14px;
	font-weight: 800;
	border-radius: 50px;
	background: none;
}

.btn-style-three:hover {
	color: #ffffff !important;
	border-color: #ee1c25;
	background-color: #ee1c25;
}

.theme-btn .icon-left {
	padding-right: 10px;
}

.theme-btn .icon-right {
	padding-left: 10px;
}

.theme_color {
	color: #ee1c25;
}

.light-font {
	font-weight: 300;
}

.regular-font {
	font-weight: 400;
}

.semibold-font {
	font-weight: 600;
}

.bold-font {
	font-weight: 700;
}

.ex-bold-font {
	font-weight: 800;
}

.heavy-font {
	font-weight: 900;
}

.bg-lightgrey {
	background-color: #f7f7f7 !important;
}

.no-bg {
	background: none !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.gif);
	background-size: 200px;
}

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

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
	background: #0a0a0a;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #ee1c25;
}

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	background: #222222;
}

.main-header .header-top {
	position: relative;
	background: #222222;
	color: #ffffff;
	padding: 12px 0px;
}

.main-header.header-style-one .main-box .auto-container {
	max-width: 1280px;
}

.main-header .header-top .top-left {
	position: relative;
	float: left;
}

.main-header .header-top .top-left ul li {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding-left: 25px;
	margin-right: 40px;
	color: #ffffff;
}

.main-header .header-top .top-left ul li .icon {
	position: absolute;
	left: 0px;
	top: 1px;
	font-size: 14px;
	line-height: 24px;
}

.main-header .header-top .top-left ul li a:hover {
	color: #fff;
}

.main-header .header-top .top-left ul li a {
	position: relative;
	color: #ffffff;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header .header-top .top-left ul li a:hover {
	color: #ee1c25;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
}

.main-header .header-top .top-right ul li {
	position: relative;
	display: inline-block;
	margin-left: 50px;
}

.main-header .header-top .top-right ul li a {
	color: #fff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-top .top-right ul li a:hover {
	color: #ee1c25;
}

.main-header .header-top .top-right ul li .icon {
	margin-right: 15px;
	position: relative;
	top: 1px;
}

.header-top .social-icon {
	position: relative;
}

.header-top .social-icon a {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	line-height: 24px;
	font-size: 13px;
	color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-top .social-icon a:hover {
	color: #ee1c25;
}

.main-header .main-box {
	position: relative;
	padding: 0px 0px;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-one .main-box {
	height: 50px;
}

.main-header.fixed-header .main-box {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	margin-top: 0px !important;
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	padding: 0px 0px;
	z-index: 999;
	opacity: 1;
	height: auto;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header.fixed-header .main-box .outer-container {
	padding: 0px;
}

.main-header .main-box .outer-container {
	position: relative;
	padding: 0px 50px;
	border-radius: 50px;
	background-color: #ffffff;
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0px;
	padding: 10px 0px;
	z-index: 10;
}

.fixed-header .main-box .logo-box {
	padding: 5px 0px;
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .nav-toggler {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
	display: none;
}

.main-header .nav-toggler button {
	position: relative;
	display: block;
	height: 40px;
	width: 44px;
	background: #ee1c25;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	border: 1px solid #ee1c25;
	border-radius: 2px;
	font-weight: normal;
}

.main-header .nav-outer {
	position: relative;
	float: right;
}

.main-menu {
	position: relative;
	font-family: 'Catamaran', sans-serif;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	display: inline-block;
	padding: 19px 0px;
	margin-left: 15px;
}

.fixed-header .main-menu .navigation>li {
	padding: 14px 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 16px 0px;
	color: #777777;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 700;
	opacity: 1;
	font-size: 14px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-style-three .main-box .main-menu .navigation>li>a,
.header-style-three.fixed-header .main-box .main-menu .navigation>li>a {
	color: #ffffff;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	color: #ee1c25;
	opacity: 1;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 220px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 3px solid #ee1c25;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #272727;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #ffffff;
	background: #ee1c25;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 20px;
	display: block;
	color: #253d4a;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 220px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 3px solid #ee1c25;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #272727;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #ffffff;
	background: #ee1c25;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 11px;
	width: 10px;
	height: 20px;
	display: block;
	color: #272727;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	background: url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.header-style-two .main-box {
	top: auto;
	margin-top: 0px;
	background-color: #ffffff;
}

.header-style-two .main-box .outer-container {
	padding: 0px;
}

.header-style-three {
	position: absolute;
	background: none;
}

.header-style-three .main-box {
	position: relative;
	top: auto;
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 0.20);
}

.header-style-three.fixed-header .main-box {
	background-color: rgba(0, 0, 0, 0.80);
	border: 0px;
}

.header-style-three .main-box .outer-container {
	padding: 0px;
	width: 100%;
	background: none;
}

.hidden-bar {
	position: fixed;
	top: 0;
	padding-top: 70px;
	width: 305px;
	height: 100%;
	z-index: 999;
	background: #272727;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
	margin-right: 0px;
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar.right-align .hidden-bar-closer {
	left: 0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.80);
	color: #272727;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #ee1c25;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #ee1c25;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color: #ee1c25;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #272727;
}

.hidden-bar .logo img {
	display: inline-block;
	max-width: 100%;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size: 13px;
	letter-spacing: 1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current>a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
	background: rgba(255, 255, 255, 0.10);
	color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}

.home-banner {
	padding-top: 100px;
	padding-bottom: 150px;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}

.home-banner:before {
	content: '';
	width: 50%;
	height: 100px;
	position: absolute;
	bottom: -50px;
	left: 0;
	-webkit-transform: skew(0deg, 4deg);
	transform: skew(0deg, 4deg);
	background: #fff;
}

.home-banner:after {
	content: '';
	width: 50%;
	height: 100px;
	position: absolute;
	bottom: -50px;
	right: 0;
	-webkit-transform: skew(0deg, -4deg);
	transform: skew(0deg, -4deg);
	background: #fff;
}

.banner-list-div {
	background: #fff;
	display: inline-block;
	width: 100%;
}

.banner-list-div ul li {
	width: 25%;
	float: left;
	font-size: 16px;
	text-align: center;
	font-family: 'Catamaran', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	padding: 0 10px;
	height: 80px;
	display: inline-grid;
	align-items: center;
	border: 1px solid #ccc;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.sec-title {
	position: relative;
	margin-bottom: 30px;
}

.sec-title .inner-title-box {
	position: relative;
}

.sec-title .inner-title-box h2 {
	font-size: 24px;
	font-weight: 800;
	color: #000000;
	text-transform: uppercase;
	line-height: 1.4em;
}

.sec-title .inner-title-box h2 span {
	color: #cccccc;
}

.sec-title .rotate-title {
	position: absolute;
	left: -60px;
	top: 0px;
	line-height: 1em;
	color: #f1f1f1;
	font-size: 24px;
	padding-right: 10px;
	font-weight: 900;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sec-title .rotate-title:before {
	position: absolute;
	content: '';
	left: 100%;
	top: 50%;
	width: 1px;
	height: 40px;
	background-color: #ee1c25;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.about-section {
	position: relative;
	background-position: right;
	background-repeat: no-repeat;
	visibility: inherit;
}





#main-area {
  display: flex;
}
#main-right {
  float: right;
  width: 500px;
}
#main-left {
  float: left;
  width: 500px;
}







.about-section .content-column {
	position: relative;
	max-width: 1000px;
	padding: 150px 0px 150px;
}

.about-section .content-column .inner-box {
	position: relative;
}

.about-section .content-column .inner-box .text {
	position: relative;
}

.about-section .content-column .inner-box .text p {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

.about-section .content-column .inner-box .book-btn {
	position: relative;
}

.services-section-one {
	position: relative;
	z-index: 2;
	padding: 100px 0px 60px;
	background-color: #fafafa;
}

.services-section-one.style-two {
	background-color: #ffffff;
}

.services-section-one .sec-title {
	margin-bottom: 40px;
}

.services-block {
	position: relative;
	margin-bottom: 40px;
	padding: 0px 30px;
}

.services-block .inner-box {
	position: relative;
	text-align: center;
}

.services-block .inner-box .icon-box {
	position: relative;
	width: 116px;
	height: 116px;
	margin: 0 auto;
	color: #6d6e70;
	font-size: 40px;
	border-radius: 50%;
	line-height: 110px;
	text-align: center;
	margin-bottom: 22px;
	border: 1px dashed #afafaf;
}

.services-block .inner-box .upper-box {
	position: relative;
	display: inline-block;
}

.services-block .inner-box .upper-box .number {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 29px;
	font-weight: 600;
	border-radius: 50%;
	display: inline-block;
	background-color: #ee1c25;
}

.services-block .inner-box .lower-box {
	position: relative;
}

.services-block .inner-box .lower-box h3 {
	position: relative;
	line-height: 1em;
	padding-bottom: 14px;
}

.services-block .inner-box .lower-box h3 a {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box h3 a:hover {
	color: #ee1c25;
}

.services-block .inner-box .lower-box h3:after {
	position: absolute;
	content: '';
	bottom: 0px;
	width: 30px;
	height: 2px;
	left: 50%;
	margin-left: -15px;
	background-color: #ee1c25;
}

.testimonial-section {
	position: relative;
	padding: 110px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

.testimonial-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.90);
}

.testimonial-section .sec-title .inner-title-box h2 {
	color: #ffffff;
}

.testimonial-section .sec-title .inner-title-box .rotate-title {
	color: #4f4f4f;
}

.testimonial-block {
	position: relative;
	max-width: 900px;
}

.testimonial-block .inner-box {
	position: relative;
	padding-left: 130px;
}

.testimonial-block .inner-box .quote-icon {
	position: absolute;
	left: 0px;
	top: 25px;
	color: #2d2927;
	font-size: 50px;
	line-height: 1em;
}

.testimonial-block .inner-box .text {
	color: #aaaaaa;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
}

.testimonial-block .inner-box .author-info {
	position: relative;
	padding-left: 85px;
	padding-top: 10px;
	margin-top: 30px;
	min-height: 68px;
}

.testimonial-block .inner-box .author-info .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 68px;
	height: 68px;
	border-radius: 50%;
}

.testimonial-block .inner-box .author-info .image img {
	border-radius: 50%;
}

.testimonial-block .inner-box .author-info h3 {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.testimonial-block .inner-box .author-info .designation {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
}

.testimonial-block .inner-box .carousel-number {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
}

.testimonial-block .inner-box .carousel-number span {
	color: #777777;
	font-size: 14px;
	font-weight: 400;
}

.testimonial-section .owl-controls {
	margin-top: 50px;
}

.testimonial-section .owl-controls .owl-nav {
	display: none !important;
}

.testimonial-section .owl-dots .owl-dot {
	position: relative;
}

.testimonial-section .owl-dots .owl-dot span {
	margin: 0px 5px;
	width: 30px;
	height: 2px;
	border-radius: 0px;
	border: 1px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: #ffffff;
}

.testimonial-section .owl-dots .owl-dot:hover span,
.testimonial-section .owl-dots .owl-dot.active span {
	border: 1px;
	background: #ee1c25;
	border-color: #ee1c25;
}

.testimonial-section .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: 5px;
	top: -4px;
	width: 20px;
	height: 2px;
	opacity: 0;
	background-color: #ee1c25;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot:hover::before,
.testimonial-section .owl-dots .owl-dot.active::before {
	opacity: 1;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 50px 0px 0px;
	background-color: #232323;
}

.footer-logo {
	margin-bottom: 20px;
}

.main-footer p {
	color: #aaaaaa;
}

.footer-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.main-footer .footer-bottom .footer-nav li a {
	font-size: 14px;
	line-height: 24px;
	color: #aaaaaa;
}

.main-footer .footer-bottom .footer-nav li a:hover {
	color: #ffffff;
}

.main-footer .footer-copyright {
	position: relative;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	background: #0a0a0a;
	margin-top: 40px;
}

.footer-copyright p {
	margin-bottom: 0;
}

.page-title {
	position: relative;
	padding-top: 130px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.page-title:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.60);
}

.page-title .auto-container {
	position: relative;
	z-index: 1;
}

.page-title h1 {
	position: relative;
	font-size: 32px;
	font-weight: 900;
	color: #ffffff;
	padding-bottom: 60px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.page-title h1:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 10px;
	width: 1px;
	height: 42px;
	background-color: rgba(255, 255, 255, 0.30);
}

.page-title .bread-crumb-outer {
	position: relative;
	display: inline-block;
	padding: 13px 50px;
	top: 8px;
	background-color: rgba(255, 255, 255, 0.15);
}

.page-title .bread-crumb-outer .bread-crumb li {
	position: relative;
	float: left;
	margin-right: 30px;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child {
	margin-right: 0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -22px;
	width: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after {
	display: none;
}

.page-title .bread-crumb-outer .bread-crumb li a {
	color: #ffffff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.page-title .bread-crumb-outer .bread-crumb li a:hover {
	color: #ee1c25;
}

.page-title .bread-crumb-outer .bread-crumb li.active {
	color: #ee1c25;
}

.contact-section {
	position: relative;
	padding: 150px 0px 100px;
}

.contact-section .map-column {
	position: relative;
	margin-bottom: 50px;
}

.contact-section .map-column .map-content {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 25px 30px;
	background-color: #ffffff;
}

.contact-section .map-column .map-content h3 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #232323;
}

.contact-section .map-column .map-content .text {
	color: #aaaaaa;
	font-size: 16px;
	margin-top: 8px;
}

.contact-section .map-column .map-content .map-view {
	position: relative;
	color: #0189e2;
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
	text-decoration: underline;
}

.contact-section .row {
	position: relative;
	margin: 0px -33px;
}

.contact-section .column {
	position: relative;
	padding: 0px 33px;
}

.contact-form .form-group {
	margin-bottom: 20px;
}

.contact-form .group-title {
	position: relative;
}

.contact-section .group-title h3 {
	position: relative;
	color: #232323;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.contact-section .group-title .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	margin-bottom: 35px;
}

.contact-form .form-group .field-label {
	position: relative;
	display: block;
	font-size: 13px;
	margin-bottom: 7px;
	color: #3e5773;
}

.contact-section .column .contact-form form .row {
	margin: 0px -15px;
}

.contact-form .form-group input[type="number"],
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 20px;
	color: #aaaaaa;
	border: 1px solid #dddddd;
	height: 48px;
	font-size: 15px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input[type="number"]:focus,
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #ff8201;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 20px;
	color: #222222;
	border: 1px solid #dddddd;
	height: 170px;
	background: #ffffff;
	resize: none;
	font-size: 14px;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group button {
	margin-top: 20px;
}

.contact-info {
	position: relative;
	margin-top: 25px;
}

.contact-info li {
	position: relative;
	color: #777777;
	font-size: 18px;
	margin-bottom: 20px;
	margin-right: 30px;
}

.contact-info li a {
	color: #777777;
}

.contact-info li a:hover {
	color: #ee1c25;
}

.contact-info li .icon {
	position: relative;
	font-size: 18px;
	margin-right: 12px;
	line-height: 1em;
	top: 2px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
	border-top: none;
	font-family: 'Poppins', sans-serif;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 24px;
}
