
/*******************************************************
    Template Name    : Turnip - Agency One Page Template
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.Why-Choose us Section Style
    06.About Section Style
    07.Features Section Style
    08.Services Section Style
    09.Hire Section Style
    10.Counter Section Style
    11.Projects Section Style
    12.Price Section Style
    13.Testimonial Section Style
    14.Client-logo Section Style
    15.Blog Section Style
    16.Contact Section Style
    17.Footer Section Style
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/


/*@import url("bootstrap.min.css");*/
/*@import url("font-awesome-all.css");*/
/*@import url("magnific-popup.css");*/
/*@import url("owl.carousel.min.css");*/
/*@import url("owl.theme.default.min.css");*/


body {
	background: #ffffff;
	color: #333;
	font-family: 'Ubuntu', 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;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	color: #333;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

a {
	color: #517291;
	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;
}

a:hover {
	color: #517291;
	-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;
}

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

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

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

.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: 12px 30px;
    background: #674DD6;
    background: -webkit-gradient(linear, right top, left top, from(#00c3a7), to(#124188));
    background: linear-gradient(to right, #00c3a7 0%, #124188 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00c3a7', endColorstr='#124188', GradientType=0);
    border-radius: 4px;
    color: #ffffff;
    font-weight: 500;
    z-index: 1;
    letter-spacing: 0.7px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
    font-size: 15px;
    margin-top: 30px;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.button span {
    background: #0f083a none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: width .6s ease 0s,height .6s ease 0s;
    -moz-transition: width .6s ease 0s,height .6s ease 0s;
    -webkit-transition: width .6s ease 0s,height .6s ease 0s;
    -ms-transition: width .6s ease 0s,height .6s ease 0s;
    -o-transition: width .6s ease 0s,height .6s ease 0s;
    width: 0;
    z-index: -1;
}
.button:hover {
	color: #fff;
}
.button:hover span {
	height: 562.5px;
	width: 562.5px;
}

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-title {
	text-align: center;
	margin-bottom: 30px;
}

.section-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1.2;
    color: #404040;
}
.small-title {
	color: #02b3a3;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
	background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
        background: linear-gradient(65deg, #00c3a7 0, #124188 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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;
	background: #02b3a3;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	border-radius: 5px;
	right: 25px;
	bottom: 20px;
	transition: background 0.5s;
	z-index: 11;
}
.back-to-top i {
	padding-top: 8px;
	color: #fff;
	font-size: 25px;
}
.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-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 7px;
    margin: 0 8px;
    border-radius: 3px;
    background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #000;
}

/**************************************
 * 02.Preloader Style
 *************************************/
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 9999;
}

.loader-wrapper .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/**************************************
 * 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.7px;
	font-family: 'Ubuntu', sans-serif;
}

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

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

.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: #fff;
}

.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: #000000;
}

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

.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: #000;
}

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

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

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
	font-family: 'Ubuntu', 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: #517291;
	color: #fff;
	transition: all 500ms ease;
}

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

.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;
}

/******effect********/

.navbar-nav .nav-item .nav-link {
    display: block;
    position: relative;
    overflow: hidden;
	padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav .nav-item .nav-link span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 400;
}
.navbar-nav .nav-item .nav-link span:before{
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    font-weight: 400;
    width: 100%;
    display: block;
}
.navbar-nav .nav-item .nav-link:hover span,
.navbar-nav .nav-item .nav-link:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


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

.home-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: linear-gradient(65deg, #00c3a7 0, #124188 100%);
}
.home-area .home-content h6 {
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.3;
}
.home-area .home-content h2 {
    font-size: 45px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.home-area .home-content p {
	color: #fff;
	font-size: 18px;
}

.home-area .home-content .button {
    background: #072f54;
}
.home-area .home-content .button-1 {
	margin-right: 10px;
}

/**************************************
 * 05. Why-Choose Section Style
 *************************************/
.choose-area {
    padding: 60px 0;
    background: #f9f9f9;
}
.choose-item {
	border-radius: 5px;
	text-align: left;
	position: relative;
}

.choose-icon {
    width: 65px;
    height: 65px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 7px 20px -4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 20px -4px rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border: 3px solid #f7f7f7;
    transition: all 0.3s ease-in-out;
}
.choose-item:hover .choose-icon {
    background: #072f54;
    transition: all 0.3s ease-in-out;
}
.choose-icon i {
    font-size: 28px;
    color: #072f54;
}
.choose-item:hover .choose-icon i {
	color: #ffffff;
    transition: all 0.3s ease-in-out;
	
}
.choose-info {
    padding-left: 90px;
}
.choose-info h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #333;
	line-height: 1.3;
}

/**************************************
 * 06. About Section Style
 *************************************/
.about-area {
}
.about-info {
	display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	padding-right: 100px;
}
.color-text {
    background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
    background: linear-gradient(65deg, #00c3a7 0, #124188 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-info h2 {
	font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: #545454;
    margin-bottom: 10px;
}
.about-info p {
    margin-top: 10px;
}
.about-info .btn {
    margin-top: 25px;
}

/**************************************
 * 07.Feature Section Style
 *************************************/
.feature-area {
	background: url(../img/faq.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
.feature-content {
	background: url(../img/feature-content-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	padding-left: 50px;
}
.feature-content::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: linear-gradient(65deg, #00c3a7 0, #124188 100%);
}
.feature-content h5 {
    color: #fff;
    font-size: 18px;
}

.feature-content h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.feature-content-width {
    width: 88%;
}
.feature-item {
    margin-top: 30px;
}
.feature-icon {
    width: 55px;
    height: 55px;
    line-height: 60px;
    color: #ffffff;
    background: transparent;
    margin-bottom: 20px;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
}

.feature-icon i {
    font-size: 25px;
}
.feature-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.feature-info p {
    color: #fff;
}
/**************************************
 * 08.Services Section Style
 *************************************/
.services-area {
}
.services-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}
.services-item {
    background: #fff;
    padding: 40px 30px;
    margin-top: 30px;
    border-radius: 7px;
    position: relative;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    text-align: left;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    background-size: cover;
    background-position: 50% 0% !important;
}
.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    border-radius: 7px;
    background: linear-gradient(65deg, #00c3a7 0, #124188 100%);
}
.services-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .7s;
    transition: all .7s;
    border-radius: 7px;
}

.post-arrow {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease-in-out;
}

.post-arrow::before {
		content: '';
		width: 10px;
		height: 10px;
		position: absolute;
		top: -4px;
		right: 0;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
}

.services-item:hover .post-arrow { 
	width: 50px;
	background: #fff;
 }

.services-item:hover .post-arrow::before { 

		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
 }
.services-item-cover {
    position: relative;
    z-index: 7;
}
.services-item:hover:after {
    opacity: 0;
}
.services-item:hover i,
.services-item:hover h3,
.services-item:hover p {
    color: #fff;
}
.services-item.bg-1 {
    background-image: url(../img/blog/1.jpg);
}
.services-item.bg-2 {
    background-image: url(../img/blog/2.jpg);
}
.services-item.bg-3 {
    background-image: url(../img/blog/3.jpg);
}
.services-item.bg-4 {
    background-image: url(../img/blog/1.jpg);
}
.services-item.bg-5 {
    background-image: url(../img/blog/2.jpg);
}
.services-item.bg-6 {
    background-image: url(../img/blog/3.jpg);
}

.services-icon i {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.color-1 {
	color: #ffb400 !important;
}
.color-2 {
	color: #b832fd !important;
}
.color-3 {
	color: #08981c !important;
}
.color-4 {
	color: #78a154 !important;
}
.color-5 {
	color: #4f93a6 !important;
}
.color-6 {
	color: #fecb3c !important;
}
.services-info h3 {
    font-size: 18px;
    font-weight:600;
    margin-bottom: 10px;
}
.services-info p {
    margin-bottom: 20px;
}
 
/**************************************
 * 09.Hire Section Style
 *************************************/
.hire-area {
	position: relative;
	text-align: center;
	background: url(../img/custom-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	z-index:1;
	padding: 100px 0;
}

.hire-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: linear-gradient(65deg, #00c3a7 0, #124188 100%);
}
.hire-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

/**************************************
 * 10.Counter Section Style
 *************************************/


.counter-img {
    position: relative;
}
.counter-img img {
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
.counter-info {
    padding-right: 80px;
}
.counter-info h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin-bottom: 15px;
}
.single-counter {margin-top: 25px;}

.counter-number{
	font-size: 40px;
	font-weight: 500;
	color: #525252;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 1;
}
.single-counter h5 {
    font-size: 40px;
    font-weight: 500;
    color: #02b3a3;
}
.counter-heading {
    font-size: 18px;
    font-weight: 500;
    color: #525252;
	margin-bottom: 10px;
}

.counter-img .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.counter-img .iq-video {
    background: #02b3a3;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 100%;
    line-height: 53px;
    z-index: 9;
    position: relative;
    border: 8px solid #fff;
}
.counter-img .iq-video i {
	margin-left: 3px;
}
.counter-img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.counter-img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgba(2, 179, 163, 0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.counter-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.counter-img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.counter-img .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

/**************************************
 * 11.work Section Style
 *************************************/
.work-area {
    background: #f9f9f9;
}

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

.work-item .work-overlay-content {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transition: .4s linear;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 50px 35px 50px 35px;
}
.work-overlay-title h5 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
}

.work-overlay-title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}

.work-overlay-title {
    margin-bottom: 185px;
    position: relative;
    z-index: 1;
}
.work-overlay-title:before {
    content: '';
    width: 80%;
    height: 60px;
    background-image: url(../img/dots.png);
    position: absolute;
    z-index: -1;
    margin-left: -15px;
    top: 24px;
    opacity: .5;
}
.work-overlay-button a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #02b3a3;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
    background: linear-gradient(65deg, #00c3a7 0, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.work-overlay-button a i {
	font-size: 18px;
    color: #02b3a3;
    background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
    background: linear-gradient(65deg, #00c3a7 0, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.work-item img {
width: -webkit-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    transform: translate3d(-50px,0,0);
    transition: .35s;
    max-width: none;
}
.work-item:hover img{transform:translate3d(0,0,0)}

.work-overlay {
	transform: translate3d(15px,0,0);
    transition: .35s;
    position: relative;
    height: 100%;
    width: 100%;
}
.work-overlay-button {
    position: absolute;
    left: 0;
    bottom: 0;
}
.work-item:hover .work-overlay {
    transform: translate3d(0px,0,0);
}

/**************************************
 * 12.Price Section Style
 *************************************/
.pricing-content {
    padding: 30px 30px;
    background: #ffffff;
    text-align: left;
    border-radius: 7px;
    box-shadow: -1px 3px 20px 0px rgba(75, 81, 91, 0.1);
    transition: all 0.4s ease 0s;
}

.price-heading {
    margin-bottom: 30px;
    text-align: center;
}

.price-heading i {
    font-size: 50px;
    color: #02b3a3;
    margin-bottom: 15px;
}

.price-heading .price-name h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.price-heading .price-name h2 {
    font-size: 33px;
    font-weight: 700;
    color: #02b3a3;
}

.price-heading .price-name .price-small-text {
    font-size: 15px;
    font-weight: 500;
    color: #3e3e3e;
}

.price-body ul li {
    display: block;
    border-top: 1px dashed;
    padding: 10px 0;
    border-color: #dfe4e8;
}
.price-body ul li:last-child {
    padding-bottom: 0;
}
.price-body ul li i {
    color: #02b3a3;
    padding-right: 5px;
}
.price-body .offer-list-none {
    color: #b7b7b7;
}

.price-body .offer-list-none i {
    color: rgba(247, 47, 60, 0.45);
}
.price-btn {
    text-align: center;
}
.price-button-1 {
    background: linear-gradient(65deg, #00c3a7 0, #1e4e96 100%);
}
.price-button-2 {
	background: #4e54c8;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.price-button-3 {
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/**************************************
 * 13.Testimonial Section Style
 *************************************/
.testimonial-area {
	position: relative;
	text-align: center;
	background: url(../img/custom-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index:1;
	padding: 100px 0;
}

.testimonial-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: linear-gradient(65deg, #00c3a7 0, #124188 100%);
}
.single-testimonial {
	padding: 50px 50px;
    border-radius: 40px 0px 40px 40px;
    background: #fff;
}
.testimonial-img .author img {
    width: 85px !important;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid #ffffff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.07);
}

.testimonial-img {
    margin-bottom: 15px;
}
.testimonial-area .client-area {
    margin-bottom: 30px;
}
.testimonial-area .owl-carousel {
  position: relative;
  z-index: 2;
}
.testimonial-area .client-area {
  margin-bottom: 30px;
}
.testimonial-area .client-area .img {
  display: inline-block;
  position: relative;
}
.testimonial-area .client-area .img .icon {
  width: 50px;
  position: absolute;
  top: 70px;
}
.testimonial-area .client-area .img .icon:first-of-type {
  left: -90px;
}
.testimonial-area .client-area .img .icon:last-of-type {
  right: -90px;
}
.testimonial-area .client-area .author {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.testimonial-area .client-area h6 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 5px;
}
.testimonial-area .client-area span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #000;
}

/**************************************
 * 14.Client logo Section Style
 *************************************/
.client-logo img {
    width: 70% !important;
    margin: 0 auto;
    line-height: 100px;
}

.client-logo {
    background: #efefef;
    min-height: 130px;
    padding: 25px 0;
    border-radius: 5px;
}
/**************************************
 * 15.Blog-area Section Style
 *************************************/
.blog-area {
    background: #fbfbfb;
}
.blog-area .item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.blog-area .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blog-area .item:hover .content {
  bottom: 0;
}
.post-img.position-re.o-hidden {
    overflow: hidden;
  position: relative;
}
.post-img.position-re.o-hidden .blog-tag {
    position: absolute;
    top: 20px;
    left: 25px;
}

.post-img.position-re.o-hidden .blog-tag a {
    color: #ffffff;
    font-size: 13px;
    background: #02b3a3;
    padding: 5px 15px;
    border-radius: 5px;
}
.blog-area .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog-area .item .content {
    padding: 20px;
    background: #fff;
}
.blog-area .item .content .data a {
    color: #02b3a3;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blog-area .item .content .data a {
  margin-right: 10px;
  position: relative;
}
.blog-area .item .content .data a:after {
  content: '-';
  position: relative;
  margin-left: 10px;
}
.blog-area .item .content .data a:last-child {
  margin-right: 0;
}
.blog-area .item .content .data a:last-child:after {
  display: none;
}
.blog-area .item .content h5 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
    display: block;
}
.blog-area .item .content h5 a:hover {
    color: #02b3a3;
}
.blog-area .item .content p {
  color: #333;
  font-size: 13px;
}
/**************************************
 * 16.Contact Section Style
 *************************************/
.contact-area .item {
}

.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background-color: #f1f1f1;
    font-weight: 400;
    border-radius: 5px;
}
.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}
#contact-form .button {
    margin: 0;
}
.form-group {
    margin-bottom: 25px;
}

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

#map-section iframe {
    width: 100%;
    height: 400px;
}

.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;
}
/**************************************
 * 17.Footer Section Style
 *************************************/

.footer-area {
    background: #fbfbfb;
}
.footer-top {
    padding-top: 100px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.footer-boottom {
    padding: 50px 0;
}


.footer-box p {
    color: #333333;
    margin-bottom: 20px;
}

.footer-social-icon a i {
    font-size: 14px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #ffffff;
    background: #ff8a00;
    text-align: center;
    background: linear-gradient(65deg, #00c3a7 0, #124188 100%);
}
.footer-link h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #292929;
}

.footer-link .list-menu li a {
    color: #333333;
    margin-bottom: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.footer-link .list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}
.footer-link .list-menu li a span:before{
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    font-weight: 600;
    width: 100%;
    display: block;
}
.footer-link .list-menu li a:hover span,
.footer-link .list-menu li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.footer-subscribe form input {
    background-color: rgb(254, 254, 255);
    color: #fff;
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 5px;
}

.subscribe-btn {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
}

