/* ===========================================================
   GENERAL STYLESHEET BY BYINARY THEME    
   ============================================================*/

/* ===========================================================
   GENERAL STYLES   
   ============================================================*/
body {
   font-family:'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;   
    margin-top: 40px;
    line-height:16px;
}

h1, h2, h3, h4, h5, h6 {
      font-family:'Open Sans', sans-serif;
    font-weight: 500;
   line-height:40px;
   
}

h1 {
    color:#8a4300;
    font-weight: 700;
    font-family:'Open Sans', sans-serif;
    font-weight: 500;
   line-height:40px;
}
.text-center {
    text-align: center; 
}

.main-top-margin {
     margin-top: 75px;
}
.main-low-margin {
     margin-top: 55px;
}

a,a:hover {
    text-decoration:none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;	
}
.banner-title {

    color:#8a4300;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    padding: 160px 0 0 0;
}

.subtitle {
    font-size: 24px;
}
i.fa {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;	
}

p {
    line-height: 30px;
    margin-bottom: 23px;
}

.img-margin-product {
    margin-top:30px;
}
.bottam-pad {
     padding-bottom:40px;
}
/* ==========================================================================
   COLOR CODES
   ========================================================================== */

.color-red {
    color:#a4845c;
}

.color-green {
    color:#07BB00;
}

.color-light-blue {
    color:#BB00BB;
}

.color-blue {
    color:#8a4300;
}
.color-brown {
    color:#EB8F2D;
}
.color-black {
    color:#000000;
}





.b-l.col-red {
    border-color:#411116;
}

.b-l.col-green {
    border-color:#07BB00;
}

.b-l.col-light-blue {
    border-color:#BB00BB;
}

.b-l.col-blue {
    border-color:#0052FF;
}
.b-l.col-brown {
    border-color:#EB8F2D;
}
.b-l.col-black {
    border-color:#000000;
}

/* ==========================================================================
   HEADER SECTION
   ========================================================================== */

#header-section {
	background: url(../img/header.jpg) no-repeat center top;
	margin-top: -20px;
	padding-top:20px;
	text-align:center;
	background-position: center center;
	min-height: 700px;
	width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-section h1 {
	margin-top: 130px;
    color: rgba(255, 255, 255, 0.24);
	font-size: 45px;
	font-weight: 400;
	letter-spacing: 4px;
    line-height:70px;
}

#header-section h2 {
    color: rgba(255, 255, 255, 0.24);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
}

#header-section:hover h1, #header-section:hover h2 {
    color: rgba(255, 255, 255, 1);
}

#header-section h1, #header-section h2 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


#header-section .down-icon {
    color: rgba(255, 255, 255, 0.24);
    font-weight:900;
}

#header-section:hover .down-icon {
    color: rgba(255, 255, 255, 1);
}

/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */

#about-section {
    background-color: #f4f4f2;
    padding-bottom: 50px;
   
}

/* ==========================================================================
   PRICE SECTION
   ========================================================================== */
#price-section {
     background-color: #f4f4f2;
}

/* PRICE TABLES */

.pricing {
    padding-bottom: 40px;
}

.pricing .pricing-head {
    position: relative;
    background: #411116;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 50px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.special .pricing-head {
    background: black;
}



.pricing .price {
    display: inline-block;
    position: relative;
}

.pricing .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing .price .price-amount {
    font-size: 45px;
    letter-spacing: -4px;
}

.pricing .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing ul li {
    border-bottom: solid 1px #e1e1e1;
}

.pricing .pricing-grab {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 12px;
    color: #FFFFFF;
    background: #a4845c;
}

.pricing .pricing-grab:hover {
    background: #8a4300;
}

.backcolor-li {
    background-color:#beaa9d;

}

/*==========================================
   SOCIAL ICON STYLES
    =====================================================*/

.color-facebook {
    color:#3B5998;
}
.color-twitter {
     color:#00aced;
}
.color-google-plus {
     color:#dd4b39;
}
.color-linkedin {
     color:#007bb6;
}
.color-pinterest {
     color:#cb2027;
}
/* ===========================================================
   BOOTSTRAP ELEMENTS CHANGES   
   ============================================================*/
.navbar {
	font-weight: 800;
	font-size: 14px;
}

.navbar-inverse {
	background: #411116;
	border-color: #411116;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #ffffff;
}

.navbar-inverse .navbar-brand {
	color: #beaa9d;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}

ul.nav.navbar-nav.navbar-right {
    display: block;
    position: relative;
    height: 55px;
    line-height: 55px;
}

.navbar-inverse :hover .navbar-brand:hover {
	color: #FFFFFF;	
}
.navbar-inverse .navbar-nav > li > a {
    height: 55px;
    line-height: 55px;
	padding: 0 15px;
	color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li:hover > a {
	color: #beaa9d;
}
	
/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */

#contact-section {
    background-color: #fff;
    padding-bottom: 100px;
}
/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */
   

#footer {
    background-color: #411116; 
    color: #fff; 
    text-align: right; 
    padding: 10px 30px 10px 30px;
}



/* ==========================================================================
   MEDIA QURIES
   ========================================================================== */
   
i.fa:before {
	display: block;
	position: relative;
}

a i {
	display: block;
	position: relative;
}

a:hover .fa {
	color: #beaa9d!important;
}

#header-section:before {
	content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
    top: 150px;
    left: 25%;
    background: rgba(13, 10, 11, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#header-section:hover:before {
    background: rgba(13, 10, 11, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.18);
}


.navbar-header .fa:before {
	margin-right: 15px;
}

.pricing ul li a {
	display: block;
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 55px;
	text-decoration: none;
}

.pricing ul li a:hover {
	background: #fff;
}

.b-l {
	display: block;
	position: relative;
	border-left: 10px solid;
	border-right: 1px solid;
    padding-left: 25px;
    padding-right: 5px;
}	

.list-st, .list-st li {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
    padding: 0;
}

.list-st {
    padding: 20px 0px;
}

.list-st li {
	padding: 10px 0px 20px 10px;
}

.list-st .fa:before {
	margin-right: 20px;
}

.list-st a {
	color: #a4845c;
}

.list-st a:hover {
	color: #411116;
}