@import url(https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700|Quicksand:300,400,500,700&amp;display=swap);
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(jquery-ui.css);
@import url(animation.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.mCustomScrollbar.min.css);
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0
}

body {
	font-family: Cabin, sans-serif;
	font-size: 14px;
	color: #777;
	line-height: 1.7em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}

.bordered-layout .page-wrapper {
	padding: 0 50px 0
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #2f2440
}

a:focus,
a:hover,
a:visited,
button {
	text-decoration: none;
	outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 400;
	margin: 0;
	background: 0 0;
	line-height: 1.6em;
	font-family: Quicksand, sans-serif
}

h1 {
	font-size: 60px
}

h2 {
	font-size: 40px
}

h3 {
	font-size: 34px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 18px
}

textarea {
	overflow: hidden
}

p {
	position: relative;
	line-height: 1.8em
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto
}

.medium-container {
	max-width: 850px
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px
}

li,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

img {
	display: inline-block;
	max-width: 100%
}

.theme-btn {
	display: inline-block;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.centered {
	text-align: center
}

.btn-style-one {
	position: relative;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	font-weight: 700;
	border-radius: 50px;
	background-color: #0a00b7;
	text-transform: capitalize;
	padding: 18px 95px 18px 40px;
	font-family: Cabin, sans-serif;
	background-image: -ms-linear-gradient(left, #0800b6 0, #8b00d9 100%);
	background-image: -moz-linear-gradient(left, #0800b6 0, #8b00d9 100%);
	background-image: -o-linear-gradient(left, #0800b6 0, #8b00d9 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0800b6), color-stop(100, #8b00d9));
	background-image: -webkit-linear-gradient(left, #0800b6 0, #8b00d9 100%);
	background-image: linear-gradient(to right, #0800b6 0, #8b00d9 100%)
}

.btn-style-one .icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	color: #040093;
	font-size: 20px;
	line-height: 60px;
	text-align: center!important;
	border-radius: 50px;
	background-color: #fff
}

.btn-style-one:hover {
	color: #fff;
	background-image: -ms-linear-gradient(left, #8b00d9 0, #0800b6 100%);
	background-image: -moz-linear-gradient(left, #8b00d9 0, #0800b6 100%);
	background-image: -o-linear-gradient(left, #8b00d9 0, #0800b6 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8b00d9), color-stop(100, #0800b6));
	background-image: -webkit-linear-gradient(left, #8b00d9 0, #0800b6 100%);
	background-image: linear-gradient(to right, #8b00d9 0, #0800b6 100%)
}

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 14px 40px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 50px;
	overflow: hidden;
	background-color: #2f2440;
	text-transform: capitalize;
	font-family: Quicksand, sans-serif
}

.btn-style-two:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #ec1c24;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(.2, 1);
	transform: scale(.2, 1)
}

.btn-style-two .txt {
	position: relative;
	z-index: 1
}

.btn-style-two:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.btn-style-two:hover {
	color: #fff
}

.btn-style-three {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 14px 40px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 50px;
	overflow: hidden;
	background-color: #ec1c24;
	text-transform: capitalize;
	font-family: Quicksand, sans-serif
}

.btn-style-three:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #6b0dba;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(.2, 1);
	transform: scale(.2, 1)
}

.btn-style-three .txt {
	position: relative;
	z-index: 1
}

.btn-style-three:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.btn-style-three:hover {
	color: #fff
}

.btn-style-four {
	position: relative;
	color: #2f2440;
	font-size: 16px;
	font-weight: 700;
	padding: 17px 40px;
	border-radius: 50px;
	display: inline-block;
	background-image: -ms-linear-gradient(left, #ec1c24 0, #2f2440 100%);
	background-image: -moz-linear-gradient(left, #ec1c24 0, #2f2440 100%);
	background-image: -o-linear-gradient(left, #ec1c24 0, #2f2440 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ec1c24), color-stop(100, #2f2440));
	background-image: -webkit-linear-gradient(left, #ec1c24 0, #2f2440 100%);
	background-image: linear-gradient(to right, #ec1c24 0, #2f2440 100%)
}

.btn-style-four:hover {
	position: relative;
	color: #2f2440;
	background-image: -ms-linear-gradient(right, #ec1c24 0, #2f2440 100%);
	background-image: -moz-linear-gradient(right, #ec1c24 0, #2f2440 100%);
	background-image: -o-linear-gradient(right, #ec1c24 0, #2f2440 100%);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ec1c24), color-stop(100, #2f2440));
	background-image: -webkit-linear-gradient(right, #ec1c24 0, #2f2440 100%);
	background-image: linear-gradient(to left, #ec1c24 0, #2f2440 100%)
}

.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 14px 40px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 50px;
	overflow: hidden;
	background-color: #2f2440;
	text-transform: capitalize;
	font-family: Quicksand, sans-serif
}

.btn-style-five:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #e41d26;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(.2, 1);
	transform: scale(.2, 1)
}

.btn-style-five .txt {
	position: relative;
	z-index: 1
}

.btn-style-five:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.btn-style-five:hover {
	color: #fff
}

.social-icon-one {
	position: relative
}

.social-icon-one li {
	position: relative;
	margin-left: 10px;
	color: #2f2440;
	font-size: 18px;
	display: inline-block
}

.social-icon-one li a {
	position: relative;
	font-size: 18px;
	color: #091394;
	font-weight: 400;
	display: inline-block;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.social-icon-one li a:hover {
	color: #5ea6ff
}

.theme_color {
	color: #2f2440
}

/* .preloader {

	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/preloader.svg);
	background-size: 120px
} */

img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 60px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #0a0a0a;
	display: none;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.scroll-to-top:hover {
	color: #fff;
	background: #ec1c24
}

.sec-title {
	position: relative;
	z-index: 1;
	margin-bottom: 65px
}

.sec-title .title {
	position: relative;
	font-size: 18px;
	color: #2f2440;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: capitalize
}

.sec-title .separator {
	position: relative;
	width: 40px;
	margin-top: 16px!important
}

.sec-title .separator:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 10px;
	height: 2px;
	background-color: #ec1c24
}

.sec-title .separator:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 10px;
	height: 2px;
	background-color: #ec1c24
}

.sec-title .separator span {
	position: absolute;
	left: 50%;
	top: -2px;
	width: 10px;
	height: 5px;
	margin-left: -5px;
	display: inline-block;
	background-color: #2f2440
}

.sec-title h2 {
	position: relative;
	color: #2f2440;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2em;
	margin-top: 35px
}

.sec-title .text {
	position: relative;
	font-size: 14px;
	line-height: 1.9em;
	color: #555;
	margin-top: 10px
}

.sec-title.centered .separator {
	margin: 0 auto!important;
	float: none!important
}

.sec-title.centered {
	text-align: center!important
}

.sec-title.light .title {
	color: #fff
}

.sec-title.light h2 {
	color: #fff
}

.sec-title.light .separator span {
	background-color: #ec1c24
}

.sec-title.light .separator:after,
.sec-title.light .separator:before {
	background-color: #fff
}

.list-style-one {
	position: relative
}

.list-style-one li {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 14px
}

.list-style-one li span {
	position: relative;
	color: #ec1c24;
	font-size: 16px
}

.list-style-two {
	position: relative
}

.list-style-two li {
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	padding-left: 22px;
	margin-bottom: 10px
}

.list-style-two li:before {
	position: absolute;
	content: "\f170";
	left: 0;
	top: 0;
	color: #2f2440;
	font-size: 14px;
	font-family: Flaticon
}

.list-style-three {
	position: relative
}

.list-style-three li {
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	padding-left: 22px;
	margin-bottom: 18px
}

.list-style-three li:before {
	position: absolute;
	content: "\f177";
	left: 0;
	top: 0;
	color: #ec1c24;
	font-size: 14px;
	font-family: Flaticon
}

.list-style-four {
	position: relative
}

.list-style-four li {
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	padding-left: 22px;
	margin-bottom: 12px
}

.list-style-four li:before {
	position: absolute;
	content: "\f005";
	left: 0;
	top: 0;
	color: #ec1c24;
	font-size: 14px;
	font-family: FontAwesome
}

.list-style-five {
	position: relative
}

.list-style-five li {
	position: relative;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 400;
	padding-left: 25px;
	line-height: 2em;
	color: rgba(255, 255, 255, .8)
}

.list-style-five li .icon {
	position: absolute;
	left: 0;
	top: 6px;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 1.2em
}

.main-header {
	position: absolute;
	z-index: 999;
	width: 100%
}

.main-header .main-box {
	position: relative;
	padding: 0 0;
	left: 0;
	top: 0;
	width: 100%;
	background: 0 0;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-header .main-box .outer-container {
	position: relative;
	padding: 0 40px
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0;
	z-index: 10;
	padding: 30px 0
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.header-top {
	position: relative
}

.header-top .inner-container {
	position: relative;
	margin-left: 285px;
	padding-left: 80px;
	background-color: #2f2440
}

.header-top .inner-container:before {
	position: absolute;
	content: '';
	left: 100%;
	top: 0;
	height: 100%;
	width: 20000px;
	background-color: #2f2440
}

.main-header .top-left:before {
	position: absolute;
	content: '';
	left: -50px;
	top: 0;
	border-top: 60px solid #2f2440;
	border-left: 50px solid transparent
}

.main-header .top-left {
	float: left
}

.main-header .top-left .contact-list {
	position: relative;
	padding: 18px 0
}

.main-header .top-left .contact-list li {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 25px;
	color: #e9e8e9;
	font-weight: 400;
	margin-right: 25px
}

.main-header .top-left .contact-list li i {
	float: left;
	font-size: 16px;
	line-height: 25px;
	margin-right: 20px;
	color: #fff
}

.main-header .top-left .contact-list li a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-header .top-left .contact-list li a:hover {
	color: #009dea
}

.main-header .top-right {
	float: right;
	padding: 17px 0
}

.main-header .top-right .cart-box {
	position: relative;
	float: left;
	top: 2px;
	color: #fff;
	font-size: 14px;
	background: 0 0;
	display: inline-block;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, .5)
}

.main-header .top-right .cart-box .cart-box-btn {
	background: 0 0;
	cursor: pointer;
	font-size: 20px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.main-header .top-right .cart-box .cart-box-btn:after {
	display: none
}

.main-header .top-right .cart-box .cart-box-btn .total-cart {
	position: absolute;
	right: 16px;
	top: -5px;
	width: 18px;
	height: 18px;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	background-color: #f71101
}

.main-header .top-right .language {
	position: relative;
	line-height: 1em;
	margin-top: 3px;
	margin-left: 20px;
	display: inline-block
}

.main-header .top-right .language .flag-icon {
	margin-right: 8px
}

.main-header .top-right .language .dropdown-menu {
	top: 100%;
	right: 0!important;
	left: auto!important;
	width: 170px;
	border: none;
	padding: 0;
	margin-top: 40px;
	border-radius: 0;
	background-color: #2f2440;
	border-top: 3px solid #f71101;
	transform: translate3d(0, 0, 0)!important
}

.main-header .top-right .language>a {
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	border: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	padding: 0;
	border-radius: 0
}

.main-header .top-right .language>a:after {
	display: none
}

.main-header .top-right .language a:hover {
	background: 0 0
}

.main-header .top-right .language .dropdown-menu>li {
	padding-right: 0!important;
	margin: 0!important;
	float: none;
	display: block!important;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-header .top-right .language .dropdown-menu>li:last-child {
	border-bottom: none
}

.main-header .top-right .language .dropdown-menu>li>a {
	padding: 12px 20px!important;
	color: #fff;
	display: block;
	text-align: left;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-header .top-right .language .dropdown-menu>li>a:hover {
	color: #fff!important;
	background-color: #f71101
}

.main-header .header-upper {
	position: relative;
	z-index: 1
}

.main-header .header-upper .outer-box {
	position: relative;
	float: right;
	margin-top: 42px;
	margin-left: 40px
}

.main-header .header-upper .outer-box .nav-toggler {
	position: relative;
	font-size: 28px;
	color: #ec1c24;
	cursor: pointer;
	display: inline-block
}

.main-header .header-upper .outer-box .language-list {
	position: relative;
	margin-left: 25px;
	top: -5px;
	display: inline-block
}

.main-header .header-upper .outer-box .language-list li {
	position: relative;
	padding-right: 15px;
	margin-right: 5px;
	display: inline-block
}

.main-header .header-upper .outer-box .language-list li:last-child {
	margin-right: 0;
	padding-right: 0
}

.main-header .header-upper .outer-box .language-list li:last-child::before {
	display: none
}

.main-header .header-upper .outer-box .language-list li:before {
	position: absolute;
	content: '/';
	right: 0;
	top: 0;
	color: #fff
}

.main-header .header-upper .outer-box .language-list li a {
	position: relative;
	color: #fff;
	font-size: 16px
}

.header-style-two .header-upper .outer-box {
	margin-top: 35px
}

.header-style-two .header-upper .outer-box .sidebar-btn {
	cursor: pointer;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background-color: #ec1c24
}

.header-style-three .header-upper .outer-box .nav-toggler {
	position: relative;
	font-size: 28px;
	color: #fff
}

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 0;
	background: #f5f5f5;
	z-index: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	box-shadow: 0 0 8px #ccc
}

.sticky-header .logo {
	padding: 13px 0 13px
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-op-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-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
}

.sticky-header .main-menu .navigation>li>a {
	padding: 19px 0!important;
	color: #2f2440!important;
}
.sticky-header .main-menu .navigation li a:hover {
	color: #ec1c24!important
}
.sticky-header .main-menu .navigation>li>a:after {
	display: none
}

.main-header .nav-outer {
	position: static;
	float: right;
	margin-top: 0px
}

.main-header .header-upper .logo-box {
	position: relative;
	padding: 20px 0 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-header .header-upper .logo-box .logo {
	position: relative
}

.main-header .header-lower {
	position: relative;
	background-color: rgba(0, 0, 0, .55)
}

.main-menu {
	position: static;
	float: left;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease
}

.main-menu .navbar-collapse {
	padding: 0;
	float: left
}

.main-menu .navigation {
	position: static;
	margin: 0
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin-right: 33px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navigation>li:last-child {
	margin-right: 0
}

.main-header .header-upper .upper-right {
	position: relative
}

.main-header .header-upper .info-box {
	position: relative;
	color: #333;
	font-weight: 600;
	padding: 22px 0;
	padding-left: 30px;
	padding-right: 28px;
	margin-right: 30px;
	display: inline-block;
	border-right: 1px solid #ecebeb
}

.main-header .header-upper .info-box .icon-box {
	position: absolute;
	left: 0;
	top: 24px;
	color: #091394;
	font-size: 20px;
	line-height: 1em
}

.main-header .header-upper .social-box {
	position: relative;
	float: right;
	padding: 21px 0
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 0;
	opacity: 1;
	font-weight: 700;
	padding: 30px 0;
	font-size: 16px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	font-family: Cabin, sans-serif
}

.main-menu .navigation>li.current>a::after,
.main-menu .navigation>li:hover>a::after {
	width: 22px
}

.main-menu .navigation>li.dropdown>a {
	padding-right: 15px!important
}

.main-menu .navigation>li.dropdown>a:before {
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	right: 0;
	font-size: 13px;
	line-height: 30px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-header.light-version .main-menu .navigation>li.current>a,
.main-header.light-version .main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
	opacity: 1
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 230px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	padding: 0 0;
	background-color: #fff;
	border: 3px solid #2f2440;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul:before {
	position: absolute;
	content: '';
	left: 0;
	top: -30px;
	width: 100%;
	height: 30px;
	display: block
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f4f2f2
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 18px;
	line-height: 24px;
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
	color: #7c7b7b;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	font-family: Cabin, sans-serif
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #fff;
	padding-left: 30px;
	background: #2f2440
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 14px;
	width: 10px;
	height: 20px;
	display: block;
	color: #2f2440;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #fff
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 100%;
	width: 230px;
	z-index: 100;
	display: none;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	padding: 0 0;
	background-color: #fff;
	border: 3px solid #2f2440;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f4f2f2
}

.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: 12px 18px;
	line-height: 24px;
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
	color: #7c7b7b;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	font-family: Cabin, sans-serif
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #fff;
	padding-left: 30px;
	background: #2f2440
}

.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: 400;
	text-align: center;
	z-index: 5
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
	color: #fff
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	border-top: 0!important;
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0)
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	border: 1px solid #fff;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none
}

.main-header .header-upper .outer-box .search-box-outer {
	position: relative;
	float: left;
	margin-top: -7px;
	margin-right: 40px
}

.main-header .header-upper .outer-box .search-box-btn {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	background: 0 0;
	border-radius: 50px;
	display: inline-block;
	line-height: 20px!important;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	border: 2px dashed #fff
}

.main-header .header-upper .outer-box .search-box-btn:after {
	display: none
}

.main-header .header-upper .outer-box .search-box-outer .dropdown-menu {
	top: 63px!important;
	right: 0;
	padding: 0;
	width: 280px;
	left: auto!important;
	border-radius: 0;
	border-top: 3px solid #ec1c24;
	transform: translate3d(0, 0, 0)!important
}

.main-header .header-upper .outer-box .search-box-outer .dropdown-menu>li {
	padding: 0;
	border: none;
	background: 0 0
}

.main-header .header-upper .outer-box .search-panel .form-container {
	padding: 25px 20px
}

.main-header .header-upper .outer-box .search-panel .form-group {
	position: relative;
	margin: 0
}

.main-header .header-upper .outer-box .search-panel input[type=password],
.main-header .header-upper .outer-box .search-panel input[type=search],
.main-header .header-upper .outer-box .search-panel input[type=text],
.main-header .header-upper .outer-box .search-panel select {
	display: block;
	width: 100%;
	height: 40px;
	color: #2f2440;
	font-size: 15px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 7px 40px 7px 15px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-header .header-upper .outer-box .search-panel input:focus,
.main-header .header-upper .outer-box .search-panel select:focus {
	border-color: #ec1c24
}

.main-header .header-upper .outer-box .search-panel .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555;
	font-size: 12px;
	background: 0 0;
	cursor: pointer
}

.banner-section {
	position: relative;
	padding-top: 210px;
	padding-bottom: 80px;
	background-position: right bottom;
	background-repeat: repeat-x
}

.banner-section .patern-layer-one {
	position: absolute;
	left: 0;
	top: 0;
	width: 295px;
	height: 558px
}

.banner-section .patern-layer-two {
	position: absolute;
	right: 80px;
	bottom: 100px;
	width: 429px;
	height: 456px
}

.banner-section .image-column {
	position: relative
}

.banner-section .image-column .inner-column {
	position: relative
}

.banner-section .image-column .image {
	position: relative
}

.banner-section .image-column .image img {
	position: relative
}

.banner-section .image-column .image-two {
	position: absolute;
	right: 0;
	bottom: 0
}

.banner-section .content-column {
	position: relative
}

.banner-section .content-column .inner-column {
	position: relative;
	padding-top: 80px;
	padding-left: 70px;
	padding-bottom: 150px
}

.banner-section .content-column h1 {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2em;
	margin-bottom: 30px
}

.banner-section .content-column .text {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 2.1em;
	margin-bottom: 40px;
	font-weight: 700
}

.services-section {
	position: relative;
	padding-top: 105px;
	padding-bottom: 100px
}

.services-section .section-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.services-section .section-icons .icon-one {
	position: absolute;
	left: 15%;
	top: 15%;
	width: 33px;
	height: 33px;
	display: inline-block;
	background-repeat: no-repeat
}

.services-section .section-icons .icon-two {
	position: absolute;
	left: 5%;
	top: 70%;
	width: 45px;
	height: 45px;
	display: inline-block;
	background-repeat: no-repeat
}

.services-section .section-icons .icon-three {
	position: absolute;
	right: 15%;
	top: 18%;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat
}

.services-section .section-icons .icon-four {
	position: absolute;
	right: 5%;
	top: 70%;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat
}

.services-block {
	position: relative;
	margin-bottom: 30px
}

.services-block .inner-box {
	position: relative;
	text-align: center;
	padding: 45px 25px 0;
	background-color: #f5f5f5
}

.services-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	height: 0;
	background-color: #e3f4fb;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease
}

.services-block .inner-box:hover::before {
	height: 100%
}

.services-block .inner-box .icon-box {
	position: relative
}

.services-block .inner-box h3 {
	position: relative;
	font-size: 26px;
	color: #2f2440;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 32px
}

.services-block .inner-box a {
	position: relative;
	color: #2f2440;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.services-block .inner-box a:hover {
	color: #2e00c0
}

.services-block .inner-box .text {
	position: relative;
	color: #2f2440;
	font-size: 15px;
	line-height: 2em;
	margin-top: 20px;
	padding: 0 30px
}

.services-block .inner-box .plus-icon {
	position: relative;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 55px;
	margin-top: 30px;
	display: inline-block;
	border-radius: 50px 50px 0 0;
	background-image: -ms-linear-gradient(top, #e06722 0, #fb0dde 100%);
	background-image: -moz-linear-gradient(top, #e06722 0, #fb0dde 100%);
	background-image: -o-linear-gradient(top, #e06722 0, #fb0dde 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e06722), color-stop(100, #fb0dde));
	background-image: -webkit-linear-gradient(top, #e06722 0, #fb0dde 100%);
	background-image: linear-gradient(to bottom, #e06722 0, #fb0dde 100%)
}

.services-block .inner-box .plus-icon:hover {
	color: #fff;
	background-image: -ms-linear-gradient(top, #fb0dde 0, #e06722 100%);
	background-image: -moz-linear-gradient(top, #fb0dde 0, #e06722 100%);
	background-image: -o-linear-gradient(top, #fb0dde 0, #e06722 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fb0dde), color-stop(100, #e06722));
	background-image: -webkit-linear-gradient(top, #fb0dde 0, #e06722 100%);
	background-image: linear-gradient(to bottom, #fb0dde 0, #e06722 100%)
}

.services-block .inner-box:hover .plus-icon {
	border-radius: 50px;
	transform: translateY(-15px)
}

.about-section {
	position: relative;
	padding: 75px 0 80px;
	background-image: -ms-linear-gradient(right, #effaff 0, #fff 100%);
	background-image: -moz-linear-gradient(right, #effaff 0, #fff 100%);
	background-image: -o-linear-gradient(right, #effaff 0, #fff 100%);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #effaff), color-stop(100, #fff));
	background-image: -webkit-linear-gradient(right, #effaff 0, #fff 100%);
	background-image: linear-gradient(to left, #effaff 0, #fff 100%)
}

.about-section.style-two {
	background: 0 0;
	padding-top: 40px
}

.about-section .section-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.about-section .section-icons .icon-one {
	position: absolute;
	left: 50%;
	top: 15%;
	width: 33px;
	height: 33px;
	display: inline-block;
	background-repeat: no-repeat
}

.about-section .section-icons .icon-two {
	position: absolute;
	right: 5%;
	top: 30%;
	width: 45px;
	height: 45px;
	display: inline-block;
	background-repeat: no-repeat
}

.about-section .section-icons .icon-three {
	position: absolute;
	right: 5%;
	top: 70%;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat
}

.about-section .title-column {
	position: relative
}

.about-section .title-column .inner-column {
	position: relative;
	padding-top: 40px
}

.about-section .title-column .sec-title {
	margin-bottom: 25px
}

.about-section .title-column .text {
	position: relative;
	color: #2f2440;
	font-size: 14px;
	line-height: 2em
}

.about-section .title-column .author-box {
	position: relative;
	margin-top: 48px
}

.about-section .title-column .author-box .box-inner {
	position: relative;
	padding-top: 12px;
	padding-left: 105px;
	display: inline-block
}

.about-section .title-column .author-box .box-inner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #f4f4f4;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .2)
}

.about-section .title-column .author-box .box-inner h3 {
	position: relative;
	color: #2f2440;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em
}

.about-section .title-column .author-box .box-inner .designation {
	position: relative;
	color: #555;
	font-size: 14px;
	margin-top: 4px
}

.about-section .title-column .signature {
	position: relative;
	margin-top: 40px
}

.about-section .image-column {
	position: relative
}

.about-section .image-column .inner-column {
	position: relative;
	padding-top: 40px;
	text-align: center
}

.about-section .image-column .image {
	position: relative
}

.quote-section {
	position: relative;
	padding: 120px 0 80px;
	background-position: center center;
	background-image: -ms-linear-gradient(left, #0800b5 0, #f700f1 100%);
	background-image: -moz-linear-gradient(left, #0800b5 0, #f700f1 100%);
	background-image: -o-linear-gradient(left, #0800b5 0, #f700f1 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0800b5), color-stop(100, #f700f1));
	background-image: -webkit-linear-gradient(left, #0800b5 0, #f700f1 100%);
	background-image: linear-gradient(to right, #0800b5 0, #f700f1 100%)
}

.quote-section:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/background/2.png) center center no-repeat
}

.quote-section .quote-icon {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -50px;
	margin-top: -100px
}

.quote-section .quote-form {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
	width: 100%
}

.quote-form .form-group {
	position: relative;
	border-radius: 50px;
	margin-right: 200px;
	overflow: hidden
}

.quote-form .form-group input {
	position: relative;
	height: 80px;
	width: 50%;
	float: left;
	color: #848484;
	font-size: 16px;
	padding: 12px 45px;
	background-color: #fff;
	border-left: 1px solid #e5e5e5
}

.quote-form .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 28px 60px;
	background-color: #0400b5;
	border-radius: 50px
}

.quote-section .text {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 50px
}

.quote-section .text a {
	position: relative;
	color: #ef5cff
}

.quote-section .counter-boxed {
	position: relative;
	margin-top: 80px
}

.fact-counter {
	position: relative
}

.fact-counter .column {
	position: relative;
	margin-bottom: 30px
}

.fact-counter .column .inner {
	position: relative
}

.fact-counter .column .inner .content {
	position: relative
}

.fact-counter .column .inner .icon {
	position: relative;
	color: #ea3a60;
	font-size: 60px;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 28px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.fact-counter .count-outer .percentage {
	position: relative;
	font-weight: 700;
	color: #fff;
	font-size: 48px;
	line-height: 1em
}

.fact-counter .column .inner .count-outer {
	position: relative;
	font-weight: 700;
	color: #fff;
	font-size: 48px;
	line-height: 1em;
	font-family: Quicksand, sans-serif
}

.fact-counter .column .inner .counter-title {
	position: relative;
	font-size: 20px;
	color: #ebf9fb;
	margin-top: 18px;
	font-weight: 700
}

.work-section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 60px
}

.work-section .section-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.work-section .icon-one {
	position: absolute;
	left: 5%;
	top: 15%;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat
}

.work-section .icon-two {
	position: absolute;
	right: 5%;
	top: 30%;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat
}

.work-section .icon-three {
	position: absolute;
	right: 5%;
	bottom: 10%;
	width: 45px;
	height: 45px;
	display: inline-block;
	background-repeat: no-repeat
}

.work-section .image-column {
	position: relative
}

.work-section .image-column .inner-column {
	position: relative;
	margin-left: -40px;
	margin-bottom: 40px
}

.work-section .image-column .inner-column .image {
	position: relative
}

.work-section .content-column {
	position: relative
}

.work-section .content-column .inner-column {
	position: relative;
	padding-top: 50px;
	margin-bottom: 40px
}

.work-section .content-column .sec-title {
	margin-bottom: 25px
}

.work-section .content-column .bold-text {
	position: relative;
	color: #ec1c24;
	font-size: 24px;
	font-weight: 700
}

.work-section .content-column .text {
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px
}

.work-section .content-column .text p {
	position: relative;
	color: #2f2440;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 20px
}

.work-section .content-column .text p:last-child {
	margin-bottom: 0
}

.gallery-carousel-section {
	position: relative;
	overflow: hidden
}

.gallery-carousel-section .owl-dots {
	display: none
}

.gallery-carousel-section .owl-nav {
	position: absolute;
	max-width: 1170px;
	width: 100%;
	left: 50%;
	top: -80px;
	text-align: right;
	margin-left: -585px
}

.gallery-carousel-section .owl-nav .owl-next,
.gallery-carousel-section .owl-nav .owl-prev {
	position: relative;
	width: 35px;
	height: 35px;
	color: #0400b5;
	font-size: 20px;
	text-align: center;
	line-height: 31px;
	border-radius: 50px;
	margin-left: 10px;
	display: inline-block;
	border: 2px solid #0400b5;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.gallery-carousel-section .owl-nav .owl-next:hover,
.gallery-carousel-section .owl-nav .owl-prev:hover {
	color: #ec1c24;
	border-color: #ec1c24
}

.gallery-carousel-section .inner-container {
	position: relative;
	padding-top: 80px
}

.gallery-carousel-section .inner-container:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 0;
	width: 2000px;
	height: 100%;
	z-index: 10;
	background-color: #fff
}

.gallery-carousel-section .inner-container .owl-carousel .owl-stage-outer {
	overflow: visible
}

.gallery-item {
	position: relative;
	margin-bottom: 30px
}

.gallery-item .inner-box {
	position: relative;
	width: 100%
}

.gallery-item .image-box {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
	border-radius: 15px
}

.gallery-item .image-box img {
	position: relative;
	display: block;
	width: 100%
}

.gallery-item .inner-box .arrow-link {
	position: absolute;
	right: 30px;
	bottom: -30px;
	width: 60px;
	height: 60px;
	color: #0400b5;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	transform: scale(0, 0);
	background-color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.gallery-item .inner-box .arrow-link:hover {
	color: #fff;
	background-color: #0400b5
}

.gallery-item .inner-box:hover .arrow-link {
	transform: scale(1, 1)
}

.gallery-item .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff;
	text-align: center;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	background: rgba(0, 0, 0, .7);
	-moz-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.gallery-item .inner-box:hover .overlay-box {
	opacity: 1;
	-moz-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	visibility: visible
}

.gallery-item .overlay-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0
}

.gallery-item .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.gallery-item .overlay-inner .link {
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	margin: 0 3px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	background-color: #06009c;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.gallery-item .overlay-inner .link:before {
	position: absolute;
	content: '';
	left: 2px;
	right: -2px;
	top: 2px;
	bottom: -2px;
	z-index: -1;
	background-color: #fff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.gallery-item .overlay-inner .link:hover::before {
	background-color: #06009c
}

.gallery-item .overlay-inner .link .icon {
	position: relative
}

.gallery-item .overlay-inner .link:hover {
	color: #06009c;
	background-color: #fff
}

.form-section {
	position: relative
}

.form-section .image-layer {
	position: absolute;
	left: 0;
	top: 100px;
	width: 240px;
	height: 482px
}

.form-section .image-column {
	position: relative
}

.form-section .image-column .inner-column {
	position: relative
}

.form-section .image-column .image {
	position: relative;
	z-index: 1
}

.form-section .form-column {
	position: relative
}

.form-section .form-column .inner-column {
	position: relative
}

.form-section .form-column .sec-title {
	margin-bottom: 15px
}

.form-section .form-column .text {
	position: relative;
	color: #777;
	font-size: 16px;
	margin-bottom: 35px
}

.sec-title h2 span {
	color: #ec1c24
}

.default-form {
	position: relative;
	z-index: 1
}

.default-form .form-group {
	position: relative;
	margin-bottom: 20px
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=password],
.default-form .form-group input[type=tel],
.default-form .form-group input[type=text],
.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 20px;
	height: 50px;
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #f0f0f0;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 20px;
	color: #a5a5a5;
	height: 160px;
	font-size: 14px;
	resize: none;
	border-radius: 3px;
	border: 1px solid #ececec;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.sponsors-section {
	position: relative;
	padding: 60px 0 0
}

.sponsors-section .owl-carousel .owl-stage-outer {
	padding: 20px 0
}

.sponsors-section .owl-theme .image-box {
	margin: 0 15px
}

.sponsors-section .owl-carousel {
	margin: 0 -15px;
	width: auto
}

.sponsors-section .image-box {
	position: relative;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	background-color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.sponsors-section .image-box img {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 100%;
	opacity: .4;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.sponsors-section .image-box img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.sponsors-section .owl-dots,
.sponsors-section .owl-nav {
	display: none
}

.sponsors-section.style-two {
	padding-top: 0
}

.main-footer {
	position: relative;
	padding: 170px 0 0
}

.main-footer.margin-top {
	margin-top: -90px
}

.main-footer .footer-widget {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.main-footer .widgets-section {
	position: relative;
	padding-bottom: 40px
}

.main-footer .footer-widget h4 {
	position: relative;
	font-weight: 600;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 25px;
	padding-bottom: 20px;
	text-transform: capitalize
}

.main-footer .footer-widget h4:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 1px;
	width: 30px;
	background-color: #fff
}

.main-footer .logo-widget {
	position: relative
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 25px
}

.main-footer .logo-widget .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 30px
}

.list-link {
	position: relative
}

.list-link li {
	position: relative;
	margin-bottom: 15px
}

.list-link li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.list-link li a:hover {
	color: #ec1c24
}

.list-link li a:before {
	position: absolute;
	content: "\f105";
	left: 0;
	top: -2px;
	font-family: FontAwesome
}

.main-footer .gallery-widget {
	position: relative
}

.main-footer .gallery-widget .img-outer {
	position: relative;
	margin: 0 -3px
}

.main-footer .gallery-widget .image-box {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0 6px;
	margin-bottom: 12px
}

.main-footer .gallery-widget .image-box img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-footer .gallery-widget .image-box img:hover {
	opacity: .7
}

.main-footer .footer-bottom {
	position: relative
}

.main-footer .footer-bottom .inner-container {
	position: relative;
	padding: 18px 0
}

.main-footer .footer-bottom .copyright-column {
	position: relative
}

.main-footer .footer-bottom .copyright-column .copyright {
	position: relative;
	color: #fff;
	font-size: 14px
}

.main-footer .footer-bottom .copyright-column .copyright a {
	position: relative;
	color: #fff
}

.main-footer .footer-bottom .social-column {
	position: relative;
	text-align: right
}

.main-footer .footer-bottom .social-column ul {
	position: relative
}

.main-footer .footer-bottom .social-column ul li {
	position: relative;
	margin-left: 8px;
	display: inline-block
}

.main-footer .footer-bottom .social-column ul li.follow {
	color: #fff;
	font-size: 14px
}

.main-footer .footer-bottom .social-column ul li a {
	position: relative;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-footer .footer-bottom .social-column ul li a:hover {
	color: #ec1c24
}

.main-footer.style-two .pattern-layer {
	position: absolute;
	top: -400px;
	left: 0;
	width: 100%;
	height: 1155px;
	background-position: right bottom;
	background-repeat: no-repeat
}

.main-footer .pattern-layer-two {
	position: absolute;
	top: -400px;
	left: 0;
	width: 100%;
	height: 1155px;
	background-position: right top;
	background-repeat: no-repeat
}

.main-footer.style-two {
	background: 0 0
}

.main-footer.style-two .list-link li a,
.main-footer.style-two .list-style-one li,
.main-footer.style-two .logo-widget .text {
	color: #777
}

.main-footer.style-two .footer-widget h4:before {
	background-color: #2f2440
}

.main-footer.style-two .footer-widget h4 {
	color: #2f2440
}

.main-footer.style-three .footer-bottom .inner-container,
.main-footer.style-two .footer-bottom .inner-container {
	border-color: rgba(0, 0, 0, .15)
}

.main-footer.style-three .footer-bottom .copyright-column .copyright,
.main-footer.style-two .footer-bottom .copyright-column .copyright,
.main-footer.style-two .footer-bottom .copyright-column .copyright a {
	color: #2f2440;
	font-weight: 700
}

.main-footer.style-two .footer-bottom .social-column ul li.follow {
	color: #2f2440;
	font-weight: 700
}

.main-footer.style-three .footer-bottom .social-column ul li.follow {
	color: #2f2440
}

.main-footer.style-three .footer-bottom .social-column ul li a,
.main-footer.style-two .footer-bottom .social-column ul li a {
	color: #2f2440
}

.main-footer.style-three .list-link li a,
.main-footer.style-three .list-style-one li,
.main-footer.style-three .logo-widget .text {
	color: #777
}

.main-footer.style-three .footer-widget h4:before {
	background-color: #2f2440
}

.main-footer.style-three .footer-widget h4 {
	color: #2f2440
}

.main-footer.style-three .list-style-one li span {
	color: #2f2440;
	font-weight: 600
}

.banner-section-two {
	position: relative;
	padding-bottom: 100px;
	padding-top: 210px;
	background-position: center bottom;
	background-repeat: repeat-x
}

.banner-section-two .image-column {
	position: relative
}

.banner-section-two .image-column .inner-column {
	position: relative
}

.banner-section-two .image-column .image {
	position: relative;
	margin-left: -158px
}

.banner-section-two .image-column .image img {
	position: relative;
	max-width: inherit
}

.banner-section-two .content-column {
	position: relative
}

.banner-section-two .content-column .inner-column {
	position: relative;
	padding-top: 80px;
	padding-bottom: 150px
}

.banner-section-two .content-column h1 {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2em;
	margin-bottom: 30px
}

.banner-section-two .content-column .text {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 2.1em;
	margin-bottom: 40px;
	font-weight: 700
}

.services-section-two {
	position: relative
}

.services-section-two.style-two {
	padding-top: 60px;
	padding-bottom: 60px
}

.services-section-two .section-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.services-section-two .section-icons .icon-one {
	position: absolute;
	left: 8%;
	top: 32%;
	width: 33px;
	height: 33px;
	display: inline-block;
	background-repeat: no-repeat
}

.services-section-two .section-icons .icon-two {
	position: absolute;
	left: 5%;
	top: 85%;
	width: 45px;
	height: 45px;
	display: inline-block;
	background-repeat: no-repeat
}

.services-section-two .section-icons .icon-three {
	position: absolute;
	right: 7%;
	top: 28%;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat
}

.services-section-two .image-layer {
	position: absolute;
	content: '';
	left: 0;
	top: -180px;
	width: 100%;
	height: 100%
}

.services-section-two .inner-container {
	position: relative;
	padding-left: 400px;
	margin-top: -100px
}

.services-section-two .inner-container .service-block-two:first-child {
	position: absolute;
	left: 0;
	top: 50px
}

.services-section-two .inner-container .service-block-two:last-child {
	position: absolute;
	left: 0;
	top: 500px
}

.services-section-two .inner-container .service-block-two:nth-child(2) {
	margin-top: -25px
}

.services-section-two .inner-container .service-block-two:nth-child(4) {
	margin-top: 30px
}

.services-section-two .inner-container .service-block-two:nth-child(3) {
	margin-top: -130px
}

.services-section-two .inner-container .service-block-two:nth-child(5) {
	margin-top: -60px
}

.service-block-two {
	position: relative;
	z-index: 1;
	margin-bottom: 0
}

.service-block-two .inner-box {
	position: relative;
	overflow: hidden;
	padding: 45px 45px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .08)
}

.service-block-two .inner-box .shape-one {
	content: '';
	width: 250px;
	height: 250px;
	background: #ec1c24;
	border-radius: 50%;
	position: absolute;
	bottom: -120px;
	right: -120px;
	transform: scale(0);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.service-block-two .inner-box:hover .shape-one {
	transform: scale(1);
	webkit-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s
}

.service-block-two .inner-box .shape-two {
	content: '';
	width: 373px;
	height: 373px;
	background: #ec1c24;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	transform: translate(100%, 100%)
}

.service-block-two .inner-box:hover .shape-two {
	opacity: .6;
	transform: translate(50%, 50%);
	webkit-transition-delay: .6s;
	-ms-transition-delay: .6s;
	transition-delay: .6s
}

.service-block-two .inner-box .shape-three {
	content: '';
	width: 500px;
	height: 500px;
	background: #ec1c24;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	transform: translate(100%, 100%)
}

.service-block-two .inner-box:hover .shape-three {
	opacity: .4;
	webkit-transition-delay: .9s;
	-ms-transition-delay: .9s;
	transition-delay: .9s;
	transform: translate(50%, 50%)
}

.service-block-two .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	opacity: 0;
	background-color: #2f2440;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease
}

.service-block-two .inner-box:hover::before {
	height: 100%;
	opacity: 1
}

.service-block-two .inner-box .icon-box {
	position: relative;
	z-index: 2
}

.service-block-two .inner-box .icon-box {
	position: relative;
	font-size: 60px;
	line-height: 1em;
	color: #ec1c24;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-two .inner-box .icon-box .icon {
	position: relative
}

.service-block-two .inner-box h3 {
	position: relative;
	font-size: 24px;
	z-index: 2;
	color: #2f2440;
	font-weight: 700;
	line-height: 1.3em;
	margin: 35px 0 28px
}

.service-block-two .inner-box h3 a {
	position: relative;
	color: #2f2440;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.service-block-two .inner-box .read-more:hover,
.service-block-two .inner-box h3 a:hover {
	color: #ff0303
}

.service-block-two .inner-box .text {
	position: relative;
	color: #2f2440;
	text-align: justify!important;
	z-index: 2;
	font-size: 16px;
	line-height: 1.8em;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover .text,
.service-block-two .inner-box:hover h3 a {
	color: #fff
}

.choose-section {
	position: relative;
	padding: 120px 0 100px
}

.choose-section .section-icons {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.choose-section .section-icons .icon-one {
	position: absolute;
	right: 10%;
	top: 30%;
	width: 45px;
	height: 45px;
	display: inline-block;
	background-repeat: no-repeat
}

.choose-section .section-icons .icon-two {
	position: absolute;
	right: 15%;
	top: 70%;
	width: 33px;
	height: 33px;
	display: inline-block;
	background-repeat: no-repeat
}

.choose-section .title-column {
	position: relative
}

.choose-section .title-column .inner-column {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.choose-section .title-column .sec-title {
	margin-bottom: 25px
}

.choose-section .title-column .bold-text {
	position: relative;
	color: #ec1c24;
	font-size: 24px;
	font-weight: 700
}

.choose-section .title-column .text {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	font-size: 24px;
	line-height: 1.4em;
	margin-top: 25px;
	margin-bottom: 25px
}

.choose-section .title-column .theme-btn {
	margin-top: 22px
}

.choose-section .content-column {
	position: relative
}

.choose-section .content-column .inner-column {
	position: relative
}

.choose-section .pattern-layer {
	position: absolute;
	right: 0;
	top: 0;
	width: 693px;
	height: 925px;
	background-repeat: no-repeat
}

.app-block {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.app-block .inner-box {
	position: relative;
	padding: 40px 40px 0;
	background-color: #fff;
	border-radius: 15px;
	max-width: 430px;
	width: 100%;
	box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.app-block .inner-box .content {
	position: relative;
	padding-left: 88px;
	padding-bottom: 35px
}

.app-block .inner-box .content .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	color: #fff;
	text-align: center;
	padding-top: 24px;
	font-size: 25px;
	border-radius: 50px 50px 0 0;
	background-color: #ed1c24
}

.app-block .inner-box .content h3 {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	font-weight: 700
}

.app-block .inner-box .content .text {
	position: relative;
	color: #2f2440;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 14px
}

.app-block:nth-child(2) {
	margin-left: 140px
}

.app-block:nth-child(2) .inner-box .content .icon-box {
	background-color: #47a0e2
}

.app-block:nth-child(3) .inner-box .content .icon-box {
	background-color: #ffb400
}

.app-section.style-two .title-column .inner-column {
	padding-top: 140px
}

.video-section {
	position: relative;
	padding: 0 0 0
}

.video-section:before {
	position: absolute;
	content: '';
	left: 0;
	top: 30px;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 597px;
	height: 442px;
	background: url(../img/background/pattern-7.png) center center no-repeat
}

.video-box {
	position: relative;
	width: 970px;
	height: 500px;
	margin: 0 auto;
	z-index: 1
}

.video-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: url(../img/background/pattern-6.png) center center no-repeat
}

.video-box .image {
	position: relative;
	overflow: hidden;
	margin: 0
}

.video-box .image img {
	position: relative;
	width: 100%
}

.video-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	line-height: 80px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	background-image: -ms-linear-gradient(left, #f233a4 0, #5939db 100%);
	background-image: -moz-linear-gradient(left, #f233a4 0, #5939db 100%);
	background-image: -o-linear-gradient(left, #f233a4 0, #5939db 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f233a4), color-stop(100, #5939db));
	background-image: -webkit-linear-gradient(left, #f233a4 0, #5939db 100%);
	background-image: linear-gradient(to right, #f233a4 0, #5939db 100%)
}

.video-box .overlay-box span {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: #040093;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	padding-left: 4px;
	background-color: #fff;
	display: inline-block;
	margin-top: -40px;
	margin-left: -40px;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.video-box .ripple,
.video-box .ripple:after,
.video-box .ripple:before {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

.process-section {
	position: relative;
	padding: 130px 0 100px
}

.process-block {
	position: relative;
	margin-bottom: 30px
}

.process-block .inner-box {
	position: relative;
	text-align: center
}

.process-block .inner-box .icon-box {
	position: relative;
	margin-bottom: 25px
}

.process-block.one .inner-box .icon-box:first-child:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/resource/process-bg-1.png) no-repeat;
	background-position: center center
}

.process-block-two.two .inner-box .icon-box::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/resource/process-bg-2.png) no-repeat;
	background-position: center center
}

.process-block.three .inner-box .icon-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/resource/process-bg-3.png) no-repeat;
	background-position: center center
}

.process-block-two.four .inner-box .icon-box::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/resource/process-bg-4.png) no-repeat;
	background-position: center center
}

.process-block .inner-box .icon-box .icon {
	position: relative;
	z-index: 1
}

.process-block .inner-box h3 {
	position: relative;
	color: #2f2440;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em
}

.process-block .inner-box .number {
	position: relative;
	color: #2f2440;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	margin-top: 70px;
	background-color: #d7d7d7
}

.process-block .inner-box .number:before {
	position: absolute;
	content: '';
	left: 50%;
	top: -45px;
	width: 1px;
	height: 45px;
	background-color: #2f2440
}

.process-block-two {
	position: relative
}

.process-block-two .inner-box {
	position: relative;
	text-align: center
}

.process-block-two .inner-box .icon-box {
	position: relative;
	margin-top: 25px
}

.process-block-two .inner-box .icon-box .icon {
	position: relative;
	z-index: 1
}

.process-block-two .inner-box h3 {
	position: relative;
	color: #2f2440;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em
}

.process-block-two .inner-box .number {
	position: relative;
	color: #2f2440;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	margin-bottom: 70px;
	background-color: #d7d7d7
}

.process-block-two .inner-box .number:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -45px;
	width: 1px;
	height: 45px;
	background-color: #2f2440
}

.pricing-section {
	position: relative
}

.pricing-section .patern-layer {
	position: absolute;
	left: 0;
	top: -160px;
	width: 100%;
	height: 1291px
}

.pricing-section .sec-title {
	margin-bottom: 30px
}

.pricing-tabs .tabs-content .tab {
	position: relative;
	display: none
}

.pricing-tabs .tabs-content .tab.active-tab {
	display: block
}

.pricing-tabs {
	position: relative
}

.pricing-tabs .title-column {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}

.pricing-tabs .tab-buttons {
	position: relative;
	overflow: hidden;
	padding: 3px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #2f2440
}

.pricing-tabs .tab-buttons .tab-btn {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	float: left;
	cursor: pointer;
	padding: 11px 45px;
	border-radius: 50px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.pricing-tabs .tab-buttons .tab-btn.active-btn,
.pricing-tabs .tab-buttons .tab-btn:hover {
	color: #2f2440;
	background-color: #fff
}

.price-block {
	position: relative;
	margin-bottom: 30px;z-index:999;
}

.price-block .inner-box {
	position: relative;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);transition: all 0.4s;
} 
/* .price-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	display: block;
	background-color: #2f2440;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}
*/
.price-block .inner-box:hover{
	transform: scale(1.01);
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    box-shadow: 0px 10px 30px 5px #888888;

} 

.price-block .inner-box h3 {
	position: relative;
    background-color: #2f2440;
    color:#fff;
	font-size: 22px;
    font-weight: 600;
    padding: 15px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.price-block .inner-box .icon-box {
	position: relative
}

.price-block .inner-box .icon-box .icon {
	position: relative
}

.price-block .inner-box .price {
	position: relative;
	color: #2f2440;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 5px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	font-family: Quicksand, sans-serif
}

.price-block .inner-box .price sub {
	color: #ec1c24;
	font-size: 24px;
	font-weight: 400
}

.price-block .inner-box .price sup {
	position: relative;
	top: 8px;
	font-size: 24px;
	font-weight: 400
}

.price-block .inner-box .price-list {
	position: relative;
	margin-top: 18px;
	margin-bottom:20px
}

.price-block .inner-box .price-list li {
	position: relative;
	color: #2f2440;
	font-size: 14px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
    border-bottom: 1px solid;
    border-color: #cac8c8;
    padding: 16px;
}
.price-block .inner-box .price-list li:first-child {
    border-top:1px solid #cac8c8;
}

.price-block .inner-box .buy-btn {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 13px 46px;
	display: inline-block;
	border-radius: 50px;
	background-color: #ec1c24;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
	font-family: Quicksand, sans-serif;margin-bottom: 20px;
}

.price-block .inner-box:hover .buy-btn {
	background-color: #2f2440;
	color: #fff
}

.price-block .inner-box:hover .price-list li, {
	color: #ec1c24
}

.about-section-two {
	position: relative;
	padding: 90px 0 80px
}

.about-section-two .image-column {
	position: relative
}

.about-section-two .image-column .inner-column {
	position: relative
}

.about-section-two .image-column .image {
	position: relative;
	margin-left: -180px
}

.about-section-two .content-column {
	position: relative
}

.about-section-two .content-column .inner-column {
	position: relative;
	padding-top: 50px
}

.about-section-two .content-column .sec-title {
	margin-bottom: 20px
}

.about-section-two .content-column .content-text {
	position: relative;
	color: #777;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 30px
}

.about-section-two .content-column .accordion-box {
	margin-bottom: 50px
}

.accordion-box {
	position: relative
}

.accordion-box .heading {
	position: relative;
	color: #2f2440;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 45px;
	font-family: Poppins, sans-serif
}

.accordion-box .block {
	position: relative;
	padding-bottom: 30px
}

.accordion-box .block:last-child {
	padding-bottom: 0
}

.accordion-box .block .acc-btn {
	font-size: 18px;
	padding-right: 0;
	padding-left: 50px;
	position: relative;
	cursor: pointer;
	line-height: 30px;
	color: #2f2440;
	font-weight: 600;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background-image: -ms-linear-gradient(top, #1d07a3 0, #f500f3 100%);
	background-image: -moz-linear-gradient(top, #1d07a3 0, #f500f3 100%);
	background-image: -o-linear-gradient(top, #1d07a3 0, #f500f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1d07a3), color-stop(100, #f500f3));
	background-image: -webkit-linear-gradient(top, #1d07a3 0, #f500f3 100%);
	background-image: linear-gradient(to bottom, #1d07a3 0, #f500f3 100%)
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	font-size: 14px;
	color: #fff
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
	color: #fff;
	font-weight: 400
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color: #fff
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0
}

.accordion-box .block .acc-btn.active .icon-outer {
	border-color: #ff3548;
	color: #ff3548
}

.accordion-box .block .acc-content {
	position: relative;
	display: none
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
	display: block
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 10px 0 0 0
}

.accordion-box .block .content p {
	margin-bottom: 0;
	line-height: 2em;
	font-size: 16px;
	color: #555;
	padding-left: 50px
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0
}

.accordion-box.style-two .block .icon-outer {
	background-image: none;
	background-color: #eb2f5b
}

.testimonial-section-two {
	position: relative;
	padding: 160px 0 0
}

.testimonial-section-two .title-box {
	position: relative
}

.testimonial-section-two .title-box .quote-icon {
	position: absolute;
	left: 150px;
	top: 0;
	color: rgba(255, 255, 255, .3);
	font-size: 50px
}

.testimonial-section-two .title-box .pattern-layer {
	position: absolute;
	left: 0;
	top: -160px;
	width: 100%;
	height: 586px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.testimonial-section-two .lower-section {
	position: relative;
	overflow: hidden
}

.testimonial-section-two .lower-section .owl-dots,
.testimonial-section-two .lower-section .owl-nav {
	display: none
}

.testimonial-section-two .lower-section .owl-carousel .owl-stage-outer {
	padding: 10px 0
}

.testimonial-section-two .lower-section .inner-section {
	position: relative
}

.testimonial-block-two {
	position: relative
}

.testimonial-block-two .inner-box {
	position: relative;
	border-radius: 15px;
	padding: 35px 45px 35px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.testimonial-block-two .inner-box .upper-box {
	position: relative
}

.testimonial-block-two .inner-box .upper-box .quote-icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #efeef9;
	font-size: 80px;
	line-height: 1em
}

.testimonial-block-two .inner-box .upper-box .author-info {
	position: relative;
	padding-top: 80px;
	padding-left: 125px
}

.testimonial-block-two .inner-box .upper-box .author-info h3 {
	position: relative;
	color: #ec1c24;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em
}

.testimonial-block-two .inner-box .upper-box .author-info .designation {
	position: relative;
	margin-top: 4px;
	color: #2f2440
}

.testimonial-block-two .inner-box .upper-box .author-image {
	position: absolute;
	right: 0;
	top: 0
}

.testimonial-block-two .inner-box .lower-box {
	position: relative;
	margin-top: 30px
}

.testimonial-block-two .inner-box .lower-box .text {
	position: relative;
	color: #2f2440;
	font-size: 14px;
	line-height: 2.2em
}

.banner-section-three {
	position: relative;
	padding-top: 350px;
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat
}

.banner-section-three .image-layer {
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	height: 1037px;
	background-position: left top;
	background-repeat: no-repeat
}

.banner-section-three .image-layer-two {
	position: absolute;
	left: -80px;
	top: 150px;
	width: 100%;
	height: 1003px;
	z-index: 1;
	background-position: left top;
	background-repeat: no-repeat
}

.banner-section-three .image-layer .icon-box {
	position: absolute;
	right: 35%;
	bottom: 100px;
	width: 100px;
	height: 100px;
	z-index: 1;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background-image: -ms-linear-gradient(left, #2f2440 0, #ec1c24 100%);
	background-image: -moz-linear-gradient(left, #2f2440 0, #ec1c24 100%);
	background-image: -o-linear-gradient(left, #2f2440 0, #ec1c24 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2f2440), color-stop(100, #ec1c24));
	background-image: -webkit-linear-gradient(left, #2f2440 0, #ec1c24 100%);
	background-image: linear-gradient(to right, #2f2440 0, #ec1c24 100%)
}

.banner-section-three .image-layer .icon-box .ripple,
.banner-section-three .image-layer .icon-box .ripple:after,
.banner-section-three .image-layer .icon-box .ripple:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.banner-section-three .image-layer .icon-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.banner-section-three .image-layer .icon-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

.banner-section-three .image-layer .icon-box .play-icon {
	position: relative;
	color: #fff;
	font-size: 30px;
	z-index: 1
}

.banner-section-three .content {
	position: relative;
	max-width: 720px;
	z-index: 10;
	float: left;
	padding-top: 70px;
	padding-bottom: 80px
}

.banner-section-three .content .title {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #2f2440;
	letter-spacing: 0;
	margin-bottom: 22px;
	text-transform: uppercase
}

.banner-section-three .content h1 {
	position: relative;
	color: #2f2440;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 45px
}

.banner-section-three .content h1 span {
	position: relative;
	color: #ec1c24
}

.banner-section-three .content .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 35px
}

.banner-section-three .content .btn-box {
	position: relative
}

.banner-section-three .content .btn-box .theme-btn {
	position: relative;
	float: left;
	margin-right: 25px;
	margin-bottom: 15px
}

.featured-section {
	position: relative;
	padding-top: 60px
}

.featured-section .content-column {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.featured-section .content-column .inner-column {
	position: relative;
	padding-right: 70px
}

.featured-section .content-column h2 {
	position: relative;
	color: #2f2440;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 35px
}

.featured-section .content-column h2 span {
	color: #ec1c24
}

.featured-section .content-column .text {
	position: relative;
	color: #777;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 30px
}

.featured-section .content-column .list-style-three {
	margin-bottom: 30px
}

.featured-section .blocks-column {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.featured-section .blocks-column .inner-column {
	position: relative
}

.featured-section .blocks-column .inner-column .blocks-outer {
	position: relative
}

.featured-section .blocks-column .blocks-outer .featured-block:nth-child(1),
.featured-section .blocks-column .blocks-outer .featured-block:nth-child(3) {
	margin-left: 100px
}

.featured-block {
	position: relative;
	margin-bottom: 20px
}

.featured-block .inner-box {
	position: relative;
	padding: 25px 48px;
	display: inline-block;
	border-radius: 50px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .2)
}

.featured-block .inner-box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.featured-block .inner-box .content {
	position: relative;
	padding-left: 70px
}

.featured-block .inner-box .content .icon-box {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	line-height: 1em;
	color: #ec1c24;
	font-size: 40px
}

.featured-block .inner-box .content h3 {
	position: relative;
	color: #777;
	font-size: 24px;
	font-weight: 700;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .inner-box .content h3:hover {
	color: #2f2440
}

.counter-section {
	position: relative;
	padding: 150px 0 60px
}

.counter-section .pattern-layer {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 782px;
	height: 487px
}

.counter-section .pattern-layer-two {
	position: absolute;
	content: '';
	right: 0;
	top: 20px;
	width: 509px;
	height: 396px
}

.counter-section .plus-icon {
	position: absolute;
	left: 10%;
	top: 70%;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat
}

.counter-section .counter-column {
	position: relative
}

.counter-section .counter-column .inner-column {
	position: relative
}

.fact-counter.style-two .column .inner {
	position: relative;
	text-align: center;
	padding: 15px 15px 30px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.fact-counter.style-two .column .inner .content {
	position: relative
}

.fact-counter.style-two .count-outer .percentage {
	display: inline-block;
	font-weight: 700;
	color: #2f2440;
	font-size: 48px;
	line-height: 1em
}

.fact-counter.style-two .column .inner .count-outer {
	position: relative;
	font-weight: 700;
	color: #2f2440;
	font-size: 48px;
	line-height: 1em
}

.fact-counter.style-two .column .inner .counter-title {
	position: relative;
	font-size: 24px;
	color: #2f2440;
	margin-bottom: 10px
}

.counter-section .experiance-column {
	position: relative
}

.counter-section .experiance-column .inner-column {
	position: relative;
	text-align: center
}

.counter-section .experiance-column .year {
	position: relative;
	color: #fff;
	font-size: 72px;
	font-weight: 700;
	width: 180px;
	height: 180px;
	z-index: 1;
	text-align: center;
	line-height: 180px;
	margin: 0 auto;
	margin-top: -40px;
	border-radius: 50%;
	background-color: #ec1c24;
	font-family: Quicksand, sans-serif
}

.counter-section .experiance-column .year:before {
	position: absolute;
	content: '';
	left: -30px;
	right: -30px;
	top: -30px;
	bottom: -30px;
	opacity: .1;
	z-index: -1;
	border-radius: 50%;
	background-color: #ec1c24
}

.counter-section .experiance-column .title {
	position: relative;
	color: #2f2440;
	font-size: 16px;
	font-weight: 700;
	margin-top: 60px;
	font-family: Quicksand, sans-serif
}

.call-to-action-section {
	position: relative;
	padding: 120px 0 90px
}

.call-to-action-section .image-column {
	position: relative
}

.call-to-action-section .image-column .pattern-layer {
	position: absolute;
	left: 0;
	top: -30px;
	right: 0;
	bottom: 0;
	height: 618px;
	background-repeat: no-repeat;
	background-position: center top
}

.call-to-action-section .image-column .inner-column {
	position: relative;
	padding-right: 20px
}

.call-to-action-section .image-column .inner-column .image {
	position: relative
}

.call-to-action-section .image-column .inner-column .image img {
	position: relative;
	max-width: inherit;
	float: right
}

.call-to-action-section .content-column {
	position: relative
}

.call-to-action-section .content-column .inner-column {
	position: relative;
	padding-top: 20px
}

.call-to-action-section .content-column h2 {
	position: relative;
	color: #2f2440;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em
}

.call-to-action-section .content-column h2 span {
	color: #ec1c24
}

.call-to-action-section .content-column .bold-text {
	position: relative;
	color: #2f2440;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7em;
	margin-top: 20px;
	margin-bottom: 20px
}

.call-to-action-section .content-column .text {
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 40px
}

.call-to-action-section-two {
	position: relative;
	padding: 280px 0 280px;
	background-position: center center;
	background-repeat: no-repeat
}

.call-to-action-section-two .pattern-layer {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-repeat: no-repeat
}

.call-to-action-section-two .content {
	position: relative;
	text-align: right
}

.call-to-action-section-two .content h2 {
	position: relative;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em
}

.call-to-action-section-two .content .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 30px;
	margin-bottom: 30px
}

.call-to-action-section-two .section-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.call-to-action-section-two .section-icons .icon-one {
	position: absolute;
	left: 10%;
	top: 30%;
	width: 33px;
	height: 33px;
	background-repeat: no-repeat
}

.call-to-action-section-two .section-icons .icon-two {
	position: absolute;
	right: 10%;
	top: 10%;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat
}

.call-to-action-section-two .section-icons .icon-three {
	position: absolute;
	left: 28%;
	top: 60%;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat
}

.call-to-action-section-two .section-icons .icon-four {
	position: absolute;
	left: 88%;
	top: 60%;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat
}

.work-section-two {
	position: relative;
	padding: 60px 0 90px
}

.work-section-two .content-column {
	position: relative;
	z-index: 20
}

.work-section-two .content-column .inner-column {
	position: relative;
	margin-bottom: 40px
}

.work-section-two .content-column h2 {
	position: relative;
	color: #2f2440;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4em
}

.work-section-two .content-column .bold-text {
	position: relative;
	color: #ec1c24;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4em;
	margin: 15px 0
}

.work-section-two .content-column .text {
	position: relative;
	margin-bottom: 25px
}

.work-section-two .content-column .text p {
	position: relative;
	color: #2f2440;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 18px
}

.work-section-two .content-column .text p:last-child {
	margin-bottom: 0
}

.work-section-two .carousel-column {
	position: relative
}

.work-section-two .carousel-column .inner-column {
	position: relative
}

.work-section-two .carousel-column .inner-column:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 0;
	z-index: 10;
	width: 5000px;
	height: 100%;
	background-color: #fff
}

.work-section-two .carousel-column .owl-dots,
.work-section-two .carousel-column .owl-nav {
	display: none
}

.work-section-two .carousel-column .owl-carousel .owl-stage-outer {
	overflow: visible
}

.testimonial-section-three {
	position: relative;
	padding: 100px 0 60px
}

.testimonial-section-three .carousel-column {
	position: relative
}

.testimonial-section-three .carousel-column .inner-column {
	position: relative;
	padding-left: 30px;
	padding-right: 45px;
	padding-bottom: 30px
}

.testimonial-section-three .carousel-column .inner-column .border-box {
	position: absolute;
	content: '';
	left: 0;
	top: 40px;
	right: 0;
	bottom: 0;
	border: 1px dashed #ec1c24;
	border-top: none
}

.testimonial-section-three .carousel-column .inner-column .border-box .line-one {
	position: absolute;
	content: '';
	right: -2px;
	top: 0;
	width: 5px;
	height: 125px;
	background-color: #fff
}

.testimonial-section-three .carousel-column .inner-column .border-box:before {
	position: absolute;
	content: '';
	left: -5px;
	top: 60px;
	height: 1px;
	right: -8px;
	z-index: 1;
	transform: rotateZ(12deg);
	border-bottom: 1px dashed #ec1c24
}

.testimonial-section-three .carousel-column h2 {
	position: relative;
	color: #2f2440;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 50px
}

.testimonial-section-three .carousel-column h2 span {
	color: #ec1c24
}

.testimonial-section-three .carousel-column .quote {
	position: absolute;
	left: 70px;
	bottom: -30px;
	color: #ddd;
	font-size: 60px;
	line-height: 1em
}

.testimonial-section-three .carousel-column .owl-dots {
	display: none
}

.testimonial-section-three .carousel-column .owl-nav {
	position: absolute;
	right: -50px;
	top: 50px;
	text-align: right
}

.testimonial-section-three .carousel-column .owl-nav .owl-next,
.testimonial-section-three .carousel-column .owl-nav .owl-prev {
	position: relative;
	width: 35px;
	height: 35px;
	color: #2f2440;
	font-size: 20px;
	text-align: center;
	line-height: 31px;
	border-radius: 50px;
	margin-left: 10px;
	display: inline-block;
	border: 2px solid #ccc;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.testimonial-section-three .carousel-column .owl-nav .owl-next:hover,
.testimonial-section-three .carousel-column .owl-nav .owl-prev:hover {
	color: #fff;
	border-color: #ccc;
	background-color: #ccc
}

.testimonial-block-three {
	position: relative
}

.testimonial-block-three .inner-box {
	position: relative
}

.testimonial-block-three .inner-box .author-image {
	position: relative
}

.testimonial-block-three .inner-box .author-image img {
	position: relative;
	width: auto
}

.testimonial-block-three .inner-box .text {
	position: relative;
	color: #777;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 20px
}

.testimonial-block-three .inner-box .author-outer {
	position: relative;
	margin-top: 30px;
	text-align: right
}

.testimonial-block-three .inner-box .author-outer .authos-inner {
	position: relative;
	text-align: left;
	display: inline-block
}

.testimonial-block-three .inner-box .author-outer h3 {
	position: relative;
	color: #2f2440;
	font-size: 20px;
	font-weight: 700
}

.testimonial-block-three .inner-box .author-outer h3:before {
	position: absolute;
	content: '';
	left: -40px;
	top: 15px;
	height: 3px;
	width: 30px;
	border-radius: 10px;
	background-color: #ec1c24
}

.testimonial-block-three .inner-box .author-outer .designation {
	position: relative;
	color: #777;
	font-size: 14px
}

.testimonial-section-three .image-column {
	position: relative
}

.testimonial-section-three .image-column .inner-column {
	position: relative
}

.testimonial-section-three .image-column .inner-column .pattern-layer {
	position: absolute;
	left: 50px;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat
}

.testimonial-section-three .image-column .image {
	position: relative
}

.testimonial-section-three .image-column .image img {
	position: relative;
	max-width: inherit
}

.subscribe-section {
	position: relative;
	padding: 110px 0 0
}

.subscribe-section .image-column {
	position: relative
}

.subscribe-section .image-column .inner-column {
	position: relative
}

.subscribe-section .image-column .image {
	position: relative;
	z-index: 1
}

.subscribe-section .form-column {
	position: relative
}

.subscribe-section .form-column .inner-column {
	position: relative
}

.subscribe-section .form-column h2 {
	position: relative;
	color: #2f2440;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 50px
}

.subscribe-section .form-column h2 span {
	color: #ec1c24
}

.subscribe-section .pattern-layer {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-position: right top;
	background-repeat: no-repeat
}

.subscribe-form {
	position: relative;
	z-index: 1
}

.subscribe-form .form-group {
	position: relative;
	margin-bottom: 20px
}

.subscribe-form .form-group input[type=email],
.subscribe-form .form-group input[type=password],
.subscribe-form .form-group input[type=tel],
.subscribe-form .form-group input[type=text],
.subscribe-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 0;
	height: 50px;
	font-size: 14px;
	border-radius: 0;
	background: 0 0;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.subscribe-form .form-group input[type=email]:focus,
.subscribe-form .form-group input[type=password]:focus,
.subscribe-form .form-group input[type=tel]:focus,
.subscribe-form .form-group input[type=text]:focus,
.subscribe-form .form-group select:focus,
.subscribe-form .form-group textarea:focus {
	border-color: #ec1c24
}

.subscribe-form .form-group textarea {
	height: 200px;
	width: 100%;
	resize: none;
	background: 0 0;
	border-bottom: 1px solid #ccc
}

.subscribe-form .theme-btn {
	margin-top: 30px
}

.page-title {
	position: relative;
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat
}

.page-title .section-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.page-title .section-icons .icon-one {
	position: absolute;
	left: 6%;
	top: 35%;
	width: 58px;
	height: 67px;
	background-repeat: no-repeat
}

.page-title .section-icons .icon-two {
	position: absolute;
	left: 6%;
	top: 65%;
	width: 91px;
	height: 99px;
	background-repeat: no-repeat
}

.page-title .section-icons .icon-three {
	position: absolute;
	left: 26%;
	top: 35%;
	width: 58px;
	height: 67px;
	background-repeat: no-repeat
}

.page-title .section-icons .icon-four {
	position: absolute;
	left: 48%;
	top: 35%;
	width: 101px;
	height: 101px;
	background-repeat: no-repeat
}

.page-title .section-icons .icon-five {
	position: absolute;
	left: 48%;
	top: 65%;
	width: 64px;
	height: 60px;
	background-repeat: no-repeat
}

.page-title .section-icons .icon-six {
	position: absolute;
	right: 3%;
	top: 25%;
	width: 58px;
	height: 67px;
	background-repeat: no-repeat
}

.page-title .inner-container {
	position: relative;
	z-index: 5;
	padding: 265px 0 265px
}

.page-title .auto-container {
	position: relative
}

.page-title h1 {
	position: relative;
	font-size: 48px;
	color: #fff;
	line-height: 1.3em;
	font-weight: 700
}

.page-title .bread-crumb {
	position: relative;
	padding: 16px 0 0
}

.page-title .bread-crumb li {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	cursor: default;
	padding-right: 15px;
	margin-right: 12px
}

.page-title .bread-crumb li:before {
	position: absolute;
	right: -2px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	content: "\f105";
	font-weight: 700;
	font-family: FontAwesome
}

.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0
}

.page-title .bread-crumb li:last-child:before {
	display: none
}

.page-title .bread-crumb li a {
	color: #fff;
	font-weight: 700;
	font-family: Quicksand, sans-serif;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.page-title .bread-crumb li a:hover {
	color: #2f2440
}

.team-page-section {
	position: relative;
	padding-top: 70px
}

.team-page-section .team-block {
	margin-bottom: 60px
}

.faq-page-section {
	position: relative;
	padding-top: 70px
}

.faq-page-section .title-column {
	position: relative
}

.faq-page-section .title-column .inner-column {
	position: relative;
	margin-bottom: 40px;
	padding-right: 100px
}

.faq-page-section .title-column .sec-title {
	margin-bottom: 25px
}

.faq-page-section .title-column .text {
	position: relative;
	color: #777;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 25px
}

.price-page-section {
	padding-top: 60px
}

.testimonial-page-section {
	padding-top: 60px
}

.testimonial-page-section .testimonial-block-two {
	margin-bottom: 30px
}

.error-section {
	position: relative;
	padding: 40px 0 10px
}

.error-section .content {
	position: relative;
	text-align: center
}

.error-section h1 {
	position: relative;
	color: #2f2440;
	font-size: 180px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 10px
}

.error-section h2 {
	position: relative;
	color: #2f2440;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 10px
}

.error-section .text {
	position: relative;
	color: #2f2440;
	font-size: 20px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 30px
}

.comming-soon {
	position: relative;
	text-align: center
}

.comming-soon .content {
	position: relative
}

.comming-soon .content .content-inner {
	position: relative;
	padding: 50px 15px
}

.comming-soon .content .content-inner h2 {
	position: relative;
	color: #2f2440;
	font-size: 90px;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 80px
}

.comming-soon .content .content-inner .text {
	position: relative;
	color: #2f2440;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6em;
	margin-top: 28px;
	margin-bottom: 60px;
	letter-spacing: 1px
}

.time-counter {
	position: relative
}

.time-counter .time-countdown {
	position: relative
}

.time-counter .time-countdown .counter-column {
	position: relative;
	margin: 0 15px 0;
	width: 170px;
	height: 170px;
	text-align: center;
	display: inline-block;
	padding: 10px 0 10px;
	border: 2px solid #2f2440;
	color: #2f2440;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px
}

.time-counter .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 65px;
	line-height: 40px;
	padding: 30px 10px;
	color: #2f2440;
	letter-spacing: 1px;
	font-weight: 300
}

.comming-soon .emailed-form .form-group {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px
}

.comming-soon .emailed-form .form-group input[type=email],
.comming-soon .emailed-form .form-group input[type=tel],
.comming-soon .emailed-form .form-group input[type=text],
.comming-soon .emailed-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	height: 60px;
	font-size: 14px;
	color: #797979;
	overflow: hidden;
	padding: 10px 50px 10px 30px;
	background: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #ccc
}

.comming-soon .emailed-form .form-group input[type=submit],
.comming-soon .emailed-form button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 160px;
	height: 50px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	background: #2f2440;
	letter-spacing: 1px;
	text-transform: capitalize
}

.sidebar-page-container {
	position: relative;
	padding: 100px 0 80px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 0
}

.sidebar-widget {
	margin-bottom: 60px
}

.sidebar .service-list {
	position: relative
}

.sidebar .service-list li {
	position: relative;
	line-height: 24px;
	margin-bottom: 18px
}

.sidebar .service-list li:last-child {
	margin-bottom: 0
}

.sidebar .service-list li a {
	position: relative;
	display: block;
	color: #2f2440;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	padding: 17px 25px;
	border: 1px solid #d7d7d7;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.sidebar .service-list li a:before {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 16px;
	display: block;
	line-height: 26px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	z-index: 5
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a {
	color: #fff;
	background: #ec1c24;
	border-color: #ec1c24
}

.broucher-widget {
	position: relative
}

.broucher-widget .widget-content {
	position: relative;
	padding: 25px 25px;
	background-color: #f5f5f5;
	border: 1px solid #d7d7d7
}

.broucher-widget .widget-content .content-inner {
	position: relative;
	padding-left: 85px
}

.broucher-widget .widget-content h3 {
	position: relative;
	font-size: 20px;
	color: #0a15a9;
	font-weight: 700;
	margin-bottom: 20px
}

.broucher-widget .widget-content .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #ec1c24;
	font-size: 64px;
	line-height: 1em
}

.broucher-widget .widget-content .content-inner .text {
	position: relative;
	color: #777;
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 20px
}

.broucher-widget .widget-content .download {
	position: relative;
	color: #ec1c24;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline
}

.services-detail {
	position: relative
}

.services-detail .inner-box {
	position: relative
}

.services-detail .inner-box .image {
	position: relative
}

.services-detail .inner-box .image img {
	position: relative
}

.services-detail .inner-box .lower-content {
	position: relative;
	padding-top: 35px
}

.services-detail .inner-box .lower-content h2 {
	position: relative;
	color: #0a15a9;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3em;
	margin-bottom: 20px
}

.services-detail .inner-box .lower-content .text {
	position: relative;
	z-index: 1
}

.services-detail .inner-box .lower-content .text p {
	position: relative;
	color: #777;
	font-size: 16px;
	line-height: 1.7em
}

.services-detail .inner-box .lower-content .text p:last-child {
	margin-bottom: 0
}

.services-detail .inner-box .lower-content .text h3 {
	position: relative;
	color: #ff7e00;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px
}

.projects-page-section {
	position: relative;
	padding: 60px 0 0
}

.projects-page-section .filters {
	position: relative;
	margin-bottom: 55px
}

.projects-page-section .filters .filter-tabs {
	position: relative
}

.projects-page-section .filters li {
	position: relative;
	display: inline-block;
	color: #777;
	padding: 0 12px 8px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	margin: 0 10px 8px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-family: Quicksand, sans-serif
}

.projects-page-section .filters li:after {
	position: absolute;
	content: '/';
	right: -14px;
	top: 1px;
	font-size: 14px;
	color: #2f2440
}

.projects-page-section .filters li:last-child::after {
	display: none
}

.projects-page-section .filters .filter.active,
.projects-page-section .filters .filter:hover {
	color: #2f2440
}

.projects-page-section .filters li:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 0;
	background-color: #ec1c24;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.projects-page-section .filters li.active::before,
.projects-page-section .filters li:hover:before {
	width: 100%
}

.gallery-item-two {
	position: relative;
	margin-bottom: 55px
}

.gallery-item-two .inner-box {
	position: relative;
	width: 100%
}

.gallery-item-two .image-box {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
	border-radius: 15px
}

.gallery-item-two .image-box img {
	position: relative;
	display: block;
	width: 100%
}

.gallery-item-two .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff;
	text-align: center;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	background: rgba(0, 0, 0, .7);
	-moz-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.gallery-item-two .inner-box:hover .overlay-box {
	opacity: 1;
	-moz-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	visibility: visible
}

.gallery-item-two .overlay-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0
}

.gallery-item-two .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.gallery-item-two .overlay-inner .link {
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	margin: 0 3px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	background-color: #06009c;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.gallery-item-two .overlay-inner .link:before {
	position: absolute;
	content: '';
	left: 2px;
	right: -2px;
	top: 2px;
	bottom: -2px;
	z-index: -1;
	background-color: #fff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.gallery-item-two .overlay-inner .link:hover::before {
	background-color: #06009c
}

.gallery-item-two .overlay-inner .link .icon {
	position: relative
}

.gallery-item-two .overlay-inner .link:hover {
	color: #06009c;
	background-color: #fff
}

.gallery-item-two .inner-box .lower-box {
	position: relative;
	padding-top: 25px
}

.gallery-item-two .inner-box .lower-box .arrow-link {
	position: absolute;
	right: 30px;
	top: -30px;
	width: 60px;
	height: 60px;
	color: #0400b5;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	transform: scale(0, 0);
	background-color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.gallery-item-two .inner-box .lower-box .arrow-link:hover {
	color: #fff;
	background-color: #0400b5
}

.gallery-item-two .inner-box:hover .arrow-link {
	transform: scale(1, 1)
}

.gallery-item-two .inner-box .lower-box h3 {
	position: relative;
	color: #2f2440;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em
}

.gallery-item-two .inner-box .lower-box h3 a {
	position: relative;
	color: #2f2440;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.gallery-item-two .inner-box .lower-box h3 a:hover {
	color: #0e009d
}

.gallery-item-two .inner-box .lower-box .category {
	position: relative;
	color: #777;
	font-size: 14px;
	margin-top: 4px;
	text-transform: uppercase
}

.gallery-item-two.mix {
	display: none
}

.projects-detail-section {
	position: relative;
	padding: 60px 0 0
}

.projects-detail-section .gallery-boxed {
	position: relative
}

.projects-detail-section .gallery-boxed .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px
}

.projects-detail-section .gallery-boxed .image img {
	position: relative;
	width: 100%;
	display: block
}

.projects-detail-section .gallery-boxed .owl-dots {
	display: none
}

.projects-detail-section .gallery-boxed .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -38px
}

.projects-detail-section .gallery-boxed .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 70px;
	color: #fff;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.projects-detail-section .gallery-boxed .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 70px;
	color: #fff;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.projects-detail-section .gallery-boxed .owl-nav .owl-next:hover,
.projects-detail-section .gallery-boxed .owl-nav .owl-prev:hover {
	color: #ec1c24;
	background-color: #fff
}

.projects-detail-section .lower-content {
	position: relative
}

.projects-detail-section h3 {
	position: relative;
	color: #2f2440;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 20px
}

.projects-detail-section p {
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 15px
}

.project-info {
	position: relative
}

.project-info li {
	position: relative;
	margin-bottom: 16px
}

.project-info li .icon {
	position: relative;
	margin-right: 12px;
	color: #ec1c24
}

.project-info li strong {
	position: relative;
	font-weight: 700;
	color: #2f2440;
	margin-right: 8px
}

.main-menu .navigation>li.has-mega-menu {
	position: static
}

.main-menu .navigation>li.has-mega-menu:after,
.main-menu .navigation>li.has-mega-menu:before {
	display: none
}

.main-menu .navigation>li>.mega-menu {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1170px;
	background-color: #fff;
	padding: 45px 40px 30px 45px;
	top: 100%;
	z-index: 100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li:hover>.mega-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1)
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
	position: relative
}

.main-menu .navigation>li .mega-menu-bar h3 {
	position: relative;
	color: #020e28;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2
}

.main-menu .navigation>li .mega-menu-bar>ul {
	position: relative
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	text-transform: capitalize;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navigation>li .mega-menu-bar .column {
	position: relative;
	margin-bottom: 10px
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
	border: none
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 20px;
	font-weight: 600;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
	color: #004cda
}

input:focus {
	outline: 0!important;
	box-shadow: none!important
}

.dez-quik-search {
	background-color: #f7941e;
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	z-index: 999;
	overflow: hidden;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease
}

.dez-quik-search .submit-btn {
	position: absolute;
	right: 50px;
	top: 0;
	padding: 39px 0;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	background: 0 0
}

.dez-quik-search.view-top-search {
	width: 100%;
	display: block;
	visibility: visible
}

.dez-quik-search form {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative
}

.dez-quik-search .form-control {
	padding: 15px;
	width: 100%;
	height: 110px;
	border: none;
	background: 0 0;
	color: #fff;
	font-size: 20px
}

.dez-quik-search .form-control::-moz-placeholder {
	color: #fff
}

.dez-quik-search .form-control:-moz-placeholder {
	color: #fff
}

.dez-quik-search .form-control:-ms-input-placeholder {
	color: #fff
}

.dez-quik-search .form-control::-webkit-input-placeholder {
	color: #fff
}

.dez-quik-search span {
	position: absolute;
	right: 15px;
	top: 50%;
	color: #fff;
	margin: -15px 0;
	height: 25px;
	font-size: 20px;
	cursor: pointer
}

@media only screen and (max-width:767px) {
	.dez-quik-search .form-control {
		height: 70px
	}
}

.color-palate .rtl-version.option-box {
	margin-left: 0;
	float: none
}

.color-palate .rtl-version.option-box>li {
	position: relative;
	color: #fff;
	width: 40%;
	margin: 0 3px;
	cursor: pointer;
	margin-bottom: 9px;
	padding: 6px 12px;
	display: inline-block;
	background-color: #004cda;
	text-transform: capitalize
}

.color-trigger .fas {
	-webkit-animation: rotation 2s infinite linear
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg)
	}
}

.main-slider-six {
	position: relative;
	z-index: 10;
	height: 637px
}

.main-slider-six .image-layer {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 617px;
	z-index: -1;
	background-position: left top;
	background-repeat: no-repeat
}

.main-slider-six .image-layer-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 605px;
	z-index: -1;
	background-position: left top;
	background-repeat: no-repeat
}

.main-slider-six .image-layer .icon-box {
	position: absolute;
	right: 35%;
	bottom: 100px;
	width: 100px;
	height: 100px;
	z-index: 1;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background-image: -ms-linear-gradient(left, #2f2440 0, #ec1c24 100%);
	background-image: -moz-linear-gradient(left, #2f2440 0, #ec1c24 100%);
	background-image: -o-linear-gradient(left, #2f2440 0, #ec1c24 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2f2440), color-stop(100, #ec1c24));
	background-image: -webkit-linear-gradient(left, #2f2440 0, #ec1c24 100%);
	background-image: linear-gradient(to right, #2f2440 0, #ec1c24 100%)
}

.main-slider-six .image-layer .icon-box .ripple,
.main-slider-six .image-layer .icon-box .ripple:after,
.main-slider-six .image-layer .icon-box .ripple:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.main-slider-six .image-layer .icon-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.main-slider-six .image-layer .icon-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

.main-slider-six .image-layer .icon-box .play-icon {
	position: relative;
	color: #fff;
	font-size: 30px;
	z-index: 1
}

.main-slider-six .rev_slider li.tp-revslider-slidesli {
	padding-bottom: 100px;
	padding-top: 210px;
	background-position: center bottom;
	background-repeat: repeat-x
}

.main-slider-six .tp-caption {
	z-index: 5!important
}

.main-slider-six .tp-dottedoverlay {
	background: 0 0!important
}

.main-slider-six .btns-box .theme-btn {
	float: left;
	margin-right: 28px;
	margin-bottom: 10px
}

.main-slider-six .title {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #2f2440;
	letter-spacing: 0;
	margin-bottom: 22px;
	text-transform: uppercase
}

.main-slider-six h2 {
	position: relative;
	color: #2f2440;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 45px
}

.main-slider-six h2 span {
	position: relative;
	color: #ec1c24
}

.main-slider-six .tp-bannertimer,
.main-slider-six .tp-bullets {
	display: none!important
}

/********************************
PRELOADER STYLING
********************************/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.do-loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../img/ED_OLD.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.do-loader:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: -6px;
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    border-top: 1px solid #2f2440;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 100%;
    -webkit-animation: spinning 0.750s infinite linear;
    -moz-animation: spinning 0.750s infinite linear;
    -o-animation: spinning 0.750s infinite linear;
    animation: spinning 0.750s infinite linear;
}

@-webkit-keyframes spinning {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spinning {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes spinning {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes spinning {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.menu_title_main{ color:#fff;float:left;margin-left:20px;padding: 5px;}
.menu_title_main{line-height:1}
.fixed-header .sticky-header .menu_title_main{ color:#2f2440;float:left;margin-left:20px;padding:17px 0;}
.navigation_link span{display:block;line-height:1.2}
.top_bar{border-bottom: 1px solid rgba(255,255,255,0.4);padding: 8px 0;}
.top_bar span{color: #ec1c24;margin-right:3px;}
.top_bar a{margin-left:20px;color:#fff}
