@font-face {
	font-family: 'calibri-bold';
	src: url("../fonts/calibri-font-family/calibri-bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal; 
	font-display: swap;
}
@font-face {
	font-family: 'calibri-regular';
	src: url("../fonts/calibri-font-family/calibri-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal; 
	font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

a {
    color: #000;
	transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'calibri-regular', sans-serif;
}
a:hover{
	color: #e27c28;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'calibri-regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #121212;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'calibri-bold', sans-serif;
  letter-spacing: 0;
}
ol, ul{
	padding-left: 15px;
}
ul li{
	position: relative;
	list-style: none;
}
ul li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: -16px;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 6px;
    font-size: 14px;
	color: #e37e29;
}

.accordion-button{
	color: #fff!important;
	background-color: #2f4832!important;
}
.accordion-button.collapsed{
	color: #232323!important;
	background-color: #f5f5f5!important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}
/*.fontPoppins{	font-family: 'Poppins', sans-serif;		}
.fontOpenSans{	font-family: 'Open Sans', sans-serif;		}*/
.border-cust-left{
	border-left: 2px solid #f29730!important;
}
/* background colors */
.bg-green1{ background-color:#2f4832 !important;	}
.bg-black1{	background-color:#232323 !important; }
.bg-orange2{	background-color: #e27c28 !important;}
/* text colors */
.orange1{	color:#e37e29;	}
.orange2{	color: #e27c28;	}
.darkGray{ color:#666666;	}
.darkGreen{ color:#2f4832;	}
.btn-md {
    padding: 13px 40px 13px;
}
.btn1{
	font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    letter-spacing: 1px;
    border-radius: 5px;
    overflow: hidden;
}
.btn1:hover, .btn1:focus {
	background-color: #e27c28;
	color: #ffffff !important;
	border: 2px solid #e27c28;
}
.btn2{
	background-color: #e27c28;
    color: #ffffff !important;
    border: 2px solid #e27c28;
}
.btn3{
	background-color: #bfbfbf;
    color: #000;
    border: 2px solid #bfbfbf;
}
.btn3.active{
	background-color: #2f4832;
	border-color: #2f4832;
	color: #fff;
}
.h1, h1{font-size: 30px; }
.h2, h2{font-size: 29px; }
.h3, h3{font-size: 25px; }
.h4, h4{font-size: 18px; }
.h5, h5{font-size: 14px; }
.fs7{ font-size: 13px;}

.hr1{ width:50px; height:2px; background:#232323; margin:1rem 0; }
.hr2{ width:50px; height:3px; background:#e37e29; margin:1rem auto; }

.font-600{font-weight: 600;}

/*-- Owl Carousel CSS --*/
.owl-nav .owl-prev, .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0!important;
    color: #e27c28!important;
    font-size: 40px!important;
	font-weight: 800!important;
    height: 40px;
    left: -50px;
    line-height: 40px!important;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}
.owl-nav .owl-next {
    left: auto;
    right: -50px;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 0 5px;
    width: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #e27c28 none repeat scroll 0 0;
    border: 2px solid transparent;
}

.accordion-button:focus, .accordion-button:not(.collapsed), .accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed{
	border-radius: 0;
	background-color: #f5f5f5;
    font-weight: 600;
	color: #232323;
}
.accordion-item{
	border-bottom: 1px solid rgba(0,0,0,.125);
}
/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/preloader.svg) center no-repeat #fff;
  text-align: center;
}

.nav-link{ color:#fff; font-family: 'Poppins', sans-serif;}

#nav1 .nav-item{ font-size:17px;	padding:10px;	}
#nav1 .nav-item i:hover{ color:#e37e29 !important; }
.main-header .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 13px;
    padding-right: 12px;
	color: #fff;
}
.main-header .navbar-nav li::before {
  opacity: 0;
}

.main-header .navbar-nav .nav-link:hover, .main-header .navbar-nav .nav-link.active{
	color: #e37e29;
}
.main-header .dropdown-item:hover{
	background: #fff;
	color: #e37e29;
}

/*-- Footer --*/
footer .social li {
  display: inline-block;
  margin-right: 10px;
}
footer .social li::before {
  opacity: 0;
}
footer .social li a {
  border: 1px solid #e7e7e7;
  color: #e27c28;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
footer .social li a:hover{
	background: #e7e7e7;
	color: #2f4832;
}
footer .social li a {
  border: 1px solid #e7e7e7;
}

footer .social {
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 25px;
}
footer p, footer a {
    color: #fff;
}
footer a:hover {
  color: #e27c28;
}
footer .border-f {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.scroll-top {
    background-color: #e37e29;
    bottom: 105%;
    color: #fff;
	display: none; 
    text-align: center;
	padding: 12px 18px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-decoration: none;
    z-index: 1000;
}
.scroll-top.open {
    bottom: 35px;
	display: block;
}
.scroll-top:hover{
	opacity: 1;
}
.whtsapp {
    position: fixed;
    left: 20px;
    bottom: 25px;
    display: block;
    font-size: 40px;
    color: #fff;
    background: rgb(45, 183, 66);
    padding: 13px 15px;
    border-radius: 50%;
	z-index: 1;
}
.whtsapp:hover{
	color: #fff;
}
.contact-btn{
	display: block;
    margin: 5px;
    background: rgba(0,0,0,.36);
    width: 165px;
    text-align: left;
    padding: 13px 10px 10px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	position: fixed;
    bottom: 20%;
    right: 0;
	-webkit-transform: translate(103px,0);
    -moz-transform: translate(103px,0);
    -ms-transform: translate(103px,0);
    -o-transform: translate(103px,0);
    transform: translate(103px,0);
	z-index:1;
}
.contact-btn span{
    margin-right: 10px;
    color: #2f4832;
    background: #fff;
    padding: 10px 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    background: #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.contact-btn:hover{
	-webkit-transform:translate(30px,0);
	-moz-transform:translate(30px,0);
	-ms-transform:translate(30px,0);
	-o-transform:translate(30px,0);
	transform:translate(30px,0);
	background:rgba(0,0,0,.66);
	color:#fff;
}
.contact-btn:hover span{
	color:#fff;
	background:#e27c28;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s
}
