body {
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
body.body-fixed {
  position: fixed;
  width: 100%;
  background: #ff5812;
}

.poppins-font, footer .footer-copyright .copyright a, .header-section .menu_nav li .nav-link, .text-content-only h2, .inner-page-banner .breadcrub-section .title, .inner-page-banner .breadcrub-section .home-section-3 .title-section .sub-title, .home-section-3 .title-section .inner-page-banner .breadcrub-section .sub-title, .home-section-7 .contact-details .title, .home-section-7 .contact-details .home-section-3 .title-section .sub-title, .home-section-3 .title-section .home-section-7 .contact-details .sub-title, .service-box .service-title, .home-section-7 .contact-details .service-title, .home-section-4 .title, .home-section-4 .home-section-3 .title-section .sub-title, .home-section-3 .title-section .home-section-4 .sub-title, .commonSettings .progress-section .progress-title, .commonSettings .box .box-title, .commonSettings .title-section .title, .commonSettings .home-section-3 .title-section .sub-title, .home-section-3 .commonSettings .title-section .sub-title, .banner-fade-option .banner-content .heading, form ::placeholder {
  font-family: "Poppins", sans-serif;
}

b, strong {
  font-weight: 700;
}

a {
  color: #ff5812;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
a.active {
  color: #fff;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list-style {
  list-style: disc;
  padding-left: 40px;
}

ol.list-style {
  list-style: decimal;
  padding-left: 40px;
}

.padding70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-7 {
  padding-top: 70px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.mb-7 {
  margin-bottom: 70px;
}

a.btn, .btn, input.btn {
  color: #fff;
  padding: 13px 27px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
}
a.btn:hover, .btn:hover, input.btn:hover {
  color: #fff;
}
a.btn:focus, .btn:focus, input.btn:focus {
  outline: 0;
  box-shadow: 0 0 0;
}
a.btn--primary, .btn--primary, input.btn--primary {
  background: #ff5812;
}
a.btn--primary:hover, .btn--primary:hover, input.btn--primary:hover {
  background: #282828;
}
a.btn--secondary, .btn--secondary, input.btn--secondary {
  background: #282828;
}
a.btn--secondary:hover, .btn--secondary:hover, input.btn--secondary:hover {
  background: #ff5812;
}

form ::placeholder {
  color: #ccc !important;
  font-size: 14px;
  font-weight: 400;
}
form label {
  font-size: 15px;
}
form label.error {
  font-weight: normal;
}
form .form-group {
  margin-bottom: 20px;
}
form input.form-control, form select.form-control, form textarea.form-control {
  padding: 11px 18px;
  height: auto;
  border: 2px solid #eaeaea;
  border-radius: 3px;
  transition: 0.3s all;
}
form input.form-control:focus, form select.form-control:focus, form textarea.form-control:focus {
  border-color: #ff5812;
  outline: 0;
  box-shadow: 0 0 0;
}

::-moz-selection {
  color: #fff;
  background: #ff5812;
}

::selection {
  color: #fff;
  background: #ff5812;
}

.loader-setting {
  position: fixed;
  background: #ff5812;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.loader-setting.fade {
  z-index: -1;
}

.loading {
  height: 0;
  width: 0;
  padding: 40px;
  border: 4px solid #fff;
  border-right-color: #282828;
  border-radius: 50%;
  -webkit-animation: rotate 1s infinite linear;
  position: absolute;
  left: 45%;
  top: 45%;
}

.loader-start .loader-setting {
  z-index: 99999;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.banner-fade-option {
  position: relative;
  overflow: hidden;
}
.banner-fade-option .slider-image {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner-fade-option .banner-content {
  z-index: 99;
}
.banner-fade-option .banner-content .heading-section {
  max-width: 52%;
  margin: 0 auto;
  text-align: center;
}
.banner-fade-option .banner-content .heading {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.banner-fade-option .slider-buttons {
  width: 100%;
  top: 45%;
}
.banner-fade-option .slider-buttons .carousel-control {
  background: rgba(0, 0, 0, 0.1);
  padding: 12px 18px;
  font-size: 18px;
  border: 1px solid #fff;
  border-left: none;
  transition: all 0.3s ease;
}
.banner-fade-option .slider-buttons .carousel-control:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.banner-fade-option .slider-buttons .carousel-control:hover:before {
  width: 100%;
  border-color: transparent;
}
.banner-fade-option .slider-buttons .carousel-control:hover {
  color: #ff5812;
  background: #fff;
}
.banner-fade-option .slider-buttons .carousel-control.left {
  border-radius: 0 3px 0 0;
}
.banner-fade-option .slider-buttons .carousel-control.right {
  right: unset;
  left: 0;
  top: 51px;
  border-top: none;
  border-radius: 0 0 3px 0;
}
.banner-fade-option .mouse {
  position: absolute;
  width: 26px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 13px;
  background: transparent;
  bottom: 30px;
  margin: 0 auto;
  z-index: 99;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-fade-option .mouse:hover {
  border-color: #ff5812;
}
.banner-fade-option .mouse:hover .wheel {
  background: #ff5812;
}
.banner-fade-option .mouse a {
  display: block;
  width: 26px;
  height: 40px;
}
.banner-fade-option .mouse .wheel {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  top: 6px;
  left: 0;
  right: 0;
  -webkit-animation: magic-mouse 1.7s infinite ease;
  -moz-animation: magic-mouse 1.7s infinite ease;
  animation: magic-mouse 1.7s infinite ease;
}
@keyframes magic-mouse {
  0% {
    top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 18px;
    opacity: 0;
  }
}

.slider-buttons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  width: 95%;
}
.slider-buttons .left, .slider-buttons .right {
  position: absolute;
  color: #fff;
  transition: 0.3s all;
  font-size: 36px;
  opacity: 1;
}
.slider-buttons .left {
  left: 0;
}
.slider-buttons .right {
  right: 0;
}

.commonSettings {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.commonSettings .title-section {
  text-align: center;
  margin-bottom: 55px;
}
.commonSettings .title-section:hover .title--underline:after {
  width: 60px;
}
.commonSettings .title-section .title, .commonSettings .home-section-3 .title-section .sub-title, .home-section-3 .commonSettings .title-section .sub-title {
  font-size: 38px;
  color: #282828;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.commonSettings .title-section .title:before, .commonSettings .home-section-3 .title-section .sub-title:before, .home-section-3 .commonSettings .title-section .sub-title:before {
  content: attr(data-bigletter);
  position: absolute;
  font-size: 72px;
  opacity: 0.06;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
}
.commonSettings .title-section .title--underline:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 140%;
  transition: all 0.3s;
}
.commonSettings .title-section .title-description {
  font-size: 18px;
  color: #999;
  line-height: 32px;
}
.commonSettings .box {
  text-align: center;
}
.commonSettings .box img {
  margin-bottom: 40px;
}
.commonSettings .box .box-title {
  font-size: 22px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 30px;
}
.commonSettings .box p {
  color: #666;
}
.commonSettings .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.commonSettings .progress-section {
  margin-top: 40px;
}
.commonSettings .progress-section .progress-inner {
  margin-bottom: 18px;
}
.commonSettings .progress-section .progress-inner:last-child {
  margin-bottom: 0;
}
.commonSettings .progress-section .progress-inner.showbottom .progress-content {
  margin-bottom: 35px;
}
.commonSettings .progress-section .progress-inner.showbottom .progress-numbers.progress-bar {
  padding-top: 28px;
}
.commonSettings .progress-section .progress-content {
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
  z-index: 99;
}
.commonSettings .progress-section .progress-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #fff;
}
.commonSettings .progress-section .progress-numbers {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 0;
  max-width: 25px;
  text-align: right;
  animation: progress 2s ease-in-out forwards;
  background: transparent !important;
  z-index: -1;
}
.commonSettings .progress-section .progress {
  height: 4px;
  border-radius: 10px;
  position: relative;
  overflow: visible;
}
.commonSettings .progress-section .progress-bar {
  width: 0;
  background: #ff5812;
  animation: progress 2s ease-in-out forwards;
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.home-section-3 .title-section .title, .home-section-3 .title-section .sub-title {
  color: #fff;
  margin-bottom: 60px;
}
.home-section-3 .title-section .sub-title {
  color: #fff;
  margin-bottom: 20px;
}
.home-section-3 .title-section .sub-title:before {
  display: none;
}
.home-section-3 .text-content-only {
  color: #fff;
}
.home-section-3 .text-content-only .list-style li {
  margin-bottom: 10px;
}

.home-section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-section-4 .row {
  align-items: center;
}
.home-section-4 .title, .home-section-4 .home-section-3 .title-section .sub-title, .home-section-3 .title-section .home-section-4 .sub-title {
  color: #282828;
  font-weight: 400;
  margin-left: 70px;
  margin-bottom: 0;
}

.home-section-5, .home-section-7 {
  padding-bottom: 60px;
  background: #fafafa;
}
.home-section-5 .title-section .title--underline:after, .home-section-7 .title-section .title--underline:after {
  background: #282828;
}
.home-section-5 .title-section .title-description, .home-section-7 .title-section .title-description {
  margin-top: 40px;
}

.service-box, .home-section-7 .contact-details {
  margin-bottom: 40px;
}
.service-box:hover .service-title, .home-section-7 .contact-details:hover .service-title {
  color: #ff5812;
}
.service-box .service-box-inner, .home-section-7 .contact-details .service-box-inner {
  display: flex;
}
.service-box .service-title, .home-section-7 .contact-details .service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 32px;
  color: #282828;
  transition: 0.3s all;
}
.service-box .service-description, .home-section-7 .contact-details .service-description {
  color: #666;
  margin-bottom: 0;
}
.service-box .icon, .home-section-7 .contact-details .icon {
  font-size: 32px;
  margin-right: 22px;
  color: #ff5812;
}

.home-section-6 #our-client .client-logo {
  width: 80px;
  height: 60px;
  margin: 0 auto;
  opacity: 0.7;
  transition: 0.3s all;
}
.home-section-6 #our-client .item:hover .client-logo {
  opacity: 1;
}

.home-section-7 .contact-details:hover .service-title {
  color: #282828;
}
.home-section-7 .contact-details .title, .home-section-7 .contact-details .home-section-3 .title-section .sub-title, .home-section-3 .title-section .home-section-7 .contact-details .sub-title {
  font-size: 32px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 50px;
}
.home-section-7 .contact-details .service-box-inner {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.home-section-7 .contact-details .service-box-inner:hover .service-title {
  color: #ff5812 !important;
}
.home-section-7 .contact-details .service-box-inner:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-section-7 .contact-details .service-title {
  margin-bottom: 0;
}
.home-section-7 .contact-details .icon {
  font-size: 40px;
}

.home-section-8 {
  width: 100%;
}
.home-section-8 iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -7px;
}

.inner-page-banner {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
}
.inner-page-banner .breadcrub-section .title, .inner-page-banner .breadcrub-section .home-section-3 .title-section .sub-title, .home-section-3 .title-section .inner-page-banner .breadcrub-section .sub-title {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  padding-top: 80px;
  margin-bottom: 25px;
}
.inner-page-banner .breadcrub-section .linkText {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 8px 15px;
}

.text-content-only {
  padding-top: 100px;
  padding-bottom: 100px;
}
.text-content-only h2 {
  font-size: 40px;
  color: #282828;
  font-weight: 600;
  margin: 20px 0 10px;
}
.text-content-only ol ul.list-style {
  list-style: circle;
  margin-bottom: 10px;
}
.text-content-only ol ul.list-style.list-style-square {
  list-style: square;
}
.text-content-only ul {
  list-style: disc;
}
.text-content-only hr {
  margin: 30px 0 50px;
}
.text-content-only .list-style-hide {
  list-style: none !important;
  padding-left: 25px;
}
.text-content-only ol.list-style {
  margin-bottom: 30px;
}
.text-content-only ol.list-style p {
  margin-bottom: 10px;
}
.text-content-only .terms-section-last {
  padding-left: 40px;
}
.text-content-only .terms-section-last p {
  margin-bottom: 7px;
}

.header-section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-section--inner {
  border-color: rgba(255, 255, 255, 0.2);
}
.header-section .logo img {
  height: 55px;
}
.header-section .logo .sticky-logo {
  display: none;
}
.header-section .menu_nav li.nav-item.active a {
  color: #ff5812;
}
.header-section .menu_nav li .nav-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  color: #fff;
  transition: 0.3s all;
}
.header-section .menu_nav li .nav-link:hover {
  color: #ff5812;
}
.header-section .menu_nav li button.btn {
  color: #fff;
}
.header-section .menu_nav li button.btn:hover {
  text-decoration: none !important;
}
.header-section .rightmenu i {
  color: #fff;
  margin-left: 10px;
}
.header-section div#mobilemenu ul {
  align-items: center;
}
.header-section .navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  margin: auto;
  margin-bottom: 4px;
  transition: 0.2s ease-out;
  background: #fff;
  cursor: pointer;
}
.header-section .navbar-toggler[aria-expanded=false] span:nth-child(2) {
  opacity: 1;
}
.header-section .navbar-toggler span:last-child {
  margin: 0;
}
.header-section .navbar-toggler[aria-expanded=true] span:first-child {
  transform: rotate(-45deg);
  position: relative;
  top: 7.5px;
}
.header-section .navbar-toggler[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.header-section .navbar-toggler[aria-expanded=true] span:last-child {
  transform: rotate(45deg);
  bottom: 6px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .menu_nav li a {
    font-size: 14px !important;
    display: block;
    padding: 4px 15px !important;
  }
  .menu_nav li.nav-item.active a {
    font-weight: 700;
  }

  div#mobilemenu {
    position: fixed;
    display: block;
    left: -100%;
    background: #282828;
    top: 0;
    min-height: 100vh;
    width: 340px;
    padding: 15px;
    z-index: 99;
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    opacity: 0;
  }
  div#mobilemenu.menu-activated {
    left: 0;
    opacity: 1;
  }
  div#mobilemenu.menu-activated a:hover {
    color: #000;
  }
  div#mobilemenu ul {
    align-items: flex-start !important;
  }

  .mobilemenu-setting, .mobilemenu-setting.menu-btn-setting {
    z-index: 99999;
  }

  .header-section {
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  div#mobilemenu {
    width: 100%;
  }
}
/* sticky top css */
.header-section.fixed-top {
  animation-duration: 0.5s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
  background: #fff;
  top: 0;
  position: fixed;
  z-index: 9999;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0;
}
.header-section.fixed-top .fixed-logo {
  display: none;
}
.header-section.fixed-top .sticky-logo {
  display: block;
}
.header-section.fixed-top .menu_nav li .nav-link {
  color: #282828;
}
.header-section.fixed-top .navbar-toggler span {
  background: #000;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

footer {
  position: relative;
  color: #b0b0b0;
}
footer .footer-logo {
  width: 100%;
  text-align: center;
}
footer .footer-widgets {
  background: #222;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .footer-copyright {
  position: relative;
  background: #1a1a1a;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer-copyright .footer-social a {
  margin: 0 10px;
}
footer .footer-copyright .footer-social a:first-child {
  margin-left: 0;
}
footer .footer-copyright .footer-social a i {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  width: 1.2em;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-copyright .copyright {
  margin: 0;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: right;
}
footer .footer-copyright .copyright a {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-copyright a:hover, footer .footer-copyright a:hover i {
  color: #ff5812;
}
footer #gototop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 0;
  transition: 0.3s all;
}
footer #gototop a {
  color: #fff;
  font-size: 22px;
  display: block;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(238, 143, 103, 0.5);
  transition: 0.3s all;
}
footer #gototop a:hover {
  opacity: 1;
  background: #ff5812;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }

  .banner-fade-option .banner-content .heading-section {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrub-section .title, .inner-page-banner .breadcrub-section .home-section-3 .title-section .sub-title, .home-section-3 .title-section .inner-page-banner .breadcrub-section .sub-title {
    font-size: 44px;
    line-height: 54px;
  }

  footer .footer-copyright {
    text-align: center;
  }

  .footer-copyright .copyright {
    margin: 10px 0 0 !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 575px) {
  .banner-fade-option .banner-content .heading {
    font-size: 44px;
    line-height: 54px;
  }

  .loading {
    left: 40%;
  }

  .header-section.fixed-top .menu_nav li .nav-link {
    color: #fff;
  }
}
@media only screen and (max-width: 424px) {
  .banner-fade-option .banner-content .heading {
    font-size: 28px;
    line-height: 36px;
  }

  .loading {
    left: 35%;
  }
}

/*# sourceMappingURL=style.css.map */
