/*******************************************************
    Template Name    : Marketa - Marketing Agency Landing Page Template
    Version          : 1.0
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.About Section Style
    06.Services Section Style
    07.Resume Section Style
    08.Portfolio Section Style
    09.Pricing Section Style
    10.Testimonial Section Style
    11.Blog Section Style
    12.Contact Section Style
    13.Map Section Style
    14.Footer Section Style
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/

@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("pe-icon-7-stroke.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");

body {
	background: #00c48b;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg-red {
    background-color: #00c48b !important;
}

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

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

.bg-dark {
    background-color: #0c0f16 !important;
}

.bg-dark-grey{
	background-color: #4e4e4e !important;
}

.text-white h2{
    color: #ffffff !important;
}

.text-white p{
    color: #ffffff !important;
}


.skill-item h6{
	color: #313131 !important;
}

.skill-item .skill-progress-bar span{
	color: #313131 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.3;
}

a {
	color: #00c48b;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
img {
	max-width: 100%;
}

a:hover {
	color: #00c48b;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a:hover, a:focus {
	color: #00c48b;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
}

.z-index {
	z-index: 9;
}

.position-relative {
	position: relative!important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #00c48b;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

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

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 500;
	border: 2px solid #ffffff;
    border-radius: 2px;
    background: #ffffff;
    transition: all 500ms ease;
    cursor: pointer;
    color: #00c48b;
    margin-top: 0px;
}

.button:hover {
	color: #fff;
	background: transparent;
	border: 2px solid #00c48b;
}

.m-r-15{
	margin-right: 15px;
}

.about-content .after-btn {
	color: #000 !important;
}

.after-btn {
	position: relative;
    padding: 9px 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
	color: #fff !important;
    font-weight: 400;
	background: transparent;
	font-family: 'Teko', sans-serif;
}
.after-btn:after {
    content: '';
    width: 45%;
    height: 100%;
    background: rgb(175 175 175 / 21%);
    position: absolute;
    left: 0;
    top: 0;
	transition: all 500ms ease;
}
.after-btn:hover:after {
    width: 100%;
}

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

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

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

.section-small-padding{
	padding: 30px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	position: relative;
	font-weight: 700;
	padding-bottom: 20px;
	font-size: 40px;
	line-height: 1.3;
	text-transform: capitalize;
	color: #313131;
	font-family: 'Rubik', sans-serif;
}
.section-title h2:after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgb(165, 165, 165), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    content: "";
    bottom: 0px;
    max-width: 300px;
    margin: 0 auto;
}

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

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

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

.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	width: 40px;
	height: 42px;
	line-height: 45px;
	border-radius: 0;
	right: 25px;
	bottom: 20px;
	text-align: center;
	background: #00c48b;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	color: #fff;
	font-size: 20px;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.hire-area{
	background: #ecebeb;
	border-top: 20px solid #07ae7d;
}

.style-area{
	border-radius: 0 0 166px 166px;
}
/**************************************
 * 02.Preloader Style
 *************************************/

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #00c48b;
  z-index: 999999;
}
.loader .loader-outter {
  position: absolute;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader .loader-inner {
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

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

/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
    font-size: 14px;
	letter-spacing: 0.5px;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #333;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #ffffff;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #00c48b;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #00c48b;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #333;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #333;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #333;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
    font-size: 28px;
    font-weight: 800;
	font-family: 'Rubik', sans-serif;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #00c48b;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #00c48b;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	z-index: 1;
	padding-bottom: 0px;
}

.home-area::after {
	position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 1;
    background: rgb(3 5 16);
}

.hero-equal-height {
	position: relative;
	min-height: 560px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-content h3 {
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

.home-content h1 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.cd-headline.clip span {
	display: inline-block;
}

.cd-headline.clip .blc{
	color: #00c48b;
	width: 100%;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0px;
}

.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}
.home-content .home-btn-1 {
	margin-right: 15px;
}
.social-media a {
    display: inline-block;
    padding: 0px 5px;
    margin: 0px 8px;
    color: #fff;
}
.social-media a:hover {
	opacity: .5;
}

.home-area .arrow {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    font-size: 13px;
    z-index: 8;
}
.home-area .arrow i {
    position: relative;
    display: inline-block;
    width: 30px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.home-area .arrow i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.home-area .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.my-img{
	z-index: 900;
    width: 200px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0px 112px 20px 30px;
    border: 5px solid #25222c;
    margin-bottom: 20px;
    position: absolute;
    top: -193px;
}

.my-img .img-fluid{
	opacity: 0.9;
}

/**************************************
 * 05. About Section Style
 *************************************/

.about-img-wrapper {
	border: 15px solid #fff;
	border-radius: 5px;
}

.about-img-wrapper img {
    width: 100%;
}

.about-content {
	padding-right: 0px;
}

.about-content h3 {
    font-size: 25px;
    font-weight: 700;
}

.about-content h3{
	color: #c3c3c3;
}

.about-content h6 {
    margin: 10px 0 30px;
    color: #c3c3c3;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about-content p {
    margin-bottom: 20px;
}
.about-content p:nth-last-child(-n + 2) {
    margin-bottom: 0px;
}
.color-text {
	color: #00c48b;
}

.about-content .after-btn {
    margin-top: 25px;
}
/**************************************
 * 06. Services Section Style
 *************************************/

.single-services-box {
	position: relative;
    padding: 45px 25px;
	border-radius: 3px;
    text-align: center;
    border: 1px dashed #ffffff52;
    background: #01c089;
}
.single-services-box:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0;
  min-width: 100%;
  border-bottom: 2px solid #4c4d4d;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-services-box:hover:before {
  transform: scaleX(1);
}
.single-services {
}

.services-icon {
    margin-bottom: 30px;
}

.services-icon i {
    color: #ffffff;
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
	display: inline-block;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    margin: 0 20px;
}
.services-icon i:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 20px;
     border: 1px solid #ffffff; 
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.single-services-box:hover .services-icon i {
    color: #fff;
}
.single-services-box:hover .services-icon i:after {
    background: #474747;
}
.services-text h3 {
	font-size: 17px;
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 1px;
}
.services-text p {
	color: #ffffff;
}

/**************************************
 * 07.Resume Section Style
 *************************************/

.work-eduction-wrapper {
    margin-bottom: 100px;
}
.bg-base-color {
    background-color: #00c48b;
}
.timeline {
  	padding: 30px 30px 40px 30px;
	border-radius: 20px;
	background-color: #e0e0e0;
}

.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-item .icon {
  position: relative;
}

.timeline-item .icon:after {
  	position: absolute;
    content: "";
    left: auto;
    top: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00c48b;
    margin-top: 0px;
    margin-left: -15px;
    z-index: 0;
}

.timeline-item .icon i {
	z-index: 2;
    position: absolute;
    top: 12px;
    font-size: 15px;
    margin-left: -3px;
    color: #ffffff;
}

.timeline-item .box {
  padding-left: 40px;
  margin-bottom: 50px;
}

.timeline-item .box h5 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #00c48b;
}

.timeline-item .box small {
	color: #ffffff;
    padding: 5px 12px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.timeline-item .box p {
  margin-top: 15px;
  margin-bottom: 0;
}

.timeline-item:last-child .box {
  margin-bottom: 0px;
}

/*  Skills  */
.skill-item {
  margin-bottom: 30px;
}

.skill-item h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.skill-item .skill-progress {
  background-color: #ffffff;
  border-radius: 20px;
}

.skill-item .skill-progress-bar {
  width: 0;
  height: 15px;
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.skill-item .skill-progress-bar span {
  position: absolute;
  right: 0;
  top: -24px;
  font-size: 13px;
  font-weight: 500;
}

/**************************************
 * 08.Portfolio Section Style
 *************************************/
#project {
	position: relative;
}

#project .project-list {
	text-align: center;
}

#project .project-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

#project .project-list .nav li {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 15px;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 15px 20px;
	padding: 10px 20px;
	border-radius: 20px;
	color: #ffffff;
	background-color: #2b2b2b;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07);
}

#project .project-list .nav li:hover, #project .project-list .nav li.filter-active {
	color: #fff;
	background: #00c48b;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#project .project-container {
	display: inline-block;
	width: 100%;
}

.project-area .project-grid-item {
	overflow: hidden;
}

.project-grid-item img {
	width: 100%;
	border-radius: 5px;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

.project-item .project-img-overlay {
	position: absolute;
    z-index: 2;
    bottom: 32px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    height: 100px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #00c48bc7;
}
.project-item:hover .project-img-overlay {
    opacity: 1;
	border-radius: 5px;
	-webkit-transform: scale(.98);
	-moz-transform: scale(.98);
	-ms-transform: scale(.98);
	-o-transform: scale(.98);
	transform: scale(.98);
}

.project-item .project-img-overlay .project-content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden;
}


.project-item .project-img-overlay .project-content h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	opacity: 0;
	z-index: 7;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.project-item .project-img-overlay .project-content h6 {
	color: #000;
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: 0.9px;
	position: relative;
	font-weight: 500;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	z-index: 7;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.project-item:hover .project-img-overlay .project-content h4,
.project-item:hover .project-img-overlay .project-content h6 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.project-more-btn {
	margin-top: 40px;
}

/**************************************
 * 08.Pricing Section Style
 *************************************/

.xpt-container {
	text-align: center;
}
.xpt-center {
	text-align: center;
} 


.xpt *,
.xpt *:after,
.xpt *:before {
	-webkit-transition: all .25s  linear;
	   -moz-transition: all .25s  linear;
	    -ms-transition: all .25s  linear;
	     -o-transition: all .25s  linear;
	        transition: all .25s  linear;
}

/* 2 - General Styles End
---------------------------------------------------------------------- */



/* 3 - Hexagon Styles
---------------------------------------------------------------------- */
.xpt-hex {
	font-family: 'Lato', sans-serif;
	position: relative; 
	z-index: 0;
	color: #fff;
	display: inline-block;
	margin: 80px 5px 75px 5px;
}
.xpt-hex:after {
	content: "";
	position: absolute;  
	-webkit-transform: rotate(60deg);
	   -moz-transform: rotate(60deg);
	    -ms-transform: rotate(60deg);
	     -o-transform: rotate(60deg);
	        transform: rotate(60deg);
}
.xpt-hex:before {
	content: "";
	position: absolute; 
	-webkit-transform: rotate(-60deg);
	   -moz-transform: rotate(-60deg);
	    -ms-transform: rotate(-60deg);
	     -o-transform: rotate(-60deg);
	        transform: rotate(-60deg);
} 
.xpt-hex,
.xpt-hex:after,
.xpt-hex:before { 
	width: 250px;
	height: 143px;
	background: #eee;
	text-align: justify;
}
 

/* 3.1 - Inner Hexagon
--------------------------------------*/
.xpt-ihex {
	position: absolute; 
	z-index: 1;
	left: 12px;
	right: 12px;
	top: 6px;
	bottom: 6px; 
}
.xpt-ihex:after {
	content: "";
	position: absolute;  
	-webkit-transform: rotate(60deg);
	   -moz-transform: rotate(60deg);
	    -ms-transform: rotate(60deg);
	     -o-transform: rotate(60deg);
	        transform: rotate(60deg);
}
.xpt-ihex:before {
	content: "";
	position: absolute; 
	-webkit-transform: rotate(-60deg);
	   -moz-transform: rotate(-60deg);
	    -ms-transform: rotate(-60deg);
	     -o-transform: rotate(-60deg);
	        transform: rotate(-60deg);
}
.xpt-ihex,
.xpt-ihex:after,
.xpt-ihex:before { 
	background: #00c48b;
} 

.xpt-ihex:after,
.xpt-ihex:before {
	width: 100%;
    height: 100%;
}
.xpt-box-inr {
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

/* 3.1 - Inner Hexagon End
--------------------------------------*/



/* 3.2 - Price Component
--------------------------------------*/ 
.xpt-box-1 {
	font-weight: 300; 
}
.xpt-title {
	font-size: 15px!important;
    margin: 12px;
    padding: 0;
    font-weight: 300!important;
    text-transform: uppercase;
    margin-top: -15px!important;
}
.xpt-price-box {
	font-weight: 300!important;
	display: inline-block;
	position: relative;
	color: #fff;
}
.xpt-price {
	font-size: 90px;
	line-height: 60px;
}
.xpt-price span {
	position: absolute;
	left: 100%;
	font-size: 40px;
	top: -14px; 
}
.xpt-currency {
	position: absolute;
	left: -20px;
	top: 5px;
	font-size: 40px;
}
.xpt-duration {
	position: absolute;
	font-size: 20px;
	bottom: -30px;
	left: 0;
	right: 0;
}
.xpt-box-2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	opacity: 0;
	padding: 0 45px;
	margin-top: -10px;
}
.xpt-fleft{
	text-align: left;
}
.xpt-fcenter{
	text-align: center;
}
.xpt-fright {
	text-align: right;
}
.xpt-body,
.xpt-body li {
	list-style: none;
	margin: 0!important;
	padding: 0;
}
.xpt-body li {
	line-height: 19px;
	font-size: 12px;
	padding: 4px 0;
	position: relative;
} 


/* Tool-tip */
.xpt-body li span {
	display: inline-block; 
	cursor: help; 
	border-bottom: dotted 2px #fff;
} 
.xpt-body li span:before {
	content: "";
	position: absolute;
	top: -15px;
	width: 12px;
	height: 12px;
	left: 50%;
	margin-left: -6px;  
}
.xpt-body li span i {
	margin:0; 
	margin-bottom: 15px; 
	position: absolute;
	bottom: 100%; 
	display: inline-block; 
    padding: 0 5px;
    border-radius: 3px;
    text-align: center;
    background: #adcf24;
    left: 0px;
    right: 0px;
}
.xpt-body li span:before,
.xpt-body li span i {  
	width: 0;
	height: 0;
	display: inline-block;
	overflow: hidden; 
	border:0;
}
.xpt-body li span:hover:before,
.xpt-body li span:hover i {
	opacity: 1; 
	width: auto;
	height: auto; 
	overflow: visible;
}  
.xpt-body li span:hover:before {
	top: 0; 
	border-width:6px;
	border-style: solid;
	border-color:#fff transparent transparent transparent;
}
.xpt-body li span:hover i {
	margin-bottom: 0;
	padding: 4px;
	border: 2px solid #fff;
}


/* Button */

.xpt-btn {
	font-size: 13px;
	display: inline-block;
	color: #fff!important;
	padding-top: 25px;
	text-decoration: none;
	box-shadow: none!important;
	text-transform: uppercase;
} 

.xpt-body li i,
.xpt-btn i {
	margin-right: 15px;
}


/* 3.2 - Price Component End
--------------------------------------*/


/* 3.3 - Hover Effects
--------------------------------------*/
.xpt-hex:hover .xpt-box-1 {
	opacity: 0;
}
.xpt-hex:hover .xpt-box-2 {
	opacity: 1;
	top: 0;
}

.xpt-hex.xpt-cw:hover,
.xpt-hex.xpt-acw:hover .xpt-ihex {
	-webkit-transform: rotate(60deg);
	   -moz-transform: rotate(60deg);
	    -ms-transform: rotate(60deg);
	     -o-transform: rotate(60deg);
	        transform: rotate(60deg);
}

.xpt-hex.xpt-cw:hover .xpt-ihex,
.xpt-hex.xpt-acw:hover {
	-webkit-transform: rotate(-60deg);
	   -moz-transform: rotate(-60deg);
	    -ms-transform: rotate(-60deg);
	     -o-transform: rotate(-60deg);
	        transform: rotate(-60deg);
}
  
.xpt-hex.xpt-zoom:hover .xpt-ihex {
	-webkit-transform: scale(1.105,1.105);
	   -moz-transform: scale(1.105,1.105);
	    -ms-transform: scale(1.105,1.105);
	     -o-transform: scale(1.105,1.105);
	        transform: scale(1.105,1.105);
} 


.xpt-hex.xpt-zoom-out .xpt-ihex {
	-webkit-transform: scale(1.105,1.105);
	   -moz-transform: scale(1.105,1.105);
	    -ms-transform: scale(1.105,1.105);
	     -o-transform: scale(1.105,1.105);
	        transform: scale(1.105,1.105);
}

.xpt-hex.xpt-zoom-out:hover .xpt-ihex {
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
} 


.xpt-hex.xpt-inr-cw:hover .xpt-ihex .xpt-box-inr, 
.xpt-hex.xpt-inr-acw:hover .xpt-ihex,
.xpt-hex.xpt-acw.xpt-zoom:hover .xpt-box-inr{
	-webkit-transform: rotate(60deg);
	   -moz-transform: rotate(60deg);
	    -ms-transform: rotate(60deg);
	     -o-transform: rotate(60deg);
	        transform: rotate(60deg);
}

.xpt-hex.xpt-inr-cw:hover .xpt-ihex,
.xpt-hex.xpt-inr-acw:hover .xpt-ihex .xpt-box-inr,
.xpt-hex.xpt-cw.xpt-zoom:hover .xpt-box-inr {
	-webkit-transform: rotate(-60deg);
	   -moz-transform: rotate(-60deg);
	    -ms-transform: rotate(-60deg);
	     -o-transform: rotate(-60deg);
	        transform: rotate(-60deg);
}

.xpt-hex.xpt-clr-cng:hover,
.xpt-hex.xpt-clr-cng:hover:after,
.xpt-hex.xpt-clr-cng:hover:before {
	background:  #adcf24;
} 



.xpt-hex.xpt-flip {
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	perspective: 1000;
}
.xpt-hex.xpt-flip .xpt-box-2,
.xpt-hex.xpt-zoom-in-out .xpt-box-2  {
	top: 0;
}
.xpt-hex.xpt-flip:hover .xpt-ihex ,
.xpt-hex.xpt-flip:hover .xpt-box-inr { 
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
	    -ms-transform: rotateY(180deg);
	     -o-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.xpt-hex.xpt-flip.xpt-frl:hover .xpt-ihex ,
.xpt-hex.xpt-flip.xpt-frl:hover .xpt-box-inr { 
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	    -ms-transform: rotateY(-180deg);
	     -o-transform: rotateY(-180deg);
	        transform: rotateY(-180deg);
} 

.xpt-hex.xpt-flip.xpt-ftb:hover .xpt-ihex ,
.xpt-hex.xpt-flip.xpt-ftb:hover .xpt-box-inr { 
	-webkit-transform: rotateX(-180deg);
	   -moz-transform: rotateX(-180deg);
	    -ms-transform: rotateX(-180deg);
	     -o-transform: rotateX(-180deg);
	        transform: rotateX(-180deg);
}

.xpt-hex.xpt-flip.xpt-fbt:hover .xpt-ihex ,
.xpt-hex.xpt-flip.xpt-fbt:hover .xpt-box-inr { 
	-webkit-transform: rotateX(180deg);
	   -moz-transform: rotateX(180deg);
	    -ms-transform: rotateX(180deg);
	     -o-transform: rotateX(180deg);
	        transform: rotateX(180deg);
} 
 
.xpt-hex.xpt-zoom-in-out:hover .xpt-ihex  {
	-webkit-animation: xptzoom-in-out .5s;  
    animation: xptzoom-in-out .5s;
}

@keyframes xptzoom-in-out {
    0% {
    		-webkit-transform: scale(1,1);
    		   -moz-transform: scale(1,1);
    		    -ms-transform: scale(1,1);
    		     -o-transform: scale(1,1);
    		        transform: scale(1,1);
    }
    50% {
    		-webkit-transform: scale(.4,.4);
    		   -moz-transform: scale(.4,.4);
    		    -ms-transform: scale(.4,.4);
    		     -o-transform: scale(.4,.4);
    		        transform: scale(.4,.4);
    } 
    100% {
    		-webkit-transform: scale(1,1);
    		   -moz-transform: scale(1,1);
    		    -ms-transform: scale(1,1);
    		     -o-transform: scale(1,1);
    		        transform: scale(1,1);
    }
}

/* 3.3 - Hover Effects End
--------------------------------------*/
/* 3 - Hexagon Styles  End
---------------------------------------------------------------------- */



 
/* 4 - Hexagon Color Variation
---------------------------------------------------------------------- */
/* Front Hexagon BG Color */
.xpt_inner-lb,
.xpt_inner-lb:after,
.xpt_inner-lb:before,
.xpt_inner-lb li span i{
	background: #0FB9DB;
} 

.xpt_inner-b,
.xpt_inner-b:after,
.xpt_inner-b:before,
.xpt_inner-b li span i{
	background: #3498db;
}

.xpt_inner-db,
.xpt_inner-db:after,
.xpt_inner-db:before,
.xpt_inner-db li span i{
	background: #2980b9;
}

.xpt_inner-ld,
.xpt_inner-ld:after,
.xpt_inner-ld:before,
.xpt_inner-ld li span i{
	background: #2c3e50;
}

.xpt_inner-lg,
.xpt_inner-lg:after,
.xpt_inner-lg:before,
.xpt_inner-lg li span i{
	background: #1abc9c;
}

.xpt_inner-lg,
.xpt_inner-lg:after,
.xpt_inner-lg:before,
.xpt_inner-lg li span i{
	background: #1abc9c;
}

.xpt_inner-g,
.xpt_inner-g:after,
.xpt_inner-g:before,
.xpt_inner-g li span i{
	background: #16a085;
}

.xpt_inner-lr,
.xpt_inner-lr:after,
.xpt_inner-lr:before,
.xpt_inner-lr li span i{
	background: #f15b5d;
}

.xpt_inner-r,
.xpt_inner-r:after,
.xpt_inner-r:before,
.xpt_inner-r li span i{
	background: #dc2a0b;
}

.xpt_inner-o,
.xpt_inner-o:after,
.xpt_inner-o:before,
.xpt_inner-o li span i{
	background: #f39c12;
}

.xpt_inner-lp,
.xpt_inner-lp:after,
.xpt_inner-lp:before,
.xpt_inner-lp li span i{
	background: #d368e8;
}

.xpt_inner-lp,
.xpt_inner-lp:after,
.xpt_inner-lp:before,
.xpt_inner-lp li span i{
	background: #d368e8;
}

.xpt_inner-p,
.xpt_inner-p:after,
.xpt_inner-p:before,
.xpt_inner-p li span i{
	background: #de2e8c;
}

.xpt_inner-dp,
.xpt_inner-dp:after,
.xpt_inner-dp:before,
.xpt_inner-dp li span i{
	background: #F305C7;
}
/* Front Hexagon BG Color End */





/* Back Hexagon BG Color */
.bhex_white,
.bhex_white:after,
.bhex_white:before{
	background: #ffffff;
}
.bhex_GhostWhite,
.bhex_GhostWhite:after,
.bhex_GhostWhite:before{
	background: #F8F8FF;
}
.bhex_WhiteSmoke,
.bhex_WhiteSmoke:after,
.bhex_WhiteSmoke:before{
	background: #F5F5F5;
}
.bhex_Snow,
.bhex_Snow:after,
.bhex_Snow:before{
	background: #FFFAFA;
}
.bhex_Silver,
.bhex_Silverl:after,
.bhex_Silver:before {
	background: #C0C0C0;
}
.bhex_Gray,
.bhex_Gray:after,
.bhex_Gray:before{
	background: #808080;
}
.bhex_LightGray,
.bhex_LightGray:after,
.bhex_LightGray"before {
	background: #D3D3D3;
}
.bhex_SlateGray,
.bhex_SlateGray:after,
.bhex_SlateGray:before{
	background:#708090
}
.bhex_LightSlateGray,
.bhex_LightSlateGray:after,
.bhex_LightSlateGray:before {
	background:#778899
}
.bhex_DimGray,
.bhex_DimGray:after,
.bhex_DimGray:before {
	background:#696969;
}        
.bhex_DarkGray,
.bhex_DarkGray:after,
.bhex_DarkGray:before {
	background:#A9A9A9;
}

/* Back Hexagon BG Color End */


/**************************************
 * 09.Testimonial Section Style
 *************************************/
.testimonial-area {
	background: url(../img/review-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.single-testimonial {
	position: relative;
	background: transparent;
	padding: 0px 30px;
	border-radius: 3px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}


.single-testimonial .testimonial-bio {
	text-align: center;
}

.testi-content-inner .avatar {
    margin: 0 auto;
    margin-bottom: 25px;
}
.single-testimonial .avatar img {
	border-radius: 50%;
	border: 5px solid #ffffff;
	width: 110px;
	margin: 0 auto;
	border-left-color: #00c48b;
	border-right-color: #00c48b;
}
.single-testimonial .bio-info {
    text-align: center;
}
.single-testimonial .bio-info h3 {
	font-size: 17px;
    color: #717171;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Teko', sans-serif;
}
.bio-info h6{
	color: #717171;
}
.single-testimonial .bio-info h3:after {
    content: "|";
    position: absolute;
    right: -4px;
    bottom: 2px;
}
.single-testimonial .bio-info h6 {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
}

.single-testimonial .testimonial-content {
	margin-bottom: 20px;
	text-align: center;
}

.single-testimonial .testimonial-content p {
	font-size: 16px;
	color: #00c48b;
    font-style: italic;
	line-height: 1.8;
    letter-spacing: 1px;
}

/**************************************
 * 10.Blog Section Style
 *************************************/

.blog-area {
}
.blog-area .single-blog {
	position: relative;
	background: #0e121b;
}
.blog-area .post-img {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}
.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding: 30px 25px;
    border-top: 2px solid #00c48b;
}

.blog-date {
    position: absolute;
    top:0;
    left: 15px;
    padding: 8px 10px;
    background: #00c48b;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
	text-transform: uppercase;
}
.blog-date span {
    letter-spacing: 2px;
    font-family: 'Teko', sans-serif;
}
.blog-date i {
    font-size: 20px;
	font-style: normal;
	display: block;
}

.blog-area .single-blog .blog-content h5 a {
    font-size: 18px;
    font-weight: 500;
    color: #00c48b;
    margin-bottom: 10px;
    display: block;
}

.blog-bottom-text-link {
    margin-top: 25px;
}

/**************************************
 * 11.Contact Section Style
 *************************************/
.help-block.with-errors li {
    color: #ff0000;
    margin: 4px 0 0;
    text-align: left;
}

.messages{
    margin-top: 15px;
}

.messages button{
    height: 30px !important;
}

.hidden{
    display: none;
}

.contact-area {
	background: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-area .form input, .contact-area .form textarea {
	width: 100%;
    padding: 15px 0px;
    color: #fff;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #807b7b;
    font-weight: 400;
    background: transparent;
}

#contact-form .button {
	margin: 0;
}

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

button, input, textarea {
	color: #505050;
}

button, input, textarea:focus {
	border: none;
	outline: none;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 12. Map Section Style
 *************************************/
.map-content #contact-map {
	position: relative;
	width: 100%;
	height: 300px;
	border: 0;
	margin-bottom: -2px;
}

/**************************************
 * 13. Footer Section Style
 *************************************/
.footer-area {
	padding: 50px 0;
}
.footer-social-media {
    margin-bottom: 20px;
}
.footer-social-media a {
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.footer-social-media a:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: rgba(200, 200, 200, 0.07);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.footer-social-media a:hover {
    color: #fff;
}
.footer-social-media a:hover:after  {
    background: #00c48b;
}

.copyright-area {
}

.copyright-area p {
	color: #fff;
}

.copyright-area p a {
	color: #00c48b;
	font-weight: 500;
}
.footer-address-list{
	margin-bottom: 30px;
}

@media (max-width: 768px){
	.my-img{
		width: 133px;
	    height: 179px;
	}
	.footer-area .text-left,
	.footer-area .text-right{
		margin-bottom: 15px;
		text-align: center !important;
	}
	.timeline-item .icon:after {
	    position: absolute;
	    content: "";
	    left: auto;
	    top: auto;
	    width: 40px;
	    height: 40px;
	    border-radius: 50%;
	    background-color: #00c48b;
	    margin-top: 0px;
	    margin-left: -15px;
	    z-index: 0;
	}
	.services-icon i{
		margin:0px !important;
	}
	.text-center-mobile{
		text-align: center;
		margin-bottom: 20px;
	}
}