﻿/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
 font-display: swap;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

body {
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #505050;
	line-height:28px;
}

 
a, .btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover {text-decoration: none;}
a:focus, a:hover {color: #101010;}
a {	outline: medium none !important;
	color: #727272;
}
.uppercase {text-transform: uppercase;}
::selection {background: #beae00;}
::-moz-selection {background: #beae00;}
 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #272727;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}
h1.less-mar-1 {margin-bottom: 10px;}
h1.less-mar-2 {margin-bottom: 5px;}
h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
    text-transform:uppercase;
}
h2.nomargin {margin-bottom: 0px;}
h2.less-mar-1 {margin-bottom: 3px;}
h2.less-mar-2 {margin-bottom: 5px;}
h2.less-mar-3 {margin-bottom: 7px;}
h2.less-mar-4 {margin-bottom: 9px;}
h3 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 18px;
	font-style: normal;
}
h3.nomargin {margin-bottom: 0px;}
h3.less-mar-1 {margin-bottom: 3px;}
h3.less-mar-2 {margin-bottom: 5px;}
h3.less-mar-3 {margin-bottom: 7px;}
h3.less-mar-4 {margin-bottom: 9px;}
h4 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 18px;
	font-style: normal;
}
h4.nomargin {margin-bottom: 0px;}
h4.less-mar-1 {margin-bottom: 3px;}
h4.less-mar-2 {margin-bottom: 5px;}
h4.less-mar-3 {margin-bottom: 7px;}
h4.less-mar-4 {margin-bottom: 9px;}
h5 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 16px;
	font-style: normal;
}
h5.nomargin {margin-bottom: 0px;}
h5.less-mar-1 {margin-bottom: 3px;}
h5.less-mar-2 {margin-bottom: 5px;}
h5.less-mar-3 {margin-bottom: 7px;}
h5.less-mar-4 {margin-bottom: 9px;}
h6 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
	font-style: normal;
}
h6.nomargin {margin-bottom: 0px;}
h6.less-mar-1 {margin-bottom: 3px;}
h6.less-mar-2 {margin-bottom: 5px;}
h6.less-mar-3 {margin-bottom: 7px;}
h6.less-mar-4 {margin-bottom: 9px;}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
	margin-top: 0;
}
ul {list-style-type: none;}

.privacy {font-size:12px;line-height: 18px!important;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text-white {color: #fff;}
.text-dark {color: #242424;}
.text-light {color: #bababa;}
.text-primary {color: #9c9100;}
.text-gray {color: #727272;}
.text-gray-2 {color: #a1a1a1;}
a:hover.text-hover-primary {color: #9c9100;}

.margin-top {margin-top: 0px;}
.colmargin {margin: 0 0 0 0;}
.col-centered {
	float: none;
	margin: 0 auto;
}

.padding-top-5 {padding-top: 50px;}

.site-wrapper {
    width: 100%;
    margin: 0px auto;
    background-color: #FFF;

}
.wrapper-boxed {
    margin: auto;
    background-color: #FFF;
}


/* Sticky bg
 ------------------------------ */
#header {
	position: relative;
	background: #101010;
	padding: 0;
	width: 100%;
	z-index: 999;
}

/*============ Section Titles ============ */

/* title container
 ------------------------------ */
 
.title{
	transition: all 0.3s ease-out 0s;
}

 /* title container
 ------------------------------ */

.sec-title-container {
	width:100%;
	float:left;
	padding-bottom:60px;
}
.sec-title-container.less-padding-1 {
	padding-bottom:60px;
}
.sec-title-container.less-padding-2 {
	padding-bottom:50px;
}
.sec-title-container.less-padding-3 {
	padding-bottom:0px;
}
.sec-title-container.less-padding-4 {
	padding-bottom:30px;
}
.sec-title-container.less-padding-5 {
	padding-bottom:20px;
}
.sec-title-container.less-padding-6 {
	padding-bottom:15px;
}
/* page title
 ------------------------------ */
.section-title {
	font-weight: 400;
}
/* subtitle
 ------------------------------ */
.sub-title {
	width: 48%;
	font-size: 16px;
	margin: 0 auto 70px auto;
}


/*============ Page Section Styles ============ */

/* section background dark
 ------------------------------ */

.section-medium-dark {
	background-color: #161616;
}
.section-fulldark {
	background-color: #000;
}
.section-medium-dark-2 {
	background-color: #1c1c1c;
}
.section-medium-dark-3 {
	background-color: #101010;
}

/* section background light
 ------------------------------ */
.section-light {
	background-color: #f5f5f5;
}

.section-light-2 {
	background-color: #f9f8f7;
}


/* section background golden yellow
 ------------------------------ */
.section-primary {
	background-color: #9c9100;
}

/* section copyright
 ------------------------------ */
.section-copyrights {
	margin: 0;
	text-align: center;
	background-color: #1a1a1a;
}

/*less*/
.less-1 {
	width:70%;
	text-align:center;
}


/* Section Paddings
 ------------------------------ */
.sec-padding {
	padding: 100px 0 100px 0;
}
.sec-padding-2 {
	padding: 60px 0 60px 0;
}
.sec-padding-3 {
	padding: 60px 0 60px 0;
}
.sec-padding-4 {
	padding: 60px 0 60px 0;
}
.sec-padding-5 {
	padding: 50px 0 50px 0;
}
.sec-padding-6 {
	padding: 30px 0 30px 0;
}


/* Footer copyright box
 ------------------------------ */	
 
.fo-copyright-holder {
	position:relative;
	width:100%;
	float:left;
	padding: 0px;
	margin: 0px;
    font-size:12px;
}

.fo-copyright-holder a {color:#505050;}
.fo-copyright-holder a {color:#505050;}
.fo-copyright-holder .sc-icons{
	width:100%;
	float:left;
	padding: 0px;
	margin: 0px;
}
.fo-copyright-holder .sc-icons li{
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.fo-copyright-holder .sc-icons li a{
	float:left;
	font-size:15px;
	padding: 15px 10px;
	margin: 0px;
	display:inline-block;
}





/*============ Overlay Styles ============ */
.section-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	z-index: 10;
}

/*============ Page Scroll to Top ============ */

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: #9c9100 url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
	z-index: 999;
}




/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {	
.col-divider-margin {
    margin-top: 30px;
}
.text-box-right {
    padding: 0px 0px 0px 100px;
}
.wrapper-main {
width:100%;
padding-left:230px;
background-color: #fff;
}
.wrapper-main .container {
width:100%;
}
.header-inner.less-height .text {
    padding: 13% 0 0;
}
.header-inner .text {
    padding: 25% 0 0;
}

}
	
@media screen and (max-width: 1000px) {

.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.sec-m-margin-1 {
    margin-top: 0px;
}
.topbar-transparent {
	background-color:#101010;
}
.wrapper-main {
padding-left:0px;
}
}	

	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {
.margin-bottom {
	margin-bottom: 30px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 100px 0 100px 0;
}

}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
.padding-top-5, .padding-top-6 {padding-top: 40px;}	
.sec-title-container.less-padding-3 {padding-bottom: 30px;}
.sec-padding {padding: 60px 0 60px 0;}
.thumbs li {width: 10%;}
.fo-copyright-holder .social-iconbox {left: 33%;top: -87px;}
.fo-sec-3 {padding: 244px 0 0 0;}
.section-side-image .text-inner-6 {padding: 40px;}
.sec-padding-4 {padding: 0 0 0 0;}
}



/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {
.padding-top-5, .padding-top-6 {padding-top: 40px;}
.sec-title-container.less-padding-3 {padding-bottom: 30px;}
.sec-padding {padding: 60px 0 60px 0;}
}



/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {
.padding-top-5, .padding-top-6 {padding-top: 40px;}
.sec-title-container.less-padding-3 {padding-bottom: 30px;}
}


@media screen and (max-width: 640px) {
.padding-top-5, .padding-top-6 {padding-top: 40px;}
.sec-title-container.less-padding-3{padding-bottom: 30px;}
.sec-padding {padding: 40px 0 40px 0;}
}


@media screen and (max-width: 480px) {
.padding-top-5, .padding-top-6 {padding-top: 30px;}
.sec-title-container.less-padding-3 {padding-bottom: 30px;}
.sec-padding {padding: 40px 0 40px 0;}
}


/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
.padding-top-5, .padding-top-6 {padding-top: 25px;}
.sec-title-container.less-padding-3 {padding-bottom: 30px;}
.sec-padding {padding: 40px 0 40px 0;}
.sec-title-container {padding-bottom: 40px;}
}


/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
.padding-top-5, .padding-top-6 {padding-top: 20px;}
.sec-title-container.less-padding-3 {padding-bottom: 30px;}
.sec-padding {padding: 30px 0 30px 0;}
.sec-title-container {padding-bottom: 35px;}
}


/* title line
 ------------------------------ */
.ce-sub-text {
	width: 50%;
	margin:15px auto 0 auto;
	line-height:29px;
}
.ce-sub-text.less-width {
	width: 50%;
	margin:15px auto 0 auto;
}
.ce-sub-text.align-left {
	width: 80%;
	margin:15px auto 0 0;
}

.ce-title-line {
	width: 12%;
	height:2px;
	background-color:#9c9100;
	margin:15px auto 0 auto;
}
.ce-title-line.white {
	background-color:#fff !important;
}
.ce-title-line.align-left {
	width: 12%;
	height:2px;
	background-color:#9c9100;
	margin:15px 88% 0 auto;
}


/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {
.ce-sub-text {width: 70%;}
}


@media screen and (max-width: 640px) {
.ce-sub-text {width: 80%;}
h2 {font-size:20px;} 
}


@media screen and (max-width: 480px) {
.ce-sub-text {width: 90%;}
   
}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
.ce-feature-box-7 .main-box .img-box .overlay .sc-icons {top: 300px;left: 77px;}
}
