@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('font-awesome.css');
@import url('set1.css');
body {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	background:#ffeac2;
	color:#000
}
header {
	background: -webkit-linear-gradient(90deg, #ff7b00 0%, #fcf81a 100%);
	background: linear-gradient(90deg, #ff7b00 0%, #fcf81a 100%);
	background:#301207;
}
.navbar {
	margin:0;
	min-height:60px;
}
.navbar-default {
	border:0;
	background: -webkit-linear-gradient(90deg, #ff7b00 0%, #fcf81a 100%);
	background: linear-gradient(90deg, #ff7b00 0%, #fcf81a 100%);
}
.navbar-default .navbar-nav > li:before {
	position:absolute;
	font-family: 'FontAwesome';
	content: "\f111";
	color:#d90b15;
	display:inline-block;
	right:-4px;
	font-size: 10px;
	top: 8px;
}
.navbar-default .navbar-nav > li:after {
	position:absolute;
	content: "";
	background:#d90b15;
	width:1px;
	height:100%;
	display:inline-block;
	top: 0;
	right:0
}
.navbar-default .navbar-nav > li > a {
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	padding: 10px 35px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a {
	background:#d90b15;
	color:#fff;
}
.navbar-default .navbar-nav {
	margin: 0 auto;
	display: table;
	table-layout: auto;
	float: none;
	width: 100%;
}
.navbar-default .navbar-nav > li {
	display: table-cell !important;
	float: none;
	text-align: center;
	transition: all 0.5s ease;
}
a, button {
	transition: all 0.5s ease;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
section {
	padding:50px 0;
}
.top-address {
	color:#fff;
	margin:10px 0
}
.top-address h3 {
	margin:0;
	margin-bottom:5px;
}
.top-address p {
	margin-bottom:8px;
	font-size:15px;
	line-height:20px;
}
.top-address p i {
	width:15px;
	font-size:16px;
}


section{
padding:50px 0;	
}

.about_content{
line-height:24px;	
}

.about_content h3{
text-transform:capitalize;
font-weight:bold;
margin-bottom:15px;
}
.about_content h3 span{
	color:#d81012;
}
.section_bg_1{
	background:url(../images/bg_1.jpg) no-repeat center;
	background-size:cover
}
.section_title{
text-align:center;
}
.section_title h2{
text-align:center;
font-weight:900;
position:relative;	
padding-bottom:15px;
margin-bottom:15px;
text-shadow:2px 2px 2px #fff;
color:#000;
}
.section_title h2 span{
	color:#d81012;
}
.section_title h2:before{
	position:absolute;
	content:'';
	height:2px;
	width:80px;
	background:#000;
	left:0;
	right:0;
	bottom:0;
	margin: 0 auto
}
.section_title p{
	font-size:15px;
	line-height:26px;
	width:60%;
	margin:0 auto
}

footer{
	background:#301207;
	padding:30px 0 0;
	color:#ccc;
}
footer .copyright{
	margin-top:30px;
	padding:0 0;
	background:#000
}
footer .copyright p{
	margin:0;
	font-size:13px;
	padding:10px 0;
	text-align:center;
	color:rgba(255,255,255,.5);
}
footer .copyright p a{
	color:#ccc;
}
footer .copyright p a:hover{
	color:#fff;
}

footer h4{
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted rgba(255,255,255,.2);
}
footer .footer_links{
	margin:0;
	padding:0;
}

footer .footer_links li{
	display:block;
	position:relative;
}
footer .footer_links li:before{
	font-family: 'FontAwesome';
    content: "\f105";
	display:inline-block;
	margin-right:5px;
	position:absolute;
	left:0;
	top:5px;
}

footer .footer_links li a{
	display:block;
	padding:5px 0;
	padding-left:12px;
	color:#ccc;
}
footer .footer_contact p{
	clear:both;
	margin-bottom:20px;
}
footer .footer_contact p i{
	display:block;
	float:left;
	height:30px !important;
	width:25px;
	font-size:16px;
}

footer .footer_contact p i:first-child{
	display:block;
	float:left;
	height:50px
}

footer form input{
	background:rgba(0,0,0,.2) !important;
	border:1px solid rgba(255,255,255,.2) !important;
	margin-bottom:5px !important;
	border-radius:0 !important;
	font-size:13px !important;
}
footer form input[type="submit"]{
	background:#000 !important;
	color:#fff !important;
	border:none !important;
	font-size:14px !important;
	text-transform:uppercase  !important;
}
footer form input[type="submit"]:hover{
	background:#d67f16 !important;
	color:#fff !important;
}
footer form textarea{
	background:rgba(0,0,0,.2) !important;
	border:1px solid rgba(255,255,255,.2) !important;
	margin-bottom:5px !important;
	border-radius:0 !important;
	font-size:13px !important;
}

 @media (max-width: 768px) {
 .top-address {
 text-align:center;
 padding:0 20px;
 display:block;
}
 .navbar-default .navbar-nav {
 margin: 0 auto;
 display: block !important;
 width:100%
}
 .navbar-default .navbar-nav > li {
 display: block !important;
 width:100%
}
.section_title p{
	font-size:15px;
	line-height:26px;
	width:100%;
	margin:0 auto
}

}







/*
=================================================================
  page title style
=================================================================
*/

.page-title{
  background: url(../images/banner.jpg)no-repeat;
  padding: 69px 0px 63px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-title .clearfix .pull-left{
  position:relative;
  z-index: 10;
}
.page-title .clearfix .pull-right{
  position:relative;
  z-index: 10;
}
.page-title .overlay:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.53);
    opacity: 1;
    content: "";
}
.page-title h1{
  font-size: 30px;
  font-weight: 700;
  line-height:30px;
  text-transform:uppercase;
  color:#ffffff;  
}
.page-title p{
  color:#fff;
  margin-top: 14px;
  letter-spacing: 1px;
}
.page-title .path{
  font-size:14px;
  color:#ffffff;
  font-weight:600;
  line-height: 28px;
  padding: 18px 15px 0px;
}

.page-title .path a{
  position:relative;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  display:inline-block;
  color:#ffffff;
  text-decoration:none;
  transition:.5s;
}

.page-title .path a:hover{
  color:#ffb426;
  transition:.5s;
}


.group-title{
  position:relative;
  margin-bottom:30px;

}

.group-title:before{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  height:2px;
  background:#d6c8ae; 
}

.group-title:after{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width:100px;
  height:1px;
  background: #af1212;
}




.single-choose-item {
    margin-bottom: 26px;
    position: relative;
    background: #fff;
    border: 1px solid #ededed;
    -webkit-transition: .5s;
    transition: .5s;
}

.choose-icon {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    margin-top: 20px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

.choose-text {
    overflow: hidden;
    padding: 6px 0px 16px;
	margin-left: 15px;
margin-right: 15px;
min-height:200px;
}



/*
===================================================
  29. feature-style-three
===================================================
*/
.feature-style-three{
  padding: 40px 0px 40px;

}

.feature-style-three .item-list .row{
  margin:0px;
  
}

.feature-style-three .item-list .item .inner-box{
    position: relative;
    padding-left: 94px;
    padding: 20px 12px 20px 94px;
    border: 1px solid #ededed;
    background: #fff;
}
.feature-style-three .item-list .item .inner-box h3{
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.feature-style-three .item-list .item .inner-box .icon-box{
  position: absolute;
  left: 22px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon{
  color: #ffb426;
  line-height: 82px;
  margin-left: 11px;
  font-size:40px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon:before{
  font-size: 36px;
}
.feature-style-three .item-list .item .inner-box .text{
    position: relative;
    line-height: 27px;
    color: #848484;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/*
================================================
   contact_us style
================================================
*/
.contact_us{
/*  padding:100px 0px 70px;*/
background:#fff;
}
.contact_us .sec-title{
  
}
.contact_us .sec-title p{
  max-width:650px;
  margin:0 auto;
  color:#848484;
  margin-bottom: 60px;
}
.contact_us .link_btn.style-four{
  margin-top:30px;
}



.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="tel"], .default-form input[type="url"], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 52px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    padding: 13px 20px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.thm-btn {
    position: relative;
    background: #ffb426;
    font-size: 14px;
    line-height: 42px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #ffb426;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 26px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}