@charset "UTF-8";
html {
  overflow-x: hidden!important;
}
@media screen and (min-width: 1200px) {
  .navbar-nav {
    flex-direction: row !important; } }
li.dropdown {
  list-style: none; }

#to-top {
  float: right;
  margin: 2rem; }

.h-350 {
  height: 350px; }

.img-as-background {
  position: relative;
  overflow: hidden;
  background-position: center center; }
  .img-as-background img {
    object-fit: cover;
    position: absolute;
    left: -1px;
    right: 0;
    z-index: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    min-width: calc(100% + 2px);
    min-height: 100%; }

section.section {
  padding-top: 6rem;
  padding-bottom: 6rem; }

/* Square */
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.square-75:after {
  content: "";
  display: block;
  padding-bottom: 75%; }

.square-50:after {
  content: "";
  display: block;
  padding-bottom: 50%; }

/* Overlay */
/* Background */
.background-image-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: static; }
  .background-image-holder > div {
    z-index: 3; }

[dir="rtl"] .text-right, [dir="rtl"] .text-end {
  text-align: left !important; }
[dir="rtl"] .text-left, [dir="rtl"] .text-left {
  text-align: right !important; }
[dir="rtl"] .text-md-right, [dir="rtl"] .text-md-end {
  text-align: left !important; }
[dir="rtl"] .text-md-left, [dir="rtl"] .text-md-left {
  text-align: right !important; }
[dir="rtl"] .text-lg-right, [dir="rtl"] .text-lg-end {
  text-align: left !important; }
[dir="rtl"] .text-lg-left, [dir="rtl"] .text-lg-left {
  text-align: right !important; }
[dir="rtl"] .text-xl-right, [dir="rtl"] .text-xl-end {
  text-align: left !important; }
[dir="rtl"] .text-xl-left, [dir="rtl"] .text-xl-left {
  text-align: right !important; }
[dir="rtl"] .text-sm-right, [dir="rtl"] .text-sm-end {
  text-align: left !important; }
[dir="rtl"] .text-sm-left, [dir="rtl"] .text-sm-left {
  text-align: right !important; }
[dir="rtl"] .text-right, [dir="rtl"] .text-end {
  text-align: left !important; }
[dir="rtl"] .text-left, [dir="rtl"] .text-left {
  text-align: right !important; }
[dir="rtl"] .text-md-right, [dir="rtl"] .text-md-end {
  text-align: left !important; }
[dir="rtl"] .text-md-left, [dir="rtl"] .text-md-left {
  text-align: right !important; }
[dir="rtl"] .text-lg-right, [dir="rtl"] .text-lg-end {
  text-align: left !important; }
[dir="rtl"] .text-lg-left, [dir="rtl"] .text-lg-left {
  text-align: right !important; }
[dir="rtl"] .text-xl-right, [dir="rtl"] .text-xl-end {
  text-align: left !important; }
[dir="rtl"] .text-xl-left, [dir="rtl"] .text-xl-left {
  text-align: right !important; }
[dir="rtl"] .text-sm-right, [dir="rtl"] .text-sm-end {
  text-align: left !important; }
[dir="rtl"] .text-sm-left, [dir="rtl"] .text-sm-left {
  text-align: right !important; }
[dir="rtl"] .float-right, [dir="rtl"] .float-end {
  text-align: left !important; }
[dir="rtl"] .float-left, [dir="rtl"] .float-left {
  text-align: right !important; }
[dir="rtl"] .float-md-right, [dir="rtl"] .float-md-end {
  text-align: left !important; }
[dir="rtl"] .float-md-left, [dir="rtl"] .float-md-left {
  text-align: right !important; }
[dir="rtl"] .float-lg-right, [dir="rtl"] .float-lg-end {
  text-align: left !important; }
[dir="rtl"] .float-lg-left, [dir="rtl"] .float-lg-left {
  text-align: right !important; }
[dir="rtl"] .float-xl-right, [dir="rtl"] .float-xl-end {
  text-align: left !important; }
[dir="rtl"] .float-xl-left, [dir="rtl"] .float-xl-left {
  text-align: right !important; }
[dir="rtl"] .float-sm-right, [dir="rtl"] .float-sm-end {
  text-align: left !important; }
[dir="rtl"] .float-sm-left, [dir="rtl"] .float-sm-left {
  text-align: right !important; }
[dir="rtl"] .slick-testimonials .slick-prev, [dir="rtl"] .slick-prev {
  left: unset; }
[dir="rtl"] .slick-testimonials .slick-next, [dir="rtl"] .slick-next {
  right: unset; }
[dir="rtl"] .slick-testimonials .slick-prev:before, [dir="rtl"] .slick-prev:before {
  content: "" !important; }
[dir="rtl"] .slick-testimonials .slick-next:before, [dir="rtl"] .slick-next:before {
  content: "" !important; }

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

/*
* CUSTOM STYLE
*/
.carousel-control-next, .carousel-control-prev {
  width: 5%!important;
  min-width: 65px!important;
  z-index: 165!important;
}
div.navigation-holder {
  z-index: 2;
  width: 100%;
  height: 85px;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
}
div#carouselCaptions {
  max-height: 52vw!important;
  overflow: hidden;
  min-height: 485px;
  /* margin-top: -90px; */
  z-index: 1;
}
div#carouselCaptions::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.545);
  position: absolute;
  /* z-index: 1; */
}

div#carouselCaptions .carousel-caption {
  position: absolute;
  z-index: 100;
}

a.menu_element_link.nav-link {
  color: #f4f4f4;
}

.section-text-caption {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.section-text-caption #section-text-layout {

}
.section-text-caption #section-text-layout .data-text-caption-inner {

}
.section-text-caption #section-text-layout .data-text-caption-inner h1 {
  color: #ccc;
}
.section-text-caption #section-text-layout .data-text-caption-inner .h-1 {
  color: #e31c24;
  margin: 0 10px;
}
.navbar-nav {
  flex-direction: initial!important;
}

@media screen and (max-width: 825px) {
  div#section-text-layout {}
  div#section-text-layout h1 {
    font-size: 2.5rem!important;
  }
  .carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carousel-item img {
    max-width: 188% !important;
    height: 100% !important;
    min-height: 485px !important;
    width: 180% !important;
  }
}

/**************************************
********** SECTION 02 ABOUT ***********
**************************************/
.heading__subtitle {
  font-family: Roboto,sans-serif;
  font-size: 15px;
  color: #848e9f;
  margin-bottom: 12px;
}
.heading__title {
  font-size: 37px;
  margin-bottom: 20px;
}
.heading-layout2 .heading__title {
  font-size: 40px;
}
.about-layout2 .about__Text {
  position: relative;
  padding-left: 40px;
  border-left: 5px solid #f14100;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.about__img {
  position: relative;
}
.about-layout2 .blockquote {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 45px;
  max-width: 340px;
  border-radius: 5px 0 5px 0;
  background-color: #ed2623;
}
.about-layout2 .blockquote:before {
  content: "";
  bottom: -10px;
  left: 45px;
  position: absolute;
  display: block;
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #f14100;
}
.about-layout2 .blockquote .blockquote__title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 17px;
}
.about-layout2 .blockquote .blockquote__author {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
}
.about-layout2 .blockquote .blockquote__author:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #ff5825;
}
.about-layout2 .blockquote:after {
  content: "\e91b";
  font-family: icomoon;
  position: absolute;
  left: 50px;
  top: -20px;
  font-size: 50px;
  line-height: 1;
  color: #fff;
}

#btn-20221121135311 > #btn-btn-20221121135311, #btn-20221121135311 > a, #btn-20221121135311 > button {
  background-color: #f14100 !important;
  color: #f7f7f7 !important;
  border-color: #f14100 !important;
  font-size: 17px !important;
  padding: .9em 2em !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  line-height: 18px;
}


.list-items-layout2 li {
  padding-left: 33px;
  color: #848e9f;
}
.list-items li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
}
.list-items-layout2 li:before {
  color: #fff;
  border-color: #f14100;
  background-color: #f14100;
}
.list-items li:before {
  content: "\f560";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 9px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn__icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px !important;
  background-color: #f14100 !important;
  margin: 30px auto;
  color: #fff !important;
}
.btn {
  max-width: 300px;
  /* display: flex!important; */
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 170px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  padding: 0 15px!important;
  letter-spacing: 1px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  align-items: center!important;
  justify-content: center!important;
  margin: 5px 0;
}
.btn i {
  margin-left: 10px!important;
}
.button-section-3 {
  margin: 0!important;
  padding: 0!important;
  height: 40px!important;
}
.about-text-wrapper .btn {
  margin-bottom: 20px!important;
  margin-top: 30px!important;
}
@media screen and (min-width: 1200px) {
  .about-layout2 .about-text-wrapper {
    margin-left: 50px;
  }
}

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

/**************************************
********** SECTION 02 ABOUT ***********
**************************************/
.heading__subtitle {
  font-family: Roboto,sans-serif;
  font-size: 15px;
  color: #848e9f;
  margin-bottom: 12px;
}
.heading__title {
  font-size: 37px;
  margin-bottom: 20px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.services-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide {
  margin: 0 10px;
}
.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 50px 40px 50px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 5%);
  box-shadow: 0 5px 83px 0 rgb(9 29 62 / 5%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.slick-initialized .slick-slide {
  display: block;
}
.services-carousel .slick-slide {
  margin: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.services-carousel.services-layout1 .service-item {
  -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 5%);
  box-shadow: 0 5px 83px 0 rgb(9 29 62 / 5%);
}
.services-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.service__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.service__icon svg {
  width: 70px;
  height: 70px;
  fill: #ff5825;
}
.service__content {}
.service__content a.btn {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  border-left: 15px solid #ff5825;
  color: #ff5825;
  height: 44px;
}
.service__content a.btn span {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  line-height: 15px;
  margin-right: 15px;
  padding: 5px 15px;
  height: 22px;
  color: #ff5825 !important;
}
.service__content a.btn i {
  font-size: 15px;
  color: #ff5825;
  margin-top: 5px;
}
.btn__primary-oulink {
  color: #ff5825 !important;
}
.text__link {
  font-size: 14px;
  font-weight: 700;
}
.btn__link.btn__secondary {
  color: #091d3e;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.icon-arrow-right {
  font-size: 65%;
}
.btn .icon-arrow-left, .btn .icon-arrow-right {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.btn__secondary .icon-arrow-left, .btn__secondary .icon-arrow-right {
  color: #091d3e;
  background-color: #fff;
}
.btn__link.btn__secondary .icon-arrow-left, .btn__link.btn__secondary .icon-arrow-right {
  color: #fff;
  margin-left: 10px;
  /* background-color: #091d3e; */
}

/**********************************
*********** SECTION 4 *************
**********************************/
.section-04-home {
  background: #010113;
}
.section-04-home:before {
  background-color: transparent!important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(60%,#091d3e),to(rgba(9,29,62,.85)))!important;
  background-image: linear-gradient(180deg,#091d3e 60%,rgba(9,29,62,.85) 100%)!important;
}
.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27,26,26,.25)!important;
}
.heading__subtitle {
  font-family: Roboto,sans-serif;
  font-size: 15px;
  color: #848e9f;
  margin-bottom: 12px;
}
.heading__title {
  font-size: 37px;
  margin-bottom: 20px;
}
.heading__desc {
  font-size: 16px;
  margin-bottom: 0;
}
.btn__white.btn__outlined {
  background-color: transparent;
  border: 2px solid #cd9f0a;
  color: #cd9f0a;
}
.btn:not(.btn__link):not(.btn__outlined):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #091d3e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform .24s cubic-bezier(.37,.31,.31,.9);
  -webkit-transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
  transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
  transition: transform .24s cubic-bezier(.37,.31,.31,.9);
  transition: transform .24s cubic-bezier(.37,.31,.31,.9),-webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
}
.btn__primary .icon-arrow-left, .btn__primary .icon-arrow-right {
  color: #ff5825!important;
  background-color: #fff;
}
.btn .icon-arrow-left, .btn .icon-arrow-right {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-item {
  position: relative;
  padding: 40px;
  margin-top: 30px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.15);
}
.feature-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.features-layout1 .feature-item .feature__icon, .features-layout2 .feature-item .feature__icon {
  color: #fff;
}
.feature-item .feature__icon {
  font-size: 50px;
  line-height: 1;
  color: #ff5825!important;
  margin-bottom: 23px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.icon-statistic:before {
  /* content: "\e4e5"; */
}
.feature-item .feature__title {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #fa6f1b;
}
.feature-item .feature__desc {
  font-size: 14px;
  line-height: 1.7;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-item .btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  line-height: 26px;
}
.feature-item .btn__link .icon-outlined {
  width: 26px;
  height: 26px;
  line-height: 22px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #091d3e!important;
  border: 2px solid #848e9f!important;
  margin-right: 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-item .btn__link span {
  opacity: 0;
  font-size: 15px;
  font-weight: 700;
  margin-left: -5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}
.color-white {
  color: #fff!important;
}
.section-04-home p {
  color: #fff!important;
}
.service__content a {
  color: #ff5825!important;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.module-item-module .mw_module_hold {
  margin: 3.5px!important;
  border-radius: 4px!important;
  background: #54545461!important;
}
span {
  /* color: #565656!important; */
}
a {
  text-decoration: none!important;
}
#live_edit_toolbar_holder, #live_edit_toolbar_holder * {
  /* color: #222!important; */
}

/***************************************
************** SECTION 5 ***************
****************************************/
.heading__subtitle {
  font-family: Roboto,sans-serif;
  font-size: 15px;
  color: #848e9f;
  margin-bottom: 12px;
}
.heading__title {
  font-size: 37px;
  margin-bottom: 20px;
}
.post-item .post__img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.post-item .post__img img {
  -webkit-transition: all .9s ease;
  transition: all .9s ease;
}
.post-item .post__body {
  padding-top: 32px;
  overflow: hidden;
}
.post-item .post__meta-cat {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 2px 9px;
  border-radius: 3px;
  background-color: #fff;
}
.post-item .post__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}
.post-item .post__meta-cat a {
  position: relative;
  color: #0092ff;
  padding-right: 7px;
  font-size: 13px;
}
.post-item .post__meta-cat a:last-child {
  padding-right: 0;
}
.post-item .post__meta {
  margin-bottom: 14px;
}
.post-item .post__title a {
  color: #1f314f;
}
.post-item .post__meta>:last-child {
  margin-right: 0;
}
.post-item .post__desc {
  margin-top: 5px;
}
.post-item .btn__link.btn__secondary {
  padding: 8px 0;
  margin-top: 10px;
  border-radius: 3px;
}
.post-item .btn__link.btn__secondary i {
  width: auto;
  height: auto;
  margin-left: 3px;
  color: #091d3e;
  background-color: transparent!important;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

section.sectionblog-grid {
  background: #f0f0f0!important;
}
section.sectionblog-grid .post-item .btn__link.btn__secondary {
  padding: 8px 0;
  margin-top: 5px;
  border-radius: 3px;
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  border-left: 12px solid #1f314f!important;;
}
/**************************************
****** SECTION FOOTER HOME PAGE *******
***************************************/
footer.footer {
  background: #010113 !important;
}
.bg-secondary {
  background-color: #091d3e!important;
}
.footer .footer-top__title {
  color: #fff;
  font-size: 18px;
}
.footer .footer-form .form-control {
  border-color: transparent;
  background-color: #063464;
  color: #848e9f;
  height: 60px;
}
.footer .footer-form .btn {
  min-width: 140px;
}
.btn:not(.btn__link):not(.btn__outlined):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #091d3e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform .24s cubic-bezier(.37,.31,.31,.9);
  -webkit-transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
  transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
  transition: transform .24s cubic-bezier(.37,.31,.31,.9);
  transition: transform .24s cubic-bezier(.37,.31,.31,.9),-webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
}
.btn__primary .icon-arrow-left, .btn__primary .icon-arrow-right {
  color: #0092ff;
  background-color: #fff;
}
.btn .icon-arrow-left, .btn .icon-arrow-right {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.footer .footer-primary {
  padding-top: 85px;
  padding-bottom: 65px;
  border-top: 2px solid #053362;
}
.footer .footer-widget {
  margin-bottom: 30px;
}
.social-icons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.footer .footer-widget__title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.footer .contact-list li {
  line-height: 26px;
  margin-bottom: 0;
}
.phone-number {
  font-family: "IBM Plex Sans",sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #0092ff!important;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
.footer .social-icons li a {
  color: #0092ff;
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter:before {
  content: "\f099";
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #848e9f;
  font-size: 14px;
  margin-bottom: 11px;
}
button#to-top {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 80px;
  width: 50px !important;
  max-width: 50px !important;
  min-width: 50px !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
button#to-top i {
  margin: 0 !important;
}
.under-footer {
  padding: 5px 0;
  background-color: rgb(20, 20, 20)!important;
}
span.mw-powered-by,
span.mw-powered-by a {
  color: #cd9f0a!important;
  font-size: 14px!important;
}
.dropdown a {
  display: block!important;
  padding: 0.5rem 1rem!important;
  text-decoration: none!important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out!important;
  transition: .5s;
}
.menu-item-parent-1:hover .dropdown-menu {
  display: block!important;
  position: absolute!important;
  color: rgb(255, 77, 0)!important;
  transition: .5s;
}
.menu-item-parent-1:hover .dropdown-menu span {
  transition: .5s;
  color: #222!important;
}
.dropdown-menu span:hover {
  color: rgb(255, 77, 0)!important;
}

/************************************
******* SECTION SERVICES BOX ********
************************************/
section.services-box1.services-box {}
section.services-box1.services-box .btn__primary {
  display: flex;
  border-left: 12px solid #e31c24;
}
section.services-box1.services-box .btn__primary span,
section.services-box1.services-box .btn__primary i {
  color: #e31c24;
}