/* Ensure border-box is used */
header {
  position: relative;
  z-index: 99;
  width: 100%;
}

header .nav-header {
  padding: 15px 0;
}

header .navigation {
  position: relative;
}

header .navigation-portrait {
  height: 48px;
}

header .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

header .navigation-portrait .nav-toggle {
  display: block;
}

header .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

header .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

header .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

header .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

header .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

header .navigation-portrait .nav-menu {
  width: 100%;
}

header .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

header .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

header .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

header .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

header .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

header .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

header .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

header .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

header .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

header .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

header .navigation-portrait .nav-search-inner {
  height: 48px;
}

header .navigation-portrait .nav-search-inner input[type="text"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

header .navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

header .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

header .navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

header .navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

header .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

header .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

header .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

header .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

header .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

header .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

header .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

header .navigation-portrait .megamenu-panel-half {
  width: 100%;
}

header .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

header .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

header .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}

header .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

header .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

header .navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

header .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

header .navigation-hidden .nav-header {
  display: none;
}

header .navigation-hidden .nav-search {
  display: none;
}

header .nav-brand {
  display: table;
}

header .nav-brand:hover {
  color: #000;
}

header .nav-brand:focus {
  color: #000;
}

header .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

header .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
          box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

header .nav-menus-wrapper-close-button {
  width: 30px;
  height: 30px;
  margin: 10px 10px 10px auto;
  display: none;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}

header .nav-menu > li > a {
  padding: 30px 20px;
  display: table;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  border-bottom: 2px solid transparent;
}

header .nav-menu > li > a:hover {
  border-bottom: 2px solid #F15A22;
}

header .nav-menu > li > a.h_active {
  border-bottom: 2px solid #F15A22;
}

header .nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

header .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

header .nav-menu > li:hover > a {
  color: #F15A22;
}

header .nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

header .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

header .nav-menu > li.active > a {
  color: #FFA800;
}

header .nav-menu > li.focus > a {
  color: #fff;
}

header .nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

header .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

header .navigation-landscape .nav-menu.nav-menu-centered {
  text-align: center;
}

header .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

header .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

header .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

header .navigation-landscape .megamenu-list {
  border-right: solid 1px #f0f0f0;
}

header .navigation-landscape .megamenu-list:last-child {
  border: none;
}

header .navigation-landscape .list-col-2 {
  width: 50%;
}

header .navigation-landscape .list-col-3 {
  width: 33%;
}

header .navigation-landscape .list-col-4 {
  width: 25%;
}

header .navigation-landscape .list-col-5 {
  width: 20%;
}

header .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

header .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

header .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

header .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

header .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

header .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

header .no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

header .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

header .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

header .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

header .nav-search-button:hover .nav-search-icon {
  color: #FF5F5F;
}

header .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #000;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .nav-search-icon:after {
  content: "";
  pointer-events: none;
}

header .nav-search-icon:before {
  content: "";
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  -webkit-box-shadow: inset 0 0 0 32px;
          box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

header .nav-search-inner input[type="text"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #000;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #000;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

header .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

header .nav-button:hover {
  color: #fff;
  text-decoration: none;
}

header .nav-button:focus {
  color: #fff;
  text-decoration: none;
}

header .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #000;
  font-size: 14px;
}

header .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 98;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}

header .nav-dropdown .nav-dropdown {
  left: 100%;
}

header .nav-dropdown > li {
  width: 100%;
  position: relative;
}

header .nav-dropdown > li > a {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
}

header .nav-dropdown > li > a:hover {
  background: #F8F8F8;
}

header .nav-dropdown > li > a:focus {
  background: #F8F8F8;
}

header .nav-dropdown > li:hover > a {
  color: #FF5F5F;
}

header .nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

header .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

header .nav-dropdown > li.focus > a {
  color: #FF5F5F;
}

header .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

header .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

header .nav-dropdown.nav-dropdown-left {
  right: 0;
}

header .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

header .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

header .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

header .nav-dropdown-horizontal > li > a {
  position: relative;
}

header .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .megamenu-panel {
  width: 100%;
  display: none;
  position: absolute;
  z-index: 999;
  text-align: left;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}

header .megamenu-panel .megamenu-lists .megamenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .megamenu-panel .megamenu-lists .megamenu-list li {
  width: 33.33%;
}

header .megamenu-panel [class*="container"] {
  width: 100%;
}

header .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

header .megamenu-panel-half {
  width: 50%;
}

header .megamenu-panel-quarter {
  width: 25%;
}

header .megamenu-panel-row {
  width: 100%;
}

header .megamenu-panel-row:before {
  content: "";
  display: table;
  line-height: 0;
}

header .megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

header .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

header .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

header .megamenu-panel-row .col-3 {
  width: 22.75%;
}

header .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

header .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

header .megamenu-panel-row .col-6 {
  width: 48.5%;
}

header .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

header .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

header .megamenu-panel-row .col-9 {
  width: 74.25%;
}

header .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

header .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

header .megamenu-panel-row .col-12 {
  width: 100%;
}

header .megamenu-tabs {
  width: 100%;
  display: block;
}

header .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

header .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

header .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

header .megamenu-tabs-nav > li.active a {
  background-color: #f5f5f5;
}

header .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #000;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

header .megamenu-tabs-pane.active {
  display: block;
}

header .megamenu-lists {
  width: 100%;
  display: table;
}

header .megamenu-list {
  width: 100%;
}

header .megamenu-list:last-child {
  margin: 0;
  border: none;
}

header .megamenu-list > li > a {
  width: 100%;
  color: #000;
}

header .megamenu-list > li > a:hover {
  background-color: #F8F8F8;
  color: #fff;
}

header .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

header .megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

header .transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

header .menu-single-item img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .menu-single-item .menu-single-content h6,
header .menu-single-item .menu-single-content p {
  font-size: 14px;
}

header .menu-single-item .menu-single-content h6 span {
  display: inline;
  color: #000;
}

header .o-btn {
  padding: 10px 20px !important;
  margin-left: 50px;
  background: transparent;
  border: 2px solid #fff !important;
}

header .o-btn:hover {
  border-color: #F15A22 !important;
}

.header_area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header_area .nav-header .nav-brand .logo-dark {
  height: auto;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_area .nav-header .nav-brand .logo-dark.logo-fixed {
  display: none;
}

.header_area.is-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0));
  -webkit-animation: slideDown 0.35s ease-out;
          animation: slideDown 0.35s ease-out;
  z-index: 9;
  background: #fff;
}

.header_area.is-sticky .nav-menu > li > a {
  padding: 25px 20px;
  color: #000;
}

.header_area.is-sticky .logo-dark {
  display: none !important;
}

.header_area.is-sticky .logo-dark.logo-fixed {
  display: block !important;
}

.header_area.is-sticky .o-btn {
  border-color: #000;
  border-width: 1px;
}

.header_area.is-sticky .o-btn img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.header_area.is-sticky .o-btn:hover {
  border-color: #F15A22;
}

.header_area.is-sticky .o-btn:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.header_area.is-sticky .nav-menus-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header_area.is-sticky .banner-video-sec-top-number {
  display: none !important;
}

.header_area.is-sticky .nav-header {
  margin: 0 !important;
}

/*----------------------------------------------------------------------------*\
 * STICKY-NAVIGATION-MENUS JS PLUGIN
\*----------------------------------------------------------------------------*/
/* Navigation */
/* Headings */
/* Sections */
@media only screen and (max-width: 992px) {
  header .navigation-portrait .nav-menus-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .navigation-portrait .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-slider .banner-slider-single .banner-slider-single-content {
    position: relative;
  }
  .megamenu-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .menu-single-item img {
    display: none;
  }
  header .menu-single-item .menu-single-content h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  header .menu-single-item .menu-single-content p {
    display: none;
  }
  .header_area.is-sticky .nav-menu > li > a {
    padding: 10px 10px 10px 30px;
    color: #000;
  }
  .header_area.is-sticky .nav-menu > li > .f-btn {
    color: #fff;
  }
  .header_area.is-sticky .submenu-indicator-chevron {
    border-color: transparent rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6) transparent;
  }
  header .navigation-portrait .megamenu-panel,
  header .nav-dropdown {
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  header .megamenu-panel .megamenu-lists .megamenu-list li {
    width: 100%;
  }
  .header_area {
    padding: 10px 0;
  }
  .header_area .f-btn {
    border-radius: 0;
    margin-left: 0 !important;
  }
  .header_area.is-sticky {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 768px) {
  .header_area {
    padding: 10px 0;
  }
}

.banner-video-sec-top-number .banner-video-sec-top-number-icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 12px;
  border: 2px solid #F15A22;
  border-radius: 100%;
  margin-right: 15px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.banner-video-sec-top-number .e-number {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.banner-video-sec-top-number:hover .banner-video-sec-top-number-icon {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #F15A22;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.banner-video-sec {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 100vh;
}

.banner-video-sec .slick-track {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-video-sec .banner-video-sec-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 0 50px;
}

.banner-video-sec .banner-video-sec-content .container {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-video-sec .banner-video-sec-content .container .banner-video-cal {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.banner-video-sec .banner-video-sec-content .container .banner-video-sec-top {
  width: 100%;
}

.banner-video-sec .banner-video-sec-content .container .banner-video-sec-top .banner-video-sec-top-logo .banner-video-sec-top-logo-img {
  width: 180px;
}

.banner-video-sec .banner-video-sec-content .container .banner-video-sec-heading .banner-video-sec-heading-single h1 {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #fff;
  text-align: center;
  font-weight: 300;
  z-index: 2;
  opacity: 0.7;
  -webkit-transition: all 15s ease-out;
  transition: all 15s ease-out;
}

.banner-video-sec .banner-video-sec-content .container .banner-video-sec-heading .banner-video-sec-heading-single.slick-active h1 {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 25s ease-out;
  transition: all 25s ease-out;
}

.banner-video-sec .banner-video-sec-content .container .continue-btn {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.banner-video-sec .banner-video-sec-content .container .continue-btn img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  -webkit-animation: rotation 10s;
          animation: rotation 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.banner-video-sec .banner-video-sec-content .container .continue-btn:hover {
  color: #F15A22;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.banner-video-sec .banner-video-sec-content .container .continue-btn:hover img {
  -webkit-animation: rotation 0s;
          animation: rotation 0s;
}

.banner-video-sec .video-wrper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner-video-sec .video-wrper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-hone {
  position: relative;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.banner-hone .slick-track {
  padding: 0px;
}

.banner-hone .banner-cal-single {
  position: relative;
}

.banner-hone .banner-cal-single .banner-cal-text {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001523c0), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(#001523c0, rgba(0, 0, 0, 0));
}

.banner-hone .banner-cal-single .banner-cal-text h6 {
  color: #fff;
  font-weight: 400;
}

.banner-hone .banner-cal-single .banner-cal-text h1 {
  margin-top: 75px;
  color: #fff;
  margin-bottom: 20px;
}

.banner-hone .banner-cal-single .banner-cal-text p {
  color: #fff;
  margin-bottom: 40px;
  width: 50%;
}

.banner-hone .banner-cal-single .banner-cal-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner-hone .footer-social-link {
  position: absolute;
  right: 75px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.banner-hone .footer-social-link li a {
  margin-right: 0;
  margin-bottom: 10px;
  border-color: transparent;
}

.banner-hone .footer-social-link li a img {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.advantages {
  position: relative;
  top: 0;
  z-index: 2;
}

.advantages .advantages-back-color {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 175px;
}

.advantages .advantages-back-color .advantages-cont {
  width: 50%;
}

.advantages .advantages-back-color .advantages-cont h2, .advantages .advantages-back-color .advantages-cont h5, .advantages .advantages-back-color .advantages-cont p {
  color: #fff;
}

.advantages .advantages-back-color .advantages-cont .advantages-cont-ex {
  width: 200px;
  display: table;
}

.advantages .advantages-back-color .advantages-cont .advantages-cont-ex h2 {
  width: 130px;
  height: 85px;
  position: relative;
  z-index: 1;
}

.advantages .advantages-back-color .advantages-cont .advantages-cont-ex h2:after {
  content: "";
  width: 85px;
  height: 85px;
  background: #4ABA61;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.advantages .advantages-back-color .advantages-cont .advantages-cont-ex h5 {
  margin: 15px 0px 0 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.advantages .advantages-back-color .advantages-cont-dtl {
  width: calc(100% - 200px);
}

.advantages .advantages-back-color .advantages-cont-dtl h2 {
  margin-bottom: 10px;
  color: #4ABA61;
}

.advantages .advantages-back-color .advantages-cont-dtl h2 span {
  color: #fff;
}

.advantages .advantages-back-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-us {
  z-index: 3;
}

.why-us .why-us-back-color {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.why-us .why-us-back-color .why-us-cont-all {
  width: 55%;
  margin: 0 0 0 auto;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single {
  padding: 30px;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single .why-us-cont-single-heading {
  margin-bottom: 15px;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single h5 {
  color: #fff;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single p {
  color: white;
  font-weight: 400;
  margin-top: 5px;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single ul {
  margin-top: 5px;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single ul li {
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single ul li:after {
  content: "";
  background: #F15A22;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single:nth-child(2n+2) {
  margin-right: 0px;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single .why-us-cont-single-icon {
  padding: 15px;
  border-radius: 100%;
  margin-right: 15px;
  display: table;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single .why-us-cont-single-icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single:nth-child(1) {
  background: #1D4A45;
  position: relative;
  top: 25px;
  margin-top: 0;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single:nth-child(1) .why-us-cont-single-icon {
  background: #698683;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single:nth-child(2) {
  background: #003A46;
  margin-top: 0;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single:nth-child(2) .why-us-cont-single-icon {
  background: #567C84;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single:nth-child(3) {
  background: #926A07;
  position: relative;
  top: 25px;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single:nth-child(3) .why-us-cont-single-icon {
  background: #B59B5B;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single:nth-child(4) {
  background: #60451B;
}

.why-us .why-us-back-color .why-us-cont-all .why-us-cont-single:nth-child(4) .why-us-cont-single-icon {
  background: #948368;
}

.our-numbers {
  z-index: 4;
}

.our-numbers .why-us-back-color {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06365C), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #06365C, rgba(0, 0, 0, 0));
}

.our-numbers .why-us-back-color .our-numbers-heading {
  width: 50%;
  margin-bottom: 25px;
}

.our-numbers .why-us-back-color .our-numbers-heading h2 {
  color: #fff;
  margin-bottom: 10px;
}

.our-numbers .why-us-back-color .our-numbers-heading h2 .color-change {
  color: #F15A22;
}

.our-numbers .why-us-back-color .our-numbers-heading p {
  color: #fff;
  opacity: 0.7;
}

.our-numbers .why-us-back-color .why-us-cont-all {
  margin: 0;
  width: 45%;
}

.our-numbers .why-us-back-color .why-us-cont-all .why-us-cont-single {
  background: rgba(255, 255, 255, 0.8) !important;
  top: 0 !important;
}

.our-numbers .why-us-back-color .why-us-cont-all .why-us-cont-single h3 {
  color: #06365C;
}

.our-numbers .why-us-back-color .why-us-cont-all .why-us-cont-single h5 {
  color: #000;
}

.our-numbers .why-us-back-color .why-us-cont-all .why-us-cont-single h5 span {
  color: #F15A22;
}

.our-numbers .advantages-back-img img {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.product-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D6D6D6), to(#fff));
  background-image: linear-gradient(to bottom, #D6D6D6, #fff);
  z-index: 5;
  position: relative;
  overflow: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-section .product-section-all {
  width: 80%;
  margin: 0 auto;
}

.product-section::-webkit-scrollbar-track {
  display: none;
}

.product-section::-webkit-scrollbar {
  display: none;
}

.product-section::-webkit-scrollbar-thumb {
  display: none;
}

.product-section .product-section-heading {
  width: 60%;
  margin-bottom: 10px;
}

.product-section .product-section-heading h2 {
  margin-bottom: 10px;
  font-weight: 700;
}

.product-section .product-section-heading h2 .color-change {
  color: #78463B;
}

.product-section .rm-btn {
  margin: 0px auto 0;
}

.product-all-single .product-all-single-img {
  position: relative;
  border-top: 4px solid #78463B;
  overflow: hidden;
}

.product-all-single .product-all-single-img .product-all-single-main-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.product-all-single .product-all-single-cont {
  margin-top: 15px;
}

.product-all-single .product-all-single-cont h5 {
  margin-bottom: 5px;
}

.product-all-single:hover .product-all-single-img .product-all-single-main-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 15s ease-out;
  transition: all 15s ease-out;
}

.product-all-single:hover .product-all-single-cont h5 {
  color: #F15A22;
}

.product-arrow-btn {
  position: absolute;
  background: #000;
  padding: 15px;
  right: 0;
  bottom: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.product-arrow-btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-arrow-btn:hover {
  background: #F15A22;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.completed-project-sec {
  background: #003261;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* the parent */
}

.completed-project-sec .slick-slide {
  margin: 0 10px;
}

.completed-project-sec .slick-list {
  margin: 0 -10px;
}

.completed-project-sec .product-section-heading h2 {
  color: #fff;
  font-weight: 600;
}

.completed-project-sec .product-section-heading h2 .color-change {
  color: #00A3FF;
}

.completed-project-sec .product-section-heading p {
  color: #fff;
  opacity: 0.8;
  font-weight: 200;
}

.completed-project-sec .rm-btn {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.completed-project-sec .rm-btn:hover {
  color: #F15A22;
  border-bottom: 2px solid #F15A22;
}

.completed-project-sec-all-single .completed-project-sec-all-single-img {
  position: relative;
  overflow: hidden;
}

.completed-project-sec-all-single .completed-project-sec-all-single-img .product-all-single-main-img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
}

.completed-project-sec-all-single .completed-project-sec-all-single-img:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.completed-project-sec-all-single .completed-project-sec-all-single-img .product-arrow-btn {
  right: unset;
  bottom: unset;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 100%;
  opacity: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.completed-project-sec-all-single .completed-project-sec-all-single-img .product-arrow-btn:hover {
  background: #00B6FC;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.completed-project-sec-all-single .completed-project-sec-all-single-cont {
  margin-top: 15px;
}

.completed-project-sec-all-single .completed-project-sec-all-single-cont h6 {
  color: #fff;
}

.completed-project-sec-all-single .completed-project-sec-all-single-cont p {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 200;
  opacity: 0.8;
}

.completed-project-sec-all-single:hover .completed-project-sec-all-single-img .product-arrow-btn {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.completed-project-sec-all-single:hover .completed-project-sec-all-single-img .product-all-single-main-img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 15s ease-out;
  transition: all 15s ease-out;
  opacity: 1;
}

.completed-project-sec-all-single:hover .completed-project-sec-all-single-img:after {
  width: 110%;
  height: 110%;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.completed-project-sec-all-single:hover .completed-project-sec-all-single-cont h6 {
  color: #00B6FC;
}

.testimonial {
  background: #0A1D39;
  position: relative;
  top: 0;
  z-index: 4;
}

.testimonial .slick-slide {
  margin: 0 10px;
}

.testimonial .slick-list {
  margin: 0 -10px;
}

.testimonial .product-section-heading {
  text-align: center;
  margin-bottom: 25px;
  width: 80%;
  margin: 0 auto 25px;
}

.testimonial .product-section-heading h2 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.testimonial .product-section-heading h2 .color-change {
  color: #FFA800;
}

.testimonial .product-section-heading p {
  font-weight: 200;
  color: #fff;
  opacity: 0.7;
}

.testimonial .testimonial-slider .testimonial-slider-single {
  position: relative;
  border-radius: 10px;
  border: 1px solid #FFA800;
  padding: 35px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  min-height: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial .testimonial-slider .testimonial-slider-single:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.testimonial .testimonial-slider .testimonial-slider-single p {
  color: #fff;
  font-weight: 200;
}

.testimonial .testimonial-slider .testimonial-slider-single .str-test li {
  margin-right: 5px;
}

.testimonial .testimonial-slider .testimonial-slider-single .str-test li i {
  color: #FFA800;
  font-size: 14px;
}

.testimonial .testimonial-slider .testimonial-slider-single .str-test li:last-child {
  margin-right: 0;
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-txt {
  margin: 15px 0;
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-dtl img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-dtl .testimonial-user h5 {
  color: #fff;
  font-weight: 500;
}

.call-us {
  z-index: 6;
}

.call-us .advantages-back-color {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2783ebbe), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#2783ebbe, rgba(255, 255, 255, 0));
}

.call-us .product-section-heading {
  text-align: center;
  width: 90%;
  margin: 0 auto 25px;
}

.call-us .product-section-heading h2 {
  color: #fff;
  margin-bottom: 15px;
}

.call-us .product-section-heading h2 .color-change {
  color: #07234C;
}

.call-us .product-section-heading p {
  color: #fff;
}

.call-us .call-back {
  position: absolute;
  right: -140px;
  top: 0;
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.call-us .contact-number {
  width: 55%;
  margin: 60px auto 0;
}

.ftr-sec-c {
  z-index: 11;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ftr-sec-c .advantages-back-color {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#071c60), to(#080c22));
  background-image: linear-gradient(#071c60, #080c22);
  position: relative;
  padding: 0;
  height: 100vh;
}

.ftr-sec-c .container {
  height: 100%;
}

.ftr-sec-c .ftr-tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 20px 0 20px;
}

.ftr-sec-c .ftr-tp .ftr-lnk-all {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ftr-sec-c .ftr-tp .ftr-cmny-dtl {
  text-align: center;
  width: 100%;
}

.ftr-sec-c .ftr-tp .ftr-cmny-dtl .ftr-logo img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ftr-sec-c .ftr-tp .ftr-cmny-dtl .str-ftr {
  margin: 20px 0 5px;
}

.ftr-sec-c .ftr-tp .ftr-cmny-dtl .str-ftr li {
  margin-right: 5px;
}

.ftr-sec-c .ftr-tp .ftr-cmny-dtl .str-ftr li i {
  color: #FFA800;
  font-size: 16px;
}

.ftr-sec-c .ftr-tp .ftr-cmny-dtl .str-ftr li:last-child {
  margin-right: 0;
}

.ftr-sec-c .ftr-tp .ftr-cmny-dtl p {
  color: #fff;
  font-weight: 200;
}

.ftr-sec-c .ftr-tp .quick-contact-links {
  margin-top: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ftr-sec-c .ftr-tp .ftr-call {
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}

.ftr-sec-c .ftr-tp .ftr-call:last-child {
  margin-right: 0;
}

.ftr-sec-c .ftr-tp .ftr-call .ftr-call-icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 12px;
  border-radius: 100%;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.ftr-sec-c .ftr-tp .ftr-call .ftr-call-numbers .ftr-call-number-single {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  display: table;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.ftr-sec-c .ftr-tp .ftr-call .ftr-call-numbers .ftr-call-number-single:hover {
  color: #F15A22;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.ftr-sec-c .ftr-tp .ftr-mail .ftr-call-number-single {
  margin: 0 !important;
}

.ftr-sec-c .ftr-tp .ftr-mail .ftr-call-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.ftr-sec-c .ftr-tp .quick-fotter-links {
  margin-top: 75px;
}

.ftr-sec-c .ftr-tp .quick-fotter-links .footer-links-list li a {
  opacity: 1;
  font-weight: 300;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 0 30px;
  margin: 0 10px;
  white-space: nowrap;
}

.ftr-sec-c .ftr-tp .quick-fotter-links .footer-links-list li a:hover {
  color: #F15A22;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.ftr-sec-c .ftr-tp .ftr-btm {
  width: 100%;
}

.ftr-sec-c .ftr-tp .ftr-btm .devby span {
  text-align: right;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}

.ftr-sec-c .ftr-tp .ftr-btm .devby img {
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ftr-sec-c .ftr-tp .ftr-btm .copyright-c {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}

.ftr-sec-c .ftr-tp .ftr-btm .copyright-c p {
  color: #fff;
  font-weight: 200;
}

.ftr-sec-c .ftr-tp .ftr-btm .copyright-c p a {
  color: #F15A22;
  font-weight: 700;
}

.project-modal .modal-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000f5cc2), to(#005a45a6));
  background-image: linear-gradient(#000f5cc2, #005a45a6);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: transparent;
}

.project-modal .project-mod-cal-single video {
  height: 500px;
  width: 100%;
}

.project-modal .wrap-modal-slider {
  padding: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.project-modal .wrap-modal-slider .slick-list {
  margin: 0;
}

.project-modal .wrap-modal-slider .slick-slide {
  margin: 0;
}

.project-modal .wrap-modal-slider .slick-slide:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.project-modal .wrap-modal-slider.open {
  opacity: 1;
}

.project-modal .project-mod-cal-single-img img {
  width: 70%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  display: table;
  margin: 0 auto;
}

.project-modal .project-mod-cal-single-text {
  width: 70%;
  margin: 25px auto 0;
}

.project-modal .project-mod-cal-single-text h5 {
  width: 30%;
  color: #fff;
}

.project-modal .project-mod-cal-single-text .project-dec {
  padding-left: 20px;
  width: 70%;
}

.project-modal .project-mod-cal-single-text .project-dec p {
  color: #fff;
  margin-bottom: 10px;
  text-align: justify;
}

.project-modal .slick-prev, .project-modal .slick-next {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.project-modal .slick-prev {
  right: unset;
  left: 0;
}

.project-modal .btn-close {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 2;
}

#page {
  position: relative;
}

#page section {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*# sourceMappingURL=style-index.css.map */