/*
*******************************************
*******************************************
Template Name: buildon
Template URL: www.themecodersit.com/demo/buildon
Description: Buildon - construction bootstrap  template
Version: 1.0
* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
This files contents are outlined below >>>>
*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.
*******************************************
*******************************************
==== CSS INDEX
01 - IMPORTED CSS
02 - DEFAULT CSS
03 - NAVBAR CSS
04 - HEADER CSS
05 - ABOUT CSS
06 - SERVICE CSS
07 - COUNTER CSS
08 - ADVANTAGE CSS
09 - PROCESS CSS
10 - PROJECT CSS
11 - PRICE CSS
12 - CLENTS CSS
13 - TEAM CSS
14 - NEWS CSS
15 - PURCHAGE CSS 
16 - CONTACT CSS
*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	background-color: #fff;
	color: #6f6f6f;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	overflow-wrap: break-word;
	word-break: normal;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

ul,
ol {
	margin: 0;
	padding: 0
}

li {
	list-style-type: none;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c
}

h1 {
	font-size: 35px;
	font-weight: 800;
	line-height: 1;
	color: rgb(50, 50, 50);
}

h2.section_title {
	color: #181818;
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}

h2.section_title:after {
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	content: "";
	border-top: solid 20px transparent;
	border-bottom: solid 20px transparent;
}

h2.section_title:after {
	right: -45px;
	border-left: solid 25px #FCB80B;
}

.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.pad-left {
	padding-left: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_t_50 {
	padding-top: 50px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_b_80 {
	padding-bottom: 80px
}

.row {
	margin: 0px;
}

.col_space {
	padding-left: 0px
}

.buildon-btn:before {
	background: #36434D none repeat scroll 0 0;
	border: 2px solid #36434D;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	width: 100%;
	border-radius: 3px
}

.buildon-btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.buildon-btn {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #FCB80B none repeat scroll 0 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	color: #fff !important;
	display: inline-block;
	padding: 13px 30px;
	position: relative;
	font-family: "Montserrat", sans-serif;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

.btn-price {
	border: 1px solid #fcb80b;
	color: #000;
}

.btn-price:hover,
.btn-price:focus {
	border: 1px dotted #fcb80b;
	color: #000;
}


/*================================================
03 - NAVBAR CSS
==================================================*/

nav.navbar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

nav.navbar .navbar-toggler {
	border: 0;
}

nav.navbar .nav-item {
	font-size: 13px;
	font-weight: 400;
	padding-right: 13px;
	padding-left: 13px;
	color: #fff;
	text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
	padding-left: 0;
}

nav.navbar .nav-item:last-child {
	padding-right: 0;
}

nav.navbar .nav-item .nav-link {
	color: #fff;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

nav.navbar .nav-item .nav-link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

nav.navbar .nav-item .nav-link.active:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

nav.fixed-top {
	position: fixed;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #fff;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.navbar-brand.logo {
	background: #fff;
    border-radius: 5px;
}

.navbar-brand.logo h1 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
}

nav.fixed-top .navbar-brand.logo h1 {
	color: #333
}

nav.fixed-top .navbar-brand.logo h1 span {
	color: #fff
}

.navbar-brand.logo h1 span {
	background: #FCB80B;
	width: 30px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	border-radius: 5px;
}

nav.fixed-top .logo {
	color: #000;
}

nav.fixed-top .nav-item .nav-link {
	color: #000 !important;
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
	color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
	color: #000;
}

nav.fixed-top .nav-item .nav-link:before {
	background-color: #0f83e2;
}


/*================================================
04 - HEADER CSS
==================================================*/

.header_area {
	background: url(../img/main.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100vh;
	position: relative
}

.header_area:before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.header_content {
	height: 100vh
}

.banner-welcome>h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 20px;
}

.banner-welcome>h3 span {
	color: #0f83e2;
}

.banner-welcome {
	position: absolute;
	top: 35%;
	width: 100%;
}

.header_area a {
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
	background: #0f83e2;
}

.header_area a:hover {
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
	background: #272727;
}

button.navbar-toggler {
	background: #0f83e2;
	color: #fff;
	margin-left: 5px;
	width: 62px;
	height: 62px;
	font-size: 1.5rem;
}

.typed-static {
	color: #d6d6d6
}

.caption-inner span {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}

.ah-headline.clip .ah-words-wrapper:after {
	background-color: #fff
}

.ah-words-wrapper b {
	margin-left: 5px
}


/*================================================
05 - ABOUT CSS
==================================================*/

.aboutwrap {
	padding: 80px 0 95px 0;
}

.aboutwrap .section-title {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.aboutwrap .sitebtn {
	margin-top: 40px;
}

.aboutwrap .abimage {
	position: relative;
	display: inline-block
}

.aboutwrap .abimage:before {
	border: 10px solid #0f83e2;
	width: 100%;
	height: 100%;
	content: '';
	top: 35px;
	right: -35px;
	position: absolute;
}

.circleList {
	list-style: none;
	margin-top: 20px;
}

.circleList li {
	text-align: center;
	margin-top: 30px;
}

.circleList li .cricle {
	width: 80px;
	height: 80px;
	background-color: #0f83e2;
	border-radius: 50%;
	color: #fff;
	font-size: 32px;
	text-align: center;
	line-height: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}

.circleList li .title {
	font-size: 14px;
	margin-top: 5px;
	font-weight: 600;
	margin-bottom: 5px;
}

.circleList li:hover .cricle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	background: #333
}

.circleList li p {
	color: #666;
}


/*================================================
06 - SERVICE CSS
==================================================*/

.buildon_our_service_wrapper {
	width: 100%;
	float: left;
}

.buildon_our_service_wrapper>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

.buildon_our_service_wrapper>ul>li {
	width: 25%;
	float: left;
	position: relative;
}

.buildon_our_service_wrapper>ul>li>.buildon_our_service {
	width: 100%;
	float: left;
	min-height: 187px;
	text-align: center;
	border-right: 1px solid #0f83e2;
	border-bottom: 1px solid #0f83e2;
	position: relative;
}

.buildon_our_service_wrapper>ul>li>.buildon_our_service:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	padding-top: 50px;
	z-index: 1;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}

.buildon_our_service_wrapper>ul>li>.buildon_our_service .buildon_our_service_img {
	width: 100%;
	float: left;
	overflow: hidden;
}

.buildon_our_service_wrapper>ul>li>.buildon_our_service .buildon_our_service_img img {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.buildon_our_service_wrapper>ul>li>.buildon_our_service .buildon_our_service_overlay {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}

.buildon_our_service_wrapper>ul>li:nth-child(4n)>.buildon_our_service {
	border-right: none;
}

.buildon_our_service_wrapper>ul>li:nth-last-child(1)>.buildon_our_service,
.buildon_our_service_wrapper>ul>li:nth-last-child(2)>.buildon_our_service,
.buildon_our_service_wrapper>ul>li:nth-last-child(3)>.buildon_our_service,
.buildon_our_service_wrapper>ul>li:nth-last-child(4)>.buildon_our_service {
	border-bottom: none;
}

.buildon_our_service_wrapper>ul>li>.buildon_our_service .buildon_our_service_overlay>.icon>svg {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 1;
}

.buildon_our_service_wrapper>ul>li>.buildon_our_service .buildon_our_service_overlay>.icon>svg path {
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}

.buildon_our_service_wrapper>ul>li>.buildon_our_service .buildon_our_service_overlay>h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}

.buildon_our_service_wrapper>ul>li>.buildon_our_service .buildon_our_service_overlay>p {
	line-height: 24px;
	padding: 0 85px;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}

.buildon_our_service_wrapper>ul>li:hover>.buildon_our_service .buildon_our_service_img img {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.buildon_our_service_wrapper>ul>li:hover>.buildon_our_service:before {
	background-color: #fcb80b;
}

.buildon_our_service_wrapper>ul>li:hover>.buildon_our_service .buildon_our_service_overlay>.icon>svg path {
	fill: #ffffff;
}

.buildon_our_service_wrapper>ul>li:hover>.buildon_our_service .buildon_our_service_overlay>h3 {
	color: #ffffff;
}

.buildon_our_service_wrapper>ul>li:hover>.buildon_our_service .buildon_our_service_overlay>.icon>.fa {
	color: #fff;
}

.buildon_our_service_overlay .icon .fa {
	color: #0f83e2;
	font-size: 25px
}


/*================================================
07 - COUNTER CSS
==================================================*/

.counter-area:before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.counter-area {
	background: url(../img/counter-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: auto;
	position: relative
}

.counter-area .row {
	justify-content: center;
}

.signle-counter p {
	color: #fff;
}

.signle-counter i.fa {
	font-size: 20px;
	color: #0f83e2;
}


/*================================================
08 - ADVANTAGE CSS
==================================================*/

.buildon_advantage_box {
	width: 100%;
	float: left;
	border: 3px solid #0f83e2;
	position: relative;
	text-align: center;
	padding: 35px;
	margin-top: 35px;
	margin-bottom: 30px;
	height: 210px
}

.buildon_advantage_box .fab_icon {
	width: 70px;
	height: 70px;
	line-height: 85px;
	margin: 0 auto;
	position: absolute;
	top: -35px;
	left: calc(50% - 35px);
}

.buildon_advantage_box .fab_icon:before {
	content: "";
	width: 70px;
	height: 70px;
	background-color: #0f83e2;
	border-radius: 70px;
	display: block;
	border-top-left-radius: 0;
	box-shadow: 3px 3px #0f83e2;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.buildon_advantage_box .fab_icon .fa {
	z-index: 1;
	position: relative;
	color: #fff;
	font-size: 20px
}

.buildon_advantage_box h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 15px;
}

.buildon_advantage_box:hover {
	background-color: #36434d;
	border-color: #36434d;
	color: #fff;
}

.buildon_advantage_box:hover .fab_icon:before {
	background-color: #36434d;
	box-shadow: 3px 3px #566c7d;
}

.buildon_advantage_box:hover h3 {
	color: #fff;
}

.row.advantage_clearfix>.col-lg-3:nth-child(4n+1) {
	clear: left;
}


/* home3 box start */

.buildon_home3 .buildon_advantage_box {
	border-radius: 60px 0;
}


/* home3 box end */


/*================================================
09 - PROCESS AREA CSS
==================================================*/

.process-area .section-title>h3 {
	color: #fff;
}

.process-area {
	background-attachment: fixed;
	background-image: url("../img/banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.process-overlay {
	background: rgba(0, 0, 0, 0.71) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-process {
	background: rgba(34, 34, 34, 0.54) none repeat scroll 0 0;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	color: #fff;
	height: 160px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-process:hover {
	background: rgba(214, 150, 14, 0.71) none repeat scroll
}

.single-process h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 160px;
	text-transform: capitalize
}

.border-bottom {
	border-left: 1px solid rgba(255, 255, 255, 0.35);
	display: inline-block;
	height: 50px;
	margin-bottom: -10px
}

.single-process-item {
	text-align: center;
}

.process-company .single-process {
	background: rgba(214, 150, 14, 0.71) none repeat scroll 0 0;
	height: 160px;
	margin: 0 auto;
	width: 160px;
}

.process-company {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	text-align: center
}

.portfolioFilter li a {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	line-height: 30px;
	text-decoration: none
}

.portfolioFilter li a:hover,
.portfolioFilter li a.active {
	color: #ffffff !important;
	background-color: #FCB80B;
}

.portfolio-box {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	overflow: hidden;
}

.portfolio-box-img {
	overflow: hidden;
}

.portfolio-box .portfolio-box-img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.portfolio-box .portfolio-box-img .overlay-work {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(60, 72, 88, 0.65);
}

.portfolio-box .portfolio-box-img .overlay-work .work-content {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	right: 0;
	left: 0;
}

.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon {
	height: 45px;
	width: 45px;
	line-height: 43px;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon .image-icon {
	stroke-width: 2 !important;
}

.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon:hover {
	color: #FCB80B !important;
}

.portfolio-box .gallary-title {
	position: absolute;
	left: 42%;
	top: 20%;
}

.portfolio-box .gallary-title span {
	color: #fff;
}

.portfolio-box .gallary-title .title {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 500;
}

.portfolio-box .gallary-title .title:hover {
	color: #FCB80B !important;
}

.portfolio-box:hover {
	-webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
	box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.portfolio-box:hover .portfolio-box-img img {
	-webkit-transform: rotate(2deg) scale(1.15);
	transform: rotate(2deg) scale(1.15);
	opacity: 0.5;
}

.portfolio-box:hover .portfolio-box-img .overlay-work {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.portfolio-box:hover .portfolio-box-img .overlay-work .work-content .work-icon {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}


/*================================================
10 - PRICE CSS
==================================================*/

.buildon_price_section:before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.buildon_price_section {
	background: url(../img/price_bg.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: auto;
	position: relative
}

.buildon_price_wrapper .buildon_price_footer,
.buildon_price_wrapper .buildon_price_body,
.buildon_price_wrapper .buildon_price_header {
	width: 100%;
	float: left;
	padding: 40px;
	background: #fff
}

.buildon_price_wrapper .buildon_price_header .buildon_price_header_icon {
	position: absolute;
	top: 20px;
	z-index: -1;
}

.buildon_price_wrapper .buildon_price_header .buildon_price {
	width: 140px;
	height: 140px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 20px auto;
}

.buildon_price_wrapper .buildon_price_header .buildon_price>h1 {
	margin: 0;
	font-size: 40px;
	color: #ffffff;
	font-weight: 900;
	position: relative;
	z-index: 1;
	line-height: 130px;
}

.buildon_price_wrapper .buildon_price_header .buildon_price>span {
	width: 140px;
	height: 140px;
	background-color: #fcb80b;
	border-bottom: 3px solid #DEA308;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 140px 0 140px 140px;
	z-index: 0;
}

.buildon_price_wrapper .buildon_price_header .buildon_price_heading {
	font-size: 22px;
	font-weight: bold;
}

.buildon_price_wrapper .buildon_price_body {
	padding: 0 40px;
}

.buildon_price_wrapper .buildon_price_body .buildon_price_feature {
	width: 100%;
	float: left;
}

.buildon_price_wrapper .buildon_price_body .buildon_price_feature ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.buildon_price_wrapper .buildon_price_body .buildon_price_feature ul li {
	font-weight: 600;
	line-height: 50px;
	border-bottom: 1px solid #dfdfdf;
}

.buildon_price_wrapper .buildon_price_body .buildon_price_feature ul li:last-child {
	border-bottom: none;
}

.buildon_price_wrapper .buildon_price_footer {
	padding: 30px 40px;
	padding-bottom: 50px;
}

.buildon_price_wrapper .buildon_price_footer .btn-price {
	width: 100%;
}

.buildon_price_wrapper.active .buildon_price_header .buildon_price>span,
.buildon_price_wrapper:hover .buildon_price_header .buildon_price>span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #36434d;
	border-color: #566c7d;
}

.buildon_price_wrapper.active .buildon_price_footer .btn-price,
.buildon_price_wrapper:hover .buildon_price_footer .btn-price {
	color: #ffffff;
	background-color: #fcb80b;
	border-color: #DEA308;
}

.buildon_price_wrapper .buildon_price_tag {
	position: absolute;
	top: -40px;
	right: -75px;
	background-color: #feef1f;
	line-height: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	padding: 0 50px;
	font-weight: 500;
}


/*============================================
11 -Clients
==============================================*/

.right_test {
	background: #36434D none repeat scroll 0 0;
	padding: 50px 20px;
	border-radius: 10px;
	text-align: center
}

.right_test p {
	color: #ffffff
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 25px solid #36434D;
	text-align: center;
	padding-bottom: 0px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #FCB80B
}


/*================================================
12 - PURCHASE CSS
==================================================*/

.taglinewrap {
	position: relative;
	background: url(../img/pur-bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
}

.taglinewrap:before {
	position: absolute;
	z-index: 1;
	content: "";
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	opacity: 0.55;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.taglinewrap .container {
	position: relative;
	z-index: 2;
}

.taglinewrap h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 40px;
}

.taglinewrap p {
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 32px;
}

.taglinewrap a {
	display: inline-block;
	background: #000;
	padding: 15px 35px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 25px;
	border-radius: 4px;
	text-decoration: none
}

.taglinewrap a:hover {
	background: #fff;
	color: #36434D;
}


/*================================================
13 - TEAM CSS
================================================*/

.team-area {
	background: #EEEEEE;
}

.team-member {
	position: relative;
	margin-bottom: 60px;
}

.team-member .inner-box {
	position: relative;
	overflow: hidden;
}

.team-member .inner-box .image-box {
	position: relative;
}

.team-member .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.team-member .inner-box .overlay-box {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 13px 30px;
}

.team-member .inner-box .overlay-box .user-info {
	position: relative;
}

.team-member .inner-box .overlay-box .user-info .text {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Courgette', cursive;
}

.team-member .inner-box .overlay-box .user-info h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.team-member .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	border-bottom: 88px solid #FCB80B;
	border-right: 372px solid transparent;
}

.team-member .inner-box .overlay-box:after {
	position: absolute;
	content: '';
	right: -100%;
	bottom: 0px;
	border-bottom: 88px solid #36434D;
	border-left: 240px solid transparent;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.team-member .inner-box .overlay-box .social-icon-team {
	position: absolute;
	right: 30px;
	bottom: 12px;
	z-index: 99;
	opacity: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.team-member .inner-box:hover .overlay-box:after {
	right: 0px;
}

.team-member .inner-box:hover .social-icon-team {
	opacity: 1;
}

.social-icon-team {
	position: relative;
}

.social-icon-team li {
	position: relative;
	margin-left: 12px;
	display: inline-block;
}

.social-icon-team li a {
	color: #ffffff;
	font-size: 14px;
}


/*================================================
14 - NEWS AREA CSS
==================================================*/

.blog-card {
	box-shadow: 0 17px 40px 0 rgba(252, 184, 11, 0.3);
	-webkit-box-shadow: 0 17px 40px 0 rgba(252, 184, 11, 0.3);
}

.card-type {
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 3px 10px;
	color: #fff;
	background: #FCB80B;
	z-index: 1;
}

.card-meta {
	font-size: 14px;
}

.blog-shape-left {
	position: absolute;
	left: 0;
	bottom: 0;
}

.blog-shape-right {
	position: absolute;
	right: 0;
	top: 50%;
}

.clip-half-cycle {
	border-radius: 0px 0px 10px 10px;
}

.title-border-left {
	position: relative;
	padding-left: 30px;
}

.title-border-left::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 5px;
	border-radius: 30px;
	background: #FCB80B;
}

.post-search {
	border: 0;
	background: transparent;
	position: absolute;
	bottom: 15px;
	right: 0;
}

.tag-list a {
	display: inline-block;
	padding: 10px 22px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(51, 77, 128, 0.12);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(51, 77, 128, 0.12);
	border-radius: 35px;
	margin-bottom: 15px;
	color: #818385;
}

.tag-list a:hover {
	background: #86c33a;
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
}

blockquote p {
	font-style: normal;
	margin-top: 10px;
}


/* /blog */

.blog-sidebar-widget {
	margin-bottom: 30px;
}

.blog-sidebar-widget:last-child {
	margin-bottom: 0;
}

.blog-sidebar-widget>form {
	height: 50px;
	position: relative;
}

.blog-sidebar-widget input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-color: #e7e7e7 currentcolor #e7e7e7 #e7e7e7;
	-o-border-image: none;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	color: #333;
	height: 100%;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	width: 80%;
}

.blog-sidebar-widget button {
	background: #999 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 20%;
}

.blog-sidebar-widget button:hover {
	background: #FCB80B none repeat scroll 0 0;
	color: #fff
}

.blog-sidebar-widget>h3 {
	color: #575757;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.blog-sidebar-widget>h3:before {
	background: #FCB80B none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 40%;
}

.blog-sidebar-widget ul>li {
	border-bottom: 1px solid #ededed;
}

.blog-sidebar-widget ul>li:last-child {
	border-bottom: 0 solid #ededed;
}

.blog-sidebar-widget ul li>a {
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 26px;
	padding: 10px 0;
	text-transform: capitalize;
	border-radius: 0px 16px;
}

.blog-sidebar-widget ul li>a:hover {
	color: #FCB80B
}

.blog-categorie li a i {
	margin-right: 5px
}

ul.featured-list,
ul.Tags-catagory,
ul.instagram {
	margin-top: 10px;
}

.Tags-catagory>li {
	border-bottom: 0 solid #ededed !important;
	display: inline-block;
	margin: 2px 0px !important;
}

.Tags-catagory a {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 5px 10px !important;
}

.Tags-catagory a:hover {
	background: #0f83e2 none repeat scroll 0 0;
	color: #fff !important
}

.featured-list li {
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}

.blog-thumb-info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 75%;
	grid-template-columns: 25% 75%;
	-ms-grid-row-align: center;
	align-items: center
}

.blog-thumb-info-image img {
	border-radius: 5px;
}

.blog-thumb-info-content {
	margin-left: 10px;
}

.instagram li {
	border: medium none !important;
	float: left;
	padding: 8px 8px 0px 0px !important;
	width: 25%;
}

.instagram a {
	padding: 0 !important;
}

.blog-thumb-info-content>h4 {
	color: #575757;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.blog-social-follow a {
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin: 2px;
	padding: 10px 20px;
	text-align: left;
	width: 47%;
}

.blog-social-follow a i {
	font-size: 15px;
	margin-right: 8px;
}

.blog-social-follow a.facebook-bg {
	border: 1px solid #3b5999;
	border-radius: 0px 16px;
}

.blog-social-follow a.twitter-bg {
	border: 1px solid #55acee;
	border-radius: 0px 16px;
}

.blog-social-follow a.pinterest-bg {
	border: 1px solid #bd081c;
	border-radius: 0px 16px;
}

.blog-social-follow a.instagram-bg {
	border: 1px solid #e4405f;
	border-radius: 0px 16px;
}

.blog-social-follow a.vk-bg {
	border: 1px solid #4c75a3;
	border-radius: 0px 16px;
}

.blog-social-follow a.youtube-bg {
	border: 1px solid #cd201f;
	border-radius: 0px 16px;
}

.blog-social-follow {
	text-align: center;
}

.blog-page-left .single-blog {
	margin-bottom: 30px
}


/*================================================
15 - CONTACT CSS
==================================================*/

.contact {
	align-items: center;
}

.contact_bottom_area .about_icon h5 {
	color: #fff;
	padding-top: 15px;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
}

.contact_form {
	padding: 0 0 20px 0;
}

.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-mos-box-shadow: none;
	border-color: #FCB80B;
	transition: all 1s;
	-webkit-transition: all 1s;
	-mos-transition: all 1s;
}

.contact textarea:focus {
	border-color: #FCB80B
}

button.submit_button {
	text-decoration: none;
	background: #0f83e2;
	padding: 10px 30px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	z-index: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-mos-transition: all 1s;
}

button.submit_button:after {
	position: absolute;
	left: 0;
	top: 0;
	background: #121212;
	content: '';
	width: 0;
	height: 100%;
	z-index: -1;
	transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-mos-transition: all 1s;
}

button.submit_button:hover:after {
	width: 100%;
}


/*=========Contact Bottom Area===========*/

.contact_bottom_area {
	border-top: 1px solid #0f83e2;
	padding: 25px 0
}

.contact_side {
	padding: 15px;
	background: #36434D;
}

.contact_side p {
	font-size: 14px;
	color: #fff;
}

.contact_side h5 {
	color: #fff;
}

.contact_side i.fa {
	font-size: 19px;
	color: #0f83e2;
}

.contact_side a {
	color: #fff;
}

.form-group:last-child {
	margin-bottom: 0
}

.contact_bottom_2 p {
	color: #181818;
}


/*================================================
16 - PRELOADER CSS
================================================*/

#preloader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.preloader {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

.preloader:before {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	content: "";
	position: absolute;
	background: #FCB80B;
	animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0.0, 0.2, 1);
}

.preloader:after {
	width: 15px;
	height: 15px;
	left: 15%;
	border-radius: 50%;
	background: #FCB80B;
	content: "";
	position: absolute;
	background: #;
	animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0.0, 0.2, 1);
}

@keyframes preloader_before {
	0% {
		transform: translateX(0px) rotate(0deg)
	}
	50% {
		transform: translateX(50px) scale(1.5) rotate(164deg);
		background: #6c757d;
		border-radius: 0;
	}
	100% {
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes preloader_after {
	0% {
		transform: translateX(0px) rotate(0deg);
	}
	50% {
		transform: translateX(-50px) scale(1.5) rotate(-164deg);
		background: #000;
		border-radius: 0;
	}
	100% {
		transform: translateX(0px)
	}
}

