/*Table Of Contents
01 body
02 header
nav
03 Revolution
04 Swiper
05 overlay
06 work-gallery
07 page-header
08 Features
09 ourteam
10 ourblog
11 pricing
12 footer
*/

/*Global Styling*/

.ltr_text {
	display: inline-block;
	direction: ltr;
}

.secondary_font {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

body {
	padding: 0;
	margin: 0;
	font-family: 'primary-font', 'segoe ui', tahoma;
	font-size: 0.875rem;
	color: #666666;
	position: relative;
	overflow-x: hidden;
	direction: rtl;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

html {
	height: 100%;
	width: 100%;
	font-size: 16px;
}

.fa{
	vertical-align: middle;
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.85;
	font-weight: bold;
}

h1,
.h1 {
	font-size: 4.063em;
}

h2,
.h2 {
	font-size: 3.125rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.3rem;
}

h5,
.h5 {
	font-size: 1.125rem;
}

h6,
.h6 {
	font-size: 1.04rem;
}

p {
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 2;
}

p.title {
	font-size: 1.04rem;
}

.container {
	width: 1170px;
	max-width: 100%;
}

.container,
.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
}

/* Helper Classes & Shorcodes */

.padding {
	padding: 7.5rem 0;
}

.padding_top {
	padding-top: 7.5rem;
}

.padding_bottom {
	padding-bottom: 7.5rem;
}

.padding_half {
	padding: 3.75rem 0;
}

.padding_bottom_half {
	padding-bottom: 3.75rem;
}

.padding_top_half {
	padding-top: 3.75rem;
}

.margin_bottom {
	margin-bottom: 7.5rem;
}

.margin_top {
	margin-top: 7.5rem;
}

.heading_space {
	margin-bottom: 3.75rem;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.top10 {
	margin-top: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom25 {
	margin-bottom: 25px;
}

.top25 {
	margin-top: 25px;
}

.bottom30 {
	margin-bottom: 30px;
}

.top30 {
	margin-top: 30px;
}

.bottom35 {
	margin-bottom: 35px;
}

.top40 {
	margin-top: 40px;
}

.bottom40 {
	margin-bottom: 40px;
}

.bottom45 {
	margin-bottom: 45px;
}

.bottom0 {
	margin-bottom: 0;
}

.nomargin {
	margin: 0;
}

.bglight {
	background: #f5f5f5;
}

.bgdark {
	background: #f2c900;
}

.bgdefault {
	background: #515A5F;
}

.whitecolor {
	color: #ffffff;
}

.darkcolor {
	color: #515A5F;
}

.colorblack {
	color: #232323;
}

/*img wrap*/

.image,
.cbp-item {
	overflow: hidden;
}

.image img {
	width: 100%;
	display: block;
}

.image,
.image img {
	position: relative;
}

.block_image > img,
.image img,
.cbp-item img,
.latest_updates .updatephoto > img {
	width: 100%;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.feature_block:hover .block_image > img,
.ourteam:hover .image img,
.ourblog:hover .image img,
.cbp-item:hover img,
.latest_updates:hover .updatephoto img,
.image:hover img {
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

/*to align elements*/

.centered,
.vertical {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
}

.vertical {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.centered {
	right: 50%;
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

/*sidebar search*/

.widget_search .form-control {
	border: 2px #e8ecf0 solid;
	border-left: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	height: 42px;
	position: relative;
}

.widget_search .input-group-addon {
	background: transparent;
	border: 2px #e8ecf0 solid;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #f2c900;
	cursor: pointer;
	font-size: 19px;
	padding: 0 12px;
}

.widget_search span button {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.widget .media-body > a {
	font-weight: bold;
	color: #515A5F;
	line-height: 1.5rem;
}


/*Categories*/

.widget ul li {
	border-bottom: 1px solid #e8ecf0;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul li a {
	color: #666666;
}

.widget ul li a > span {
	float: left;
}

.widget ul li a:hover,
.widget ul li a:focus,
.widget .media-body > a:hover {
	color: #f2c900;
}


/*Tags*/

.pager,
ul.social li,
ul.social_simple li {
	display: inline-block;
}

.tagcloud {
	margin-bottom: -5px;
}

.tagcloud a {
	background: #f2c900;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 18px;
	margin: 2px 1px 8px 17px;
	padding: 1px 15px 1px 25px;
	position: relative;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	height: 20px;
	display: inline-block;
}

.tagcloud a::before {
	background-color: inherit;
	content: "";
	height: 10px;
	position: absolute;
	left: -5px;
	top: 5px;
	-webkit-transform: skew(45deg, -45deg);
	-moz-transform: skew(45deg, -45deg);
	-ms-transform: skew(45deg, -45deg);
	-o-transform: skew(45deg, -45deg);
	transform: skew(45deg, -45deg);
	width: 10px;
	z-index: -1;
}

.tagcloud a::after {
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 6px;
	margin-top: -3px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
}

/*Pagination*/

.pager {
	border-bottom: 2px solid #ebebeb;
	margin: 0;
	text-align: right;
}

.pager li > a,
.pager li > span {
	background: rgba(0, 0, 0, 0);
	border: medium none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999999;
	font-weight: bold;
	line-height: 1;
	padding: 0 10px 20px;
	position: relative;
	text-align: center;
	min-width: 30px;
}

.pager li > a:before,
.pager li > span.current:before {
	background: #f2c900;
	content: "";
	height: 3px;
	width: 0;
	right: 0;
	bottom: -2px;
	position: absolute;
}

.pager li > a:hover::before,
.pager li.active > a:before {
	width: 100%;
}

.pager li > a:hover,
.pager li > a:focus,
.pager li.active > a {
	color: #f2c900;
	background: transparent;
}

/*Comment Profile*/

.eny_profile {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 30px;
}

.eny_profile .eny_profile {
	border-bottom: 0;
	border-top: 1px solid #e4e4e4;
	padding-bottom: 0;
	padding-top: 30px;
	margin: 30px 50px 0 0;
}

.eny_profile .profile_photo {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	float: right;
}

.eny_profile .profile_photo > img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.eny_profile .profile_text {
	padding-right: 20px;
	margin-right: 60px;
	overflow: hidden;
}

/* Social Icons */

ul.social li a {
	display: block;
	height: 34px;
	width: 34px;
	position: relative;
	border: 1px solid #bdbdbd;
	color: #151515;
	margin: 1px;
	text-align: center;
	line-height: 32px;
	font-size: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 2;
}

ul.social li a:before {
	content: "";
	background: #515A5F;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: -1;
}

ul.social li a:hover::before,
ul.social li a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

ul.social li a:hover,
ul.social li a:focus {
	color: #fff;
}

ul.social_simple li a {
	display: block;
	font-size: 17px;
	line-height: 1;
	margin: 7px 5px;
}

ul.social_vertical li a {
	display: block;
	font-size: 20px;
	color: #515A5F;
}

ul.social.white li a {
	border: 1px solid #fff;
}

ul.social_simple.white li a,
ul.social.white li a {
	color: #fff;
}

ul.social_simple li a:hover,
ul.social_simple li a:focus,
ul.social_vertical li a:hover,
ul.social_vertical li a:focus {
	color: #f2c900;
}


.back-top {
	background: #515A5F;
	color: #fff;
	bottom: 30px;
	-webkit-box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
	-moz-box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
	box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
	font-size: 20px;
	height: 38px;
	line-height: 34px;
	position: fixed;
	text-align: center;
	width: 38px;
	z-index: 1600;
	opacity: 0;
	left: 2rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.back-top-visible {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.back-top:hover,
.back-top:focus {
	color: #fff;
}


/* Helper Classes ends */

.widget ul li a,
.widget .media-body > a,
.pager li > a,
.readmore,
.button,
.updates .latest_updates .update_text p {
	font-size: 0.875rem;
}

/* Buttons */

.button {
	display: inline-block;
	padding: 0.75rem 2.875rem;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	border: 2px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
}

.button.dark_text {
	color: #515A5F;
}

.button.color {
	background: #42d9e4;
}

.button.border {
	background: transparent;
	border: 2px solid #ffffff;
}

.button.dark {
	background: #515a5f;
}

.button.border.dark_text {
	border: 2px solid #515A5F;
}

/* hover */

.button:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background: #fff;
}

.button.dark:before {
	background: #42d9e4;
}

.button.dark_text:before {
	background: #515A5F;
}

.button:hover,
.button:focus {
	color: #515A5F;
	border: 2px solid #fff;
}

.button.dark:hover,
.button.dark:focus {
	color: #fff;
	border: 2px solid #42d9e4;
}

.button.dark_text:hover,
.button.dark_text:focus {
	color: #fff;
	border: 2px solid #515A5F;
}

.button:hover::before,
.button:focus::before {
	width: 100%;
	opacity: 1;
}

#maxo-main {
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Some Short Codes or helper classes */

/* transitions*/

ul.social li a:before,
nav.navbar.navbar-default,
nav.navbar.bootsnav ul.nav > li > a:before,
.navbar-brand > img,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:before,
.overlay-menu,
.overlay-menu ul.full-nav li a:before,
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after,
.tp-bullet,
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev,
.cbp-l-filters .cbp-filter-item span:after,
.icon_wrap .icon_box,
.icon_wrap .icon_box hr,
.back-top,
.back-top-visible,
a,
.pager li > a:before,
.button:before,
.ourteam .social_vertical,
.overlay,
.pricing_item {
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}



/* ------ Headers Starts ------ */

nav.navbar.navbar-default {
	border-bottom: none;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	padding: 12px 0 8px 0;
}

header.default nav.navbar.bootsnav.navbar-fixed {
	background: transparent;
}

header.default .bootsnav.fixedmenu {
	background: #fff !important;
	z-index: 11;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	-webkit-animation-name: animationFade;
	-moz-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
	padding: 0;
}

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-moz-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}

@-o-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.navbar.navbar-empty {
	position: absolute;
	background: transparent;
	top: 0;
	z-index: 5;
	width: 100%;
}

nav.navbar.bootsnav .navbar-toggle {
	display: none;
}

.navbar-brand {
	height: auto;
	padding: 11px 0 11px 15px;
	margin-right: 0 !important;
}

.navbar-brand > img {
	width: 110px;
}

.bootsnav.fixedmenu .navbar-brand > img,
nav.navbar.bootsnav.navbar-fixed.fixedmenu .navbar-brand > img {
	width: 100px;
}

header.default nav.navbar.bootsnav.navbar-fixed .logo-display,
header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .logo-scrolled {
	display: inline-block;
}

header.default nav.navbar.bootsnav.navbar-fixed .logo-scrolled,
header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .logo-display {
	display: none;
}

nav.bootsnav.brand-center .navbar-collapse .col-half.left {
	float: right;
	width: auto;
}

nav.bootsnav.brand-center .navbar-collapse .col-half.right {
	float: left;
	width: auto;
}

nav.navbar.bootsnav ul.nav > li {
	margin: 0 1rem;
}

nav.navbar.bootsnav.brand-center ul.nav > li:first-child {
	margin-right: 0;
}

nav.navbar.bootsnav.brand-center ul.nav > li:last-child {
	margin-left: 0;
}

nav.navbar.bootsnav.brand-center .menu-icon {
	display: none;
}

nav.navbar.bootsnav ul.nav > li > a {
	font-weight: 500;
	padding: 21px 0 17px 0;
	font-size: 14px;
	border: none;
}

header.default nav.navbar.bootsnav.navbar-fixed ul.nav > li > a {
	color: #fff;
}

header.default nav.navbar.bootsnav ul.nav > li > a,
header.default .bootsnav.fixedmenu ul.nav > li > a,
header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu ul.nav > li > a {
	color: #515A5F;
}

nav.navbar.bootsnav ul.nav > li > a:before,
.cbp-l-filters .cbp-filter-item span:after,
.overlay-menu ul.full-nav li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background: #f2c900;
	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active a:before,
.cbp-l-filters .cbp-filter-item span:hover::after,
.cbp-l-filters .cbp-filter-item-active span:after,
.overlay-menu ul.full-nav li a:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}



/*OVERLAY Menu*/

.menu-icon {
	background: transparent;
	width: 30px;
	height: 24px;
	margin: 17.5px 1.75rem 0 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
	float: left;
	z-index: 16;
	display: none;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
	cursor: pointer;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	height: 2px;
	width: 22px;
	background: #515A5F;
	position: absolute;
	right: 15%;
	top: 50%;
	display: block;
	content: '';
}

header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .menu-icon span,
header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .menu-icon span:before,
header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .menu-icon span:after {
	background: #515A5F;
}

header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span,
header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span:before,
header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span:after {
	background: #fff;
}

.navbar.navbar-empty .menu-icon span,
.navbar.navbar-empty .menu-icon span:before,
.navbar.navbar-empty .menu-icon span:after {
	background: #fff;
}

.menu-icon span:before {
	right: 0;
	top: -8px;
}

.menu-icon span:after {
	right: 0;
	top: 8px;
}

.menu-icon.active {
	position: fixed;
	top: 1.5rem;
	left: 1.5rem;
}

.menu-icon.active span {
	background: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
	top: 0;
}

.menu-icon.active span:before {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.menu-icon.active span:after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.overlay-menu {
	background: #ffffff;
	color: #515A5F;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	padding: 3.75rem 0;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	z-index: -1;
	display: none;
}

.overlay-menu.open {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	z-index: 15;
}

.overlay-menu .logo-full {
	display: inline-block;
	width: 120px;
}

.overlay-menu .logo-full > img {
	width: 100%;
}

.overlay-menu .centered-block {
	width: 620px;
	max-width: 99%;
	margin: 0 auto;
}

.overlay-menu ul.full-nav li {
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-moz-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	opacity: 0;
}

.overlay-menu.open ul.full-nav li {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.overlay-menu.open ul.full-nav li:first-child {
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.overlay-menu.open ul.full-nav li:nth-child(2) {
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.overlay-menu.open ul.full-nav li:nth-child(3) {
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.overlay-menu.open ul.full-nav li:nth-child(4) {
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.overlay-menu.open ul.full-nav li:nth-child(5) {
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.overlay-menu.open ul.full-nav li:nth-child(6) {
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.overlay-menu.open ul.full-nav li:nth-child(7) {
	-moz-transition-delay: .7s;
	-o-transition-delay: .7s;
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.overlay-menu.open ul.full-nav li:nth-child(8) {
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.overlay-menu.open ul.full-nav li:nth-child(9) {
	-moz-transition-delay: .9s;
	-o-transition-delay: .9s;
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.overlay-menu.open ul.full-nav li:nth-child(10) {
	-moz-transition-delay: 1.0s;
	-o-transition-delay: 1.0s;
	-webkit-transition-delay: 1.0s;
	transition-delay: 1.0s;
}

.overlay-menu.open ul.full-nav li:nth-child(11) {
	-moz-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.overlay-menu.open ul.full-nav li:nth-child(12) {
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.overlay-menu ul.full-nav li {
	float: right;
	width: 49%;
	width: -webkit-calc(50% - 3px);
	width: -moz-calc(50% - 3px);
	width: calc(50% - 3px);
	position: relative;
	padding: 0.75rem 2rem;
	text-align: right;
	background: #f5f5f5;
	margin-bottom: 6px;
}

.overlay-menu ul.full-nav li:nth-child(2n) {
	float: left;
}

.overlay-menu ul.full-nav li > span {
	color: #515A5F;
	font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
	margin-left: 10px;
	display: inline;
}

.overlay-menu ul.full-nav li a {
	position: relative;
	overflow: hidden;
	font-size: 1.5rem;
	color: #515A5F;
	overflow: hidden;
	padding: 0.8rem 0;
	font-weight: 500;
}


/*-----  Headers Ends ------ */

/* ------ main Slider Starts ------ */

#maxo-main h1 {
	font-size: 3.15rem;
	font-weight: 700 !important;
	line-height: 1.5;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

#maxo-main h1 > strong {
	font-weight: 600;
	font-size: inherit;
}

#maxo-main h1 span {
	display: block;
	font-size: 2.12rem;
	font-style: normal;
	font-weight: 400;
}

#maxo-main a {
	margin-left: 5px;
}

/*arrows Slider*/

.tparrows {
	display: inline-block;
	background: transparent !important;
}

.tparrows.tp-leftarrow:before {
	content: url("../images/prev.png");
}

.tparrows.tp-rightarrow:before {
	content: url("../images/next.png");
}


/*Bullets
Swiper & Revotion*/

.tp-bullet {
	margin: 5px !important;
	position: absolute;
}

.tp-bullet,
.swiper-pagination-bullet {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	overflow: hidden;
}

.tp-bullet,
.swiper-pagination-bullet {
	background: #515A5F;
}

.tp-bullet:hover,
.tp-bullet.selected,
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: #F2C900;
}

/* ------ main Slider ends ------ */

/* ------ Swiper slider ------ */

/*paginationa*/

.swiper-pagination {
	position: relative;
}

.swiper-pagination,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0 !important;
}

.swiper-pagination-bullet {
	cursor: pointer;
	margin: 1px 4px !important;
	opacity: 1;
	position: relative;
	z-index: 5;
}

/*Arrows*/

.swiper-button-next,
.swiper-button-prev {
	color: #ffffff;
	background: rgba(81, 90, 95, 0.5);
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 36px;
	display: none;
}

.visible .swiper-button-next,
.visible .swiper-button-prev {
	display: inline-block;
}

.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
	color: #515a5f;
	background: rgba(255, 255, 255, 1);
}

/*Testimonial & Latest News*/

.testimonial .testimonial_slide .photo,
.testimonial .testimonial_slide .signature,
.updates .latest_updates .update_text {
	vertical-align: middle;
}

.testimonial .testimonial_slide .photo,
.testimonial .testimonial_slide .signature,
.updates .latest_updates .updatephoto,
.updates .latest_updates .update_text {
	display: table-cell;
}

.testimonial .testimonial_slide .photo {
	border: 3px solid #515A5F;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

.whitecolor .testimonial .testimonial_slide .photo {
	border: 3px solid #ffffff;
}

.latest_updates .updatephoto {
	width: 140px;
	height: 100px;
}

.testimonial_slide .photo > img,
.latest_updates .updatephoto > img {
	width: 100%;
}

.testimonial_slide .photo > img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.testimonial .testimonial_slide .signature,
.updates .latest_updates .update_text {
	padding-right: 10px;
	padding-left: 10px;
}

.testimonial .testimonial_slide .signature span {
	font-weight: 300;
}

.testimonial .testimonial_slide .signature span,
.updates .latest_updates .updatephoto > .ivydatedate {
	font-size: 0.75rem;
}

.updates .latest_updates .updatephoto {
	position: relative;
	overflow: hidden;
}

.updates .latest_updates .update_text {
	position: relative;
}

.ivydatedate {
	background: #ffffff;
	color: #515A5F;
	padding: 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	font-size: 0.75rem;
	position: relative;
}

a.ivydatedate:hover,
a.ivydatedate:focus {
	color: #fff;
	background: #f2c900;
}

.updates .latest_updates .ivydatedate {
	right: 10px;
	position: absolute;
	top: 10px;
}

.updates .latest_updates .update_text h6:hover a,
.updates .latest_updates .update_text h6:focus a {
	color: #515A5F;
}

/*Tweets*/

.left-padding {
	padding-right: 9% !important;
	padding-left: 9% !important;
}

/*LOgos*/

.partners .image {
	width: 12.5rem;
	margin: 0 auto;
}

/* ------ Swiper Slider ends ------ */

/* ------ POrtfolio starts ------ */

.overlay {
	background: rgba(242, 201, 0, .8);
	position: absolute;
	right: -15px;
	left: 45px;
	bottom: 15px;
	padding: 2rem 3.125rem;
	opacity: 0;
}

.cbp-item:hover .overlay {
	left: 15px;
	right: 15px;
	opacity: 1;
}

.overlay .likeus {
	background: rgba(242, 201, 0, .8);
	font-size: 14px;
	padding: 11px 14px;
	position: absolute;
	left: 0;
	text-align: center;
	top: -57px;
	opacity: 0;
}

.cbp-item:hover .likeus {
	opacity: 1;
}

.overlay h4 {
	font-size: 1.25rem;
}

.overlay p {
	font-weight: bold;
	margin-bottom: 5px;
}

.work_headings {
	background: #ffffff;
	display: inline-table;
	padding: 0 0 30px 15px;
	position: relative;
	z-index: 100;
}

.cbp-l-filters .cbp-filter-item {
	display: inline-block;
	cursor: pointer;
}

.cbp-l-filters .cbp-filter-item-active {
	cursor: default;
}

.cbp-l-filters > .cbp-filter-item + .cbp-filter-item::before {
	content: "-";
	padding: 0 0.8125rem;
}

.cbp-l-filters .cbp-filter-item span {
	color: #515A5F;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 17px;
}

.cbp-item .text_wrap {
	color: #202020;
	height: 250px;
	overflow: hidden;
}

.cbp-item .text_wrap h1,
.cbp-item .text_wrap h5 {
	font-weight: bold;
}

.cbp-item .text_wrap p {
	color: transparent;
}

.cbp-item .text_wrap h2 {
	line-height: 1.33;
}

.cbp-item .text_wrap .button {
	position: absolute;
	top: 0;
	left: 0;
}

/*PopUp*/

.fancybox-thumbs > ul > li {
	height: 110px;
	width: 100%;
	max-width: 100%;
}

.fancybox-thumbs > ul > li::before {
	border: 4px solid #515A5F;
}

.fancybox-thumbs > ul > li img {
	margin: 0 !important;
}

.text_wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

/* ------ Portfolio ends ------ */

/* ------ Page Header starts ------ */

.page-header {
	border: none;
	margin: 0;
	padding-bottom: 0;
}

.page-header h1 {
	font-size: 2.25rem;
	font-weight: bold;
	margin-top: -15px;
}

.breadcrumb {
	background: transparent;
	padding: 0;
}

.breadcrumb li {
	font-size: 14px;
	font-weight: bold;
}

.breadcrumb li,
.breadcrumb li a {
	color: #fff;
}

.breadcrumb li a:hover {
	color: #f2c900;
}

/* ------ Page Header ends ------ */

/* ------ Parallax  & Bg starts ------ */

.bg {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.bg .bghalf {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 50%;
}

.bg .bghalf.imgright {
	right: 0;
	background-position: right center;
	background-repeat: no-repeat;
}

.bg .bghalf.imgleft {
	left: 0;
	background-position: left center;
	background-repeat: no-repeat;
}

.bg .bghalf.imgright,
.bg .bghalf.imgleft {
	background-attachment: fixed;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.parallax-bg {
	background-repeat: no-repeat;
}

.parallax,
#text-rotate {
	background-attachment: fixed !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: relative;
}

.page-header {
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-color: #515A5F;
}

.bg-transparent {
	background: rgba(255, 255, 255, 0.55);
	width: 100%;
}

.testimonial.center .testimonial_slide .photo {
	display: inline-block;
}

.testimonial.center .testimonial_slide .signature {
	display: block;
	padding: 0;
}

.bg .left,
.bg .right {
	padding-right: 2rem;
	padding-left: 2rem;
}

.parallax.parallax-bg h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 3.75rem;
}

.parallax.parallax-bg h2 i {
	font-size: 1.125rem;
	color: #9c9c9c;
}

.parallax.parallax-bg p {
	color: #f2c900;
}

.text-rotator .swiper-slide,
.text-rotator .swiper-slide .swipe-rotate {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.text-rotator .swiper-slide .swipe-rotate {
	opacity: 0 !important;
}

.text-rotator .swiper-slide.swiper-slide-active .swipe-rotate {
	opacity: 1 !important;
}

.text-rotator h1 {
	font-size: 3rem;
	font-weight: 100;
}

.text-rotator h1 > strong {
	font-size: inherit;
	font-weight: 600;
}

.text-rotator p {
	font-size: 1.125rem;
}

#text-rotate .swiper-pagination {
	position: absolute;
	margin-bottom: 25px;
	right: 0;
	left: 0;
}

/* ------ Parallax starts ------ */

/* ------ Features ------ */

.icon_wrap .icon_box {
	position: relative;
	padding: 40px 20px;
	-webkit-box-shadow: 0 0 3px 0 rgba(130, 121, 121, 0.6);
	-o-box-shadow: 0 0 3px 0 rgba(130, 121, 121, 0.6);
	-moz-box-shadow: 0 0 3px 0 rgba(130, 121, 121, 0.6);
	box-shadow: 0 0 3px 0 rgba(130, 121, 121, 0.6);
}

.icon_wrap .icon_box.whitebox {
	padding: 80px 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.icon_wrap.noshadow .icon_box {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.icon_wrap .icon_box i {
	display: inline-block;
	font-size: 50px;
	color: #f2c900;
	margin-bottom: 20px;
	position: relative;
}

.icon_wrap .icon_box.whitebox i {
	color: #666666;
}

.icon_wrap .icon_box:hover i {
	-moz-animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;

	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;

	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-moz-animation-duration: .7s;
	-o-animation-duration: .7s;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
}

.icon_wrap .icon_box hr {
	width: 45px;
	height: 3px;
	background: #666666;
	margin: 0 auto 20px;
	border: none;
}

.icon_wrap .icon_box:hover i,
.icon_wrap .icon_box:hover p {
	color: #fff;
}

.icon_wrap .icon_box:hover hr {
	background: #fff;
	width: 50px;
}

.icon_wrap .icon_box:hover {
	background: #f2c900;
	color: #fff;
	cursor: pointer;
}

.icon_wrap .icon_box h4 {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

/* ------ Features ends ------ */

/* ------ Our Team ------ */

.ourteam .team_caption {
	padding: 25px 10px 27px 10px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
	background: #f5f5f5;
}

.team_caption .overlay {
	background: #f2c900;
	height: 100%;
	right: 0;
	padding: 0;
	top: 0;
	width: 0;
	z-index: -1;
}

.ourteam:hover .team_caption .overlay {
	opacity: 1;
	width: 100%;
}

.ourteam:hover .darkcolor {
	color: #fff;
}

.ourteam .team_caption p {
	font-size: 0.75rem;
	font-weight: normal;
	margin-bottom: 0;
}

.ourteam .social_vertical {
	background: #ffffff;
	padding: 10px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	text-align: center;
	left: -10px;
	top: 10px;
	-webkit-transform: scalex(0);
	-moz-transform: scalex(0);
	-ms-transform: scalex(0);
	-o-transform: scalex(0);
	transform: scalex(0);
}

.ourteam:hover .social_vertical {
	opacity: 1;
	left: 10px;
	-webkit-transform: scalex(1);
	-moz-transform: scalex(1);
	-ms-transform: scalex(1);
	-o-transform: scalex(1);
	transform: scalex(1);
}

.ourteam .image img {
	height: auto;
}

/* ------ Our Team ------ */

/* ------ Our Blog ------ */

.ourblog .blog_desc {
	position: relative;
}

.ourblog .desc_tags {
	position: absolute;
	top: 15px;
	right: 15px;
}

#ourblog h2 {
	font-size: 2.25rem;
}

#ourblog h4 {
	font-weight: bold;
	font-size: 1.25rem;
}

#ourblog h4.heading.darkcolor,
#ourblog .widget h4.darkcolor {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

#ourblog .widget h4.darkcolor {
	font-size: 1.1rem;
}

.blog_item .swiper-container,
.blog_item .swiper-container .blog_slider > img {
	height: 440px;
}

.blog_slider .blog_inner {
	background: rgba(242, 201, 0, 0.9);
	bottom: 0;
	color: #ffffff;
	right: 0;
	padding: 2.5rem 1.5rem;
	position: absolute;
	top: 0;
}

.blog_item .blog_slides .swiper-pagination {
	text-align: center;
	bottom: 30px !important;
}

.blog_author.borderleft,
.blog_author.flat .metas {
	border-right: 1px solid #dadada;
	padding-right: .65rem;
}

.blog_author.flat .metas:first-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.blog_author .photo_container,
.blog_author .authorname {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 1rem;
}

.blog_author.flat .photo_container,
.blog_author.flat .authorname,
.blog_author.flat .metas {
	display: inline-block;
	padding-bottom: 0;
}

.blog_author.flat .metas {
	margin-right: 0.375rem;
}

.blog_author .photo_container {
	height: 36px;
	width: 36px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.blog_author .photo_container > img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.blog_author .authorname {
	padding-right: 0.5rem;
}

.blog_author .authorname a {
	display: block;
	font-weight: bold;
	line-height: 1rem;
	margin-top: -1px;
	margin-bottom: 1px;
}

.blog_author .authorname a,
.blog_author .metas {
	font-size: 0.75rem;
}

.readmore:hover,
.readmore:focus {
	color: #fff;
}

.blog_author .authorname span {
	font-size: 0.6875rem;
}

.blog_author .metas {
	margin: 0.625rem 0 0;
}

.blog_author .metas > i {
	margin-left: 0.175rem;
	font-size: 1rem;
}

.blog_author.borderleft .metas > i,
.blog_author.borderleft .authorname a,
.blog_author.flat .metas > i,
.blog_author.flat .authorname a {
	color: #515A5F;
}

.postanchor {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding-top: 20px;
	position: relative;
}

.postanchor p {
	margin-bottom: 20px;
}

.postanchor .previous > a,
.postanchor .nextpost > a {
	color: #515A5F;
	font-weight: bold;
}

.postanchor i {
	font-size: 20px;
}

.postanchor .previous > a i {
	margin-left: 5px;
}

.postanchor .nextpost > a i {
	margin-right: 5px;
}

.postanchor .share {
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 35px;
	right: 50%;
	line-height: 35px;
	margin-right: -17px;
	margin-top: -17px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 35px;
	z-index: 1;
}

.readmore {
	display: inline-block;
}

.blog_item .post-info {
	line-height: 2;
	margin-top: 30px;
}
.blog_item .post-info + .post-info {
	margin-top: 7px;
}
.blog_item .post-info a {
	color: #000;
}

/* ------ Our Blog ------ */

/* ------ Pricings ------ */

.pricing_item {
	position: relative;
	padding: 2.5rem 1.875rem;
	border: 1px solid #e6e1e1;
	z-index: 1;
}

.pricing_item.active {
	background: #f2c900;
	color: #fff;
}

.pricing_item.active p,
.pricing_item.active .darkcolor {
	color: #fff;
}

.pricing_item .pricebox {
	border-bottom: 1px solid #e6e1e1;
	padding-bottom: 20px;
}

.pricebox .price_title {
	float: right;
	text-align: right;
}

.pricebox .price_title,
.pricebox .price {
	display: inline-block;
}

.pricebox .price {
	float: left;
	width: 100%;
}

.pricebox .price_title .ratings i {
	color: #f2c900;
}

.pricebox .price p > strong {
	font-size: 3.75rem;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	margin: 30px 0;
}

.pricebox .price p > strong small {
	font-size: 2rem;
}

.pricebox .price span.month {
	font-size: 0.875rem;
	font-weight: normal;
	display: block;
}

.pricing_item .availability:before {
	content: '\f00c';
	font-family: FontAwesome;
	color: #515A5F;
	display: none;
	vertical-align: middle;
	width: 24px;
	margin-right: -24px;
}

.pricing_item.active .availability:before,
.pricing_item.active .pricebox .price_title .ratings i {
	color: #ffffff;
}

/* ------ Pricings ends ------ */

/* ------ Contact Us starts ------ */

.wpcf7 {
	direction: rtl;
}

.callus .form-group {
	margin-bottom: 10px;
}

.callus .form-group.bottom0 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.callus .row {
	margin-left: -5px;
	margin-right: -5px;
}

.callus .col-sm-12,
.callus .col-sm-6,
.callus .col-sm-4,
.callus .col-sm-3 {
	padding-right: 7.5px;
	padding-left: 7.5px;
	padding-bottom: 5px;
}

.callus .form-control {
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #575757;
	font-size: 13px;
	height: 42px;
	padding: 12px;
	text-align: right;
}

textarea {
	min-height: 140px;
	resize: none;
}

#contact .bghalf {
	left: 0;
}

#maxo-map,
#maxo-map iframe {
	height: 100%;
	width: 100%;
}

.logomap {
	font-family: 'primary-font', 'segoe ui', tahoma;
	text-align: center;
	margin: 20px 0 0 0;
}

.locations {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.locations > i {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	width: 22px;
	margin-left: 18px;
}

/* ------ Contact Us ends ------ */

/*Loader*/

.loader {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1200;
	background: #fff;
	overflow: hidden;
}

.spinner {
	margin: auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	position: absolute;
	right: 50%;
	left: 50%;
	margin-right: -20px;
	top: 50%;

	-webkit-animation: sk-rotate 2.0s infinite linear;
	-moz-animation: sk-rotate 2.0s infinite linear;
	-o-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #82B440;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	-moz-animation: sk-bounce 2.0s infinite ease-in-out;
	-o-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot1 {
	background-color: #82B440;
}

.dot2 {
	top: auto;
	background-color: #07AAA5;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	-moz-animation-delay: -1.0s;
	-o-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(-360deg)
	}
}

@-moz-keyframes sk-rotate {
	100% {
		-moz-transform: rotate(-360deg);
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg)
	}
}

@-o-keyframes sk-rotate {
	100% {
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg)
	}
}

@keyframes sk-rotate {
	100% {
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg)
	}
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}

@-moz-keyframes sk-bounce {
	0%,
	100% {
		-moz-transform: scale(0.0);
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		-moz-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

@-o-keyframes sk-bounce {
	0%,
	100% {
		-o-transform: scale(0.0);
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		-o-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		-moz-transform: scale(0.0);
		-o-transform: scale(0.0);
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}




@media screen and (max-width: 1200px) {
	html {
		font-size: 15px;
	}

	/*Header*/
	nav.navbar.bootsnav ul.nav > li {
		margin: 0 1.25rem;
	}
	nav.navbar.bootsnav ul.nav > li a {
		font-size: 13px;
	}

	/*Blog*/
	#ourblog h2 {
		font-size: 2rem;
	}
	
	.pricebox .price p > strong {
		font-size: 3.5rem;
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	h1,
	.h1 {
		font-size: 3.063em;
	}
	h2,
	.h2 {
		font-size: 2.05rem;
	}
	h3,
	.h3 {
		font-size: 1.375rem;
	}
	h4,
	.h4 {
		font-size: 1.125rem;
	}
	h5,
	.h5 {
		font-size: 1rem;
	}
	h6,
	.h6 {
		font-size: 0.9375rem;
	}
	/*Header*/
	nav.navbar.navbar-default {
		padding: 0;
	}
	nav.bootsnav.brand-center .navbar-collapse .col-half.left,
	nav.bootsnav.brand-center .navbar-collapse .col-half.right {
		float: none;
		margin: 0;
	}
	.navbar-brand > img,
	.nav.navbar.bootsnav .navbar-brand > img,
	.nav.navbar.bootsnav.fixedmenu .navbar-brand > img,
	nav.navbar.bootsnav.navbar-fixed.fixedmenu .navbar-brand > img {
		width: 80px !important;
	}
	header.default nav.navbar.bootsnav.navbar-fixed {
		background: #fff;
	}
	nav.navbar.bootsnav ul.nav > li {
		margin: 0;
	}
	header.default nav.navbar.bootsnav.navbar-fixed ul.nav > li > a {
		color: #515A5F;
	}
	header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span,
	header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span:before,
	header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span:after {
		background: #515A5F;
	}

	/*BG & Parallax*/
	.bg .bghalf {
		position: relative;
	}


	/*Our Blog*/
	#ourblog h2 {
		font-size: 1.5rem;
	}
	.blog_item .swiper-container,
	.blog_item .swiper-container .blog_slider > img {
		height: 330px;
	}
	.blog_slider .blog_inner {
		padding: 1.25rem 1rem;
	}
	.blog_item h3 {
		font-size: 1.22rem;
	}
	/*Our Blog*/
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#contact .bghalf {
		position: absolute;
	}
	.pricebox .price p > strong small {
		display: block;
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px) {
	.menu-icon {
		margin-top: 14px;
	}
	nav.navbar.bootsnav.brand-center .menu-icon {
		display: block;
	}
	.bg .left,
	.bg .right {
		padding-right: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	
	.overlay-menu .heading_space {
		margin-bottom: 1.5rem;
	}
	.overlay-menu .logo-full {
		width: 90px;
		margin-top: 0.5rem;
	}
	.overlay-menu ul.full-nav li {
		padding: 0.33rem 1rem;
	}
	.overlay-menu ul.full-nav li > span {
		font-size: 12px;
	}
	.overlay-menu ul.full-nav li a {
		font-size: 1.125rem;
	}

	/*Header*/
	/*BG*/
	#work .container > .row,
	#work .container > .row .text-left {
		text-align: center;
	}
	.text-rotator h1 {
		font-size: 2.5rem;
	}
	#contact .bghalf {
		left: 0;
		position: relative;
		width: 100%;
		height: 400px;
	}

	/*Blog*/
	.postanchor .share {
		display: none;
	}
	/*Blog*/
	/*Footer*/
	footer,
	footer .text-left {
		text-align: center;
	}

}

@media screen and (max-width: 370px) {
	.overlay-menu ul.full-nav li > span {
		display: none;
	}
	.overlay-menu ul.full-nav li a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 330px) {
	.overlay-menu ul.full-nav li a {
		font-size: 0.95rem;
	}
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}

.left-to-right {
	float: left;
	direction: ltr;
}

.fancybox-infobar__body{
	font-family: inherit;
}

.video_container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bg-vid {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.testimonials-container {
	overflow: hidden;
}

.testimonial_text {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	color: #fff !important;
}

.testimonial_text i {
	font-size: 1.125rem;
	color: #9c9c9c;
}

.testimonial_name {
	margin: 20px 0 5px 0;
	display: block;
	color: #42d9e4;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
}

.testimonial_position {
	font-size: 0.8rem;
	color: #9c9c9c;
}

.ourblog .image {
	min-height: 40px;
}

.ourblog .image img {
	height: auto;
}

.ltr_input {
	direction: ltr;
}

/* ========= Color Styles ========= */

/*Global Styling*/

body {
	color: #666666;
}



/* Helper Classes & Shorcodes */

.bglight {
	background: #f5f5f5;
}

.bgdark {
	background: #42d9e4;
}

.bgdefault {
	background: #515A5F;
}

.whitecolor {
	color: #ffffff;
}

.darkcolor {
	color: #515A5F;
}

.colorblack {
	color: #232323;
}


/*sidebar search*/

.widget_search .form-control {
	border: 2px #e8ecf0 solid;
}

.widget_search .input-group-addon {
	background: transparent;
	border: 2px #e8ecf0 solid;
	color: #42d9e4;
}

.widget .media-body > a {
	color: #515A5F;
}


/*Categories*/

.widget ul li {
	border-bottom: 1px solid #e8ecf0;
}

.widget ul li a {
	color: #666666;
}

.widget ul li a:hover,
.widget ul li a:focus,
.widget .media-body > a:hover {
	color: #42d9e4;
}


/*Tags*/

.tagcloud a {
	background: #42d9e4;
	color: #fff;
}

.tagcloud a::after {
	background: #ffffff;
}

/*Pagination*/

.pager {
	border-bottom: 2px solid #ebebeb;
}

.pager li > a {
	background: rgba(0, 0, 0, 0);
	color: #999999;
}

.pager li > a:before {
	background: #42d9e4;
}

.pager li > a:hover,
.pager li > a:focus,
.pager li.active > a {
	color: #42d9e4;
	background: transparent;
}

/*Comment Profile*/

.eny_profile {
	border-bottom: 1px solid #e4e4e4;
}

/* Social Icons */

ul.social li a {
	border: 1px solid #bdbdbd;
	color: #151515;
}

ul.social li a:before {
	background: #515A5F;
}

ul.social li a:hover,
ul.social li a:focus {
	color: #fff;
}

ul.social_vertical li a {
	color: #515A5F;
}

ul.social.white li a {
	border: 1px solid #fff;
}

ul.social_simple.white li a,
ul.social.white li a {
	color: #fff;
}

ul.social_simple li a:hover,
ul.social_simple li a:focus,
ul.social_vertical li a:hover,
ul.social_vertical li a:focus,
.topbar .topbar_inner span > a:hover,
.topbar .topbar_inner span > a:focus {
	color: #42d9e4;
}


.back-top {
	background: #515A5F;
	color: #fff;
}

.back-top:hover,
.back-top:focus {
	color: #fff;
}

/* Some Short Codes or helper classes */

/* ------ Headers Starts ------ */

header.default nav.navbar.bootsnav.navbar-fixed {
	background: transparent;
}

header.default .bootsnav.fixedmenu {
	background: #fff !important;
}

nav.navbar.bootsnav .navbar-toggle {
	color: #515A5F;
}

header.default nav.navbar.bootsnav.navbar-fixed ul.nav > li > a {
	color: #fff;
}

header.default nav.navbar.bootsnav ul.nav > li > a,
header.default .bootsnav.fixedmenu ul.nav > li > a,
header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu ul.nav > li > a {
	color: #515A5F;
}

nav.navbar.bootsnav ul.nav > li > a:before,
.cbp-l-filters .cbp-filter-item span:after,
.overlay-menu ul.full-nav li a:before {
	background: #42d9e4;
}


/*OVERLAY Menu*/

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
	background: #515A5F;
}

header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .menu-icon span,
header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .menu-icon span:before,
header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .menu-icon span:after {
	background: #515A5F;
}

header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span,
header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span:before,
header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span:after {
	background: #fff;
}

.overlay-menu {
	color: #515A5F;
}

.overlay-menu ul.full-nav li {
	background: #f5f5f5;
}

.overlay-menu ul.full-nav li > span {
	color: #515A5F;
}

.overlay-menu ul.full-nav li a {
	color: #515A5F;
	display: block;
}


/*-----  Headers Ends ------ */

/* ------ main Slider Starts ------ */

/*Bullets
Swiper & Revotion*/

.tp-bullet,
.swiper-pagination-bullet {
	background: #515A5F;
}

.tp-bullet:hover,
.tp-bullet.selected,
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: #42d9e4;
}

/* ------ main Slider ends ------ */

/* ------ Swiper slider ------ */

/*Testimonial & Latest News*/

.testimonial .testimonial_slide .photo {
	border: 3px solid #515A5F;
}

.ivydatedate {
	color: #515A5F;
}

a.ivydatedate:hover,
a.ivydatedate:focus {
	color: #fff;
	background: #42d9e4;
}

.updates .latest_updates .update_text h6:hover a,
.updates .latest_updates .update_text h6:focus a {
	color: #515A5F;
}

/* ------ Swiper Slider ends ------ */

/* ------ POrtfolio starts ------ */

.overlay,
.overlay .likeus {
	background: rgba(66, 217, 228, .8);
}


/*Filters*/

.cbp-l-filters .cbp-filter-item span {
	color: #515A5F;
}

.cbp-item .text_wrap {
	color: #202020;
}

.cbp-item .text_wrap p {
	color: transparent;
}

/*PopUp*/

.fancybox-thumbs > ul > li::before {
	border: 4px solid #515A5F;
}

/* ------ Portfolio ends ------ */

/* ------ Page Header starts ------ */

.breadcrumb {
	background: transparent;
}

.breadcrumb li,
.breadcrumb li a {
	color: #fff;
}

.breadcrumb li a:hover {
	color: #42d9e4;
}

/* ------ Page Header ends ------ */

/* ------ Parallax  & Bg starts ------ */

.parallax h2 i {
	color: #9c9c9c;
}

.parallax.parallax-bg p {
	color: #42d9e4;
}

/* ------ Parallax starts ------ */

/* ------ Features ------ */

.icon_wrap .icon_box i {
	color: #42d9e4;
}

.icon_wrap .icon_box:hover i,
.icon_wrap .icon_box:hover p {
	color: #fff;
}

.icon_wrap .icon_box:hover {
	background: #42d9e4;
	color: #fff;
}

/* ------ Features ends ------ */

/* ------ Our Team ------ */

.ourteam .team_caption {
	background: #f5f5f5;
}

.team_caption .overlay {
	background: #42d9e4;
}

.ourteam .social_vertical {
	background: #ffffff;
}

/* ------ Our Team ------ */

/* ------ Our Blog ------ */

.ourblog h3 a:hover,
.readmore,
.blog_item h3 a:hover {
	color: #42d9e4;
}

.blog_slider .blog_inner {
	background: rgba(66, 217, 288, 0.9);
	color: #ffffff;
}

.blog_author.borderleft .metas > i,
.blog_author.borderleft .authorname a,
.blog_author.flat .metas > i,
.blog_author.flat .authorname a {
	color: #515A5F;
}

.postanchor {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	position: relative;
}

.postanchor .previous > a,
.postanchor .nextpost > a {
	color: #515A5F;
}

.postanchor .share {
	color: #ffffff;
}

/* ------ Our Blog ------ */

/* ------ Pricings ------ */

.pricing_item.active {
	background: #42d9e4;
	color: #fff;
}

.pricing_item.active p,
.pricing_item.active .darkcolor {
	color: #fff;
}

.pricing_item .pricebox {
	border-bottom: 1px solid #e6e1e1;
}

.pricebox .price_title .ratings i {
	color: #42d9e4;
}

.pricing_item .availability:before {
	color: #515A5F;
}

.pricing_item.active .availability:before {
	color: #ffffff;
}

/* ------ Pricings ends ------ */

/*Loader*/

.dot1 {
	background-color: #42d9e4;
}

.dot2 {
	background-color: #515A5F;
}



@media screen and (max-width: 991px) {

	/*Header*/
	header.default nav.navbar.bootsnav.navbar-fixed {
		background: #fff;
	}
	nav.navbar.bootsnav ul.nav > li {
		margin: 0;
	}
	header.default nav.navbar.bootsnav.navbar-fixed ul.nav > li > a {
		color: #515A5F;
	}
	.menu-icon span,
	.menu-icon span:before,
	.menu-icon span:after,
	header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .menu-icon span,
	header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .menu-icon span:before,
	header.default nav.navbar.bootsnav.navbar-fixed.fixedmenu .menu-icon span:after,
	header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span,
	header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span:before,
	header.default nav.navbar.bootsnav.navbar-fixed .menu-icon span:after {
		background: #42d9e4;
	}
	.menu-icon,
	.overlay-menu {
		display: block;
	}

}

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

.title_block h2,
.title_block p,
.latest_updates h6 {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

.rev_slider_wrapper {
	min-height: 100vh;
}

span.wpcf7-not-valid-tip {
	font-size: 0.85em;
	margin-top: 5px;
}

div.wpcf7-response-output {
	line-height: 2;
	font-size: 0.85rem;
	margin: 0.5em 3px 1em !important;
}

div.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader {
	margin-top: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.wpcf7-submit + br {
	display: none;
}

#header_menu_mobile {
	overflow: hidden;
}

.widget table {
	width: 100%;
	line-height: 2.5;
}

.widget table a {
	color: #000;
	font-weight: bold;
}

.comments {
	overflow: hidden;
}

.eny_profile h6,
.eny_profile span {
	float: right;
	line-height: 30px;
}

.eny_profile h6 {
	margin-bottom: 15px;
}

.eny_profile p {
	clear: both;
	margin-bottom: 0;
}

.eny_profile span {
	margin-right: 30px;
	float: left;
}

.eny_profile .comment_date {
	font-size: 0.81rem;
	margin-bottom: 10px;
}

.eny_profile em {
	color: #aaa;
	font-style: normal;
    display: block;
	margin-top: 15px;
}

.logged-in-as,
.comment_reply_to,
.comment-notes {
	font-size: 0.875rem;
}

.comment-notes {
	margin-bottom: 20px;
}

.logged-in-as a,
.comment_reply_to a {
	color: #000;
}

.comment_reply_to small {
	font-size: inherit;
}

.comment-form-cookies-consent {
	clear: both;
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.comment-form-cookies-consent input {
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 0;
}

.callus #submit {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.callus #submit:hover {
	background: #42d9e4;
}

.pager li > span.current {
	color: #42d9e4;
}

.pager li > span.current:before {
	background: #42d9e4;
	width: 100%;
}

.pager li i {
	vertical-align: baseline;
}

.comment-navigation {
	overflow: hidden;
	margin-bottom: 30px;
}

.comment-navigation .nav-previous {
	float: right;
}

.comment-navigation .nav-next {
	float: left;
}

.all_posts_button {
	margin-top: 70px;
}

@media screen and (max-width: 991px) {
	.all_posts_button {
		margin-top: 60px;
	}
}

.cbp-l-filters {
	margin-top: 15px;
}

@media screen and (max-width: 991px) {
	.cbp-l-filters {
		margin-top: 5px;
	}
}

@media screen and (max-width: 767px) {
	#portfolio .title_block,
	.cbp-l-filters {
		text-align: center;
	}
}

@media screen and (max-width: 575px) {
	.eny_profile .eny_profile {
		margin-right: 25px;
	}
}

@media screen and (max-width: 480px) {
	#maxo-main h1 span {
		margin-top: 5px;
	}
}

.widget .widget_calendar {
	direction: rtl !important;
}
