@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
body{
	font-family: 'Open Sans', sans-serif;
}
.headerbg{
	background:linear-gradient(rgba(67, 73, 80,0.9), rgba(67, 73, 80,0.8)), url(../image/slider-bg.jpg);
	background-size: cover;
}
.navbar-default{
	background: transparent;
	border: none;
	padding: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    padding: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #d2d2d2;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active{
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #d2d2d2;
    background-color: transparent;
}
/* == Sticky Navbar == */
nav{
	transition: all 0.4s ease;
}
nav.sticky{
	background: #42484f;
	padding: 7px;
}
.hero-title{
	margin-top: 130px;
	white-space: pre-line;
}
.hero-title > h1{
	font-weight: 800;
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
}
.hero-title > h1 > span{
	color: #f7600e;
}
.hero-title > p{
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
.hero-title > .hero-btn{
    background-color: #f7600e;
    padding: 15px 48px;
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    border-radius: 5px;
    border:1px solid #f7600e;
    transition: 0.4s ease-in;
}
.hero-title > .hero-btn-one{
    background-color: transparent;
    padding: 15px 48px;
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    border-radius: 5px;
    border:1px solid #f7600e;
    transition: 0.4s ease-in;
}
.hero-title > .hero-btn:hover{
	background: transparent;
}
.hero-title > .hero-btn-one:hover{
	background: #f7600e;
}
.hero-title ~ a img{
	width: 26px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 80px;
}
.hero-title ~ a img:hover{
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#slide_area{
	padding-bottom: 80px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 80px;
}
.overlay-slider{
	width: 100%;
	height: 100%;
	position: absolute;
	background:rgba(0,0,0,0.8);
	top: 0;
	left: 0;
}
/*== Working Area Start here ==*/
#working_area{
	margin-top: 105px;
	margin-bottom: 105px;
}
.work h2{
	font-size: 30px;
    color: #3b434c;
    text-transform: uppercase;
    margin-top: 65px;
}
.work h2 > span {
    color: #f7600e;
}
.work1 h2{
	font-size: 30px;
    color: #3b434c;
    text-transform: uppercase;
    margin-top: 0px !important;
    margin-bottom: 50px;
}
.work1 h2 > span {
    color: #f7600e;
}
#working_area .box img{
	vertical-align: -7px;
}
#working_area .icon-box {
    width: 120px;
    height: 120px;
    border: 10px solid #ececec;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 120px;
}
#working_area .box h3 {
    display: inline-block;
    float: none;
    width: auto;
    color: #404040;
    background: none;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
#working_area .box p {
    color: #808080;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
#working_area .icon-box img{
	width: 45px;
}
#working_area > .box > h3, p{
	font-size: 16px;
	color: #3b434c;
}
#working_area > .box > h3{
	font-weight: 700px;
}
#working_area .icon-box > .icons {
    width: 45px;
}/*== Subscribe section Start here ==*/
#subscribe_area{
	background:url(../image/email-bg.jpg);
	padding: 30px 0px;
	background-size: cover;
}
.input-section{
	margin-top: 50px;
	margin-bottom: 30px;
}
input.subscribe_input{
	border-radius: 8px;
	border: 0px;
}
.form-control:focus{
	border: none;
	box-shadow: none;
} 
.btn-warning{
	background: #f7600e;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1px solid #f7600e;
	padding: 7px 40px;
}
.btn-warning:hover{
	background: transparent;
}
/* === Our Work Section === */
#work_section .work_heading{
	margin-top: 30px;
}
#work_section h2{
	font-size: 30px;
	color: #3b434c;
	text-transform: uppercase;
}
#work_section h2 > span{
	color: #f7600e;
}
#work_section .heading_para{
	line-height: 30px;
	margin-top: 15px;
}
#work_section .row-1{
	margin-top: 70px;
}
#work_section .row-1, .row-2, .row-3{
	margin-left: 40px;
}
#work_section .row-3{
	display: none;
}
.thumbnail {
    display: block;
   padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 0px;
    position: relative;
    overflow: hidden;
}
.thumbnail img{
	width: 100%;
	height: 100%;
}
.thumbnail .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	background: linear-gradient(rgba(247,96,14,0.8),rgba(247,96,14,0.2));
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s ease;
	border-radius: 5px;	
}
.thumbnail .overlay:hover{
	opacity: 0.9;
}
.thumbnail .overlay h2{
	font-size: 20px !important;
	color: #fff !important;
	padding-top: 25px;
}
.thumbnail .overlay p{
	color: #fff;
	font-size: 14px;
	padding: 8px 2px;
}
.thumbnail .overlay .overlay-btn{
	background: #fff;
	color: #f7600e;
}
#showmore{
	background: #fff;
	color: #3b434c;
	font-weight: 700;
	border: 0px;
	outline: none;
	box-shadow: 0px;
	border: 1px solid #ccc;
	padding: 7px 40px;
	background: #fff;
	margin-left: 8px;
	margin:30px 0px;
}
/*== Testimonials Slider Start here ==*/
#testimonial-slider{
	padding: 20px 0px;
	background: #fff;
}
.owl-carousel-1{
	position: relative;
	overflow: hidden;
}
.owl-carousel-1 strong{
	color: #fff;
	font-weight: 300;
	font-style: italic;
}
.owl-buttons .owl-prev{
	position: absolute;
	top: 50%;
	left: 0px;
	text-indent: 10000px;
	overflow: hidden;
	width: 21px;
	height: 40px;
	background: url(../image/prev.png) no-repeat;
}
.owl-buttons .owl-next{
	position: absolute;
	top: 50%;
	right: 0px;
	text-indent: 10000px;
	overflow: hidden;
	width: 21px;
	height: 40px;
	background: url(../image/next.png) no-repeat;
}
/*== Our Team Area ==*/
#our_team h2{
	font-size: 30px;
	color: #3b434c;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 30px;
}
#our_team h2 > span{
	color: #f7600e;
}
#our_team .heading_para{
	line-height: 30px;
	margin-top: 15px;
}
.img-box{
	margin-left: 8px;
}
.img-box h3{
	color: #3b434c;
	font-size: 25px;
}
.icon_box ul{
	margin-left: -43px;
}
.icon_box ul li{
	list-style: none;
	display: inline;
	padding: 0;
}
.icon_box ul li a{
	width: 24px;
	height:24px;
	display: inline-block;
	border-radius: 50%;
	background: #3b434c;
	margin-left: 8px;
	transition: 0.4s ease;
}
.icon_box p{
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0px 5px;
	margin-top: 20px;
}
.icon_box ul li a i{
	display: inline-block;
	line-height: 24px;
	color: #fff;
}
.icon_box ul li a.facebook:hover{
	background: #205b9f;
}
.icon_box ul li a.twitter:hover{
	background: #00ace3;
}
.icon_box ul li a.youtube:hover{
	background: #E62117;
}
/*== Contact Section Start here ==*/
section#contact_section{
	background:linear-gradient(rgba(50,57,64,0.8),rgba(50,57,64,0.8)) ,url(../image/footer-bg.jpg) no-repeat;
	background-size: cover;
	padding: 50px 10px;
	margin-top: 80px;
}
#contact_section h2{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 30px;
}
#contact_section h2 > span{
	color: #f7600e;
}
#contact_section .heading_para{
	line-height: 30px;
	margin-top: 15px;
	color: #ffffff;
}
#contact_section input{

}
#contact_section textarea{
	border: 0px;
	outline: 0px;
	margin-top: 20px;
	padding-bottom: 70px;
}
#contact_section .send-btn{
	margin-top: 20px;
	padding:8px 45px;
	background: #f7600e;
	border-radius: 5px;
	color: #ffffff;
	outline: none;
	border: none;
}
#contact_section .send-btn:focus{
	outline: none;
	border: none;
}
#contact_section .footer-icons{
	list-style: none;
	margin-top: 20px;
}
#contact_section .footer-icons li{
	display: inline-block;
	margin-left: 5px;
}
#contact_section .footer-icons li a{
	color: #fff;
}
#contact_section .footer-icons li a i{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	line-height: 30px;
	text-align: center;
}
#contact_section .footer-icons .fa-facebook{
	background: #205b9f;
}
#contact_section .footer-icons .fa-twitter{
	background: #00ace3;
}
#contact_section .footer-icons .fa-behance{
	background: #009bd5;
}
#contact_section .footer-icons .fa-dribbble{
	background: #ff72a5;
}
/*== Footer Section Start here ==*/
.developer-link a{
	color: #1bbc9b;
	font-size: 14px;
}
.footer-text a{
	
	text-decoration: none;
	color: #cccccc !important;
}
.footer-text a:hover{
	color: #fff !important;
}
.footer-text .fa{
	color: #fff;
	font-size: 22px;
}
.footer-text .fa-map-marker{
	color: #ED4544;
}
.footer-text .fa-envelope{
	color: #F7600E;
}
.footer-text .fa-phone{
	color: #16A764;
}
footer{
	padding: 20px 0px;
	background: #3b434c;
}
footer p{
	font-size: 12px !important;
	color: #fff;
	line-height: 20px;
	margin-top: 10px;
}
/*Scroll To Top Button Code here*/
#scrollBtn{
	color: #f7600e;
	font-size: 3em;
	position: fixed;
	right: 40px;
	bottom: 5%;
	transition: all 0.5s ease;
}
#scrollBtn:hover{
	transform: scale(1.1,1.1);
	transition: all 0.5s ease;
}
.hide-btn{
	transform: scale(0,0);
}

/* Responsive UI & Menu Customization: 1200px.*/
@media(min-width: 1200px){
	.container {
	    width: 1136px;
	}
	
}

/* Large Screen Layout: 1024px.*/
@media only screen and (min-width: 1024px) and (max-width: 1140px) {
		.container {
	    width: 960px;
	}

}
/* Desktop Layout: 992px.*/
@media only screen and (min-width: 992px) and (max-width: 1024px) {
		.container {
	    width: 928px;
	}
}

/* Tablet Mode Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-title > h1{
		font-size: 60px;
	}
	.hero-title > p{
		font-size: 18px;
	}
	.hero-title > .hero-btn-one{
	    padding: 15px 32px;
	}

	.thumbnail {
    	width: 113%;
 
	}
	/*== Our Work Section ==*/
	#work_section .thumbnail .overlay h2 {
    padding-top: 5px;
    margin-top: 5px;
    font-size: 14px;
	}
	#work_section .thumbnail .overlay p {
    font-size: 12px;
    padding: 1px 2px;
    margin-top: -9px;
	}

	.thumbnail .overlay .overlay-btn {
	    padding: 2px;
	    font-size: 12px;
	}

	/* User Slider Informtion*/
	#testimonial-slider .avatar-icon{
		margin-top: 17px;
	}
	#owl-example p {
		font-size: 13px;
	}
	#contact_section input {
	    margin-top: 15px;
	}
	#contact_section textarea{
		margin-top: 30px;
	}
	/*== Team Section ==*/
	.icon_box p {
		padding: 0px 51px !important;
	}

}
	
/*	Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.navbar-toggle{
		border-radius: 0px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	border-color: #f7600e;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    	background-color: transparent;
	}

	.navbar-default .navbar-toggle {
	    background-color: transparent;
	    border: 1px solid #F7600E;
	}
		.navbar-default .navbar-toggle .icon-bar {
	    background-color: #F7600E;
	}
	#myNav .pull-right{
		float: none !important;
	}
	.navbar-default{
		background: transparent;
		border: none;
		padding: 20px;
	}
	.navbar-default .navbar-nav > li > a {
	    color: #d2d2d2;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active{
	    color: #f7600e;
	    background-color: #42484F;
	}
	.navbar-default .navbar-nav > li > a:focus {
	    color: #f7600e;
	    background-color: red;
	}
	.navbar-nav > li > a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    line-height: 20px;
	    background:#42484F;
	}
	.hero-title > h1{
		font-size: 45px;
	}
	.hero-title > p{
		font-size: 17px;
	}

	.hero-title > .hero-btn-one{
	    padding: 15px 32px;
	}
	.hero-title > .hero-btn:hover{
		background: transparent;
	}
	.hero-title > .hero-btn-one:hover{
		background: #f7600e;
	}
	/*== Working Area Start here ==*/
	#working_area > .box > h3, p{
		padding: 0px 60px;
	}
	/*== Subscribe section Start here ==*/
	#subscribe_area{
		padding: 15px 0px;
	}
	.btn-warning{
		margin-top: 31px;
	}
	/* === Our Work Section === */
	#work_section h2{
		margin-top: 48px;
	}
	#work_section .heading_para{
		line-height: 30px;
		margin-top: 15px;
		padding: 0px;
	}
	.thumbnail {
	    width: 45%;
	    float: left;
	    margin: 0px;
	    margin-left: 17px;
	    margin-bottom: 35px;
	}
	.thumbnail .overlay h2{
		padding-top: 25px;
	}
	/*== Team Section ==*/
	.icon_box p {
		padding: 0px 51px !important;
	}
	#showmore{
		margin:30px -41px;
	}
	/*== Contact Section Start here ==*/
	#contact_section input {
	    margin-top: 15px;
	}
	#contact_section textarea{
		margin-top: 30px;
	}

}
/*	Some Responsive Bugs Fixed */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#work_section .thumbnail .overlay h2 {
    padding-top: 5px;
    margin-top: 5px;
	}
	#work_section .thumbnail .overlay p {
    font-size: 12px;
    padding: 3px 2px;
	}
}

/*	Some Responsive Bugs Fixed */
@media only screen and (min-width: 480px) and (max-width: 560px) {
	.thumbnail {
    	width: 90%;
 
	}


}
/*	Some Responsive Bugs Fixed */
@media only screen and (min-width: 497px) and (max-width: 560px) {
	.thumbnail {
    	width: 90%;
 
	}


}
@media only screen and (min-width: 561px) and (max-width: 660px) {
	#work_section .thumbnail .overlay h2 {
    padding-top: 5px;
    margin-top: 5px;
	}
	#work_section .thumbnail .overlay p {
    font-size: 12px;
    padding: 3px 2px;
	}
	
}

/* Mobile Layout: 320px.*/
@media only screen and (max-width: 767px) {
	.working-box .btn-default{
		display: inline-block;
		margin-bottom: 40px;
	}
	.owl-buttons .owl-next{
		display: block;
		visibility: visible;
	}
	.navbar-toggle{
		border-radius: 0px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	border-color: #f7600e;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    	background-color: transparent;
	}

	.navbar-default .navbar-toggle {
	    background-color: transparent;
	    border: 1px solid #F7600E;
	}
		.navbar-default .navbar-toggle .icon-bar {
	    background-color: #F7600E;
	}
	#myNav .pull-right{
		float: none !important;
	}
	.navbar-default{
		background: transparent;
		border: none;
		padding: 20px;
	}
	.navbar-default .navbar-nav > li > a {
	    color: #d2d2d2;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active{
	    color: #f7600e;
	    background-color: #42484F;
	}
	.navbar-default .navbar-nav > li > a:focus {
	    color: #f7600e;
	    background-color: red;
	}
	.navbar-nav > li > a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    line-height: 20px;
	    background:#42484F;
	}
	.hero-title > h1{
		font-size: 45px;
	}
	.hero-title > p{
		font-size: 17px;
	}

	.hero-title > .hero-btn-one{
	    padding: 15px 32px;
	}
	#showmore {
	    margin: 30px -69px;
	}
	/*== Subscribe section Start here ==*/
	#subscribe_area{
		padding: 15px 0px;
	}
	.btn-warning{
		margin-top: 31px;
	}
	#working_area > .box > h3, p{
		font-size: 14px;
		color: #3b434c;
	}
	#work_section .row-1, .row-2, .row-3 {
   	 	margin-left: 0px;
	}

	#work_section .row-1 {
    	margin-top: 12px;
	}
	#owl-example p {
		font-size: 12px;
	}
	.owl-buttons{
		display: none;
	}
	#contact_section input {
	    margin-top: 20px;
	}

}
@media only screen and (max-width: 395px){
	.hero-title > .hero-btn-one{
	    padding: 15px 34px;
	    margin-top: 20px;
	}
	.title > h1 {
    	font-size: 30px;
	}
}
@media only screen and (max-width: 767px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #f7600e;
    margin-top: 10px;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #f7600e;
}
}
@media only screen and (min-width: 280px) and (max-width: 590px){
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 350px;
	}
	.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 0px;
    top: -32px;
}
	.hero-title h1{
		font-size: 20px;
		padding: 0px;
		margin:0px;
	}
	.hero-title > p {
    display: none;
	}
	.hero-title > .hero-btn {
    padding: 5px;
    font-size: 14px;
    display: inline;
	}
	.hero-title > .hero-btn-one {
    padding: 5px;
    margin-top: 0px;
    font-size: 14px;
    display: inline;
	}
	.navbar-brand > img {
    display: block;
    padding: 0px;
    margin: -20px;
	}
	.footer-text a {
    margin-bottom: 40px;
    display: block;
	}

}
.err {
    color: #F7600E !important;
}
.success-msg{
	color: #16A764;
}