/*
    Template Name    : Electrichub
	Description		 : Responsive HTML5 Electrical Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Lato
2. Common CSS
3. Loader CSS
4. Navbar CSS
5. Main Slider
6. Our Features
7. Work Process Wrapper
8. About Wrapper
9. Our Team Wrapper
10. Our Services Wrapper
11. Testimonials Wrapper
12. Projects Wrapper
13. Blog Wrapper
14. Contact Wrapper
15. Responsive CSS

/*
================================================
1. Fonts - Roboto and Lato
================================================
*/
/*@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700|Lato:300,400,700,900|Avenir:300,400,700,900');*/
@font-face {
    font-family: 'AvenirBold';
    src: url('../fonts/avenirnextltpro-bold.woff2') format('woff2'),
         url('../fonts/avenirnextltpro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/avenirnextltpro-medium.woff2') format('woff2'),
         url('../fonts/avenirnextltpro-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	/*font-family: 'Lato', sans-serif;*/
    font-family: 'AvenirMedium';
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: "Rubik", sans-serif;*/
    font-family: 'AvenirMedium';
	margin-top: 0;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.4s ease-in-out 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
.mb-30 {
	margin-bottom: 30px;
}
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
	background: #7db928;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.no-padding {
	padding: 0;
}
section {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-title {
	position: relative;
}
.section-title .title-header {
	position: relative;
	padding-left: 29px;
	margin-bottom: 40px;
}
.section-title h5 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 0;
	color: #8d9297;
}
.section-title h2.title {
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 0;
}
.section-title .title-header::after {
	display: block;
	content: "";
	position: absolute;
	background-color: transparent;
	width: 6px;
	top: 0%;
	height: 95%;
	left: 0;
	margin-left: 0;
	background: #7db928;
}
.pad-b-10 {
	padding-top: 10px;
}
.bg-color2 {
	background: #f2f2f2;
}
.padding-20 {
	padding: 20px;
}
.border-left-four {
	border-left: 1px solid #e3e0e0;
}
.border-three {
	border: 1px solid #e3e0e0;
}
.margin-bottom3 {
	margin-bottom: 25px;
}
/* Button Effects */
.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px 40px 15px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 50px;
	background-color: #7db928;
	text-transform: capitalize;
	/*font-family: 'Lato', sans-serif;*/
    font-family: 'AvenirMedium';
	background-color: #7db928;
	border:none;
}
.btn-style-two .txt {
	position: relative;
	z-index: 1;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}
.btn-style-two:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #222222;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
}
.btn-style-two:hover::before {
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.btn-style-two:hover {
	color: #ffffff;
}
/* Phone Btn */
.phone-btn {
	position: relative;
	border-radius: 50px;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	padding: 14px 30px 13px 90px;
	border: 1px solid #c2c2c2;
	background: #fff;
}
.phone-btn .icon {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	display: inline-block;
	background-color: #0a87b1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.phone-btn:hover .icon {
	background-color: #7db928;
	border-color: #0a87b1;
}
.phone-btn:hover {
	color: #ffffff;
	background-color: #0a87b1;
	border-color: #0a87b1;
}
/*
================================================
3. Loader CSS
================================================
*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #24262d;
	overflow: hidden;
}
.preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader-icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
}
.preloader-icon span {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #7db928;
	-webkit-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite;
}
.preloader-icon span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}
 @keyframes preloader-fx {
 0% {
 -webkit-transform: scale(0, 0);
 transform: scale(0, 0);
 opacity: 0.5;
}
 100% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 opacity: 0;
}
}
 @-webkit-keyframes preloader-fx {
 0% {
 -webkit-transform: scale(0, 0);
 opacity: 0.5;
}
 100% {
 -webkit-transform: scale(1, 1);
 opacity: 0;
}
}
/*
================================================
4. Navbar CSS
================================================
*/
.navbar-custom {
	padding: 20px 0px;
	width: 100%;
	z-index: 999;
	margin-bottom: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav-sticky.navbar-custom {
	margin-top: 0px;
	padding: 5px 0px 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin-bottom: 20px;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
	line-height: 26px;
	color: rgba(52, 58, 64, 0.8);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: transparent !important;
	padding: 6px 10px;
	margin: 0 7px;
	font-weight: 700;
	font-size: 16px;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
	color: #7db928;
}
.navbar-custom .navbar-nav .nav-item.active .nav-link {
	color: #7db928;
}
.navbar-custom .navbar-btn {
	margin-left: 10px;
	color: #34d1bf;
	background: rgba(52, 209, 191, 0.2);
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-custom .navbar-btn:hover {
	color: #ffffff;
	-webkit-box-shadow: 0px 16px 31px -16px #34D1BF;
	box-shadow: 0px 16px 31px -16px #34D1BF;
	background: #2cc4b3;
	border-color: #2cc4b3;
}
.navbar-toggler {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}
/*
================================================
5. Main Slider
================================================
*/
.nav-sticky + .main-slider {
	margin-bottom: 80px;
}
.main-slider {
	position: relative;
	overflow-x: hidden;
	padding: 0;
}
.main-slider:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 90px;
	z-index: 10;
	background: url(../images/pattern-1.png) repeat-x;
}
.main-slider:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 93px;
	z-index: 10;
	background: url(../images/dotted-line.png) repeat-x;
}
.main-slider .slide {
	position: relative;
	padding: 225px 0px 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-slider .content {
	position: relative;
	z-index: 10;
}
.main-slider .content .title {
	position: relative;
	font-size: 18px;
	color: #222222;
	font-weight: 700;
	line-height: 1em;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
.main-slider .swiper-slide-active .content .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}
.main-slider .content h2 {
	position: relative;
	font-size: 48px;
	color: #0a87b1;
	font-weight: 700;
	line-height: 1em;
	opacity: 0;
	margin-top: 25px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
.main-slider .swiper-slide-active .content h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1200ms;
}
.main-slider .content .text {
	position: relative;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	line-height: 1.4em;
	max-width: 600px;
	margin-top: 25px;
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	transform: translateX(-80px);
}
.main-slider .swiper-slide-active .content .text {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}
.main-slider .btn-box {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.main-slider .btn-box .theme-btn {
	float: left;
	margin: 0px 30px 15px 0px;
}
.main-slider .swiper-slide-active .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1500ms;
}
.main-slider .swiper-button-next {
	right: 40px;
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	background-image: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #7db928;
	background: #fff;
}
.main-slider .swiper-button-next:before {
	position: absolute;
	content: "\f30b";
	left: 0px;
	top: 0px;
	width: 50px;
	color: #7db928;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.main-slider .swiper-button-prev {
	left: 40px;
	width: 50px;
	height: 50px;
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
	line-height: 49px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: none;
	border: 1px solid #7db928;
	background: #fff;
}
.main-slider .swiper-button-prev:before {
	position: absolute;
	content: "\f30a";
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	color: #7db928;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.main-slider .swiper-button-next:hover, .main-slider .swiper-button-prev:hover {
	background-color: #7db928;
}
.main-slider .swiper-button-next:hover::before, .main-slider .swiper-button-prev:hover::before {
	color: #ffffff;
}
.main-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #7db928;
}
/*
================================================
6. Our Features
================================================
*/
.feature-wrapper .title-header {
	margin-bottom: 0;
}
/** Feature Block **/
.feature-block {
	position: relative;
	margin: 40px 0 0;
}
.feature-block .inner-box::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	background-color: #004cda;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background: #7db928;
}
.feature-block .inner-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 45px 20px 40px;
	border: 1px solid #dddddd;
}
.feature-block .inner-box .upper-box {
	position: relative;
	padding-top: 20px;
	padding-left: 75px;
}
.feature-block .inner-box .upper-box .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #b0b0b0;
	font-size: 60px;
	line-height: 1em;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.feature-block .inner-box .upper-box h3 {
	position: relative;
	font-size: 24px;
	color: #222222;
	font-weight: 700;
	line-height: 1.3em;
}
.feature-block .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 35px;
	margin-bottom: 40px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.feature-block .inner-box .read-outer::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 11px;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}
.feature-block .inner-box .read-outer {
	position: relative;
}
.feature-block .inner-box .read-outer .read-more {
	position: relative;
	color: #004cda;
	font-size: 16px;
	font-weight: 700;
	padding-right: 30px;
	display: inline-block;
	background-color: #ffffff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	color: #7db928;
}
.feature-block .inner-box .read-outer .read-more span {
	color: #7db928;
}
.feature-block .inner-box:hover::before {
	width: 100%;
	background-color: #7db928;
}
.feature-block .inner-box:hover .text, .feature-block .inner-box:hover .upper-box h3 a, .feature-block .inner-box:hover .upper-box .icon, .feature-block .inner-box:hover .read-outer .read-more {
	color: #ffffff;
}
.feature-block:hover .inner-box .read-outer .read-more {
	background-color: #7db928;
}
.feature-block:hover .inner-box .read-outer .read-more span {
	color: #fff;
}
/*
================================================
7. Work Process Wrapper
================================================
*/
.work-process::before {
	background-color: rgba(0,0,0,.90);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.work-process {
	background-image: url(../images/cta-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	padding: 80px 0;
}
.work-pro-item .number {
	font-size: 18px;
	color: #fff;
	font-family: poppins, sans-serif;
	font-weight: 600;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #7db928;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.work-pro-item .number-2 {
	font-size: 21px;
	color: #fff;
	font-family: poppins, sans-serif;
	font-weight: bold;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #0a87b1;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.work-pro-item .number-line {
	background-color: rgba(255,255,255,.08);
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top: 25px;
	left: 120px;
	z-index: -1;
}
.work-pro-item h3 {
	color: #fff;
	font-size: 18px;
}
.work-pro-item p {
	color: #ddd;
	margin: 0;
}
/*
================================================
8. About Wrapper
================================================
*/
.about-wrapper .content-column {
	position: relative;
}
.about-wrapper .content-column .inner-column {
	position: relative;
	padding: 45px;
}
.about-wrapper .sec-title {
	position: relative;
	z-index: 1;
	margin-bottom: 45px;
}
.about-wrapper .sec-title h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	padding-bottom: 25px;
	text-transform: capitalize;
}
.about-wrapper .sec-title .separator::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}
.about-wrapper .sec-title .separator {
	position: relative;
	width: 100px;
}
.about-wrapper .sec-title .separator::after {
	position: absolute;
	content: '';
	left: 50%;
	top: -15px;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border: 10px solid #ffffff;
	background-color: #7db928;
}
.about-wrapper .content-column .border-line::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 400px;
	height: 10px;
	background-color: #7db928;
}
.about-wrapper .content-column .border-line {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-left: 10px solid #7db928;
	border-bottom: 10px solid #7db928;
}
.about-wrapper .content-column .border-line::after {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 10px;
	height: 70px;
	background-color: #7db928;
}
.about-wrapper .content-column .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.8em;
	max-width: 490px;
	margin-bottom: 30px;
}
.about-wrapper .image-column {
	position: relative;
}
.about-wrapper .image-column .inner-column {
	position: relative;
}
.about-wrapper .image-column .inner-column::before {
	position: absolute;
	content: '';
	right: 0px;
	bottom: -50px;
	width: 379px;
	height: 423px;
	background: url(../images/about-pattern.jpg) no-repeat;
}
.about-wrapper .image-column .inner-column .image {
	position: relative;
	margin-left: -80px;
}
.about-wrapper .image-column .inner-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.about-wrapper .about-title {
    border-bottom: 7px solid #7db928;    
}

.about-wrapper .about-count {
    color: #0a87b1;    
}

.about-wrapper .about-block {
    background-color: #0a87b1;
    color: #fff;
    display: block;
    height: 275px;
    position: relative;
    padding: 10px 20px 5px 20px;
    font-size: 18px;
	border-top: 5px solid #7db928;   
}

.about-wrapper .about-number {
    maring-bottom: 40px;
    font-size: 45px;
}
/*
================================================
9. Our Team Wrapper
================================================
*/
.our-team-wrapper {
	background: #f7f7f7;
	padding-bottom: 80px;
}
.our-team-wrapper .title-header {
	margin-bottom:0;
}
/** Team Single **/
.team-block {
	position: relative;
	margin-top: 30px;
}
.team-block .inner-box {
	position: relative;
	overflow: hidden;
}
.team-block .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #7db928;
}
.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-block .inner-box .image .overlay-box::before {
	position: absolute;
	content: '';
	left: -50px;
	top: 0px;
	right: -20px;
	bottom: 0px;
	z-index: 1;
	background-color: #004cda;
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	background-color: #7db928;
}
.team-block .inner-box .image .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -140px;
	z-index: 1;
	padding: 15px 15px 15px;
	display: inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}
.team-block .inner-box .image .overlay-box .social-icons {
	position: relative;
	z-index: 1;
}
.team-block .inner-box .image .overlay-box .social-icons li {
	position: relative;
	margin-left: 15px;
	display: inline-block;
}
.team-block .inner-box .image .overlay-box .social-icons li a {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-block .inner-box .image .overlay-box::after {
	position: absolute;
	content: '';
	left: -50px;
	top: 0px;
	right: -25px;
	bottom: 0px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #ffffff;
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.team-block .inner-box .lower-content {
	position: relative;
	padding-top: 25px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.team-block .inner-box .lower-content h3 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
}
.team-block .inner-box .lower-content h3 a {
	position: relative;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-block .inner-box .lower-content .designation {
	position: relative;
	color: #777777;
	font-size: 16px;
	margin-top: 6px;
}
.team-block .inner-box:hover .image .overlay-box {
	bottom: 40px;
}
/*
================================================
10. Our Services Wrapper
================================================
*/
.our-services-wrapper .title-header {
	margin:0;
}
/** Single Servies Sec **/
.services-icon-box {
	padding: 20px;
	position: relative;
	display: table;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
	margin-top:40px;
}
.services-icon-box .services-icon {
	vertical-align: top;
	display: table-cell;
	transition: all .5s ease-in-out 0s;
    width: 10%;
}
.services-icon .services-icon-sec:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	border-radius: 0;
	transition: all .4s ease-in-out 0s;
	transform-style: preserve-3d;
	transform: rotateX(-90deg);
	opacity: 0;
	width: 100%;
	background-color: #7db928;
}
.services-icon-box:hover .services-icon-sec:before {
	transform: rotateX(0);
	transition-delay: .1s;
	opacity: 1;
}
.services-icon-box:hover .services-icon-sec {
	color:#fff;
}
.cmt-icon {
	margin-bottom: 35px;
	display: inline-block;
	text-align: center;
	border: 2px solid transparent;
	position: relative;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	box-sizing: content-box;
	position: relative;
}
.services-icon .services-icon-sec {
	height: 64px;
	width: 64px;
	line-height: 64px;
	border-color: #7db928;
	color: #7db928;
}
.services-icon .services-icon-sec i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
}
.services-content {
	padding-left: 22px;
	display: table-cell;
	vertical-align: middle;
}
.services-title h5 {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 0;
	/*text-transform: capitalize;*/
}
.separator .sep-line {
	height: 1px;
	border-top: 1px solid #efecec;
	display: block;
	position: relative;
	width: 100%;
	margin:10px 0 15px;
}
.services-content .style-round {
	height: 34px;
	width: 34px;
	line-height: 34px;
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
	border-radius: 50%;
	margin-bottom: 0;
	display: inline-block;
	text-align: center;
}
.services-icon-box:hover .style-round {
	border-color: #7db928;
	background-color: #7db928;
}

.services-box {
    background-color: #0a87b1;
    color: #fff;
    display: block;
    padding: 10px 20px 5px 20px;
    font-size: 18px;
	border-top: 5px solid #7db928;
    vertical-align: middle;
    margin-top:40px;
}

.u-list {
    /*background: #7db928;*/
    list-style: none;
}

.u-list li::before {
    content: "•"; 
    color: #7db928;
    display: inline-block; width: 1em;
    /*margin-left: -1em*/
}
/*
================================================
11. Testimonials Wrapper
================================================
*/
.testimonials-wrapper {
	border-top:15px double #eee;
	border-bottom:15px double #eee;
}
/* Testimonials Single Sec */
.testimonial-block {
	position: relative;
}
.testimonial-block .inner-box {
	position: relative;
	text-align: center;
	margin:0 0 30px;
}
.testimonial-block .inner-box .quote-icon {
	position: relative;
	font-size: 18px;
	line-height: 1em;
	color: #777777;
}
.testimonials-wrapper .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 18px;
	line-height: 1.6em;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom:15px;
}
.testimonials-wrapper .owl-nav {
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
	margin-top: -10px;
}
.testimonials-wrapper .owl-nav .owl-prev {
	position: absolute;
	display: inline-block;
	color: #000000;
	font-size: 20px;
	line-height: 48px;
	width: 50px;
	height: 50px;
	text-align: center;
	background: none;
	border-radius: 0px 50px 50px 0px !important;
	border: 1px solid #000 !important;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	left: 0px;
    right: auto;
}
.testimonials-wrapper .owl-nav .owl-next {
	position: absolute;
	display: inline-block;
	color: #000000;
	font-size: 20px;
	line-height: 48px;
	width: 50px;
	height: 50px;
	text-align: center;
	background: none;
	border: 1px solid #000000 !important;
	border-radius: 50px 0px 0px 50px !important;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	right: 0px;
    left: auto;
}
.testimonials-wrapper .testimonial-img {
	width:80px;
	height:80px;
	margin:0 auto;

}
.testimonials-wrapper .testimonial-img img {
	border-radius:50%;
	border:1px solid #eee;	
}
/*
================================================
12. Projects Wrapper
================================================
*/
.projects-wrapper .title-header {
	margin:0;
}
/** Single Projects Section **/
.hover-eff-warp::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.hover-eff-warp {
	position: relative;
	width: 100%;
	margin: auto;
	margin-top:30px;
}
.hover-eff-warp:hover::before {
	content: "";
	background-color: #191a1d;
	opacity: 0.75;
}
.hover-eff-warp:hover .hover-eff-content {
	top: 50%;
	left: 50%;
	opacity: 1;
}
.hover-eff-content {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	padding: 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.hover-eff-bottom {
	top: 80%;
}
.hover-eff-content ul {
	padding: 0px;
	margin-bottom: 1rem;
}
.hover-eff-content ul li {
	margin: 0px 5px;
	display: inline-block;
}
.hover-eff-content ul li, .hover-eff-content ul li a, .hover-eff-content i, .hover-eff-content h5 {
	color: #fff;
}
.hover-eff-content h5 {
	margin: 0px;
}
/*
================================================
13. Blog Wrapper
================================================
*/
.blog-wrapper {
	background-image: url(../images/cta-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.blog-wrapper .title-header {
	margin:0;
	color:#fff;
}

.blog-overlay {
    background-color: rgba(10, 135, 177, 0.97);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
/** Blog Single Section **/
.single-post {
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}
.single-post-thumb {
	position: relative;
	overflow: hidden;
}
.single-post-thumb img {
	width: 100%;
	transform: scale(1);
	transition: all 0.4s ease 0s;	
}
.single-post:hover .single-post-thumb img, .single-service-inner:hover .service-thumb img {
	transform: scale(1.2);
	transition: all 0.4s ease 0s;
}
.single-post:hover .post-month {
	margin-left: 0px;
	transition: all 0.5s ease-out;
}
.single-post-thumb-overlay {
	position: absolute;
	left: 0px;
	top: 0;
}
.post-meta {
	display: inline-block;
	width: 70px;
	transition: all 0.5s ease-out;
}
.post-meta span:first-child {
	padding: 10px 0;
}
.post-meta span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding: 4px 0;
	color: #fff;
}
.post-month {
	background: #7db928;
	color: #0f1934;
	text-transform: capitalize;
	margin-left: 70px;
	transition: all 0.5s ease-out;
}
.post-date {
	background: #0f1934;
	color: #fff;
}
.single-post-text {
	padding:15px;
	background:#fff;
	margin-top: -1px;
}
.single-post-text a {
	color: #0f2637;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-transform: capitalize;
}
.post-meta-info {
	margin-bottom: 15px;
}
.post-meta-info h2 {
	margin-bottom: 5px;
}
.post-meta-info h2 a {
	text-transform: capitalize;
	font-size: 22px;
	color: #0f2637;
}
.post-meta-data ul li {
	display: inline-block;
	margin-right: 15px;
}
.post-meta-data li a {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: normal;
}
.post-meta-data li a i {
	margin-right: 10px;
	color: #7db928;
}
/*
================================================
14. Contact Wrapper
================================================
*/
.contact-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}
.contact-info-list .single-info-item {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.contact-info-list .single-info-item .icon {
	margin-right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	background-image: -moz-linear-gradient(50deg, #7db928 0%, #7db928 99%);
	background-image: -webkit-linear-gradient(50deg, #7db928 0%, #7db928 99%);
	background-image: -ms-linear-gradient(50deg, #7db928 0%, #7db928 99%);
	color: #fff;
	font-size: 25px;
}
.contact-info-list .single-info-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contact-info-list .single-info-item .content .details {
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.contact-info-list .single-info-item:hover .content .details {
	color: #7db928;
}
.contact-form .form-group .form-control {
	/*height: 50px;
	padding: 0 20px;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-form .form-group.textarea .form-control {
	min-height: 100px;
	resize: none;
	padding: 20px;
}
.google-map {
	margin: 0 0 -10px;
}
.google-map iframe {
	width: 100%;
	height: 450px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	border: none;
}
.copyright {
	padding: 15px 0;
	width: 100%;
	float: left;
	background: #7db928;
}
.copyright p {
	color: #fff;
	text-align: center;
	margin: 0;
}
.copyright .color {
	color: #eee;
	font-weight:600;
}
/*
================================================
15. Responsive CSS
================================================
*/
@media (min-width: 1250px) {
.auto-container {
	position: static;
	max-width: 1210px;
	padding: 0px 15px;
	margin: 0 auto;
}
}

@media (min-width:1200px) and (max-width:1399px) {
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (max-width: 991px) {
/** Navigation **/
.navbar-custom {
	margin-top: 0px;
	padding: 10px 0px !important;
	background-color: #f8fafe !important;
	-webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}
.navbar-custom.navbar-expand-lg > .container {
	width: 90%;
}
.navbar-custom .logo img {
	height: 18px;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin: 0px;
	padding: 6px 0px;
	color: rgba(52, 58, 64, 0.9);
}
.navbar-custom .navbar-nav .nav-item.active .nav-link {
	color: #7db928;
}
.navbar-custom .navbar-btn {
	margin-left: 0px;
}
.navbar-toggler {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgba(52, 58, 64, 0.9);
}
/** Main Slider **/
.main-slider .swiper-button-next, .main-slider .swiper-button-prev {
	display: none;
}
/** Work Process **/
.work-pro-item .number-line {
	display: none;
}
.sm-padding {
	padding: 15px;
}
}

@media (max-width: 767px) {
/** Main Slider **/
.main-slider .slide {
	padding: 125px 0px;
}
.main-slider .content h2 {
	font-size: 32px;
}
/** About Wrapper **/
.about-wrapper .content-column .inner-column {
	padding: 50px 30px;
}
.about-wrapper .content-column .border-line::before {
	width: 98%;
}
.about-wrapper .content-column .border-line::after {
	height: 100%;
}
}
