

/* + Header */
.menu-block .ownavigation .container {
	position: relative;
}
.top-header {
	text-align: center;
}
.top-header .container {
	position: relative;
}
.top-header .top-left {
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.top-header .top-left .lang-block .btn-group,
.top-header .top-left .lang-block .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	width: auto;
}
.top-header .top-left .lang-block .btn-group .btn {
	border: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.325px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	text-transform: uppercase;
}
.top-header .top-left .lang-block .bootstrap-select .dropdown-toggle:focus,
.top-header .top-left .lang-block .btn-group .btn-default:hover,
.top-header .top-left .lang-block .btn-group .btn-default.active, 
.top-header .top-left .lang-block .btn-group .btn-default:active, 
.top-header .top-left .lang-block .btn-group.open > .dropdown-toggle.btn-default {
	background-color: transparent;
}
.top-header .top-left .lang-block .bootstrap-select .dropdown-toggle:focus {
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	display: none;
}
.bootstrap-select.btn-group .dropdown-toggle .bs-caret::before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 13px;
}
.top-header .logo-block {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}

.top-header .logo-block a > span,
.menu-block .ownavigation .navbar-header .navbar-brand > span {
	float: left;
	font-family: 'AleoRegular';
	font-size: 63.25px;
	font-weight: normal;
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	position: relative;
	margin-right: 5px;
	line-height: 54px;
	color: #fff;
	z-index: 1;
}
.top-header .logo-block a > span::after,
.top-header .logo-block a > span::before,
.menu-block .ownavigation .navbar-header .navbar-brand > span::after,
.menu-block .ownavigation .navbar-header .navbar-brand > span::before {
	background-color: #cd2122;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	bottom: 7px;
	z-index: -1;
	transform: skew(-20deg) rotate(-20deg);
	-webkit-transform: skew(-20deg) rotate(-20deg);
	-moz-transform: skew(-20deg) rotate(-20deg);
	-ms-transform: skew(-20deg) rotate(-20deg);
}
.top-header .logo-block a > span::after,
.menu-block .ownavigation .navbar-header .navbar-brand > span::after {
	background-color: #fff;
	left: 5px;
	right: -7px;
	top: -5px;
	bottom: 5px;
	z-index: -2;
}

.top-header .top-right {
	float: right;
	position: relative;
}
.top-header .top-right > span,
.top-header .top-right > ul,
.top-header .top-right > div {
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
}
.top-header .top-right > span {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.top-header .top-right > ul {
	padding-left: 0;
	margin-left: 20px;
	margin-bottom: 0;
}
.top-header .top-right > ul > li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
}
.top-header .top-right > ul .dropdown-menu {
	background-color: #fff;
	border: none;
	right: 0;
	left: auto;
	border-radius: 0;
	opacity: 0;
	display: block;
	margin: 0;
	padding: 0;
	visibility: hidden\0/;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
	-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}
.top-header .top-right > ul > li.dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-mos-transition: -mos-transform 0.4s, opacity 0.1s;
	-o-transition: -o-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}
.top-header .top-right > ul > li > a {
	font-size: 13px;
	text-transform: uppercase;
}
.top-header .top-right > ul > li.dropdown:hover .dropdown-menu li > a {
	padding: 10px 20px;
}
.top-header .top-right > span > a,
.top-header .top-right > ul > li > a {
	color: #4c4c4c;
	letter-spacing: 0.13px;
	text-decoration: none;
}
.top-header .top-right > ul > li > a {
	position: relative;
}
.top-header .top-right > ul > li > a::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 13px;
	margin-left: 5px;
}
.top-header .top-right > span > a:hover,
.top-header .top-right > ul > li > a:hover {
	color: #cd2122;
}
.top-header .top-right > div {
	margin-left: 20px;
}
.top-header .top-right > div > a {
	color: #cd2122;
	font-size: 14px;
}
.menu-block .ownavigation .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 0.7px;
}
.menu-block.navbar-fixed-top {
	z-index: 3;
}

/* - Footer */
.footer-main {
	border-top: 3px solid #cd2122;
}
.top-footer .container {
	position: relative;
}
.top-footer {
	background-color: #000;
	position: relative;
	padding-top: 95px;
	padding-bottom: 50px;
}
.top-footer::before {
	background-image: url("../images/footer-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.top-footer .logo-block {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 95px;
}
.top-footer .logo-block > h3 {
	margin-top: 0;
	margin-bottom: 40px;
}
.top-footer .logo-block > h3 > a {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.top-footer .logo-block > p {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.374px;
	padding: 0 23%;
}
.top-footer .logo-block > ul {
	padding-left: 0;
	margin-top: 50px;
	margin-bottom: 0;
}
.top-footer .logo-block > ul > li {
	display: inline-block;
	margin: 0 12px;
}
.top-footer .logo-block > ul > li > a {
	color: #fff;
	font-size: 14px;
}
.top-footer .logo-block > ul > li > a:hover {
	color: #cd2122;
}
.top-footer .row [class*="col-md-"]:first-of-type {
	border-right: 1px solid rgba(255,255,255,0.1);
}
.top-footer .row [class*="col-md-"]:last-of-type {
	border-left: 1px solid rgba(255,255,255,0.1);
}
.top-footer .widget-title {
	color: #f9f9f9;
	font-size: 24px;
	margin-top: 0;
	line-height: 35px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 16px;
	position: relative;
}
.top-footer .widget-title::before {
	background-color: #cd2122;
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	width: 37px;
	height: 2px;
	left: 0;
}
.top-footer .widget_contact {
	padding-right: 50px;
}
.top-footer .contact-tab .nav-tabs {
	border-bottom: none;
	margin-bottom: 2px;
}
.top-footer .contact-tab .nav-tabs > li {
	margin-bottom: 0;
}
.top-footer .contact-tab .nav-tabs > li:last-child {
	float: right;
}
.top-footer .contact-tab .nav-tabs > li > a {
	background-color: #474747;
	color: #fff;
	border-radius: 0;
	margin-right: 0;
	border: none;
	font-size: 18px;
}
.top-footer .contact-tab .nav-tabs > li > a:focus, 
.top-footer .contact-tab .nav-tabs > li > a:hover,
.top-footer .contact-tab .nav-tabs > li.active > a, 
.top-footer .contact-tab .nav-tabs > li.active > a:focus, 
.top-footer .contact-tab .nav-tabs > li.active > a:hover {
	border: none;
	background-color: #cd2122;
}
.top-footer .contact-tab .tab-content {
	background-color: #474747;
	color: #fff;
	padding: 35px 40px;
}
.top-footer .contact-tab .tab-content p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.672px;
	margin-bottom: 0;
}
.top-footer .contact-tab .tab-content p > a {
	color: #fff;
}
.top-footer .widget_links {
	padding-left: 50px;
	padding-right: 50px;
}
.top-footer .widget_links2 {
	padding-left: 50px;
}

.bottom-footer {
	background-color: #282828;
	color: #afafaf;
	text-align: center;
	padding: 40px 0;
}
.bottom-footer .container > p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}
.bottom-footer .container > p a{ color:#afafaf;}

/* + Section Header */
.section-header {
	display: inline-block;
	margin-bottom: 23px;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.section-header::before {
	left: -76px;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
}

.section-header h3 {
	color: #000;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 41px;
	letter-spacing: 1.28px;
	margin-bottom: 12px;
	margin-top: 0;
	padding-bottom: 30px;
	position: relative;
}
.section-header h3::before {
	background-color: #cd2122;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	height: 2px;
	margin: 0 auto;
}

/* + Page Header */
.page-banner {
	

	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.page-banner.services{
	background-image: url("../images/services-bg.jpg");
		background-repeat: no-repeat;
	background-size: cover;
}
.page-banner.contact{
	background-image: url("../images/contact-bg.jpg");
		background-repeat: no-repeat;
	background-size: cover;
}
.page-banner.other{
	background-image: url("../images/other-bg.jpg");
		background-repeat: no-repeat;
	background-size: cover;
}
.page-banner.about{
	background-image: url("../images/about-bg.jpg");
		background-repeat: no-repeat;
	background-size: cover;
}
.m-b-30{ margin-bottom:30px;}
.m-b-20{ margin-bottom:20px;}
.minheight150{ min-height:150px;}
.whitebg{ background:#fff!important;}
.achievements li{ list-style:none; padding:10px; max-width:150px; display:inline-block;}
.achievements{ padding:0; margin:0; width:100%; text-align:center;}
.page-title {
	display: inline-block;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}
.page-banner h3 {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 31px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 11px 24px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	max-width: 100%;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin: 11px 0 0;
	padding: 9px 25px;
	text-align: center;
	display: inline-block;
	max-width: 100%;
	position: relative;
	z-index: 1;
}
.page-banner .breadcrumb::before,
.page-banner .breadcrumb::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80%;
	z-index: -1;
}
.page-banner .breadcrumb::before {
	left: 0;
	transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
}
.page-banner .breadcrumb::after {
	right: 0;
	transform: skew(25deg);
	-webkit-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-ms-transform: skew(25deg);
}
.page-banner .breadcrumb li {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.28px;
	text-transform: lowercase;
}
.page-banner .breadcrumb > li + li::before {
	color: #bfbfbf;
	content: ">";
	padding-left: 9px;
	padding-right: 9px;
}
.page-banner .breadcrumb li,
.page-banner .breadcrumb li a {
	color: #000000;
}
.page-banner .breadcrumb li a {
	text-decoration: none;
}

/* + Ow-pagination */
.ow-pagination ul {
	margin-bottom: 0;
	margin-top: 0;
}
.ow-pagination ul li {
	display: inline-block;
}
.ow-pagination ul li + li {
	margin-left: 15px;
}
.ow-pagination ul li a { 
	border: 1px solid #cd2122;
	border-radius: 0;
	color: #777777;
	font-size: 18px;
	margin: 0;
	min-width: 40px;
	min-height: 40px;
	text-align: center;
	padding: 6px 14px 4px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination .pagination > li:first-child > a, 
.ow-pagination .pagination > li:first-child > span,
.ow-pagination .pagination > li:last-child > a, 
.ow-pagination .pagination > li:last-child > span {
	border-radius: 0;
}
.ow-pagination ul li a:focus,
.ow-pagination ul li a:hover {
	border-color: transparent;
	background-color: #cd2122;
	color: #fff;
}

/* + Shortcodes */
/* - Slider Section */
.slider-section {
	direction: ltr;
}
.slider-section .slide-title > span {
	background-color: rgba(255,255,255,0.8);
	letter-spacing: 5.6px !important;
	color: #cd2122;
	padding: 2px 5px 4px;
}
.slider-section .slide-border {
	background-color: #cd2122;
	display: inline-block;
	width: 95px;
	height: 2px;
}
.slider-section .tparrows {
	background-color: #000000;
	border-radius: 0;
	height: 37px;
	line-height: 37px;
	width: 34px;
	text-align: center;
	transform: skew(-10deg);
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.24);
}
.slider-section .tparrows::before {
	font-family: FontAwesome;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	width: 37px;
	text-align: center;
	transform: skew(10deg);
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-ms-transform: skew(10deg);
}
.slider-section .tp-leftarrow::before {
	content: "\f053";
}
.slider-section .tp-rightarrow::before {
	content: "\f054";
}
.slider-section .tparrows:hover::before {
	opacity: 1;
}

/* - Counter Section */
.ribbon-section {
	background-color: #cd2122;
	padding-bottom: 72px;
	padding-top: 72px;
	color:#fff;
	position:relative;
}
.ribbon-section::before {
    background-image: url(../images/ribbon-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ribbon-section h3 {
font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.28px;
}
.btn-apply:focus, .btn-apply:hover {
    background-color: #fff;
	color:#cd2122
}

.btn-apply {
    color: #fff;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 0.56px;
    padding: 11px 22px;
    text-transform: uppercase;
	border:1px solid #fff;
	border-radius:50px;
    margin-top: 20px;
    margin-right: 20px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}


/* - Widget */
.widget-area .widget {
	margin-bottom: 40px;
}
.widget-area .widget-title {
	color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
    margin-top: 0;
    word-wrap: break-word;
    text-transform: uppercase;;
}
.widget-area .widget > ul:first-of-type {
    padding-left: 0;
}
.widget-area .widget ul li {
	list-style: none;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* - Features Section */
.features-section {
	padding-top: 55px;
	padding-bottom: 60px;
}
.features-detail {
	display: inline-block;
	max-width: 100%;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.features-section .row > [class*="col-md-"]:nth-child(2n+1) {
	clear: both;
}
.features-box {
	display: inline-block;
	max-width: 100%;
	padding-left: 80px;
	position: relative;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.features-box.icon1{ background:url(../images/easy.png) no-repeat;background-position: top right 10px;}
.features-box.icon2{ background:url(../images/payment.png) no-repeat;background-position: top left 10px;}
.features-box.icon3{ background:url(../images/bell.png) no-repeat;background-position: top right 10px;}
.features-box.icon4{ background:url(../images/paperless.png) no-repeat;background-position: top left 10px;}
.features-box > i {
	color: #cd2122;
	font-size: 65px;
	position: absolute;
	left: 0;
	top: 0;
}
.features-box > h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	letter-spacing: 0.72px;
	line-height: 26px;
	margin-top: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.features-box:hover > h3 {
	color: #cd2122;
}
.features-box > p {
	color: #777777;
	letter-spacing: 0.56px;
	line-height: 25px;
	margin-bottom: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/*login*/
.login-bg{
	padding-top: 80px;
	padding-bottom: 80px;
	background:#ebebeb;

}
label.error{ color:#e44b44!important;}
.signin-bg{ background:#cd2122; padding:20px 50px; color:#fff;}
.signin-bg::before {
    background-image: url(../images/signin-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center center;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.m-b-20{ margin-bottom:20px!important;}
.m-b-30{ margin-bottom:30px!important;}
.m-t-0{ margin-top:0!important;}
.m-t-10{ margin-top:10px!important;}
.sublink{ color:#ccc; font-weight:400;}
.or{
	position: relative;
    color: #9a9a9a;
	display:block;
	width:50px;
	margin:0 auto;
	}
.or::after{
    content: '';
    position: absolute;
    top: 8px;
    left: 45px;
    height: 1px;
	background:#9a9a9a;
    width: 20px;
}
.or::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 45px;
    height: 1px;
	background:#9a9a9a;
    width: 20px;
}
.uae-pass-icon {
    margin: 0px 6px;

}
.uae-pass-icon::before {
    background-image: url(../images/uae-pass.png);
    height: 34px;
    width: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    padding: 0px 16px;
    direction: ltr;
}
.btn-uae-pass p{ display:inline-block; margin:0;}
.btn-uae-pass{
	width:100%;
	display:block;
    border: 1px solid #262626;
    border-radius: 5px;
    color: #222;
	text-align:center;
    font-size: 14px;
    font-weight: 400;
    min-height: 45px;
    outline: none;
    padding: 13px 15px;
    position: relative;
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
	background:transparent;
}
.btn-uae-pass:hover,.btn-uae-pass:focus,.btn-uae-pass:active{ box-shadow:1px 1px 5px #ccc; text-decoration:none; color:#222; outline:none;}


.bg-white{ background:#fff;}
.user-type{ padding:50px 30px;}
.user-type p{ opacity:0.9;}
.user-type img{ max-width:80px;}
.register-bg{ background:#cd2122; padding:20px 50px; color:#fff;}
.register-bg::before {
    background-image: url(../images/register-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:bottom center;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.registerOtp-bg{ background:#cd2122; padding:20px 50px; color:#fff;}
.registerOtp-bg::before {
    background-image: url(../images/otp.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:bottom center;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.authentication-bg{ background:#cd2122; padding:20px 50px; color:#fff;}
.authentication-bg::before {
    background-image: url(../images/authentication-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:bottom center;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.register-bg2{ background:#444; padding:20px 50px; color:#fff;}
.register-bg2::before {
    background-image: url(../images/register-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:bottom center;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.register-bg h3, .register-bg2 h3, .registerOtp-bg h3, .authentication-bg h3{ position:relative; margin-bottom:20px;}
.register-bg p, .register-bg2 p, .registerOtp-bg p, .authentication-bg p{ position:relative; opacity:0.8;}

.signin-bg h3{ position:relative; margin-bottom:20px;}
.signin-bg p{ position:relative; opacity:0.8;}
.padding50{ padding:40px 50px 0 50px;}
.register-content{ background:#fff; padding:50px;}
.register-main{ display:flex;}

.formsec{
  position: relative;
  margin: 5px 0 12px 0;
}

.sameformsec{
  position: relative;
  margin: 5px 0 12px 0;
}
.formsec label{ margin-bottom:0; display:inherit; cursor:text; color:#333; margin-bottom: 5px; font-size: 12px; font-weight:500;}
.formsec input, .formsec textarea, .formsec select {
background-color: transparent;
    border: 1px solid #ececec;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    min-height: 45px;
    outline: none;
    padding: 13px 15px;
    position: relative;
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
}
.submitbtn{
background-color: #454545;
    border: 1px solid #262626;
    border-radius: 5px;
    color: #fff;
	text-align:center;
    font-size: 14px;
    font-weight: 400;
    min-height: 45px;
    outline: none;
    padding: 13px 15px;
    position: relative;
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
}
.submitbtn:hover,.submitbtn:active,.submitbtn:focus{
	background-color: #e44b44;
    border: 1px solid #d72b23;
}
.btn-normal{
background-color: #fff;
    border:none;
    border-radius: 5px;
    color: #363636;
	text-align:center;
    font-size: 14px;
    font-weight: 600;
    min-height: 45px;
    outline: none;
    padding: 13px 15px;
    position: relative;
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow:none;
}

.formsec input.log, .formsec textarea.log, .formsec select.log {
	background-color: transparent;
    border: 1px solid #b2b2b2 ;
 
}

.formsec input[type=text]:focus, .formsec textarea:focus, .formsec select:focus {
  outline: none;
}
.mandatory{ color:red; margin-left:3px; position:relative; z-index:1;}
.formsec select{
	color:rgba(0,0,0,0.8);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:url(../images/arrow.png) no-repeat;
  background-size:16px;
  background-position:right 10px top 17px;;
	}
.search-txt{ z-index:2;}
.password_eye {
    font-size: 16px;
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 0;
    color: #666;
    background: transparent;
    border: none;
    cursor: pointer;
}
.error_msg {
    background: #e34f4f none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 11px;
    font-weight: normal;
    padding: 4px;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1;
}
.error_msg::after {
    border-color: transparent #e34f4f;
    border-style: solid;
    border-width: 0 6px 6px 0;
    bottom: -6px;
    content: "";
    display: block;
    left: 20%;
    position: absolute;
    width: 0;
    z-index: 1;
}

/*radio and checkbox*/

.formsec input[type=radio],
.formsec input[type=checkbox] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.formsec input[type=radio] + label,
.formsec input[type=checkbox] + label {
  display: inline-block;
  padding: .5em;
  padding-left: 20px;
  margin:0;
  color: #666;
    font-size: 14px;
    font-weight: 400;
	cursor:pointer;
}

.formsec input[type=radio] + label::before,
.formsec input[type=checkbox] + label::before {
  content: '';
  background: #fff;
  border: .1em solid rgba(0, 0, 0, .75);
  background-color: rgba(255, 255, 255, .8);
  display: block;
  box-sizing: border-box;
  float: left;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-top: .15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all .1s ease-out;
}

.formsec input[type=radio] + label::before {
  border-radius: 100%;
}

.formsec input[type=radio]:disabled + label::before,
.formsec input[type=checkbox]:disabled + label::before {
  border: .1em solid rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .1);
}

.formsec input[type=radio]:disabled + label,
.formsec input[type=checkbox]:disabled + label {
  color: #ccc;
}

.formsec input[type=radio]:checked + label::before {
  background-color: #494949;
  box-shadow: inset 0 0 0 .15em rgba(255, 255, 255, .95);
}

.formsec input[type=checkbox] + label::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: .5em;
  width: 1em;
  height: 1em;
  transform: rotate(0deg);
  transition: all .1s ease-out;
}

.formsec input[type=checkbox]:checked + label::after {
  top: .4em;
  left: .4em;
  width: .4em;
  height: .8em;
  border-right: .25em solid #494949;
  border-bottom: .25em solid #494949;
  transform: rotate(45deg);
}

.formsec input[type=checkbox]:disabled + label::after {
  border: none;
}

.formsec input[type=checkbox]:checked:disabled + label::after {
  border-right: .25em solid #bbb;
  border-bottom: .25em solid #bbb;
}

#progressBar {
  width: 100%;
  max-width:200px;
  margin: 10px auto;
  height: 5px;
  background-color: #d9d9d9;
}

#progressBar div {
  height: 100%;
  width: 0;
  background-color: #689f39;
  box-sizing: border-box;
}
.timer{ color:#ababab; letter-spacing:1px;}
.countdownSec{ text-align:center; margin:15px 0!important;}
.otp-details-container span{ display:inline-block;}
.otp-edit{ padding:4px 10px;color:#ababab;}
.modal-content .password_eye {
    top: 34px;
}
.p-20{ padding:20px!important;}


.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 15px;

}
.panel-default>.panel-heading a:hover,.panel-default>.panel-heading a:focus,.panel-default>.panel-heading a:active { text-decoration:none;}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color:rgb(205,33,34);
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-icon{ max-width:20px; margin-right:10px;}
.page-padding{ padding:30px 0 60px 0;}
.dl-horizontal.detail {
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 0;
	padding:12px 0;

}
.dl-horizontal dt{	text-align:left;}
.dl-horizontal.detail:last-child{ border:none;}
.p-bt-20{ padding-top:20px; padding-bottom:20px;}

ul.service-item { padding-left:20px; list-style:none; }
ul.service-item li { margin-bottom:15px; }
ul.service-item li:before {    
    font-family: 'FontAwesome';
    content: '\f054';
    margin:0 5px 0 -15px;
	color:#e32726;
}
.m-t-30{ margin-top:30px;}
.outofnumber{color:rgba(205,33,34,0.9);}
.timer0 .jst-hours, .timer0 .jst-minutes, .timer0 .jst-seconds{ display:inline-block;}
.timerfull{ font-size:20px;}


.svg-box {
    display:inline-block;
    position: relative;
    width:150px;
}
.green-stroke {
    stroke:#7CB342;
}

.red-stroke {
    stroke: #FF6245;
}

.yellow-stroke {
    stroke: #FFC107;
}
.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 3.3s draw-circle ease-out;
}

.cross {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 54px;
    left: 54px;
    width: 40px;
    height: 40px;
}

.cross .first-line {
    animation: 3.3s draw-first-line ease-out;
}

.cross .second-line {
    animation: 3.3s draw-second-line ease-out;
}


/*Custom Checkbox Unitmaping*/
.checkbox-input {
  display: none;
}
.checkbox-label, .checkbox-text, .checkbox-text--description {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkbox-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: auto;
	padding: 10px 15px;
    cursor: pointer;
	margin-right:5px;
    font-size: 14px;
  font-weight: 300;
  margin:12px 0;
  border: 1px solid #e32726;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.checkbox-input:checked + .checkbox-label {
  background: #e32726;
  border: 1px solid rgb(205,33,34);
  color:#fff;
}
.typeselect{ width:100%; padding:10px 15px; border-radius:10px; border:1px solid #e9e9e9; background:#fff;}
.m-b-0{ margin-bottom:0;}
.switchcontainer{ margin:20px 0 0 0;}
.tableAction.custom{
	    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    margin: 12px 0;
	display:inline-block;
}
.switch div {
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #FFF;
  box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
          transition: all 300ms;
}

.switch input:checked + div {
  -webkit-transform: translate3d(100%, 0, 0);
     -moz-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}



@keyframes draw-first-line {
    0% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 56,330;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-line {
    0% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    50% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    100% {
        stroke-dasharray: 55,0;
        stroke-dashoffset: 70;
    }
}






.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}





/* - Team Section */
.pass-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background:url(../images/pass-bg.jpg) repeat;
}
.pass-item{
 border-radius:10px;
 background:#fff;
 box-shadow:0 0px 10px 0 rgba(0, 0, 0, 0.3), 0 1px 0px 0 rgba(0, 0, 0, 0.2);
  min-height:100px;
  overflow:hidden;
 }
 .team-carousel .item{ padding:10px}
 .pass-image{ height:160px;}
 .pass-text{ padding:10px 20px;}
 .pass-image.entry{ background:url(../images/entry.jpg) no-repeat; background-size:cover;}
  .pass-image.vehicle{ background:url(../images/vehicle.jpg) no-repeat; background-size:cover;}
   .pass-image.equipment{ background:url(../images/equipment.jpg) no-repeat; background-size:cover;}
     .pass-image.crew{ background:url(../images/crew.jpg) no-repeat; background-size:cover;}
   .pass-image.photography{ background:url(../images/photography.jpg) no-repeat; background-size:cover;}
   
 .pass-select{ padding:20px; border-top:1px dashed #d8d8d8; overflow:hidden; background: url(../images/barcode.jpg) no-repeat; background-position:top 20px left 20px;}
 .radius-btn{ border-radius:50px!important;}

.btn-custom:focus, .btn-custom:hover{
    background-color: #b7b7b7;
	color:#fff;
}
.right-btn{ float:right;}
.btn-custom {
    color: #fff;
    border-radius: 0;
    display: inline-block;
	background:#cd2122;
    letter-spacing: 0.56px;
    padding: 5px 35px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.radius-btn{ border-radius:40px;}
.team-box {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-box:hover  {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.team-box > h3 {
	background-color: #cd2122;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	margin-top: 0;
	padding: 11px 50px 11px 13px; 
	position: relative;
}
.team-box > h3 > span {
	content: "";
	display: inline-block;
	position: absolute;
	width: 40px;
	top: 0;
	bottom: 0;
	right: 0;
	border-left-width: 40px;
	border-bottom-width: 40px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-bottom-color: #fff;
}
.team-box > span {
	background-color: #333333;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 4px 4px 2px;
}
.team-box > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 15px;
}
.team-box > ul > li {
	display: inline-block;
}
.team-box > ul > li > a {
	background-color: #c4c4c4;
	color: #fff;
	display: inline-block;
	height: 31px;
	width: 31px;
	text-align: center;
	line-height: 31px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-box > ul > li > a:hover {
	background-color: #cd2122;
}

.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background-color: transparent;
	border: 1px solid rgba(33,33,33,0.3);
	border-radius: 50%;
	font-size: 0;
	position: relative;
	width: 44px;
	height: 44px;
	margin: 0 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding: 0;
	display: inline-block;
	opacity: 1;
	z-index: 1;
	color: #1c1c1c;
}
.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
	content: "\f104";
    font-family: FontAwesome;
	position: absolute;
	left: 0;
	right: 0;
	top: 43%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	bottom: 0;
	display: inline-block;
	font-size: 22px;
}
.team-carousel.owl-theme .owl-controls .owl-nav .owl-next::before {
	content: "\f105";
}
.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #cd2122;
	border-color: transparent;
	color: #fff;
}

.notifi-icon{position:absolute; top:3px; right:-16px; background:#fff; width:20px; height:20px; border-radius:20px; color:#e32726; text-align:center; box-shadow:1px 1px 5px #911212; display:none;}
.notifi-icon.active{ display:block;}
.notifi-icon i{ font-size:11px;}
.dropdown-menu .notifi-icon{ top:10px; right:15px; width:auto; padding:1px 4px; min-width:20px;}

/* - Build Section */
.build-section {
	padding-bottom: 60px;
	padding-top: 100px;
}
.build-content,
.build-content .build-title {
	display: inline-block;
	width: 100%;
}
.build-content .build-title {
	margin-bottom: 40px;
}
.build-content .build-title > h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 1.28px;
}
.build-content .build-title > h3 > span {
	color: #cd2122;
}
.build-content .build-title > p {
	color: #777777;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	letter-spacing: 0.64px;
}
.build-box {
	text-align: center;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 34px;
}
.build-box > i {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.build-box > i {
	border: 1px solid rgba(35,35,35,0.2);
	border-radius: 100%;
	font-size: 28px;
	line-height: 98px;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto 30px;
	position: relative;
}
.build-box:hover > i {
	background-color: #cd2122;
	border-color: transparent;
	color: #fff;
}
.build-box > i::after {
	background-color: rgba(35,35,35,0.2);
	content: "";
	display: inline-block;
	width: 28px;
	height: 1px;
	position: absolute;
	right: -61px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.build-detail > [class*="col-xs-"]:last-child .build-box > i::after {
	display: none;
}
.build-box > h4 {
	color: #34323e;
	font-size: 16px;
	letter-spacing: 0.64px;
	margin-bottom: 0;
	text-transform: capitalize;
	line-height: 28px;
}
.build-image {
	text-align: right;
}
.build-content > a {
	color: #fff;
	border-radius: 0;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.56px;
	padding: 11px 22px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 20px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.build-content > a,
.build-content > a.btn-purcase-now:focus,
.build-content > a.btn-purcase-now:hover {
	background-color: #cd2122;
}
.build-content > a:focus,
.build-content > a:hover,
.build-content > a.btn-purcase-now {
	background-color: #b7b7b7;
}
.build-content > a:focus,
.build-content > a:hover,
.build-content > a.btn-purcase-now:focus,
.build-content > a.btn-purcase-now:hover {
	color: #fff;
}

/* - Pricing Section */
.pricing-section {
	background-color: #f1f1f1;
	padding-bottom: 80px;
	padding-top: 80px;
}
.pricing-box,
.pricing-box::before,
.pricing-box::after,
.pricing-box .price-title,
.pricing-box .price-title::before,
.pricing-box .price-title > h3,
.pricing-box .price-title > h3 > span,
.pricing-box > a,
.pricing-box .price-box > h4 {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pricing-box {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	display: inline-block;
	margin-top: 35px;
	width: 100%;
	text-align: center;
	padding-top: 0;
	padding-bottom: 60px;
	position: relative;
	min-height: 585px;
}
/*.pricing-box:hover {
	background-color: #f6f6f6;
}*/

.pricing-box .price-title {
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	padding-top: 30px;
	padding-bottom: 56px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.pricing-box:hover .price-title {
	background-color: #cd2122;
	padding-top: 5px;
	padding-bottom: 73px;
}
.pricing-box .price-title::before {
	background-color: #cd2122;
	content: "";
	display: inline-block;
	height: 35px;
	left: 0;
	right: 0;
	top: -35px;
	position: absolute;
	opacity: 0;
}
.pricing-box:hover .price-title::before {
	opacity: 1;
}
.pricing-box .price-title > h3 {
	color: #cd2122;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1.1px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin-bottom:5px;
}
.pricing-box .price-title > h3 > span {
	display: block;
	font-size: 15px;
	letter-spacing: 0;
	opacity: 0;
	visibility: hidden;
}
.pricing-box:hover .price-title > h3 {
	color: #fff;
	font-size: 29px;
	letter-spacing: 2.9px;
	margin-bottom:5px;
}
.pricing-box:hover .price-title > h3 > span {
	opacity: 1;
	visibility: visible;
}
.pricing-box:hover .price-title > span.gap {
	color:#fff;
}
.price-box {
	display: inline-block;
	width: 100%;
	margin: -55px 0 8px;
	position: relative;
}

.pricing-box .price-box > h4 {
	border: 5px solid #fff;
	border-radius: 50%;
	background-color: #cd2122;
	box-shadow: 0px 3px 21.12px 0.88px rgba(0, 0, 0, 0.14),inset 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 3px 21.12px 0.88px rgba(0, 0, 0, 0.14),inset 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
	width: 107px;
	height: 106px;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 32px 0;
	letter-spacing: 1.5px;
	position: relative;
	line-height:15px;
}
.pricing-box .price-box > h4 > span {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	text-align: center;
}
.pricing-box .price-box > h4 > sup {
	font-size: 16px;
	top: -1em;
}
.pricing-box:hover .price-box > h4 {
	background-color: #eeeeed;
	color: #34323e;
}
.pricing-box > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
}
.pricing-box > ul > li {
	color: #777777;
	list-style: none;
	float: left;
	width: 100%;
	line-height: 26px;
	letter-spacing: 0.56px;
	padding: 13px 15px;
}
.pricing-box > ul > li:nth-child(even) {
	background-color: #f6f6f6;	
}
.pricing-box:hover > ul > li:nth-child(even) {
	background-color: #fff;
}
.pricing-box > a {
	border: 2px solid #cd2122;
	border-radius: 0;
	color: #cd2122;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 13px 35px 12px;
	letter-spacing: 1.2px;
}
.pricing-box > a:focus,
.pricing-box > a:hover {
	background-color: #cd2122;
	border-color: transparent;
	color: #fff;
}
.aed{ display:inline-block; font-size:12px;}
.onfocusBig{
	transition: all 0.5s ease;
	height:6em;
}
.onfocusBig:focus {
    height: 12em;
}
.map {
    width: 100%;
    height: 300px;
    display: block;
    background: #222327;
    border: 2px solid #f2f2f2;
	overflow:hidden;
}
.map iframe{ width:100%;}
/* - Widget */
.widget-area .widget {
	margin-bottom: 40px;
}
.widget-area .widget-title {
	color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
    margin-top: 0;
    word-wrap: break-word;
    text-transform: uppercase;;
}
.widget-area .widget > ul:first-of-type {
    padding-left: 0;
}
.widget-area .widget ul li {
	list-style: none;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
/* - Widget : Recent Post */
.widget-area .widget_recentposts .latest-content {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 18px;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 60px;
	position: relative;
	width: 100%;
}
.widget-area .widget_recentposts .latest-content:last-of-type {
	margin-bottom: 0;
}
.widget-area .widget_recentposts .latest-content > a {
	position: absolute;
	left: 0;
	top: 0;
}
.widget-area .widget_recentposts .latest-content > a > img {
	border-radius: 50%;
}
.widget-area .widget_recentposts .latest-content > h5 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}
.cookie {
    box-shadow: 0 3px 9px 0 hsla(0,0%,73%,.5);
width: 100%;
position: fixed;
bottom: 0;
z-index: 999;
background:#fff;
	display: inline-flex;
padding:20px 10px;
}
.cookie .closebtn {
	background:url(../images/cookie-close.png) no-repeat;
    height: 34px;
    width: 40px;
	position:absolute; top:-34px; right:50px;
	cursor:pointer;
}


/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1366 */
@media (min-width: 1366px) {

	/* - Team Section */
	.team-carousel.owl-theme .owl-controls {
		margin: 0;
	}
	.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
		position: absolute;
		top: 145px;
	}
	.team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
		left: -90px;
	}
	.team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
		right: -90px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* + Page Header */
	.page-title {
		margin-top: 155px;
	}
	
	/* + Header */
	.menu-block .ownavigation .navbar-header .navbar-brand {
		display: none;
	}
	
	/* - Menu Block */
	.menu-block {
		border-top: 10px solid rgba(205,33,34,0.9);
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.menu-block .ownavigation {
		text-align: center;
	}
	.menu-block .ownavigation,
	.menu-block .ownavigation .navbar-collapse {
		position: relative;
	}
	.menu-block .ownavigation .navbar-collapse::before {
		background-color: rgba(205,33,34,0.9);
		content: "";
		display: inline-block;
		position: absolute;
		left: 22px;
		right: 22px;
		top: 0;
		bottom: 0;
	}
	.menu-block .ownavigation .container::before,
	.menu-block .ownavigation .container::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 22px;
		overflow: hidden;
	}
	.menu-block .ownavigation .container::before {
		left: 15px;
		border-top: 59px solid rgba(205,33,34,0.9); 
		border-left: 22px solid transparent;
	}
	.menu-block .ownavigation .container::after {
		right: 15px;
		border-top: 59px solid rgba(205,33,34,0.9); 
		border-right: 22px solid transparent;
	}
	.menu-block .ownavigation .navbar-nav,
	.menu-block .ownavigation .navbar-nav > li {
		float: none;
		display: inline-block;
	}
	.menu-block .ownavigation .navbar-nav > li:first-child {
		margin-left: 20px;
	}
	.menu-block .ownavigation .navbar-nav > li > a {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 16px;
		padding-bottom: 25px;
		color: #fff;
	}
	.menu-block .ownavigation .navbar-nav > li > a::before {
		background-color: #fff;
		bottom: 0;
		content: "";
		display: inline-block;
		height: 3px;
		left: 0;
		position: absolute;
		width: 0;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.menu-block .ownavigation .navbar-nav > .active > a, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.menu-block .ownavigation .navbar-nav li:hover > a, 
	.menu-block .ownavigation .navbar-nav li a:hover {
		color: #fff;
	}
	.menu-block .ownavigation .navbar-nav > .active > a::before, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus::before, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover::before, 
	.menu-block .ownavigation .navbar-nav li:hover > a::before, 
	.menu-block .ownavigation .navbar-nav li a:hover::before {
		width: 100%;
	}
	.menu-block .ownavigation ul li > .dropdown-menu {
		background-color: rgba(205,33,34,0.9);
	}
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #fff;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.menu-block .ownavigation .navbar-nav > li > .dropdown-menu li:first-child > a {
		padding-top: 14px;
	}
	.menu-block .ownavigation .navbar-nav > li > .dropdown-menu li:last-child > a {
		padding-bottom: 14px;
	}
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #5f0001;
	}
	.menu-block.navbar-fixed-top {
		background-color: rgb(205,33,34);
		position: fixed;
		top: 0;
	}
	.menu-block.navbar-fixed-top .ownavigation ul li > .dropdown-menu {
		background-color: rgb(205,33,34);
	}
	
	/* - Footer */
	.top-footer .row [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	.top-footer .row [class*="col-md-"]:nth-child(n+4) {
		margin-top: 40px;
	}
	
	
	/* - Features Section */
	.features-section .feature-img {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);	
		margin: 0 auto;
		text-align: center;
		width: 33.3333%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.features-box { 
		margin-left: 36.5811%;
	}
	.features-section .row > [class*="col-"]:nth-child(odd) .features-box {
		text-align: right;
		padding-left: 0;
		padding-right: 80px;
		margin-right: 36.5811%;
		margin-left: 0;
	}
	.features-section .row > [class*="col-"]:nth-child(odd) .features-box > i {
		left: auto;
		right: 0;
		top: 0;
	}


}

/* - max-width: 1200 */
@media (max-width: 1200px) {
	/* - Footer */
	.top-footer .widget_contact {
		padding-right: 0px;
	}
	.top-footer .widget_working_hours {
		padding-left: 10px;
		padding-right: 10px;
	}
	.top-footer .widget_flickr {
		padding-left: 0;
	}
	.top-footer .widget_flickr > ul > li {
		margin-right: 10px;
	}
	
	/* - Comment Area */
	.comment-metadata {
		width: 100%;
		margin-bottom: 10px;
	}
}	

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Counter Section */
	.counter-box {
		padding-right: 30px;
		padding-left: 110px;
	}
	.counter-box > i {
		left: 35px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* + Page Header */
	.page-banner h3 {
		font-size: 20px;
	}
	
	/* + Header */
	.top-header .logo-block { 
		display: none;
	}
	.top-header .top-left,
	.top-header .top-right > span, 
	.top-header .top-right > ul, 
	.top-header .top-right > div {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.menu-block  #loginpanel {
		top: 8px;
		right: 115px;
	}
	.menu-block #slideit, 
	.menu-block #closeit {
		color: #cd2122;
	}
	.menu-block #slideit:hover, 
	.menu-block #closeit:hover {
		color: #5f0001;
	}
	.menu-block .ownavigation {
		padding-left: 0;
		padding-right: 0;
	}
	.menu-block .ownavigation .navbar-header,
	.menu-block .ownavigation .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}
	.menu-block .ownavigation .navbar-header .navbar-brand { 
		line-height: 50px;
		margin: 10px 0 10px 10px;
	}
	.menu-block .ownavigation .navbar-toggle {
		background-color: #cd2122;
		margin: 23px 0;
	}
	.menu-block .ownavigation .ddl-switch {
		background-color: #cd2122;
	}
	.menu-block.navbar-fixed-top {
		background-color: #fff;
		position: fixed;
		top: 0;
		border-bottom: 2px solid #cd2122;
	}
	.menu-block .ownavigation .navbar-nav > .active > a, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.menu-block .ownavigation .navbar-nav li:hover > a, 
	.menu-block .ownavigation .navbar-nav li a:hover, 
	.menu-block .ownavigation .navbar-nav li a:focus,
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #cd2122;
	}
	
	/* - Footer */
	.top-footer .row [class*="col-md-"]:first-of-type,
	.top-footer .row [class*="col-md-"]:last-of-type {
		border: none;
	}
	.top-footer .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	.top-footer .row [class*="col-md-"]:nth-child(n+3) {
		margin-top: 40px;
	}
	
	
	
	/* - Features Section */
	.features-section .feature-img { 
		display: none;
	}
	
	/* - Build Section */
	.build-box > i::after {
		right: -28px;
	}
	.build-content > a {
		margin-right: 10px;
	}
	/*register */
		.register-main {
    	flex: none;
		display:block;
	}
	.padding50{ padding:0 20px;}
.pass-item{margin-bottom:10px;}

}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* + Footer */
	.top-footer .logo-block > p {
		padding: 0 10%;
	}
	/* - Section Header */
	.section-header h3 {
		line-height: 36px;
		font-size: 26px;
	}
	.menu-block .ownavigation .navbar-header .navbar-brand{width: calc(100% - 45px);}
	.menu-block .ownavigation .navbar-toggle {
		margin: 15px 0;
	}
.build-content, .build-content .build-title{text-align:center;}
.top-footer .widget_links2 {
    padding-left: 0;
}
	.features-box.icon1, .features-box.icon3{background-position: top left 10px;}
	
	.top-footer .widget_links{padding:0;}
	/* - Features Section */
	.features-section .row > [class*="col-"]:first-child .features-box {
		margin-top: 0;
	}
	.features-section .row > [class*="col-"]:last-child .features-box {
		margin-bottom: 0;
	}
	
	/* - Build Section */
	.build-content .build-title > h3 {
		font-size: 26px;
		line-height: 40px;
	}
	.build-detail > [class*="col-xs-"] .build-box > i::after {
		display: none;
	}
	.build-box {
		width: 100%;
	}
	.build-image {
		text-align: center;
		margin-top: 50px;
	}
}

/* - max-width: 639 */
@media (max-width: 639px) {
	/* - Footer */
	.top-footer .row [class*="col-xs-"] {
		width: 100%;
	}
	.top-footer .row [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 40px;
	}
	.top-footer .widget_flickr > ul > li:nth-child(3n) {
		margin-right: 10px;
	}
	
	
}

/* - max-width: 568 */
@media (max-width: 568px) {
	/* - Team Section */
	.team-box {
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Footer */
	.top-footer .widget_flickr > ul > li {
		margin-right: 5px;
	}
	

	
	/* - Build Section */
	.build-detail > [class*="col-xs-"] {
		width: 100%;
	}
}