body {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #505050;
	line-height: 1.8;
	word-wrap: break-word
}
h1
{
    font-size:36px!important;
}
h2
{
    font-size:30px!important;
}
h3
{
    font-size:24px!important;
}
h4
{
    font-size:20px!important;
}
h5
{
    font-size:18px!important;
}
h6
{
    font-size:16px!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #333;
	font-weight: 600
}

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

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

.site {
	overflow: hidden
}

.about-box-bg,
.about-box-content,
.about-box-link,
.blog-carousel-items .owl-nav div,
.choose-us-box-icon,
.footer-top-area .widget.widget_nav_menu li a:hover:before,
.header-menu-area .menu li:before,
.header-style-2 .header-menu-area:before,
.image-popup-link i,
.isotpo-mobile-title,
.post-content h4,
.post-thumb,
.post-thumb-wrapper:after,
.project-bg,
.project-bg:before,
.project-box h4,
.project-content,
.project-gallery-wrap .owl-nav div,
.search-trigger,
.search-wrapper,
.service-box-style-3,
.single-blog-post,
.single-pricing-table,
.single-service-box h4,
.single-service-box.service-box-style-2 .service-box-icon,
.single-team-member,
.slider-promo-box-wrapper li:before,
.team-carousel-wrap .owl-nav div,
.testimonial-wrapper .owl-nav div,
.work-filter-btn li,
a,
a.text-btn:before,
a:hover,
button[type=submit],
input[type=submit] {
	transition: .5s;
	-webkit-transition: .5s
}

.navigation {
	font-family: Poppins, sans-serif
}

.no-list-style ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.social-icons li {
	display: inline-block
}

.social-icons li a {
	display: inline-block;
	padding: 5px;
	line-height: 1;
	font-size: 18px
}

.social-icons li:last-child a {
	padding-right: 0
}

.xzopro-btn {
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	border-radius: 5px
}

a.text-btn {
	display: inline-block;
	font-size: 15px;
	margin-top: -5px;
	position: relative;
	line-height: 1
}

a.text-btn:before {
	position: absolute;
	content: '\f178';
	font-family: fontawesome;
	right: -15px;
	top: 3px;
	opacity: 0;
	visibility: visible
}

a.text-btn:hover:before {
	right: -25px;
	opacity: 1;
	visibility: visible
}

.enable-overlay,
.full-bg {
	background-size: cover;
	background-position: center
}

.enable-overlay {
	position: relative
}

.enable-overlay:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .6
}

.section-right-bg {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain
}

.section-left-bg {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 150px bottom
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 30px;
	width: 100%;
	box-shadow: none;
	outline: 0
}

input[type=submit] {
	border: none;
	padding: 11px 20px;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase
}

button[type=submit] {
	color: #fff
}

.mb40 {
	margin-bottom: 40px
}

.mt40 {
	margin-top: 40px
}

.mb30 {
	margin-bottom: 30px
}

.mt30 {
	margin-top: 30px
}

.mt20 {
	margin-top: 20px
}

.mb20 {
	margin-bottom: 20px
}

.mt15 {
	margin-top: 15px
}

button {
	cursor: pointer
}

button:focus,
input:focus {
	box-shadow: none;
	outline: 0
}

blockquote {
	padding-left: 20px;
	position: relative;
	font-style: italic;
	font-size: 16px
}

blockquote:before {
	position: absolute;
	height: 100%;
	width: 5px;
	content: '';
	left: 0;
	top: 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.section-right-bg {
		background-size: 550px
	}
	.section-left-bg {
		background-position: 95px bottom
	}
}

@media only screen and (max-width:767px) {
	.section-padding {
		padding: 60px 0 35px 0
	}
	a.text-btn {
		font-size: 16px
	}
}

.header-top-area {
	padding: 4px 0;
	color: #fff;
	background: #3da8d7
}

.header-top-left {
	margin-top: 2px
}

.header-top-right {
	text-align: right
}

.header-top-left li {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
	padding-left: 25px
}

.header-top-left li:before {
	position: absolute;
	content: '';
	height: 20px;
	width: 2px;
	right: 0;
	top: 50%;
	margin-top: -10px;
	opacity: .8
}

.header-top-left li:last-child:before {
	height: 0;
	width: 0
}

.header-top-left li:last-child {
	margin-right: 0;
	padding-right: 0
}

.header-top-left li span {
	display: inline-block;
	color:#fff;
}

.header-top-left li i {
	position: absolute;
	left: -1px;
	top: 5px
}

.site-branding {
	height: 60px;
	display: table;
	width: 100%
}

.logo-wrap {
	display: table-cell;
	vertical-align: middle
}

.logo-wrap a {
	display: inline-block
}

.middle-right-section li {
	display: inline-block;
	position: relative;
	padding-left: 50px;
	margin-right: 30px;
	text-align: left;
	margin-top: 2px
}

.middle-right-section li:last-child {
	margin-right: 0
}

.middle-right-section li i {
	position: absolute;
	left: 0;
	top: -10px;
	display: inline-block
}

.middle-right-section li i,
.middle-right-section li i:before {
	font-size: 40px
}

.middle-right-section li span {
	display: block
}

span.bold-text {
	font-weight: 700;
	color: #242424
}

span.normal-text {
	font-size: 14px;
	margin-top: -2px
}

.middle-right-section li i.flaticon-signs {
	left: 5px
}

.header-middle-area {
	padding: 10px 0
}

.middle-right-section {
	text-align: right;
	margin-top: 3px
}

.header-menu-area {
	padding: 0 0;
	position: relative;
	background: 0 0
}

.header-menu-area::before {
	position: absolute;
	height: 100%;
	content: '';
	width: 100%;
	left: 0;
	top: 0
}

.header-menu-area .menu {
	text-align: right
}

.header-menu-area .menu li {
	display: inline-block;
	position: relative
}

.header-menu-area .menu li:before {
	position: absolute;
	content: '';
	opacity: 0;
	visibility: hidden;
	top: 2px;
	display: inline-block;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	height: 3px;
	background: #fff
}

.header-menu-area .menu li.current-menu-item:before,
.header-menu-area .menu li:hover:before {
	opacity: 1;
	visibility: visible
}

.header-menu-area .menu li a {
	display: inline-block;
	padding: 12px 15px;
	color: #333
}

.header-menu-area .menu .sub-menu {
	padding-top: 15px;
	position: absolute;
	z-index: 10;
	background: #fff;
	width: 250px;
	text-align: left;
	top: 150px;
	opacity: 0;
	visibility: hidden
}

.header-menu-area .menu li:hover>.sub-menu {
	top: 50px;
	opacity: 1;
	visibility: visible
}

.header-menu-area .menu .sub-menu .sub-menu {
	left: 250px;
	top: 100px;
	padding-top: 0
}

.header-menu-area .menu li .sub-menu li:hover>.sub-menu {
	top: 0
}

.sub-menu {
	transition: .5s
}

.menu .sub-menu li {
	display: block
}

.header-menu-area .menu .sub-menu li:before {
	height: 0;
	width: 0
}

.header-menu-area .menu .sub-menu li a {
	display: block
}

.header-menu-area .menu .sub-menu li a:hover {
	background: #3da8d7;
	color: #fff
}

.slicknav_menu {
	background: 0 0;
	padding: 5px 0
}

.slicknav_btn {
	margin: 5px 0 6px
}

.mbl-menu-container {
	position: absolute;
	width: 100%;
	top: 8px;
	z-index: 11;
	display: none
}

.slicknav_nav {
	padding-top: 20px!important;
	padding-bottom: 20px!important;
	overflow: scroll;
	position: relative;
	top: 32px;
	max-height: 400px
}

.no-list-style .slicknav_nav ul {
	margin-left: 20px
}

.slicknav_nav .current-menu-item a {
	border-radius: 5px
}

.menu-right-area {
	position: relative;
	z-index: 12;
	overflow: hidden
}

.search-trigger i:before {
	font-size: 25px
}

.search-trigger,
.search-trigger i {
	display: inline-block
}

.search-trigger {
	width: 65px;
	text-align: right;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	position: relative
}

.search-trigger i {
	cursor: pointer;
	padding: 0 5px
}

.search-trigger:before {
	position: absolute;
	height: 35px;
	width: 2px;
	background: #fff;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -17.5px;
	opacity: .6
}

.top-btn {
	text-align: right;
	width: 180px;
	float: right
}

.top-btn .fill-btn {
	border: 0 solid
}

.header-style-2 .header-top-area,
.header-style-2 .header-top-area a {
	color: #fff
}

.header-style-2 .header-menu-area .menu .sub-menu {
	padding-top: 0
}

.header-style-2 .menu-right-area {
	margin-top: 5px
}

.header-style-2 .header-menu-area.scrolled:before {
	opacity: 1
}

.header-style-2 .header-menu-area {
	position: absolute;
	width: 100%;
	z-index: 10
}

.sticky-wrapper {
	position: relative;
	width: 100%;
	z-index: 10;
	background: 0 0
}

.header-style-2 .sticky-wrapper {
	position: absolute
}

.header-style-2 .header-menu-area {
	padding-bottom: 0;
	box-shadow: 0 2px 6px -2px
}

.header-style-2 .header-menu-area .menu li a {
	padding: 17px 15px
}

.header-style-2 .header-menu-area .menu .sub-menu li a {
	padding-bottom: 12px
}

.header-style-2 .header-menu-area .menu li:hover>.sub-menu {
	top: 63px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-style-2 .top-btn {
		width: 135px
	}
	.header-style-2 .top-btn .xzopro-btn {
		display: inline-block;
		padding: 10px 20px;
		font-size: 14px
	}
	.header-style-2 .menu-right-area {
		margin-top: 8px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.mbl-menu-container {
		display: block
	}
	.header-top-left li {
		margin-right: 10px;
		padding-right: 15px;
		font-size: 14px;
		padding-left: 20px
	}
	.header-top-left li i::before {
		font-size: 15px
	}
	.header-top-left li i {
		top: 0
	}
	.header-top-area .social-icons li a {
		font-size: 16px;
		margin-top: 2px
	}
	.header-top-left li::before {
		height: 16px;
		margin-top: -8px
	}
	.middle-right-section li i,
	.middle-right-section li i::before {
		font-size: 22px
	}
	.bold-text {
		font-size: 13px
	}
	span.normal-text {
		font-size: 12px
	}
	.middle-right-section {
		text-align: left;
		margin-top: 7px
	}
	.middle-right-section li {
		padding-left: 30px;
		margin-right: 13px
	}
	.middle-right-section li i {
		top: 3px
	}
	.search-trigger:before,
	.site-navigation.navigation {
		display: none
	}
	.xzopro-btn {
		font-size: 14px;
		padding: 10px 20px
	}
	.header-menu-area {
		padding: 10px 0
	}
	.search-trigger,
	.top-btn .fill-btn {
		margin-top: 0
	}
	.search-trigger {
		margin-right: 0;
		margin-left: 25px
	}
	.header-style-2 .slicknav_btn {
		float: right;
		margin: 15px 0 6px
	}
	.header-style-2 .site-branding {
		position: relative;
		z-index: 12
	}
	.header-style-2 .menu-right-area {
		margin-top: 8px
	}
	.header-style-2 .header-menu-area {
		padding-bottom: 13px
	}
	.header-style-2 .slicknav_nav {
		padding-top: 15px!important;
		margin-top: 68px!important
	}
}

@media only screen and (max-width:767px) {
	.header-style-2 .header-menu-area {
		padding-bottom: 8px
	}
	.header-top-left li {
		display: block;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
		font-size: 13px
	}
	.header-top-left {
		text-align: center
	}
	.header-top-left li i,
	.header-top-left li:before,
	.middle-right-section {
		display: none
	}
	.header-top-right {
		text-align: center;
		margin-top: 5px
	}
	.logo-wrap {
		text-align: center
	}
	.header-middle-area {
		padding: 5px 0
	}
	.mbl-menu-container {
		display: block
	}
	.search-trigger:before,
	.site-navigation.navigation {
		display: none
	}
	.xzopro-btn {
		font-size: 12px;
		padding: 8px 15px
	}
	.header-menu-area {
		padding: 10px 0
	}
	.search-trigger {
		width: 30px;
		float: none;
		margin-right: 0
	}
	.top-btn {
		width: 120px
	}
	.search-trigger {
		margin-top: 6px;
		line-height: 1;
		margin-left: 10px
	}
	.mbl-menu-container {
		top: 4px
	}
	.header-style-2 .top-btn {
		width: 0;
		display: none
	}
	.header-style-2 .slicknav_btn {
		float: right;
		margin: 17px 0 6px
	}
	.header-style-2 .site-branding {
		position: relative;
		z-index: 12
	}
	.header-style-2 .menu-right-area {
		margin-top: 11px
	}
	.header-style-2 .menu-right-area {
		overflow: visible
	}
	.header-style-2 .search-trigger {
		margin-top: 8px;
		margin-left: -20px
	}
	.header-style-2 .slicknav_nav {
		padding-top: 15px!important;
		margin-top: 68px!important
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.search-trigger {
		margin-left: 120px
	}
}

.slider-main-wrapper {
	position: relative
}

.slide-item-1 {
	background-image: url(assets/images/slide-bg-1.jpg)
}

.slide-item-2 {
	background-image: url(assets/images/slide-bg-2.jpg)
}

.slide-item-3 {
	background-image: url(assets/images/slide-bg-3.jpg)
}

.single-slide-item {
	height: 650px;
	display: table;
	width: 100%;
	position: relative
}

.slide-content-wrapper {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	color: #fff
}

.slider-wrapper .owl-nav div {
	position: absolute;
	height: 50px;
	width: 50px;
	color: #fff;
	top: 50%;
	margin-top: -25px;
	line-height: 47px;
	font-size: 35px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}

.slider-wrapper .owl-nav div:after {
	position: absolute;
	content: '';
	background: #000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: .6
}

.slider-wrapper .owl-nav div i {
	position: relative;
	z-index: 1
}

.slider-wrapper .owl-nav div.owl-prev {
	left: 0
}

.slider-wrapper .owl-nav div.owl-next {
	left: auto;
	right: 0
}

.slider-main-wrapper:hover div.owl-next {
	right: 30px
}

.slider-main-wrapper:hover div.owl-prev {
	left: 30px
}

.slider-main-wrapper:hover .owl-nav div {
	opacity: 1;
	visibility: visible
}

.slider-main-wrapper .owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 50px
}

.slider-main-wrapper .owl-dots .owl-dot {
	height: 7px;
	width: 40px;
	background: #fff;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px
}

.slider-main-wrapper.slider-style-1 .owl-dots .owl-dot {
	display: none
}

.slider-main-wrapper.slider-style-2 .owl-dots .owl-dot {
	display: inline-block
}

.slide-title {
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #fff
}

.bold-title {
	font-size: 59px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 700
}

.slide-content-wrapper p {
	font-size: 20px;
	font-weight: 300
}

.slide-content-wrapper .slider-btn {
	margin-right: 30px;
	margin-top: 20px
}

.slide-content-wrapper .slider-btn:last-child,
.slider-promo-box-wrapper li:last-child {
	margin-right: 0
}

.slider-promo-box-wrapper li {
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 20px 15px;
	padding-left: 65px;
	margin-right: 10px;
	text-align: left
}

.slider-promo-box-wrapper li i {
	font-size: 35px;
	position: absolute;
	left: 15px;
	top: 12px
}

.slider-promo-box-wrapper li i:before {
	font-size: 35px
}

.slider-promo-box-wrapper li i.fa {
	top: 27px
}

.slider-promo-box-wrapper h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px
}

.slider-promo-box-wrapper p {
	margin-bottom: 0
}

.slider-promo-box-wrapper {
	position: absolute;
	width: 100%;
	bottom: 35px;
	z-index: 1;
	text-align: center
}

.slider-promo-box-wrapper li a,
.slider-promo-box-wrapper li a:hover {
	color: #242424
}

.slider-promo-box-wrapper li:before {
	position: absolute;
	height: 5px;
	width: 0%;
	top: 0;
	content: '';
	left: 0;
	opacity: 0;
	visibility: hidden
}

.slider-promo-box-wrapper li:hover:before {
	visibility: visible;
	opacity: 1;
	width: 100%
}

.slider-promo-box-wrapper li a,
.slider-promo-box-wrapper li span {
	display: block
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.slider-promo-box-wrapper li {
		padding: 18px 10px;
		padding-left: 50px;
		margin-right: 10px
	}
	.slider-promo-box-wrapper li i {
		left: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-slide-item {
		height: 500px
	}
	.header-style-2 .single-slide-item {
		height: 650px
	}
	.slider-promo-box-wrapper {
		display: none
	}
	.slide-title {
		font-size: 40px
	}
	.bold-title {
		font-size: 45px;
		margin-top: 10px
	}
	.choose-us-container.section-right-bg,
	.form-wrapper.section-left-bg {
		background-image: none
	}
	.blog-carousel-items .owl-nav div,
	.testimonial-wrapper .owl-nav div {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.slider-promo-box-wrapper {
		position: relative;
		bottom: auto;
		margin-top: 60px
	}
	.slide-title {
		font-size: 18px
	}
	.bold-title {
		font-size: 22px;
		margin-bottom: 7px;
		margin-top: 10px
	}
	.slide-content-wrapper p {
		font-size: 15px
	}
	.slide-content-wrapper .slider-btn {
		margin-right: 15px;
		margin-top: 15px
	}
	.single-slide-item {
		height: auto;
		padding: 80px 0
	}
	.header-style-2 .single-slide-item {
		padding: 140px 0 80px
	}
	.slider-wrapper .owl-nav div {
		height: 35px;
		width: 35px;
		margin-top: -17.5px;
		line-height: 33px;
		font-size: 25px
	}
	.slider-promo-box-wrapper li {
		border: 1px solid #ddd;
		margin-bottom: 30px
	}
	.slider-promo-box-wrapper li:last-child {
		margin-bottom: 0
	}
	.slider-main-wrapper {
		margin-top: -1px
	}
	.slider-main-wrapper.slider-style-2 .owl-dots {
		bottom: 20px
	}
}

.section-title {
	
	margin-bottom: 5px
}

ul.title-shape {
	display: inline-block;
	margin-bottom: 15px
}

ul.title-shape li {
	height: 3px;
	display: inline-block;
	width: 36px;
	margin-right: 2px
}

ul.title-shape li:last-child {
	width: 9px
}

ul.title-shape li:nth-child(2) {
	width: 18px
}

@media only screen and (max-width:767px) {
	.section-title {
		font-size: 25px;
		font-weight: 700
	}
}

.about-box-bg-1,
.about-box-bg-2,
.about-box-bg-3 {
	background-image: url(assets/images/about-hover-bg.jpg)
}

.about-box-wrapper {
	margin-top: 25px
}

.about-box-content {
	text-align: center;
	border: 1px solid #f2f2f2;
	padding: 12px 15px 30px 15px
}

.about-box-top-icon i,
.about-box-top-icon i:before {
	font-size: 40px
}

.about-box-content h5 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.about-box-link {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	margin-top: 5px;
	font-size: 30px
}

.single-about-box-wrap:hover .about-box-link {
	background: #fff
}

.single-about-box-wrap:hover .about-box-link:hover {
	color: #fff
}

.single-about-box-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

.about-box-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.single-about-box-wrap:hover .about-box-bg {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.single-about-box-wrap:hover .about-box-content {
	Color: #dedede
}

.single-about-box-wrap:hover .about-box-content h5 {
	color: #fff
}

.about-box-bg:before {
	position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	opacity: .85
}

.home-1.service-section.section-padding {
	padding-bottom: 43px
}

.home-2.service-section.section-padding {
	padding-bottom: 85px
}

.service-page-1.service-section.section-padding {
	padding: 70px 0 45px 0
}

.service-page-2.service-section.section-padding {
	padding: 60px 0 85px 0
}

.home-1.service-section {
	background-image: url(assets/images/home-1-service-bg.jpg)
}

.service-section {
	background: #f7f7f7
}

.service-box-wrapper {
	margin-top: 25px
}

.home-1.service-section.enable-overlay:before {
	opacity: .9
}

.single-service-box {
	margin-bottom: 50px
}

.service-content-wrapper .service-box-icon i,
.service-content-wrapper .service-box-icon i:before {
	position: absolute;
	font-size: 40px;
	left: 0;
	top: -5px
}

.service-box-content a {
	display: inline-block
}

.service-box-content h4 {
	margin-bottom: 10px
}

.service-box-style-1 .service-content-wrapper {
	position: relative;
	padding-left: 55px
}

.service-box-content p:last-of-type {
	margin-bottom: 15px
}

.single-service-box.service-box-style-2 {
	padding: 15px;
	margin-bottom: 0
}

.single-service-box.service-box-style-2 .service-content-wrapper {
	border: 1px solid #ddd;
	padding: 25px 15px 21px 40px;
	background: #fff;
	border-radius: 5px
}

.single-service-box.service-box-style-2 .service-box-icon {
	position: absolute;
	height: 55px;
	width: 55px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	line-height: 55px;
	left: 0;
	border: 1px solid #ddd
}

.single-service-box.service-box-style-2 .service-box-icon,
.single-service-box.service-box-style-2 .service-box-icon i:before {
	font-size: 30px
}

.service-box-style-2 .service-content-wrapper .service-box-icon i,
.service-box-style-2 .service-content-wrapper .service-box-icon i:before {
	position: relative
}

.service-box-style-2 .service-content-wrapper .service-box-icon i,
.service-box-style-2 .service-content-wrapper .service-box-icon i:before {
	top: -1px
}

.service-box-style-3 {
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	margin-bottom: 30px
}

.service-box-style-3 .service-content-wrapper .service-box-icon i,
.service-box-style-3 .service-content-wrapper .service-box-icon i:before {
	position: relative
}

.service-box-style-3 .service-box-icon {
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 5px
}

.home-1.service-section .title-shape li {
	background: #fff
}

.home-1.service-section .section-title-wrapper,
.home-1.service-section .service-content-wrapper {
	Color: #dedede
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.choose_us-box-content h4,
	.service-box-style-2 .service-box-content h4 {
		font-size: 22px
	}
}

@media only screen and (max-width:767px) {
	.service-page-1.service-section.section-padding {
		padding: 40px 0 10px 0
	}
	.service-page-2.service-section.section-padding {
		padding: 25px 0 50px 0
	}
	.single-service-box {
		margin-bottom: 30px
	}
	.service-box-content h4 {
		margin-bottom: 10px;
		font-size: 20px
	}
	.home-1.service-section.section-padding {
		padding-bottom: 30px
	}
	.single-service-box.service-box-style-2 .service-box-icon {
		height: 50px;
		width: 50px;
		line-height: 50px;
		left: 10px
	}
	.single-service-box.service-box-style-2 .service-box-icon i::before {
		font-size: 25px
	}
	.service-box-style-2 .service-content-wrapper .service-box-icon i,
	.service-box-style-2 .service-content-wrapper .service-box-icon i::before {
		top: -3px
	}
	.home-2.service-section.section-padding {
		padding-bottom: 50px
	}
}

.single-choose-us-box {
	position: relative;
	padding-left: 80px;
	margin-bottom: 30px
}

.choose-us-box-icon {
	position: absolute;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	box-shadow: 0 1px 10px 0 #e5e0e0;
	left: 0;
	top: 5px
}

.choose-us-box-icon i:before {
	font-size: 35px
}

.single-choose-us-box:hover .choose-us-box-icon {
	color: #fff;
	box-shadow: none
}

.why-choose-us-wrapper.section-padding {
	padding-bottom: 0
}

.section-right-bg {
	background-image: url(assets/images/section-right-img-1.png)
}

.choose-us-container.section-right-bg {
	padding-bottom: 63px
}

.choose-us-container {
	margin-top: 70px
}

@media only screen and (max-width:767px) {
	.choose-us-container {
		margin-top: 30px
	}
	.choose_us-box-content h4 {
		font-size: 20px
	}
	.choose-us-box-icon {
		left: 10px
	}
	.choose-us-container.section-right-bg {
		padding-bottom: 30px;
		background-image: none
	}
}

.testimonial-area {
	background-image: url(assets/images/slide-bg-3.jpg)
}

.testimonial-area.enable-overlay:before {
	opacity: .8
}

.testimonial-area .section-title {
	color: #fff
}

.testimonial-area .title-shape li {
	background: #fff
}

.testimonial-area .section-title-wrapper {
	Color: #dedede
}

.author-image.author-image-1 {
	background-image: url(assets/images/testimonial-1.png)
}

.author-image.author-image-2 {
	background-image: url(assets/images/testimonial-2.png)
}

.author-image.author-image-3 {
	background-image: url(assets/images/testimonial-3.png)
}

.single-testimonial {
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	color: #505050
}

.testimonial-content {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 22px
}

.testimonial-quote {
	text-align: center
}

.testimonial-quote i {
	color: #46acd9;
	display: inline-block;
	margin: 0 auto;
	font-size: 35px
}

.author-details {
	position: relative;
	padding-left: 60px
}

.author-image {
	height: 50px;
	width: 50px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0
}

.author-details {
	position: relative;
	padding-left: 60px
}

.author-details h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0
}

.author-position {
	font-size: 13px;
	color: #8f8f8f
}

.testimonial-main-wrap {
	margin: 30px 0
}

.testimonial-wrapper .owl-nav div {
	color: #fff;
	font-size: 30px;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: -100px;
	line-height: 45px;
	border: 1px solid #fff;
	text-align: center;
	opacity: 0;
	visibility: hidden
}

.testimonial-wrapper .owl-nav div.owl-next {
	left: auto;
	right: -100px
}

.testimonial-area:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
	left: -80px
}

.testimonial-area:hover .owl-nav div.owl-next {
	right: -80px;
	left: auto
}

.testimonial-main-wrap .owl-dots div {
	height: 15px;
	width: 15px;
	display: inline-block;
	background: #fff;
	margin-right: 10px;
	border-radius: 50%
}

.testimonial-main-wrap .owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -70px;
	left: 0;
	display: none
}

.pricing-table-wrapper {
	margin-top: 30px
}

.single-pricing-table {
	text-align: center;
	box-shadow: 0 0 10px -2px #ddd;
	color: #505050;
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

.single-pricing-table:hover {
	box-shadow: 0 2px 15px 5px #ddd
}

.pricing-table-wrapper i {
	font-size: 60px;
	display: inline-block;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 25px
}

.pricing-table-wrapper i:before {
	font-size: 60px
}

.pricing-table-wrapper h2 {
	color: #242424;
	margin-top: 10px;
	margin-bottom: 15px
}

.single-pricing-table ul {
	margin-right: -30px;
	margin-left: -30px
}

.single-pricing-table ul li {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0
}

.single-pricing-table ul li:last-child {
	border-bottom: 1px solid transparent
}

.price {
	font-size: 50px;
	font-weight: 500
}

span.price-unit {
	font-size: 35px
}

.xzopro-btn.fill-btn.pricing-btn {
	padding: 10px 29px;
	margin-top: 15px;
	margin-bottom: 30px!important
}

.table-tag {
	font-size: 18px;
	position: absolute;
	padding: 10px 25px;
	right: 0;
	top: 20px;
	line-height: 1;
	color: #fff;
	margin-right: -5px
}

.table-tag:before {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border-right: 0 solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 20px solid transparent;
	border-top: 18px solid transparent;
	top: 0;
	left: 0
}

@media only screen and (max-width:767px) {
	.pricing-table-wrapper h2 {
		font-size: 25px
	}
	.price {
		font-size: 30px
	}
	span.price-unit {
		font-size: 25px
	}
	.xzopro-btn.fill-btn.pricing-btn {
		padding: 8px 18px;
		font-size: 12px
	}
}

.cta-area,
.cta-area h4 {
	color: #fff
}

.cta-area h4,
.cta-area p:last-child {
	margin-bottom: 0
}

.cta-area p:last-child,
.cta-btn-wrap {
	margin-top: 10px
}

.cta-btn-wrap {
	text-align: right
}

.cta-area {
	padding: 50px 0 48px
}

@media only screen and (max-width:767px) {
	.cta-area h4 {
		font-size: 22px;
		line-height: 1.6
	}
	.cta-area,
	.cta-btn-wrap {
		text-align: center
	}
	.cta-btn-wrap {
		margin-top: 30px
	}
}

.project-wrapper {
	margin-top: 15px
}

.project-bg-1 {
	background-image: url(assets/images/work-img-1.jpg)
}

.project-bg-2 {
	background-image: url(assets/images/work-img-2.jpg)
}

.project-bg-3 {
	background-image: url(assets/images/work-img-3.jpg)
}

.project-bg-4 {
	background-image: url(assets/images/work-img-4.jpg)
}

.project-bg-5 {
	background-image: url(assets/images/work-img-5.jpg)
}

.project-bg-6 {
	background-image: url(assets/images/work-img-6.jpg)
}

.project-bg-7 {
	background-image: url(assets/images/work-img-7.jpg)
}

.project-bg-8 {
	background-image: url(assets/images/work-img-8.jpg)
}

.project-bg-9 {
	background-image: url(assets/images/work-img-9.jpg)
}

.project-bg-10 {
	background-image: url(assets/images/work-img-10.jpg)
}

.project-box {
	height: 250px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden
}

.project-box:hover .project-bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.project-bg:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .75;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.project-box:hover .project-bg:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1)
}

.project-bg,
.project-content,
.project-table {
	height: 100%;
	width: 100%
}

.project-bg {
	background-size: cover;
	background-position: center
}

.project-content {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden
}

.project-box:hover .project-content {
	opacity: 1;
	visibility: visible
}

.project-table {
	display: table;
	text-align: center
}

.project-table-cell {
	display: table-cell;
	vertical-align: middle
}

.project-box h4 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: inline-block;
	color: #fff
}

.comma-project-cat {
	text-transform: capitalize;
	margin-bottom: 5px
}

.project-box,
.project-box a {
	color: #fff
}

.image-popup-link {
	font-size: 30px
}

.image-popup-link:active,
.image-popup-link:focus {
	outline: 0;
	box-shadow: none
}

.isotpo-mobile-title {
	font-size: 18px;
	text-transform: capitalize;
	display: none
}

ul.work-filter-btn {
	margin-bottom: 40px
}

.work-filter-btn li {
	display: inline-block;
	text-transform: capitalize;
	font-size: 18px;
	cursor: pointer;
	margin-right: 30px
}

.work-filter-btn li.active {
	cursor: default
}

.xzopro-project-page-nav {
	margin: 30px 0
}

.xzopro-project-page-nav .page-numbers {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	padding: 10px 15px;
	border-radius: 5px;
	color: #505050;
	border: 1px solid
}

.xzopro-project-page-nav a.next,
.xzopro-project-page-nav a.prev {
	padding: 9px 15px
}

@media only screen and (min-width:1200px) {
	.masonry-enable .project-box {
		height: 210px
	}
	.project-item-wrapper.masonry-enable .single-project-item:nth-child(10) {
		max-width: 50%;
		flex: 0 0 50%
	}
	.project-item-wrapper.masonry-enable .single-project-item:nth-child(8) .project-box {
		height: 450px
	}
}

@media only screen and (max-width:767px) {
	.work-filter-btn {
		display: none
	}
	.isotpo-mobile-title:hover,
	.work-filter-btn li.active,
	.work-filter-btn li:hover {
		background: #253cac
	}
	.work-filter-btn li.active {
		color: #fff
	}
	.isotpo-mobile-title,
	.work-filter-btn li {
		background: #3da8d7
	}
	.isotpo-mobile-title {
		display: block;
		padding: 10px 15px;
		text-align: center;
		position: relative;
		cursor: pointer;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 30px
	}
	.isotpo-mobile-title::before {
		background: 0 0;
		border-bottom: 2px solid;
		border-right: 2px solid;
		content: "";
		height: 15px;
		position: absolute;
		right: 25px;
		top: 16px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 15px;
		border-color: #fff
	}
	.isotpo-mobile-title.active::before {
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 25px
	}
	.work-filter-btn li {
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
		padding: 5px 15px
	}
	.work-filter-btn li,
	.work-filter-btn li.active,
	.work-filter-btn li:hover {
		color: #fff
	}
	.xzopro-project-page-nav {
		margin-top: 10px
	}
	.xzopro-project-page-nav .page-numbers,
	.xzopro-project-page-nav a.next,
	.xzopro-project-page-nav a.prev {
		padding: 8px 13px
	}
	.xzopro-project-page-nav .page-numbers {
		font-size: 12px
	}
}

.counter-area {
	background-image: url(assets/images/counter-bg-1.png);
	padding: 106px 0
}

.counter-box-table {
	height: 100px;
	display: table;
	width: 100%;
	text-align: center
}

.counter-box-cell {
	vertical-align: middle;
	display: table-cell
}

.count-icon {
	font-size: 50px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -28px;
	opacity: .9
}

.count-icon i:before {
	font-size: 50px
}

.count-content span,
.count-number {
	font-size: 24px;
	font-weight: 600;
	display: inline-block
}

.count-content span {
	margin-left: 5px
}

.count-text {
	margin-top: -10px;
	opacity: .9
}

.single-counter-box {
	display: inline-block;
	padding-left: 70px;
	position: relative;
	text-align: left;
	color: #fff
}

@media only screen and (max-width:767px) {
	.counter-box-table {
		text-align: left
	}
}

.post-thumb-1 {
	background-image: url(assets/images/work-img-4.jpg)
}

.post-thumb-2 {
	background-image: url(assets/images/work-img-5.jpg)
}

.post-thumb-3 {
	background-image: url(assets/images/work-img-2.jpg)
}

.post-thumb-4 {
	background-image: url(assets/images/work-img-6.jpg)
}

.post-thumb-5 {
	background-image: url(assets/images/blog-1.jpg)
}

.post-thumb-6 {
	background-image: url(assets/images/blog-2.jpg)
}

.post-thumb-7 {
	background-image: url(assets/images/blog-3.jpg)
}

.post-thumb-8 {
	background-image: url(assets/images/work-img-7.jpg)
}

.post-thumb-9 {
	background-image: url(assets/images/gal-3.jpg)
}

.single-blog-post {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 30px
}

.post-thumb-wrapper {
	position: relative;
	height: 220px;
	overflow: hidden;
	border-radius: 5px 5px 0 0
}

.post-thumb {
	height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 5px 5px 0 0;
	background-size: cover;
	background-position: center
}

.single-blog-post:hover .post-thumb {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.post-thumb-link {
	position: absolute;
	width: 100%;
	height: 100%
}

.post-link-tbl {
	display: table;
	width: 100%;
	height: 100%
}

.post-link-tbl-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.post-thumb-wrapper:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.single-blog-post:hover .post-thumb-wrapper:after {
	opacity: .7;
	visibility: visible
}

.post-link-tbl-cell a {
	color: #fff;
	position: relative;
	z-index: 2;
	height: 60px;
	width: 60px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 60px;
	font-size: 35px;
	visibility: hidden;
	opacity: 0
}

.single-blog-post:hover .post-link-tbl-cell a {
	opacity: 1;
	visibility: visible
}

.post-header-meta ul li {
	display: inline-block
}

.blog-items-wrapper {
	margin-top: 25px
}

.post-header-meta ul li:last-child,
.single-blog-post .post-footer p.text-right {
	float: right
}

.post-content {
	padding: 15px
}

.post-content h4 {
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 10px
}

.post-header-meta {
	margin-bottom: 10px
}

.single-blog-post .post-footer p {
	display: inline-block
}

.post-header-meta li i {
	margin-right: 10px
}

.post-header-meta li a {
	color: #505050
}

.post-header-meta li i {
	margin-right: 10px
}

.post-header-meta li a {
	color: #505050
}

.post-footer p {
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 15px
}

.post-footer .comment-count {
	font-size: 18px
}

.post-footer .comment-count i {
	margin-right: 8px
}

.blog-carousel-items {
	position: relative
}

.blog-carousel-items .owl-nav div {
	position: absolute;
	height: 50px;
	width: 50px;
	color: #fff;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	left: -200px
}

.blog-carousel-items .owl-nav div.owl-next {
	left: auto;
	right: -200px
}

.blog-items-wrapper:hover .blog-carousel-items .owl-nav div {
	left: -70px
}

.blog-items-wrapper:hover .blog-carousel-items .owl-nav div.owl-next {
	left: auto;
	right: -70px
}

.client-logo-area {
	background-color: #f4f4f4;
	padding: 50px 0
}

.owl-carousel .owl-item .single-brand-logo img {
	max-width: 100%;
	width: auto;
	display: inline-block
}

.single-logo-box {
	display: table;
	width: 100%;
	height: 100px
}

.single-brand-logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.contact-form-area {
	margin-top: 40px
}

.contact-area.section-padding {
	padding-bottom: 0
}

.home-2.contact-area.section-padding {
	padding-bottom: 100px
}

.form-wrapper.section-left-bg {
	padding-bottom: 100px
}

.form-wrapper.section-left-bg {
	background-image: url(assets/images/man.png)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.form-wrapper.section-left-bg {
		background-image: none
	}
}

@media only screen and (max-width:767px) {
	.form-wrapper.section-left-bg {
		padding-bottom: 65px;
		background-image: none
	}
	input[type=submit] {
		padding: 8px 15px;
		font-size: 12px
	}
	.home-2.contact-area.section-padding {
		padding-bottom: 65px
	}
}

#googleMap {
	height: 450px;
	width: 100%
}

#googleMap.googlemap-2 {
	height: 579px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	#googleMap.googlemap-2 {
		height: 600px
	}
	#googleMap {
		height: 300px
	}
}

@media only screen and (max-width:767px) {
	#googleMap,
	#googleMap.googlemap-2 {
		height: 250px
	}
	#googleMap.googlemap-2 {
		margin-top: 60px
	}
}

.site-footer {
	line-height: 1.5
}

.footer-top-area {
	background-image: url(assets/images/footer-bg.png);
	background-color: #181616;
	background-size: cover;
	background-position: center;
	padding: 80px 0 40px
}

.footer-top-area .widget {
	margin-bottom: 40px
}

.site-footer,
.site-footer a {
	color: #dedede
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.site-footer .widget-title {

	margin-bottom: 15px
}

a.footer-widget-logo {
	display: inline-block;
	margin-bottom: 15px
}

.site-footer .widget-title {
	font-size: 24px;
	margin-bottom: 15px;
	color: #dedede;
	font-weight: 700
}

a.footer-widget-logo {
	display: inline-block;
	margin-bottom: 15px
}

.widget .social-icons li {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	margin-bottom: 10px
}

.widget .social-icons li a {
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%
}

.widget .social-icons li:last-child a {
	padding-right: 5px
}

.widget .social-icons a.facebook {
	color: #4267b1;
	background: #4267b1
}

.widget .social-icons a.facebook:hover {
	background: #4267b1
}

.widget .social-icons a.twitter {
	color: #1da0f2;
	background: #1da0f2
}

.widget .social-icons a.twitter:hover {
	background: #1da0f2;
	color: #1da0f2
}

.widget .social-icons a.gplus {
	color: #dd5043
}

.widget .social-icons a.gplus:hover {
	background: #dd5043
}

.widget .social-icons a.linkedin {
	color: #0177b5;
	background: #0177b5
}

.widget .social-icons a.linkedin:hover {
	background: #0177b5
}

.widget .social-icons a.pinterest {
	color: #bd081c
}

.widget .social-icons a.pinterest:hover {
	background: #bd081c
}

.widget .social-icons a.instagram {
	color: #d32e85;
	background: #d32e85
}

.widget .social-icons a.instagram:hover {
	background: #d32e85
}

.widget .social-icons a.facebook:hover,
.widget .social-icons a.gplus:hover,
.widget .social-icons a.instagram:hover,
.widget .social-icons a.linkedin:hover,
.widget .social-icons a.pinterest:hover,
.widget .social-icons a.twitter:hover {
	color: #fff
}

.footer-top-area .widget.widget_nav_menu li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px
}

.footer-top-area .widget.widget_nav_menu li a {
	font-weight: 500;
	color: #dedede
}

.footer-top-area .widget.widget_nav_menu li a:before {
	position: absolute;
	content: '\f105';
	font-family: fontawesome;
	left: 0;
	top: -1px
}

.footer-top-area .widget.widget_nav_menu li:before,
.site-footer li a {
	-webkit-transition: .5s;
	transition: .5s
}

.site-footer li a:hover {
	text-decoration: none
}

.recent-post-widget-thumb {
	height: 60px;
	width: 60px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px
}

.recent-post-widget-thumb-1 {
	background-image: url(assets/images/post-thumb-1.jpg)
}

.recent-post-widget-thumb-2 {
	background-image: url(assets/images/post-thumb-2.jpg)
}

.recent-post-widget-thumb-3 {
	background-image: url(assets/images/post-thumb-3.jpg)
}

.recent-news-widget li {
	position: relative;
	padding-left: 75px;
	min-height: 60px;
	margin-bottom: 15px
}

.footer-top-area .widget.widget_nav_menu li:last-child,
.recent-news-widget li:last-child {
	margin-bottom: 0
}

.widget .social-icons li:last-child {
	margin-right: 0
}

ul.recent-news-widget h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5
}

.recent-widget-date {
	font-size: 12px;
	margin-top: -10px
}

@media only screen and (min-width:992px) {
	.footer-top-area .widget.col-lg-3:nth-child(1) {
		max-width: 25%;
		flex: 0 0 25%
	}
	.footer-top-area .widget.col-lg-3:nth-child(2) {
		max-width: 16.666667%;
		flex: 0 0 16.666667%
	}
	.footer-top-area .widget.col-lg-3:nth-child(3) {
		max-width: 31.333333%;
		flex: 0 0 31.333333%
	}
	.footer-top-area .widget.col-lg-3:nth-child(4) {
		max-width: 27%;
		flex: 0 0 27%
	}
}

.address-widget-list li {
	position: relative;
	padding-left: 30px
}

.address-widget-list i {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0
}

.address-widget-list i.fa-map-marker {
	font-size: 30px
}

.address-widget-list .footer-mail-address i {
	top: 3px
}

.address-widget-list i.fa-phone {
	top: 5px
}

.footer-subscribe-form {
	position: relative;
	margin-top: 30px
}

.footer-subscribe-form input[type=submit] {
	position: absolute;
	right: 5px;
	top: 5px
}

.footer-subscribe-form input[type=email] {
	padding: 15px 10px;
	border-radius: 5px;
	margin-bottom: 0
}

.footer-bottom-menu-container li {
	display: inline-block;
	margin-right: 10px
}

.footer-bottom-menu-container li:last-child {
	margin-right: 0
}

.footer-bottom-menu-container li a {
	display: block;
	padding: 5px
}

.footer-bottom-menu-container li:last-child a {
	padding-right: 0
}

.site-info {
	margin-top: 5px
}

.footer-bottom-area {
	padding: 15px 0;
	background: #151414
}

.footer-bottom-menu-container {
	text-align: right
}

@media only screen and (max-width:991px) {
	.footer-bottom-menu-container,
	.site-info {
		text-align: center
	}
	.site-info {
		margin-bottom: 5px
	}
}

@media only screen and (max-width:767px) {
	.footer-top-area {
		padding: 65px 0 5px
	}
	.footer-subscribe-form input[type=email] {
		padding: 10px
	}
	.footer-bottom-menu-container li a {
		padding: 2px;
		font-size: 13px
	}
	.site-info {
		font-size: 13px
	}
	.site-footer .widget-title {
		font-size: 22px;
		font-weight: 600
	}
}

.border-image-and-text-area.section-padding {
	padding: 100px 0 65px 0
}

.border-image-wrap {
	padding: 30px 0 30px 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 35px
}

.border-image-wrap-border {
	position: absolute;
	content: '';
	height: 1000px;
	width: 70%;
	top: 0;
	z-index: 1;
	left: 0;
	-ms-transform: skewy(-110deg);
	-webkit-transform: skewy(-110deg);
	transform: skewy(-110deg)
}

.border-image-wrap img {
	position: relative;
	z-index: 2
}

.twbi-text h2 {
	
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.twbi-text h1 {
		margin-top: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.border-image-wrap {
		padding: 15px 0 15px 15px
	}
	.twbi-text h2 {
		font-size: 28px;
		margin-top: 0
	}
}

@media only screen and (max-width:767px) {
	.border-image-wrap {
		padding: 15px 0 15px 15px;
		margin-bottom: 15px
	}
	.twbi-text h2 {
		font-size: 25px;
		margin-top: 15px
	}
	.border-image-and-text-area.section-padding {
		padding: 65px 0 45px 0
	}
}

.team-area.section-padding {
	padding-bottom: 100px
}

.team-wrapper {
	margin-top: 30px
}

.single-team-member {
	box-shadow: 0 0 35px -4px #efefef;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #ccc
}

.member-image {
	position: relative
}

.member-icons li {
	display: inline-block;
	font-size: 20px;
	margin-right: 10px
}

.member-content {
	position: absolute;
	bottom: 3%;
	width: 85%;
	padding: 5px 0;
	background: rgba(61, 168, 215, .85)
}

.member-content h4 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 300
}

.member-content p {
	margin-bottom: 0
}

.member-icons {
	border-top: 1px solid #efefef;
	margin-right: -30px;
	margin-left: -30px;
	padding: 20px 30px 0;
	line-height: 1;
	margin-top: 20px
}

.member-icons li:last-child {
	margin-right: 0
}

.team-carousel-wrap .owl-nav div {
	position: absolute;
	height: 50px;
	width: 50px;
	color: #fff;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	left: -200px
}

.team-carousel-wrap .owl-nav div.owl-next {
	left: auto;
	right: -200px
}

.team-wrapper:hover .team-carousel-wrap .owl-nav div {
	left: -60px
}

.team-wrapper:hover .team-carousel-wrap .owl-nav div.owl-next {
	left: auto;
	right: -60px
}

@media only screen and (max-width:991px) {
	.member-image {
		height: 150px;
		width: 150px
	}
	.member-content h4 {
		font-size: 18px
	}
	.team-wrapper:hover .team-carousel-wrap .owl-nav div {
		left: 0
	}
	.team-wrapper:hover .team-carousel-wrap .owl-nav div.owl-next {
		right: 0
	}
}

@media only screen and (max-width:767px) {
	.team-area.section-padding {
		padding-bottom: 65px
	}
}

.search-wrapper {
	background: #302e4e;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: table;
	opacity: 0;
	visibility: hidden
}

.search-wrapper.show {
	opacity: 1;
	visibility: visible
}

.search-form-content {
	display: table-cell;
	vertical-align: middle
}

form.search-form {
	position: relative
}

form.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	border: 1px solid #fff
}

form.search-form input[type=search] {
	margin-bottom: 0;
	background: 0 0;
	color: #fff
}

.search-wrapper input::-webkit-input-placeholder {
	font-size: 16px;
	color: #fff
}

.search-wrapper input::-moz-placeholder {
	font-size: 16px;
	opacity: 1;
	color: #fff
}

.search-wrapper::-moz-placeholder {
	font-size: 16px;
	opacity: 1;
	color: #fff
}

.search-wrapper input::-ms-input-placeholder {
	font-size: 16px;
	color: #fff
}

.search-wrapper input::-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #fff
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	overflow: hidden
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 1.7s linear infinite;
	animation: spin 1.7s linear infinite;
	z-index: 11
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin-reverse .6s linear infinite;
	animation: spin-reverse .6s linear infinite
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite
}

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

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

@-webkit-keyframes spin-reverse {
	0% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(-360deg)
	}
}

@keyframes spin-reverse {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #302e4e;
	z-index: 10
}

#loader-wrapper .loader-section.section-left {
	left: 0
}

#loader-wrapper .loader-section.section-right {
	right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s 1s ease-out;
	transition: all .3s 1s ease-out
}

.banner-area {
	background-image: url(assets/images/banner.jpg);
	text-align: center;
	padding: 100px 0
}

.header-style-2 .banner-area {
	padding: 190px 0 70px
}

.banner-area.enable-overlay:before {
	opacity: .8
}

.banner-area h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}

.breadcrumb {
	background: 0 0;
	padding: 0;
	margin: 0;
	font-size: 18px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-item {
		display: inline
	}
	nav .breadcrumb {
		text-align: center;
		display: inline-block;
		font-size: 16px
	}
}

@media only screen and (max-width:767px) {
	.banner-area {
		margin-top: -1px;
		padding: 70px 0
	}
	.header-style-2 .banner-area {
		padding: 150px 0 70px
	}
	.banner-area h2 {
		font-size: 25px
	}
	.breadcrumb-item {
		display: inline
	}
	nav .breadcrumb {
		text-align: center;
		display: inline-block;
		font-size: 16px
	}
}

.progress-bar-area.enable-overlay:before {
	opacity: .9
}

.progress-bar-area {
	background-image: url(assets/images/progress-area-bg.jpg)
}

.progress-bar-area.enable-overlay:before {
	opacity: .9
}

.twb-wrapper h4 {
	margin-bottom: 5px;
	font-style: italic;
	font-weight: 700
}

.twb-wrapper h2 {
	font-size: 36px;
	margin-bottom: 15px;
	color: #fff
}

.twb-wrapper {
	color: #dedede
}

.twb-btn {
	margin: 35px 0
}

.progress-bar-area.section-padding {
	padding: 95px 0 65px 0
}

.skill-wrapper {
	margin-bottom: 40px;
	color: #ebeaeb
}

.skillbar {
	padding: 2px;
	border-radius: 10px;
	border: 1px solid #ebeaeb;
	background: 0 0
}

.skill-title {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 6px
}

.progress-fill-bar {
	height: 10px;
	width: 0;
	border-radius: 10px;
	overflow: visible!important;
	position: relative
}

.skill-percent-count-wrap {
	position: absolute;
	right: 0;
	line-height: 1;
	top: -35px;
	font-size: 18px;
	font-weight: 600
}

@media only screen and (max-width:767px) {
	.progress-bar-area.section-padding {
		padding: 60px 0 30px 0
	}
	.twb-wrapper h2 {
		font-size: 25px
	}
}

.popup-video-area {
	background-image: url(assets/images/video-bg.jpg)
}

.popup-video-area.enable-overlay:before {
	opacity: .9
}

.popup-video-area.section-padding {
	padding: 80px 0 78px 0
}

.video-play-button {
	display: inline-block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	position: relative;
	margin: 40px 0
}

.video-play-button:active,
.video-play-button:focus {
	outline: 0;
	box-shadow: none
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-animation: pulse-border 1.5s ease-out infinite;
	animation: pulse-border 1.5s ease-out infinite
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition: all .2s
}

.video-play-button i {
	color: #fff;
	z-index: 2;
	position: absolute;
	font-size: 45px;
	left: 10px;
	top: 0
}

.popup-video-area p {
	font-size: 19px;
	line-height: 1.5;
	color: #dedede
}

.popup-video-area h2 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #fff
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@media only screen and (max-width:767px) {
	.popup-video-area h2 {
		font-size: 25px
	}
	.popup-video-area p {
		font-size: 15px
	}
	.popup-video-area.section-padding {
		padding: 45px 0 45px 0
	}
}

.text-with-title-wrap h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px
}

.single-service-image-wrap {
	margin-bottom: 40px
}

.text-with-title-wrap h4 {
	font-weight: 700
}

.iconic-list li {
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px
}

.iconic-list li::before {
	position: absolute;
	content: '\f105';
	font-family: fontawesome;
	height: 25px;
	width: 25px;
	border: 2px solid;
	border-radius: 50%;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	left: 0;
	top: 2px
}

.iconic-list-wrap {
	margin-top: 30px
}

.text-with-bg-color h4 {
	font-weight: 700;
	color: #fff;
	font-style: normal
}

.text-with-bg-color {
	color: #fff;
	padding: 30px;
	font-style: italic;
	margin-top: 35px;
	margin-bottom: 10px
}

.image-iconic-list h4 {
	font-weight: 700
}

.image-iconic-list li {
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px
}

.image-iconic-list li:before {
	position: absolute;
	content: '';
	height: 27px;
	width: 27px;
	background-image: url(assets/images/img-icon.png);
	background-size: cover;
	background-position: center;
	left: 0;
	top: 5px
}

.text-with-image-and-list {
	margin-top: 30px
}

.related-services-wrap {
	margin-top: 40px
}

.image-iconic-list {
	margin-top: 35px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.twial-image-wrap {
		margin-bottom: 35px;
		text-align: center
	}
	.twial-image-wrap img {
		display: inline-block;
		margin: 0 auto
	}
}

@media only screen and (max-width:767px) {
	.text-with-title-wrap h2 {
		font-size: 25px
	}
	.twial-image-wrap {
		margin-bottom: 35px
	}
	.iconic-list li::before {
		top: 5px
	}
	.image-iconic-list h4,
	.text-with-bg-color h4 {
		font-size: 22px
	}
}

.single-project-page.section-padding {
	padding: 100px 0
}

.single-gallery-image {
	height: 380px;
	width: 100%;
	background-size: cover;
	background-position: center
}

.project-gallery-image-1 {
	background-image: url(assets/images/gal-1.jpg)
}

.project-gallery-image-2 {
	background-image: url(assets/images/work-img-9.jpg)
}

.project-gallery-image-3 {
	background-image: url(assets/images/gal-2.jpg)
}

.project-gallery-image-4 {
	background-image: url(assets/images/gal-3.jpg)
}

.project-gallery-wrap {
	position: relative;
	overflow: hidden
}

.project-gallery-wrap .owl-nav div {
	position: absolute;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 50px;
	top: 50%;
	margin-top: -25px;
	left: -100px;
	opacity: 0;
	visibility: hidden
}

.project-gallery-wrap .owl-nav div.owl-next {
	left: auto;
	right: -100px
}

.project-gallery-wrap:hover .owl-nav div {
	left: 0;
	opacity: 1;
	visibility: visible
}

.project-gallery-wrap:hover .owl-nav div.owl-next {
	left: auto;
	right: 0
}

.project-gallery-details-box {
	height: 380px;
	display: table;
	width: 100%;
	padding: 50px;
	background-color: #f8f8f8
}

.project-gallery-details-content {
	display: table-cell;
	vertical-align: middle
}

.project-gallery-details-content h4 {
	margin-bottom: 20px
}

.project-gallery-details-content li h6 {
	display: inline-block
}

.tab-content {
	background: #f8f8f8;
	padding: 30px;
	padding-bottom: 10px;
	border: 1px solid #dee2e6;
	border-top: 0
}

.nav-tabs .nav-link {
	padding: 10px 25px
}

.nav-tabs .nav-item {
	margin-right: 3px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.project-gallery-details-box {
		padding: 30px
	}
}

@media only screen and (max-width:767px) {
	.single-project-page.section-padding {
		padding: 65px 0
	}
	.single-gallery-image {
		height: 250px
	}
	.project-gallery-details-box {
		height: auto;
		padding: 30px
	}
	.project-details-tab .text-with-title-wrap h4 {
		font-size: 20px
	}
	.nav-tabs .nav-link {
		padding: 5px 10px
	}
	.tab-content {
		padding: 15px
	}
}

.blog-page.section-padding {
	padding: 100px 0
}

.xzopro-posts {
	margin-bottom: 70px
}

.xzopro-posts:last-of-type {
	margin-bottom: 0
}

.xzopro-post-thumb {
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden
}

.blog-title {
	margin-bottom: 20px
}

.blog-title a {
	color: #242424
}

.xzopro-posts-meta {
	margin-bottom: 20px
}

.xzopro-posts-meta li {
	display: inline-block;
	margin-right: 15px
}

.xzopro-posts-meta li i {
	font-size: 18px;
	margin-right: 5px
}

.xzopro-post-read-more {
	margin-top: 30px
}

.blog-page-nav .xzopro-project-page-nav {
	margin: 0
}

.blog-full .blog-page-nav .xzopro-project-page-nav {
	margin-top: 50px
}

aside.sidebar-widget-area .widget-title {
	border-bottom: 1px solid;
	margin-right: -30px;
	margin-left: -30px;
	padding-left: 30px;
	margin-bottom: 26px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px
}

aside.sidebar-widget-area .widget {
	padding-left: 30px;
	margin-bottom: 30px;
	padding-right: 30px;
	padding-bottom: 30px
}

.widget.widget_categories li a,
.widget.widget_recent_comments li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	color: #505050
}

.widget.widget_categories li a:before,
.widget.widget_recent_comments li:before {
	position: absolute;
	content: '\f105';
	font-family: fontawesome;
	left: 0;
	top: -8px;
	font-size: 20px
}

.widget.widget_recent_comments li:before {
	top: -4px
}

aside.sidebar-widget-area .widget_xzopro-latest-post a {
	color: #505050
}

aside.sidebar-widget-area .widget:last-child {
	margin-bottom: 0
}

.widget.widget_recent_comments li span {
	margin-right: 10px
}

.widget.widget_recent_comments li a {
	color: #505050;
	font-weight: 600;
	margin-left: 5px
}

aside.sidebar-widget-area .widget_recent_comments li {
	margin-bottom: 8px
}

.single-blog-page.section-padding {
	padding: 100px 0
}

.entry-footer {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd
}

.entry-footer .post-tags {
	font-weight: 700;
	font-size: 18px
}

.entry-footer .post-tags a {
	font-size: 15px;
	font-weight: 400;
	color: #242424
}

.comments-area ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.children li {
	padding-left: 30px
}

.comment-author.vcard b.fn a,
.comment-metadata time {
	color: #505050
}

.comment-metadata time {
	font-weight: 400
}

.comment .comment-body {
	margin-top: 30px;
	padding: 15px 15px 20px 0;
	border-bottom: 1px solid #ddd;
	position: relative
}

.comment-meta {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px
}

.comment-meta img.avatar {
	position: absolute;
	left: 0;
	top: -10px;
	width: 80px;
	height: 80px;
	border-radius: 50%
}

.reply {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 5px
}

.reply:before {
	position: absolute;
	content: '\f112';
	font-family: fontawesome;
	top: 3px;
	left: -10px;
	color: #242424
}

.reply a {
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #242424
}

#comments,
.comment-respond {
	margin-top: 60px
}

.comments-title {
	margin-bottom: 25px;
	margin-top: 10px;
	font-size: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.comments-heading {
	margin-bottom: 0
}

.comment-form-wrap {
	margin-top: 30px
}

.comment-form-wrap input[type=email],
.comment-form-wrap input[type=text],
.comment-form-wrap input[type=url],
.comment-form-wrap textarea {
	margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-left-sidebar aside.sidebar-widget-area .widget:last-child,
	.blog-page-nav .xzopro-project-page-nav {
		margin-bottom: 50px
	}
	.blog-full .blog-page-nav .xzopro-project-page-nav,
	.blog-left-sidebar .blog-page-nav .xzopro-project-page-nav {
		margin-bottom: 0
	}
	.single-blog-page .sidebar-widget-area {
		margin-top: 65px
	}
}

@media only screen and (max-width:767px) {
	.blog-page.section-padding {
		padding: 65px 0
	}
	.blog-title {
		font-size: 20px
	}
	.blog-page-nav .xzopro-project-page-nav {
		margin-bottom: 50px
	}
	aside.sidebar-widget-area .widget-title {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px
	}
	.blog-full .blog-page-nav .xzopro-project-page-nav,
	.blog-left-sidebar .blog-page-nav .xzopro-project-page-nav {
		margin-bottom: 0
	}
	.blog-left-sidebar aside.sidebar-widget-area .widget:last-child {
		margin-bottom: 50px
	}
	.blog-full .blog-page-nav .xzopro-project-page-nav {
		margin-top: 30px
	}
	.single-blog-page .sidebar-widget-area {
		margin-top: 65px
	}
	.reply {
		bottom: 5px;
		top: auto
	}
	.single-blog-page.section-padding {
		padding: 65px 0
	}
}

.contact-page.section-padding {
	padding: 92px 0 100px 0
}

.contact-info-box {
	padding: 30px;
	min-height: 395px;
	display: table;
	width: 100%;
	border: 1px solid #ccc
}

.contact-info-content {
	display: table-cell;
	vertical-align: middle;
	color: #dedede
}

.contact-info-content li {
	position: relative;
	padding-left: 30px;
	border-bottom: 1px solid #d0d0d0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333
}

.contact-info-content li:last-child {
	padding-bottom: 20px;
	border-bottom: 0
}

.contact-info-content li i {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 8px
}

.contact-info-content li span {
	display: block;
	font-size: 18px;
	font-weight: 600
}

@media only screen and (max-width:767px) {
	.contact-page.section-padding {
		padding: 55px 0 65px 0
	}
	.contact-info-box {
		margin-bottom: 40px
	}
}

.header-style-1 .header-top-area {
	background-color: #3da8d7
}

.header-style-1 .header-top-area,
.header-style-1 .header-top-right .social-icons a {
	color: #fff
}

.header-style-1 .header-top-right .social-icons a:hover,
.search-trigger {
	color: #fff
}

.header-top-left li:before {
	background: #fff
}

.blog-title a:hover,
.breadcrumb a:hover,
.breadcrumb-item.active,
.comment-author.vcard b.fn a:hover,
.contact-info-content li i,
.contact-info-content li span,
.entry-footer .post-tags a:hover,
.footer-bottom-area a:hover,
.footer-top-area .address-widget-list i,
.footer-top-area .widget.widget_nav_menu li a:hover,
.footer-top-area .widget.widget_nav_menu li a:hover:before,
.home-1.service-section .single-service-box.service-box-style-1:hover a h4,
.iconic-list li::before,
.image-popup-link i:hover,
.member-icons a,
.middle-right-section i,
.project-box h4:hover,
.recent-widget-date,
.search-trigger:hover,
.service-box-style-2 .service-box-icon,
.service-box-style-3 .service-content-wrapper .service-box-icon i,
.service-box-style-3 .service-content-wrapper .service-box-icon i:before,
.single-about-box-wrap:hover .about-box-link,
.single-blog-post:hover .post-content h4,
.single-pricing-table i,
.single-project-item .text-btn:hover,
.single-service-box:hover h4,
.site-footer li a:hover,
.slider-main-wrapper .owl-dots .owl-dot.active,
.slider-promo-box-wrapper li i,
.twb-wrapper h4,
.work-filter-btn li.active,
.work-filter-btn li:hover,
.xzopro-posts-meta li i,
a.text-btn,
a.text-btn:before,
aside .widget li a:hover,
aside.sidebar-widget-area .widget_xzopro-latest-post a,
span.price-unit {
	color: #3da8d7
}

.about-box-link,
.blog-carousel-items .owl-nav div,
.border-image-wrap-border,
.cta-area,
.fill-btn,
.header-style-2 .header-top-area,
.nav-tabs .nav-link,
.post-link-tbl-cell a,
.progress-fill-bar,
.project-gallery-wrap .owl-nav div,
.service-box-icon,
.single-about-box-wrap:hover .about-box-link:hover,
.single-choose-us-box:hover .choose-us-box-icon,
.slicknav_btn,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover,
.slider-main-wrapper .owl-dots .owl-dot.active,
.sub-menu .current-menu-item a,
.table-tag,
.team-carousel-wrap .owl-nav div,
.testimonial-main-wrap .owl-dots div.active,
.text-with-bg-color,
.video-play-button:after,
.video-play-button:before,
.xzopro-project-page-nav .page-numbers.current,
.xzopro-project-page-nav .page-numbers:hover,
aside.sidebar-widget-area .widget-title,
blockquote:before,
button[type=submit],
input[type=submit],
ul.title-shape li {
	background-color: #3da8d7
}

.fill-btn,
.iconic-list li::before,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.service-box-style-3:hover,
.single-service-box.service-box-style-2:hover .service-box-icon,
.xzopro-contact-form-1 input:focus,
.xzopro-contact-form-1 textarea:focus,
a.page-numbers:hover,
aside.sidebar-widget-area .widget,
aside.sidebar-widget-area form.search-form button {
	border: 1px solid #3da8d7
}

.bordered-btn,
.bordered-btn:hover,
.breadcrumb a,
.breadcrumb-item+.breadcrumb-item:before,
.fill-btn,
.fill-btn:hover,
.home-1.service-section .section-title,
.home-1.service-section .service-box-content a h4,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.service-box-style-2:hover .service-box-icon,
.slicknav_nav a:hover,
.xzopro-project-page-nav .page-numbers.current,
.xzopro-project-page-nav .page-numbers:hover {
	color: #fff
}

,
.blog-carousel-items .owl-nav div:hover,
.bordered-btn:hover,
.fill-btn:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.slider-promo-box-wrapper li:hover:before,
button[type=submit]:hover,
input[type=submit]:hover {
	background-color: #253cac
}

.bordered-btn:hover,
.fill-btn:hover {
	border: 1px solid #253cac
}

.top-btn .fill-btn:hover {
	border: 0
}

.bordered-btn {
	border: 1px solid #fff
}

.header-menu-area::before,
.slicknav_nav {
	background-color: #fff
}

.group-card {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc
}

.teammate-images {
	overflow: hidden;
	position: relative
}

.teammate-images .field {
	width: 100%;
	height: 100%
}

.field-name-field-member-image {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.field-name-field-member-image:hover {
	filter: none
}

.field-name-field-culture-image {
	position: absolute;
	right: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	top: 0;
	opacity: 0
}

.teammate-images:hover .field-name-field-culture-image {
	display: block;
	right: 0;
	opacity: 1
}

.teammate-info-wrapper {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-align: center;
	padding-bottom: 20px
}

.teammate-info-wrapper {
	height: 190px;
	padding: 0
}

.group-card:hover .teammate-info-wrapper {
	position: absolute;
	-webkit-transform: translateY(-90px);
	transform: translateY(-90px);
	width: 100%;
	color: #fff
}

.teammate-info {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 20px 30px 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.teammate-info {
	padding-bottom: 20px;
	height: 50px;
	margin-bottom: 20px
}

.group-card:hover .teammate-info {
	border-bottom: 1px solid #aaa;
	background-color: rgba(47, 47, 47, .7)
}

.teammate-info h2,
.teammate-info h3 {
	margin: 0 0 3px 0;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	color: #000
}

.teammate-info h2 {
	font-size: 27px;
	font-family: "Helvetica Neue", arial, sans-serif
}

.group-card:hover h2,
.group-card:hover h3 {
	color: #fff
}

.teammate-info .field-name-field-position {
	font-size: 13px;
	font-size: .8125rem;
	font-style: italic;
	line-height: 1.2
}

.teammate-links {
	overflow: hidden;
	height: 62px;
	padding: 0 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.teammate-links {
	opacity: 0
}

.group-card:hover .teammate-links {
	opacity: 1
}

.teammate-links .field {
	margin-right: 15px;
	display: inline-block
}

.teammate-links .field a {
	height: 0;
	width: 62px;
	padding-top: 62px;
	display: block;
	float: left;
	background-color: transparent;
	overflow: hidden;
	border-radius: 100%;
	background-size: 100% auto
}

.teammate-links .field a:hover {
	background-color: rgba(0, 0, 0, .1)
}

.teammate-links .field-name-field-member-email a {
	background: url(http://dev-g7marketing.pantheonsite.io/sites/all/themes/g7marketing/images/icon-circle-email.svg) no-repeat scroll left top
}

.teammate-links .field-name-field-member-linkedin a {
	background: url(http://dev-g7marketing.pantheonsite.io/sites/all/themes/g7marketing/images/icon-circle-linkedin.svg) no-repeat scroll left top
}

.fff {
	color: #fff
}

.heading-col {
	border-left: 4px solid #3da8d7
}

.ptb-50 {
	padding: 50px 0
}

.sub-headings {
	border-bottom: 3px solid #3da8d7;
	text-align: left;
	padding-bottom: 13px;
	display: inline-block
}

.pt-25 {
	padding-top: 25px
}

.pb-25 {
	padding-bottom: 25px
}

.team-details-row {
	border-bottom: 1px solid #ccc;
	
}

.team-details-row {
	background: #fff;
	padding: 0px 0px 30px 0px;
}

.team-details-row img {
	border-left: 4px solid #3da8d7
}

.sec-title h4 {
	font-weight: 500
}

.sec-title h4 small {
	padding-left: 10px
}

.f-size14 {
	font-size: 14px
}

.carrer-img {
	border: 1px solid #ccc;
	padding: 10px
}

.pad70-70-top-bottom {
	padding: 70px 0
}

.carrer-form {
	border: 1px solid #ccc;
	padding: 10px
}

label {
	font-size: 14px
}

.carrer-form .form-control {
	height: 45px!important
}

.form-control {
	display: block;
	width: 100%;
	height: 52px;
	padding: 15px 20px;
	font-size: 14px;
	border-radius: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 9px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.carrer-form .form-control {
	height: 45px!important
}

.contact-form {
	padding: 47px;
	border: 1px solid #ccc
}

.qualification-row .qual-inner-cols {
	padding: 0 10px;
	border: 1px solid #e8e8e8;
	margin: 10px 0
}

.qualification-row .qual-inner-cols .qual-icons {
	position: relative;
	bottom: 17px;
	background: #fff;
	text-align: center
}

.qualification-row .qual-inner-cols .qual-icons i {
	font-size: 35px;
	color: #3da8d7
}

.qualification-row .qual-inner-cols p {
	padding: 4px 15px
}

.side-pro-ul .side-pro-li {
    padding: 10px;
    background: linear-gradient(#fff, #e9e9e9);
    border-radius: 0px 0px 5px 5px;
    border-bottom: 1px dotted #ccc;
    color: #333;
    list-style:none;
}

.side-pro-ul li.active {
    background: #3da8d7;
    color: #fff;
}
.side-pro-ul .side-pro-li:hover {
    background: #3da8d7;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
}