body {
  color: #444444;
}

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

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

.navbar-brand {
    text-transform: uppercase;
	font-weight: 600;
	color: #6c757d;
}

.navbar-brand span{
    color: #dd8c29;
}

.custom-btn {
	background: #dd7622;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.custom-btn:hover {
  transition: 0.5s;
  color: #fff;
  background: #a1571c;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #dd7622;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #a1571c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

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

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

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

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: -250px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero .hero-logo {
  margin-bottom: 30px;
}

#hero h1 {
	color: white;
	margin: 0 0 30px 0;
	font-size: 38px;
	line-height: 56px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

#hero h2 {
	color: white;
	margin-bottom: 30px;
	font-size: 18px;
	text-transform: uppercase;
}

#hero h4 {
	color: white;
    text-transform: uppercase;
}

#hero p {
    font-size: 18px;
}

#hero span {
    text-transform: uppercase;
}

#hero .btn-get-started {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 3px;
	border: 3px solid #dd7622;
    margin: 10px;
    color: white;
}

#hero .btn-get-started:hover {
  transition: 0.5s;
  color: #fff;
  background: #dd7622;
}

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

@media (max-width: 768px) {
  #hero h1 {
    font-size: 24px;
    line-height: 36px;
  }

  #hero h2 {
    line-height: 22px;
  }
  
  #hero span {
    display: block;
  }
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/

.navbar-nav > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 14px;
	text-transform: uppercase;
}

.navbar-nav a {
  transition: 0.3s;
  float: left;
  display: block;
  color: #6c757d;
  text-align: center;
  padding: 0 5px;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}

.navbar-nav a:hover {
	border-bottom: 2px solid #dd7622;
}

.navbar-nav a.active {
	border-bottom: 2px solid #dd7622;
}

.navbar-brand img {
    transition: all 0.3s;
}

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

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title-custom {
  text-align: left;
  padding-bottom: 10px;
}

.section-title h2 {
  font-weight: 500;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #2e3135;
}

.section-title p {
    margin: 0 auto 0 auto;
}

.section-title h2:before {
    margin: 0 18px 10px 0px;
}

.section-title h2:after {
    margin: 0 0 10px 18px;
}

.section-title h2:before, .section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #dd7622;
    display: inline-block;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about {

}

.about .image {
  padding: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  margin-top: 15px;
  line-height: 24px;
  list-style: none;
  padding: 0;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #dd7622;
    line-height: 1;
}

.about .content ul li {
    position: relative;
	padding-left: 28px;
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

.services {
	background-color: #f1f1f1;
}

.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}

.services .service-item .icon {
  width: 100px;
  position: relative;
  margin-bottom: 35px;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 50px 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.services .service-item btn {
  margin-top: 15px;
  display: inline-block;
}

.services .logo {
	min-height: 100px;
}

.services .service-item ul {
  margin-top: 15px;
  line-height: 24px;
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.services .service-item ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #dd7622;
    line-height: 1;
}

.services .service-item ul li {
    position: relative;
	padding-left: 28px;
}

.services .service-item .btn-ext-hp{
  
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.contact .info-box {
    margin-bottom: 20px;
    padding: 20px 20px;
    /*box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);*/
	background-color: #f1f1f1;
	min-height: 170px;
}

.contact .info-box i {
	font-size: 22px;
    color: #dd7622;
}

.contact .title {
    color: #545454;
    font-weight: 700;
    font-size: 22px;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.cta {
	background-color: #f1f1f1;
}

.cta .count-box {
	width: 100%;
    background-color: white;
    padding: 25px;
}

.cta .count-box span {
    font-size: 28px;
    line-height: 25px;
    display: block;
    font-weight: 700;
    color: #365870;
    margin-left: 60px;
}

.cta .count-box i {
    display: block;
    font-size: 48px;
    color: black;
    float: left;
    line-height: 0;
}

.cta .count-box p {
    padding: 5px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: black;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #545454;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
  background-color: #f1f1f1;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 20px;
  margin: 15px 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

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

.footer .footer-content .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
   color: #545454;
}

.footer .footer-content .footer-links ul a:hover {
  color: #545454;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid #cfcfcf;
  text-transform: uppercase;
}

@media (max-width: 767.98px) { 

	.services .logo {
		min-height: 15px;
	}
	
	#hero img {
		width: 80px;
	}
}

.page-start {
	margin: 0;
	padding: 0;
}

.breadcrumbs {
    padding: 82px 0 60px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
}

.breadcrumbs h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #dd7622;
}

.breadcrumbs li {
	padding-left: 5px;
}

.breadcrumbs ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}