/*
Template Name: BizAgent - Digital Agency Template | Creative Agency Landing Page
Description: BizAgent is a powerful 100% Responsive Multipurpose Corporate Business, Marketing, Startup Agency Landing Page Template.
Version: 1.0
Author: https://themeforest.net/user/htmllover/
*/


/*============================================================
[Table of contents]

01. RESET CSS
02. GENERAL CSS(body, header, btn, form, list, link, img, middle title, section bg, margin, padding, icon color)
03. HEADER CSS
04. SLIDER CSS
05. SERVICES PROMO CSS
06. ABOUT US CSS
07. SERVICES CSS
08. COUNTER CSS
09. PROJECT CSS
10. TEAM CSS
11. CLIENT TESTIMONIAL CSS
12. PRICING TABLE CSS
13. SUBSCRIBE CSS
14. CONTACT US CSS
============================================================*/


/*============================================================
				IMPORT GOOGLE FONTS
============================================================*/

/* @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Proxima+Nova'); */

/*============================================================
			   	01. RESET CSS
============================================================*/

/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.pacifico{
	font-family: 'Pacifico', cursive !important;
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;
}
p{
	font-size: 16px !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-size: 16px;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*============================================================
	02. GENERAL CSS(body, header, btn, form, list, link, img, middle title, section bg, margin, padding, icon color)
============================================================*/

/*body css*/
body {
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #494949;
	font-size: 14px;
	line-height: 24px;
}

.kaisei{
	font-family: 'Kaisei Opti', serif !important;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;
}

/*header*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	padding: 0;
	color: #232323;
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Kaisei Opti', serif !important;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;
	/* font-family: 'M PLUS Rounded 1c', sans-serif !important;
font-family: 'Pacifico', cursive;
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif; */
}

h1 {
	/* font-size: 50px;
	line-height: 60px;
	font-weight: 700; */
	font-size: 46px;
    line-height: 60px;
    margin: 0 0 25px;
	font-weight: 400;
}

h2 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
}

h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
}

h4 {
	font-size: 25px;
	line-height: 33px;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

h6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

/* ===================================
    Button
====================================== */

.btn {
	display: inline-block;
	border: 2px solid transparent;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	text-transform: uppercase;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out
}


/*custom-btn*/
.biz-round-btn {
	border-radius: 30px !important;
}

.biz-btn-outline {
	display: inline-block;
	padding: 4px 30px;
	border: 1px solid #232323;
	border-radius: 4px;
	background-color: transparent;
	color: #232323;
	font: 500 15px/32px 'Montserrat', sans-serif;
	-o-transition: border .3s ease, background-color .3s ease, color .3s ease;
	-webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
	-moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
	transition: border .3s ease, background-color .3s ease, color .3s ease;
}

.biz-btn-outline:hover {
	border: 1px solid #232323;
	background-color: #232323;
	color: #fff;
	text-decoration: none;
}

.biz-btn-solid {
	display: inline-block;
	padding: 4px 30px;
	border: 1px solid #cdab6e;
	border-radius: 4px;
	background-color: #cdab6e;
	color: #fff;
	font: 500 15px/32px 'Montserrat', sans-serif;
	-o-transition: border .3s ease, background-color .3s ease, color .3s ease;
	-webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
	-moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
	transition: border .3s ease, background-color .3s ease, color .3s ease;
}

.biz-btn-solid:hover {
	border: 1px solid #005ddc;
	background: transparent;
	color: #005ddc;
	text-decoration: none;
}

a.biz-btn-solid:focus,
a.biz-btn-solid:active {
	color: #fff;
}

a.biz-btn-solid:focus:hover {
	border: 1px solid #005ddc;
	background: transparent;
	color: #005ddc;
}


/*custom-button*/
.biz-button {
	display: inline-block;
	min-width: 60px;
	text-align: center;
	padding: 12px 35px;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}


/*form*/
.form-control {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
	background: #fff;
	border-radius: 3px;
	height: 40px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.form-control:focus {
	border-color: #cdab6e;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.form-group {
	margin-bottom: 30px;
}

.form-group.submit-btn {
	margin-bottom: 0;
}


/*list*/

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

/*link*/
a {
	color: #4152A4;
	text-decoration: none;
	transition: all 0.3s ease;
}

a,
a:active,
a:focus,
a:active {
	text-decoration: none;
}


a:hover,
a:focus {
	color: #005ddc;
	outline: none;
	text-decoration: none;
}

b,
strong {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

/*img*/
img {
	max-width: 100%
}

.alert {
	padding: 10px;
}


/*section heading one*/
.headingOne {
	margin-bottom: 50px;
}

.headingOne h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
}


.headingOne span.bordered-icon {
	padding: 0 10px;
	font-size: 20px;
	line-height: 20px;
	position: relative;
	display: inline-block;
}

.headingOne span.bordered-icon:before {
	left: 100%;
	background: #cdab6e;
}

.headingOne span.bordered-icon:after {
	right: 100%;
	background: #cdab6e;
}

 h6.sub {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	color: #9d9d9c;
	text-transform: uppercase;
	display: block;
	font-family: 'Open Sans', sans-serif;
}


.headingOne span.bordered-icon:before,
.headingOne span.bordered-icon:after {
	content: "";
	width: 90px;
	height: 1px;
	top: 15px;
	position: absolute;
}

.separator {
	width: 10%;
	height: 2px;
	text-align: center;
	margin: 10px auto;
	position: relative;
}



/*section bg css*/
.bg-secondary {
	background-color: #f2f2f2 !important;
}

.bg-white {
	background: rgba(255, 255, 255, 0.5) !important;
	;
}

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

/*text color css*/
.white-text {
	color: #fff !important;
}

.color-text {
	color: #005ddc !important;
}

.bg-light-gray {
	background: #f7f7f7 !important;
}

.gray-text {
	color: #6f6f6f !important;
}

/*icon and text color css*/
.icolor-1 i,
.text-success {
	color: #9BCF50 !important;
}

.icolor-2 i,
.text-info {
	color: #cdab6e !important;
}

.icolor-3 i,
.text-color {
	color: #cdab6e !important;
}

.icolor-4 i,
.text-primary {
	color: #337ab7 !important;
}

.icolor-5 i,
.text-purple {
	color: #bf095d !important;
}

.icolor-6 i,
.text-danger {
	color: #e84c3d !important;
}

.icolor-7 i {
	color: #19be9c !important;
}

.icolor-8 i {
	color: #4653cc !important;
}

/*social icon color css*/
.facebook {
	color: #cdab6e;
}

.facebook-bg {
	background: #cdab6e;
	color: #fff;
}

.twitter {
	color: #005ddc;
}

.twitter-bg {
	background: #005ddc;
	color: #fff;
}

.instagram {
	color: #bc2a8d;
}

.instagram-bg {
	background: #bc2a8d;
	color: #fff;
}

.google-plus {
	color: #dd4b39;
}

.google-plus-bg {
	background: #dd4b39;
	color: #fff;
}

.linkedin {
	color: #007bb6;
}

.linkedin-bg {
	background: #007bb6;
	color: #fff;
}

.youtube {
	color: #bb0000;
}

.youtube-bg {
	background: #bb0000;
	color: #fff;
}

.pinterest {
	color: #cb2027;
}

.pinterest-bg {
	background: #cb2027;
	color: #fff;
}

.dribbble {
	color: #ea4c89;
}

.dribbble-bg {
	background: #ea4c89;
	color: #fff;
}


/*margin, padding*/
.m-0 {
	margin: 0;
}

.p-0 {
	padding: 0;
}

.mr-15 {
	margin-right: 15px;
}

.br-0 {
	border-right: none !important;
}

/*============================================================
						MARGIN TOP
============================================================*/

.mt-0 {
	margin-top: 0;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-150 {
	margin-top: 150px;
}

/*============================================================
					MARGIN BOTTOM
============================================================*/

.mb-0 {
	margin-bottom: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-150 {
	margin-bottom: 150px;
}

/*============================================================
						PADDING TOP
============================================================*/

.pt-0 {
	padding-top: 0;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

/*============================================================
						PADDING RIGHT
============================================================*/

.pr-0 {
	padding-right: 0;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-110 {
	padding-right: 110px;
}

.pr-120 {
	padding-right: 120px;
}

.pr-130 {
	padding-right: 130px;
}

.pr-140 {
	padding-right: 140px;
}

/*============================================================
						PADDING BOTTOM
============================================================*/

.pb-0 {
	padding-bottom: 0;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-150 {
	padding-bottom: 150px;
}


/*============================================================
						PADDING LEFT
============================================================*/
.pl-0 {
	padding-left: 0;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-110 {
	padding-left: 110px;
}

.pl-120 {
	padding-left: 120px;
}

.pl-130 {
	padding-left: 130px;
}

.pl-140 {
	padding-left: 140px;
}

.pl-150 {
	padding-left: 150px;
}

/*padding top bottom*/
.ptb-0 {
	padding: 0;
}

.ptb-10 {
	padding: 10px 0;
}

.ptb-20 {
	padding: 20px 0;
}

.ptb-30 {
	padding: 30px 0;
}

.ptb-40 {
	padding: 40px 0;
}

.ptb-50 {
	padding: 50px 0;
}

.ptb-60 {
	padding: 60px 0;
}

.ptb-70 {
	padding: 70px 0;
}

.ptb-80 {
	padding: 80px 0;
}

.ptb-90 {
	padding: 90px 0;
}

.ptb-100 {
	padding: 100px 0 0 0;
}

.ptb-110 {
	padding: 110px 0;
}

.ptb-120 {
	padding: 120px 0;
}

.ptb-130 {
	padding: 130px 0;
}

.ptb-140 {
	padding: 140px 0;
}

.ptb-150 {
	padding: 150px 0;
}

.p-100 {
	padding: 100px;
}


/*============================================================
						SECTION MARGIN
============================================================*/

.mtb-0 {
	margin: 0;
}

.mtb-10 {
	margin: 10px 0;
}

.mtb-15 {
	margin: 15px 0;
}

.mtb-20 {
	margin: 20px 0;
}

.mtb-30 {
	margin: 30px 0;
}

.mtb-40 {
	margin: 40px 0;
}

.mtb-50 {
	margin: 50px 0;
}

.mtb-60 {
	margin: 60px 0;
}

.mtb-70 {
	margin: 70px 0;
}

.mtb-80 {
	margin: 80px 0;
}

.mtb-90 {
	margin: 90px 0;
}

.mtb-100 {
	margin: 100px 0;
}

.mtb-110 {
	margin: 110px 0;
}

.mtb-120 {
	margin: 120px 0;
}

.mtb-130 {
	margin: 130px 0;
}

.mtb-140 {
	margin: 140px 0;
}

.mtb-150 {
	margin: 150px 0;
}




/*============================================================
					03. HEADER CSS
============================================================*/
#main {
	max-width: 1920px;
	margin: 0 auto;
}


/*start header topbar css*/

.biz-topbar {
	border-bottom: 1px solid #ecedef;
}

.biz-topbar-info-list ul li {
	font-size: 13px;
	padding: 4px;
}

.top-social-list ul li:first-child {
	font-size: 13px;
}

.top-social-list li,
.top-social-list-two li {
	display: inline-block;
	margin: 0;
}

.top-social-list li a,
.top-social-list-two a {
	font-size: 13px;
	padding: 4px 10px;
	display: block;
	transition: all 0.3s ease-in;
}

.top-social-list li a:hover i {
	color: #005ddc;
}

.top-social-list-two li a i {
	color: #fff;
}

.top-social-list-two li a:hover i {
	color: #000;
}

/*
Navbar Adjusment
=========================== */


nav.navbar ul.nav>li>a {
	font-weight: 400;
}

.navbar-header>.navbar-brand {
	height: auto;
	display: block;
}

nav.navbar.bootsnav ul.nav>li>a {
	font-weight: 500;
	color: #000;
	font-size: 14px;
}

@media (min-width: 1024px) {

	/* Navbar General ------*/
	nav.navbar ul.nav>li>a {
		padding: 30px 15px;
	}

	nav.navbar.bootsnav ul.nav>li>a {
		padding: 30px 15px;
	}

	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
		text-align: left;
	}



	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
		float: right;
		content: "\f105";
	}

	/* Navbar Center ------*/
	nav.navbar-center .navbar-brand {
		margin: 0 !important;
	}

	/* Navbar Brand Top ------*/
	nav.navbar-brand-top .navbar-brand {
		margin: 10px !important;
	}

	/* Navbar Full ------*/
	nav.navbar-full .navbar-brand {
		position: relative;
		top: -15px;
	}

	/* Navbar Sidebar ------*/
	nav.navbar-sidebar ul.nav,
	nav.navbar-sidebar .navbar-brand {
		margin-bottom: 50px;
	}

	nav.navbar-sidebar ul.nav>li>a {
		padding: 10px 15px;
		font-weight: bold;
	}

	/* Navbar Transparent & Fixed ------*/
	nav.navbar.bootsnav.navbar-transparent.white {
		background-color: rgba(255, 255, 255, 0.3);
		border-bottom: solid 1px #bbb;
	}

	nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
	nav.navbar.bootsnav.navbar-transparent.dark {
		background-color: rgba(0, 0, 0, 0.3);
		border-bottom: solid 1px #555;
	}

	nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
		border-left: solid 1px #bbb;
	}

	nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
	nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
		border-left: solid 1px #555;
	}

	nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,
	nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,
	nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,
	nav.navbar.bootsnav.no-background.white ul.nav>li>a {
		color: #fff;
	}

	nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a,
	nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
		color: #eee;
	}
}

@media (max-width: 992px) {

	/* Navbar General ------*/
	nav.navbar .navbar-brand {
		padding: 10px 15px
	}

	nav.navbar.bootsnav .navbar-nav>li>a {
		border-bottom: 0;
	}

	.attr-nav>ul>li>a {
		padding: 15px 15px 15px;
	}

	/* Navbar Mobile slide ------*/
	nav.navbar.navbar-mobile ul.nav>li>a {
		padding: 15px 15px;
	}

	nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a {
		padding-right: 15px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
		padding-right: 30px !important;
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	/* Navbar Full ------*/
	nav.navbar-full .navbar-brand {
		top: 0;
		padding-top: 10px;
	}


	nav.navbar.bootsnav .navbar-toggle {
		display: inline-block;
		float: right;
		margin-right: 0;
		margin-top: 15px;
		padding: 5px 10px;
		background: #005ddc;
		color: #fff;
	}
}



/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list>li>h6>a,
.attr-nav>ul>li>a:hover,
.attr-nav>ul>li>a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on>a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on>a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on>a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav>li>a:hover,
nav.navbar ul.nav>li.active>a:hover,
nav.navbar ul.nav li.active>a,
nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
	color: #005ddc;
}

nav.navbar.navbar-transparent ul.nav>li>a:hover,
nav.navbar.no-background ul.nav>li>a:hover,
nav.navbar ul.nav li.scroll.active>a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu>li>a:hover,
nav.navbar ul.nav li.dropdown.on>a,
nav.navbar-dark ul.nav li.dropdown.on>a {
	color: #cdab6e !important;
}

@media(max-width:920px) {

	nav.navbar .dropdown .megamenu-content .col-menu ul>li>a:hover,
	nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
		color: #005ddc !important;
	}
}

/*
Border
=========================== */

nav.navbar li.dropdown ul.dropdown-menu {
	border-top-color: #005ddc !important;
}

/*
Background
=========================== */
.attr-nav>ul>li>a span.badge,
nav.navbar .share ul>li>a:hover,
nav.navbar .share ul>li>a:focus {
	background-color: #005ddc;
}

/*end navber css*/




/*===============================================
			04. SLIDER CSS
================================================*/

#home {
	position: relative;
	height: 100%;
	display: block;
}

.hero-one {
	background: url("../img/slider-img-2.jpg")no-repeat center center / cover;
}

.hero-two {
	background: url("../img/slider-img-10.jpg")no-repeat center center / cover;
}

.hero-four {
	/* background: url("../img/slider/slide2.jpg")no-repeat center center / cover; */
}

.hero-five {
	background: url("../img/slider-img-11.jpg")no-repeat center center / cover;
}

.hero-six {
	background: url("../img/slider-img-5.jpg")no-repeat center center / cover;
}

.overlay,
.background-video-overlay,
.overlay-five {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.overlay-five {
	background: rgba(0, 0, 7, .50);
}

.overlay {
	background: rgba(0, 0, 6, .55);
}

.background-video-overlay {
	background: rgba(0, 0, 6, .60);
}

/*start content text slider*/

.content-text h1 {
	color: #fff;
	font-size: 90px;
	font-weight: 700;
	line-height: 100px;
	padding: 0 120px;
	text-transform: capitalize;
}

.content-text p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 35px;
}

.registration-form-left h1 {
	color: #232222;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	text-transform: capitalize;
}

.registration-form-left p {
	font-size: 16px;
	line-height: 25px;
	color: #232222;
	font-weight: 400;
}

.video-slider-text-padding {
	padding: 30% 0 10% 0;
}

/*end content text slider*/

/*hero carousel*/
.custom-hero-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: 35%;
	width: 100%;
	display: block;
}

.custom-hero-carousel .owl-nav .owl-prev,
.custom-hero-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	background: transparent;
	font-size: 25px;
}

.custom-hero-carousel .owl-nav .owl-prev {
	left: -5px;
}

.custom-hero-carousel .owl-nav .owl-next {
	right: -5px;
}

.custom-hero-carousel .owl-nav .owl-next:hover i,
.custom-hero-carousel .owl-nav .owl-prev:hover i {
	color: #fff !important;
}

.owl-theme.custom-hero-carousel .owl-nav [class*=owl-]:hover {
	background: #005ddc;
	color: #fff;
	border-radius: 0;
}

/*start rotated text css*/
.rotated-slider-text p {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	padding: 20px 160px;
}

.biz-roted-text span {
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
}

/*end rotated text css*/

/*start video popup slider css*/
.video-popup-slider h1 {
	font-size: 90px;
	line-height: 95px;
	font-weight: 700;
	color: #fff;
}

.video-popup-slider p {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
}

.biz-video-overly>a {
	background-color: rgba(0, 93, 220, 0.5);
	border-radius: 100px;
	display: inline-block;
	left: 50%;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.biz-video-overly i {
	background-color: rgba(0, 93, 220, 0.70);
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	height: 56px;
	line-height: 56px;
	width: 56px;
	padding-left: 3px;
	transition: all 0.3s ease;
	text-align: center;
}

.biz-video-overly i:hover {
	color: #fff;
	background-color: #000;
}

.biz-popup-video>a:focus {
	outline: none;
}

/*end video popup slider css*/



/*start slider form one css*/
.biz-hero-registration-form {
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .33);
	z-index: 2;
	position: relative;
}

.biz-reg-form-input,
.biz-reg-form-textarea {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	box-shadow: none;
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #999;
	padding-left: 20px;
	box-shadow: none !important;
}

.biz-reg-form-input {
	min-height: 40px;
}

.biz-reg-form textarea {
	height: 110px;
}

.biz-btn-cover {
	width: 100%;
}

/*end slider form one css*/



/*start slider form two css*/
.hero-login-form {
	position: relative;
	z-index: 3;
	padding: 0 8%;
}

.hero-login-form h1 {
	color: #fff;
}

.hero-login-form p {
	font-size: 15px;
	color: #ddd;
}

.input-field button {
	width: 100%;
}

.form-group.hero-form .form-control {
	background-image: none !important;
	border-radius: 4px;

}

.form-bg {
	margin-top: 50px;
	border-radius: 4px;
	padding: 40px 20px 30px;
	display: inline-block;
}

.hero-form .input-field input {
	min-height: 42px;
	border: 1px solid #005ddc;
	background: #fff;
	border-left: 4px solid #005ddc;
	margin-bottom: 10px;
}

.custom-subscribe-form {
	position: relative;
	width: 60%;
}

.custom-reg-form-two {
	width: 100%;
}

/*end slider form two css*/




/*start hero slider css*/

.biz-hero-image img {
	position: relative;
}

.hero-content-left {
	left: 0;
}

.hero-content-right {
	right: 0;
}

.biz-hero-slider-text {
	position: absolute;
	top: 30%;
	background: #fff;
	padding: 50px;
	width: 50%;
}

.hero-text-inner-left {
	padding-left: 10%;
}

.hero-text-inner-right {
	padding-right: 10%;
}

.biz-hero-text-inner h1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
}

.biz-hero-text-inner a {
	margin-top: 20px;
}


.owl-theme .owl-nav {
	margin-top: 0;
}

.biz-hero-slider .owl-nav div {
	bottom: 45%;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	left: 1%;
	position: absolute;
	text-align: center;
	transform: translateX(-1%);
	transition: all 0.3s ease 0s;
}

.owl-theme.biz-hero-slider .owl-nav [class*=owl-] {
	background: transparent !important;
	color: #005ddc;
}

.owl-theme.biz-hero-slider .owl-nav [class*=owl-]:hover {
	color: #000;
}


.biz-hero-slider .owl-nav div i {
	font-size: 40px;
	line-height: 40px;
}

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

.biz-hero-slider .owl-nav div.owl-prev {
	left: 0;
}

/*=====================================================
			05. SERVICES PROMO CSS
=======================================================*/

.single-service-promo {
	padding: 65px 70px 80px 95px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.single-service-promo-two {
	border-radius: 10px;
}

.single-service-promo>* {
	position: relative;
	z-index: 2;
}

.single-service-promo .title-section {
	font-size: 36px;
	font-weight: 400;
}

.single-service-promo:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #cdab6e;
}


.single-service-promo.color-2:before {
	background: #FF7E30;
}

.single-service-promo.color-3:before {
	background: #36C6EB;
}

.single-service-promo.color-4:before {
	background: #9BCF50;
}

.single-service-promo.color-5:before {
	background: #bf095d;
}

.single-service-promo.bg-white:before {
	background: #ffffff;
}

.single-service-promo.gray:before {
	background: #f2f2f2;
}

.single-service-promo .icon-bg-serv {
	position: absolute;
	z-index: 1;
	font-size: 330px;
	opacity: 0.05;
	color: #000000;
	bottom: -50px;
	line-height: 1;
	right: -130px;
}

.single-service-promo {
	padding: 40px 30px 35px 40px;
}

.single-service-promo .sp-icon {
	width: auto;
	height: auto;
	color: #005ddc;
}

.single-service-promo .sp-icon:before {
	line-height: 1;
	font-size: 40px;
	color: #cdab6e;
}

.single-service-promo .sp-icon.white-text,
.single-service-promo p.white-text,
.single-service-promo h3.white-text,
.single-service-promo a.white-text {
	color: #ffffff;
}

.single-service-promo a {
	font-size: 15px;
}

.single-service-promo a:hover {
	text-decoration: none;
}

.services-promo-bg {
	position: relative;
	z-index: 2;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 0 50%;
	background-repeat: no-repeat;
}



.services-promo-bg .single-service-promo.bg-white:before {
	left: -2px;
}

.services-promo-bg .single-service-promo.color-4+.single-service-promo:before {
	right: -2px;
}

img.shado-img {
	width: 100%;
	margin: 0 auto;
}

/*end service promo section*/






/*============================================================
						06. ABOUT US CSS
============================================================*/


.about-new-section,
.about-new-section-three {
	background-image: url("../img/about-bg1.jpg");
	position: relative;
	background-size: cover !important;
	overflow: hidden !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.about-new-section-two {
	background-image: url("../img/about-bg2.jpg");
	position: relative;
	background-size: cover !important;
	overflow: hidden !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

@media (max-width: 991px) {

	.about-new-section,
	.about-new-section-two,
	.about-new-section-three {
		background-image: none !important;
		background: #fff;
	}

}


.about-new-promo {
	margin-top: 30px;
}

.about-new-promo span i:before {
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 10px;
}

.about-new-promo h6 span.number-inline {
	color: #fff;
	margin-right: 5px;
	font-weight: 600;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background: #005ddc;
	text-shadow: 0 1px 1px #000;
}




/*============================================================
			07. SERVICES CSS
============================================================*/

.biz-home-services {
	position: relative;
}

.biz-home-single-service {
	/* padding: 0 10px; */
	margin-bottom: 50px;
	transition: all 0.3s ease-in;
	/* padding: 20px 15px 20px 15px; */
	min-height: 140px;
	border-radius: 4px;
	margin-bottom: 28px;
}

.service-style-one {
	position: relative;
	padding: 0 0 0 75px;
}

.slowgan h2 {
	font-size: 30px;
	line-height: 42px;
	color: #fff;
	width: 70%;
	margin: auto;
	font-weight: 400;
}

.color-fill {
	background: #cdab6e;
	border-radius: 5px;
}

.slowgan .span1 {
	text-align: left;
	margin-left: 20%;
}

.slowgan .span2 {
	font-size: 38px;
	font-weight: 600;
	margin-left: 15%;
	line-height: 30px;
}

.slowgan .span3 {
	margin-top: 18px;
	margin-right: -12%;
}

.slowgan .span4 {
	font-size: 38px;
	font-weight: 600;
	margin-left: 15%;
	line-height: 30px;
}



.slowgan span {
	display: block;
}

.home-service-text h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 22px;
}

.home-service-text h5 a {
	color: #3c3c3c;
}

.home-service-text h5 a:hover {
	color: #005ddc;
}

.home-service-text p {
	line-height: 25px;
}

.service-style-one i {
	position: absolute;
	top: 10px;
	left: 0;
	transition: all 0.3s ease-in;
}

.home-service-text i:before {
	font-size: 40px;
	line-height: 40px;
}

.biz-home-single-service:hover .home-service-text i {
	color: #005ddc;
}






/*============================================================
					08. COUNTER CSS
============================================================*/



/*start counter section*/
.counter-info {
	margin-bottom: 14px;
	border-right: 1px solid #fff;
}


.counter-info span i {
	font-size: 30px;
	margin-bottom: 5px;
	display: block;
}

span.counter {
	display: block;
	color: #000;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.count-description {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

/*end counter section*/



/*============================================================
					09. PROJECT CSS
============================================================*/

.biz-projects {
	/*	padding-top: 100px;
	padding-bottom: 90px;*/
}


.biz-projects .button-group a {
	display: inline-block;
	margin: 0 5px 20px;
	padding: 5px 20px;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	-o-transition: background-color .3s ease, color .3s ease;
	-webkit-transition: background-color .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
	border: 2px solid #005ddc;
}

.biz-projects .button-group a:hover,
.biz-projects .button-group a.biz-button.is-checked {
	background-color: #005ddc;
	color: #fff;
	text-decoration: none;
}

.biz-projects .button-group a.biz-button.is-checked {
	background-color: #005ddc;
	color: #fff;
}

.single-project-wrap {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}

.project-item {
	position: relative;
}

.project-img>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.project-item img {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.project-text {
	padding: 15px 20px;
	width: 100%;
	background-color: #005ddc;
	position: absolute;
	display: block;
	left: 0;
	top: auto;
	bottom: -85px;
	z-index: 3;
	-webkit-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
}

.project-item .project-text h2 {
	margin-bottom: 0;
	line-height: 0;
}

.project-item .project-text h2 a {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.project-item .project-text h2 a:hover {
	color: #000;
}

.project-item .project-text p {
	color: #dddddd;
}

.project-img {
	position: relative;
	overflow: hidden;
}

.project-item:hover .project-overlay {
	opacity: 1;
	visibility: visible;
}

.project-item:hover .project-img img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}

.project-item:hover .project-text {
	bottom: 0;
}

.project-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.project-icons {
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.project-icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 14px;
	margin: 0 3px;
	line-height: 40px;
	text-align: center;
	color: #121212;
	background-color: #fff;
	border-radius: 100px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.project-icons a:hover {
	color: #fff;
	background-color: #2cb8a5;
}

.project-item:hover .project-icons {
	position: absolute;
	top: 40%;
	margin-top: -20px;
}

/* Lightboxes
-------------------------------------------------------*/
.modal {
	z-index: 1300;
}

.modal-backdrop {
	z-index: 1299;
}

.modal-dialog {
	margin-top: 7%;
}

.modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.mfp-iframe-holder .mfp-content {
	position: relative;
	max-width: 1000px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	text-align: left;
	border-radius: 4px;
}


/*============================================================
					10. TEAM CSS
============================================================*/


/*start team three css*/
.biz-team-three-info {
	margin-bottom: 20px;
}

.biz-team-three-circle {
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}


.biz-team-three-social {
	border-radius: 20px;
	border: 1px solid #fff;
	width: 145px;
	left: -175px;
	padding: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease-in-out;
}

.biz-team-three-info:hover .biz-team-three-social {
	left: -100px;
}


.biz-team-three-social ul li {
	margin-bottom: 2px;
	text-align: right;
}

.biz-team-three-social ul li a {
	color: #fff;
	font-size: 15px;
	text-align: right;
	display: block;
}

.biz-team-three-social ul li a:hover {
	color: #000;
}

.biz-team-three-content h6 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.biz-team-three-content p {
	font-size: 15px;
	font-weight: 400;
}

/*end team three css*/


/*============================================================
				11. CLIENT TESTIMONIAL CSS
============================================================*/

.biz-call-to-action {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	background: url("../img/testimonial-bg.jpg")no-repeat center center / cover;
	overflow: hidden;
}

.biz-call-to-action:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.80);
}

.biz-call-to-action:after {
	background-color: #005ddc;
}

.biz-call-to-action:after {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 46%;
	height: 550px;
	z-index: -1;
	-webkit-transform: rotate(15deg) scale(1.55) translateX(-105px);
	-moz-transform: rotate(15deg) scale(1.55) translateX(-105px);
	-ms-transform: rotate(15deg) scale(1.55) translateX(-105px);
	-o-transform: rotate(15deg) scale(1.55) translateX(-105px);
	transform: rotate(15deg) scale(1.55) translateX(-105px);
}

.biz-call-to-action {
	color: #fff;
}

.testimonial-intro.style-two {
	position: relative;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 25px;
}

.testimonial-intro.style-two:before {
	content: "\f10d";
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 0;
	line-height: 1;
	font-family: FontAwesome;
}

.call-box {
	margin-bottom: 15px;
}

.call-box span {
	font-size: 25px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 4px;

}

.call-box .call-box-text h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 0;
	line-height: 20px;
}

.call-box-text p a {
	color: #005ddc;
}

.call-box-text p a:hover {
	color: #fff;
}

/*testimonial section*/
.testimonial-intro {
	position: relative;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 25px;
}

.testimonial-intro:before {
	content: "\f10d";
	color: #005ddc;
	font-size: 40px;
	position: absolute;
	top: 0;
	line-height: 1;
	font-family: FontAwesome;
}

.testimonial-client img {
	width: 60px !important;
	height: 60px;
	line-height: 60;
	margin-right: 10px;
	float: left;
	border-radius: 100%;
	background: #005ddc;
	overflow: hidden;
	padding: 2px;
}

.testimonial-client-info {
	padding-top: 8px;
}

.testimonial-client-info a {
	text-decoration: none;
	display: inline-block;
	color: #dddddd;
}

.testimonial-client-info a:hover {
	color: #000;
}

.testimonial-client-info h5 {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	display: block;
}

.testimonial-client-info h5>small {
	background: #000;
	padding: 2px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
}

.client-testimonial.padding {
	padding: 8% 0;
	position: absolute;
}

.client-testimonial {
	margin-bottom: 20px;
}

.white-indicator.owl-theme .owl-nav.disabled+.owl-dots,
.color-indicator.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	bottom: 5%;
	right: 50px;
}

.white-indicator.owl-theme .owl-dots .owl-dot.active span {
	background: #005ddc;
}

.color-indicator.owl-theme .owl-dots .owl-dot.active span {
	background: #000;
}


/*============================================================
					12. PRICING TABLE CSS
============================================================*/


/*start pricing table style*/
.biz-pricing-wrap .active {
	-webkit-box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
	box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
}


.biz-pricing-text-wrap {
	vertical-align: middle;
	display: table-cell;

}

.biz-pricing-text-wrap h2 {
	font-size: 25px;
	line-height: 32px;
}

.biz-pricing-text-wrap p {
	margin-bottom: 15px;
}

.biz-pricing-text-wrap p.contact-price {
	font-size: 14px;
	font-weight: 600;
}

.biz-pricing-text-wrap p.contact-price a:hover {
	color: #005ddc;
	text-decoration: none;
}

.biz-pricing-single-wrap {
	padding: 50px 40px;
	border-radius: 6px;
	transition: all .3s ease;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
}


.biz-pricing-single-wrap a.btn-info.active {
	background-color: #37058a;
}

.biz-pricing-single-wrap:hover {
	-webkit-box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
	box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
}

.biz-pricing-wrap .active>p,
.biz-pricing-wrap .active>.pricing-one-sub {
	color: #005ddc;
}

.biz-pricing-single-wrap:hover p,
.biz-pricing-single-wrap:hover .pricing-one-sub {
	color: #005ddc;
}


.biz-pricing-single-wrap p {
	font-size: 13px;
	font-weight: 500;
}

.biz-pricing-single-wrap ul {
	margin: 30px 0;
}

.biz-pricing-single-wrap ul li {
	padding: 5px 0;
}

.biz-pricing-title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}

.pricing-one-sub {
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

/*============================================================
					13. SUBSCRIBE CSS
============================================================*/

/*subscribe form style*/

.subscribe-form {
	text-align: center;
	margin: 40px 0 0 0;
}

.subscribe-form .email {
	background-color: #ebebeb;
	border: none;
	border-radius: 4px;
	outline: none;
	width: 60%;
	padding: 8px 25px;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	transition: all .3s;
}


.subscribe-form .email:focus {
	background-color: rgba(246, 249, 252, 1) !important;
}


.subscribe-form input {
	color: #222222;
	padding: 0;
}

.subscribe-form .submit-btn {
	font-size: 14px;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 8px 25px;
	border-color: #005ddc;
	background-color: #005ddc;
	color: #fff;
	outline: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
}

.subscribe-form .submit-btn:hover {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	opacity: 0.8;
}

.subscribe-form-wrap {
	width: 50%;
	margin: 0 auto;
}


/*start customers css*/
.customers-content .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: transparent;
	font-size: 18px;
}

/*end customers css*/


/*============================================================
					14. CONTACT US CSS
============================================================*/

.contact-us-content {
	padding: 0 10%;
}


.footer-address {
	line-height: 22px;
	background: url(../img/world-map.png)no-repeat center center / cover;
}

.footer-address ul li {
	padding: 8px 0;
}

.footer-address ul li i {
	margin-right: 10px;
	font-size: 15px;
	line-height: 22px;
	float: left;
	display: inline-block;
}

.footer-address ul li a {
	color: #005ddc;
}

.footer-address span {
	overflow: hidden;
	display: block;
}


.contact-us-section {
	background: url(../img/contact-us-bg-1.jpg)no-repeat top center / cover;
	position: relative;
	z-index: 1;

}

.contact-us-two {
	background: url(../img/contact-us-bg-2.jpg)no-repeat top center / cover;
	position: relative;
	z-index: 1;
}

.contact-us-section:after,
.contact-us-two:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	background: rgba(0, 0, 0, .75);
}


/*============================================================
					PRELOADER SECTION CSS
============================================================*/
#preloader {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}

#status,
.biz-preloader {
	background-image: url(../img/preloder.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.biz-preloader {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

/*end preloader css*/


/*contact form alert message*/

p.form-message.success {
	color: #005ddc;
}

p.form-message.error {
	color: #ff0101;
}

@media screen and (max-width: 1075px) and (min-width: 993px) {

	nav.navbar.bootsnav ul.nav>li>a {
		padding: 30px 8% !important;
	}
}

@media (min-width: 768px) {
	.single-service-promo {
		padding: 30px;
		height: 100%;
		min-height: auto;
		text-align: justify;
	}
}





.glightbox-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	overflow-scrolling: touch;
}

.glightbox-container.inactive {
	display: none;
}

.glightbox-container .gcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.glightbox-container .gslider {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
}

.glightbox-container .gslide {
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glightbox-container .gslide.current {
	opacity: 1;
	z-index: 99999;
}

.glightbox-container .gslide.prev {
	opacity: 1;
	z-index: 9999;
}

.glightbox-container .gslide-inner-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.glightbox-container .ginner-container {
	width: auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	max-height: 100vh;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
	max-width: 100% !important;
}

.gslide iframe,
.gslide video {
	outline: none !important;
	border: none;
	min-height: 165px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-ms-touch-action: auto;
	touch-action: auto;
}

.gslide-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gslide-image img {
	max-height: 100vh;
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	outline: none;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* width: initial; */
	max-width: 100vw;
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
	width: 100%;
}

.gslide-video {
	width: 100%;
	max-width: 100%;
	position: relative;
	width: 100vh;
	max-width: 100vh;
}

.gslide-video .gvideo-wrapper {
	position: relative;
	padding-top: 0;
	height: 100vh;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

/* @media (--medium-small-viewport) {
            height: 0;
            padding-top: 56.25%;
        } */

.gslide-video iframe,
.gslide-video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	height: 100%;
	border: 0;
}

.gslide-video:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, .34);
	display: none;
}

.gslide-video.playing:before {
	display: none;
}

.gslide-video .jw-media,
.gslide-video .jw-video {
	position: relative !important;
}

.gslide-video .jwplayer {
	max-width: 100vw;
	width: 100vh;
	height: auto !important;
}

.gslide-video .jwplayer,
.gslide-video .box-emboss {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

.gslide-video .jwplayer .btnd:active,
.gslide-video .jwplayer .btnd:focus,
.gslide-video .jwplayer .btnd.active,
.gslide-video .box-emboss .btnd:active,
.gslide-video .box-emboss .btnd:focus,
.gslide-video .box-emboss .btnd.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gslide-video object {
	position: absolute;
	top: 0;
	left: 0;
}

.gslide-inline {
	background: #fff;
	padding: 20px;
	text-align: left;
	max-height: 62vh;
	overflow: auto;
}

.ginlined-content {
	overflow: auto;
	display: block !important;
	opacity: 1;
}

.gslide-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 100%;
	background: #fff;
	padding: 0;
	overflow: auto;
	max-height: 62vh;
}

.gslide-media {
	display: block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;

	/* @media (--medium-small-viewport) {
        display: block;
        display: inline-flex;
        justify-content: center;
    } */
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
	margin: 0 auto;
}

.gslide-description {
	float: left;
}

.gslide-description.description-left,
.gslide-description.description-right {
	max-width: 100%;
}

.gslide-description p {
	margin-bottom: 12px;
}

.gslide-description p::last-child {
	margin-bottom: 0;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
	background: transparent;
	position: absolute;
	bottom: 15px;
	padding: 19px 11px;
	max-width: 100vw !important;
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
	max-height: 78vh;
	overflow: auto !important;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.glightbox-mobile .glightbox-container .gslide-title {
	color: #fff;
	font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
	color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
	color: #fff;
	font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	color: #fff;
	opacity: .4;
}

.gdesc-open .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: .4;
}

.gdesc-open .gdesc-inner {
	padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1;
}

.greset {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.glightbox-desc {
	display: none;
}

.glightbox-open {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: auto;
	touch-action: auto;
	height: auto;
}

.gloader {
	height: 25px;
	width: 25px;
	-webkit-animation: lightboxLoader .8s infinite linear;
	animation: lightboxLoader .8s infinite linear;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 47%;
}

.goverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
}

.gprev,
.gnext,
.gclose {
	background-repeat: no-repeat;
	z-index: 99999;
	cursor: pointer;
	width: 26px;
	height: 44px;
	display: block;
	background-position: 0 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
	opacity: .1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
	stroke: #fff;
}

iframe.wait-autoplay {
	opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
	opacity: 0 !important;
}

/*Skin */

.glightbox-clean .gslide-description {
	background: #fff;
}

.glightbox-clean .gdesc-inner {
	padding: 22px 20px;
}

.glightbox-clean .gslide-title {
	font-size: 1em;
	font-weight: normal;
	font-family: arial;
	color: #000;
	margin-bottom: 19px;
	line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
	font-size: 0.86em;
	margin-bottom: 0;
	font-family: arial;
	line-height: 1.4em;
}

.glightbox-clean .gslide-video {
	background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
}

.glightbox-clean .gprev {
	background-color: rgba(0, 0, 0, .08);
	background-position: 4px 5px;
	position: absolute;
	top: -100%;
	left: 30px;
	width: 38px;
	height: 56px;
}

.glightbox-clean .gnext {
	background-color: rgba(0, 0, 0, .08);
	background-position: -27px 5px;
	position: absolute;
	top: -100%;
	right: 30px;
	width: 38px;
	height: 56px;
}

.glightbox-clean .gclose {
	background-color: rgba(0, 0, 0, .08);
	width: 35px;
	height: 35px;
	top: 15px;
	right: 10px;
	position: absolute;
	opacity: .7;
	background-position: -59px 2px;
}

.glightbox-clean .gclose:hover {
	opacity: 1;
}

/*CSS Animations*/

.gfadeIn {
	-webkit-animation: gfadeIn .5s ease;
	animation: gfadeIn .5s ease;
}

.gfadeOut {
	-webkit-animation: gfadeOut .5s ease;
	animation: gfadeOut .5s ease;
}

.gslideOutLeft {
	-webkit-animation: gslideOutLeft .3s ease;
	animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
	-webkit-animation: gslideInLeft .3s ease;
	animation: gslideInLeft .3s ease;
}

.gslideOutRight {
	-webkit-animation: gslideOutRight .3s ease;
	animation: gslideOutRight .3s ease;
}

.gslideInRight {
	-webkit-animation: gslideInRight .3s ease;
	animation: gslideInRight .3s ease;
}

.gzoomIn {
	-webkit-animation: gzoomIn .5s ease;
	animation: gzoomIn .5s ease;
}

.gzoomOut {
	-webkit-animation: gzoomOut .5s ease;
	animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes gfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes gfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes gfadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes gfadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
	}

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
	}

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0;
	}
}

@keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0;
	}
}

@-webkit-keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 1;
	}
}

@keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes gzoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 0;
	}
}

@keyframes gzoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 0;
	}
}

@media (min-width: 48em) {
	.glightbox-container .ginner-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.glightbox-container .ginner-container.desc-left .gslide-description,
	.glightbox-container .ginner-container.desc-top .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.glightbox-container .ginner-container.desc-left .gslide-media,
	.glightbox-container .ginner-container.desc-top .gslide-media {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.gslide-image img {
		/* width: initial; */
		max-height: 97vh;
	}

	.gslide-video {
		/* display: flex;
        min-height: 100px;
        height: 100%; */
		/* max-height: 95vh !important; */
	}

	.gslide-inline {
		max-height: 95vh;
	}

	.gslide-external {
		max-height: 95vh;
	}

	.gslide-description.description-left,
	.gslide-description.description-right {
		max-width: 275px;
	}

	.goverlay {
		background: rgba(0, 0, 0, .92);
	}

	.glightbox-clean .ginner-container {
		-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, .65);
		box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, .65);
	}

	.glightbox-clean .gprev {
		top: 45%;
	}

	.glightbox-clean .gnext {
		top: 45%;
	}
}

@media (min-width: 62em) {
	.glightbox-clean .gclose {
		right: 20px;
	}
}

@media screen and (max-height: 480px) {
	.gslide-video .gvideo-wrapper {
		padding-top: 0;
		height: 100vh;
	}
}

@media screen and (max-height: 420px) {
	.goverlay {
		background: #000;
	}
}

	{
	"mode": "full", "isActive":false
}


.gallery-title {
	font-size: 36px;
	color: #42B32F;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}

.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e;
}

.filter-button {
	font-size: 18px;
	border: 1px solid #42B32F;
	border-radius: 5px;
	text-align: center;
	color: #42B32F;
	margin-bottom: 30px;

}

.filter-button:hover {
	font-size: 18px;
	border: 1px solid #42B32F;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	background-color: #42B32F;

}

.filter-button.active {
	background-color: #42B32F;
	color: white;
}

.port-image {
	width: 100%;
}

.gallery_product {
	margin-bottom: 30px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.block {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.btn-info,
.btn-info:hover {
	background-color: #cdab6e !important;
	border-color: #cdab6e !important;
}

.container-box {
	display: inline-block;
	padding: 0px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;
	position: fixed;
	top: 71%;
	left: 0;
	z-index: 99;

}

.visit {
	display: inline-block;
	padding: 0px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;
	position: fixed;
	top: 45%;
	left: 0;
	z-index: 99;

}

.container-box .btn-lg {
	padding: 5px 14px;
}

.modal-content {
	background: rgba(255, 255, 255, .7);
}


.rotated {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: top left;
}

.color-fill .modal-title {
	color: #fff;
}

@media (max-width:767px) {


	.container-box .btn-lg {
		padding: 1px 14px;
	}

	.visit {
		top: 41%;
	}

}

.btn-send {
	color: #cdab6e;
	background: #fff;
	border-radius: 7px;
}

.div-price {
	/* background: #cdab6e; */
	background-image: url(../img/slider-img-9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	border-radius: 15px;
	padding: 5% 10%;
	color: #fff;
	width: 80%;
	margin: auto;
	margin-bottom: 70px;
}

.div-price h2 {
	color: #fff;
}

.tran-btn {
	padding: 10px 38px;
	border-radius: 15px;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	margin-top: 20px;
	font-size: 20px;
}

.green-btn {
	padding: 10px 38px;
	border-radius: 15px;
	color: #cdab6e;
	background: #fff;
	border: 2px solid #fff;
	margin-top: 20px;
	font-size: 20px;
	display: inline-block;
}

.logo {
	width: 80px;
	margin-left: 38%;
	background: #000;
}

#Home {
	background: #f4f4f4;
}

.slowgan2 h2 {
	font-size: 30px;
	line-height: 42px;
	color: #cdab6e;
	margin: auto;
	font-weight: 400;
	margin-top: 35%;
}

.color-fill {
	background: #cdab6e;
	border-radius: 5px;
}


.slowgan2 .span1 {
	text-align: left;
}

.slowgan2 .span2 {
	font-size: 38px;
	font-weight: 600;
	margin-left: 15%;
	line-height: 30px;
}

.slowgan2 .span3 {
	margin-top: 18px;
	margin-right: -12%;
}

.slowgan2 .span4 {
	font-size: 38px;
	font-weight: 600;
	margin-left: 15%;
	line-height: 30px;
}



.slowgan2 span {
	display: block;
}

.heading-fill {
	color: #cdab6e;
}

.route-border {
	border: 4px solid #cdab6e;
	border-radius: 6px;
}

.milesbox {
	/* border-top: .2rem solid #C6C6C5;
	border-bottom: .2rem solid #C6C6C5; */
	padding-top: 4rem;
	padding-bottom: 4rem;

}

.milesbox-content h3 {
	font-size: 3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #232323;
}

.milesbox-content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.2rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	border-bottom: .2rem solid #C7C7C7;
	margin-left: 0;
	margin-right: 0;
}
#project{
	position: relative;
}
#project .span1{
	background-image: url(../img/line-route.svg);

	position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
	filter: brightness(16);
    background-position: top;
    background-size: cover;
    opacity: 0.3;
}

.blur{
	filter: blur(2px);
	border: 2px solid #000;
}
#project .col-sm-4{position: relative;}

.priceModal{
	padding: 10px 38px;
    border-radius: 15px;
    color: #fff;
    /* background: transparent; */
    border: 2px solid #fff;
    margin-top: 20px;
    font-size: 16px;
	background: #071c35;
	position: absolute;
	/* left: 50%; */
	top: 0px;
    /* bottom: 0px; */
    transform: translate(35%, 126%);	
	font-family: Lato,sans-serif;
    font-weight: 700;
    font-size: 12px;
    border-radius: 2px;
    padding: 8px 15px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
	border: 2px solid #fff;
    border-radius: 1px;
    /* position: relative; */
}
.priceModal2{
	padding: 10px 38px;
    border-radius: 15px;
    color: #fff;
    /* background: transparent; */
    border: 2px solid #fff;
    margin-top: 20px;
    font-size: 16px;
	background: #cdab6e;
	/* position: absolute; */
	/* left: 50%; */
	/* top: 0px; */
    /* bottom: 0px; */
    /* transform: translate(50%, 200%); */
}
.mr-0{
	margin-right: 0px;
}
.mt-4{
	margin-top: 40px;
}

.mt-3{
	margin-top: 40px;
}

.mt-2{
	margin-top: 20px;
}

.mt-1{
	margin-top: 10px;
}
.mb-2{
	margin-bottom: 20px;
}

#location .biz-home-single-service{
	height: auto;
	padding: 0px 1px 0px 0px;
    min-height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
}

#location .service-style-one {
    position: relative;
    padding: 0 0 0 35px;
}

#location .home-service-text i:before{
	 
		font-size: 27px;
		line-height: 0px;
	}

	#location .home-service-text p{
		border-bottom: .2rem solid #C7C7C7;
	}
	.abs {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}

	@media(max-width: 576px){
		.abs {
			position: relative;
			top: 0px;
			left: 0px;
			right: 0px;
			bottom: 0px;
		}
		.quick-registration-form{
			
		}

		section#home {
			height: auto !important;
		}
		#home .height-max {
			height: auto !important;
			width: 100%;
		}
		.priceModal{
			transform: translate(60%, 200%);;
		}
		.loc-str{
			font-size: initial;
			color:#cdab6e ;
			font-family: 'Kaisei Opti', serif !important;
		}
	

	}

	.loc-str{
		font-size: 26px;
		color:#cdab6e ;
		font-family: 'Kaisei Opti', serif !important;
	}
	