/*----------------------------

[ Description ]

Product: 'eclipse. - One page parallax'
Version: 1.0;
Author: Prosty
Date Created: February 19, 2017
contact: ahsanthemes@gmail.com

-------------------------------*/


/*-----------------------------------

[Table of contents]

( Example: Type 'ctrl+f' and then '10.feedback' to jump to the
 "feedback" section. Click 'find' if needed.)

1.reset css
2.header css
3.banner css
4.about css
5.services css
6.web_design css
7.portfolio css
8.video css
9.blog css
10.feedback css
11.experts css
12.fun_facts css
13.pricing css
14.contact css
15.contact_info css
16.footer css

------------------------------------*/
.color{
	color: #bba267;
}

/*-- 1.reset css
--------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
ol,ul{
	list-style-type: none;
}
img{
	width: auto;
	height: auto;
	border: none;
	margin: auto;
}
a{
	text-decoration: none;
	outline: none!important;
}
a:hover,
a:focus,
.btn:focus,
button:focus,
input:focus{
	outline: 0;
	text-decoration: none;
}
li.active a{
	background-color: transparent!important;
}
.left{
	float: left;
}
.right{
	float: right;
}
.section_title{
	font-size: 30px;
	line-height: 1.2;
	color: #333333;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 20px;
	position: relative;
}
.section_title::after{
	content: "";
	display: block;
	width: 15px;
	height: 3px;
	background-color: #333333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section_title.text-left::after{
	left: 0;
	transform: none;
}
p{  
	font-family: 'PT Serif', serif;
	font-size: 15px;
	line-height: 30px;
	color: #999999;
	font-weight: 400;
	margin: 0;
}
.section_title span{
	font-family: 'PT Serif', serif;
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 35px;
	color: #999999;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0px;
	text-transform: none;
	margin-top: 0px;
}
.btn{
	font-size: 13px;
	line-height: 24px;
	color: #252525;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: capitalize;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 40px;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.btn .fa{
	opacity: 0;
	color: #ffffff;
	margin-left: -10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	color: #ffffff;
	background-color: #bba267;
}
.btn:hover .fa{
	opacity: 1;
	margin-left: 10px;
}
.link{
	font-size: 13px;
	line-height: 50px;
	display: inline-block;
	padding: 0 30px;
	background: #363636;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: capitalize;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	margin: 15px 0;
}
.link:hover{
	background: #bba267;
	color: #ffffff;
}
.clearfix::before,
.clearfix::after{
	content:" ";
	display:block;
}
.clearfix::after{
	clear:both;
}

/*-- 2.header css
-------------------------------------------*/
.custom_nav{
	width: 100%;
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	padding: 10px 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.navbar-brand{
	max-width: 220px;
	height: auto;
	display: block;
	padding: 0 15px;
	margin: 20px 0 0;
}
.custom_nav .nav li{
	margin: 0;
	position: relative;
}
.custom_nav .nav li a{
	font-family: 'PT Serif', serif;
	font-size: 14px;
	line-height: 75px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	padding: 0 25px;
	position: relative;
	background-color: transparent;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	transition: opacity .5s;
}
.custom_nav .nav li:last-child a{
	padding-right: 0;
}
.custom_nav .nav li a:hover,
.custom_nav .nav li a:focus,
.custom_nav .nav li.active a{
	color: #bba267;
}
.custom_butt{
	background: transparent!important;
	margin-bottom: 22px;
	margin-top: 21px;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	transition: opacity .5s;
}
.custom_butt:hover{
	opacity: .5;
}
.custom_nav .icon-bar{
	height: 3px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.affix{
	background-color: #222222;
	padding: 0px;
}
.change .bar1{
	-webkit-transform: rotate(-45deg) translate(-6px, 5px) ;
	transform: rotate(-45deg) translate(-6px, 5px) ;
}
.change .bar2{
	opacity: 0;
}
.change .bar3{
	-webkit-transform: rotate(45deg) translate(-5px, -4px) ;
	transform: rotate(45deg) translate(-5px, -4px) ;
}

/*-- 3.banner css
-------------------------------------------------*/
#banner{
	height: 100vh;
}
#banner .carousel{
	height:100%;
}
#banner .carousel-inner{
	height: 100%;
	background: rgba(0,0,0,.5);
}
#banner .carousel-inner .item{
	background: url(../images/banner_bg.jpg) center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
}
#banner .carousel-inner .item.bg2{
	background: url(../images/banner_bg2.jpg) center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#banner .carousel-inner .item.bg3{
	background: url(../images/banner_bg3.jpg) center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#banner .banner_content{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}
#banner .slide .carousel-control{
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: transparent;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	background-image: none;
}
#banner .slide .carousel-control .fa{
	font-size: 64px;
	line-height: 50px;
	color: #ffffff;
}
#banner .slide .carousel-control.left{
	left: 2%;
}
#banner .slide .carousel-control.right{
	right: 2%;
}
#banner .carousel-indicators li{
	width: 3px;
	height: 20px;
	background-color: #ffffff;
	border: none;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	opacity: .5;
}
#banner .carousel-indicators li.active{
	height: 30px;
	opacity: .8;
}
#banner .carousel-indicators li:not(.active):hover{
	height: 25px;
	opacity: .8;
}
#banner h1{
	font-size: 120px;
	line-height: 1;
	color: #ffffff;
	font-weight: 900;
	margin: 10px 0 30px;
}
#banner h2{
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	margin: 0 auto 30px;
	padding: 10px;
	font-weight: 700;
	letter-spacing: 5px;
}

/*-- html5 video background --*/
.banner.video_bg{
	height: auto;
	background: none;
}
.banner.video_bg .video_inner{
	position: relative;
}
.banner.video_bg .video_inner .overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
}
.banner.video_bg video{
	width: 100%;
}
.banner.video_bg .container,
.banner.video-section .container{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}
.banner.video_bg h1,
.banner.video-section h1{
	font-size: 24px;
	line-height: 2;
	font-weight: 300;
	letter-spacing: 8px;
	color: #ffffff;
}
.banner.video_bg h1 span,
.banner.video-section h1 span{
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}

/*-- youtube video background --*/
.banner.video-section{
	background: #252525;
}
.video-section .pattern-overlay {
	background-color: rgba(0,0,0,.3);
	padding: 0 15px;
	height: 100vh;
	position: relative;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}


/*-- 4.about css
-------------------------------------------------*/
#about{
	padding: 160px 0 120px;
	background-color: #f5f5f5;
	text-align: center;
}
#about h2{
	margin-bottom: 20px;
}
#about .col-md-6{
	padding: 0 30px;
}
#about .section_title{
	margin-bottom: 50px;
}
#about p{
	text-align: left;
	margin-bottom: 15px;
}
#about .img_container{
	margin: 12px 0 30px;
	overflow: hidden;
	position: relative;
}
#about .img_container::after{
	content: " ";
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	border: 15px solid rgba(255,255,255,.5);
}
#about .img_container img{
	width: 100%;
	-webkit-transition: transform 1s linear;
	-moz-transition: transform 1s linear;
	-ms-transition: transform 1s linear;
	transition: transform 1s linear;
}
#about .img_container:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#about .link{
	margin: 30px 0;
}

/*-- 5.services css
----------------------------------------------*/
#services{
	padding: 120px 0 70px;
	text-align: center;
	background: #ffffff;
	background-size: cover;
}
#services .section_title{
	margin-bottom: 100px;
}
#services .service{
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
}
#services span[class^='flaticon-']{
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	background: #363636;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	border-radius: 5px;
	position: absolute;
	left: 15px;
	top: 6px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
#services .service:hover span[class^='flaticon-']{
	background: #bba267;
}
#services h3{
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	font-weight: 700;
	margin: 0 0 10px;
}
#services p{
	margin-bottom: 40px;
}

/*-- 6.web_design css
----------------------------------------------*/
#web_design{
	background: #252525;
	padding: 120px 0 100px;
}
#web_design img{
	margin: 20px;
}
#web_design h2{
	color: #ffffff;
	margin-bottom: 50px;
}
#web_design h2::after{
	background: #ffffff;
}
#web_design p{
	color: #ffffff;
	margin-bottom: 15px;
}
#web_design span{
	display: block;
	line-height: 30px;
	color: #ffffff;
}
#web_design .fa{
	margin-right: 10px;
}
#web_design .btn{
	display: inline-block;
	margin: 25px 0;
}

/*-- 7.portfolio css
------------------------------------------------*/
#portfolio{
	text-align: center;
	padding: 100px 0 0; 
}
#portfolio .button-group{
	text-align: center;
	margin-bottom: 20px;
}
#portfolio .section_title{
	margin-bottom: 80px;
}
#portfolio .button-group .button{
	background-color: transparent;
	padding: 8px 20px;
	font-size: 15px;
	color: #999999;
	font-weight: 600;
	text-transform: capitalize;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	margin: 0 0 25px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#portfolio .button-group .button:hover,
#portfolio .button-group .button:focus{
	color: #bba267;
}
#portfolio .grid-item{
	width: 20%;
	cursor: pointer;
}
#portfolio .grid-item--width2{
	width: 40%;
}
#portfolio .grid-item .img_container{
	position: relative;
	overflow: hidden;
}
#portfolio .grid-item img,
#blog .grid-item img{
	width: 100%;
}
#portfolio .grid-item .overlay,
#blog .grid-item .img_container .overlay{
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(0,0,0,.8);
	opacity: 0;
	padding: 15px;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-ms-transition: opacity .7s;
	transition: opacity .7s;
}
#portfolio .grid-item .overlay .content{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}
#portfolio .content a .fa{
	font-size: 24px;
	color: #ffffff;
}
#portfolio .content a:hover{
	opacity: .7;
}
#portfolio .grid-item:hover .overlay,
#blog .grid-item .img_container:hover .overlay{
	opacity: 1;
}
#portfolio ul.navi{
	margin: 20px 0;
	display: inline-block;
}
#portfolio .navi li a{
	width: 120px;
	padding: 10px 0;
	border-radius: 0;
}
#portfolio .navi .fa{
	margin: 3px;
}

/*-- 8.video css
-------------------------------------------------*/
#video{
	padding: 120px 0 ;
	background-color: #252525;
}
#video .section_title{
	margin-bottom: 50px;
}
#video h2{
	color: #ffffff;
}
#video h2::after{
	background: #ffffff;
}
#video .details h2 span{
	font-size: 18px;
	color: #ffffff;
	display: block;
}
#video .details p{
	color: #cccccc;
	margin-bottom: 30px;
}
#video .btn:hover{
	color: #ffffff;
}
#video .video .embed-responsive{
	margin: 25px 0;
}
#video .btn{
	margin: 15px 0;
}

/*-- 9.blog css
--------------------------------------------*/
#blog{
	padding: 100px 0;
	text-align: center;
}
#blog .section_title{
	margin-bottom: 100px;
}
#blog .item{
	padding: 0 15px;
	text-align: left;
	margin-bottom: 40px;
}
#blog .grid-item h3{
	font-size: 18px;
	line-height: 1.5;
	color: #555555;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-transform: capitalize;
}
#blog .grid-item .post_info{
	margin-bottom: 15px;
}
#blog .grid-item .post_info a{
	font-size: 11px;
	line-height: 1.5;
	color: #c1c1c1;
	text-transform: capitalize;
	margin-right: 20px;
}
#blog .grid-item .post_info a .fa{
	margin-right: 3px;
	color: #555555;
}
#blog .grid-item .img_container{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#blog .grid-item .img_container .overlay{
	background: transparent;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#blog .grid-item .img_container:hover .overlay{
	opacity: 1;
}
#blog .grid-item .img_container .overlay:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	border: 15px solid rgba(255,255,255,.5);
	background: transparent; 
}
#blog .grid-item p{
	margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: #0066ff;
}

/*-- 10.feedback css
---------------------------------------------*/
#feedback{
	background: url(../images/feedback_bg.jpg) center center no-repeat;
	background-size: cover;
}
#feedback .overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	padding: 120px 0;
	text-align: center;
}
#feedback h2{
	color: #ffffff;
	margin-bottom: 70px;
}
#feedback .section_title::after{
	background: #ffffff;
}
#feedback #comment_slider{
	max-width: 900px;
	margin: 0 auto;
}
#feedback #comment_slider .item{
	padding: 15px;
	color: #555555;
	text-align: center;
	cursor: pointer;
}
#feedback #comment_slider .owl-buttons,
#feedback .owl-controls{
}
#feedback #comment_slider img{
	width: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
}
#feedback #comment_slider .item p{
	max-width: 800px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 30px;
	color: #eeeeee;
	margin-bottom: 40px;
	position: relative;
}
#feedback #comment_slider h4{
	font-size: 16px;
	color: #bba267;
	font-weight: bold;
}
#feedback #comment_slider h4 span{
	font-size: 14px;
	color: #cccccc;
	display: block;
	margin-top: 10px;
}
#feedback #comment_slider .owl-controls .owl-page span{
	background-color: #555555;
}

/*-- 11.experts css
-------------------------------------------*/
#experts{
	padding: 100px 0;
	background-color: #ffffff;
	text-align: center;
}
#experts .section_title{
	margin-bottom: 100px;
}
#experts .section_title+p{
	max-width: 700px;
	margin: 0 auto 70px;
}
#experts .col-sm-4{
	margin-bottom: 30px;
	padding: 0 50px;
}
#experts .content{
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#experts .img_container{
	overflow: hidden;
}
#experts img{
	width: 100%;
}
#experts .info{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -60px;
	padding: 20px 0;
	background-color: #252525;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	transition: transform .3s ease;
}
#experts h4{
	font-size: 13px;
	line-height: 1.5;
	color: #ffffff;
	margin: 0 0 30px;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 1px;
}
#experts h4 span{
	font-size: 12px;
	line-height: 1;
	color: #888888;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
}
#experts ul li a .fa{
	font-size: 12px;
	color: #bba267;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
#experts ul li a .fa:hover{
	color: #ffffff;
}
#experts .content:hover .info{
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}

/*-- 12.fun_facts css
-----------------------------------------------*/
.fun_facts{
	background: #252525;
	padding: 80px 0;
}
.fun_facts .content i{
	font-size: 36px;
	line-height: 1;
	color: #ffffff;
	display: block;
	margin-bottom: 30px;
}
.fun_facts .counter{
	font-family: 'PT Serif', serif;
	font-size: 50px;
	line-height: 1;
	color: #bba267;
	font-weight: 700;
	margin-bottom: 30px;
}
.fun_facts h4{
	font-family: 'PT Serif', serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	font-style: italic;
}

/*-- 13.pricing css
-----------------------------------------------*/
.pricing{
	padding: 100px 0;
	background-color: #f5f5f5;
}
.pricing .section_title{
	margin-bottom: 80px;
}
.pricing .col-md-4{
	padding: 0 30px;
}
.pricing .price {
	list-style-type: none;
	background-color: #252525;
	border: none;
	margin: 15px 0 50px;
	padding: 20px 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing .price:hover {
	-webkit-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
}
.pricing .price .header {
	font-size: 18px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 0;
}
.pricing .price li {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
}
.pricing .price .grey {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 20px 0;
	padding: 20px 0;
	background: #333333;
}
.pricing .price .grey span{
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
}
.pricing .price li:last-child{
	border: none;
}
.pricing .btn{
	margin: 20px 0;
	border: none;
	background: #bba267;
	color: #ffffff;
}
.pricing .btn:hover,
.pricing .btn:focus{
	background: #ffffff;
	color: #363636;
}

/*-- 14.contact css
-----------------------------------------------*/
#contact{ 
	background: #252525;
	padding: 100px 0 80px;
}
#contact .section_title{
	margin-bottom: 70px;
	color: #ffffff;
}
#contact .section_title::after{
	background: #ffffff;
}
#contact form{
	width: 100%;
	max-width:800px;
	margin: 0 auto;
}
#contact .form-group{
	position: relative;
}
#contact .form-control{
	width: 100%;
	height: 50px;
	background-color: #363636;
	font-size:13px;
	line-height: 50px;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 20px;
	margin: 0 auto;
	border: 1px solid #363636;
	border-radius: 0;
	box-shadow: none;
	resize: vertical;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	opacity: 1!important;
}
#contact input[type="text"]{
	text-transform: capitalize!important;
}
#contact textarea{
	min-height: 150px;
}
#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-textarea-placeholder{
	color: #eeeeee!important;
}
#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder{
	color: #eeeeee!important;
}
#contact input:-moz-placeholder,
#contact textarea:-moz-placeholder{
	color: #eeeeee!important;
}
#contact input:-ms-input-placeholder,
#contact textarea:-ms-textarea-placeholder{
	color: #eeeeee!important;
}
#contact input:focus,
#contact textarea:focus{
	outline:0;
	max-width: 100%;
}
#contact .form-control:hover,
#contact .form-control:focus{
	border-color: #bba267;
}
#contact .btn{
	margin: 20px 0 30px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}

/*-- 15.contact_info css
-------------------------------------------------*/
.contact_info{
	position: relative;
}
.office_info{
	position: absolute;
	top: 50px;
	right: 50px;
	background: #ffffff;
	padding: 30px;
}
#map {
	width: 100%;
	height: 500px;
}
.office_info .fa{
	font-size: 13px;
	line-height: 1;
	color: #555555;
}
.office_info h4{
	font-size: 12px;
	line-height: 24px;
	color: #555555;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
}
.office_info p{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
}
.office_info a{
	color: #999999;
}

.ul-skill li {
    display: inline-block;
    background: #e3e3e3;
    padding: 5px 10px;
    margin: 5px;
}
.ul-skill li  a{
	color:#333
}

/*-- 16.footer css
-----------------------------------------------*/
.footer_top{
	background-color: #fff;
	padding: 50px 0 50px;
	border-bottom: 1px solid #363636;
}
.footer_top .col-sm-3{
	margin-bottom: 20px;
}
.footer_top ul{
	padding: 0;
}
.footer_top h3{
	font-size: 18px;
	line-height: 28px;
	color: #ffffff ;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 20px;
	display: block;
}
.footer_top h3 .navbar-brand{
	height: auto;
	padding: 0;
	margin-top: 5px;
}
.footer_top p{
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	letter-spacing: 1px;
	padding-right: 20px;
}
.footer_top li a{
	font-size: 13px;
	line-height: 30px;
	color: #999999;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.footer_top li a:hover{
	color: #bba267 ;
	text-decoration: none;
}
.footer_top li a .fa{
	width: 20px;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	background-color: #666666;
	text-align: center;
	margin-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.footer_bottom{
	background-color: #252525;
}
.footer_bottom p{
	font-size: 11px;
	line-height: 80px;
	color: #666666;
	text-transform: capitalize;
	float: left;
	margin: 0;
	letter-spacing: 1px;
}
.footer_bottom span{
	font-weight: bold;
	color: #bba267;
	text-transform: lowercase;
}
.footer_bottom p .fa{
	font-size: 13px;
}
.footer_bottom .list-inline{
	margin: 25px 0;
}
.footer_bottom .list-inline li{
	padding: 0 2px;
}
.footer_bottom li a{
	font-size: 14px;
	line-height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #555555;
	display: block;
	text-align: center;
	color: #cccccc;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.footer_bottom li a:hover{
	background-color: #333333;
	color: #cccccc;
	text-decoration: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.footer_bottom h6{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	margin: 0;
}
.footer_bottom h6 span{
	color: #888888;
	font-weight: normal;
}
#services span[class^='flaticon-']:before {
    content: "" !important;
}
.responsive a{
	color: #888888;
}
.logo{
	color:#fff;
}
/*-- end of css
--------------------------------------------*/
