/* Main Layout */

/* round icon */
.round-icon {
  height: 70px;
  min-width: 70px;
  max-width: 70px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #fe821d;
  display: inline-block;
}

/* 25.2 footer link */
.footer-links {
  padding-left: 18px;
}
.footer-links li {
  margin-bottom: 20px;
  position: relative;
}
 .footer-links li::before {
 position: absolute;
 font-family: "themify";
 content: "\e649";
 top: 0;
 left: -20px;
 height: 12px;
 width: auto;
 color: #fff;
}
.footer-links li a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
 transition: .2s ease;
  display: block;
}
.footer-links li a:hover {
  text-decoration: underline;
  color: #fe821d;
}

.footer-links li {
  margin-bottom: 10px;
  list-style: none;
}

/* 25.2 copyright link */
/*.copyright {
  padding-left: 18px;
}
.copyright li {
  margin-bottom: 20px;
  position: relative;
}
 .copyright li::before {
 position: absolute;
 font-family: "themify";
 content: "\e649";
 top: 0;
 left: -20px;
 height: 12px;
 width: auto;
 color: #fff;
}*/
/*.copyright li a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
 
  
}
.copyright li a:hover {
  text-decoration: underline;
  color: #fe821d;
}*/

/* 2. Navigation */
.navbar-brand {
  position: absolute;
  left: 17%;
  top: 0px;
  height: 155px;
  width: 220px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

 @media (max-width: 991px) {
 .navbar-brand {
 position: relative;
 height: unset;
 width: unset;
 box-shadow: none;
 top: -10px;
 background: none;
}
.navbar-brand img {
 height: 50px;
 width: auto;
}
}
.navbar-brand img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}




.btn.navi {
  box-shadow: none !important;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  text-transform: capitalize !important;
  padding: 10px 10px !important;
  
  font-weight: 600 !important;
  white-space: nowrap !important;
  border: 0 !important;
    border-top-color: currentcolor !important;
    border-right-color: currentcolor !important;
    border-bottom-color: currentcolor !important;
    border-left-color: currentcolor !important;
  position: relative !important;
  z-index: 1 !important;
  transition: 0.2s ease !important;
  margin-left: 10px !important;
  color: #fff;
}
.btn.navi:hover {
  background: rgb(196,89,1);
  color: #fff;
}
.btn.navi:focus {
  background: rgb(196,89,1);
  color: #fff;
}

/* 2. Navigation */
.top-header {
  background: #303032;
}
 @media (max-width: 575px) {
 .top-header ul {
 text-align: center;
}
}
.top-header ul li {
  margin: 20px 0 -20px;
}
 @media (max-width: 575px) {
 .top-header ul li {
 margin: 20px 0 -20px;
}
}
.top-header ul li a {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
  color: #bcbcbd;
}
 @media (max-width: 575px) {
 .top-header ul li a {
 border: 0;
}
}
.top-header ul li a span {
  color: #fe821d;
}
.top-header ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}




.section {
  padding: 100px 0;
}
 @media (max-width: 575px) {
 .section {
 padding: 80px 0;
}
}
.section-sm {
  padding: 80px 0;
}
.section-title {
  margin-bottom: 55px;
}
.section-title-sm {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #666;
}

.about {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;/* 13.4 about video *//* 13.6 about slider */
}

.about-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid #666;
  border-radius: var(--bs-border-radius);
}
.about-slider img {  
  margin: 0;
}
.about-slider .prevArrow, .about-slider .nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  /*border: 0;*/
  border: 1px solid #666;
  line-height: 55px;
  text-align: center;
  background: transparent;
  color: #666;
 transition: .2s ease;
}
.about-slider .prevArrow:focus, .about-slider .nextArrow:focus {
  outline: 0;
}
.about-slider .prevArrow:hover, .about-slider .nextArrow:hover {
  background: transparent;
  border: 1px solid #fe821d;
  color: #fe821d;
}
.about-slider .prevArrow {
  left: 25px;
}
.about-slider .nextArrow {
  right: 25px;
}

/* 14.4 process */
.process-item {
  width: 330px;
  color: #fff;
}
 @media (max-width: 1199px) {
 .process-item {
 width: unset;
}
}
.process-item-number {
  position: absolute;
  left: 240px;
  top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  box-shadow: -5px 0px 40px 0px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #222;
}
 @media (max-width: 1199px) {
 .process-item-number {
 top: -35px;
 left: 50%;
 transform: translateX(-50%);
}
}
.process-item h5 {
  margin-bottom: 5px;
  color: #fe821d;
}

img.arrow-top {
  position: absolute;
  top: 170px;
  right: 160px;
  
}
 @media (max-width: 1199px) {
 img.arrow-top {
 display: none;
}
}
img.arrow-bottom {
  position: absolute;
  bottom: 0px;
  left: 120px;
  margin-bottom: 5px;
}
 @media (max-width: 1199px) {
 img.arrow-bottom {
 display: none;
}
}

.section-title-border-half {
  position: relative;
}
 .section-title-border-half::before {
 position: absolute;
 content: '';
 height: 10px;
 width: 10px;
 border-radius: 50%;
 background: transparent;
 border: 2px solid #fe821d;
 bottom: 9px;
 left: 0;
}
 .section-title-border-half::after {
 position: absolute;
 content: '';
 height: 2px;
 width: 30px;
 left: 15px;
 bottom: 13px;
 background: #fe821d;
}

#sticky_header {margin-bottom: 30px;}