/*!
 * Theme Name: rhilonextgen
 * Author: Iftekhar Ahmad
 * Author URI: https://github.com/iftekhar92
 * Version: 1.0
 */
/* line 5, ../../../../../../../Users/allse/.local/share/gem/ruby/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Users/allse/.local/share/gem/ruby/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Users/allse/.local/share/gem/ruby/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Users/allse/.local/share/gem/ruby/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Users/allse/.local/share/gem/ruby/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Users/allse/.local/share/gem/ruby/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Users/allse/.local/share/gem/ruby/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Users/allse/.local/share/gem/ruby/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Users/allse/.local/share/gem/ruby/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*_variables.scss */
/* Breakpoints */
/* mixins.scss */
/*_variables.scss */
/* Breakpoints */
/*_typography.scss*/
/*_variables.scss */
/* Breakpoints */
/* line 4, sass/_partials/typography.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 10, sass/_partials/typography.scss */
::-moz-selection {
  background: #d70006;
  color: #fff;
  text-shadow: none;
}

/* line 15, sass/_partials/typography.scss */
::selection {
  background: #d70006;
  color: #fff;
  text-shadow: none;
}

/* line 21, sass/_partials/typography.scss */
::-moz-selection {
  background: #d70006;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

/* line 27, sass/_partials/typography.scss */
::-webkit-selection {
  background: #d70006;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

/* line 33, sass/_partials/typography.scss */
:active,
:focus {
  outline: none !important;
}

/* line 38, sass/_partials/typography.scss */
::-webkit-input-placeholder {
  color: #7c858c;
}

/* line 42, sass/_partials/typography.scss */
::-moz-input-placeholder {
  color: #7c858c;
}

/* line 46, sass/_partials/typography.scss */
::-ms-input-placeholder {
  color: #7c858c;
}

/* line 50, sass/_partials/typography.scss */
body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: #6a6f78;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 30px;
}

/* line 65, sass/_partials/typography.scss */
p,
.text {
  color: #6a6f78;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 30px;
}

/* -------- Headings ---------- */
/* line 75, sass/_partials/typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2E2E3C;
  font-family: "Manrope", sans-serif;
  position: relative;
  line-height: 1.2em;
  letter-spacing: -0.04em;
}

/* line 87, sass/_partials/typography.scss */
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #2E2E3C;
}

/* line 103, sass/_partials/typography.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

/* line 113, sass/_partials/typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

/* line 122, sass/_partials/typography.scss */
h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2em;
}

/* line 128, sass/_partials/typography.scss */
h2 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2em;
}

/* line 134, sass/_partials/typography.scss */
h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2em;
}

/* line 140, sass/_partials/typography.scss */
h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2em;
}

/* line 146, sass/_partials/typography.scss */
h5 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2em;
}

/* line 152, sass/_partials/typography.scss */
h6 {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2em;
}

/* -------- Body Text ---------- */
/* line 159, sass/_partials/typography.scss */
table p {
  margin-bottom: 0;
}

/* line 163, sass/_partials/typography.scss */
p {
  margin-bottom: 20px;
}

/* line 166, sass/_partials/typography.scss */
p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
/* line 172, sass/_partials/typography.scss */
a {
  color: #d70006;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 180, sass/_partials/typography.scss */
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

/* line 185, sass/_partials/typography.scss */
a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 190, sass/_partials/typography.scss */
a img {
  border: none;
}

/* line 194, sass/_partials/typography.scss */
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

/* line 206, sass/_partials/typography.scss */
ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

/* line 213, sass/_partials/typography.scss */
b,
strong {
  color: #333;
  font-weight: 800;
}

/* line 219, sass/_partials/typography.scss */
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh + 200px);
}

/*** 

====================================================================
Global Settings
====================================================================

***/
/* line 238, sass/_partials/typography.scss */
textarea {
  overflow: hidden;
  resize: none;
}

/* line 243, sass/_partials/typography.scss */
button {
  outline: none !important;
  cursor: pointer;
}

/* line 248, sass/_partials/typography.scss */
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 254, sass/_partials/typography.scss */
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* line 261, sass/_partials/typography.scss */
.title a {
  color: inherit;
}

/* line 265, sass/_partials/typography.scss */
.color1 {
  color: #d70006;
}

/* line 269, sass/_partials/typography.scss */
.color2 {
  color: #febe42;
}

/* line 273, sass/_partials/typography.scss */
.color3 {
  color: #2E2E3C;
}

/* line 277, sass/_partials/typography.scss */
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

/* line 287, sass/_partials/typography.scss */
.large-container {
  position: static;
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

/* line 295, sass/_partials/typography.scss */
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

/* line 303, sass/_partials/typography.scss */
.small-container {
  position: static;
  max-width: 1000px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

/* line 311, sass/_partials/typography.scss */
.pull-right {
  float: right;
}

/* line 315, sass/_partials/typography.scss */
.pull-left {
  float: left;
}

/* line 319, sass/_partials/typography.scss */
.dropdown-toggle::after {
  display: none;
}

/* line 323, sass/_partials/typography.scss */
.far {
  font-family: 'FontAwesome' !important;
}

/* ========== Header ============= */
/* line 17, sass/style.scss */
.main-header {
  display: flex;
  flex-direction: column;
}
/* line 21, sass/style.scss */
.main-header .header-top {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #2E2E3C;
  padding: 0 30px;
  display: none;
}
@media screen and (min-width: 716px) {
  /* line 21, sass/style.scss */
  .main-header .header-top {
    display: flex;
  }
}
/* line 33, sass/style.scss */
.main-header .header-top .list-style-one li {
  color: rgba(255, 255, 255, 0.8);
}
/* line 37, sass/style.scss */
.main-header .header-top .list-style-one a {
  color: rgba(255, 255, 255, 0.8);
}
/* line 40, sass/style.scss */
.main-header .header-top .list-style-one a:hover {
  color: #ffffff;
}
/* line 47, sass/style.scss */
.main-header .header-top .social-icon-one li a {
  color: #2E2E3C;
}
/* line 49, sass/style.scss */
.main-header .header-top .social-icon-one li a:hover {
  color: #d70006;
}
/* line 57, sass/style.scss */
.main-header .menu-btn {
  display: none;
}
@media screen and (min-width: 1201px) {
  /* line 57, sass/style.scss */
  .main-header .menu-btn {
    display: flex;
  }
}
/* line 63, sass/style.scss */
.main-header .menu-btn .theme-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding: 10px 40px;
  text-transform: capitalize;
}
/* line 71, sass/style.scss */
.main-header .menu-btn .theme-btn .btn-title {
  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;
}
/* line 84, sass/style.scss */
.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0 80px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* line 94, sass/style.scss */
.main-header .header-lower .header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
/* line 99, sass/style.scss */
.main-header .header-lower .header-container__logo-with-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
/* line 106, sass/style.scss */
.main-header .header-lower .logo-box {
  position: relative;
  padding: 15px 0;
  min-width: 200px;
}

/*  ============= Desktop menu ============ */
/* line 115, sass/style.scss */
.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: inherit;
  position: relative;
  transition: all 0.5s ease;
  display: none;
}
@media screen and (min-width: 1201px) {
  /* line 115, sass/style.scss */
  .nav-container {
    display: flex;
  }
}
/* line 128, sass/style.scss */
.nav-container ul.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 137, sass/style.scss */
.nav-container ul.header-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
  margin: -10px 0;
  padding: 10px 0;
}
/* line 144, sass/style.scss */
.nav-container ul.header-menu > li > a {
  display: block;
  margin: 0px;
  padding: 16px;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color: #767676;
  font-weight: 700;
}
/* line 155, sass/style.scss */
.nav-container ul.header-menu > li > a:hover {
  color: #2E2E3C;
  text-decoration: none;
  outline: 0 none;
}
/* line 165, sass/style.scss */
.nav-container ul.header-menu > li.current-menu-item > a, .nav-container ul.header-menu > li.current_page_ancestor > a, .nav-container ul.header-menu > li.current-post-ancestor > a {
  color: #2E2E3C;
  text-decoration: none;
  outline: 0 none;
}
/* line 172, sass/style.scss */
.nav-container ul.header-menu > li .sub-menu {
  background-color: #ffffff;
  display: block;
  left: 0;
  top: 85%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
/* line 186, sass/style.scss */
.nav-container ul.header-menu > li .sub-menu .sub-menu {
  left: 220px;
  top: 0;
}
/* line 191, sass/style.scss */
.nav-container ul.header-menu > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
/* line 196, sass/style.scss */
.nav-container ul.header-menu > li .sub-menu li a {
  color: #767676;
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
/* line 208, sass/style.scss */
.nav-container ul.header-menu > li .sub-menu li a:hover {
  color: #2E2E3C;
  transition: all 0.5s ease-out;
}
/* line 219, sass/style.scss */
.nav-container ul.header-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 0.3s ease;
}
/* line 230, sass/style.scss */
.nav-container ul.header-menu li.menu-item-has-children .sub-menu .current-menu-item > a,
.nav-container ul.header-menu li.menu-item-has-children .sub-menu .current_page_ancestor > a,
.nav-container ul.header-menu li.menu-item-has-children .sub-menu .current-post-ancestor > a {
  background-color: #ffffff;
  color: #2E2E3C;
  text-decoration: none;
  outline: 0 none;
}

/* line 244, sass/style.scss */
.menu-item-has-children > a::after {
  content: "\f107";
  font-family: FontAwesome;
  float: right;
  font-size: 20px;
  margin-top: 2px;
  margin-left: 5px;
}

/* line 255, sass/style.scss */
.sub-menu .menu-item-has-children > a::after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  font-size: 20px;
  margin-top: 0px;
  padding-left: 5px;
}

/* ==============Sticky==========*/
/* line 266, sass/style.scss */
.sticky-header {
  position: fixed !important;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
/* line 278, sass/style.scss */
.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

/*=== List Style One ===*/
/* line 286, sass/style.scss */
.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
/* line 296, sass/style.scss */
.list-style-one li {
  position: relative;
  padding-right: 23px;
  margin-right: 23px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 20px;
}
/* line 304, sass/style.scss */
.list-style-one li::before {
  position: absolute;
  right: -3px;
  top: 0;
  content: "/";
  opacity: 0.5;
}
/* line 312, sass/style.scss */
.list-style-one li:last-child {
  padding-right: 0;
  margin-right: 0;
}
/* line 316, sass/style.scss */
.list-style-one li:last-child::before {
  display: none;
}
/* line 321, sass/style.scss */
.list-style-one li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #febe42;
  font-size: 13px;
  line-height: 20px;
}
/* line 330, sass/style.scss */
.list-style-one li a {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 335, sass/style.scss */
.list-style-one li a:hover {
  color: #febe42;
}

/*=== List Style Two ===*/
/* line 342, sass/style.scss */
.list-style-two {
  position: relative;
}
/* line 344, sass/style.scss */
.list-style-two li {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #2E2E3C;
  padding-left: 25px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 354, sass/style.scss */
.list-style-two li i {
  position: absolute;
  left: 0;
  color: #d70006;
  font-size: 16px;
  line-height: 25px;
}
/* line 361, sass/style.scss */
.list-style-two li a {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 365, sass/style.scss */
.list-style-two li a:hover {
  color: #d70006;
}
/* line 369, sass/style.scss */
.list-style-two li:hover {
  padding-left: 30px;
}
/* line 375, sass/style.scss */
.list-style-two.style-two li i {
  color: #2E2E3C;
}
/* line 380, sass/style.scss */
.list-style-two.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 386, sass/style.scss */
.list-style-two.two-column li {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  /* line 386, sass/style.scss */
  .list-style-two.two-column li {
    width: 100%;
    padding-right: 0;
  }
}

/*Social Icon One*/
/* line 398, sass/style.scss */
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #febe42;
  padding: 0 25px;
}
/* line 407, sass/style.scss */
.social-icon-one li {
  position: relative;
}
/* line 409, sass/style.scss */
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 420, sass/style.scss */
.social-icon-one li a:hover {
  color: #d70006;
}

/* line 427, sass/style.scss */
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 440, sass/style.scss */
.theme-btn .btn-title {
  position: relative;
}

/*Btn Style One*/
/* line 445, sass/style.scss */
.btn-style-one {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 40px;
  font-weight: 700;
  overflow: hidden;
  color: #ffffff;
  z-index: 1;
  border-radius: 30px;
  background: #d70006;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/* line 460, sass/style.scss */
.btn-style-one::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #2E2E3C;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
/* line 473, sass/style.scss */
.btn-style-one:hover {
  color: #ffffff;
}
/* line 475, sass/style.scss */
.btn-style-one:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

/*=======================
Scroll To Top style
=======================*/
/* line 483, sass/style.scss */
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #febe42;
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 502, sass/style.scss */
.scroll-to-top:hover {
  background: #d70006;
  color: #ffffff;
}

/* line 507, sass/style.scss */
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: #d70006;
  display: none;
  top: 0px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
@media screen and (max-width: 1200px) {
  /* line 507, sass/style.scss */
  .mobile-nav-toggler {
    display: block;
  }
}

/* ============== Mobile menu======== */
/* line 524, sass/style.scss */
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
/* line 534, sass/style.scss */
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
/* line 545, sass/style.scss */
.mobile-menu .upper-box {
  position: relative;
  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;
  width: 100%;
  padding: 20px 20px;
}
/* line 559, sass/style.scss */
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: #febe42;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
/* line 573, sass/style.scss */
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
/* line 577, sass/style.scss */
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
/* line 581, sass/style.scss */
.mobile-menu .nav-logo img {
  max-height: 40px;
}
/* line 585, sass/style.scss */
.mobile-menu .menu-box {
  position: relative;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #2E2E3C;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
/* line 612, sass/style.scss */
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 617, sass/style.scss */
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 623, sass/style.scss */
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
/* line 626, sass/style.scss */
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 631, sass/style.scss */
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
/* line 642, sass/style.scss */
.mobile-menu .navigation li:hover > a {
  color: #ffffff;
}
/* line 647, sass/style.scss */
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
/* line 659, sass/style.scss */
.mobile-menu .navigation li.dropdown .dropdown-btn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 670, sass/style.scss */
.mobile-menu .navigation li.dropdown .dropdown-btn.active i::before {
  content: "\f106";
}
/* line 677, sass/style.scss */
.mobile-menu .navigation li > ul {
  display: none;
}
/* line 682, sass/style.scss */
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
/* line 688, sass/style.scss */
.mobile-menu .navigation li > ul li {
  padding-left: 20px;
}
/* line 694, sass/style.scss */
.mobile-menu .social-links {
  position: relative;
  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;
  background: #d70006;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
/* line 709, sass/style.scss */
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 714, sass/style.scss */
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 724, sass/style.scss */
.mobile-menu .social-links li a:hover {
  color: #febe42;
}

/* line 731, sass/style.scss */
.mobile-menu-visible {
  overflow: hidden;
}
/* line 733, sass/style.scss */
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
/* line 736, sass/style.scss */
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 742, sass/style.scss */
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 750, sass/style.scss */
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 755, sass/style.scss */
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

/* line 760, sass/style.scss */
.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
/* line 763, sass/style.scss */
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
/* line 766, sass/style.scss */
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
/* line 772, sass/style.scss */
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 777, sass/style.scss */
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #febe42;
}
/* line 785, sass/style.scss */
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 793, sass/style.scss */
.contact-list-one li:last-child {
  margin-right: 0;
}

/*** 

====================================================================
    Banner Section Two
====================================================================

***/
/* line 805, sass/style.scss */
.banner-section-one {
  position: relative;
  padding: 180px 0 0;
  height: 980px;
  overflow-y: hidden;
}
/* line 810, sass/style.scss */
.banner-section-one .bottom-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 172px;
  background-image: url(./images/heros/home/bottom-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 821, sass/style.scss */
.banner-section-one .content-box {
  position: relative;
  z-index: 3;
}
/* line 824, sass/style.scss */
.banner-section-one .content-box .title-box {
  position: relative;
  padding: 50px 45px 40px;
  margin-bottom: 55px;
}
/* line 828, sass/style.scss */
.banner-section-one .content-box .title-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
  border: 10px solid #febe42;
  border-right: 0;
  content: "";
}
/* line 839, sass/style.scss */
.banner-section-one .content-box .sub-title {
  display: block;
  font-size: 12px;
  color: #febe42;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
/* line 848, sass/style.scss */
.banner-section-one .content-box .title {
  position: relative;
  color: #ffffff;
  font-size: 72px;
  line-height: 90px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media screen and (max-width: 991.98px) {
  /* line 848, sass/style.scss */
  .banner-section-one .content-box .title {
    font-size: 60px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767.98px) {
  /* line 848, sass/style.scss */
  .banner-section-one .content-box .title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
/* line 865, sass/style.scss */
.banner-section-one .content-box .icon-plane {
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -160px;
}
@media screen and (max-width: 767.98px) {
  /* line 865, sass/style.scss */
  .banner-section-one .content-box .icon-plane {
    display: none;
  }
}
/* line 875, sass/style.scss */
.banner-section-one .image-box {
  position: absolute;
  right: -50%;
  margin-right: 675px;
}
@media screen and (max-width: 1199.98px) {
  /* line 875, sass/style.scss */
  .banner-section-one .image-box {
    display: none;
  }
}
/* line 884, sass/style.scss */
.banner-section-one .image-box .image {
  margin-bottom: 0;
}
/* line 886, sass/style.scss */
.banner-section-one .image-box .image img {
  height: 100%;
}

/* line 892, sass/style.scss */
.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 903, sass/style.scss */
.bg-pattern-1 {
  background-image: url(./images/icons/pattern-1.png);
}

/* line 907, sass/style.scss */
.bg-pattern-2 {
  background-image: url(./images/icons/pattern-2.jpg);
}

/* line 911, sass/style.scss */
.bg-pattern-3 {
  background-image: url(./images/icons/pattern-3.jpg);
}

/* line 915, sass/style.scss */
.bg-pattern-3-dark {
  background-image: url(./images/icons/pattern-3-dark.jpg);
}

/* line 919, sass/style.scss */
.bg-pattern-4 {
  background-image: url(./images/icons/pattern-4.jpg);
}

/* line 923, sass/style.scss */
.bg-pattern-5 {
  background-image: url(./images/icons/pattern-5.png);
}

/* line 927, sass/style.scss */
.bg-pattern-6 {
  background-image: url(./images/icons/pattern-6.jpg);
}

/* line 931, sass/style.scss */
.bg-pattern-7 {
  background-image: url(./images/icons/pattern-7.png);
}

/* line 935, sass/style.scss */
.bg-pattern-8 {
  background-image: url(./images/icons/pattern-8.jpg);
}

/* line 939, sass/style.scss */
.bg-pattern-9 {
  background-image: url(./images/icons/pattern-9.jpg);
}

/* line 943, sass/style.scss */
.bg-pattern-10 {
  background-image: url(./images/icons/pattern-10.jpg);
}

/* line 947, sass/style.scss */
.blockquote-one {
  background-color: #ffffff;
  border-left: 4px solid #febe42;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  color: #242323;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 20px 40px;
  position: relative;
}

/* line 959, sass/style.scss */
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  /* line 967, sass/style.scss */
  .banner-section-one {
    height: auto;
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 973, sass/style.scss */
  .banner-section-one {
    padding: 150px 0 250px;
  }
}
@media screen and (max-width: 767.98px) {
  /* line 980, sass/style.scss */
  .banner-section-one .content-box .title-box {
    padding-right: 0;
  }
}
/* line 986, sass/style.scss */
.icon-plane {
  height: 119px;
  width: 219px;
  background-image: url(./images/icons/icon-plane.png);
}

/*** 

====================================================================
    Features Section
====================================================================

***/
/* line 998, sass/style.scss */
.features-section {
  position: relative;
  padding: 120px 0 90px;
  z-index: 2;
}

/* line 1004, sass/style.scss */
.feature-block-two {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
/* line 1008, sass/style.scss */
.feature-block-two .inner-box {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
/* line 1015, sass/style.scss */
.feature-block-two .inner-box:hover .step {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1021, sass/style.scss */
.feature-block-two .inner-box:hover .overlay-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 1027, sass/style.scss */
.feature-block-two .inner-box:hover .read-more {
  opacity: 1;
  visibility: visible;
  bottom: -20px;
}
/* line 1033, sass/style.scss */
.feature-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 1040, sass/style.scss */
.feature-block-two .image {
  border-radius: 5px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
/* line 1045, sass/style.scss */
.feature-block-two .image img {
  min-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}
/* line 1054, sass/style.scss */
.feature-block-two .step {
  bottom: 20px;
  font-size: 20px;
  letter-spacing: -0.04em;
  left: 20px;
  position: absolute;
  right: 20px;
}
/* line 1062, sass/style.scss */
.feature-block-two .overlay-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 55px 40px 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
/* line 1075, sass/style.scss */
.feature-block-two .overlay-content::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #2E2E3C;
  opacity: 0.85;
  content: "";
}
/* line 1085, sass/style.scss */
.feature-block-two .overlay-content .title-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
/* line 1095, sass/style.scss */
.feature-block-two .overlay-content .icon {
  color: #febe42;
  font-size: 58px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 424px) {
  /* line 1095, sass/style.scss */
  .feature-block-two .overlay-content .icon {
    display: none;
  }
}
/* line 1104, sass/style.scss */
.feature-block-two .overlay-content .title {
  color: #fff;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1110, sass/style.scss */
.feature-block-two .overlay-content .text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 26px;
  position: relative;
}
/* line 1116, sass/style.scss */
.feature-block-two .overlay-content .read-more {
  bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 30px;
  position: absolute;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 424px) {
  /* line 1062, sass/style.scss */
  .feature-block-two .overlay-content {
    padding: 40px 30px 30px;
  }
}

/*** 

====================================================================
    Features Section
====================================================================

***/
/* line 1141, sass/style.scss */
.features-section {
  position: relative;
  padding: 120px 0 90px;
  z-index: 2;
}

/*** 
====================================================================
  About Section
====================================================================
***/
/* line 1152, sass/style.scss */
.about-section {
  position: relative;
  padding: 120px 0 70px;
}
/* line 1155, sass/style.scss */
.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
/* line 1159, sass/style.scss */
.about-section .content-column .inner-column {
  position: relative;
}
/* line 1162, sass/style.scss */
.about-section .content-column .sec-title {
  margin-bottom: 25px;
}
/* line 1164, sass/style.scss */
.about-section .content-column .sec-title h4 {
  color: #febe42;
  font-weight: 500;
  margin-top: 35px;
}
/* line 1169, sass/style.scss */
.about-section .content-column .sec-title .text {
  margin-top: 35px;
}
/* line 1174, sass/style.scss */
.about-section .content-column .text-block .inner {
  padding-top: 5px;
  margin-bottom: 30px;
}
/* line 1180, sass/style.scss */
.about-section .image-column {
  margin-bottom: 50px;
  position: relative;
}
/* line 1183, sass/style.scss */
.about-section .image-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
/* line 1189, sass/style.scss */
.about-section .image-column .experience {
  background: #ffffff;
  border: 2px dashed #d70006;
  bottom: -40px;
  left: 30%;
  min-width: 290px;
  position: absolute;
  -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  /* line 1189, sass/style.scss */
  .about-section .image-column .experience {
    right: auto;
    left: 0;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1189, sass/style.scss */
  .about-section .image-column .experience {
    left: 0;
    bottom: 0;
    -webkit-animation: none;
    animation: none;
    margin-top: 30px;
  }
}
/* line 1211, sass/style.scss */
.about-section .image-column .experience .inner {
  position: relative;
  min-height: 100px;
  padding-right: 100px;
  padding-top: 10px;
  padding-left: 30px;
  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;
}
/* line 1228, sass/style.scss */
.about-section .image-column .experience .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 70px;
  width: 70px;
  background-color: #2E2E3C;
  font-size: 42px;
  color: #fff;
  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;
  border-radius: 5px;
}
/* line 1248, sass/style.scss */
.about-section .image-column .experience .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
/* line 1254, sass/style.scss */
.about-section .image-column .experience strong {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  color: #d70006;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
/* line 1265, sass/style.scss */
.about-section .image-1 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
}
/* line 1271, sass/style.scss */
.about-section .image-2 {
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 45px;
}
/* line 1275, sass/style.scss */
.about-section .image-2::before {
  background-color: #febe42;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 100%;
}

/* About Block */
/* line 1287, sass/style.scss */
.about-block {
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  /* line 1287, sass/style.scss */
  .about-block {
    margin-bottom: 20px;
  }
}
/* line 1293, sass/style.scss */
.about-block .inner {
  position: relative;
}
/* line 1296, sass/style.scss */
.about-block .icon {
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 64px;
  color: #ff494a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1em;
}
/* line 1307, sass/style.scss */
.about-block:hover .icon {
  color: #d70006;
  -webkit-transform: rotateY(-190deg);
  transform: rotateY(-190deg);
}
/* line 1313, sass/style.scss */
.about-block .title {
  position: relative;
  margin-bottom: 0;
}

/* line 1318, sass/style.scss */
.trusted-box {
  border-top: 4px solid #2E2E3C;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  max-width: 180px;
  padding: 30px 25px 15px;
  position: relative;
  text-align: center;
}
/* line 1326, sass/style.scss */
.trusted-box .title {
  color: #2E2E3C;
}
/* line 1329, sass/style.scss */
.trusted-box .icon {
  color: #d70006;
  display: inline-block;
  font-size: 62px;
  line-height: 1em;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1338, sass/style.scss */
.trusted-box::before {
  background-color: #ecf0f4;
  border-radius: 50%;
  content: "";
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 80px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1351, sass/style.scss */
.trusted-box:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*** 

====================================================================
Section Title
====================================================================

***/
/* line 1364, sass/style.scss */
.sec-title {
  position: relative;
  margin-bottom: 60px;
}
/* line 1367, sass/style.scss */
.sec-title .sub-title {
  position: relative;
  font-size: 14px;
  color: #6a6f78;
  line-height: 20px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.1em;
  top: -5px;
  display: block;
  text-transform: uppercase;
}
/* line 1379, sass/style.scss */
.sec-title h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: #2E2E3C;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}
/* line 1387, sass/style.scss */
.sec-title h2 {
  position: relative;
  font-size: 46px;
  color: #2E2E3C;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  padding-bottom: 12px;
}
/* line 1396, sass/style.scss */
.sec-title h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#febe42), to(transparent));
  background: linear-gradient(to right, #febe42, rgba(0, 0, 0, 0));
  content: "";
}
@media screen and (max-width: 1023px) {
  /* line 1387, sass/style.scss */
  .sec-title h2 {
    font-size: 38px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 599px) {
  /* line 1387, sass/style.scss */
  .sec-title h2 {
    font-size: 34px;
    line-height: 1.2em;
  }
}
/* line 1414, sass/style.scss */
.sec-title h2 br {
  display: none;
}
/* line 1418, sass/style.scss */
.sec-title h3 {
  font-size: 40px;
}
/* line 1421, sass/style.scss */
.sec-title .text {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1199.98px) {
  /* line 1421, sass/style.scss */
  .sec-title .text {
    margin-top: 15px;
  }
}
/* line 1430, sass/style.scss */
.sec-title.light h3,
.sec-title.light h2,
.sec-title.light .text,
.sec-title.light h1 {
  color: #fff;
}
/* line 1436, sass/style.scss */
.sec-title.light .sub-title {
  color: #e6f3ff;
}
/* line 1442, sass/style.scss */
.sec-title.text-center h2::before {
  left: 50%;
  margin-left: -30px;
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
/* line 1456, sass/style.scss */
.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
/* line 1465, sass/style.scss */
.anim-icons.full-width {
  max-width: 100%;
}
/* line 1468, sass/style.scss */
.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 1475, sass/style.scss */
.icon-plane {
  height: 119px;
  width: 219px;
  background-image: url(./images/icons/icon-plane.png);
}

/* line 1481, sass/style.scss */
.icon-dots {
  height: 385px;
  width: 103px;
  background-image: url(./images/icons/icon-dots.png);
}

/* line 1487, sass/style.scss */
.icon-dots-one {
  width: 141px;
  height: 145px;
  background-image: url(./images/icons/icon-dots.png);
}

/* line 1493, sass/style.scss */
.icon-arrow-up {
  width: 48px;
  height: 123px;
  background-image: url(./images/icons/arrow-up.png);
}

/* line 1499, sass/style.scss */
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

/* line 1504, sass/style.scss */
.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}

/* line 1509, sass/style.scss */
.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
  animation: zoom-one 10s infinite linear;
}

/* line 1514, sass/style.scss */
.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
  animation: zoom-two 5s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 1660, sass/style.scss */
.overlay-anim {
  position: relative;
}
/* line 1662, sass/style.scss */
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
/* line 1675, sass/style.scss */
.overlay-anim:hover::after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*** 
====================================================================
    Training Section 
====================================================================

***/
/* line 1689, sass/style.scss */
.training-section {
  position: relative;
  padding: 120px 0;
}
/* line 1692, sass/style.scss */
.training-section .sec-title {
  padding-left: 300px;
  padding-right: 200px;
}
/* line 1695, sass/style.scss */
.training-section .sec-title .theme-btn {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 45px;
}
@media screen and (max-width: 767px) {
  /* line 1695, sass/style.scss */
  .training-section .sec-title .theme-btn {
    margin-top: 30px;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 1692, sass/style.scss */
  .training-section .sec-title {
    font-size: 60px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  /* line 1692, sass/style.scss */
  .training-section .sec-title {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 1716, sass/style.scss */
.training-section .bg-image {
  max-width: 31.4%;
  top: 120px;
  bottom: 0;
  height: auto;
}
@media screen and (max-width: 1700px) {
  /* line 1716, sass/style.scss */
  .training-section .bg-image {
    width: 28%;
  }
}
@media screen and (max-width: 1439px) {
  /* line 1716, sass/style.scss */
  .training-section .bg-image {
    width: 25%;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 1716, sass/style.scss */
  .training-section .bg-image {
    display: none;
  }
}

/* line 1732, sass/style.scss */
.home1-service-block {
  position: relative;
}
/* line 1734, sass/style.scss */
.home1-service-block .inner-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
/* line 1739, sass/style.scss */
.home1-service-block .inner-box:hover .overlay {
  opacity: 1;
  visibility: visible;
  left: 0;
  width: 100%;
}
/* line 1744, sass/style.scss */
.home1-service-block .inner-box:hover .overlay .read-more {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  top: 0;
}
/* line 1753, sass/style.scss */
.home1-service-block .inner-box:hover .lower-content .read-more {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  right: 0px;
}
/* line 1762, sass/style.scss */
.home1-service-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
/* line 1769, sass/style.scss */
.home1-service-block .image-box {
  overflow: hidden;
  position: relative;
}
/* line 1772, sass/style.scss */
.home1-service-block .image-box .image {
  border-bottom: 4px solid #d70006;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
/* line 1777, sass/style.scss */
.home1-service-block .image-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1782, sass/style.scss */
.home1-service-block .image-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  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;
  left: 50%;
  width: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1801, sass/style.scss */
.home1-service-block .image-box .overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #d70006;
  content: "";
  opacity: 0.9;
}
/* line 1811, sass/style.scss */
.home1-service-block .image-box .overlay .read-more {
  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;
  background-color: #fff;
  border-radius: 50%;
  color: #d70006;
  height: 52px;
  overflow: hidden;
  position: relative;
  top: 20px;
  width: 52px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1836, sass/style.scss */
.home1-service-block .lower-content {
  position: relative;
  padding: 25px 40px 30px;
}
/* line 1839, sass/style.scss */
.home1-service-block .lower-content .read-more {
  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;
  background-color: #d70006;
  border-radius: 50%;
  color: #ffffff;
  height: 52px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: -28px;
  width: 52px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1861, sass/style.scss */
.home1-service-block .lower-content .title {
  letter-spacing: -0.04em;
  margin-bottom: 15px;
}
/* line 1865, sass/style.scss */
.home1-service-block .lower-content .title a:hover {
  color: #2E2E3C;
}
@media screen and (max-width: 1023px) {
  /* line 1732, sass/style.scss */
  .home1-service-block {
    margin-bottom: 30px;
  }
}

/*** 

====================================================================
    Banner Section
====================================================================

***/
/* Animate 1 */
/* line 1884, sass/style.scss */
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 1896, sass/style.scss */
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 1904, sass/style.scss */
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 1915, sass/style.scss */
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
/* line 1919, sass/style.scss */
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
/* line 1923, sass/style.scss */
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
/* line 1927, sass/style.scss */
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
/* line 1931, sass/style.scss */
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
/* line 1935, sass/style.scss */
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

/* line 1942, sass/style.scss */
.banner-carousel .owl-nav,
.home2-service-slider .owl-nav,
.home1-service-slider .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  /* line 1968, sass/style.scss */
  .banner-carousel .owl-nav,
  .home2-service-slider .owl-nav,
  .home1-service-slider .owl-nav {
    display: none;
  }
}
/* line 1975, sass/style.scss */
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev,
.home2-service-slider .owl-nav .owl-next,
.home2-service-slider .owl-nav .owl-prev,
.home1-service-slider .owl-nav .owl-next,
.home1-service-slider .owl-nav .owl-prev {
  display: block;
  margin: 5px 0;
  height: 50px;
  width: 50px;
  color: #d70006;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  pointer-events: all;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0.7;
}

/* line 1997, sass/style.scss */
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover,
.home2-service-slider .owl-nav .owl-next:hover,
.home2-service-slider .owl-nav .owl-prev:hover,
.home1-service-slider .owl-nav .owl-next:hover,
.home1-service-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}

/* line 2005, sass/style.scss */
.home1-service-slider .owl-nav,
.home2-service-slider .owl-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: auto;
  max-width: 160px;
  opacity: 1;
  right: 0;
  top: -100px;
}

@media screen and (max-width: 991.98px) {
  /* line 2027, sass/style.scss */
  .home1-service-slider .owl-nav,
  .home2-service-slider .owl-nav {
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  /* line 2033, sass/style.scss */
  .home1-service-slider .owl-nav,
  .home2-service-slider .owl-nav {
    position: relative;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* line 2041, sass/style.scss */
.home1-service-slider .owl-nav .owl-prev,
.home1-service-slider .owl-nav .owl-next,
.home2-service-slider .owl-nav .owl-prev,
.home2-service-slider .owl-nav .owl-next {
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

/* line 2053, sass/style.scss */
.home1-service-slider .owl-nav .owl-prev:hover,
.home1-service-slider .owl-nav .owl-next:hover,
.home2-service-slider .owl-nav .owl-prev:hover,
.home2-service-slider .owl-nav .owl-next:hover {
  background-color: #d70006;
  color: #ffffff;
}

/*** 

====================================================================
		FAQ's Sectiom
====================================================================

***/
/* line 2067, sass/style.scss */
.faqs-section {
  position: relative;
  padding: 120px 0 70px;
}
/* line 2070, sass/style.scss */
.faqs-section.pull-up {
  margin-top: -70px;
  padding-top: 190px;
}
/* line 2074, sass/style.scss */
.faqs-section .image-column {
  position: relative;
}
@media screen and (max-width: 1023px) {
  /* line 2074, sass/style.scss */
  .faqs-section .image-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
/* line 2081, sass/style.scss */
.faqs-section .image-column .image-box {
  position: relative;
  padding-bottom: 35px;
}
/* line 2084, sass/style.scss */
.faqs-section .image-column .image-box .sub-title {
  position: absolute;
  left: 100px;
  top: -50px;
  background-image: url(./images/main-slider/shape-2.png);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 93px;
  width: 235px;
  padding: 20px 30px 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 1199.98px) {
  /* line 2084, sass/style.scss */
  .faqs-section .image-column .image-box .sub-title {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 2084, sass/style.scss */
  .faqs-section .image-column .image-box .sub-title {
    left: 20px;
  }
}
/* line 2106, sass/style.scss */
.faqs-section .image-column .image-box .sub-title .txt {
  display: block;
  position: relative;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-transform: left center;
  transform: left center;
}
/* line 2115, sass/style.scss */
.faqs-section .image-column .image-box .image-1 {
  position: relative;
  margin-left: -160px;
  margin-bottom: -110px;
}
@media screen and (max-width: 1199.98px) {
  /* line 2115, sass/style.scss */
  .faqs-section .image-column .image-box .image-1 {
    margin-left: 0;
  }
}
/* line 2123, sass/style.scss */
.faqs-section .image-column .image-box .image-2 {
  position: absolute;
  right: -60px;
  bottom: 85px;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  z-index: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  /* line 2123, sass/style.scss */
  .faqs-section .image-column .image-box .image-2 {
    display: none;
  }
}
/* line 2135, sass/style.scss */
.faqs-section .image-column .image-box .image-2 img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
/* line 2140, sass/style.scss */
.faqs-section .image-column .image-box .image-2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  width: 64px;
  background-color: #febe42;
  border-radius: 50%;
  content: "";
}
/* line 2151, sass/style.scss */
.faqs-section .image-column .image-box .plane-icon {
  position: absolute;
  left: -65px;
  bottom: -120px;
}
@media screen and (max-width: 1199.98px) {
  /* line 2151, sass/style.scss */
  .faqs-section .image-column .image-box .plane-icon {
    display: none;
  }
}
/* line 2161, sass/style.scss */
.faqs-section .faq-column {
  margin-bottom: 50px;
}
/* line 2163, sass/style.scss */
.faqs-section .faq-column .sec-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199.98px) {
  /* line 2168, sass/style.scss */
  .faqs-section .faq-column .sec-title br {
    display: none;
  }
}

/* line 2175, sass/style.scss */
.accordion-box {
  position: relative;
}
/* line 2177, sass/style.scss */
.accordion-box .block {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 10px;
}
/* line 2181, sass/style.scss */
.accordion-box .block.active-block {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
/* line 2185, sass/style.scss */
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #2E2E3C;
  font-weight: 700;
  cursor: pointer;
  padding: 15px 30px;
  padding-right: 50px;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 2197, sass/style.scss */
.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  color: #2E2E3C;
  font-weight: 900;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 2211, sass/style.scss */
.accordion-box .block .acc-btn.active {
  color: #d70006;
}
/* line 2213, sass/style.scss */
.accordion-box .block .acc-btn.active .icon {
  color: #d70006;
}
/* line 2215, sass/style.scss */
.accordion-box .block .acc-btn.active .icon::before {
  content: "\f107";
}
/* line 2221, sass/style.scss */
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
/* line 2224, sass/style.scss */
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 0px 30px 35px;
}
/* line 2227, sass/style.scss */
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
/* line 2234, sass/style.scss */
.accordion-box .block .acc-content.current {
  display: block;
}

/*** 

====================================================================
	Testimonial Section 
====================================================================

***/
/* line 2247, sass/style.scss */
.testimonial-section {
  position: relative;
  padding: 120px 0 160px;
}
/* line 2250, sass/style.scss */
.testimonial-section .dotted-map {
  position: absolute;
  left: 0;
  top: 0;
  top: 60px;
  height: 100%;
  width: 100%;
  background-image: url(./images/icons/dotted-map-2.png);
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
}
/* line 2262, sass/style.scss */
.testimonial-section.pull-down {
  padding: 120px 0 150px;
}
/* line 2265, sass/style.scss */
.testimonial-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 2271, sass/style.scss */
.testimonial-section .bg-image::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #d70006;
  opacity: 0.9;
  content: "";
}
/* line 2282, sass/style.scss */
.testimonial-section .owl-dots {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 50%;
  margin-top: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 2291, sass/style.scss */
.testimonial-section .owl-dots::before {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 3px;
  left: -110px;
  right: -110px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#2E2E3C), to(transparent));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #2e2e3c, rgba(0, 0, 0, 0));
  content: "";
}
@media screen and (max-width: 767px) {
  /* line 2291, sass/style.scss */
  .testimonial-section .owl-dots::before {
    left: -30px;
    right: -30px;
    height: 2px;
    margin-top: -1px;
  }
}
/* line 2315, sass/style.scss */
.testimonial-section .owl-dots .owl-dot {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #000000;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 767px) {
  /* line 2315, sass/style.scss */
  .testimonial-section .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
  }
}
/* line 2328, sass/style.scss */
.testimonial-section .owl-dots .owl-dot.active {
  background-color: #febe42;
}

/* line 2334, sass/style.scss */
.testimonial-block {
  position: relative;
  padding: 20px 15px 0;
}
/* line 2337, sass/style.scss */
.testimonial-block .inner-box {
  position: relative;
  text-align: center;
}
/* line 2341, sass/style.scss */
.testimonial-block .inner-box:hover .content-box {
  background-color: #d70006;
}
/* line 2343, sass/style.scss */
.testimonial-block .inner-box:hover .content-box::before {
  border-top: 20px solid #d70006;
}
/* line 2346, sass/style.scss */
.testimonial-block .inner-box:hover .content-box .text {
  color: #ffffff;
}
/* line 2351, sass/style.scss */
.testimonial-block .inner-box:hover .thumb img {
  border: 2px solid #d70006;
}
/* line 2357, sass/style.scss */
.testimonial-block .content-box {
  background-color: #ffffff;
  position: relative;
  padding: 0px 40px 40px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 1199.98px) {
  /* line 2357, sass/style.scss */
  .testimonial-block .content-box {
    padding: 0px 30px 40px;
  }
}
/* line 2370, sass/style.scss */
.testimonial-block .content-box::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 40px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  content: "";
}
/* line 2386, sass/style.scss */
.testimonial-block .content-box .rating {
  background-color: #febe42;
  border-radius: 5px;
  color: #2E2E3C;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 10px 30px;
  position: relative;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 220px;
}
/* line 2403, sass/style.scss */
.testimonial-block .content-box .text {
  position: relative;
  color: #767676;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 2410, sass/style.scss */
.testimonial-block .thumb {
  display: block;
  height: 75px;
  width: 75px;
  margin: 0 auto 10px;
  border-radius: 50%;
}
/* line 2416, sass/style.scss */
.testimonial-block .thumb img {
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 2423, sass/style.scss */
.testimonial-block .designation {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 2432, sass/style.scss */
.testimonial-block .name {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
/* line 2441, sass/style.scss */
.testimonial-block:hover .content-box .rating {
  background-color: #ffffff;
  color: #2E2E3C;
}

/***

====================================================================
    Contact Section
====================================================================

***/
/* line 2456, sass/style.scss */
.contact-section {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199.98px) {
  /* line 2456, sass/style.scss */
  .contact-section {
    padding-bottom: 0;
  }
}
/* line 2462, sass/style.scss */
.contact-section .outer-box {
  background-color: #ffffff;
  margin: -60px auto 0;
  max-width: 1370px;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  /* line 2462, sass/style.scss */
  .contact-section .outer-box {
    margin-top: 0;
  }
}
/* line 2471, sass/style.scss */
.contact-section .title-column {
  position: relative;
}
/* line 2473, sass/style.scss */
.contact-section .title-column .inner-column {
  position: relative;
  padding: 100px 0 70px;
  padding-right: 180px;
}
@media screen and (max-width: 1199.98px) {
  /* line 2473, sass/style.scss */
  .contact-section .title-column .inner-column {
    padding-right: 0;
  }
}
/* line 2481, sass/style.scss */
.contact-section .title-column .sec-title {
  margin-bottom: 35px;
}
/* line 2485, sass/style.scss */
.contact-section .ceo-info {
  position: absolute;
  right: 20px;
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  /* line 2485, sass/style.scss */
  .contact-section .ceo-info {
    display: none;
  }
}
/* line 2492, sass/style.scss */
.contact-section .ceo-info .thumb {
  height: 90px;
  width: 90px;
  border: 2px solid #2E2E3C;
  border-radius: 50%;
  overflow: hidden;
  padding: 8px;
  background-color: #ebeef5;
  margin-bottom: 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 2503, sass/style.scss */
.contact-section .ceo-info .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
/* line 2511, sass/style.scss */
.contact-section .ceo-info .name {
  margin-bottom: 0;
}
/* line 2514, sass/style.scss */
.contact-section .ceo-info .designation {
  font-size: 13px;
  color: #6a6f78;
}
/* line 2519, sass/style.scss */
.contact-section .ceo-info:hover .thumb {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 2526, sass/style.scss */
.contact-section .form-column .inner-column {
  padding-top: 100px;
  padding-left: 15px;
}
@media screen and (max-width: 1023px) {
  /* line 2526, sass/style.scss */
  .contact-section .form-column .inner-column {
    padding-left: 0;
    padding-top: 0;
  }
}
/* line 2534, sass/style.scss */
.contact-section .form-column .form-outer {
  position: relative;
  margin-bottom: -50px;
}
/* line 2537, sass/style.scss */
.contact-section .form-column .form-outer::before {
  position: absolute;
  left: 30px;
  right: -20px;
  top: -20px;
  height: 395px;
  background-image: url(./images/icons/lines.png);
  content: "";
}

/* line 2549, sass/style.scss */
.contact-form {
  background-color: #2E2E3C;
  padding: 50px 50px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 2549, sass/style.scss */
  .contact-form {
    padding: 30px 30px;
  }
}
/* line 2556, sass/style.scss */
.contact-form::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./images/icons/shape-8.png);
  content: "";
}
/* line 2568, sass/style.scss */
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
/* line 2571, sass/style.scss */
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
/* line 2574, sass/style.scss */
.contact-form .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
/* line 2582, sass/style.scss */
.contact-form .form-group label.error {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 0;
}
/* line 2592, sass/style.scss */
.contact-form .form-group::-webkit-input-placeholder {
  color: #6a6f78;
}
/* line 2595, sass/style.scss */
.contact-form .form-group textarea {
  height: 120px;
  resize: none;
}
/* line 2600, sass/style.scss */
.contact-form .sub-title {
  color: rgba(255, 255, 255, 0.8);
}

/* line 2604, sass/style.scss */
.contact-form .form-group .select2-container--default .select2-selection--single,
.contact-form .form-group input:not([type="submit"]),
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  line-height: 30px;
  font-size: 13px;
  color: #6a6f78;
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 2624, sass/style.scss */
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #2E2E3C;
}

@media only screen and (max-width: 767px) {
  /* line 2631, sass/style.scss */
  .contact-form .form-group input[type="submit"],
  .contact-form .form-group button {
    width: 100%;
  }
}
/*** 

====================================================================
    News Section
====================================================================

***/
/* line 2644, sass/style.scss */
.news-section {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}

/* line 2649, sass/style.scss */
.news-block {
  position: relative;
  margin-bottom: 50px;
}
/* line 2652, sass/style.scss */
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 2657, sass/style.scss */
.news-block .inner-box:hover .read-more {
  background-color: #d70006;
  color: #ffffff;
}
/* line 2662, sass/style.scss */
.news-block .inner-box:hover .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
/* line 2667, sass/style.scss */
.news-block .inner-box:hover .image-box .image a::after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
/* line 2675, sass/style.scss */
.news-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 2683, sass/style.scss */
.news-block .image-box {
  position: relative;
}
/* line 2685, sass/style.scss */
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
/* line 2689, sass/style.scss */
.news-block .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
/* line 2696, sass/style.scss */
.news-block .image-box .image a::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
/* line 2711, sass/style.scss */
.news-block .image-box .date {
  position: absolute;
  right: 35px;
  bottom: 55px;
  color: #ffffff;
  z-index: 1;
  height: 76px;
  width: 70px;
  text-align: center;
  background: #d70006;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 800;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  padding: 10px 10px;
  z-index: 9;
}
/* line 2728, sass/style.scss */
.news-block .image-box .date .month {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #febe42;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
}
/* line 2740, sass/style.scss */
.news-block .lower-content {
  position: relative;
  margin-top: -85px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 25px 30px 20px;
  padding-right: 35px;
  z-index: 2;
  border-radius: 7px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 424px) {
  /* line 2740, sass/style.scss */
  .news-block .lower-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
/* line 2758, sass/style.scss */
.news-block .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 2763, sass/style.scss */
.news-block .post-info li {
  position: relative;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  margin-right: 10px;
}
/* line 2770, sass/style.scss */
.news-block .post-info li i {
  margin-right: 3px;
  color: #2E2E3C;
  font-size: 12px;
}
/* line 2777, sass/style.scss */
.news-block .title {
  line-height: 1.2em;
  font-weight: 800;
  padding-bottom: 17px;
  margin-bottom: 10px;
}
/* line 2782, sass/style.scss */
.news-block .title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#febe42), to(transparent));
  background: linear-gradient(to right, #febe42, rgba(0, 0, 0, 0));
  content: "";
}
/* line 2792, sass/style.scss */
.news-block .title:hover {
  color: #d70006;
}

@media only screen and (max-width: 767px) {
  /* line 2798, sass/style.scss */
  .contact-form .form-group input[type="submit"],
  .contact-form .form-group button {
    width: 100%;
  }
}
/***

==================================================================
    Main Footer
==================================================================

***/
/* line 2810, sass/style.scss */
.main-footer {
  position: relative;
  background-color: #2E2E3C;
  overflow: hidden;
}
/* line 2814, sass/style.scss */
.main-footer .footer-upper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d70006;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  /* line 2814, sass/style.scss */
  .main-footer .footer-upper {
    -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;
    text-align: center;
    padding: 0 70px 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2814, sass/style.scss */
  .main-footer .footer-upper {
    padding: 0 30px 30px;
  }
}
/* line 2841, sass/style.scss */
.main-footer .footer-upper .logo-box {
  position: relative;
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  /* line 2841, sass/style.scss */
  .main-footer .footer-upper .logo-box {
    margin: 30px 0;
    width: auto;
  }
}
/* line 2850, sass/style.scss */
.main-footer .footer-upper .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 75%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (max-width: 1023px) {
  /* line 2850, sass/style.scss */
  .main-footer .footer-upper .contact-info {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2850, sass/style.scss */
  .main-footer .footer-upper .contact-info {
    display: block;
  }
}
@media only screen and (max-width: 424px) {
  /* line 2850, sass/style.scss */
  .main-footer .footer-upper .contact-info {
    width: 100%;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 2870, sass/style.scss */
.main-footer .footer-upper .contact-info li {
  padding-left: 45px;
  position: relative;
}
/* line 2873, sass/style.scss */
.main-footer .footer-upper .contact-info li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 2870, sass/style.scss */
  .main-footer .footer-upper .contact-info li {
    padding: 0 15px;
    border: 0;
    margin: 0 0 30px !important;
    min-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2870, sass/style.scss */
  .main-footer .footer-upper .contact-info li {
    padding: 0;
    width: 100%;
  }
}
/* line 2888, sass/style.scss */
.main-footer .footer-upper .contact-info li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 30px;
  line-height: 20px;
  margin-top: -10px;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  /* line 2888, sass/style.scss */
  .main-footer .footer-upper .contact-info li .icon {
    position: relative;
    top: 0;
  }
}
/* line 2901, sass/style.scss */
.main-footer .footer-upper .contact-info li .title {
  font-size: 14px;
  line-height: 26px;
  color: #e6f3ff;
  display: block;
  margin-bottom: 0;
}
/* line 2908, sass/style.scss */
.main-footer .footer-upper .contact-info li .text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}
/* line 2914, sass/style.scss */
.main-footer .footer-upper .contact-info li .text a {
  color: #ffffff;
}
/* line 2920, sass/style.scss */
.main-footer .footer-upper .btn-box {
  margin-left: auto;
}
/* line 2923, sass/style.scss */
.main-footer .footer-upper .btn-box .theme-btn::before {
  background-color: #2E2E3C;
}
@media only screen and (max-width: 1023px) {
  /* line 2920, sass/style.scss */
  .main-footer .footer-upper .btn-box {
    margin: 0 auto;
  }
}
/* line 2932, sass/style.scss */
.main-footer .widgets-section {
  position: relative;
  padding: 75px 0 40px;
}
/* line 2936, sass/style.scss */
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
/* line 2940, sass/style.scss */
.main-footer .footer-widget {
  position: relative;
}
/* line 2943, sass/style.scss */
.main-footer .widget-title {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 30px;
}
/* line 2951, sass/style.scss */
.main-footer .text {
  font-size: 15px;
  color: #7b87a1;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

/*=== User LInks ===*/
/* line 2960, sass/style.scss */
.user-links {
  position: relative;
  margin-bottom: 50px;
}
/* line 2963, sass/style.scss */
.user-links li {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #939fb9;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 2970, sass/style.scss */
.user-links li:last-child {
  margin-bottom: 0;
}
/* line 2973, sass/style.scss */
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 2979, sass/style.scss */
.user-links li a:hover {
  color: #ffffff;
}
/* line 2981, sass/style.scss */
.user-links li a:hover::before {
  width: 100%;
}
/* line 2985, sass/style.scss */
.user-links li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #febe42;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* Gallery Widget */
/* line 3000, sass/style.scss */
.gallery-widget {
  position: relative;
}
/* line 3002, sass/style.scss */
.gallery-widget .widget-content {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 3002, sass/style.scss */
  .gallery-widget .widget-content {
    padding-right: 0;
  }
}
/* line 3008, sass/style.scss */
.gallery-widget .outer {
  position: relative;
  padding-top: 5px;
  margin: 0px -5px 0;
}
/* line 3012, sass/style.scss */
.gallery-widget .outer .image {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0px 5px;
  margin-bottom: 10px;
}
/* line 3021, sass/style.scss */
.gallery-widget .image {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0px 5px;
  margin-bottom: 10px;
}
/* line 3027, sass/style.scss */
.gallery-widget .image img {
  display: block;
  width: 100%;
}
/* line 3031, sass/style.scss */
.gallery-widget .image a {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 3035, sass/style.scss */
.gallery-widget .image a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #d70006 padding-box content-box;
  opacity: 0.8;
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 3050, sass/style.scss */
.gallery-widget .image a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 3054, sass/style.scss */
.gallery-widget .image a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 3059, sass/style.scss */
.gallery-widget .image a::after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f0c1";
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* Subscribe Form */
/* line 3083, sass/style.scss */
.subscribe-form {
  position: relative;
  margin-bottom: 30px;
}
/* line 3086, sass/style.scss */
.subscribe-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}

/* line 3098, sass/style.scss */
.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"] {
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 0px;
  padding-right: 60px;
  background: transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 3114, sass/style.scss */
.subscribe-form .form-group input[type="text"]::-webkit-input-placeholder,
.subscribe-form .form-group input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 3118, sass/style.scss */
.subscribe-form .form-group input[type="text"]::-moz-placeholder,
.subscribe-form .form-group input[type="email"]::-moz-placeholder {
  color: #ffffff;
}

/* line 3122, sass/style.scss */
.subscribe-form .form-group input[type="text"]:-ms-input-placeholder,
.subscribe-form .form-group input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}

/* line 3126, sass/style.scss */
.subscribe-form .form-group input[type="text"]::-ms-input-placeholder,
.subscribe-form .form-group input[type="email"]::-ms-input-placeholder {
  color: #ffffff;
}

/* line 3130, sass/style.scss */
.subscribe-form .form-group input[type="text"]::placeholder,
.subscribe-form .form-group input[type="email"]::placeholder {
  color: #ffffff;
}

/* line 3136, sass/style.scss */
.subscribe-form .form-group .theme-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  display: block;
  background: none;
  font-size: 18px;
  color: #febe42;
}
/* line 3146, sass/style.scss */
.subscribe-form .form-group .theme-btn:hover {
  color: #ffffff;
}

/*=== Footer Bottom ===*/
/* line 3153, sass/style.scss */
.footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 3156, sass/style.scss */
.footer-bottom .inner-container {
  position: relative;
  padding: 30px 15px;
  text-align: center;
}
/* line 3161, sass/style.scss */
.footer-bottom .copyright-text {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #7b87a1;
}
/* line 3166, sass/style.scss */
.footer-bottom .copyright-text a {
  color: inherit;
}
/* line 3168, sass/style.scss */
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}

/*Social Icon Two*/
/* line 3175, sass/style.scss */
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 3180, sass/style.scss */
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
/* line 3186, sass/style.scss */
.social-icon-two li:first-child {
  margin-left: 0;
}
/* line 3189, sass/style.scss */
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #081125;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 3203, sass/style.scss */
.social-icon-two li a:hover {
  color: #ffffff;
  background-color: #febe42;
}
