
/*----------------------------------------------------------------------- 
table of content
-------------------------------------------------------------------------* /

The One Pluse Finance - Business Corporate HTML5 Template

File:           CSS Base
Version:        1.1
Last change:     
Author:         WOWsketch.


/* ----------------------------
* 1 = Fonts 
* 2 = Global 
* 3 = Home Page 1
* 4 = Home Page 2
* 5 = About Page
* 6 = Blog Page
* 7 = Single Page
* 9 = Contact us Page
* 10 = 404 Page
/*----------------------------------------------------------------------- 
End of Table of Content
-------------------------------------------------------------------------* /

/*----------------------------------------------------------------------- 
fonts
-------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,600i');


/*----------------------------------------------------------------------- 
Global
-------------------------------------------------------------------------*/
* { box-sizing: border-box; }
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 2;
	letter-spacing: .5px;
	background-color: #fff;
	color: #606060;
	font-family: 'Poppins', sans-serif;
	 -webkit-font-smoothing: antialiased;
}

li {
	display: inline-block;
}
section {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active {
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
.form-control {
	box-shadow: none;
}
.title-head  h2 {
	color: #333333;
	font-weight: 600;
}
.title-text {
	max-width: 605px;
	margin: 0 auto;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	text-transform: uppercase; 
}
.one-pluse-button a {
	border: 2px solid #009edb;
	color: #009edb;
	font-size: 20px;
	position: relative;
	padding: 10px 30px 7px 30px;
	border-radius: 25px;
	transition: .3s all ease-in-out;
}
.one-pluse-button a:before {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 50%;
	right: 50%;
	height: 10px;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.one-pluse-button a:hover {
	background-color: #009edb;
	color: #ffffff;
}
.one-pluse-button a:hover:before,
.one-pluse-button a:focus:before {
	left: 5%;
	right: 5%;
	opacity: 1;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
}
.colmd4{
	max-width: 370px;
}
.colmd5 {
	max-width: 470px;
}
.colmd7 {
	max-width: 630px;
}
.colmd8 {
	max-width: 770px;
	margin: 0 auto;
} 
.owl-carousel {
	display: block;
}

.section-content {
	padding-top: 95px;
}
.overlay {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
}
.page-overlay {
	background-color:  rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
#project-page-head {
	background-image: url(img/page-head-bg.jpg);
}
#about-page-head {
	background-image: url(img/page-head-2.jpg);
}
#service-page-head{
	background-image: url(img/page-head-3.jpg);
}
#blog-page-head{
	background-image: url(img/page-head-4.jpg);
}
#blog-single-page-head {
	background-image: url(img/page-head-5.jpg);	
}
#contact-page-head {
	background-image: url(img/page-head-6.jpg);	
}
#error-page-head {
	background-image: url(img/page-head-7.jpg);	
}
.page-head-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding-bottom: 430px;
}
.page-head-content {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
}
.page-head-content .breadcrumb {
	background-color: transparent;
}
.page-head-content .breadcrumb-item  a{
	color: #ffffff;
}
.breadcrumb>.active{
	color: #ffffff;
}
.breadcrumb>li+li:before {
	content: ">";
	color: #ffffff;
	padding: 0px 5px 0px 0px;
}
/*  - Padding Setting 
------------------------------*/
.pt40{padding-top: 40px;}
.pt20{padding-top: 20px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt25{padding-top: 25px;}
.pb30{padding-bottom: 30px;}
.pb85{padding-bottom: 85px;}
.pb65{padding-bottom: 65px;}
.pb95{padding-bottom: 95px;}
.pb25{padding-bottom: 25px;}
.pb20{padding-bottom: 20px;}
.pb45{padding-bottom: 45px;}
.pb40{padding-bottom: 40px;}
.pb105{padding-bottom: 105px;}
.pt30{padding-top: 30px;}
.p15{padding: 15px}

/*  - Margin Setting 
------------------------------*/
.mb30{margin-bottom: 30px}
.mb40{margin-bottom: 40px}
.mb50{margin-bottom: 50px}
.mb55{margin-bottom: 55px}
.mb10{margin-bottom: 10px}
.mb25{margin-bottom: 25px}
.mb50{margin-bottom: 50px}
.mt50{margin-top: 50px}
.mt170{margin-top: 170px}
.mt5{margin-top: 5px}
.mt10{margin-top: 10px}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}
.mt100{margin-top: 100px}
.mt35{margin-top: 35px}
.mt30{margin-top: 30px}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.mr15{margin-right: 15px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.ml50{margin-left: 50px;}
.mr60{margin-right: 60px;}




/*----------------------------------------------------------------------- 
Start of Slider Section
-------------------------------------------------------------------------*/
.zeus .tp-bullet:after {
	background-color: #009edb;
	height: 12px;
	width: 12px;
	left: -1px;
	top: -1px;
}
.zeus .tp-bullet {
	height: 10px;
	width: 10px;
}

.tp-caption.Concept-Notice a {
	width: 210px;
	display: block;
	height: 65px;
	line-height: 65px;
	color: #fff;
	background: #009edb;
	border-radius: 35px;
}
/*----------------------------------------------------------------------- 
/ End of Slider Section
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start Of who we are section
-------------------------------------------------------------------------*/
.our-list li {
	display: block;
	margin-bottom: 10px;
	transition: .3s all ease-in-out;
}
.our-list li i {
	color: #009edb;
	margin-right: 10px;
}
.our-list li:hover {
	margin-left: 5px;
}
.our-video {
	max-width: 440px;
	position: relative;
	margin: 0;
}
.video-play-icons{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.video-play-icons i {
	font-size: 36px;
	color: #fff;
	border: 2px solid;
	border-radius: 100%;
	height: 85px;
	width: 85px;
	line-height: 85px;
	padding-left: 7px;
}
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.no-touch .hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255, 255, 255, 1);
	-webkit-transform: scale(0.70);
	-moz-transform: scale(0.70);
	-ms-transform: scale(0.70);
	transform: scale(0.70);
	color: #fff;
}
.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(0, 158, 219, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 158, 219, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(0, 158, 219, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 158, 219, 0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(0, 158, 219, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 158, 219, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(0, 158, 219, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 158, 219, 0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(0, 158, 219, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0, 158, 219, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(0, 158, 219, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0, 158, 219, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

/*----------------------------------------------------------------------- 
/ End of  who we are section
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start of service section
-------------------------------------------------------------------------*/
.service-icon i {
	font-size: 35px;
	color: #00aeef;
	transition: .3s all ease-in-out;
}
.service-head h3 {
	color: #606060;
	font-size: 24px;
	text-transform: none;
	font-weight: 500;
	transition: .3s all ease-in-out;
}
.service-name:hover i {
	color: #606060;
}
.service-name:hover h3 {
	color: #00aeef;
}

/*----------------------------------------------------------------------- 
/ End of Service section
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start of achievement section
-------------------------------------------------------------------------*/
.achievement-section {
	background-image: url(img/achieve-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 0;
}
.blue-overlay {
	background-color: rgba(0, 176, 240, 0.8);
}
.achievement-section .section-title .title-head h2,
.achievement-section .section-title .title-text p,
.newsletter-section .section-title .title-head h2,
.newsletter-section .section-title .title-text p{
	color: #ffffff;
}
.achievement-icon-text {
	color: #ffffff;
	border-right: 1px dashed;
}

.achive-icon i {
	font-size: 25px;
	border-radius: 100%;
	height: 80px;
	width: 80px;
	line-height: 80px;
	border: 5px solid #ffffff;
}
.achive-text .count,
.achive-text .count-title {
	font-size: 20px;
	font-weight: 500; 
	line-height: 25px;
}
.achievement-content .count-up:last-child .achievement-icon-text {
	border-right: none;
}
.achievement-section .section-content{
	padding-bottom: 95px;
}
/*----------------------------------------------------------------------- 
/ End of  achievement section
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
 Start of our-team-section
 -------------------------------------------------------------------------*/
 .one-pluse-wrap {
 	overflow: hidden;
 	text-align: center;
 	margin: 0 auto;
 	position: relative;
 	display: inline-block;
 }
 .one-pluse-wrap img {
 	width:100%;
 }
 .one-pluse-title {  
 	top: -50px;
 	opacity: 0;
 	margin: 0 30px 10px;
 	font-weight: 400;
 	position: relative; 
 	-webkit-transition: all 1s ease 0.01s;
 	-moz-transition: all 1s ease 0.01s;
 	-ms-transition: all 1s ease 0.01s;
 	-o-transition: all 1s ease 0.01s;
 	transition: all 1s ease 0.01s;
 }
 .one-pluse-title:after {
 	left: 50%;
 	bottom: -6px;
 	content: '';
 	height: 1px;
 	width: 0;
 	position: absolute;
 	background-color: #040404;
 	-webkit-transition: all 1s ease 0.8s;
 	-moz-transition: all 1s ease 0.8s;
 	-ms-transition: all 1s ease 0.8s;
 	-o-transition: all 1s ease 0.8s;
 	transition: all 1s ease 0.8s;
 }
 .one-pluse-wrap:hover .xs-title:after {
 	left: 0;
 	width: 100%;
 }
 .one-pluse-title a {
 	display: block;
 	color: #ffffff;
 	font-size: 25px;
 	font-weight: 600;
 	line-height: 24px;
 	text-decoration: none;
 	-webkit-transition: .3s all ease-in-out;
 	-moz-transition: .3s all ease-in-out;
 	-ms-transition: .3s all ease-in-out;
 	-o-transition: .3s all ease-in-out;
 	transition: .3s all ease-in-out;
 }
 .one-pluse-title a:hover{
 	color: #00aeef;
 }
 .one-pluse-title span {
 	width: 100%;
 	height: auto;
 	color: #ffffff;
 	display: block;
 	font-size: 14px;
 }
 .one-pluse-icon {
 	color: #000;
 	display: inline-block;
 	margin: 0 5px;
 	opacity: 0;
 	position: relative;
 	cursor: pointer;
 	-webkit-transition-duration: 0.6s;
 	-moz-transition-duration: 0.6s;
 	-ms-transition-duration: 0.6s;
 	-o-transition-duration: 0.6s;
 	transition-duration: 0.6s;
 }
 .one-pluse-icon a {
 	color: #ffffff;
 	padding: 5px 0px;
 	-webkit-transition: all .2s ease-in-out;
 	-moz-transition: all .2s ease-in-out;
 	-ms-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
 }
 .one-pluse-icon:hover span,
 .one-pluse-icon:hover a {
 	color: #00aeef;
 }
 .one-pluse-content {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	left: 0;
 	top: 0;
 	-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-round{
 	border: 1px solid #ffffff;
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	right: 0px;
 	bottom: 0px;
 	opacity: 0;
 	transition: all 0.5s ease;
 }
 .one-pluse-content_inner {
 	display: table;
 	width: 100%;
 	height: 100%;
 	z-index: -1;
 }
 .one-pluse-content_inner1 {
 	display: table-cell;
 	width: 100%;
 	height: 100%;
 	vertical-align: middle;
 }

/*  - Hover Area
------------------------------------------------*/
.one-pluse-wrap:hover .one-pluse-icon,
.one-pluse-wrap:hover .one-pluse-content,
.one-pluse-wrap:hover .one-pluse-title {
	opacity: 1;
	top: 0;
	z-index: 1;
}
.one-pluse-wrap:hover .border-round{
	opacity: 1;
	top: 30px;
	left: 40px;
	right: 40px;
	bottom: 30px
}

/*  - Icon Hover Delay 
------------------------------------------------*/

.one-pluse-content .one-pluse-icon:nth-of-type(2) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.one-pluse-content .one-pluse-icon:nth-of-type(3) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.one-pluse-content .one-pluse-icon:nth-of-type(4) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-ms-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.one-pluse-content .one-pluse-icon:nth-of-type(5) {
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-ms-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.one-pluse-content .one-pluse-icon:nth-of-type(6) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.one-pluse-wrap:hover .one-pluse-content {
	background-color: rgba(0, 0, 0, 0.7);
}
/*----------------------------------------------------------------------- 
 /End of our-team-section
 -------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
 Start of client-testmonial-section
 -------------------------------------------------------------------------*/
 .client-testmonial-content {
 	max-width: 755px;
 	margin: 0 auto;
 }
 .client-thinking-text {
 	background-color: #00aeef;
 	padding: 50px 0px 30px 100px;
 	position: relative;
 }
 .client-thinking-text:before {
 	position: absolute;
 	content: "\f10d";
 	font-family: "fontawesome";
 	font-size: 28px;
 	top: 30px;
 	color: #ffffff;
 	left: 65px;
 }
 .client-thinking-text:after {
 	position: absolute;
 	content:'';
 	bottom: 0;
 	left: 0;
 	width: 0;
 	bottom: -20px; 
 	height: 0; 
 	border-left: 40px solid transparent;
 	border-right: 0px solid transparent;
 	border-top: 20px solid #abdcef;
 }
 .client-thinking-text p { 
 	color: #ffffff;
 }
 .client-img {
 	float: left;
 	height: 80px;
 	width: 80px
 }
 .client-img img {
 	border-radius: 100%;
 	
 }
 .client-name .name {
 	text-transform: none;
 	color: #00aeef;
 	font-size: 16px;
 }
 .client-name p {
 	font-size: 10px;
 }
 .client-testmonial-content {
 	position: relative;
 }
 .client-testmonial-content .owl-prev {
 	position: absolute;
 	top: 40px;
 	left: -210px;
 }
 .client-testmonial-content .owl-next {
 	position: absolute;
 	top: 40px;
 	right: -210px;
 }
 .client-testmonial-content .owl-prev i,
 .client-testmonial-content .owl-next i {
 	font-size: 50px;
 	color: #dcdcdc;
 } 
 .client-testmonial-content .owl-prev i:hover,
 .client-testmonial-content .owl-next i:hover {
 	color: #000000;
 }
/*----------------------------------------------------------------------- 
 /End of client-testmonial-section
 -------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
 Start of call to action
 -------------------------------------------------------------------------*/
 .call-to-action-section,
 .newsletter-section {
 	background-color: #00aeef;
 }
 .call-icon h3 {
 	text-transform: none;
 	font-size: 35px;
 	color: #ffffff;
 	font-weight: 400;
 }
 .call-text p {
 	color: #ffffff;
 }
 .call-text {
 	max-width: 470px;
 	margin: 0 auto;
 }
 .number-email li a,
 .number-email li span {
 	color: #ffffff;
 	font-size: 18px;
 }
 .number-email li:last-child a {
 	text-decoration: underline;
 }
/*----------------------------------------------------------------------- 
 /End of call to action
 -------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
 Start of blog section
 -------------------------------------------------------------------------*/
 .tag-meta {
 	display: table;
 	width: 100%;
 }
 .blog-tag a {
 	color: #00aeef;
 	font-weight: 500;
 }
 .one_plus-post-meta li a {
 	color: #808080;
 	font-weight: 500;
 }
 .blog-head h2 a {
 	font-size: 20px;
 	font-weight: 500;
 	color: #606060;
 	text-transform: none;
 	transition: .3s all ease-in-out;
 }
 .home-blog-pic img,
 .service-project-item img {
 	transition: .5s all ease-in-out;
 }
 .home-blog-pic,
 .service-project-pic{
 	overflow: hidden;
 }
 .home-blog-text-pic:hover img,
 .service-project-item:hover img {
 	transform: scale(1.05);

 }
 .home-blog-text-pic:hover .blog-head h2 a {
 	color: #009edb;
 }
 .home-blog-content .one-pluse-button a {
 	padding: 8px 23px 6px 23px
 }
 .home-blog-content .owl-controls {
 	text-align: center;
 	position: relative;
 	margin-top: 30px;
 }
 .home-blog-content .owl-controls .owl-next i,
 .home-blog-content .owl-controls .owl-prev i {
 	font-size: 25px;
 	color: #ffffff;
 	background-color: #606060;
 	height: 30px;
 	width: 30px;
 	border-radius: 100%;
 	line-height: 30px;
 	transition: .3s all ease-in-out;
 }
 .home-blog-content .owl-controls .owl-next i:hover,
 .home-blog-content .owl-controls .owl-prev i:hover {
 	background-color: #00aeef;
 }
 .home-blog-content .owl-controls .owl-next,
 .home-blog-content .owl-controls .owl-prev {
 	display: inline-block;
 	margin: 0px 5px;
 }
/*----------------------------------------------------------------------- 
 /End of blog section
 -------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
 Start of newsletter
 -------------------------------------------------------------------------*/
 .newsletter-form form {
 	max-width: 940px;
 	margin: 0 auto;
 }
 .newsletter-form form input {
 	max-width: 770px;
 	border-radius: 0;
 	height: 90px;
 	background-color: transparent;
 	border: 2px solid #ffffff;
 	color: #ffffff
 }
 .newsletter-form form input:focus {
 	border: 2px solid #ffffff;
 }
 .newsletter-form .input-group-addon {
 	background-color: #ffffff;
 	padding: 0px 20px;
 	border-radius: 0;
 }
 .newsletter-form button{
 	background-color: transparent;
 	border: none;
 	color: #00aeef;
 	font-weight: 500;
 	font-size: 20px;
 }
 .form-control::-webkit-input-placeholder {
 	color: #fff;
 	font-size: 20px;
 	font-weight: 500;
 }
/*----------------------------------------------------------------------- 
 /End  of newsletter
 -------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
 Start of footer
 -------------------------------------------------------------------------*/
 .footer-section {
 	background-image: url(img/footer-bg.jpg);
 	background-image: url(img/footer-bg.jpg);
 	background-position: 50%;
 	background-size: cover;
 	background-repeat: no-repeat;
 	position: relative;
 }
 .footer-service-head h3 {
 	color: #ffffff;
 	font-size: 20px;
 	font-weight: 500;
 }
 .service-list-item li i {
 	float: left;
 	float: left;
 	margin-top: 5px;
 	margin-right: 12px;
 	color: #ffffff;
 }
 .service-list-item span {
 	display: table;
 	max-width: 135px;
 	color: #ffffff;
 }
 .footer-social-list li a i {
 	font-size: 25px;
 	color: #ffffff;
 	margin-right: 10px;
 	transition: .3s all ease-in-out;
 }
 .footer-social-list li a i:hover {
 	color: #00aeef;
 }
 .quicklink-list li {
 	margin-bottom: 9px;
 	margin-left: -5px;
 	width: 135px;

 }
 .quicklink-list li a {
 	color: #ffffff;
 	transition: .3s all ease-in-out;
 }
 .quicklink-list li a i {
 	opacity: 0;
 	color: #00aeef;
 	transition: .3s all ease-in-out;
 }
 .quicklink-list li a:hover {
 	color: #00aeef;
 	margin-left: 15px;
 }
 .quicklink-list li a:hover i {
 	opacity: 1;
 	margin-right: 5px;
 }
 .quick-list-1 {
 	display: inline-block;
 }
 .twitter-list li i {
 	float: left;
 	color: #00aeef;
 	margin-right: 30px;
 	font-size: 18px;
 	margin-top: 5px;
 }
 .twitt-name a {
 	float: left;
 	margin-right: 5px;
 	color: #ffffff;
 }
 .twitter-list li p {
 	margin-left: 50px;
 	margin-bottom: 0;
 	color: #c8c8c8;
 }
 .meta-time {
 	color: #ffffff;
 }
 .copy-right {
 	background-color: #000000;
 	padding: 35px 0px;
 }
 .copy-right p {
 	color: #ffffff;
 	font-size: 16px;
 	margin-bottom: 0;
 }
/*----------------------------------------------------------------------- 
 /End  of footer
 -------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
 Start of project Section
 -------------------------------------------------------------------------*/
 .project-name {
 	border: 1px solid;
 	max-width: 85%;
 	margin: 0 auto 30px auto
 }
 .project-item button {
 	display: inline-block;
 	padding: 13px 8px;
 	background: transparent;
 	border: 0;
 	color: #494949;
 	font-size: 20px;
 	font-weight: 500;
 	cursor: pointer;
 	text-transform: uppercase;
 }
 .project-item button:hover {
 	color: #1270f0;
 }
 .project-item button.active {
 	color: #1270f0;
 }

 .project-item button:focus {
 	outline: 0 none;
 }

 .project-item-details:after {
 	content: '';
 	display: inline-block;
 	width: 100%;
 }

 .project-item-details .mix {
 	display: inline-block;
 	max-width: 370px;
 	max-height: 400px;
 	margin-bottom: 30px;
 	position: relative;
 }

 .project-item-details .mix {
 	display: none;
 }

 .project-item-details .mix:before {
 	content: '';
 	display: inline-block;
 }
 .project-link i {
 	font-size: 50px;
 	color: #ffffff;
 }
 .project-link i:hover {
 	color: #06a7ea;
 }
 .project-link {
 	position: absolute;
 	top: 35%;
 	left: 0;
 	right: 0;
 	opacity: 0;
 	text-align: center;
 	transition-delay: .5s;
 	transition: .5s all ease-in-out;
 	transition-delay: .5s;
 }
 .snip1494:hover .project-link{
 	opacity: 1;
 	top: 45%;
 	transition-delay: .5s;
 }
 .snip1494 {
 	position: relative;
 	float: left;
 	overflow: hidden;
 	margin: 10px 1%;
 	max-width: 370px;
 	width: 100%;
 	color: #ffffff;
 	font-size: 16px;
 	background-color: #000000;
 	-webkit-transform: translateZ(0);
 	transform: translateZ(0);
 }
 .snip1494 *,
 .snip1494 *:before,
 .snip1494 *:after {
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	-webkit-transition: all 0.3s ease;
 	transition: all 0.3s ease;
 }
 .snip1494 .caption {
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	left: 0;
 	right: 0;
 }
 .snip1494 .caption:before,
 .snip1494 .caption:after,
 .snip1494 .caption div:before,
 .snip1494 .caption div:after {
 	opacity: 0;
 	-webkit-transform: scale(0.05);
 	transform: scale(0.05);
 }
 .snip1494 .caption:before,
 .snip1494 .caption:after {
 	height: 50%;
 	width: 50%;
 	position: absolute;
 	content: '';
 	background-color: #080808;
 }
 .snip1494 .caption:before {
 	top: 50%;
 	left: 0;
 }
 .snip1494 .caption:after {
 	bottom: 0;
 	right: 0;
 }
 .snip1494 .caption div:before,
 .snip1494 .caption div:after {
 	width: 50%;
 	height: 50%;
 	position: absolute;
 	content: '';
 	background-color: #000000;
 }
 .snip1494 .caption div:before {
 	top: 0;
 	right: 0;
 }
 .snip149 .caption div:after {
 	bottom: 0;
 	left: 0;
 }
 .snip1494 span {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	-webkit-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 	font-size: 4em;
 	z-index: 1;
 	opacity: 0;
 }
 .snip1494 a {
 	position: absolute;
 	top: 40%;
 	bottom: 0;
 	left: 0;
 	right: 0;
 	z-index: 1;
 }
 .snip1494:hover img,
 .snip1494.hover img {
 	zoom: 1;
 	filter: alpha(opacity=50);
 	-webkit-opacity: 0.4;
 	opacity: 0.4;
 }
 .snip1494:hover span,
 .snip1494.hover span {
 	opacity: 0.5;
 	-webkit-transition-delay: 0.2s;
 	transition-delay: 0.2s;
 }
 .snip1494:hover .caption:before,
 .snip1494.hover .caption:before,
 .snip1494:hover .caption:after,
 .snip1494.hover .caption:after,
 .snip1494:hover .caption div:before,
 .snip1494.hover .caption div:before,
 .snip1494:hover .caption div:after,
 .snip1494.hover .caption div:after {
 	-webkit-transform: scale(1);
 	transform: scale(1);
 	opacity: 0.6;
 }
 .snip1494:hover .caption:before,
 .snip1494.hover .caption:before {
 	-webkit-transition-delay: 0;
 	transition-delay: 0;
 }
 .snip1494:hover .caption:after,
 .snip1494.hover .caption:after {
 	-webkit-transition-delay: 0.3s;
 	transition-delay: 0.3s;
 }
 .snip1494:hover .caption div:before,
 .snip1494.hover .caption div:before {
 	-webkit-transition-delay: 0.1s;
 	transition-delay: 0.1s;
 }
 .snip1494:hover .caption div:after,
 .snip1494.hover .caption div:after {
 	-webkit-transition-delay: 0.2s;
 	transition-delay: 0.2s;
 }

 .get-call-section {
 	background-color: #06a7ea;
 	padding: 100px 0px;
 }
 .get-call-section h2 {
 	font-size: 40px;
 	color: #ffffff;
 	font-weight: 400;
 	text-transform: none;
 }
 .get-call-button a{
 	font-size: 30px;
 	color: #06a7ea;
 	font-weight: 500;
 }
 .get-call-button {
 	display: inline-block;
 	background-color: #ffffff;
 	padding: 25px 65px 15px 65px;
 }
/*----------------------------------------------------------------------- 
 /End of project Section
 -------------------------------------------------------------------------*/

 /*----------------------------------------------------------------------- 
 Start of About-us
 -------------------------------------------------------------------------*/
 #get-call-1 .get-call-text h2{
 	font-size: 30px;
 }
 #get-call-1 .get-call-button a {
 	font-size: 25px;
 }
 #get-call-1 .get-call-button{
 	padding: 15px 25px 5px 25px;
 	border-radius: 10px;
 }
 /*===== tab =====*/
 .skill-content-tab {
 	max-width: 600px;

 }
 .skill-content-tab {
 	position: relative;
 	overflow: hidden;
 }
 .skill-title {
 	display: table;
 }
 .skill-title a {
 	color: #333333;
 	font-weight: 500;
 	margin: 0 50px 0px 0px;
 	font-size: 24px;
 }
 .tabs_item {
 	display: none;
 	padding: 30px 0;

 }
 .tabs_item:first-child {
 	display: block;
 }
 .current a {
 	color: #1f88cf;
 	border-bottom: 2px solid #1f88cf;
 }
 /*===== /tab =====*/

 /*===== Progress-bar =====*/
 @-webkit-keyframes Rx-width-75 {
 	0% {
 		width: 0%;
 	}

 	100% {
 		width: 75%;
 	}
 }

 @keyframes Rx-width-75 {
 	0% {
 		width: 0%;
 	}

 	100% {
 		width: 75%;
 	}
 }
 @-webkit-keyframes Rx-width-65 {
 	0% {
 		width: 0%;
 	}

 	100% {
 		width: 65%;
 	}
 }
 @keyframes Rx-width-90 {
 	0% {
 		width: 0%;
 	}

 	100% {
 		width: 90%;
 	}
 }
 @-webkit-keyframes Rx-width-90 {
 	0% {
 		width: 0%;
 	}

 	100% {
 		width: 90%;
 	}
 }
 @keyframes Rx-width-85 {
 	0% {
 		width: 0%;
 	}

 	100% {
 		width: 85%;
 	}
 }
 .Rx-width-75 {
 	-webkit-animation-name: Rx-width-75;
 	-o-animation-name: Rx-width-75;
 	animation-name: Rx-width-75;
 	animation-fill-mode: forwards;
 }
 .Rx-width-85 {
 	-webkit-animation-name: Rx-width-85;
 	-o-animation-name: Rx-width-85;
 	animation-name: Rx-width-85;
 	animation-fill-mode: forwards;
 }
 .Rx-width-65 { 
 	-webkit-animation-name: Rx-width-65;
 	-o-animation-name: Rx-width-65;
 	animation-name: Rx-width-65;
 	animation-fill-mode: forwards;
 }
 .Rx-width-90 {
 	-webkit-animation-name: Rx-width-90;
 	-o-animation-name: Rx-width-90;
 	animation-name: Rx-width-90;
 	animation-fill-mode: forwards;
 }
 .progress{
 	overflow: visible;
 	height: 5px;
 	margin-bottom: 32px;

 }
 .progress-bar {
 	position: relative;
 	background: #1f88cf;
 }
 .skilled-tittle{
 	display: inline-block;
 	margin-bottom: 14px;
 	font-weight: 700;
 }
 .skilled-percent{
 	float: right;
 	font-weight: 700;
 }
 .progress-bar > span {
 	border: 1px solid transparent;
 	color: transparent;
 	position: absolute;
 	height: 15px;
 	width: 15px;
 	right: 0;
 	top: -6px;
 	background: #1f88cf;
 	border-radius: 7px;
 }

 /*=====  consultation-section =====*/
 .consultation-head h2{
 	color: #009edb;
 	font-size: 25px;
 	font-family: 'Open Sans', sans-serif;
 	text-transform: none;
 	max-width: 490px;
 	line-height: 40px;
 	font-weight: 600;
 }
 .text-consultation-1 {
 	max-width: 550px;
 }
 .consultation-text {
 	position: relative;
 	margin-top: 160px;
 }
 .consultation-pic {
 	position: absolute;
 	right: 75px;
 }
 /*=====  /consultation-section =====*/

/*----------------------------------------------------------------------- 
 /End of About-us
 -------------------------------------------------------------------------*/

 /*----------------------------------------------------------------------- 
 Start of service page
 -------------------------------------------------------------------------*/
 .service-project-title h3 a{
 	font-size: 20px;
 	color: #333333;
 	text-transform: none;
 	transition: .3s all ease-in-out;
 }
 .service-project-item:hover h3 a {
 	color: #06a7ea;
 }
 .service-project-item .one-pluse-button a {
 	background-color: #06a7ea;
 	border-radius: 0;
 	color: #ffffff;
 	font-size: 14px;
 	padding: 10px 10px 7px 10px;
 	border: 2px solid #06a7ea;
 }
 .service-project-item .one-pluse-button a:hover {
 	color: #06a7ea;
 	background-color: transparent;

 } 
 /*----------------------------------------------------------------------- 
 /End of service page
 -------------------------------------------------------------------------*/

 /*----------------------------------------------------------------------- 
 Start of blog section
 -------------------------------------------------------------------------*/
 .blog-meta i span {
 	font-family: 'Poppins', sans-serif;
 	color: #333333;
 	margin-left: 5px;
 }
 .blog-meta i {
 	color: #00aeef;
 	margin-right: 20px;
 }
 .blog-head h2 a {
 	font-size: 25px;
 	text-transform: none;
 	color: #333333;
 	font-weight: 500;
 	transition: .3s all ease-in-out;
 }
 .blog-social-list li a i {
 	color: #606060;
 	font-size: 20px;
 	margin-left: 15px;
 	transition: .3s all ease-in-out;
 }
 .blog-social-list li a i:hover {
 	color: #00aeef;
 }
 .blog-text-pic {
 	overflow: hidden;
 	margin-bottom: 25px;
 }
 .blog-text-pic:hover h2 a {
 	color: #00aeef;
 }
 .blog-text-pic .one-pluse-button a {
 	border-radius: 0;
 	font-size: 24px;
 	color: #606060;
 	padding: 10px 25px 7px 25px;
 	text-transform: uppercase;
 	border: 2px solid #cccccc;
 }
 .blog-text-pic .one-pluse-button a:hover {
 	border: 2px solid #00aeef;
 	color: #ffffff;
 } 
 .blog-text-pic-content {
 	border-bottom: 1px dashed #bebebe;
 }
 .pagination>li>a {
 	margin: 5px;
 	border-radius: 0;
 	height: 35px;
 	width: 35px;
 	color: #bebebe;
 }
 .pagination>.active>a,
 .pagination>li>a:hover {
 	background-color: #00aeef;
 	border-color: #00aeef;
 	color: #ffffff;
 }
 .pagination>li:last-child>a,
 .pagination>li:first-child>a {
 	border-radius: 0;
 }
 /*===== sidebar blog ======*/
 .side-bar-search input{
 	width: 100%;
 	height: 90px;
 	padding: 0px 25px;
 	border: 2px solid #bebebe;
 }
 ::-webkit-input-placeholder { 
 	color: #606060;
 	font-size: 20px;
 	font-family: 'Open Sans', sans-serif;
 	font-weight: 600;
 }
 .side-bar-search {
 	position: relative;
 }
 .side-bar-search button {
 	position: absolute;
 	top: 2px;
 	right: 2px;
 	height: 86px;
 	width: 80px;
 	background-color: #68bfef;
 	border: none;
 	line-height: 15px;
 }
 .side-bar-search button i {
 	font-size: 20px;
 	color: #ffffff;
 }
 .side-bar-post-title h3 {
 	text-transform: none;
 	color: #333333;
 }
 .rcent-post-link a {
 	color: #333333;
 	transition: .2s all ease-in-out;
 }
 .recent-post-pic-text:hover a {
 	color: #00aeef;
 }
 .side-bar-post {
 	border: 1px solid #a6a6a6;
 	padding: 30px 0px 20px 30px;
 }
 .recent-post-pic-text {
 	display: inline-block;
 }
 .blog-meta {
 	display: inline-block;
 }
 .list-group-item {
 	border: none;
 	padding: 7px 15px 0px 0px;
 } 
 .list-group-item a {
 	color: #333333;
 	font-size: 16px;
 }
 .list-group-item:hover i {
 	color: #00aeef;
 }
 .list-group-item i {
 	margin-right: 5px;
 }
 .list-group-item .badge {
 	background-color: transparent;
 	border-radius: 0;
 	color: #bebebe;
 	border: 1px solid #bebebe;
 	height: 30px;
 	width: 30px;
 	line-height: 23px;
 }
 .list-group-item:hover .badge {
 	background-color: #00aeef;
 	color: #ffffff;
 	border-color: #00aeef;
 }
 .instragam-pic-list img {
 	height: 85px;
 	width: 85px;
 }
 .img-list {
 	position: relative;
 	margin: 26px 20px 0px 0px;
 }
 .overlay-blue {
 	position: absolute;
 	top: 0;
 	height: 100%;
 	width: 100%;
 	background-color: rgba(0, 176, 240, 0.7);
 	left: 0;
 	transform: scale(.5);
 	opacity: 0;
 	transition: .3s all ease-in-out;
 }
 .pic-icon {
 	position: absolute;
 	top: 40%;
 	left: 0;
 	right: 0;
 	text-align: center;
 	opacity: 0;
 	transition: .5s all ease-in-out;
 	transition-delay: .2s; 
 }
 .img-list:hover .pic-icon {
 	opacity: 1;
 }
 .pic-icon a i {
 	color: #ffffff;
 	font-size: 20px;
 }
 .img-list:hover .overlay-blue {
 	opacity: 1;
 	transform: scale(1);
 }
 .tag-list li a{
 	border: 1px solid #a6a6a6;
 	padding: 5px 10px;
 	color: #606060;
 	font-size: 20px;
 	transition: .3s all ease-in-out;
 }
 .tag-list li a:hover {
 	background-color: #00aeef;
 	color: #ffffff;
 }
 .tag-list li {
 	margin: 0px 0px 20px 0px;
 }
/*----------------------------------------------------------------------- 
 /End of blog section
 -------------------------------------------------------------------------*/

 /*----------------------------------------------------------------------- 
 Start of blog-single section
 -------------------------------------------------------------------------*/

 .blog-blockquote {
 	background-color: #f5f5f5;
 	padding: 30px 37px 90px 44px;
 	position: relative;
 	border-bottom-right-radius: 90px;
 	border-top-left-radius: 80px;
 }
 .blog-blockquote blockquote {
 	font-size: 16px;
 	font-family: 'Open Sans', sans-serif;
 	color: #000000;
 	border: none;
 	margin-bottom: 0;
 }
 .blog-sign {
 	position: absolute;
 	right: 160px;
 }
 .blog-single-pic-content {
 	border-bottom: 1px dashed #dfdfdf;
 }
 .comment-tag-name li a {
 	color: #606060;
 }
 .commemt-area-tag {
 	display: table;
 	width: 100%;
 }
 .comment-number h3 {
 	text-transform: none;
 	font-size: 25px;
 }
 .visitor-comment-area {
 	display: inline-block;
 	margin-bottom: 50px;
 }
 .visitor-name {
 	line-height: 15px;
 }
 .visit-reply a {
 	color: #00aeef;
 }
 .visitor-name a {
 	color: #333333;
 	font-size: 20px;
 }
 .comment-reply {
 	overflow: hidden;
 }
 .comment-form .contact-info input {
 	height: 50px;
 	width: 49%;
 	float: left;
 	padding: 15px;
 }
 .contact-info textarea {
 	width: 100%;
 	padding: 30px 15px;
 	margin-top: 20px;

 }
 .comment-form button {
 	background-color: #68bfef;
 	color: #ffffff;
 	border: none;
 	font-size: 25px;
 	padding: 15px 25px 8px 25px;
 }
 /*----------------------------------------------------------------------- 
 /End of blog-single section
 -------------------------------------------------------------------------*/

 /*----------------------------------------------------------------------- 
 Start of blog grid
 -------------------------------------------------------------------------*/
 .blog-grid-pic {
 	position: relative;
 }
 .blog-grid-pic:after {
 	content: '';
 	position: absolute;
 	top: 0;
 	height: 100%;
 	width: 100%;
 	background-color: rgba(55, 52, 47, 0.5);
 	max-width: 350px;
 	left: 0;
 	transition: .3s all ease-in-out;
 	opacity: 0;
 }
 .blog-grid-pic-text:hover .blog-grid-pic:after {
 	opacity: 1;
 }
 .blog-grid-meta {
 	text-align: center;
 	background-color: #00aeef;
 	width: 60px;
 	height: 60px;
 	line-height: 20px;
 	padding: 10px 0px;
 	position: absolute;
 	bottom: 15px;
 	left: -15px;
 	z-index: 1;
 }
 .blog-grid-meta {
 	color: #ffffff;
 }
 .blog-grid-text a {
 	font-size: 17px;
 	color: #333333;
 	line-height: 20px;
 	font-weight: 600;
 	transition: .3s all ease-in-out;
 }
 .blog-grid-text:hover a{
 	color: #00aeef;
 }
 .blog-grid-text {
 	background-color: #f4f4f4;
 	max-width: 350px;
 	padding: 40px 20px;
 }
  /*----------------------------------------------------------------------- 
 /End of of blog grid
 -------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start of contact page
-------------------------------------------------------------------------*/
.contact-info-1 {
	display: table;
	width: 100%;
	padding-top: 30px;
}
.contact-page-section .comment-number h3 {
	font-size: 30px;
}
.our-contact-info-content i {
	font-size: 20px;
	color: #00aeef;
}
.our-contact-info-content {
	border: 1px solid #b7b7b7;
	padding: 25px 30px;
}
.google-map-container {
	width: 100%;
	height: 500px;
	background-color: #dddddd;
}
.error-head h2 {
	font-size: 100px;
	color: #00aeef;
	font-weight: 600;
}
.error-head h2 span {
	font-size: 50px;
	color: #525252;
}
.error-text p {
	font-size: 24px;
	font-size: 500;
}
.error-button li a,
.error-button li span {
	font-size: 24px;
	color: #333333;
}
.error-button li:last-child a {
	color: #00aeef;
}
/*----------------------------------------------------------------------- 
 /End of contact page
 -------------------------------------------------------------------------*/
 .chooser-content {
 	width: 100%;
 	height: 358px;
 	overflow: hidden;
 	position: relative;
 	display: inline-block;
 	margin-bottom: 50px;
 	border: 1px solid #f1f1f1;
 	transition: .3s all ease-in-out;
 }
 .chooser-img img {
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: auto;
 	-webkit-transition: all 3s ease;
 	-moz-transition: all 3s ease;
 	-ms-transition: all 3s ease;
 	-o-transition: all 3s ease;
 	transition: all 3s ease
 }
 .chooser-content:hover {
 	box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.5);
 }
 .chooser-content:hover img {
 	-webkit-transform: translateY(-80%);
 	-moz-transform: translateY(-80%);
 	-ms-transform: translateY(-80%);
 	-o-transform: translateY(-80%);
 	transform: translateY(-80%)
 }
