/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #151515;
}

a {
  color: #e58f31;
  text-decoration: none;
}

a:hover {
  color: #e58f31;
  text-decoration: none;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/

#mainNav .get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #e58f31;
}

#mainNav .get-started-btn:hover {
  background: #e58f31;
  color: white;
}

@media (max-width: 992px) {
  #mainNav .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
# header & navbar
--------------------------------------------------------------*/

.custom-toggler.navbar-toggler {
  border: 0;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(229,143,49, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.header-scrolled{
	background: rgba(0, 0, 0, 0.8);
}

.header-scrolled img {
    width: 150px;
	transition: all 0.5s;
}

#mainNav {
    z-index: 997;
    transition: all 0.5s;
	padding: 15px 0;
}

#mainNav .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mainNav .logo a {
  color: #fff;
}

#mainNav .logo a span {
  color: #e58f31;
}

#mainNav .logo img {
  max-height: 40px;
}

.navbar-nav a.nav-link {
   margin-left: 15px;	
}

.navbar-nav a,
.navbar-nav a:focus {
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar-nav a:hover,
.navbar-nav .active,
.navbar-nav .active:focus,
.navbar-nav .nav-link.active{
  color: #e58f31;
}


@media (max-width: 991px) {
	#mainNav {
		background: rgba(0, 0, 0, 0.8);
		transition: all 0.5s;
	}
	
	#mainNav .logo {
		width: 150px;
		transition: all 0.5s;
	}
}


#mainNav.header-inner-pages {
    background: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 174px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #e58f31;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 95px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/

section {
    padding: 100px 0px;
}

.section-heading {
    font-size: 3rem;
    font-weight: 700;
}

.section-title {
    margin-bottom: 60px;
    position: relative;
	text-align: center;
	color: #151515;
}

.section-title h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title h3::after {
    border: 1px solid #e58f31;
    bottom: -25px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
	background-color: #e58f31
}

.section-title p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

.section-first{
	padding: 20px 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    background: url(assets/img/hero-bg.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
    height: 100vh;
	width: 100%;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;

}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h1 span {
  color: #ffc451;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}


#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
	margin-bottom: 30px;
    color: white;
	background: #E6922E;
}

#hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

#hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

#hero .btn-get-started:hover i {
  transform: translateX(5px);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
	  padding-top: 70px;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
  
  #hero .container {
	   text-align: center; 
  }
}

@media (max-width: 768px) {
  #hero {
    padding-top: 70px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
	#hero {
		height: auto;
	}
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 10px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #ffc451;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("assets/img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/

.product .card {
  text-align: center;
  border: 1px solid #E6922E;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.product .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffc451;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.product .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.product .icon-box h4 {
  font-weight: 600;
  font-size: 24px;
}

.product .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.product .icon-box h4 a:hover {
  color: #ffc451;
}

.product .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.product .product-btn a {
	margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
    background: #E6922E;
    display: inline-block;
    border: 1px solid #E6922E;
}

.product .product-btn a:hover{
    background: transparent;
    color:#E6922E;
    border:1px solid #E6922E;
    transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    padding: 0 0 0 0;
    color: #444444;
    background: #f9f9fa;
}

#footer a{
    color: #444444;
}

#footer .footer-top {
	padding: 60px 0 0px 0;
}

#footer .footer-top h4 {
    color: #444;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#footer li i {
    font-size: 18px;
    padding-right: 4px;
    color: #E6922E;
}

#footer  li a:hover {
    color: #E6922E;
}

#footer h3 span {
    color: #E6922E;
}

#footer .copyright {
    border-top: 1px solid #ddd;
    padding: 25px 0;
}

#footer .copyright span {
    color: #E6922E;
}

#footer .cfc{
    color: #E6922E;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Scroll to top button
--------------------------------------------------------------*/

.scrollToTop {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e58f31;
  width: 40px;
  height: 40px;
  border: 1px solid #e58f31;
  transition: all 0.4s;
}

.scrollToTop i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.scrollToTop:hover {
  background: #7a4306;
  color: #fff;
  border: 1px solid #7a4306;
}

.scrollToTop.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}