﻿body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	line-height: 24px;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background: #fff;
}
/*  Typography Style   ||-----------*/
h1 {
	font-size: 45px;
	margin-top: 0;
	font-weight: 700;
	color: #333;
	position: relative;
	font-family: "Poppins", sans-serif;
}

h2 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 0;
	font-family: "Poppins", sans-serif;
	color: #333;
	text-transform: capitalize;
}
h3 {
	font-size: 24px;
	margin-top: 0;
	font-family: "Poppins", sans-serif;
	color: #333;
	text-transform: capitalize;
}
h5 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
}
h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	margin-top: 10px;
	font-weight: 500;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	color: #333;
}

.inner-intro h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
/*  Padding and Margin Style   ||-----------*/
.padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pt {
	padding-top: 120px;
}
.no-padding {
	padding: 0;
}
.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0;
	padding-right: 0;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pt-0 {
	padding-top: 0px;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.plr-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-0 {
	margin-left: 0px;
}
.mr-0 {
	margin-right: 0px;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
.minhe{min-height:265px !important}
.minhe2{min-height:165px !important}
@media (min-width: 768px) and (max-width: 991px) {
	.up-80 {
		margin-top: 50px;
	}
	.mt-sm-30 {
		margin-top: 30px;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
	.float-none-sm {
		float: none;
	}
	.float-left-sm {
		float: left;
	}
	.float-right-sm {
		float: right;
	}
	.pl-sm-0 {
		padding-left: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.padding-sm-25 {
		padding: 25px;
	}
}
@media (max-width: 767px) {
	.minhe{min-height:inherit !important}
	.minhe2{min-height:inherit !important}
	.text-xs-left {
		text-align: left;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.pl-xs-0 {
		padding-left: 0;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.padding-sm-25 {
		padding: 25px;
	}
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.pt-xs-30 {
		padding-top: 30px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}
	.ptb-xs-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pt-xs-40 {
		padding-top: 40px;
	}
	.pb-xs-40 {
		padding-bottom: 40px;
	}
	.pb-xs-60 {
		padding-bottom: 60px;
	}
	.ptb-xs-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ml-xs-0 {
		margin-left: 0;
	}
	.mtb-xs-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mb-xs-0 {
		margin-bottom: 0px;
	}
	.mtb-xs-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mt-xs-15 {
		margin-top: 15px;
	}
	.mb-xs-15 {
		margin-bottom: 15px;
	}
	.mtb-xs-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mb-xs-30 {
		margin-bottom: 30px;
	}
	.mb-xs-90 {
		margin-bottom: 90px;
	}
	.float-none-xs {
		float: none;
	}
	.float-left-xs {
		float: left;
	}
	.float-right-xs {
		float: right;
	}
}
/*  General Style   ||-----------* */
img {
	/*max-width: 100%;*/
}
.b-line {
	position: relative;
	width: 60px;
	height: 3px;
	background: #333;
	display: block;
	margin: 0 auto;
}
.l-left {
	margin: 0;
}
.more_btn__block {
	color: #333;
	display: inline-block;
	margin-top: 10px;;
}
.more_btn__block i {
	vertical-align: middle;
	color: #333;
}
.light-color h1, .light-color h2, .light-color h3, .light-color p {
	color: #fff;
}
.dark-color h1, .dark-color h2, .dark-color h3, .dark-color p {
	color: #333;
}
.color, .color i {
	color: #333;
}
.dark_bg {
	background-color: #f1f1f1;
}
.white-bg {
	background: #fff;
}
.shadow_box {
	box-shadow: 0px 7px 38.18px 7.82px rgba(9, 18, 31, 0.18);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus, button:focus {
	outline: none;
}
/*
 * ----------------------------------------------------------------------------------------
 * Header And Banner
 * ----------------------------------------------------------------------------------------
 */

.welcome-area {
	height: 100%;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.welcome-image-area {
	position: relative;
	height: 100%;
	background: url(../images/slider/1.jpg);
	background-size: cover;
	z-index: 1;
}
.inner-img {
	background: url(../images/2.jpg);
	background-size: cover;
}

.welcome-image-area:after {
	position: absolute;
	background: rgba(51, 51, 51, 0.77) url('../images/05.png');
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.particle-bg {
	position: relative;
	height: 100%;
	background: url(../images/slider.jpg);
	background-size: cover;
	z-index: 1;
}

.particle-bg:after {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.header-text h1 {
	color: #fafafa;
	font-size: 80px;
	font-weight: 900;
	text-transform: capitalize;
}

.header-text .home-arrow-down {
	text-align: center;
	position: absolute;
	bottom: -210px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-text .home-arrow-down .btn {
	font-size: 30px;
}

.header-text .home-arrow-down .fa {
	color: #fafafa;
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation-name: home-arrow-down;
	animation-name: home-arrow-down;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes home-arrow-down {
from {
	-webkit-transform: translate3d( 0, 0px, 0);
	transform: translate3d( 0, 0px, 0);
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
10% {
-webkit-transform: translate3d( 0, 5px, 0);
transform: translate3d( 0, 5px, 0);
filter: alpha(opacity=100);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
to {
	-webkit-transform: translate3d( 0, 30px, 0);
	transform: translate3d( 0, 30px, 0);
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}

@keyframes
home-arrow-down {from {
	-webkit-transform: translate3d( 0, 0px, 0);
	transform: translate3d( 0, 0px, 0);
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
10% {
-webkit-transform: translate3d( 0, 5px, 0);
transform: translate3d( 0, 5px, 0);
filter: alpha(opacity=100);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
to {
	-webkit-transform: translate3d( 0, 30px, 0);
	transform: translate3d( 0, 30px, 0);
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
.welcome-area__inner {
	padding-bottom: 82px;
}
.header-top-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: #fff;
}
.header-fix {
	position: fixed;
}
.logo {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.logo a {
	display: block;
	color: #333;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 30px;
	font-family: 'Dancing Script', cursive;
}
#home .logo a {
	color: #fff;
}
#home .menu-bg .logo a {
	color: #333;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
}
.mainmenu .navbar-nav li a {
	color: #333;
	font-size: 14px;
	padding: 33px 13px;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.mainmenu .navbar-nav > li > a {
	font-weight: 500;
	letter-spacing: 0.5px;
}
.mainmenu .navbar-nav li a:hover {
	background: none;
	color: #333;
}
.nav li a:focus, .nav li a:hover {
	background: none;
	color: #fff;
}
.nav li a:focus {

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#home .mainmenu .navbar-nav li a {
	color: #fff;
}
#home .menu-bg .mainmenu .navbar-nav li a {
	color: #333;
}
@media (min-width: 768px) {
	.mainmenu .navbar-nav li a:hover {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.nav li a:hover {

		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
}
.navbar {
	margin: 0;
}

.menu-bg {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #fff;
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
	top: 0;
	position: fixed;
}
#home .header-top-area {
	background: transparent;
}
#home .header-top-area.menu-bg {
	background: #fff;
}

.menu-bg .logo a {
	color: #333;
}
.menu-bg .logo {
	padding-top: 18px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}
.menu-bg .mainmenu .navbar-nav > li > a {
	padding: 33px 13px;
}
.menu-bg .mainmenu .navbar-nav li a:hover {
	color: #fff;
}
.menu-bg .mainmenu .navbar-nav > li > a:hover {
	color: #333;
}
@media only screen and (max-width: 767px) {
	.header-top-area {
		height: 100px;
		position: fixed;
	}
	.welcome-area__inner {
		padding-bottom: 65px;
	}
	.header-top-area .logo {
		padding-top: 18px;
	}
	.mainmenu {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.header-style-2 .mainmenu {
		left: auto;
	}
	.mainmenu .navbar-collapse {
		border: 0px;
		border-radius: 0px;
		float: none;
		margin: 0;
		max-height: 303px;
		overflow: auto;
		width: 100%;
		margin-top: -16px;
	}
	.site-header .navbar-collapse {
		opacity: 1;
		visibility: visible;
	}
	.navbar-toggle .icon-bar {
		background: #333;
	}
	.navbar-toggle {
		margin-top: -66px;
		margin-right: 0;
	}
	.navbar {
		min-height: 0px;
	}
	.mainmenu .navbar-nav li a {
		padding: 11px 15px;
		color: #fff;
	}
	.menu-bg .mainmenu .navbar-nav li a {
		padding: 11px 15px;
		color: #fff;
	}
	.mainmenu .navbar-nav li a:hover {
		color: #ccc;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 420px;
	}
	.navbar-collapse {
		background: rgba(0, 0, 0, .9);
	}
	.menu-bg .navbar-collapse {
		background: rgba(0, 0, 0, .9);
	}
	.welcome-image-area, .welcome-video-area {
		padding-top: 120px;
	}
	.welcome-image-area h2, .single-slide-item h2, .welcome-video-area h2 {
		font-size: 20px;
	}
	.header-text h1 {
		font-size: 30px;
	}
	.navbar-toggle .icon-bar {
		background: #333;
	}
	.header-text h1 {
		font-size: 30px;
	}
	.welcome-image-area, .welcome-video-area {
		padding-top: 120px;
	}
}

/*
 * ----------------------------------------------------------------------------------------
 * DROPDOWN CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.mainmenu ul {
	list-style-type: none
}
.mainmenu ul li {
	position: relative;
}
.mainmenu li ul.sub-menu, .mainmenu ul li ul.sub-menu li ul.sub-menu {
	background: #333;
	right: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 115%;
	visibility: hidden;
	min-width: 200px;
	z-index: 999;
}

.mainmenu ul li ul.sub-menu li ul.sub-menu {
	top: 0;
	left: 100%;
}
@media (min-width: 768px) {
	.mainmenu li ul.sub-menu, .mainmenu ul li ul.sub-menu li ul.sub-menu {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
}
.mainmenu ul li ul.sub-menu li {
	padding: 0;
	width: 100%;
}

.mainmenu ul li:hover ul.sub-menu {
	top: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 999;
	visibility: visible;
}

.mainmenu ul.nav > li ul li:hover ul.sub-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.mainmenu ul li ul.sub-menu li {
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mainmenu ul li ul.sub-menu li a {
	color: #fff !important;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #4a4a4a;
}
.mainmenu ul li ul.sub-menu li a i {
	float: right;
	line-height: 23px;
}
.mainmenu ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}

.mainmenu ul li:hover ul.sub-menu li a:hover {
	text-decoration: none;
	padding: 10px 10px 10px 20px;
}
.mainmenu ul li:hover ul.sub-menu li:hover {
	background: #4a4a4a;
}
@media (max-width: 767px) {
	.mainmenu li ul.sub-menu, .mainmenu ul li ul.sub-menu li ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		display: none;
	}
}

/*
 * ----------------------------------------------------------------------------------------
 * Header Style 2
 * ----------------------------------------------------------------------------------------
 */
.header-style-2 .logo {
	padding-top: 18px;
}
.header-style-2 .logo a {
	color: #fff;
}
.header-style-2 .header-top {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	padding: 0 30px;
}
.header-style-2 .mainmenu {

	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
	height: 100%;
	right: -225px;
	padding-top: 55px;
	position: fixed;
	top: 0;
	width: 225px;
	z-index: 9;
	transition: right 0.3s;
	display: block;
}
.header-style-2 .open-active .mainmenu {
	right: 0;
}
.header-style-2 .mainmenu .navbar-collapse {
	display: block;
	background: none;
}
.header-style-2 .mainmenu ul li {
	float: none;
}
.header-style-2 .mainmenu .navbar-nav > li > a {
	color: #333;
}
.header-style-2 .nav {
	float: none !important;
}
.header-style-2 .mainmenu .navbar-nav li a, .header-style-2 .mainmenu ul li:hover ul.sub-menu li a:hover {
	padding: 8px 15px;
}
.header-style-2 .navbar-collapse {
	padding: 0;
}
@media (min-width: 768px) {
	.header-style-2 .mainmenu li ul.sub-menu, .header-style-2  .mainmenu ul li ul.sub-menu li ul.sub-menu {
		top: 0;
		right: 100%;
	}
	.header-style-2 .mainmenu ul li:hover ul.sub-menu {
		top: 0;
	}
}
/*hamburger*/
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	position: fixed;
	z-index: 99;
	top: 17px;
	right: 31px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 29px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}

.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	height: 2px;
	background: white;
}

.c-hamburger span::before, .c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::after {
	bottom: -8px;
}
.c-hamburger--htx {
	background: none;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before, .c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */

.is-active.c-hamburger--htx span {
	background: none;
}

.is-active.c-hamburger--htx span::before {
	top: 0;
	transform: rotate(45deg);
}

.is-active.c-hamburger--htx span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.is-active.c-hamburger--htx span::before, .is-active.c-hamburger--htx span::after {
	transition-delay: 0s, 0.3s;
	background-color: #333;
}
/*===========ABOUT ==============*/
#about {
	position: relative;
}
.skill_label {
	width: 90%;
	height: 7px;
	font-size: 14px;
	line-height: 41px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-weight: bold;
	background: #929292;
	position: relative;
}
.graph_line {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #333;
	transition: all 0.8s linear 0s;
	-webkit-transition: all 0.8s linear 0s;
}
.counter__style {
	position: absolute;
	bottom: 0;
	right: 0;
}
.skill_point {
	padding: 0;
	margin: 0;
	list-style: none;
}
.skill_point li {
	display: inline-block;
	width: 48%;
	margin-top: 10px;
	line-height: 17px;
}
@media (max-width: 767px) {
	.skill_point li {
		display: block;
		width: 100%;
	}
}
.page-breadcrumb {
	color: #fff;
}
.page-breadcrumb a {
	color: #fff;
}
/* ============================================
 6. Our Service
 ===============================================*/
.our_service {
	background: #f2f2f2;
}
.about__block {
	position: relative;
}

.service_icon {
	display: inline-block;
	font-size: 36px;
	vertical-align: middle;
}

.service_details {
	display: inline-block;
	width: calc(100% - 70px);
	vertical-align: middle;
	padding-left: 15px;
}
.about__block-box {
	position: relative;
	z-index: 1;
}
.service_content {
	padding-top: 20px;
}

.line-h:after {
	content: '';
	width: 168px;
	height: 1px;
	background: #19b5fe;
	position: absolute;
	top: 1px;
	left: -55px;
}
.l-left.line-h:after {
	left: 0;
}

/*icon hover*/

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background: #333;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.hi-icon:before {
	speak: none;
	font-size: 36px;
	line-height: 64px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.service_box {
		min-height: 395px;
	}
	.service_icon {
		display: block;
	}
	.service_details {
		display: block;
		width: 100%;
		padding-left: 15px;
	}
	.service_details h5 {
		font-size: 14px;
	}
	.hi-icon:before {
		line-height: 27px
	}
}
/* ----------------------------------------------------------------
 Services
 -----------------------------------------------------------------*/
#our-services {
	position: relative;
}
.feature-bg-box {
	position: relative;
	padding: 30px;
	border-radius: 4px;
}
.feature-bg-box:after {
	content: '';
	width: 137px;
	height: 137px;
	background: rgba(16, 28, 45, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 50%;
}
.feature-bg-box:before {
	content: '';
	width: 103px;
	height: 103px;
	background: rgba(16, 28, 45, 0.3);
	position: absolute;
	bottom: 25%;
	left: 179px;
	border-radius: 50%;
}
.desc {
	text-align: left;
	position: relative;
	z-index: 1;
}
.gray-bg {
	background: #f1f1f1;
}

.feature-bg-box, .feature-bg-box:hover .icon {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.feature-bg-box .icon {
	top: 28px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	background: rgba(16,18,45,0.24);
	line-height: 80px;
}

.featured-item.feature-bg-box .icon i {
	color: #fff;
	font-size: 40px;
	line-height: 80px;
}

.featured-item.feature-bg-box .icon i.sub-color {
	color: #fff;
}
.feature-bg-box .title {
	display: inline-block;
	margin-top: 13px;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
.feature-bg-box .title h3 {
	line-height: 1.3;
}
.circle_box {
	position: absolute;
	top: 8px;
	right: 35px;
	width: 46px;
	height: 46px;
	text-align: center;
	border-radius: 50%;
	background: rgba(16, 18, 45, 0.11);
}
/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
}

.container-filter li a {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #333;
	font-weight: bold;
}
.container-filter li a:after {
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	background: #333;
	width: 31px;
	height: 2px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
}

.container-filter li a:after {
	bottom: -10px;
}

.container-filter li a.active:after, .container-filter li a:hover:after {
	bottom: 0;
	opacity: 1;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}
.item-box img {
	width: 100%;
}
.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}
.gallery-heading h4 {
	margin-bottom: 0;
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color: #333;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	padding-left: 25px;
	color: #fff;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,333333+100&0+0,0.69+49,0.83+71 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.69) 49%, rgba(0,0,0,0.83) 71%, rgba(0,0,0,0.83) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 49%,rgba(0,0,0,0.83) 71%,rgba(0,0,0,0.83) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 49%,rgba(0,0,0,0.83) 71%,rgba(0,0,0,0.83) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333300', endColorstr='#d4333333',GradientType=0 ); /* IE6-9 */
}
.item-box .gallery-heading {
	bottom: 0;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.link-zoom {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	height: 220px;
	width: 220px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 1;
	transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
	opacity: 0;
	background: #333;
	color: #fff;
	display: table;
	text-align: center;
}
.link-zoom__text {
	display: table-cell;
	vertical-align: middle;
	font-weight: 300;
}
.link-zoom h4 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 30px;
}
.link-zoom:hover {
	color: #fff;
}

.link-zoom span {
	display: block;
	font-family: 'Montserrat', sans-serif;
}
.project_status {
	font-size: 20px;
}
.project_status {
	font-size: 15px;
}
.item-box:hover .link-zoom {
	top: 50%;
	transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	font-size: 17px;
	color: #fff;
}
.link-zoom a.project_links {
	background: #333;
}
.item-box a {
	display: inline-block
}

.item-box > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */

.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}

.nf-row1 {
	margin-left: -15px;
	margin-right: -15px;
}

.nf-col-padding {
	padding-left: 25px;
	padding-right: 25px;
}

.nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
	display: table;
	content: " ";
}

.nf-row1:after, .nf-row2:after {
	clear: both;
}

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
	padding: 15px;
}

.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
	padding: 10px;
}

.spacing-grid {
	padding-top: 25px;
	padding-bottom: 25px;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
	width: 100%;
	min-height: 1px;
}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
	width: 50%;
	min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
	width: 33.3333%;
	min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
	width: 25%;
	min-height: 1px;
}
.nf-col-4 .w2x {
	width: 50%;
}
.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
	width: 20%;
	min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
	width: 16.6666%;
	min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
	width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
	width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
	width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
	width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2, .nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
	width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
	width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
	width: 66.6666%;
}

@media (max-width: 991px) {
	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 50%;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 33.3333%;
	}

	.nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
		padding: 25px;
	}
}

@media (max-width: 767px) {

	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}

	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.spacing-grid {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, .nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.nf-col-3, .nf-col-4 {
		margin: 0 auto;
		max-width: 480px;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}

	.nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
		padding: 15px;
	}

	body .xs-hidden {
		visibility: hidden;
		display: none;
		opacity: 0;
	}
}

@media (max-width: 480px) {

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}
}

/*========Tetstimonial==========*/
#testimonial {
	position: relative;
}
.light-dark {
	background: #121e2f;
}
.float-right {
	float: right;
}

.testimonial {
	min-height: 480px;
	padding: 10px;
	margin-left: -119px;
	margin-top: 70px;
	display: table;
	background: #333; /* Old browsers */
}
.block-line {
	background: #121e2f;
	padding: 20px 40px 20px 130px;
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.block-line {
		padding: 30px;
	}
	.testimonial {
		margin-left: 0;
	}
}
.shadow_box1 {
	box-shadow: 0px 11px 20px 5px rgba(9, 18, 31, 0.89);
}
.block-line p {
	line-height: 1.8;
	font-style: italic;
}
.z-index {
	z-index: 1;
}
.sub-title {
	display: block;
}
.owl-prev, .owl-next {
	width: 50px;
	height: 35px;
	line-height: 34px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background: #333;
	font-size: 29px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}

/*Services*/
.featured-icon-wrap {
	list-style: none;
	padding-left: 37px;
	padding-top: 65px;
	display: inline-block;
	border: 1px solid #333;
	padding-bottom: 34px;
}

.featured-content-wrap {
	width: 73%;
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
}
.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

.mb-25 {
	margin-bottom: 25px;
}
.bold {
	font-weight: 700;
}

h4 {
	font-size: 16px;
}
.feature-icon-wrap {
	margin-top: 0px;
	width: 70px;
	position: relative;
}
.feature-icon {
	height: 60px;
	width: 60px;
	font-size: 34px;
	color: #2f3542;
	display: block;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	position: relative;
	z-index: 3;
	text-align: center;
	line-height: 60px;
}
.feature-icon-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #333;
	transform: rotate(-45deg);
	background: transparent;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
}
.featured-icon-wrap:hover .feature-icon-wrap:after {
	background: #333;
}
.featured-icon-wrap:hover .feature-icon {
	color: #fff;
}
.float-right {
	float: right;
}

.float-left {
	float: left;
}
@media (max-width: 991px) {
	.feature-icon-wrap {
		float: none;
		margin: 0 auto 25px;
	}
	.featured-content-wrap {
		width: 100%;
		float: none;
		text-align: center;
	}
	.featured-icon-wrap {
		padding: 40px 15px;
	}
}
/*=========Footer Section======*/
.footer ul {
	padding: 0;
	margin: 0;
}
.footer-icon {
	float: right;
}
.footer-icon li {
	display: inline-block;
	margin-left: 15px;
}
.footer-icon a {
	border: 1px solid #333;
	border-radius: 100%;
	color: #333;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	background-color: transparent;
	transition: all .3s ease 0s;
}
.footer-icon a:hover {
	border: 1px solid #fff;
	color: #333;
	background-color: #fff;
}
.copyright > p {
	margin-bottom: 0;
	margin-top: 2px;
}
.footer-logo {
	text-align: center;
}
.footer-menu li {
	display: inline-block;
	margin: 0 10px;
}
.footer-menu a {
	font-size: 13px;
	font-weight: normal;
}
.logo-2 a {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.footer-menu {
	display: block;
	position: relative;
}
.footer-menu::before {
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 175px;
}
.footer-address {
	float: right;
	padding-top: 52px;
}
.footer-address li {
	font-size: 13px;
	margin-bottom: 5px;
	list-style: none;
}
.footer-address li span {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.footer-address li {
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.footer-2-ex {
	padding-top: 53px;
}
.footer-2-ex > h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 18px;
}
.footer-icon.footer-2 {
	float: left;
}
.footer-icon.footer-2 li {
	margin-right: 15px;
	margin-left: 0;
}
@media (max-width: 991px) {
	.footer-icon.footer-2 li {
		margin-right: 4px;
	}
}
@media (max-width: 767px) {
	.footer-address {
		padding-top: 25px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-icon.footer-2 {
		display: inline-block;
		float: none;
		margin-top: 15px;
	}
	.footer-address {
		float: none;
	}
	.footer-2-ex {
		padding-top: 12px;
	}
}
/*====Index 3 Footer====*/

/*Footer*/
.footer__bottom {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}
.footer__bg {
	background: #000;
}
.footer__fix {
	position: fixed;
	bottom: 15px;
	left: 0;
	width: 100%;
}
.footer__block__left {
	float: left;
}
.footer__copyright {
	font-size: 12px;
}
.footer__block__right {
	float: right;
}
.footer__block__language ul, .footer__nav {
	padding: 0;
	list-style: none;
	text-align: right;
	margin-bottom: 0;
}
.footer__nav li {
	font-size: 12px;
	text-align: left;
}
.footer__block__language li {
	display: inline-block;
	font-size: 12px;
	padding: 0 5px;
}
.footer__block__language li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.footer__nav a:hover, .footer__block__language li a:hover {
	color: #b49e39;
}
@media (max-width: 767px) {
	.footer__logo {
		padding-bottom: 30px;
	}
	.footer__block__language ul {
		text-align: left;
	}
	.footer__block__language li {
		padding: 0 10px 0 0;
	}
}
/*About Page*/
.banner img {
	width: 100%;
}
.blockquete {
	padding: 99px 100px 0;
}
.blockquete p {
	font-size: 25px;
	font-weight: 500;
	font-style: italic;
	line-height: 1.5;
}
@media (max-width: 991px) {
	.blockquete {
		padding: 0 30px 30px;
	}
}
@media (max-width: 991px) {
	.blockquete p {
		font-size: 18px;
	}
}
/**
 * ================================
 * Preloader Style
 * ================================
 */
.loader-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
}
.loader-wrapper {
	background: #fff;
}
.ball-scale-multiple > div {
	background-color: #1a69c7;
}
.loader-wrapper .loader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, 50%, 0);
	-moz-transform: translate3d(-50%, 50%, 0);
	-ms-transform: translate3d(-50%, 50%, 0);
	-o-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0);
}
.ball-scale-multiple {
	position: relative;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}
.ball-scale-multiple > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	left: -30px;
	top: 0px;
	opacity: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	animation: ball-scale-multiple 1s 0s linear infinite;
}
.ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
@-webkit-keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0) ;
-moz-transform: scale(0) ;
-ms-transform: scale(0) ;
-o-transform: scale(0) ;
transform: scale(0) ;
opacity: 0;
}
5% {
opacity: 1;
}
100% {
-webkit-transform: scale(1) ;
-moz-transform: scale(1) ;
-ms-transform: scale(1) ;
-o-transform: scale(1) ;
transform: scale(1) ;
opacity: 0;
}
}
@keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0) ;
-moz-transform: scale(0) ;
-ms-transform: scale(0) ;
-o-transform: scale(0) ;
transform: scale(0) ;
opacity: 0;
}
5% {
opacity: 1;
}
100% {
-webkit-transform: scale(1) ;
-moz-transform: scale(1) ;
-ms-transform: scale(1) ;
-o-transform: scale(1) ;
transform: scale(1) ;
opacity: 0;
}
}

/**
 * ================================
 * News Style
 * ================================
 */

.post-content__block {
	padding: 20px 20px 40px;
}
.post-content__block-date {
	display: block;
	font-size: 15px;
	color: #333;
	padding-bottom: 7px;
}
.post-content__block h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}
.post-content__block h3 a {
	color: #333;
}
.new__block {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 6px 10px 0px rgba(9, 18, 31, 0.08);
}
.new__block:hover {
	box-shadow: 0px 7px 38.18px 7.82px rgba(9, 18, 31, 0.18);
}

/**
 * ================================
 * Counter Style
 * ================================
 */

.counter-section__img {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	padding: 150px 0;
}
@media (max-width: 767px) {
	.counter-section__img {
		background-image: none;
	}
}
.counter-section__img:before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.64);
}
.counter-section__box {
	display: block;
	margin: 15px 0;
}
.counter__box {
	text-align: center;
	background: rgba(0, 0, 0, 0.54);
	padding: 50px 0;
}
.counter-section__box .counter {
	color: rgba(255, 255, 255, 0.72);
	font-size: 40px;
	line-height: 1.5;
	font-weight: 300;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.counter-section__box .counter:after {

	width: 2px;
	height: 64px;
	background: #333;
	position: absolute;
	top: 17px;
	right: 0;
}
.counter-section__box p {
	color: rgba(255, 255, 255, 0.64);
	font-size: 18px;
	padding-left: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}
/**
 * ================================
 * Client Style
 * ================================
 */
.client__logo {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border: 1px solid #333;
	margin-bottom: 30px;
}
.client__logo:hover {
	box-shadow: 0px 4px 12px 4px rgba(9, 18, 31, 0.22);
	border: 1px solid transparent;
}

.overflow_hidden {
	overflow: hidden;
	position: relative;
}
.image_cover {
	background-image: url(../images/bg-10.jpg);
	background-size: cover;
	display: block;
	position: absolute;
	width: 50%;
	height: 80%;
	z-index: 2;
	top: 10%;
	left: 0;
	background-position: 50% 50%;
}
.after__div {
	position: relative;
}
.after__div:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: #1d2c41;
	box-shadow: 0px 7px 38.18px 7.82px rgba(9, 18, 31, 0.18);
	z-index: -1;
}
@media (max-width: 767px) {
	.image_cover {
		position: static;
		width: 100%;
		height: 250px;
	}
	.after__div:after {
		display: none;
	}

}

/***
 ====================================================================
 Team Section
 ====================================================================

 ***/

.team-section {
	position: relative;
}

.team-member {
	position: relative;
}

.team-member .inner-box {
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 13px 2px rgba(9, 18, 31, 0.09);
}
.team-member .inner-box:hover {
	box-shadow: 0px 0px 13px 3px rgba(9, 18, 31, 0.25);
}
.team-member .inner-box .image-box {
	position: relative;
}

.team-member .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.team-member .inner-box .overlay-box {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 13px 30px;
}

.team-member .inner-box .overlay-box .user-info {
	position: relative;
	top: 7px;
}

.team-member .inner-box .overlay-box .user-info .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-family: 'Courgette', cursive;
}

.team-member .inner-box .overlay-box .user-info h4 {
	color: #444444;
	font-size: 16px;
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.team-member .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	border-bottom: 88px solid #f8f8f8;
	border-right: 372px solid transparent;
}

.team-member .inner-box .overlay-box:after {
	position: absolute;
	content: '';
	right: -100%;
	bottom: 0px;
	border-bottom: 88px solid #333;
	border-left: 240px solid transparent;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.team-member .inner-box .overlay-box .social-icon-two {
	position: absolute;
	right: 30px;
	bottom: 6px;
	z-index: 99;
	opacity: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.team-member .inner-box:hover .overlay-box:after {
	right: 0px;
}

.team-member .inner-box:hover .social-icon-two {
	opacity: 1;
}

/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin-left: 12px;
	display: inline-block;
}

.social-icon-two li a {
	color: #ffffff;
	font-size: 14px;
}

/*Social Icon Three*/

.social-icon-three {
	position: relative;
}

.social-icon-three a {
	color: #aaaaaa;
	margin-left: 10px;
	font-size: 14px;
}

.social-icon-three a:hover {
	color: #99cc00;
}

.theme_color {
	color: #99cc00;
}
.team-pagination .owl-prev, .team-pagination .owl-next {
	margin: 0;
	background: #323232;
	opacity: 0.5;
	color: #fff;
}
.box-shadow {
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
}

/*testimonial section style*/
.testimonial_wrapper__block {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	color: #fff;
}

.testimonial_wrapper__block::before {
	background: #333;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.76;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.testimonial_wrapper__block h2 {
	color: #fff;
}
.single_carousel {
	margin: 0px 15px;
}
.single_carousel .testimonial_text {
	background: #fff;
	padding: 25px 35px;
	position: relative;
	margin-bottom: 10px;
}
.testimonial_text p {
	color: #333;
}
.single_carousel .testimonial_text:after {
	background: #fff;
	border-radius: 50%;
	bottom: -23px;
	color: #333;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 18px;
	height: 50px;
	left: 20px;
	line-height: 49px;
	position: absolute;
	text-align: center;
	width: 50px;
}

.author_img__block {
	display: table;
	height: 130px;
}
.author_tablecell__block {
	display: table-cell;
	vertical-align: middle;
}
.author_tablecell__block > img {
	border: 5px solid #ffffff;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	max-width: 80px;
}
.author_tablecell__block > p {
	display: inline-block;
	font-weight: 700;
	margin-left: 15px;
	margin-top: 15px;
}
.author_tablecell__block span {
	display: block;
	font-weight: normal;
}

.testimonial_carosule-wrap .owl-nav div {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	width: 40px;
	line-height: 40px;
	position: static;
	background: transparent;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.testimonial_carosule-wrap .owl-nav {
	margin-top: 15px;
	text-align: center;
}
.testimonial_carosule-wrap .owl-nav div:hover {
	background: #333 none repeat scroll 0 0;
}

/*************NEW PORTFOLIO IN V1.4****************/
.filter {
	text-align: center;
	margin-bottom: 30px;
}

.filter li a.active {
	color: #333;
	border-color: #333;
}

.filter li a {
	display: inline-block;
	margin: 3px 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
	color: #bbb;
	font-weight: 400;
	padding: 4px 12px;
	border: 2px solid #f5f5f5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

.filter li a:hover {
	color: #333;
	border-color: #333;
}

.col-2-space .project-post {
	width: 50%;
	padding: 15px;
}

.col-2-no-space .project-post {
	width: 50%;
	padding: 0;
	margin: 0;
}

.col-3-space .project-post {
	width: 33.33%;
	padding: 15px;
}

.col-3-no-space .project-post {
	width: 33.333%;
	padding: 0;
	margin: 0;
}

.col-4-space .project-post {
	width: 25%;
	padding: 15px;
}

.col-4-no-space .project-post {
	width: 25%;
	padding: 0;
	margin: 0;
}

.col-5-no-space .project-post {
	width: 20%;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
		width: 50%;
	}
}
@media (max-width: 568px) {
	.col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
		width: 100%;
	}
}
/***new icon overlay***/
.img-icon {
	position: relative;
	overflow: hidden;
}

.img-icon img {
	width: 100%;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.img-icon-overlay {
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.img-icon-overlay p {
	position: absolute;
	width: 100%;
	margin-top: -20px;
	top: 50%;
	text-align: center;
}

.img-icon-overlay p a {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.99);
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	text-align: center;
	color: #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	font-size: 20px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.img-icon-overlay p a img {
	width: 20px;
	height: auto;
}

.img-icon-overlay p a:hover {
	color: #333;
}

.img-icon:hover .img-icon-overlay {
	opacity: 1;
}

.img-icon:hover img {
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/**************work and portfolio whole*******/
/* mouse grab icon */
.grabbing {
	cursor: url(../images/grabbing.png) 8 8, move !important;
}

.portfolio {
	padding: 60px 0;
	background-color: #f8f8f8;
}

.work-desc {
	width: 100%;
	padding: 10px 10px;
	background: #FFF;
	border-top: none;
	position: relative;
}

.work-desc:before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	margin-left: 20px;
	width: 8px;
	height: 8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	z-index: 100;
}

.work-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 16px;
	margin-top: 10px;
}

.owl-spaced .owl-item > div {
	margin: 5px;
}

.work-desc span {
	font-weight: 400;
	font-style: normal;
	text-transform: capitalize;
	font-size: 14px;
	color: #999;
}

.project-detail h3 {
	margin-bottom: 10px;
}

.project-detail em {
	display: block;
}

.full-width-3-work .work-desc {
	padding: 10px;
}
/************************image hover effect*******************/
.item-img-wrap {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
}

.item-img-wrap img {
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	width: 100%;
}

.item-img-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.item-img-overlay span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
	opacity: 1;
}

.item-img-wrap:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.work-wrap {
	position: relative;
	display: block;
	transform: translateZ(0)
}
.work-wrap img {
	width: 100%;
}
.work-wrap .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	overflow: hidden;
	display: block;
}

.work-wrap .img-overlay .inner-overlay {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -51px;
}

.work-wrap .img-overlay .inner-overlay h2 {
	color: #434343;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 18px;
	color: #333;
	margin-bottom: 6px;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-moz-transform: translate3d(0, -400%, 0);
	-o-transform: translate3d(0, -400%, 0);
	-ms-transform: translate3d(0, -400%, 0);
	-webkit-transform: translate3d(0, -400%, 0);
	transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay p {
	color: #333;
	margin-bottom: 20px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-moz-transform: translate3d(0, -400%, 0);
	-o-transform: translate3d(0, -400%, 0);
	-ms-transform: translate3d(0, -400%, 0);
	-webkit-transform: translate3d(0, -400%, 0);
	transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay a.link {
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a.zoom {
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a {
	display: inline-block;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #333;
	text-align: center;
	margin: 0 5px;
	-moz-transform: translate3d(0, 400%, 0);
	-o-transform: translate3d(0, 400%, 0);
	-ms-transform: translate3d(0, 400%, 0);
	-webkit-transform: translate3d(0, 400%, 0);
	transform: translate3d(0, 400%, 0);
}

.work-wrap .img-overlay .inner-overlay a i {
	font-size: 14px;
	color: #333;
	line-height: 40px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.work-wrap:hover .img-overlay {
	opacity: 1;
}

.work-wrap:hover .img-overlay .inner-overlay h2 {
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay p {
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay a {
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*dots style*/
.owl-dots {
	position: absolute;
	top: 90%;
	top: calc(100% - 30px);
	top: -webkit-calc(100% - 30px);
	right: 30px;
}
.owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	background: #333;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #000;
}
.owl-dots .owl-dot.active {
	background: #fff;
}

/*  Contact Page   ||-----------*/
.mt-up {
	margin-top: -50px;
}
.map {
	width: 100%;
	height: 450px;
}
#map {
	height: 100%;
}
#success {
	position: absolute;
	top: -76px;
	left: 0;
	width: 100%
}
#warning {
	position: absolute;
	top: -76px;
	left: 0;
	width: 100%
}
#success div, #success strong {
	color: #222;
}
.dark-translucent-bg {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.contact-form {
	position: relative;
	background: #f1f1f1;
	text-align: center;
	padding: 60px;
	position: relative;
	text-align: center;
}
@media (max-width: 767px) {
	.contact-form {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid #DEDEDE;
	margin-bottom: 0;
	font-size: 14px;
}

.contact-form textarea {
	height: 202px;
	padding: 12px 15px;
	background: none;
}
.contact-form input[type="text"] {
	display: block;
	height: 46px;
	margin-bottom: 32px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: transparent;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
	border: 1px solid #333;
}
.i-block {
	display: inline-block;
}
.contact-form form .error {
	border-color: #e1534f;
}
.icon-circle {
	font-size: 50px;
	border: 1px solid #d5d5d5;
	height: 89px;
	width: 89px;
	text-align: center;
	line-height: 89px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
	padding-top:20px;
}
.contact .icon-circle {
	border: 1px solid #333;
	color: #333;
}
.mapmarker .ion-ios-location {
	color: #333;
	font-size: 50px;
}
@media (max-width: 767px) {
	.inner-intro .container {
		width: 100%;
		max-width: 720px;
		text-align: center;
	}
}
.form-full {
	width: 100%;
}
.btn-text {
	font-size: 14px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	line-height: 44px;
	border: 2px solid #333;
	padding: 0 22px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #333;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	min-width: 150px;
}
.contact-form__block {
	position: relative;
}
.gmnoprint {
	display: none;
}

/* Blog Page   --------------------------------------------------------- */
.blog-post {
	display: inline-block;
	width: 100%;
}

.blog-post .post-media {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.blog-post .post-media iframe {
	width: 100%;
}

.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
}

.blog-post .post-meta span, .comment-list .post-meta span {
	margin-right: 3px;
}

.blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
	margin-top: 5px;
	margin-bottom: 20px;
}

.blog-post .post-header h2 {
	margin-bottom: 30px;
}

.blog-post .post-entry {
	margin-bottom: 30px;
}

.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
	margin-bottom: 20px;
}

.blog-post .post-entry ul {
	color: #888;
}

.blog-post .post-tag {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}

.blog-post .post-tag span {
	margin-right: 10px;
}
.blog-post .post-tag span a {
	border: 1px solid rgba(0, 0, 0, 0.15);
	display: inline-block;
	padding: 5px 10px 3px;
}
.blog-post .post-more-link {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog-post .post-more-link a i {
	margin-left: 5px;
	transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
}

.blog-post .post-more-link a:hover i {
	margin-left: 10px;
}

.blog-post blockquote {
	border-left: none;
	background: #f7f7f7;
	font-size: 17px;
	font-weight: 400;
	padding: 25px 25px;
	margin: 0px;
	color: #888;
	font-weight: 300;
	border-left: 3px solid rgba(0, 0, 0, 0.53);
}

.blog-post blockquote:after {
	content: "";
	font-family: FontAwesome;
	padding-left: 7px;
	font-size: 12px;
}

.blog-post blockquote:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 7px;
	font-size: 12px;
}

.blog-post-hr hr {
	margin-bottom: 45px;
}

.post-author {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}

.post-author img {
	width: 80px;
}

.post-author .post-author-details {
	margin-left: 20px;
}

.post-author h6 {
	margin-top: 0px;
}

.post-author ul.social {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.post-author ul.social li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}

.post-comment {
}

.post-comment .comment-numb {
	font-weight: 300;
}

.post-comment .comment-list {
	margin-left: 0px;
	padding-right: 0px;
	list-style: none;
	padding: 0px;
}

.post-comment .comment-list h6 {
	margin-top: 0px;
	margin-bottom: 3px;
}

.post-comment .comment-list li:first-child {
	padding-top: 0px;
}

.post-comment .comment-list li {
	padding-top: 15px;
}

.post-comment .comment-list li:last-child .comment-detail {
	border-bottom: 0px none;
}

.post-comment .comment-list li, .post-comment .comment-list .comment-reply {
	position: relative;
	padding-left: 65px;
}

.post-comment .comment-list .comment-detail {
	border-bottom: 1px dotted #eee;
	padding-bottom: 15px;
}

.post-comment .comment-list .comment-reply {
	padding-top: 20px;
}

.post-comment .comment-list .comment-reply-btn i {
	padding-right: 3px;
}

.post-comment .comment-avatar {
	left: 0;
	margin-right: 15px;
	position: absolute;
	width: 50px;
}

.post-comment .comment-avatar img {
	width: 100%;
}

.post-comment-star .star-rat {
	display: inline-block;
}

.post-comment-star label {
	margin-right: 6px;
}
/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.sidebar-widget {
	margin-bottom: 50px;
}

.sidebar-widget h4 {
	margin: 0px;
	padding-top: 0;
	padding-bottom: 15px;
}

.widget-search {
	position: relative;
}

.widget-search input[type="text"] {
	padding-right: 30px;
}

.widget-search input[type="submit"] {
	background-color: rgba(0,0,0,0);
	border: 0 none;
	color: #8d8d8d;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: "FontAwesome", sans-serif;
	margin: 0;
	outline: 0 none;
	white-space: nowrap;
	padding: 0 3px;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	position: absolute;
	top: 10px;
	right: 10px;
}

.widget-search input[type="submit"]:hover {
	color: #333;
}

.sidebar-widget hr {
	margin-bottom: 15px;
}

.sidebar-widget ul {
	margin: 0px;
	padding: 0px;
}

.sidebar-widget ul li {
	list-style: none;
	font-weight: 400;
}

.sidebar-widget ul li a {
	display: inline-block;
	padding: 4px 14px;
	font-size: 13px;
	color: #323232;
}

.sidebar-widget ul li a:hover {
	color: #333;
}

.widget-tag {
	display: inline-table;
	margin-top: 15px;
}

.widget-tag li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}

.widget-tag li a {
	padding: 4px 10px;
	display: block;
	border: 1px solid #eee;
}

.sidebar-widget .widget-tag li a:hover {
	background: #323232;
	color: #fff;
}

.sidebar-widget .widget-post {
	position: relative;
}

.sidebar-widget .widget-post .widget-post-media {
	width: 70px;
	display: table-cell;
	padding: 0px 15px 0px 0px;
}

.sidebar-widget .widget-post li {
	margin-bottom: 20px;
}

.sidebar-widget .widget-post a {
	padding: 0px;
}

.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
	width: 100%;
	vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info {
	display: table-cell;
	vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
	margin-bottom: 5px;
	margin-top: 0;
}

.sidebar-widget .widget-post .widget-post-info p {
	margin: 0px;
}
.sidebar-widget .color-widget {
	overflow: hidden;
}
.sidebar-widget .color-widget li {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 8px 8px 0;
	border: 1px solid #f1f1f1;
}
.sidebar-widget .red-box {
	background: #FF3330;
}
.sidebar-widget .yellow-box {
	background: #FFD700;
}
.sidebar-widget .blue-box {
	background: #3330FF;
}
.sidebar-widget .green-box {
	background: #008333;
}

.sidebar-widget .orange-box {
	background: #FF4500;
}

.sidebar-widget .light-b-box {
	background: #ADD8E6;
}

.sidebar-widget .black-box {
	background: #333;
}

.sidebar-widget .darkmagenta-box {
	background: #8B008B;
}

.sidebar-widget .darkturquoise-box {
	background: #00CED1;
}
.sidebar-widget .Olive-box {
	background: #00CED1;
}

.sidebar-widget .Orchid-box {
	background: #DA70D6;
}

.sidebar-widget .purple-box {
	background: #833380;
}

.sidebar-widget .darkturquoise-box {
	background: #8B4513;
}
.sidebar-widget .magenta-box {
	background: #FF00FF;
}

.sidebar-widget .SaddleBrown-box {
	background: #8B4513;
}

/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.pagination-nav ul {
	margin: 0px;
	padding: 0px;
}

.pagination-nav ul li {
	display: inline-block;
	margin: 0px 2px;
}

.pagination-nav ul li a {
	display: block;
	background-color: #f7f7f7;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
}

.pagination-nav ul li.active a {
	background: #323232;
	color: #fff;
}

.sidebar-widget input[type="text"], .blog-field input[type="email"], .blog-field input[type="text"], .blog-field textarea {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #888;
	outline: none;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 10px 15px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: inline-block;
}
.blog-field textarea {
	height: 158px;
	margin-bottom: 20px;
}
.sidebar-widget input[type="text"]:focus, .blog-field input[type="email"]:focus, .blog-field textarea:focus {
	border-color: #333;
	color: #323232;
}
.btn {
	border: 1px solid rgba(0, 0, 0, 0.15);
	display: inline-block;
	padding: 10px;
	background: #333;
	color: #fff;
	border-radius: 0;
	font-size: 15px;
	min-width: 100px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.btn:hover {
	background: transparent;
}
/******************************************************************************
 Pages
 *******************************************************************************/

.page-header {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding: 45px 0 0px 0;
	background-color: #f2f2f2;
	margin: 0px;
}
.page-header h1 {
	margin: 0;
	font-size: 36px;
	text-transform: capitalize;
}
.breadcrumb.white a {
	color: #ffffff;
}
.breadcrumb {
	border-radius: 0;
	background: none !important;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 11px 0;
}
.breadcrumb > li > a {
	color: #7f7f7f;
	text-decoration: none;
	transition: opacity 0.2s linear 0s;
}
.breadcrumb > li > a:hover {
	opacity: 0.8;
	transition: opacity 0.2s linear 0s;
}
/*====Counter=====*/

.single-counter i {

	color: #333;
	font-size: 50px;
	margin-bottom: 20px;
	overflow: hidden;
}
.single-counter h3 {
	color: #464646;
	font-size: 40px;
	margin: 0;
}
.single-counter p {
	color: #464646;
	font-size: 18px;
}

/*-------------------------------------------------------------------------------------------*/
/* Pricing Table 1    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
#pricing_table {
	background: #f8f8f8
}
.pricing_title {
	padding-bottom: 70px
}
.pricing_table {
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px
}
.package-price {
	font-size: 26px;
	color: #fff;
	border-radius: 55px;
	width: 110px;
	padding-top: 21px;
	margin: 0 auto;
	position: relative
}
.package_title p {
	font-size: 22px;
	letter-spacing: 0;
	font-weight: 500;
	color: #888;
	padding: 40px 0 20px
}
span.currency-symbol {
	display: inline-block;
	font-size: 16px;
	position: absolute;
	top: -12px;
	left: 0;
	margin-left: 27px;
}
span.price {
	font-size: 36px;
	display: inline-block
}
span.duration {
	font-size: 13px;
	display: block
}
ul.price_feature {
	padding: 20px 50px 35px 50px
}
.price_feature li {
	padding: 18px 0;
	font-size: 15px;
	border-bottom: 1px solid #eee;
	color: #888
}
.section_title-2.pricing_title {
	padding-bottom: 75px
}
.pricing-2 .package_title {
	padding-top: 20px;
	border-bottom: 1px solid #eee
}
.pricing-2 .package-price {
	background: none
}
.pricing-2 .currency-symbol {
	margin-left: 5px;
	margin-top: 28px
}
.pricing-2 .price {
	font-size: 48px;
	font-weight: 300
}
.pricing-2 .duration {
	color: #888;
}
.pricing-2 .package_title p {
	color: #333;
	font-size: 16px;
	padding: 5px 0 16px;
	font-weight: 600;
}
.pricing-2 ul.price_feature {
	padding: 0 0px 35px 0
}
.pricing-2 .price_feature li {
	padding: 20px 0;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	list-style: none;
}
.pricing-2 .pricing_table.active {
	box-shadow: none
}

.pricing-2 .price, .pricing-2 .currency-symbol {
	color: #333;
}
.pricing-2 .pricing_table.active {
	border: 1px solid #333;
}
a.btn.xplus-btn.pricing {
	color: #333;
	padding: 0 45px;
	background: none;
	border: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
	margin-bottom: 50px;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	box-shadow: none;
}
a.btn.xplus-btn.pricing:hover {
	color: #fff
}
a.btn.xplus-btn.pricing.active {
	color: #fff
}
a.btn.xplus-btn.pricing.active {
	background: #333;
	color: #fff;
	border-color: #333
}
a.btn.xplus-btn.pricing.active:hover {
	background: #333;
	color: #fff;
	border-color: #333;
	border: 1px solid #333;
}
.btn.xplus-btn, a.btn.xplus-btn.pricing:hover {
	background: #333;
}
/*Style 2*/
.pricing-style2 .pricing_table, .pricing-style2 .pricing_table.active {
	box-shadow: none;
	border-radius: 0;
	border: none;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.pricing-style2 .package_title {
	padding-top: 0;
}
.pricing-style2 .pricing-top {
	padding: 20px;
	margin-bottom: 20px;
	background: #5d5d5d;
}
.pricing-top.active {
	background: #333;
}
.pricing-style2 .pricing-top p {
	margin-bottom: 0;
	padding: 0;
	color: #fff;
}
.pricing-style .package-price {
	padding-bottom: 20px;
}
.pricing-style2 .pricing_table.shadow, .pricing-style2 .pricing_table:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 11px;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}

/*Banner Slider*/
.slider {
	padding: 165px 0;
}

.slider-bg-1 {
	background: rgba(0, 0, 0, 0) url(../images/slider/1.jpg) repeat center center /cover;
}
.content-text__block h1 {
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
}
.content-text__block > h2 {
	font-size: 45px;
	text-transform: capitalize;
	font-weight: normal;
}
.content-text__block > h3 {
	font-size: 30px;
	text-transform: capitalize;
	line-height: 40px;
}

.content-text__block  a {
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 25px;
	padding: 10px 20px;
	text-transform: uppercase;
}
a.button-hover {
	position: relative;
	transform: perspective(1px) translateZ(0px);
	transition-duration: 0.5s;
	transition-property: color;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.slider-bg-1 {
		background: #f6f6f6;
	}
	.slider {
		padding: 50px 0;
	}
}
/* ===================================
 * Service Css
 =================================== */
.service-right {
	height: 545px;
}

.service-left {
	padding: 0;
}

.about-service {
	padding: 120px 0 80px;
	background: #f9f9f9;
	text-align: center;
}

.about-service h2 {
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	margin-bottom: 50px;
}

.about-service h4 {
	max-width: 660px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 18px;
	display: block;
}

.service-single {
	margin: 0 auto;
	padding: 84px 30px;
	display: block;
	background-color: #fcfcfc;
	text-align: center;
	border: 1px solid #e7e7e7;
	margin-right: -1px;
	margin-bottom: -1px;
	transition: all 0.5s ease-in-out;
}

.service-single:hover {
	border-color: #585b60;
	background-color: #585b60;
	color: #fff;
}
.service-single:hover h3 {
	color: #fff;
}
.service-single h3 {
	font-size: 18px;
	font-weight: 300;
	margin: 0 auto;
	line-height: 28px;
	text-transform: uppercase;
}

.service-single .et-icon {
	font-size: 47px;
	margin-bottom: 35px;
}
.bg-2 {
	background: url(../images/20.jpg) center/cover no-repeat #f1f1f1;
}

/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
}
.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
	padding: 10px 0;
}
.main-banner .banner-text h2 span {
	color: #0078d7;
}
.main-banner .banner-text p {
	font-family: 'Lato', serif;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
	height: auto;
}
.main-banner .more-btn {
	background: #0078d7;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 60px;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 100px;
}
#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {

	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #ffaf36;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
	transition: all 0.3s;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #333;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.69);
	content: '';
}
.rev_slider_wrapper {
	width: 100% !important;
	left: 0 !important;
}
@media (max-width: 480px) {
	.main-banner .banner-text h2 {
		font-size: 18px;
	}
	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}
.btn__link {
	color: #333;
	min-width: 130px;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.68);
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	box-sizing: content-box;
	padding: 0;
	transition: all 0.3s !important;
	-webkit-transition: all 0.3s !important;
}
.btn__link:hover {
	padding: 0 10px !important;
}
.btn__read {
	color: #fff;
	min-width: 130px;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	background: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	box-sizing: content-box;
	padding: 0;
	transition: all 0.3s !important;
	-webkit-transition: all 0.3s !important;
	text-align: center;
}
.btn__read:hover {
	padding: 0 10px !important;
	color: #fff;
}
.table_block {
	display: table;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
.goto {

	background: #9c9a9a;
	font-size: 15px;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 40px;
	transition: all 0.3s;
	opacity: 0;
	z-index: 9;
}
.goto-active {
	opacity: 1;
}
.goto a {
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	display: block;
}
.goto:hover {
	background: #333;
}

/*========Home Page 4Slider===========*/

/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

#banner_block .banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 9999;
	width: 100%;
	padding: 0 30px;
}
#banner_block .banner-text .caption {
	position: static !important;
	max-width: none !important;
}
#banner_block .banner-text .caption  .paragraph-s {
	padding: 10px 0;
	margin: 0;
}
#banner_block .banner-text .caption .btn {
	margin: 20px 5px 0;
}
#banner_block .banner-text h2 {
	font-size: 42px;
	color: #ffffff;
	margin-bottom: 10px;
	line-height: 1.3;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
#banner_block .banner-text h3 {
	color: #fff;
}
#banner_block .banner-text p {
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}

#banner_block .tp-mask-wrap {
	height: auto;
}
#banner_block .tp-mask-wrap {
	height: auto;
}

#banner_block .button-text {
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 25px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.3s;
}
#banner_block .button-text i {
	position: relative;
	left: 0;
	transition: all 0.3s;
}
#banner_block .button-text:hover i {
	left: 10px;
}
#banner_block .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
#banner_block .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
#banner_block .tp-bullet.selected {
	background: #ffaf36;
}
#banner_block:hover .tparrows.tp-leftarrow, #banner_block:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
#banner_block .tparrows .tp-arr-imgholder, #banner_block .tparrows .tp-arr-titleholder {
	display: none;
}
#banner_block .tparrows.default {
	border-radius: 0;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,.4);
	content: '';
}
@media (max-width: 991px) {

	#banner_block .paragraph-s {
		line-height: 1.6;
		font-size: 14px;
		margin-top: 10px;
	}
	#banner_block .caption .btn-text {
		margin-top: 20px;
	}
}

@media (max-width: 580px) {
	#banner_block .caption h2 {
		font-size: 30px;
		margin-bottom: 62px;
	}
	#banner_block .caption .btn-text {
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	#banner_block .caption {
		max-width: 320px !important;
		width: 100%;
		padding: 0 10px;
		white-space: normal;
	}
	#banner_block .paragraph-s {
		line-height: 1.6;
		font-size: 14px;
		margin-top: 70px;
	}
	#banner_block .caption .btn {
		margin-top: 120px;
	}
	#banner_block .caption .btn:last-child {
		margin-top: 10px;
	}
}

/*Home page5 Banner*/
.slider-text__box {
	text-align: center;
	max-width: 600px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.slider-text__box {
		padding: 0;
	}
}
.slider-text__box h2 {
	padding: 0 10px;
}

/*Home page6 Banner*/
.slider_block {
	position: relative;
}
.pos_a {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	z-index: 9;
	width: 100%;
	padding: 0 20px;
}
.slider_block:after {
	content: '';
	background-color: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
}
.button-text {
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 25px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.button-text i {
	position: relative;
	left: 0;
	transition: all 0.3s;
}
.button-text:hover {
	color: #fff;
}
.button-text:hover i {
	left: 10px;
	transition: all 0.3s;
}
@media (max-width: 991px) {
	.slider-text h1 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.slider-text h1 {
		font-size: 16px;
	}
	.slider-text h3 {
		font-size: 10px;
	}
	.slider-text .button-text {
		margin-top: 0;
		padding: 2px 20px;
		font-size: 10px;
	}
	.owl_slider_block .owl-prev, .owl_slider_block .owl-next {
		display: none;
	}
}

