/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");
/* line 5, C:/Ruby27-x64/lib/ruby/gems/2.7.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, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby27-x64/lib/ruby/gems/2.7.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, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby27-x64/lib/ruby/gems/2.7.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, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby27-x64/lib/ruby/gems/2.7.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;
}

/* line 1, ../sass/_common.scss */
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

/* line 7, ../sass/_common.scss */
body {
  width: 100%;
  height: auto;
  float: left;
  color: #7d7d7d;
  line-height: 110%;
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  font-family: "Albert Sans", sans-serif;
  background: #ffffff;
}
/* line 18, ../sass/_common.scss */
body::-webkit-scrollbar {
  width: 6px;
}
/* line 19, ../sass/_common.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 22, ../sass/_common.scss */
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* ----- Headings and P Styling ------ */
/* line 30, ../sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Albert Sans", sans-serif;
}

/* line 34, ../sass/_common.scss */
b, strong {
  font-weight: 500;
}

/* line 35, ../sass/_common.scss */
p {
  margin: 5px 0px;
  padding: 0 0 0 0;
  text-align: justify;
  color: #7d7d7d;
  line-height: 1.3;
  font-size: .98rem;
  font-weight: 400;
}

/* line 36, ../sass/_common.scss */
p::selection, span::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {
  background: #000;
  color: #fff;
}

/* line 37, ../sass/_common.scss */
p::-moz-selection, span::-moz-selection h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection {
  background: #4C5673;
  color: #fff;
}

/* line 38, ../sass/_common.scss */
a {
  outline: none;
  text-decoration: none !important;
}

/* line 39, ../sass/_common.scss */
img {
  width: 100%;
}

/* line 40, ../sass/_common.scss */
ul, ol, li {
  color: #7d7d7d;
  line-height: 1.2;
  font-size: .85rem;
  font-weight: 400;
}

/* ==================================================== */
/*  Common Styles                         */
/* ==================================================== */
/* line 46, ../sass/_common.scss */
.mainWrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  position: relative;
}

/* line 47, ../sass/_common.scss */
.rowSection {
  width: 100%;
  height: auto;
  display: inline-block;
}

/* line 48, ../sass/_common.scss */
.commonPadding {
  padding: 6rem 0;
}

/* line 49, ../sass/_common.scss */
.nicescroll-cursors {
  margin-right: -15px !important;
}

/* line 50, ../sass/_common.scss */
.zeroMarginPadding {
  padding: 0;
  margin: 0;
}

/* line 51, ../sass/_common.scss */
.showMobile, .showTab {
  display: none;
}

/* line 52, ../sass/_common.scss */
.hideMobile, .hideTab {
  display: block;
}

/* line 53, ../sass/_common.scss */
.text-center {
  text-align: center !important;
}

/* line 54, ../sass/_common.scss */
.text-left {
  text-align: left !important;
}

/* line 55, ../sass/_common.scss */
.row-fluid {
  width: 100%;
  display: inline-block;
}

/* line 56, ../sass/_common.scss */
.container-full {
  width: 90%;
  position: relative;
  display: block;
  margin: 0 auto;
}

/* line 57, ../sass/_common.scss */
.showInResponsive {
  display: none;
}

/* line 58, ../sass/_common.scss */
.mobileSearchContactArea {
  display: none;
}

/* Prelaoder============================== */
/* line 62, ../sass/_common.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 69, ../sass/_common.scss */
.pace .pace-progress {
  background: var(--yellow-color);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 78, ../sass/_common.scss */
.pace-inactive {
  display: none;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 100, ../sass/_common.scss */
.scrollup {
  width: 44px;
  height: 34px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  text-indent: -9999px;
  background: url(../images/arrow-up.svg) center no-repeat #ED992A;
  background-size: 60%;
  z-index: 9999999999999;
  outline: none;
  border: none;
  color: #ffffff;
}
/* line 115, ../sass/_common.scss */
.scrollup::before {
  content: '';
  width: 100%;
  position: absolute;
  top: -8px;
  display: block;
  background: #ED992A;
  height: 14px;
  border-radius: 100% 100% 0 0;
}
/* line 127, ../sass/_common.scss */
.scrollup:hover {
  background: url(../images/arrow-up.svg) center no-repeat #F0C883;
  background-size: 60%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
/* line 130, ../sass/_common.scss */
.scrollup:hover::before {
  background: #F0C883;
}

/* line 154, ../sass/_common.scss */
.common-sec-intro {
  margin-bottom: 50px;
}
/* line 157, ../sass/_common.scss */
.common-sec-intro .title {
  font-size: 3rem;
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 1rem auto;
  text-transform: capitalize;
  letter-spacing: 1px;
}
/* line 161, ../sass/_common.scss */
.common-sec-intro .sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  margin: 20px auto;
}
/* line 171, ../sass/_common.scss */
.common-sec-intro .sub-para {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  position: relative;
  margin: auto;
  color: #605D64;
}
/* line 180, ../sass/_common.scss */
.common-sec-intro .description {
  font-size: .95rem;
  font-weight: 400;
  width: 100%;
  max-width: 950px;
  display: block;
  position: relative;
  margin: auto;
  color: #605D64;
}
/* line 193, ../sass/_common.scss */
.common-sec-intro .overline {
  text-align: left;
  color: #ED992A;
  position: relative;
  width: fit-content;
  padding: 0;
  margin: auto;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
}
/* line 203, ../sass/_common.scss */
.common-sec-intro .overline.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 204, ../sass/_common.scss */
.common-sec-intro .overline.center {
  text-align: center !important;
}
/* line 207, ../sass/_common.scss */
.common-sec-intro.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 208, ../sass/_common.scss */
.common-sec-intro.center {
  text-align: center !important;
}
/* line 209, ../sass/_common.scss */
.common-sec-intro.white {
  color: #ffffff;
}
/* line 210, ../sass/_common.scss */
.common-sec-intro.black {
  color: #000;
}
/* line 211, ../sass/_common.scss */
.common-sec-intro.dark {
  color: #263A56;
}

/* line 214, ../sass/_common.scss */
.no-margin {
  margin: 0 !important;
}

/* line 215, ../sass/_common.scss */
.hideIn768 {
  display: inline-block;
}

/* line 216, ../sass/_common.scss */
.showIn768 {
  display: none;
}

/* line 218, ../sass/_common.scss */
.hideInMobile {
  display: inline-block;
}

/* line 219, ../sass/_common.scss */
.showInMobile {
  display: none;
}

/* line 221, ../sass/_common.scss */
.theme-btn, a.theme-btn {
  display: inline-block;
  position: relative;
  color: #244557;
  background: #F0C883;
  padding: .5rem 1.1rem;
  font-size: .95rem;
  font-weight: 300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "Albert Sans", sans-serif;
  border: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 234, ../sass/_common.scss */
.theme-btn:hover, a.theme-btn:hover {
  color: #F0C883;
  background: #244557;
}

/* line 240, ../sass/_common.scss */
.knowmore {
  display: inline-block;
  position: relative;
  color: #244557;
  background: transparent;
  padding: .7rem 0;
  font-size: .95rem;
  font-weight: 300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "Albert Sans", sans-serif;
  border: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 253, ../sass/_common.scss */
.knowmore:hover {
  font-weight: 500;
}
/* line 255, ../sass/_common.scss */
.knowmore:hover::after {
  right: -45px;
}
/* line 260, ../sass/_common.scss */
.knowmore::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: -40px;
  border-radius: 100%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

/* line 272, ../sass/_common.scss */
.icon-arrow {
  font-size: 14px;
  font-weight: 300;
  background: url("../images/arrow-square-left.svg") right center no-repeat;
  float: left;
  padding-right: 30px;
  background-size: contain;
}
/* line 280, ../sass/_common.scss */
.icon-arrow.active {
  background: url("../images/arrow-square-top.svg") right center no-repeat;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 285, ../sass/_common.scss */
.icon-arrow.white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(317deg) brightness(101%) contrast(104%);
}
/* line 286, ../sass/_common.scss */
.icon-arrow.black {
  filter: invert(70%) sepia(0%) saturate(4500%) hue-rotate(52deg) brightness(101%) contrast(100%);
}

/* line 290, ../sass/_common.scss */
.list-counter {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
/* line 295, ../sass/_common.scss */
.list-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
/* line 301, ../sass/_common.scss */
.list-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  color: #000;
  position: absolute;
  left: 0;
}
/* line 312, ../sass/_common.scss */
.list-counter.colm2 li {
  width: calc(50% - 20px);
}

/* line 316, ../sass/_common.scss */
.list-bullet {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
/* line 321, ../sass/_common.scss */
.list-bullet li {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
/* line 327, ../sass/_common.scss */
.list-bullet li::before {
  content: "";
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background: #7d7d7d;
  position: absolute;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 341, ../sass/_common.scss */
.slide-floting-menu {
  position: fixed;
  bottom: calc(50% - 70px);
  right: 0;
  display: block;
  z-index: 999;
}
/* line 349, ../sass/_common.scss */
.slide-floting-menu ul.menu li {
  background: #ED992A;
  width: 40px;
  height: 44px;
  display: inline-block;
  padding: .6rem .6rem .6rem .3rem;
  position: relative;
  margin-right: 0;
  -webkit-transition: -webkit-transform 500ms, background-color 500ms, color 500ms;
  transition: transform 500ms, background-color 500ms, color 500ms;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
/* line 364, ../sass/_common.scss */
.slide-floting-menu ul.menu li::before {
  content: '';
  width: 22px;
  position: absolute;
  left: -10px;
  display: block;
  background: #ED992A;
  height: 100%;
  border-radius: 100% 0 0 100%;
}
/* line 374, ../sass/_common.scss */
.slide-floting-menu ul.menu li i {
  font-size: 1.5rem;
  margin-right: 10px;
}
/* line 375, ../sass/_common.scss */
.slide-floting-menu ul.menu li img {
  width: 22px;
  height: 100%;
  display: block;
  margin: auto;
  position: relative;
}
/* line 376, ../sass/_common.scss */
.slide-floting-menu ul.menu li a {
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/* line 384, ../sass/_common.scss */
.slide-floting-menu ul.menu li span {
  display: none;
}
/* line 385, ../sass/_common.scss */
.slide-floting-menu ul.menu li fig {
  display: inline-block;
}
/* line 386, ../sass/_common.scss */
.slide-floting-menu ul.menu li:hover {
  background: #244557;
  width: 200px;
  margin-right: -200px;
  border-radius: 0;
  border-top-left-radius: 0.75em;
  border-bottom-left-radius: 0.75em;
  -webkit-transform: translateX(-136px);
  transform: translateX(-136px);
}
/* line 395, ../sass/_common.scss */
.slide-floting-menu ul.menu li:hover span {
  display: inline;
  padding-left: 10px;
}
/* line 396, ../sass/_common.scss */
.slide-floting-menu ul.menu li:hover::before {
  background: #244557;
}
/* line 398, ../sass/_common.scss */
.slide-floting-menu ul.menu li:hover img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(80%) saturate(1809%) hue-rotate(342deg) brightness(98%) contrast(89%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 7, ../sass/_header.scss */
.header {
  height: 100px;
  transition: all 0.5s;
  z-index: 90;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
/* line 17, ../sass/_header.scss */
.header .logoSecWrapper {
  width: 130px;
  background: #244557;
  position: absolute;
  left: 60px;
  top: 0;
  padding: 6px 0 10px 0;
  border-radius: 0 0 20px 20px;
}
/* line 27, ../sass/_header.scss */
.header .logoSecWrapper img {
  width: auto;
  height: 110px;
  padding: 4px;
  transition: all 0.5s;
  margin: auto;
  position: relative;
  display: block;
}
/* line 30, ../sass/_header.scss */
.header .Logo-mobile {
  width: 80px;
  background: #244557;
  position: absolute;
  left: 60px;
  top: 0;
  padding: 6px 0 10px 0;
  border-radius: 0 0 16px 16px;
  display: none;
}
/* line 40, ../sass/_header.scss */
.header .Logo-mobile img {
  width: auto;
  height: 80px;
  padding: 4px;
  transition: all 0.5s;
  margin: auto;
  position: relative;
  display: block;
}
/* line 43, ../sass/_header.scss */
.header .MenuSecWrapper {
  width: calc(100% );
  margin: 0;
  padding: 0 0 0 120px;
}
/* line 45, ../sass/_header.scss */
.header .top-bar {
  margin: 0;
  width: 100%;
  display: inline-block;
  padding: 8px 0 8px 23%;
  transition: all 0.5s;
  background: rgba(36, 69, 87, 0.9);
  height: auto;
}
/* line 47, ../sass/_header.scss */
.header .top-bar .tagline {
  font-size: .6rem;
  color: #000;
  text-transform: uppercase;
  color: #244557;
  font-style: italic;
}
/* line 50, ../sass/_header.scss */
.header .menubar {
  display: flex;
  justify-content: space-between;
}
/* line 52, ../sass/_header.scss */
.header .mobileContactArea {
  display: none;
}
/* line 58, ../sass/_header.scss */
.header .mobileContactArea ul.contact-list li figure img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(54%) saturate(441%) hue-rotate(156deg) brightness(97%) contrast(93%);
}
/* line 61, ../sass/_header.scss */
.header .mobileContactArea ul.contact-list li figcaption p {
  font-size: .76rem;
  color: rgba(36, 69, 87, 0.8);
}
/* line 62, ../sass/_header.scss */
.header .mobileContactArea ul.contact-list li figcaption span {
  font-size: .76rem;
  color: #244557;
}
/* line 70, ../sass/_header.scss */
.header ul.contact-list {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row;
}
/* line 78, ../sass/_header.scss */
.header ul.contact-list li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  float: left;
  margin: auto 0;
}
/* line 88, ../sass/_header.scss */
.header ul.contact-list li figure img {
  width: auto;
  height: 16px;
}
/* line 90, ../sass/_header.scss */
.header ul.contact-list li figcaption {
  padding-left: 5px;
}
/* line 92, ../sass/_header.scss */
.header ul.contact-list li figcaption p {
  font-size: .76rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1;
  font-weight: 100;
  display: inline-block;
  font-weight: 300;
}
/* line 93, ../sass/_header.scss */
.header ul.contact-list li figcaption span {
  font-size: .76rem;
  color: white;
  margin: 0;
  font-weight: 100;
  display: inline-block;
  font-weight: 400;
}
/* line 102, ../sass/_header.scss */
.header .bottom-bar {
  margin: 0;
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  transition: all 0.5s;
  background: rgba(36, 69, 87, 0.8);
}
/* line 107, ../sass/_header.scss */
.header .searchTopWrapper .form-control {
  border: none;
  background: transparent;
}
/* line 108, ../sass/_header.scss */
.header .searchTopWrapper .btn.search {
  background: transparent;
  border: none;
}

/* line 115, ../sass/_header.scss */
.header.scrolled {
  height: auto;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 121, ../sass/_header.scss */
.header.scrolled .main-nav {
  margin-top: 0;
}
/* line 122, ../sass/_header.scss */
.header.scrolled .main-nav a {
  color: #244557;
}
/* line 123, ../sass/_header.scss */
.header.scrolled .main-nav a:hover, .header.scrolled .main-nav .active > a, .header.scrolled .main-nav li:hover > a {
  color: #244557;
  text-decoration: none;
}
/* line 124, ../sass/_header.scss */
.header.scrolled .top-bar {
  padding: 6px 0 6px 23%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 126, ../sass/_header.scss */
.header.scrolled .top-bar .tagline {
  display: none;
}
/* line 130, ../sass/_header.scss */
.header.scrolled .top-bar ul.contact-list li figure img {
  width: auto;
  height: 14px;
}
/* line 133, ../sass/_header.scss */
.header.scrolled .top-bar ul.contact-list li figcaption span {
  font-size: .78rem;
}
/* line 134, ../sass/_header.scss */
.header.scrolled .top-bar ul.contact-list li figcaption p {
  font-size: .78rem;
}
/* line 141, ../sass/_header.scss */
.header.scrolled .bottom-bar {
  padding: 4px 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  background: #ffffff;
}
/* line 142, ../sass/_header.scss */
.header.scrolled .logoSecWrapper {
  width: 130px;
  top: 0px;
}
/* line 145, ../sass/_header.scss */
.header.scrolled .logoSecWrapper img {
  height: 96px;
}
/* line 149, ../sass/_header.scss */
.header.scrolled .main-nav .nav_link.button {
  padding: 10px 20px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 152, ../sass/_header.scss */
.header.scrolled .main-nav .nav_link {
  font-size: .94rem;
  color: #244557;
}
/* line 155, ../sass/_header.scss */
.header.scrolled .main-nav .nav_link i {
  color: #244557;
}

/* line 162, ../sass/_header.scss */
.innerPage .header {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
}
/* line 164, ../sass/_header.scss */
.innerPage .header .bottom-bar {
  background: #ffffff;
}
/* line 165, ../sass/_header.scss */
.innerPage .header .main-nav a {
  color: #244557;
}
/* line 166, ../sass/_header.scss */
.innerPage .header .main-nav a:hover, .innerPage .header .main-nav .active > a, .innerPage .header .main-nav li:hover > a {
  color: #244557;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation Menu - MAIN
--------------------------------------------------------------*/
/* line 175, ../sass/_header.scss */
.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 176, ../sass/_header.scss */
.main-nav {
  float: right;
}
/* line 178, ../sass/_header.scss */
.main-nav .nav {
  position: relative;
  width: 100%;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-between;
  font-size: .96rem;
  letter-spacing: 1.2px;
  z-index: 999999999;
}
/* line 189, ../sass/_header.scss */
.main-nav .nav_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
/* line 196, ../sass/_header.scss */
.main-nav .list_item {
  display: flex;
  margin: 0 0 0 20px;
  justify-content: end;
  height: 100%;
  align-items: center;
  position: relative;
}
/* line 204, ../sass/_header.scss */
.main-nav .nav_link {
  padding: .8rem;
  height: 100%;
  display: flex;
  font-size: .94rem;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  text-transform: capitalize;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: visiblePainted;
}
/* line 217, ../sass/_header.scss */
.main-nav .nav_link i {
  color: #F0C883;
}
/* line 218, ../sass/_header.scss */
.main-nav .nav_link.button {
  background: #F0C883;
  color: #244557;
  padding: 14px 24px;
  border-radius: 60px;
}
/* line 224, ../sass/_header.scss */
.main-nav .nav_link:hover {
  transition: color 1s linear;
  color: #ffffff;
}
/* line 228, ../sass/_header.scss */
.main-nav .nav_link:hover > .drop_nav_icon {
  transition: background 1s linear !important;
  background: #263A56;
}
/* line 231, ../sass/_header.scss */
.main-nav .nav_link:hover > .drop_nav_icon::before {
  transition: background 1s linear !important;
  background: #263A56;
}
/* line 235, ../sass/_header.scss */
.main-nav .nav_link:hover > .drop_nav_icon::after {
  transition: background 1s linear !important;
  background: #263A56;
}
/* line 242, ../sass/_header.scss */
.main-nav .drop_nav_icon {
  width: 12px;
  height: 2px;
  display: flex;
  border-radius: 4px;
  background: #000;
}
/* line 248, ../sass/_header.scss */
.main-nav .drop_nav_icon::before {
  content: '';
  width: 15px;
  height: 2px;
  position: absolute;
  background: #000;
  border-radius: 4px;
  transform: translateY(-4px);
}
/* line 257, ../sass/_header.scss */
.main-nav .drop_nav_icon::after {
  content: '';
  width: 15px;
  height: 2px;
  position: absolute;
  background: #000;
  border-radius: 4px;
  width: 8px;
  transform: translateY(4px);
}
/* line 268, ../sass/_header.scss */
.main-nav .fa-chevron-down {
  font-size: 0.6rem;
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'FontAwesome';
}
/* line 277, ../sass/_header.scss */
.main-nav .drop_down {
  position: absolute;
  width: 180%;
  display: flex;
  scroll-behavior: smooth;
  justify-content: center;
  opacity: 0;
  max-height: 0;
  transform: translateX(0%);
  pointer-events: none;
  transition: .8s ease-in-out;
  margin-top: 0;
  top: 110%;
  left: 0;
  background: #fff;
  overflow: hidden;
  margin-right: 5px;
  clear: both;
  border-radius: 0 0 6px 6px;
  padding: 0;
  background: #EDF0F2;
  box-shadow: 1px 2px 0px 1px rgba(193, 227, 238, 0.8);
}
/* line 300, ../sass/_header.scss */
.main-nav .drop_menu {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 600px;
  overflow-y: auto;
  margin-top: 0;
}
/* line 310, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar {
  width: 3px;
  visibility: hidden;
}
/* line 313, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar:hover {
  visibility: visible;
}
/* line 316, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar:focus {
  visibility: visible;
}
/* line 320, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar-track {
  background: #222028;
}
/* line 323, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar-thumb {
  background: #f9ab00;
  border-radius: 50px;
}
/* line 328, ../sass/_header.scss */
.main-nav .list_items {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e3e5ee;
}
/* line 334, ../sass/_header.scss */
.main-nav .list_items:last-child {
  border: none;
}
/* line 335, ../sass/_header.scss */
.main-nav .list_items .nav_links {
  width: 100%;
  display: flex;
  color: #000;
  padding: .7rem 1rem;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: capitalize;
}
/* line 343, ../sass/_header.scss */
.main-nav .list_items .nav_links:hover {
  transition: all .5s ease;
  color: #000;
  font-weight: 400;
}
/* line 350, ../sass/_header.scss */
.main-nav .drop_down.show {
  opacity: 1;
  margin-top: 0;
  pointer-events: auto;
  max-height: 450px;
}
/* line 356, ../sass/_header.scss */
.main-nav .nav_toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  transform: scale(2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  background: transparent;
  transition: all 250ms ease;
  background: transparent;
  margin: auto;
}
/* line 374, ../sass/_header.scss */
.main-nav .nav_toggle:visited {
  border: none;
  background: none;
}
/* line 378, ../sass/_header.scss */
.main-nav .nav_toggle:focus {
  border: none;
  background: none;
}
/* line 382, ../sass/_header.scss */
.main-nav .nav_toggle:focus-within {
  border: none;
  background: none;
}
/* line 386, ../sass/_header.scss */
.main-nav .nav_toggle:active {
  border: none;
  background: none;
}
/* line 390, ../sass/_header.scss */
.main-nav .nav_toggle .icon_bar {
  position: relative;
  display: block;
  background: #F0C883;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}
/* line 409, ../sass/_header.scss */
.main-nav .nav_toggle:hover .icon_bar {
  transition: .3 ease-in-out;
  background: #F43F5E;
}
/* line 414, ../sass/_header.scss */
.main-nav .nav_toggle .active {
  background: #F43F5E;
}
/* line 417, ../sass/_header.scss */
.main-nav .nav_toggle .active_3 {
  background: #F43F5E;
}
/* line 421, ../sass/_header.scss */
.main-nav .active {
  transform: translateY(7px) translateX(0) rotate(45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
  -moz-transform: translateY(7px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -o-transform: translateY(7px) translateX(0) rotate(45deg);
}
/* line 428, ../sass/_header.scss */
.main-nav .active_2 {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
/* line 436, ../sass/_header.scss */
.main-nav .active_3 {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -o-transform: translateY(-7px) translateX(0) rotate(-45deg);
}
/* line 444, ../sass/_header.scss */
.main-nav .icon {
  width: 15%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/*  Break Point max-width-992px 
//------------------------------------------------------------------------------------------ */
/*  Break Point max-width-1199px 
//------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1199px) {
  /* line 467, ../sass/_header.scss */
  .header .Logo-mobile {
    display: block;
  }

  /* line 470, ../sass/_header.scss */
  .main-nav .nav_toggle {
    display: block;
  }
  /* line 471, ../sass/_header.scss */
  .main-nav .nav_link {
    color: #000;
  }
  /* line 472, ../sass/_header.scss */
  .main-nav .nav_link:hover {
    color: #346CC1;
  }
  /* line 474, ../sass/_header.scss */
  .main-nav .list_items .nav_links {
    color: #000;
  }
  /* line 475, ../sass/_header.scss */
  .main-nav .list_items .nav_links:hover {
    color: #346CC1;
  }
  /* line 477, ../sass/_header.scss */
  .main-nav .drop_down {
    box-shadow: none;
  }

  /* line 482, ../sass/_header.scss */
  .header .mobileContactArea {
    display: block;
  }
  /* line 483, ../sass/_header.scss */
  .header ul.contact-list {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    margin-top: 1.5rem;
  }
  /* line 490, ../sass/_header.scss */
  .header ul.contact-list li {
    padding: .6rem 1rem;
    width: 100%;
  }
  /* line 493, ../sass/_header.scss */
  .header ul.contact-list li figcaption {
    padding-left: 10px;
  }
  /* line 495, ../sass/_header.scss */
  .header ul.contact-list li figcaption p {
    display: block;
    font-weight: 400;
  }
  /* line 496, ../sass/_header.scss */
  .header ul.contact-list li figcaption span {
    display: block;
    font-weight: 500;
  }

  /* line 504, ../sass/_header.scss */
  .main-nav .icon {
    width: 60px;
    height: 30px;
    top: -20px;
    right: -20px;
    position: absolute;
  }
  /* line 511, ../sass/_header.scss */
  .main-nav .nav {
    position: fixed;
    width: 250px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #244557;
    opacity: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    transition: .5s ease-in-out;
    left: -250px;
  }
  /* line 526, ../sass/_header.scss */
  .main-nav .nav_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* line 533, ../sass/_header.scss */
  .main-nav .list_item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  /* line 548, ../sass/_header.scss */
  .main-nav .nav_link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 14px;
    display: flex;
    height: auto;
  }
  /* line 556, ../sass/_header.scss */
  .main-nav .nav_toggle {
    display: block;
  }
  /* line 559, ../sass/_header.scss */
  .main-nav .nav_show {
    opacity: 1;
    right: auto;
    left: 0;
    top: 0;
    background: #fff;
  }
  /* line 567, ../sass/_header.scss */
  .main-nav .drop_down {
    display: block;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateX(0);
    opacity: 0;
    width: 100%;
    transition: .8s ease-in-out;
    transform: translateY(-50%);
    clear: both;
    height: 0;
    top: 0;
    background: transparent;
    overflow-y: auto;
    border-top: 1px solid rgba(249, 171, 0, 0.05);
  }
  /* line 585, ../sass/_header.scss */
  .main-nav .drop_menu {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
    clear: both;
    -webkit-appearance: none;
    padding-top: 10px;
  }
  /* line 599, ../sass/_header.scss */
  .main-nav .nav_links {
    padding: 0 10px;
    height: auto;
    display: flex;
    align-items: center;
  }
  /* line 605, ../sass/_header.scss */
  .main-nav .list_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: fit-content;
    padding: 0;
    padding-left: 5px;
    margin: 2px 0;
    flex-direction: column;
  }
  /* line 615, ../sass/_header.scss */
  .main-nav .min_show {
    z-index: 99999;
    opacity: 1;
    height: 200px;
    transform: translateY(0px);
    background: #E9F1FB;
  }
}
/* ==================================================== */
/* Banner+HeaderWrapper                          */
/* ==================================================== */
/* line 4, ../sass/_main.scss */
.headerBannerWrapper {
  width: 100%;
  position: relative;
}
/* line 8, ../sass/_main.scss */
.headerBannerWrapper.innerPageBg {
  background: url("../images/pattern-2.png") center center no-repeat fixed #000;
  background-size: cover;
}

/* ==================================================== */
/* Banner                          */
/* ==================================================== */
/* line 19, ../sass/_main.scss */
.homeBannerWrapper {
  width: 100%;
  position: relative;
  height: 100vh;
  padding: 0;
  margin: 0;
  z-index: 80;
}
/* line 30, ../sass/_main.scss */
.homeBannerWrapper .carousel-indicators {
  bottom: 10%;
  margin-left: 10%;
}
/* line 31, ../sass/_main.scss */
.homeBannerWrapper .carousel-control-next, .homeBannerWrapper .carousel-control-prev {
  width: 11%;
}
/* line 32, ../sass/_main.scss */
.homeBannerWrapper .carousel-caption {
  padding-top: 5%;
}

/* ==================================================== */
/* Home About                        */
/* ==================================================== */
/* line 39, ../sass/_main.scss */
.homeAboutWrapper {
  width: 100%;
  position: relative;
}
/* line 44, ../sass/_main.scss */
.homeAboutWrapper .whynura .common-sec-intro {
  width: 90%;
}
/* line 46, ../sass/_main.scss */
.homeAboutWrapper .whynura .common-sec-intro .description {
  margin: 0;
}
/* line 48, ../sass/_main.scss */
.homeAboutWrapper .whynura .hd {
  text-align: left;
  color: #000;
  position: relative;
  width: fit-content;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
}
/* line 60, ../sass/_main.scss */
.homeAboutWrapper .whynura .theme-btn {
  margin-top: 1rem;
}
/* line 62, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
/* line 67, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper .rowSection {
  display: flex;
  margin: 16px 0 0 0;
}
/* line 69, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li {
  display: block;
  width: calc(100% / 2 - 30px);
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
  border: 30px;
  border-radius: 26px;
}
/* line 78, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li.mar-r-16 {
  margin-right: 16px;
}
/* line 80, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li .headwrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
/* line 87, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li .headwrapper figure {
  max-width: 90px;
}
/* line 89, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li .headwrapper figure img {
  position: relative;
  display: block;
  margin: auto;
  width: 80%;
}
/* line 91, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li .headwrapper figcaption {
  text-align: left;
  color: #000;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}
/* line 102, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li .description {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: .96rem;
  line-height: 1.2;
}
/* line 104, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li.bg1 {
  background-image: linear-gradient(to bottom, #f7edd1, #f5e9c5, #f3e4ba, #f1e0ae, #efdca3);
}
/* line 105, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li.bg2 {
  background-image: linear-gradient(to bottom, #fee3d9, #fed8c9, #feccb9, #fdc1aa, #fcb69a);
}
/* line 106, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li.bg3 {
  background-image: linear-gradient(to bottom, #d1f1c6, #c7eeb9, #bcebac, #b2e79f, #a7e492);
}
/* line 107, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper li.bg4 {
  background-image: linear-gradient(to bottom, #bce9eb, #ade4e6, #9edfe2, #8fd9dd, #7ed4d9);
}
/* line 111, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
/* line 116, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 .rowSection {
  display: flex;
  margin: 16px 0 0 0;
}
/* line 118, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li {
  display: block;
  width: calc(100% / 1 - 30px);
  display: flex;
  flex-direction: column;
  border: 28px;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  background: #f1f6f5;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 133, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li:before {
  content: "";
  height: 70px;
  width: 100%;
  border-radius: 28px 28px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  box-shadow: 2px 9px 22px -7px rgba(0, 0, 0, 0.15);
  display: none;
}
/* line 147, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.mar-r-16 {
  margin-right: 16px;
}
/* line 149, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li .headwrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
/* line 158, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li .headwrapper figure {
  width: 70px;
  height: 90px;
  display: flex;
  border-radius: 0 28px 28px 0;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 25px 20px -20px;
  z-index: 30;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  position: relative;
  margin-left: -48px;
}
/* line 169, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li .headwrapper figure img {
  position: relative;
  display: block;
  margin: auto;
  width: 70%;
  position: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(104deg) brightness(104%) contrast(101%);
}
/* line 179, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li .headwrapper .title-hd {
  width: calc(100% - 120px);
  text-align: left;
  color: #000;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Gabarito", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
}
/* line 195, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li .contentWrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
/* line 203, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li .contentWrapper .description {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  font-size: .96rem;
  line-height: 1.2;
  padding-left: 70px;
  margin: -15px 0 0 0;
}
/* line 214, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg2 {
  background-image: linear-gradient(to bottom, #fff, rgba(76, 177, 189, 0.2));
}
/* line 216, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg2 figure {
  background: #4cb1bd;
}
/* line 217, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg2:before {
  background: rgba(76, 177, 189, 0.3);
}
/* line 222, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg1 {
  background-image: linear-gradient(to bottom, #fff, rgba(239, 141, 32, 0.2));
}
/* line 224, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg1 figure {
  background: #f36939;
}
/* line 225, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg1:before {
  background: rgba(243, 105, 57, 0.3);
}
/* line 230, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg3 {
  background-image: linear-gradient(to bottom, #fff, rgba(87, 191, 128, 0.2));
}
/* line 232, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg3 figure {
  background: #57bf80;
}
/* line 233, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg3:before {
  background: rgba(87, 191, 128, 0.3);
}
/* line 238, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg4 {
  background-image: linear-gradient(to bottom, #fff, rgba(248, 80, 120, 0.2));
}
/* line 240, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg4 figure {
  background: #f85078;
}
/* line 241, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper2 li.bg4:before {
  background: rgba(248, 80, 120, 0.3);
}
/* line 249, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
/* line 254, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 .rowSection {
  display: flex;
  margin: 16px 0 0 0;
}
/* line 256, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li {
  display: block;
  width: calc(100% / 1 - 30px);
  display: flex;
  flex-direction: column;
  border: 28px;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  background: #f1f6f5;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 271, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li:before {
  content: "";
  height: 70px;
  width: 100%;
  border-radius: 28px 28px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  box-shadow: 2px 9px 22px -7px rgba(0, 0, 0, 0.15);
}
/* line 284, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.mar-r-16 {
  margin-right: 16px;
}
/* line 286, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li .headwrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
/* line 295, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li .headwrapper figure {
  width: 70px;
  height: 90px;
  display: flex;
  border-radius: 0 0 18px 18px;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 25px 20px -20px;
  z-index: 30;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
/* line 304, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li .headwrapper figure img {
  position: relative;
  display: block;
  margin: auto;
  width: 70%;
  position: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(104deg) brightness(104%) contrast(101%);
}
/* line 314, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li .headwrapper .title-hd {
  width: calc(100% - 120px);
  text-align: left;
  color: #000;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Gabarito", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
}
/* line 330, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li .contentWrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
/* line 338, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li .contentWrapper .description {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: .96rem;
  line-height: 1.2;
  padding-left: 6px;
  margin: 10px 0 0 0;
}
/* line 345, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg2 {
  background-image: linear-gradient(to bottom, #fff, rgba(76, 177, 189, 0.15));
}
/* line 347, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg2 figure {
  background: #4cb1bd;
}
/* line 348, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg2:before {
  background: rgba(76, 177, 189, 0.3);
}
/* line 353, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg1 {
  background-image: linear-gradient(to bottom, #fff, rgba(239, 141, 32, 0.15));
}
/* line 355, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg1 figure {
  background: #f36939;
}
/* line 356, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg1:before {
  background: rgba(243, 105, 57, 0.3);
}
/* line 361, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg3 {
  background-image: linear-gradient(to bottom, #fff, rgba(87, 191, 128, 0.15));
}
/* line 363, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg3 figure {
  background: #57bf80;
}
/* line 364, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg3:before {
  background: rgba(87, 191, 128, 0.3);
}
/* line 369, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg4 {
  background-image: linear-gradient(to bottom, #fff, rgba(248, 80, 120, 0.15));
}
/* line 371, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg4 figure {
  background: #f85078;
}
/* line 372, ../sass/_main.scss */
.homeAboutWrapper .whynura ul.tileWrapper3 li.bg4:before {
  background: rgba(248, 80, 120, 0.3);
}
/* line 381, ../sass/_main.scss */
.homeAboutWrapper .whatWeDo {
  padding: 5rem 0 2rem 0;
}
/* line 383, ../sass/_main.scss */
.homeAboutWrapper .whatWeDo .common-sec-intro {
  margin-bottom: 0;
}
/* line 384, ../sass/_main.scss */
.homeAboutWrapper .whatWeDo .container-full {
  width: 86%;
}
/* line 385, ../sass/_main.scss */
.homeAboutWrapper .whatWeDo .contentWrapper {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
/* line 390, ../sass/_main.scss */
.homeAboutWrapper .whatWeDo .contentWrapper .imageWrapper {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 395, ../sass/_main.scss */
.homeAboutWrapper .whatWeDo .contentWrapper .imageWrapper img {
  width: 95%;
}
/* line 397, ../sass/_main.scss */
.homeAboutWrapper .whatWeDo .contentWrapper .dataWrapper {
  width: calc(100% - 400px);
}
/* line 399, ../sass/_main.scss */
.homeAboutWrapper .whatWeDo .description {
  margin: 0;
}
/* line 401, ../sass/_main.scss */
.homeAboutWrapper .whatWeDo .description p {
  text-align: left;
}

/* line 407, ../sass/_main.scss */
.aboutMap {
  width: 100%;
  position: relative;
  background: #f1f6f5;
}
/* line 412, ../sass/_main.scss */
.aboutMap .common-sec-intro .title, .aboutMap .common-sec-intro p.des {
  text-align: center !important;
}
/* line 414, ../sass/_main.scss */
.aboutMap .contentWrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* line 418, ../sass/_main.scss */
.aboutMap .contentWrapper .mapWrapper {
  width: 100%;
  height: 350px;
  border-radius: 40px;
  padding: 1rem 1rem 0 1rem;
}
/* line 423, ../sass/_main.scss */
.aboutMap .contentWrapper .mapWrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 40px;
}
/* line 430, ../sass/_main.scss */
.aboutMap .contentWrapper h3 {
  text-align: center;
  color: #244557;
  position: relative;
  width: fit-content;
  padding: 1rem;
  margin: 0;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
}

/* ==================================================== */
/* Home About                        */
/* ==================================================== */
/* line 449, ../sass/_main.scss */
.HomeHow-it-Works {
  width: 100%;
  position: relative;
  background: #f1f6f5;
}
/* line 454, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
/* line 466, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all 1s ease;
}
/* line 476, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li::before, .HomeHow-it-Works ul.tabs li::after {
  content: "";
  position: relative;
  width: 100%;
  height: 2px;
  background: #244557;
  display: block;
  top: calc(70px - 35px);
  transition: all 1s ease;
}
/* line 491, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li:hover::before, .HomeHow-it-Works ul.tabs li:hover::after {
  background: #F0C883;
}
/* line 493, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li:hover .headWrapper figure {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background: #F0C883;
}
/* line 496, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li:hover .headWrapper figure img {
  filter: none;
}
/* line 500, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li.active {
  display: block;
}
/* line 501, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li.active::before, .HomeHow-it-Works ul.tabs li.active::after {
  background: #F0C883;
}
/* line 504, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li.active .headWrapper figure {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background: #F0C883;
}
/* line 507, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li.active .headWrapper figure img {
  filter: none;
}
/* line 512, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li .headWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
/* line 518, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li .headWrapper figure {
  background: #244557;
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  transition: all 1s ease;
}
/* line 528, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li .headWrapper figure img {
  position: relative;
  display: block;
  margin: auto;
  width: 50px;
  transition: all 1s ease;
  filter: brightness(0) saturate(100%) invert(94%) sepia(13%) saturate(2092%) hue-rotate(318deg) brightness(104%) contrast(88%);
}
/* line 532, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li .headWrapper figure img.nofilter {
  filter: none !important;
}
/* line 535, ../sass/_main.scss */
.HomeHow-it-Works ul.tabs li .headWrapper figcaption {
  text-align: center;
  color: #244557;
  position: relative;
  width: fit-content;
  padding: 1rem;
  margin: 0;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
}
/* line 553, ../sass/_main.scss */
.HomeHow-it-Works .tab_container {
  clear: both;
  position: relative;
  margin: 1.5rem auto;
  width: 90%;
  max-width: 1000px;
  overflow: auto;
  border-radius: 28px;
}
/* line 563, ../sass/_main.scss */
.HomeHow-it-Works .tab_content {
  padding: 2rem 1.5rem;
  display: none;
}
/* line 566, ../sass/_main.scss */
.HomeHow-it-Works .tab_content h2 {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Gabarito", sans-serif;
  color: #000;
  margin-bottom: .8rem;
}
/* line 567, ../sass/_main.scss */
.HomeHow-it-Works .tab_content p {
  text-align: center;
  position: relative;
  display: block;
  margin: auto;
  width: 80%;
  max-width: 700px;
}
/* line 572, ../sass/_main.scss */
.HomeHow-it-Works .tab_drawer_heading {
  margin: 0;
  display: none;
  background: #FBEFD9;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}
/* line 584, ../sass/_main.scss */
.HomeHow-it-Works .tab_drawer_heading .head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
/* line 590, ../sass/_main.scss */
.HomeHow-it-Works .tab_drawer_heading .head figure {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  box-shadow: 2px 9px 22px -7px rgba(0, 0, 0, 0.15);
}
/* line 596, ../sass/_main.scss */
.HomeHow-it-Works .tab_drawer_heading .head figure img {
  height: 80%;
}

/* ==================================================== */
/* Home-VideoWrapper            */
/* ==================================================== */
/* line 607, ../sass/_main.scss */
.homeVideoWrapper {
  width: 100%;
  position: relative;
  background: #244557;
}
/* line 612, ../sass/_main.scss */
.homeVideoWrapper ul.wrapperSec {
  display: flex;
}
/* line 614, ../sass/_main.scss */
.homeVideoWrapper ul.wrapperSec li {
  width: 50%;
}
/* line 616, ../sass/_main.scss */
.homeVideoWrapper ul.wrapperSec li.contentWrapper {
  padding: 5rem;
  background: #244557;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 625, ../sass/_main.scss */
.homeVideoWrapper ul.wrapperSec li.contentWrapper .title {
  color: #F0C883;
  font-size: 3rem;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  margin: 20px auto;
  font-family: "Gabarito", sans-serif;
  letter-spacing: 1px;
}
/* line 637, ../sass/_main.scss */
.homeVideoWrapper ul.wrapperSec li.contentWrapper .sub-content {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  position: relative;
  text-align: left;
}

/* ==================================================== */
/* Home-Services                         */
/* ==================================================== */
/* line 656, ../sass/_main.scss */
.homeServiceWrapper {
  width: 100%;
  position: relative;
  background: #F8F9FA;
}
/* line 663, ../sass/_main.scss */
.homeServiceWrapper .container-full {
  width: 82%;
  max-width: 1200px;
}
/* line 666, ../sass/_main.scss */
.homeServiceWrapper .common-sec-intro .title, .homeServiceWrapper .common-sec-intro .sub-para, .homeServiceWrapper .common-sec-intro .sub-titles {
  text-align: center;
}
/* line 668, ../sass/_main.scss */
.homeServiceWrapper .common-sec-intro .title {
  color: #000;
}
/* line 669, ../sass/_main.scss */
.homeServiceWrapper .common-sec-intro .sub-para {
  color: #ED992A;
  font-size: 1.5rem;
}
/* line 670, ../sass/_main.scss */
.homeServiceWrapper .common-sec-intro .sub-titles {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: 500;
}
/* line 673, ../sass/_main.scss */
.homeServiceWrapper .theme-btn, .homeServiceWrapper a.theme-btn {
  display: inline-block;
  position: relative;
  color: #244557;
  background: #F0C883;
  padding: .5rem 1.1rem;
  font-size: .92rem;
  font-weight: 300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "Albert Sans", sans-serif;
  border: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 686, ../sass/_main.scss */
.homeServiceWrapper .theme-btn::after, .homeServiceWrapper a.theme-btn::after {
  display: none;
}
/* line 688, ../sass/_main.scss */
.homeServiceWrapper .theme-btn:hover, .homeServiceWrapper a.theme-btn:hover {
  color: #F0C883;
  background: #244557;
}
/* line 695, ../sass/_main.scss */
.homeServiceWrapper ul.service-items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
/* line 702, ../sass/_main.scss */
.homeServiceWrapper ul.service-items .rowWrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4rem;
}
/* line 710, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li {
  width: calc(100% / 3 - 3rem);
  display: block;
  float: left;
  padding: 1.5rem;
  border: 30px;
  border-radius: 26px;
}
/* line 718, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li.no-style {
  display: flex;
  align-items: flex-end;
}
/* line 719, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li.mar-r-16 {
  margin-right: 16px;
}
/* line 721, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li .headwrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
/* line 727, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li .headwrapper figure {
  background: #F0C883;
  width: auto;
  height: auto;
  position: relative;
  border-radius: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
/* line 736, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li .headwrapper figure img {
  position: relative;
  display: block;
  margin: auto;
  width: 50px;
  transition: all 1s ease;
  filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(555%) hue-rotate(157deg) brightness(95%) contrast(86%);
}
/* line 740, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li .headwrapper figure img.nofilter {
  filter: none !important;
}
/* line 743, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li .headwrapper figcaption {
  text-align: left;
  color: #244557;
  position: relative;
  width: fit-content;
  padding: 0 0 0 1rem;
  margin: 0;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Gabarito", sans-serif;
}
/* line 757, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li .contentWrapper {
  padding: 1rem 0 0 1rem;
}
/* line 759, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li .description {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
/* line 761, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li a.knowmore {
  color: #244557;
}
/* line 763, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li a.knowmore:hover {
  font-weight: 500;
}
/* line 765, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li a.knowmore:hover::after {
  right: -45px;
}
/* line 770, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li a.knowmore::after {
  background: url("../images/arrow-right.svg") center center no-repeat #CED5D9;
  background-size: 50%;
}
/* line 776, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 36px 80px 0px;
  transition: all 0.5s;
}
/* line 780, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li:hover.no-style {
  box-shadow: none;
}
/* line 783, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li:hover a::after {
  background: url("../images/arrow-right.svg") center center no-repeat #F0C883;
  background-size: 50%;
}
/* line 789, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li:hover figure {
  background: #244557;
}
/* line 792, ../sass/_main.scss */
.homeServiceWrapper ul.service-items li:hover figure img {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7444%) hue-rotate(246deg) brightness(128%) contrast(104%);
}

/* ==================================================== */
/* Banner-bottom                         */
/* ==================================================== */
/* line 815, ../sass/_main.scss */
.bannerBottomWrapper {
  width: 100%;
  position: relative;
  background: url("../images/banner-bottom.jpg") top center no-repeat fixed #244557;
  background-size: cover;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 825, ../sass/_main.scss */
.bannerBottomWrapper.service {
  background: url("../images/care1.jpg") top center no-repeat fixed #244557;
  background-size: cover;
}
/* line 829, ../sass/_main.scss */
.bannerBottomWrapper.service .offerWrapper ul.list li {
  max-width: 600px;
}
/* line 832, ../sass/_main.scss */
.bannerBottomWrapper::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(36, 69, 87, 0.75);
  left: 0;
  top: 0;
  z-index: 10;
}
/* line 843, ../sass/_main.scss */
.bannerBottomWrapper .container-full {
  width: 80%;
  max-width: 1000px;
}
/* line 845, ../sass/_main.scss */
.bannerBottomWrapper .common-sec-intro {
  z-index: 80;
  margin-bottom: 1rem;
}
/* line 847, ../sass/_main.scss */
.bannerBottomWrapper .common-sec-intro .title, .bannerBottomWrapper .common-sec-intro .sub-para, .bannerBottomWrapper .common-sec-intro .sub-titles {
  text-align: center;
}
/* line 848, ../sass/_main.scss */
.bannerBottomWrapper .common-sec-intro .title {
  color: #ffffff;
}
/* line 849, ../sass/_main.scss */
.bannerBottomWrapper .common-sec-intro .sub-para {
  color: #F0C883;
  font-size: 1.5rem;
}
/* line 850, ../sass/_main.scss */
.bannerBottomWrapper .common-sec-intro .sub-titles {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  margin: 1.5rem 0 0 0;
}
/* line 853, ../sass/_main.scss */
.bannerBottomWrapper .offerWrapper {
  z-index: 80;
  padding: 0;
  color: #fff;
  position: relative;
}
/* line 859, ../sass/_main.scss */
.bannerBottomWrapper .offerWrapper .hd {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: white;
}
/* line 861, ../sass/_main.scss */
.bannerBottomWrapper .offerWrapper ul.list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 867, ../sass/_main.scss */
.bannerBottomWrapper .offerWrapper ul.list .rowWrapper {
  display: flex;
  width: 100%;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 0;
  align-items: center;
}
/* line 877, ../sass/_main.scss */
.bannerBottomWrapper .offerWrapper ul.list li {
  width: calc(100% / 1 - 5rem);
  max-width: 500px;
  display: block;
  float: left;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  margin: 2rem 0 0 0;
  padding: 0 0 0 3rem;
  color: white;
}
/* line 889, ../sass/_main.scss */
.bannerBottomWrapper .offerWrapper ul.list li::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/icon-bullet-diamond.svg) center center no-repeat;
  background-size: 96%;
  left: 0;
  top: -8px;
}

/* ==================================================== */
/* HomeBlog                         */
/* ==================================================== */
/* line 911, ../sass/_main.scss */
.homeBlogWrapper {
  width: 100%;
  position: relative;
  background: #ffffff;
}
/* line 916, ../sass/_main.scss */
.homeBlogWrapper .container-full {
  width: 82%;
  max-width: 1200px;
}
/* line 918, ../sass/_main.scss */
.homeBlogWrapper .common-sec-intro {
  z-index: 80;
}
/* line 920, ../sass/_main.scss */
.homeBlogWrapper .common-sec-intro .title, .homeBlogWrapper .common-sec-intro .sub-para, .homeBlogWrapper .common-sec-intro .sub-titles {
  text-align: center;
}
/* line 921, ../sass/_main.scss */
.homeBlogWrapper .common-sec-intro .title {
  color: #000;
}
/* line 922, ../sass/_main.scss */
.homeBlogWrapper .common-sec-intro .sub-para {
  color: #ED992A;
  font-size: 1.5rem;
}
/* line 923, ../sass/_main.scss */
.homeBlogWrapper .common-sec-intro .sub-titles {
  font-size: 1rem;
  margin: 1rem 0;
}
/* line 926, ../sass/_main.scss */
.homeBlogWrapper .theme-btn {
  text-align: center;
  position: relative;
  margin: auto;
  width: 132px;
  display: block;
}
/* line 928, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
/* line 937, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li {
  width: calc(100% / 3 - 3rem);
  display: block;
  float: left;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 947, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li:hover {
  transition: all 0.5s;
}
/* line 950, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li:hover .blogthumbWrapper img {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 962, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li:hover .contentWrapper a.knowmore {
  font-weight: 500;
}
/* line 964, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li:hover .contentWrapper a.knowmore::after {
  background: url("../images/arrow-right.svg") center center no-repeat #F0C883;
  background-size: 50%;
}
/* line 971, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li:hover .title {
  color: #000;
}
/* line 973, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li:hover .titleHead .dateWrapper {
  background: #F0C883;
}
/* line 975, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li:hover .titleHead .dateWrapper p {
  color: #244557;
}
/* line 976, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li:hover .titleHead .dateWrapper .month-year {
  font-weight: 500;
}
/* line 981, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .blogthumbWrapper {
  width: 100%;
  border-radius: 1rem 1rem 1rem 0;
  height: 280px;
  overflow: hidden;
}
/* line 986, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .blogthumbWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
/* line 989, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .titleHead {
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* line 995, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .titleHead .dateWrapper {
  background: #244557;
  padding: .4rem .6rem;
  border-radius: 8px;
}
/* line 999, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .titleHead .dateWrapper p {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
/* line 1000, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .titleHead .dateWrapper .day {
  font-weight: 600;
  font-size: 1.4rem;
}
/* line 1004, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .titleHead .dateWrapper .month-year {
  font-weight: 100;
  font-size: .75rem;
  text-transform: uppercase;
}
/* line 1009, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .titleHead .dateWrapper .month-year span:first-child {
  letter-spacing: 1px;
}
/* line 1013, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .titleHead .title {
  color: #244557;
  font-weight: 500;
  padding-left: 1.2rem;
  font-family: "Gabarito", sans-serif;
}
/* line 1023, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .contentWrapper a.knowmore {
  color: #244557;
  font-size: .88rem;
}
/* line 1027, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .contentWrapper a.knowmore:hover {
  font-weight: 500;
}
/* line 1029, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .contentWrapper a.knowmore:hover::after {
  right: -45px;
}
/* line 1034, ../sass/_main.scss */
.homeBlogWrapper ul.blogItem li .contentWrapper a.knowmore::after {
  background: url("../images/arrow-right.svg") center center no-repeat #FBEFD9;
  background-size: 50%;
}

/* ==================================================== */
/* footerContactSection                         */
/* ==================================================== */
/* line 1050, ../sass/_main.scss */
.footerContactSection {
  width: 100%;
  position: relative;
  background: #FFFAF1;
}
/* line 1055, ../sass/_main.scss */
.footerContactSection.servicepage {
  background: url("../images/abstract.jpg") center center no-repeat fixed #F8F9FA;
  background-size: cover;
}
/* line 1058, ../sass/_main.scss */
.footerContactSection.servicepage .common-sec-intro .sub-title {
  text-align: center;
  font-size: 1.2rem;
}
/* line 1059, ../sass/_main.scss */
.footerContactSection.servicepage ul.contactItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: auto;
  width: 80%;
}
/* line 1069, ../sass/_main.scss */
.footerContactSection.servicepage ul.contactItem li {
  width: calc(100% / 2 - 2rem);
  display: flex;
}
/* line 1072, ../sass/_main.scss */
.footerContactSection.servicepage ul.contactItem li .iconWrapper {
  margin: 0;
}
/* line 1073, ../sass/_main.scss */
.footerContactSection.servicepage ul.contactItem li .contentWrapper {
  padding-left: 1rem;
}
/* line 1075, ../sass/_main.scss */
.footerContactSection.servicepage ul.contactItem li .contentWrapper .head {
  font-size: 1rem;
}
/* line 1076, ../sass/_main.scss */
.footerContactSection.servicepage ul.contactItem li .contentWrapper .description {
  font-size: 1.7rem;
}
/* line 1082, ../sass/_main.scss */
.footerContactSection .container-full {
  width: 82%;
  max-width: 1200px;
}
/* line 1084, ../sass/_main.scss */
.footerContactSection .common-sec-intro {
  z-index: 80;
}
/* line 1086, ../sass/_main.scss */
.footerContactSection .common-sec-intro .title, .footerContactSection .common-sec-intro .sub-para, .footerContactSection .common-sec-intro .sub-titles {
  text-align: center;
}
/* line 1087, ../sass/_main.scss */
.footerContactSection .common-sec-intro .title {
  color: #000;
}
/* line 1088, ../sass/_main.scss */
.footerContactSection .common-sec-intro .sub-para {
  color: #ED992A;
  font-size: 1.5rem;
}
/* line 1089, ../sass/_main.scss */
.footerContactSection .common-sec-intro .sub-titles {
  font-size: 1rem;
  margin: 1rem 0;
}
/* line 1092, ../sass/_main.scss */
.footerContactSection .hightlight {
  text-align: center;
  font-size: 1.2rem;
  color: #244557;
}
/* line 1094, ../sass/_main.scss */
.footerContactSection .theme-btn {
  text-align: center;
  position: relative;
  margin: auto;
  width: 132px;
  display: block;
}
/* line 1096, ../sass/_main.scss */
.footerContactSection ul.contactItem {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
/* line 1105, ../sass/_main.scss */
.footerContactSection ul.contactItem li {
  width: calc(100% / 4 - 2rem);
  display: block;
  float: left;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 1115, ../sass/_main.scss */
.footerContactSection ul.contactItem li .iconWrapper {
  background: #F0C883;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  padding: .5rem;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
/* line 1123, ../sass/_main.scss */
.footerContactSection ul.contactItem li .iconWrapper img {
  width: 80%;
}
/* line 1127, ../sass/_main.scss */
.footerContactSection ul.contactItem li .contentWrapper .head {
  font-weight: 300;
  color: #7d7d7d;
  font-size: 1.6rem;
}
/* line 1128, ../sass/_main.scss */
.footerContactSection ul.contactItem li .contentWrapper .description {
  font-weight: 500;
  color: #000;
}

/* ==================================================== */
/* ===== Contact - enquiry - Get in touch -section                 */
/* ==================================================== */
/* line 1143, ../sass/_main.scss */
.enquiryModalWrapper .modal-content {
  padding: 1.5rem;
}
/* line 1144, ../sass/_main.scss */
.enquiryModalWrapper .modal-title {
  font-size: 1.3rem;
  color: #000;
}

/* line 1148, ../sass/_main.scss */
.nura-form .form-group {
  margin: 15px 0;
}
/* line 1149, ../sass/_main.scss */
.nura-form .form-label {
  font-size: .96rem;
  color: #7d7d7d !important;
  margin-bottom: 2px;
  padding-left: .5rem;
}
/* line 1150, ../sass/_main.scss */
.nura-form .form-control, .nura-form .form-select {
  border: 1px solid rgba(36, 69, 87, 0.1);
  padding: .85rem;
  background: #fff;
  border-radius: 8px;
}
/* line 1155, ../sass/_main.scss */
.nura-form .form-control:focus, .nura-form .form-select:focus {
  box-shadow: none;
  border-bottom: 1px solid #AFB8CD;
}
/* line 1158, ../sass/_main.scss */
.nura-form .form-select {
  background: url("../images/arrow-select.svg") center right 10px no-repeat #fff;
}
/* line 1161, ../sass/_main.scss */
.nura-form .form-outline {
  margin-bottom: 20px;
}
/* line 1162, ../sass/_main.scss */
.nura-form .btn {
  text-align: center;
  color: #244557;
  background: #F0C883;
  position: relative;
  width: fit-content;
  padding: .7rem 1.2rem;
  margin: auto;
  border-radius: 30;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 1177, ../sass/_main.scss */
.nura-form .btn:hover {
  color: #F0C883;
  background: #244557;
}

/* line 1185, ../sass/_main.scss */
.contactWrapper .container-full {
  width: 90%;
  padding: 4rem 2rem 2rem 2rem;
}
/* line 1186, ../sass/_main.scss */
.contactWrapper .form-sec-wrapper {
  margin: 2rem auto;
  background-image: linear-gradient(to top, #ECF3FF, #fff);
  padding: 2rem;
}
/* line 1190, ../sass/_main.scss */
.contactWrapper .form-sec-wrapper .sec-title {
  color: #244557;
  font-size: 1.2rem;
  margin: 1rem 0;
}
/* line 1197, ../sass/_main.scss */
.contactWrapper .contentWrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* line 1204, ../sass/_main.scss */
.contactWrapper .common-sec-intro .title {
  font-size: 2.3rem;
  width: 96%;
  margin: 0 0 1.5rem 0;
}
/* line 1206, ../sass/_main.scss */
.contactWrapper .requestQuoteWrapper {
  padding: 0;
  background: #eef3f4;
  padding: 1.5rem;
  border-radius: 16px;
}
/* line 1211, ../sass/_main.scss */
.contactWrapper .requestQuoteWrapper .common-sec-intro {
  margin: 0 0 0 0;
}
/* line 1213, ../sass/_main.scss */
.contactWrapper .requestQuoteWrapper .common-sec-intro .title {
  margin: 0;
}
/* line 1214, ../sass/_main.scss */
.contactWrapper .requestQuoteWrapper .common-sec-intro .sub-para {
  font-size: 1.1rem;
}
/* line 1215, ../sass/_main.scss */
.contactWrapper .requestQuoteWrapper .common-sec-intro .sub-title {
  margin: 15px 0;
  color: #244557;
}
/* line 1218, ../sass/_main.scss */
.contactWrapper .requestQuoteWrapper .nura-form .form-label {
  font-size: .90rem;
}
/* line 1220, ../sass/_main.scss */
.contactWrapper .requestQuoteWrapper .form-group {
  margin: 1rem 0 0 0;
}
/* line 1224, ../sass/_main.scss */
.contactWrapper .requestQuoteWrapper .alert-danger {
  color: red;
}
/* line 1227, ../sass/_main.scss */
.contactWrapper ul.contact-list {
  display: flex;
  float: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
}
/* line 1235, ../sass/_main.scss */
.contactWrapper ul.contact-list li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
/* line 1241, ../sass/_main.scss */
.contactWrapper ul.contact-list li figure {
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-radius: 100%;
  background: #F0C883;
}
/* line 1251, ../sass/_main.scss */
.contactWrapper ul.contact-list li figure img {
  width: auto;
  height: 36px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(4%) saturate(6498%) hue-rotate(158deg) brightness(101%) contrast(85%);
}
/* line 1256, ../sass/_main.scss */
.contactWrapper ul.contact-list li .textWrapper {
  margin: 15px 0;
}
/* line 1258, ../sass/_main.scss */
.contactWrapper ul.contact-list li .textWrapper .description {
  font-size: 1.2rem;
  margin: 6px 0;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}
/* line 1259, ../sass/_main.scss */
.contactWrapper ul.contact-list li .textWrapper .head {
  font-size: .90rem;
  font-weight: 400;
  color: #7d7d7d;
}
/* line 1267, ../sass/_main.scss */
.contactWrapper .mapWrapper {
  width: 100%;
  margin: auto;
  position: relative;
}
/* line 1269, ../sass/_main.scss */
.contactWrapper .mapWrapper iframe {
  width: 100%;
  border: none;
  height: 480px;
  border-radius: 10px;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
}

/* ==================================================== */
/* ===== FAQ             */
/* ==================================================== */
/* line 1290, ../sass/_main.scss */
.faqWrapper {
  background: #ffffff;
}
/* line 1293, ../sass/_main.scss */
.faqWrapper .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  margin: 20px auto;
  text-align: center;
  color: #000;
}
/* line 1305, ../sass/_main.scss */
.faqWrapper .faq-section-row {
  padding: 3rem;
  background-image: linear-gradient(to top, #fcf5e3, #ffffff, #fff);
  border-radius: 20px;
  margin-bottom: 4rem;
}
/* line 1312, ../sass/_main.scss */
.faqWrapper .accordianWrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
/* line 1319, ../sass/_main.scss */
.faqWrapper .accordianWrapper .accordianDataItem {
  flex: 0 0 auto;
  width: calc(94%/ 2 );
  margin: 1%;
  position: relative;
  padding: 1rem;
  background: white;
  border-radius: 1.1rem;
  border: 1px solid #fff;
  counter-increment: step-counter;
  transition: all 0.5s;
  height: 100%;
}
/* line 1332, ../sass/_main.scss */
.faqWrapper .accordianWrapper .accordianDataItem.active {
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
}
/* line 1341, ../sass/_main.scss */
.faqWrapper .accordianWrapper .accordion-item {
  background: transparent;
  border: none !important;
}
/* line 1342, ../sass/_main.scss */
.faqWrapper .accordianWrapper .accordion-button {
  font-size: 1.1rem;
  line-height: 1.4;
  padding: .4rem;
  color: #7d7d7d;
  font-weight: 600;
  background: transparent;
  border: none !important;
  transition: all 0.5s;
}
/* line 1350, ../sass/_main.scss */
.faqWrapper .accordianWrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}
/* line 1351, ../sass/_main.scss */
.faqWrapper .accordianWrapper .accordion-button:not(.collapsed) {
  color: #000;
  transition: all 0.5s;
}
/* line 1354, ../sass/_main.scss */
.faqWrapper .accordianWrapper .accordion-button:not(.collapsed)::after {
  background: url("../images/faq-arrow-up.svg") center center no-repeat;
  background-size: 80%;
  transform: rotate(0deg);
  transition: all 0.5s;
  border-radius: 20px;
}
/* line 1373, ../sass/_main.scss */
.faqWrapper .accordianWrapper .accordion-button::after {
  background: url("../images/faq-arrow-down.svg") center center no-repeat;
  background-size: 80%;
  width: 36px;
  height: 36px;
  transition: all 0.5s;
  border-radius: 20px;
}
/* line 1384, ../sass/_main.scss */
.faqWrapper .accordianWrapper .accordion-body {
  text-align: justify;
  color: #7d7d7d;
  line-height: 1.5;
  font-size: .86rem;
  font-weight: 400;
  padding: 0 .3rem;
}

/* ==================================================== */
/* ===== Footer Section                 */
/* ==================================================== */
/* line 1397, ../sass/_main.scss */
.footer {
  width: 100%;
  position: relative;
  background: url("../images/flower-pattern.png") left top repeat #244557;
}
/* line 1401, ../sass/_main.scss */
.footer .container-full {
  width: 90%;
}
/* line 1403, ../sass/_main.scss */
.footer .footerTopWrapper {
  padding: 5rem 0;
}
/* line 1405, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata {
  display: flex;
}
/* line 1407, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .logowrapper {
  width: 70px;
  padding: 5px 0;
  margin-right: 50px;
}
/* line 1411, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .logowrapper img {
  height: fit-content;
  width: auto;
  object-fit: cover;
}
/* line 1413, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper {
  width: calc(100% - 150px);
}
/* line 1415, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper .hd {
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0 1.2rem 0;
}
/* line 1416, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.1;
  margin: 0;
  text-align: left;
}
/* line 1417, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper .socialWeloveWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
/* line 1422, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper .socialWeloveWrapper figure.welove {
  width: 70px;
  margin-right: 20px;
}
/* line 1425, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper .socialWeloveWrapper figure.welove img {
  width: 100%;
}
/* line 1428, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper .socialWeloveWrapper .socialmedia .hd {
  font-size: .94rem;
  font-weight: 100;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  margin: 0 0 0.4rem 0;
}
/* line 1436, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper .socialWeloveWrapper .socialmedia ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
/* line 1443, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper .socialWeloveWrapper .socialmedia ul li {
  align-items: center;
  margin: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 5px;
}
/* line 1453, ../sass/_main.scss */
.footer .footerTopWrapper .nuradata .contentwrapper .socialWeloveWrapper .socialmedia ul li img {
  border: none;
  position: relative;
  margin: auto;
  display: block;
}
/* line 1466, ../sass/_main.scss */
.footer .footerTopWrapper .footerData {
  margin: 0;
  padding: 0;
  display: flex;
}
/* line 1472, ../sass/_main.scss */
.footer .footerTopWrapper .footerData h3 {
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 1.2rem 0;
  position: relative;
}
/* line 1489, ../sass/_main.scss */
.footer .footerTopWrapper .footerData ul.links li {
  margin-bottom: 15px;
  font-size: .8rem;
  position: relative;
  padding-left: 20px;
}
/* line 1494, ../sass/_main.scss */
.footer .footerTopWrapper .footerData ul.links li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  display: block;
  background: url(../images/footer-links.svg) center no-repeat;
  background-size: contain;
  left: 2px;
}
/* line 1504, ../sass/_main.scss */
.footer .footerTopWrapper .footerData ul.links li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
}
/* line 1507, ../sass/_main.scss */
.footer .footerTopWrapper .footerData ul.links li a:hover {
  color: white;
}
/* line 1515, ../sass/_main.scss */
.footer .footerBottom {
  background: #203F50;
  padding: 1rem;
}
/* line 1517, ../sass/_main.scss */
.footer .footerBottom p {
  font-size: .8rem;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
/* line 1519, ../sass/_main.scss */
.footer .footerBottom p span {
  color: #F0C883;
}

/* line 3, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption, .homeBannerWrapper .carousel-indicators, .homeBannerWrapper .carousel-control-prev, .homeBannerWrapper .carousel-control-next, .bottomBannerWrapper .carousel-caption, .bottomBannerWrapper .carousel-indicators, .bottomBannerWrapper .carousel-control-prev, .bottomBannerWrapper .carousel-control-next {
  z-index: 300;
}
/* line 5, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-indicators, .bottomBannerWrapper .carousel-indicators {
  z-index: 300;
  justify-content: left;
}
/* line 8, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-indicators button, .bottomBannerWrapper .carousel-indicators button {
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  opacity: .6;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #ffffff;
}
/* line 11, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-indicators button.active, .bottomBannerWrapper .carousel-indicators button.active {
  opacity: 1;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  border: 1px solid #244557;
}
/* line 18, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption, .bottomBannerWrapper .carousel-caption {
  bottom: auto;
  top: 0;
  left: 0;
  position: relative;
}
/* line 20, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2, .bottomBannerWrapper .carousel-caption h2 {
  width: 100%;
  text-align: left;
  font-family: "Gabarito", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 3.3rem;
  text-transform: none;
  word-break: break-word;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 2px, -35px -17px 7px rgba(206, 89, 55, 0);
}
/* line 25, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2 span, .bottomBannerWrapper .carousel-caption h2 span {
  display: block;
  color: #fff;
}
/* line 30, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h3, .bottomBannerWrapper .carousel-caption h3 {
  width: 100%;
  text-align: left;
  font-family: "Albert Sans", sans-serif;
  margin: 15px 0;
  font-weight: 500;
  font-size: 2rem;
  color: #e45865;
  text-transform: uppercase;
}
/* line 34, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption p, .bottomBannerWrapper .carousel-caption p {
  width: 100%;
  text-align: left;
  margin: 30px 0;
  display: none;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  width: 90%;
  word-break: break-word;
  font-size: 1.2rem;
}
/* line 37, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption p span, .bottomBannerWrapper .carousel-caption p span {
  color: #F0C883;
}
/* line 38, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2, .bottomBannerWrapper .carousel-caption h2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* line 39, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption p, .bottomBannerWrapper .carousel-caption p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/* line 40, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption a, .bottomBannerWrapper .carousel-caption a {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 42, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper, .bottomBannerWrapper .carousel-caption .buttonwrapper {
  display: flex;
  width: fit-content;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
/* line 50, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a, .homeBannerWrapper .carousel-caption .buttonwrapper button, .bottomBannerWrapper .carousel-caption .buttonwrapper a, .bottomBannerWrapper .carousel-caption .buttonwrapper button {
  border-radius: 40px;
  border: none;
  outline: none;
  padding: 0 0;
  line-height: 1;
  transition: all 0.5s;
  margin-right: 4px;
}
/* line 58, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a img, .homeBannerWrapper .carousel-caption .buttonwrapper button img, .bottomBannerWrapper .carousel-caption .buttonwrapper a img, .bottomBannerWrapper .carousel-caption .buttonwrapper button img {
  width: 12px;
  transition: all 0.5s;
  margin-right: 10px;
}
/* line 60, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .btn, .homeBannerWrapper .carousel-caption .buttonwrapper button .btn, .bottomBannerWrapper .carousel-caption .buttonwrapper a .btn, .bottomBannerWrapper .carousel-caption .buttonwrapper button .btn {
  line-height: 1;
  padding: .8rem 1rem;
  display: inline-block;
  border-radius: 50px;
}
/* line 63, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .btn.secondary, .homeBannerWrapper .carousel-caption .buttonwrapper button .btn.secondary, .bottomBannerWrapper .carousel-caption .buttonwrapper a .btn.secondary, .bottomBannerWrapper .carousel-caption .buttonwrapper button .btn.secondary {
  background: #F0C883;
  color: #244557;
}
/* line 67, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .btn.primary, .homeBannerWrapper .carousel-caption .buttonwrapper button .btn.primary, .bottomBannerWrapper .carousel-caption .buttonwrapper a .btn.primary, .bottomBannerWrapper .carousel-caption .buttonwrapper button .btn.primary {
  background: #244557;
  color: rgba(255, 255, 255, 0.65);
}
/* line 72, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .btn:hover, .homeBannerWrapper .carousel-caption .buttonwrapper button .btn:hover, .bottomBannerWrapper .carousel-caption .buttonwrapper a .btn:hover, .bottomBannerWrapper .carousel-caption .buttonwrapper button .btn:hover {
  color: #ffffff;
  transition: all 0.5s;
}
/* line 80, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .play, .homeBannerWrapper .carousel-caption .buttonwrapper button .play, .bottomBannerWrapper .carousel-caption .buttonwrapper a .play, .bottomBannerWrapper .carousel-caption .buttonwrapper button .play {
  line-height: 44px;
  padding: 14px;
  display: inline-block;
  height: 44px;
  width: 44px;
  vertical-align: middle;
  border-radius: 0 50px 50px 0;
  background: #346CC1;
}
/* line 83, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .play img, .homeBannerWrapper .carousel-caption .buttonwrapper button .play img, .bottomBannerWrapper .carousel-caption .buttonwrapper a .play img, .bottomBannerWrapper .carousel-caption .buttonwrapper button .play img {
  width: 20px;
  height: auto;
  display: block;
  transition: all 0.5s;
}
/* line 87, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a:hover img, .homeBannerWrapper .carousel-caption .buttonwrapper button:hover img, .bottomBannerWrapper .carousel-caption .buttonwrapper a:hover img, .bottomBannerWrapper .carousel-caption .buttonwrapper button:hover img {
  margin: auto 20px auto 10px;
  filter: invert(100%) sepia(0%) saturate(7436%) hue-rotate(180deg) brightness(200%) contrast(113%);
}
/* line 100, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2, .homeBannerWrapper .carousel-caption p, .homeBannerWrapper .carousel-caption a, .bottomBannerWrapper .carousel-caption h2, .bottomBannerWrapper .carousel-caption p, .bottomBannerWrapper .carousel-caption a {
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 138, ../sass/_home-banner.scss */
.homeBannerWrapper .fadeInLeft, .bottomBannerWrapper .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 171, ../sass/_home-banner.scss */
.homeBannerWrapper .fadeInUp, .bottomBannerWrapper .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 202, ../sass/_home-banner.scss */
.homeBannerWrapper .slideInRight, .bottomBannerWrapper .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/* line 209, ../sass/_home-banner.scss */
.modal-backdrop {
  z-index: 99;
}

/* line 210, ../sass/_home-banner.scss */
.modal-backdrop.show {
  opacity: .7;
}

/* line 212, ../sass/_home-banner.scss */
.homeBannerWrapper .modal-dialog {
  width: 90%;
  max-width: 1200px;
}

/* line 214, ../sass/_home-banner.scss */
.video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 219, ../sass/_home-banner.scss */
.video-wrapper video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* line 227, ../sass/_home-banner.scss */
.slide-img {
  padding: 200px 0 0 10%;
  min-height: 100vh;
}
/* line 245, ../sass/_home-banner.scss */
.slide-img.bg1 {
  background: url("../images/banner-bg1.png") center right no-repeat;
  background-size: cover;
}
/* line 249, ../sass/_home-banner.scss */
.slide-img.bg2 {
  background: url("../images/banner-bg3.png") top right no-repeat;
  background-size: cover;
}
/* line 253, ../sass/_home-banner.scss */
.slide-img.bg3 {
  background: url("../images/banner-bg2.png") top right no-repeat;
  background-size: cover;
}
/* line 258, ../sass/_home-banner.scss */
.slide-img.inner-bg {
  background: url("../images/inner-banner-bg.jpg") center center no-repeat fixed;
  background-size: cover;
}

/* line 278, ../sass/_home-banner.scss */
.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 70;
}

/* line 287, ../sass/_home-banner.scss */
.bg .dotWrapper {
  position: absolute;
}

/* line 290, ../sass/_home-banner.scss */
.bg .dotWrapper-1 {
  top: 61%;
  left: 36%;
  -webkit-animation: flying 43s ease-in-out -2s infinite alternate;
  animation: flying 43s ease-in-out -2s infinite alternate;
}

/* line 296, ../sass/_home-banner.scss */
.bg .dotWrapper-2 {
  top: 22%;
  left: 7%;
  -webkit-animation: flying 58s ease-in-out -6s infinite alternate;
  animation: flying 58s ease-in-out -6s infinite alternate;
}

/* line 302, ../sass/_home-banner.scss */
.bg .dotWrapper-3 {
  top: 7%;
  left: 76%;
  -webkit-animation: flying 58s ease-in-out -7.5s infinite alternate;
  animation: flying 58s ease-in-out -7.5s infinite alternate;
}

/* line 308, ../sass/_home-banner.scss */
.bg .dotWrapper-4 {
  top: 51%;
  left: 86%;
  -webkit-animation: flying 60s ease-in-out -1s infinite alternate;
  animation: flying 60s ease-in-out -1s infinite alternate;
}

/* line 314, ../sass/_home-banner.scss */
.bg .dotWrapper-5 {
  top: 2%;
  left: 51%;
  -webkit-animation: flying 33s ease-in-out -8.4s infinite alternate;
  animation: flying 33s ease-in-out -8.4s infinite alternate;
}

/* line 320, ../sass/_home-banner.scss */
.bg .dotWrapper-6 {
  top: 14%;
  left: 45%;
  -webkit-animation: flying 63s ease-in-out -3.5s infinite alternate;
  animation: flying 63s ease-in-out -3.5s infinite alternate;
}

/* line 326, ../sass/_home-banner.scss */
.bg .dotWrapper-7 {
  top: 37%;
  left: 34%;
  -webkit-animation: flying 23s ease-in-out -5s infinite alternate;
  animation: flying 23s ease-in-out -5s infinite alternate;
}

/* line 332, ../sass/_home-banner.scss */
.bg .dotWrapper-8 {
  top: 75%;
  left: 1%;
  -webkit-animation: flying 60s ease-in-out -3.8s infinite alternate;
  animation: flying 60s ease-in-out -3.8s infinite alternate;
}

/* line 338, ../sass/_home-banner.scss */
.bg .dotWrapper-9 {
  top: 52%;
  left: 29%;
  -webkit-animation: flying 37s ease-in-out -0.2s infinite alternate;
  animation: flying 37s ease-in-out -0.2s infinite alternate;
}

/* line 344, ../sass/_home-banner.scss */
.bg .dotWrapper-10 {
  top: 65%;
  left: 82%;
  -webkit-animation: flying 59s ease-in-out -4.2s infinite alternate;
  animation: flying 59s ease-in-out -4.2s infinite alternate;
}

/* line 350, ../sass/_home-banner.scss */
.bg .dotWrapper-11 {
  top: 3%;
  left: 59%;
  -webkit-animation: flying 24s ease-in-out -7.3s infinite alternate;
  animation: flying 24s ease-in-out -7.3s infinite alternate;
}

/* line 356, ../sass/_home-banner.scss */
.bg .dotWrapper-12 {
  top: 55%;
  left: 85%;
  -webkit-animation: flying 21s ease-in-out -7.2s infinite alternate;
  animation: flying 21s ease-in-out -7.2s infinite alternate;
}

/* line 362, ../sass/_home-banner.scss */
.bg .dotWrapper-13 {
  top: 43%;
  left: 48%;
  -webkit-animation: flying 36s ease-in-out -1.3s infinite alternate;
  animation: flying 36s ease-in-out -1.3s infinite alternate;
}

/* line 368, ../sass/_home-banner.scss */
.bg .dotWrapper-14 {
  top: 23%;
  left: 83%;
  -webkit-animation: flying 47s ease-in-out -1.5s infinite alternate;
  animation: flying 47s ease-in-out -1.5s infinite alternate;
}

/* line 374, ../sass/_home-banner.scss */
.bg .dotWrapper-15 {
  top: 42%;
  left: 88%;
  -webkit-animation: flying 35s ease-in-out -1.6s infinite alternate;
  animation: flying 35s ease-in-out -1.6s infinite alternate;
}

/* line 380, ../sass/_home-banner.scss */
.bg .dotWrapper-16 {
  top: 23%;
  left: 88%;
  -webkit-animation: flying 31s ease-in-out -8.5s infinite alternate;
  animation: flying 31s ease-in-out -8.5s infinite alternate;
}

/* line 386, ../sass/_home-banner.scss */
.bg .dotWrapper-17 {
  top: 78%;
  left: 84%;
  -webkit-animation: flying 33s ease-in-out -7.8s infinite alternate;
  animation: flying 33s ease-in-out -7.8s infinite alternate;
}

/* line 392, ../sass/_home-banner.scss */
.bg .dotWrapper-18 {
  top: 85%;
  left: 45%;
  -webkit-animation: flying 23s ease-in-out -8.5s infinite alternate;
  animation: flying 23s ease-in-out -8.5s infinite alternate;
}

/* line 398, ../sass/_home-banner.scss */
.bg .dotWrapper-19 {
  top: 57%;
  left: 8%;
  -webkit-animation: flying 50s ease-in-out -9.1s infinite alternate;
  animation: flying 50s ease-in-out -9.1s infinite alternate;
}

/* line 404, ../sass/_home-banner.scss */
.bg .dotWrapper-20 {
  top: 91%;
  left: 9%;
  -webkit-animation: flying 50s ease-in-out -7s infinite alternate;
  animation: flying 50s ease-in-out -7s infinite alternate;
}

/* line 410, ../sass/_home-banner.scss */
.bg .dotWrapper-21 {
  top: 55%;
  left: 28%;
  -webkit-animation: flying 31s ease-in-out -5.2s infinite alternate;
  animation: flying 31s ease-in-out -5.2s infinite alternate;
}

/* line 416, ../sass/_home-banner.scss */
.bg .dotWrapper-22 {
  top: 51%;
  left: 21%;
  -webkit-animation: flying 31s ease-in-out -9.3s infinite alternate;
  animation: flying 31s ease-in-out -9.3s infinite alternate;
}

/* line 422, ../sass/_home-banner.scss */
.bg .dotWrapper-23 {
  top: 30%;
  left: 7%;
  -webkit-animation: flying 41s ease-in-out -3.5s infinite alternate;
  animation: flying 41s ease-in-out -3.5s infinite alternate;
}

/* line 428, ../sass/_home-banner.scss */
.bg .dotWrapper-24 {
  top: 13%;
  left: 95%;
  -webkit-animation: flying 30s ease-in-out -9.5s infinite alternate;
  animation: flying 30s ease-in-out -9.5s infinite alternate;
}

/* line 434, ../sass/_home-banner.scss */
.bg .dotWrapper-25 {
  top: 37%;
  left: 49%;
  -webkit-animation: flying 53s ease-in-out -4.6s infinite alternate;
  animation: flying 53s ease-in-out -4.6s infinite alternate;
}

/* line 440, ../sass/_home-banner.scss */
.bg .dotWrapper-26 {
  top: 82%;
  left: 5%;
  -webkit-animation: flying 45s ease-in-out -2.6s infinite alternate;
  animation: flying 45s ease-in-out -2.6s infinite alternate;
}

/* line 446, ../sass/_home-banner.scss */
.bg .dotWrapper-27 {
  top: 25%;
  left: 38%;
  -webkit-animation: flying 38s ease-in-out -0.3s infinite alternate;
  animation: flying 38s ease-in-out -0.3s infinite alternate;
}

/* line 452, ../sass/_home-banner.scss */
.bg .dotWrapper-28 {
  top: 33%;
  left: 82%;
  -webkit-animation: flying 56s ease-in-out -0.6s infinite alternate;
  animation: flying 56s ease-in-out -0.6s infinite alternate;
}

/* line 458, ../sass/_home-banner.scss */
.bg .dotWrapper-29 {
  top: 24%;
  left: 66%;
  -webkit-animation: flying 33s ease-in-out -6.5s infinite alternate;
  animation: flying 33s ease-in-out -6.5s infinite alternate;
}

/* line 464, ../sass/_home-banner.scss */
.bg .dotWrapper-30 {
  top: 75%;
  left: 45%;
  -webkit-animation: flying 24s ease-in-out -2s infinite alternate;
  animation: flying 24s ease-in-out -2s infinite alternate;
}

/* line 470, ../sass/_home-banner.scss */
.bg .dotWrapper-31 {
  top: 43%;
  left: 44%;
  -webkit-animation: flying 31s ease-in-out -1.8s infinite alternate;
  animation: flying 31s ease-in-out -1.8s infinite alternate;
}

/* line 476, ../sass/_home-banner.scss */
.bg .dotWrapper-32 {
  top: 33%;
  left: 60%;
  -webkit-animation: flying 51s ease-in-out -9.7s infinite alternate;
  animation: flying 51s ease-in-out -9.7s infinite alternate;
}

/* line 482, ../sass/_home-banner.scss */
.bg .dotWrapper-33 {
  top: 32%;
  left: 5%;
  -webkit-animation: flying 52s ease-in-out -3.6s infinite alternate;
  animation: flying 52s ease-in-out -3.6s infinite alternate;
}

/* line 488, ../sass/_home-banner.scss */
.bg .dotWrapper-34 {
  top: 42%;
  left: 62%;
  -webkit-animation: flying 59s ease-in-out -9.5s infinite alternate;
  animation: flying 59s ease-in-out -9.5s infinite alternate;
}

/* line 494, ../sass/_home-banner.scss */
.bg .dotWrapper-35 {
  top: 19%;
  left: 17%;
  -webkit-animation: flying 63s ease-in-out -7.4s infinite alternate;
  animation: flying 63s ease-in-out -7.4s infinite alternate;
}

/* line 500, ../sass/_home-banner.scss */
.bg .dotWrapper-36 {
  top: 36%;
  left: 71%;
  -webkit-animation: flying 46s ease-in-out -1.7s infinite alternate;
  animation: flying 46s ease-in-out -1.7s infinite alternate;
}

/* line 506, ../sass/_home-banner.scss */
.bg .dotWrapper-37 {
  top: 46%;
  left: 17%;
  -webkit-animation: flying 40s ease-in-out -1.7s infinite alternate;
  animation: flying 40s ease-in-out -1.7s infinite alternate;
}

/* line 512, ../sass/_home-banner.scss */
.bg .dotWrapper-38 {
  top: 48%;
  left: 56%;
  -webkit-animation: flying 57s ease-in-out -5s infinite alternate;
  animation: flying 57s ease-in-out -5s infinite alternate;
}

/* line 518, ../sass/_home-banner.scss */
.bg .dotWrapper-39 {
  top: 63%;
  left: 84%;
  -webkit-animation: flying 65s ease-in-out -3.7s infinite alternate;
  animation: flying 65s ease-in-out -3.7s infinite alternate;
}

/* line 524, ../sass/_home-banner.scss */
.bg .dotWrapper-40 {
  top: 38%;
  left: 27%;
  -webkit-animation: flying 59s ease-in-out -8.2s infinite alternate;
  animation: flying 59s ease-in-out -8.2s infinite alternate;
}

/* line 530, ../sass/_home-banner.scss */
.bg .dotWrapper-41 {
  top: 29%;
  left: 70%;
  -webkit-animation: flying 23s ease-in-out -5.3s infinite alternate;
  animation: flying 23s ease-in-out -5.3s infinite alternate;
}

/* line 536, ../sass/_home-banner.scss */
.bg .dotWrapper-42 {
  top: 66%;
  left: 74%;
  -webkit-animation: flying 25s ease-in-out -9.5s infinite alternate;
  animation: flying 25s ease-in-out -9.5s infinite alternate;
}

/* line 542, ../sass/_home-banner.scss */
.bg .dotWrapper-43 {
  top: 96%;
  left: 98%;
  -webkit-animation: flying 57s ease-in-out -6.8s infinite alternate;
  animation: flying 57s ease-in-out -6.8s infinite alternate;
}

/* line 548, ../sass/_home-banner.scss */
.bg .dotWrapper-44 {
  top: 3%;
  left: 21%;
  -webkit-animation: flying 55s ease-in-out -5.5s infinite alternate;
  animation: flying 55s ease-in-out -5.5s infinite alternate;
}

/* line 554, ../sass/_home-banner.scss */
.bg .dotWrapper-45 {
  top: 99%;
  left: 17%;
  -webkit-animation: flying 25s ease-in-out -3.8s infinite alternate;
  animation: flying 25s ease-in-out -3.8s infinite alternate;
}

/* line 560, ../sass/_home-banner.scss */
.bg .dotWrapper-46 {
  top: 46%;
  left: 42%;
  -webkit-animation: flying 53s ease-in-out -4.4s infinite alternate;
  animation: flying 53s ease-in-out -4.4s infinite alternate;
}

/* line 566, ../sass/_home-banner.scss */
.bg .dotWrapper-47 {
  top: 25%;
  left: 58%;
  -webkit-animation: flying 45s ease-in-out -4.6s infinite alternate;
  animation: flying 45s ease-in-out -4.6s infinite alternate;
}

/* line 572, ../sass/_home-banner.scss */
.bg .dotWrapper-48 {
  top: 25%;
  left: 23%;
  -webkit-animation: flying 46s ease-in-out -8.4s infinite alternate;
  animation: flying 46s ease-in-out -8.4s infinite alternate;
}

/* line 578, ../sass/_home-banner.scss */
.bg .dotWrapper-49 {
  top: 8%;
  left: 90%;
  -webkit-animation: flying 49s ease-in-out -8.8s infinite alternate;
  animation: flying 49s ease-in-out -8.8s infinite alternate;
}

/* line 584, ../sass/_home-banner.scss */
.bg .dotWrapper-50 {
  top: 50%;
  left: 78%;
  -webkit-animation: flying 63s ease-in-out -2.2s infinite alternate;
  animation: flying 63s ease-in-out -2.2s infinite alternate;
}

/* line 590, ../sass/_home-banner.scss */
.bg .dotWrapper-51 {
  top: 51%;
  left: 6%;
  -webkit-animation: flying 59s ease-in-out -8.2s infinite alternate;
  animation: flying 59s ease-in-out -8.2s infinite alternate;
}

/* line 596, ../sass/_home-banner.scss */
.bg .dotWrapper-52 {
  top: 8%;
  left: 93%;
  -webkit-animation: flying 68s ease-in-out -7.3s infinite alternate;
  animation: flying 68s ease-in-out -7.3s infinite alternate;
}

/* line 602, ../sass/_home-banner.scss */
.bg .dotWrapper-53 {
  top: 23%;
  left: 73%;
  -webkit-animation: flying 39s ease-in-out -9.6s infinite alternate;
  animation: flying 39s ease-in-out -9.6s infinite alternate;
}

/* line 608, ../sass/_home-banner.scss */
.bg .dotWrapper-54 {
  top: 65%;
  left: 30%;
  -webkit-animation: flying 67s ease-in-out -3.6s infinite alternate;
  animation: flying 67s ease-in-out -3.6s infinite alternate;
}

/* line 614, ../sass/_home-banner.scss */
.bg .dotWrapper-55 {
  top: 94%;
  left: 1%;
  -webkit-animation: flying 27s ease-in-out -8.7s infinite alternate;
  animation: flying 27s ease-in-out -8.7s infinite alternate;
}

/* line 620, ../sass/_home-banner.scss */
.bg .dotWrapper-56 {
  top: 15%;
  left: 88%;
  -webkit-animation: flying 49s ease-in-out -5.2s infinite alternate;
  animation: flying 49s ease-in-out -5.2s infinite alternate;
}

/* line 626, ../sass/_home-banner.scss */
.bg .dotWrapper-57 {
  top: 62%;
  left: 83%;
  -webkit-animation: flying 30s ease-in-out -3.2s infinite alternate;
  animation: flying 30s ease-in-out -3.2s infinite alternate;
}

/* line 632, ../sass/_home-banner.scss */
.bg .dotWrapper-58 {
  top: 93%;
  left: 52%;
  -webkit-animation: flying 28s ease-in-out -2.9s infinite alternate;
  animation: flying 28s ease-in-out -2.9s infinite alternate;
}

/* line 638, ../sass/_home-banner.scss */
.bg .dotWrapper-59 {
  top: 1%;
  left: 2%;
  -webkit-animation: flying 33s ease-in-out -3.7s infinite alternate;
  animation: flying 33s ease-in-out -3.7s infinite alternate;
}

/* line 644, ../sass/_home-banner.scss */
.bg .dotWrapper-60 {
  top: 5%;
  left: 66%;
  -webkit-animation: flying 27s ease-in-out -5.4s infinite alternate;
  animation: flying 27s ease-in-out -5.4s infinite alternate;
}

/* line 650, ../sass/_home-banner.scss */
.bg .dotWrapper-61 {
  top: 39%;
  left: 84%;
  -webkit-animation: flying 65s ease-in-out -1.3s infinite alternate;
  animation: flying 65s ease-in-out -1.3s infinite alternate;
}

/* line 656, ../sass/_home-banner.scss */
.bg .dotWrapper-62 {
  top: 62%;
  left: 4%;
  -webkit-animation: flying 42s ease-in-out -4.7s infinite alternate;
  animation: flying 42s ease-in-out -4.7s infinite alternate;
}

/* line 662, ../sass/_home-banner.scss */
.bg .dotWrapper-63 {
  top: 95%;
  left: 25%;
  -webkit-animation: flying 45s ease-in-out -8.1s infinite alternate;
  animation: flying 45s ease-in-out -8.1s infinite alternate;
}

/* line 668, ../sass/_home-banner.scss */
.bg .dotWrapper-64 {
  top: 80%;
  left: 23%;
  -webkit-animation: flying 56s ease-in-out -3.4s infinite alternate;
  animation: flying 56s ease-in-out -3.4s infinite alternate;
}

/* line 674, ../sass/_home-banner.scss */
.bg .dotWrapper-65 {
  top: 9%;
  left: 76%;
  -webkit-animation: flying 63s ease-in-out -2.1s infinite alternate;
  animation: flying 63s ease-in-out -2.1s infinite alternate;
}

/* line 680, ../sass/_home-banner.scss */
.bg .dotWrapper-66 {
  top: 88%;
  left: 23%;
  -webkit-animation: flying 32s ease-in-out -8.8s infinite alternate;
  animation: flying 32s ease-in-out -8.8s infinite alternate;
}

/* line 686, ../sass/_home-banner.scss */
.bg .dotWrapper-67 {
  top: 37%;
  left: 98%;
  -webkit-animation: flying 50s ease-in-out -1.2s infinite alternate;
  animation: flying 50s ease-in-out -1.2s infinite alternate;
}

/* line 692, ../sass/_home-banner.scss */
.bg .dotWrapper-68 {
  top: 76%;
  left: 70%;
  -webkit-animation: flying 39s ease-in-out -7.5s infinite alternate;
  animation: flying 39s ease-in-out -7.5s infinite alternate;
}

/* line 698, ../sass/_home-banner.scss */
.bg .dotWrapper-69 {
  top: 87%;
  left: 79%;
  -webkit-animation: flying 27s ease-in-out -0.5s infinite alternate;
  animation: flying 27s ease-in-out -0.5s infinite alternate;
}

/* line 704, ../sass/_home-banner.scss */
.bg .dotWrapper-70 {
  top: 38%;
  left: 37%;
  -webkit-animation: flying 46s ease-in-out -1.3s infinite alternate;
  animation: flying 46s ease-in-out -1.3s infinite alternate;
}

/* line 710, ../sass/_home-banner.scss */
.bg .dotWrapper-71 {
  top: 21%;
  left: 86%;
  -webkit-animation: flying 50s ease-in-out -0.2s infinite alternate;
  animation: flying 50s ease-in-out -0.2s infinite alternate;
}

/* line 716, ../sass/_home-banner.scss */
.bg .dotWrapper-72 {
  top: 41%;
  left: 8%;
  -webkit-animation: flying 62s ease-in-out -2.1s infinite alternate;
  animation: flying 62s ease-in-out -2.1s infinite alternate;
}

/* line 722, ../sass/_home-banner.scss */
.bg .dotWrapper-73 {
  top: 32%;
  left: 34%;
  -webkit-animation: flying 30s ease-in-out -1s infinite alternate;
  animation: flying 30s ease-in-out -1s infinite alternate;
}

/* line 728, ../sass/_home-banner.scss */
.bg .dotWrapper-74 {
  top: 9%;
  left: 66%;
  -webkit-animation: flying 47s ease-in-out -7.6s infinite alternate;
  animation: flying 47s ease-in-out -7.6s infinite alternate;
}

/* line 734, ../sass/_home-banner.scss */
.bg .dotWrapper-75 {
  top: 100%;
  left: 74%;
  -webkit-animation: flying 59s ease-in-out -3.6s infinite alternate;
  animation: flying 59s ease-in-out -3.6s infinite alternate;
}

/* line 740, ../sass/_home-banner.scss */
.bg .dot {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

/* line 746, ../sass/_home-banner.scss */
.bg .dot-1 {
  transform-origin: 0px -12px;
  -webkit-animation: rotating 23s ease-in-out -4.6s infinite;
  animation: rotating 23s ease-in-out -4.6s infinite;
}

/* line 751, ../sass/_home-banner.scss */
.bg .dot-2 {
  transform-origin: 8px -13px;
  -webkit-animation: rotating 24s ease-in-out -4.4s infinite;
  animation: rotating 24s ease-in-out -4.4s infinite;
}

/* line 756, ../sass/_home-banner.scss */
.bg .dot-3 {
  transform-origin: 8px 2px;
  -webkit-animation: rotating 24s ease-in-out -5.1s infinite;
  animation: rotating 24s ease-in-out -5.1s infinite;
}

/* line 761, ../sass/_home-banner.scss */
.bg .dot-4 {
  transform-origin: -1px -2px;
  -webkit-animation: rotating 16s ease-in-out -7.5s infinite;
  animation: rotating 16s ease-in-out -7.5s infinite;
}

/* line 766, ../sass/_home-banner.scss */
.bg .dot-5 {
  transform-origin: 12px 10px;
  -webkit-animation: rotating 22s ease-in-out -2.5s infinite;
  animation: rotating 22s ease-in-out -2.5s infinite;
}

/* line 771, ../sass/_home-banner.scss */
.bg .dot-6 {
  transform-origin: 3px -14px;
  -webkit-animation: rotating 16s ease-in-out -4s infinite;
  animation: rotating 16s ease-in-out -4s infinite;
}

/* line 776, ../sass/_home-banner.scss */
.bg .dot-7 {
  transform-origin: -9px 13px;
  -webkit-animation: rotating 30s ease-in-out -7.4s infinite;
  animation: rotating 30s ease-in-out -7.4s infinite;
}

/* line 781, ../sass/_home-banner.scss */
.bg .dot-8 {
  transform-origin: 9px 1px;
  -webkit-animation: rotating 18s ease-in-out -2.4s infinite;
  animation: rotating 18s ease-in-out -2.4s infinite;
}

/* line 786, ../sass/_home-banner.scss */
.bg .dot-9 {
  transform-origin: 13px -5px;
  -webkit-animation: rotating 16s ease-in-out -3.7s infinite;
  animation: rotating 16s ease-in-out -3.7s infinite;
}

/* line 791, ../sass/_home-banner.scss */
.bg .dot-10 {
  transform-origin: -7px -10px;
  -webkit-animation: rotating 27s ease-in-out -4.1s infinite;
  animation: rotating 27s ease-in-out -4.1s infinite;
}

/* line 796, ../sass/_home-banner.scss */
.bg .dot-11 {
  transform-origin: -9px -5px;
  -webkit-animation: rotating 22s ease-in-out -3.2s infinite;
  animation: rotating 22s ease-in-out -3.2s infinite;
}

/* line 801, ../sass/_home-banner.scss */
.bg .dot-12 {
  transform-origin: -6px 5px;
  -webkit-animation: rotating 16s ease-in-out -0.6s infinite;
  animation: rotating 16s ease-in-out -0.6s infinite;
}

/* line 806, ../sass/_home-banner.scss */
.bg .dot-13 {
  transform-origin: -6px 1px;
  -webkit-animation: rotating 22s ease-in-out -5s infinite;
  animation: rotating 22s ease-in-out -5s infinite;
}

/* line 811, ../sass/_home-banner.scss */
.bg .dot-14 {
  transform-origin: 15px -8px;
  -webkit-animation: rotating 25s ease-in-out -1.7s infinite;
  animation: rotating 25s ease-in-out -1.7s infinite;
}

/* line 816, ../sass/_home-banner.scss */
.bg .dot-15 {
  transform-origin: 5px 3px;
  -webkit-animation: rotating 29s ease-in-out -6.8s infinite;
  animation: rotating 29s ease-in-out -6.8s infinite;
}

/* line 821, ../sass/_home-banner.scss */
.bg .dot-16 {
  transform-origin: -8px 11px;
  -webkit-animation: rotating 16s ease-in-out -1.7s infinite;
  animation: rotating 16s ease-in-out -1.7s infinite;
}

/* line 826, ../sass/_home-banner.scss */
.bg .dot-17 {
  transform-origin: 10px -2px;
  -webkit-animation: rotating 13s ease-in-out -7.2s infinite;
  animation: rotating 13s ease-in-out -7.2s infinite;
}

/* line 831, ../sass/_home-banner.scss */
.bg .dot-18 {
  transform-origin: 1px 3px;
  -webkit-animation: rotating 20s ease-in-out -0.7s infinite;
  animation: rotating 20s ease-in-out -0.7s infinite;
}

/* line 836, ../sass/_home-banner.scss */
.bg .dot-19 {
  transform-origin: -4px -12px;
  -webkit-animation: rotating 30s ease-in-out -2.2s infinite;
  animation: rotating 30s ease-in-out -2.2s infinite;
}

/* line 841, ../sass/_home-banner.scss */
.bg .dot-20 {
  transform-origin: -11px 4px;
  -webkit-animation: rotating 24s ease-in-out -9.9s infinite;
  animation: rotating 24s ease-in-out -9.9s infinite;
}

/* line 846, ../sass/_home-banner.scss */
.bg .dot-21 {
  transform-origin: -7px -13px;
  -webkit-animation: rotating 16s ease-in-out -2.1s infinite;
  animation: rotating 16s ease-in-out -2.1s infinite;
}

/* line 851, ../sass/_home-banner.scss */
.bg .dot-22 {
  transform-origin: -11px 3px;
  -webkit-animation: rotating 17s ease-in-out -2.6s infinite;
  animation: rotating 17s ease-in-out -2.6s infinite;
}

/* line 856, ../sass/_home-banner.scss */
.bg .dot-23 {
  transform-origin: -13px 0px;
  -webkit-animation: rotating 12s ease-in-out -10s infinite;
  animation: rotating 12s ease-in-out -10s infinite;
}

/* line 861, ../sass/_home-banner.scss */
.bg .dot-24 {
  transform-origin: 4px -10px;
  -webkit-animation: rotating 11s ease-in-out -4.8s infinite;
  animation: rotating 11s ease-in-out -4.8s infinite;
}

/* line 866, ../sass/_home-banner.scss */
.bg .dot-25 {
  transform-origin: 12px 9px;
  -webkit-animation: rotating 12s ease-in-out -8.5s infinite;
  animation: rotating 12s ease-in-out -8.5s infinite;
}

/* line 871, ../sass/_home-banner.scss */
.bg .dot-26 {
  transform-origin: -5px 14px;
  -webkit-animation: rotating 22s ease-in-out -1.4s infinite;
  animation: rotating 22s ease-in-out -1.4s infinite;
}

/* line 876, ../sass/_home-banner.scss */
.bg .dot-27 {
  transform-origin: -1px 9px;
  -webkit-animation: rotating 11s ease-in-out -4.7s infinite;
  animation: rotating 11s ease-in-out -4.7s infinite;
}

/* line 881, ../sass/_home-banner.scss */
.bg .dot-28 {
  transform-origin: 7px -1px;
  -webkit-animation: rotating 26s ease-in-out -5.3s infinite;
  animation: rotating 26s ease-in-out -5.3s infinite;
}

/* line 886, ../sass/_home-banner.scss */
.bg .dot-29 {
  transform-origin: 13px 2px;
  -webkit-animation: rotating 27s ease-in-out -0.3s infinite;
  animation: rotating 27s ease-in-out -0.3s infinite;
}

/* line 891, ../sass/_home-banner.scss */
.bg .dot-30 {
  transform-origin: 15px -6px;
  -webkit-animation: rotating 16s ease-in-out -5.1s infinite;
  animation: rotating 16s ease-in-out -5.1s infinite;
}

/* line 896, ../sass/_home-banner.scss */
.bg .dot-31 {
  transform-origin: 8px -4px;
  -webkit-animation: rotating 16s ease-in-out -5.1s infinite;
  animation: rotating 16s ease-in-out -5.1s infinite;
}

/* line 901, ../sass/_home-banner.scss */
.bg .dot-32 {
  transform-origin: -11px 11px;
  -webkit-animation: rotating 11s ease-in-out -0.3s infinite;
  animation: rotating 11s ease-in-out -0.3s infinite;
}

/* line 906, ../sass/_home-banner.scss */
.bg .dot-33 {
  transform-origin: -3px -8px;
  -webkit-animation: rotating 17s ease-in-out -2.4s infinite;
  animation: rotating 17s ease-in-out -2.4s infinite;
}

/* line 911, ../sass/_home-banner.scss */
.bg .dot-34 {
  transform-origin: 0px 11px;
  -webkit-animation: rotating 21s ease-in-out -2.4s infinite;
  animation: rotating 21s ease-in-out -2.4s infinite;
}

/* line 916, ../sass/_home-banner.scss */
.bg .dot-35 {
  transform-origin: 10px -13px;
  -webkit-animation: rotating 16s ease-in-out -8.1s infinite;
  animation: rotating 16s ease-in-out -8.1s infinite;
}

/* line 921, ../sass/_home-banner.scss */
.bg .dot-36 {
  transform-origin: 5px 5px;
  -webkit-animation: rotating 17s ease-in-out -6.1s infinite;
  animation: rotating 17s ease-in-out -6.1s infinite;
}

/* line 926, ../sass/_home-banner.scss */
.bg .dot-37 {
  transform-origin: -10px 7px;
  -webkit-animation: rotating 11s ease-in-out -1.3s infinite;
  animation: rotating 11s ease-in-out -1.3s infinite;
}

/* line 931, ../sass/_home-banner.scss */
.bg .dot-38 {
  transform-origin: 14px -10px;
  -webkit-animation: rotating 23s ease-in-out -8.3s infinite;
  animation: rotating 23s ease-in-out -8.3s infinite;
}

/* line 936, ../sass/_home-banner.scss */
.bg .dot-39 {
  transform-origin: 1px -11px;
  -webkit-animation: rotating 24s ease-in-out -2s infinite;
  animation: rotating 24s ease-in-out -2s infinite;
}

/* line 941, ../sass/_home-banner.scss */
.bg .dot-40 {
  transform-origin: -5px 8px;
  -webkit-animation: rotating 13s ease-in-out -0.4s infinite;
  animation: rotating 13s ease-in-out -0.4s infinite;
}

/* line 946, ../sass/_home-banner.scss */
.bg .dot-41 {
  transform-origin: -2px 0px;
  -webkit-animation: rotating 13s ease-in-out -8.6s infinite;
  animation: rotating 13s ease-in-out -8.6s infinite;
}

/* line 951, ../sass/_home-banner.scss */
.bg .dot-42 {
  transform-origin: -4px -2px;
  -webkit-animation: rotating 20s ease-in-out -1.3s infinite;
  animation: rotating 20s ease-in-out -1.3s infinite;
}

/* line 956, ../sass/_home-banner.scss */
.bg .dot-43 {
  transform-origin: 6px 13px;
  -webkit-animation: rotating 11s ease-in-out -4.5s infinite;
  animation: rotating 11s ease-in-out -4.5s infinite;
}

/* line 961, ../sass/_home-banner.scss */
.bg .dot-44 {
  transform-origin: 0px -8px;
  -webkit-animation: rotating 30s ease-in-out -8.3s infinite;
  animation: rotating 30s ease-in-out -8.3s infinite;
}

/* line 966, ../sass/_home-banner.scss */
.bg .dot-45 {
  transform-origin: -11px 2px;
  -webkit-animation: rotating 14s ease-in-out -7s infinite;
  animation: rotating 14s ease-in-out -7s infinite;
}

/* line 971, ../sass/_home-banner.scss */
.bg .dot-46 {
  transform-origin: 1px 12px;
  -webkit-animation: rotating 27s ease-in-out -2.3s infinite;
  animation: rotating 27s ease-in-out -2.3s infinite;
}

/* line 976, ../sass/_home-banner.scss */
.bg .dot-47 {
  transform-origin: 2px -5px;
  -webkit-animation: rotating 30s ease-in-out -5.8s infinite;
  animation: rotating 30s ease-in-out -5.8s infinite;
}

/* line 981, ../sass/_home-banner.scss */
.bg .dot-48 {
  transform-origin: -5px 10px;
  -webkit-animation: rotating 20s ease-in-out -7.6s infinite;
  animation: rotating 20s ease-in-out -7.6s infinite;
}

/* line 986, ../sass/_home-banner.scss */
.bg .dot-49 {
  transform-origin: -9px -6px;
  -webkit-animation: rotating 18s ease-in-out -8.9s infinite;
  animation: rotating 18s ease-in-out -8.9s infinite;
}

/* line 991, ../sass/_home-banner.scss */
.bg .dot-50 {
  transform-origin: -10px 9px;
  -webkit-animation: rotating 25s ease-in-out -5.3s infinite;
  animation: rotating 25s ease-in-out -5.3s infinite;
}

@-webkit-keyframes rotating {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  25%, 75% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  25%, 75% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}
@-webkit-keyframes flying {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(20px, 50px);
  }
  20% {
    transform: translate(-30px, 10px);
  }
  30% {
    transform: translate(10px, 60px);
  }
  40% {
    transform: translate(50px, 0px);
  }
  50% {
    transform: translate(-10px, -40px);
  }
  60% {
    transform: translate(-40px, 20px);
  }
  70% {
    transform: translate(30px, -30px);
  }
  80% {
    transform: translate(0px, -60px);
  }
  90% {
    transform: translate(40px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes flying {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(20px, 50px);
  }
  20% {
    transform: translate(-30px, 10px);
  }
  30% {
    transform: translate(10px, 60px);
  }
  40% {
    transform: translate(50px, 0px);
  }
  50% {
    transform: translate(-10px, -40px);
  }
  60% {
    transform: translate(-40px, 20px);
  }
  70% {
    transform: translate(30px, -30px);
  }
  80% {
    transform: translate(0px, -60px);
  }
  90% {
    transform: translate(40px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==================================================== */
/* Inner Page Banner                          */
/* ==================================================== */
/* line 4, ../sass/_inner-pages.scss */
.innerPageBannerWrapper {
  width: 100%;
  position: relative;
  z-index: 80;
  display: block;
  background: url("../images/care.png") left top no-repeat fixed #142e3c;
  background-size: 100%;
}
/* line 22, ../sass/_inner-pages.scss */
.innerPageBannerWrapper.bg-faq {
  background: url("../images/bg-faq.png") left top no-repeat fixed #142e3c;
  background-size: 100%;
}
/* line 27, ../sass/_inner-pages.scss */
.innerPageBannerWrapper.bg-contact {
  background: url("../images/bg-contact.png") left top no-repeat fixed #142e3c;
  background-size: 100%;
}
/* line 32, ../sass/_inner-pages.scss */
.innerPageBannerWrapper.bg-blog {
  background: url("../images/bg-blog.png") left top no-repeat fixed #142e3c;
  background-size: 100%;
}
/* line 37, ../sass/_inner-pages.scss */
.innerPageBannerWrapper.bg-service {
  background: url("../images/bg-service.png") left top no-repeat fixed #142e3c;
  background-size: 100%;
}
/* line 42, ../sass/_inner-pages.scss */
.innerPageBannerWrapper.bg-make-a-referral {
  background: url("../images/bg-make-a-referral.png") left top no-repeat fixed #142e3c;
  background-size: 100%;
}
/* line 49, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .overlayWrapper {
  width: 100%;
  height: 100%;
  padding: 200px 0 100px 0;
  object-fit: cover;
}
/* line 61, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .bannerContentWrapper {
  z-index: 200;
  padding-top: 34px;
  margin: auto;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
/* line 64, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .bannerContentWrapper .caption {
  font-family: "Gabarito", sans-serif;
  font-size: 2.8rem;
  text-align: left;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.6) 3px 3px 2px, -35px -17px 7px rgba(206, 89, 55, 0);
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  width: fit-content;
  letter-spacing: 1px;
}
/* line 89, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .breadcrumb {
  margin: 0;
}
/* line 91, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .breadcrumb li {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  margin-right: 30px;
  font-size: 1rem;
}
/* line 96, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .breadcrumb li:last-child {
  margin-right: 0;
}
/* line 96, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .breadcrumb li:last-child:after {
  display: none;
}
/* line 97, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .breadcrumb li:after {
  content: "-";
  position: absolute;
  bottom: 0;
  right: -15px;
  color: #000;
}
/* line 104, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .breadcrumb li a {
  color: #000;
  font-size: 1rem;
}
@-webkit-keyframes slidein {
  from {
    background-position: top;
    background-size: 120%;
  }
  to {
    background-position: -100px 0px;
    background-size: 100%;
  }
}
@keyframes slidein {
  from {
    background-position: top;
    background-size: 120%;
  }
  to {
    background-position: -100px 0px;
    background-size: 100%;
  }
}
/* ==================================================== */
/* Inner Page                         */
/* ==================================================== */
/* line 124, ../sass/_inner-pages.scss */
.innerPageWrapper {
  width: 100%;
  position: relative;
}
/* line 128, ../sass/_inner-pages.scss */
.innerPageWrapper .contentWrapper {
  align-items: center;
}
/* line 130, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page {
  background: #F5F6F9;
}
/* line 132, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .container-full {
  width: 80%;
  background: #fff;
}
/* line 133, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .contentWrapper {
  padding: 0 2rem;
}
/* line 141, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .common-sec-intro {
  margin-top: 3rem;
  padding-left: 2.5rem;
}
/* line 144, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .common-sec-intro .title {
  color: #000;
}
/* line 145, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .common-sec-intro p {
  text-align: left;
  padding-right: 1rem;
}
/* line 148, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper {
  display: flex;
  padding: 0 0 0 1rem;
}
/* line 151, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 2rem;
}
/* line 158, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li.vision figure {
  background: #F7E3C1;
}
/* line 159, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li.vision figcaption {
  border-left: 2px solid #F7E3C1;
}
/* line 162, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li.mission figure {
  background: #ABCCCB;
}
/* line 163, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li.mission figcaption {
  border-left: 2px solid #ABCCCB;
}
/* line 165, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li figure {
  width: 60px;
  height: 60px;
  border-radius: 20px 20px 20px 0;
  display: flex;
  justify-content: center;
}
/* line 171, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li figure img {
  width: 70%;
  padding: 4px;
}
/* line 173, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li figcaption {
  padding-left: 1.5rem;
  border-radius: 0 20px 0 0;
}
/* line 176, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li figcaption h4 {
  font-size: 1.1rem;
  color: #000;
  margin: 1rem 0 .4rem 0;
}
/* line 177, ../sass/_inner-pages.scss */
.innerPageWrapper.about-us-page .mission-vistion-wrapper li figcaption p {
  text-align: left;
}
/* line 184, ../sass/_inner-pages.scss */
.innerPageWrapper.service-page {
  background: #F5F6F9;
}
/* line 186, ../sass/_inner-pages.scss */
.innerPageWrapper.service-page .container-full {
  width: 80%;
  background: #fff;
}
/* line 187, ../sass/_inner-pages.scss */
.innerPageWrapper.service-page .common-sec-intro {
  margin: 50px auto;
}
/* line 189, ../sass/_inner-pages.scss */
.innerPageWrapper.service-page .common-sec-intro .title {
  font-size: 2.5rem;
}
/* line 190, ../sass/_inner-pages.scss */
.innerPageWrapper.service-page .common-sec-intro .sub-para {
  text-align: left;
  color: #ED992A;
}
/* line 196, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .container-full {
  width: 94%;
}
/* line 197, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* line 202, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea {
  width: calc(100% - 450px);
}
/* line 204, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea.full-width {
  width: 100%;
}
/* line 207, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
/* line 216, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li {
  width: calc(100% / 3 - 3rem);
  display: block;
  float: left;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  margin: 0 0 6rem 0;
  padding: 0 1rem;
  background: #ffffff;
}
/* line 227, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li.full-width {
  width: calc(100% / 1 - 3rem);
}
/* line 229, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li.full-width .blogthumbWrapper {
  position: relative;
  margin-bottom: 1rem;
  height: 450px;
}
/* line 232, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li.full-width .blogthumbWrapper img {
  position: absolute;
}
/* line 234, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li.full-width .blogthumbWrapper .dateWrapper {
  display: none;
  position: absolute;
  background: #F0C883;
  padding: 1rem 2rem;
  border-radius: 0 1rem 0 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  right: 0;
}
/* line 242, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li.full-width .blogthumbWrapper .dateWrapper .day {
  font-size: 2rem;
}
/* line 245, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li.full-width .blogthumbWrapper .dateWrapper .month-year {
  font-size: 1rem;
}
/* line 253, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover {
  transition: all 0.5s;
}
/* line 255, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover .blogthumbWrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/* line 257, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover .blogthumbWrapper::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
/* line 261, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover .blogthumbWrapper img {
  filter: none;
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 274, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover .contentWrapper a.knowmore {
  font-weight: 500;
}
/* line 276, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover .contentWrapper a.knowmore::after {
  background: url("../images/arrow-right.svg") center center no-repeat #F0C883;
  background-size: 50%;
}
/* line 285, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover .titleHead .title {
  color: #000;
}
/* line 286, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover .titleHead .dateWrapper {
  background: #F0C883;
}
/* line 288, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover .titleHead .dateWrapper p {
  color: #244557;
}
/* line 289, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li:hover .titleHead .dateWrapper .month-year {
  font-weight: 500;
}
/* line 294, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .blogthumbWrapper {
  width: 100%;
  border-radius: 1rem;
  height: 280px;
  overflow: hidden;
  background: #ffffff;
}
/* line 302, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .blogthumbWrapper::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
/* line 317, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .blogthumbWrapper img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 2px;
  filter: grayscale(24%) sepia(69%) saturate(62%);
  -webkit-filter: grayscale(24%) sepia(69%) saturate(62%);
  -moz-filter: grayscale(24%) sepia(69%) saturate(62%);
}
/* line 332, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .titleHead {
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
/* line 338, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .titleHead .title {
  color: #244557;
  font-weight: 500;
  padding-left: 1.2rem;
}
/* line 345, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .dateWrapper {
  background: #FBEFD9;
  padding: .4rem 1rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/* line 354, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .dateWrapper p {
  color: #244557;
  text-align: center;
  margin: 0;
}
/* line 355, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .dateWrapper .day {
  font-weight: 600;
  font-size: 3rem;
  font-family: "Gabarito", sans-serif;
}
/* line 360, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .dateWrapper .month-year {
  font-weight: 300;
  font-size: .75rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/* line 371, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .dateWrapper .month-year span:first-child {
  letter-spacing: 1px;
}
/* line 378, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .contentWrapper a.knowmore {
  color: #244557;
  font-size: .88rem;
  background: none;
  border: none;
  padding: .7rem 0;
}
/* line 385, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .contentWrapper a.knowmore:hover {
  font-weight: 500;
}
/* line 387, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .contentWrapper a.knowmore:hover::after {
  right: -45px;
}
/* line 392, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li .contentWrapper a.knowmore::after {
  background: url("../images/arrow-right.svg") center center no-repeat #FBEFD9;
  background-size: 50%;
}
/* line 402, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea .pagination-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
/* line 408, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea .pagination-wrapper .pagination .page-item {
  margin: 0 2px;
}
/* line 410, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea .pagination-wrapper .pagination .page-item a {
  width: 48px;
  height: 48px;
  line-height: 24px;
  border-radius: 100%;
  border: 1px dashed #244557;
  background: #fff;
  color: #244557;
}
/* line 418, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .contentarea .pagination-wrapper .pagination .page-item a:hover {
  font-weight: 600;
}
/* line 428, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .latestLinksWrapper {
  display: flex;
  width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 1.5rem;
  flex-wrap: nowrap;
}
/* line 436, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .latestLinksWrapper .title {
  color: #244557;
  font-weight: 500;
  padding: 0;
  font-size: 1.5rem;
  margin: 0 0 1.5rem 0;
}
/* line 445, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .latestLinksWrapper li a {
  margin: 0 0 1rem 0;
  border: none;
  border-left: 2px solid #F0C883;
  text-decoration: underline !important;
  font-size: 1rem;
  color: #263A56;
}
/* line 454, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page .blogsWrapperRow .latestLinksWrapper li:hover a {
  color: #244557;
  background: #FBEFD9;
}
/* line 460, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details {
  margin-top: 50px;
  background: #ffffff;
}
/* line 464, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blog-sec-row {
  border-radius: 1rem;
  padding: 2rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
  background: #F5F6F9;
  width: 96%;
}
/* line 471, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blog-sec-row .sec-title {
  color: #244557;
  font-size: 1.3rem;
}
/* line 475, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blog-sec-row .sub-hd {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 1.3rem;
}
/* line 476, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blog-sec-row ul.list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* line 480, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blog-sec-row ul.list li {
  padding: 0 0 0 30px;
  margin-bottom: 1rem;
  font-size: .96rem;
  width: 100%;
  position: relative;
  background: transparent;
}
/* line 487, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blog-sec-row ul.list li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  background: url(../images/bullet-flower.svg) center no-repeat;
  background-size: contain;
  left: 2px;
}
/* line 497, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blog-sec-row ul.list li::after {
  display: none;
}
/* line 501, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blog-sec-row .highlight {
  background: #d9f1fb;
  border-radius: 8px;
  padding: .6rem;
  font-size: 1rem;
  color: #244557;
  width: fit-content;
}
/* line 505, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea {
  padding: 0 2rem;
  width: calc(100% - 30%);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/* line 513, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea ul.blogItem {
  margin: 0;
  width: 100%;
}
/* line 516, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea ul.blogItem li {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 521, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea ul.blogItem li .blogthumbWrapper img {
  filter: none;
}
/* line 522, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea ul.blogItem li .titleHead {
  margin: 0;
}
/* line 524, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea ul.blogItem li .titleHead .title {
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #000;
  font-weight: 700;
}
/* line 527, ../sass/_inner-pages.scss */
.innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea ul.blogItem li .description p {
  font-size: 1.1rem;
  color: #263A56;
  margin: 1rem 0 0 0;
}
/* line 538, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}
/* line 544, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper .contentArea {
  width: 55%;
  padding: 0;
  background: #ffffff;
  position: relative;
  z-index: 80;
}
/* line 548, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper .contentArea:before {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
}
/* line 557, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper .imgFrame {
  width: 45%;
  position: relative;
  z-index: 81;
  background: #6084b8;
  background: linear-gradient(158deg, #6084b8 0%, #e3f1fc 100%);
  border: 1px dashed #97b5ce;
  border-radius: 1rem;
  padding: 1.5rem;
}
/* line 566, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper .imgFrame figure {
  width: 100%;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
}
/* line 569, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper .imgFrame figure img {
  width: 100%;
  height: 100%;
}
/* line 572, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper .common-sec-intro .title {
  font-size: 1.6rem;
  margin: 0;
}
/* line 574, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper .common-sec-intro .title span {
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  display: block;
  margin-top: 10px;
}
/* line 576, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper .common-sec-intro .sub-para {
  margin: 20px 0;
  text-align: left;
  color: #244557;
  font-size: 1.1rem;
  font-style: italic;
}
/* line 577, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper .common-sec-intro {
  margin-bottom: 0;
  padding: 4rem 2rem;
  border: 1px solid #244557;
}
/* line 583, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper.left {
  flex-direction: row;
}
/* line 586, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper.left .contentArea:before {
  border: 1px solid #244557;
  left: -100px;
  right: auto;
  border-radius: 10px 0 0 10px;
  border-right: 0;
}
/* line 594, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper.left .common-sec-intro {
  border-left: none;
  border-radius: 0 20px 20px 0;
}
/* line 599, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper.right {
  flex-direction: row-reverse;
}
/* line 602, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper.right .contentArea:before {
  border: 1px solid #244557;
  left: auto;
  right: -100px;
  border-radius: 0 10px 10px 0;
  border-left: 0;
}
/* line 610, ../sass/_inner-pages.scss */
.innerPageWrapper .sectorwrapper.right .common-sec-intro {
  border-radius: 20px 0 0 20px;
  border-right: none;
}
/* line 618, ../sass/_inner-pages.scss */
.innerPageWrapper figure {
  width: 90%;
}
/* line 620, ../sass/_inner-pages.scss */
.innerPageWrapper a, .innerPageWrapper button.button {
  color: #000;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
  padding: 10px 20px;
  line-height: 1;
  margin: 15px 0 0 0;
  transition: all 0.5s;
}
/* line 630, ../sass/_inner-pages.scss */
.innerPageWrapper a img, .innerPageWrapper button.button img {
  width: 12px;
  margin-left: 5px;
  transition: all 0.5s;
}
/* line 631, ../sass/_inner-pages.scss */
.innerPageWrapper a:hover, .innerPageWrapper button.button:hover {
  color: #ffffff;
  background: #244557;
  transition: all 0.5s;
}
/* line 635, ../sass/_inner-pages.scss */
.innerPageWrapper a:hover img, .innerPageWrapper button.button:hover img {
  margin-left: 10px;
}
/* line 639, ../sass/_inner-pages.scss */
.innerPageWrapper a {
  background: #ffff;
}
/* line 642, ../sass/_inner-pages.scss */
.innerPageWrapper a:hover img {
  filter: invert(100%) sepia(0%) saturate(7436%) hue-rotate(180deg) brightness(200%) contrast(113%);
}
/* line 646, ../sass/_inner-pages.scss */
.innerPageWrapper button.button {
  background: #F0C883;
  color: #ffffff;
}
/* line 649, ../sass/_inner-pages.scss */
.innerPageWrapper button.button img {
  filter: invert(100%) sepia(0%) saturate(7436%) hue-rotate(180deg) brightness(200%) contrast(113%);
}

/* line 653, ../sass/_inner-pages.scss */
.btnWrapperCareer {
  display: flex;
  width: 210px;
  margin: auto;
}
/* line 657, ../sass/_inner-pages.scss */
.btnWrapperCareer .btn.theme-btn {
  display: flex;
}
/* line 658, ../sass/_inner-pages.scss */
.btnWrapperCareer .btn.theme-btn.cancel {
  background: #FBEFD9;
}
/* line 660, ../sass/_inner-pages.scss */
.btnWrapperCareer .btn.theme-btn.cancel:hover {
  background: #244557;
}

/* ==================================================== */
/* Service Page                         */
/* ==================================================== */
/* line 670, ../sass/_inner-pages.scss */
.serviceMoreDtaSection {
  width: 100%;
  position: relative;
  background: #ffffff;
}
/* line 675, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* line 681, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: calc(100% / 2 - 2rem);
  padding: 3rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
  height: -webkit-fill-available;
  border-bottom: none !important;
  position: relative;
}
/* line 695, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li::after {
  content: "";
  background: url("../images/bg-shapes.svg") left top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
/* line 709, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li.bg1 {
  background-image: linear-gradient(to bottom, #f7edd1, #f7edd1);
}
/* line 712, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li.bg1 .title {
  color: #dea51a;
}
/* line 714, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li.bg2 {
  background-image: linear-gradient(to bottom, #fee3d9, #fee3d9);
}
/* line 717, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li.bg2 .title {
  color: #da6539;
}
/* line 719, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li.bg3 {
  background-image: linear-gradient(to bottom, #d1f1c6, #d1f1c6);
}
/* line 722, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li.bg3 .title {
  color: #5daf54;
}
/* line 724, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li.bg4 {
  background-image: linear-gradient(to bottom, #bce9eb, #bce9eb);
}
/* line 727, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li.bg4 .title {
  color: #3db0b4;
}
/* line 730, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li .title {
  z-index: 70;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.6);
  width: fit-content;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  font-weight: 600;
}
/* line 744, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li .description {
  z-index: 70;
  margin: 1rem 0 0 0;
}
/* line 747, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li .description .sub-hd {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 1.3rem;
}
/* line 748, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li .description ul.list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* line 752, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li .description ul.list li {
  padding: 0 0 0 30px;
  margin-bottom: 1rem;
  font-size: .96rem;
  width: 100%;
  position: relative;
  background: transparent;
}
/* line 759, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li .description ul.list li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  background: url(../images/bullet-flower.svg) center no-repeat;
  background-size: contain;
  left: 2px;
}
/* line 769, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li .description ul.list li::after {
  display: none;
}
/* line 772, ../sass/_inner-pages.scss */
.serviceMoreDtaSection ul.dataWrapper li .description p {
  margin-bottom: .8rem;
  text-align: left;
}

/* ==================================================== */
/* Gallery Page                         */
/* ==================================================== */
/* line 785, ../sass/_inner-pages.scss */
.galleryWrapperSection {
  padding-top: 100px;
  margin-top: 0;
}
/* line 787, ../sass/_inner-pages.scss */
.galleryWrapperSection .common-sec-intro {
  background: #FBEFD9;
  padding: 30px 0;
}
/* line 790, ../sass/_inner-pages.scss */
.galleryWrapperSection .common-sec-intro .title {
  font-size: 2.2rem;
  color: #000;
}
/* line 797, ../sass/_inner-pages.scss */
.galleryWrapperSection .gallery-sec-row {
  padding: 3rem 1rem 1rem 1rem;
  background-image: linear-gradient(to top, #E5F1F9, #fff);
  border-radius: 0;
  margin-bottom: 2rem;
}
/* line 803, ../sass/_inner-pages.scss */
.galleryWrapperSection .gallery-sec-row .section-title {
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  margin: 20px auto;
  text-align: center;
  color: #244557;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* Shine */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* line 841, ../sass/_inner-pages.scss */
.gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 0;
  padding: 0;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
/* line 850, ../sass/_inner-pages.scss */
.gallery-item::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
/* line 865, ../sass/_inner-pages.scss */
.gallery-item img {
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 1.8/1;
  background: #fff;
  border-radius: 0;
  padding: 0;
  filter: grayscale(74%);
  -webkit-filter: grayscale(74%);
  -moz-filter: grayscale(74%);
  position: relative;
}
/* line 878, ../sass/_inner-pages.scss */
.gallery-item:hover {
  box-shadow: -4px -3px 54px -17px rgba(28, 69, 78, 0.52);
}
/* line 880, ../sass/_inner-pages.scss */
.gallery-item:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
/* line 884, ../sass/_inner-pages.scss */
.gallery-item:hover img {
  filter: none;
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 898, ../sass/_inner-pages.scss */
.lightbox-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 902, ../sass/_inner-pages.scss */
.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}
/* line 911, ../sass/_inner-pages.scss */
.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}
/* line 917, ../sass/_inner-pages.scss */
.lightbox-modal .lightbox-content {
  width: 100%;
}
/* line 921, ../sass/_inner-pages.scss */
.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}
/* line 925, ../sass/_inner-pages.scss */
.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: #fff !important;
}
/* line 929, ../sass/_inner-pages.scss */
.lightbox-modal .carousel-inner {
  width: 75%;
}
/* line 933, ../sass/_inner-pages.scss */
.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}
/* line 937, ../sass/_inner-pages.scss */
.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff !important;
}
/* line 946, ../sass/_inner-pages.scss */
.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}
/* line 951, ../sass/_inner-pages.scss */
.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}
/* line 955, ../sass/_inner-pages.scss */
.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

/* line 961, ../sass/_inner-pages.scss */
.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

/* line 973, ../sass/_inner-pages.scss */
.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

/* line 981, ../sass/_inner-pages.scss */
[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

/* ==================================================== */
/* Media Query                      */
/* ==================================================== */
/*  Break Point 1400 
//------------------------------------------------------------------------------------------ */
@media (min-width: 1600px) {
  /* line 8, ../sass/_media-query.scss */
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }

  /* line 12, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 20% 0 0 10%;
  }

  /* line 15, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper a .btn, .homeBannerWrapper .carousel-caption .buttonwrapper button .btn, .bottomBannerWrapper .carousel-caption .buttonwrapper a .btn, .bottomBannerWrapper .carousel-caption .buttonwrapper button .btn {
    padding: 1rem 1.1rem;
  }

  /* line 16, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2, .bottomBannerWrapper .carousel-caption h2 {
    font-size: 4.2rem;
  }

  /* line 17, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption, .bottomBannerWrapper .carousel-caption {
    width: 90%;
    max-width: 850px;
  }

  /* line 19, ../sass/_media-query.scss */
  .innerPageBannerWrapper {
    background: url("../images/care.png") left top no-repeat fixed #142e3c;
    background-size: 100%;
  }
  /* line 22, ../sass/_media-query.scss */
  .innerPageBannerWrapper.bg-faq {
    background: url("../images/bg-faq.png") left top no-repeat fixed #142e3c;
    background-size: 100%;
  }
  /* line 27, ../sass/_media-query.scss */
  .innerPageBannerWrapper.bg-contact {
    background: url("../images/bg-contact.png") left top no-repeat fixed #142e3c;
    background-size: 100%;
  }
  /* line 32, ../sass/_media-query.scss */
  .innerPageBannerWrapper.bg-blog {
    background: url("../images/bg-blog.png") left top no-repeat fixed #142e3c;
    background-size: 100%;
  }
  /* line 37, ../sass/_media-query.scss */
  .innerPageBannerWrapper.bg-service {
    background: url("../images/bg-service.png") left top no-repeat fixed #142e3c;
    background-size: 100%;
  }
  /* line 42, ../sass/_media-query.scss */
  .innerPageBannerWrapper.bg-make-a-referral {
    background: url("../images/bg-make-a-referral.png") left top no-repeat fixed #142e3c;
    background-size: 100%;
  }
}
/*  Break Point 1200 
//------------------------------------------------------------------------------------------ */
@media (min-width: 1200px) {
  /* line 58, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page .blogsWrapperRow .latestLinksWrapper {
    width: 30%;
  }
  /* line 59, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page .blogsWrapperRow .contentarea {
    width: calc(100% - 30%);
  }
  /* line 61, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page .homeVideoWrapper ul.wrapperSec li.contentWrapper .title {
    max-width: 100%;
  }
}
/*  Break Point max-width-1199px 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1199px) {
  /* line 69, ../sass/_media-query.scss */
  .HideInResponsive {
    display: none !important;
  }

  /* line 70, ../sass/_media-query.scss */
  .showInResponsive, .mobileSearchContactArea {
    display: block !important;
  }

  /* line 71, ../sass/_media-query.scss */
  .header {
    height: 60px;
    background: rgba(36, 69, 87, 0.9);
  }
  /* line 74, ../sass/_media-query.scss */
  .header .container-full {
    width: 96%;
  }
  /* line 75, ../sass/_media-query.scss */
  .header .top-bar, .header .bottom-bar {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  /* line 76, ../sass/_media-query.scss */
  .header.scrolled {
    height: 50px;
    background: #ffffff;
  }
  /* line 79, ../sass/_media-query.scss */
  .header.scrolled .top-bar, .header.scrolled .bottom-bar {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  /* line 80, ../sass/_media-query.scss */
  .header.scrolled .Logo-mobile {
    width: 70px;
  }
  /* line 82, ../sass/_media-query.scss */
  .header.scrolled .Logo-mobile img {
    height: 60px;
  }
  /* line 84, ../sass/_media-query.scss */
  .header.scrolled .main-nav .nav_toggle .icon_bar {
    background: #244557;
  }

  /* line 88, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li {
    width: calc(100% / 2 - 3rem);
  }

  /* line 92, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 99, ../sass/_media-query.scss */
  .footerContactSection .container-full,
  .contactWrapper .container-full {
    width: 96%;
  }
}
/*  Break Point min-992px
//------------------------------------------------------------------------------------------ */
/*  Break Point 992 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  /* line 117, ../sass/_media-query.scss */
  .full-width-In990 {
    width: 100% !important;
    flex: auto;
    margin: auto;
  }

  /* line 118, ../sass/_media-query.scss */
  .commonPadding {
    padding: 2.8rem 0;
  }

  /* line 120, ../sass/_media-query.scss */
  .header {
    box-shadow: none;
  }
  /* line 122, ../sass/_media-query.scss */
  .header .container, .header .container-lg, .header .container-md, .header .container-sm {
    max-width: 90%;
  }
  /* line 123, ../sass/_media-query.scss */
  .header .full-width-In768 {
    width: 100% !important;
    flex: auto;
  }

  /* line 127, ../sass/_media-query.scss */
  .common-sec-intro .title {
    font-size: 2rem;
  }

  /* line 131, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura ul.tileWrapper {
    padding: 0;
  }
  /* line 132, ../sass/_media-query.scss */
  .homeAboutWrapper .whatWeDo .container-full {
    width: 90%;
  }
  /* line 133, ../sass/_media-query.scss */
  .homeAboutWrapper .whatWeDo .contentWrapper .dataWrapper {
    width: calc(100% - 350px);
  }

  /* line 138, ../sass/_media-query.scss */
  .homeServiceWrapper ul.service-items li {
    width: calc(100% / 2 - 2rem);
  }

  /* line 143, ../sass/_media-query.scss */
  .innerPageBannerWrapper .overlayWrapper {
    padding: 100px 0 50px 0;
  }

  /* line 149, ../sass/_media-query.scss */
  .contactWrapper .common-sec-intro {
    margin: 0 0 .9rem 0;
  }
  /* line 150, ../sass/_media-query.scss */
  .contactWrapper .requestQuoteWrapper {
    margin: 1.5rem 0;
  }

  /* line 156, ../sass/_media-query.scss */
  .innerPageWrapper .contentWrapper .common-sec-intro .title, .innerPageWrapper .contentWrapper .common-sec-intro p {
    text-align: center;
  }
  /* line 158, ../sass/_media-query.scss */
  .innerPageWrapper .contentWrapper .frameWrapper {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  /* line 163, ../sass/_media-query.scss */
  .innerPageWrapper .contentWrapper .frameWrapper img {
    max-width: 500px;
  }
  /* line 167, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .common-sec-intro {
    padding: 0;
  }
  /* line 168, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper {
    padding: 0;
  }
  /* line 170, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper li {
    padding: 0;
  }
  /* line 172, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper li figcaption {
    width: 100%;
  }

  /* line 181, ../sass/_media-query.scss */
  .faqWrapper .accordianWrapper .accordianDataItem {
    width: calc(94% / 1);
    height: auto;
  }

  /* line 182, ../sass/_media-query.scss */
  .faqWrapper .faq-section-row {
    padding: 2.5rem;
  }

  /* line 184, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page.details {
    margin-top: 60px;
  }
  /* line 188, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea {
    width: calc(100% - 30%);
  }
  /* line 190, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea ul.blogItem li {
    margin-bottom: 2rem;
  }
  /* line 194, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page.details .blogsWrapperRow .latestLinksWrapper {
    width: 30%;
  }

  /* line 201, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page .blogsWrapperRow .contentarea {
    width: calc(100% - 30%);
  }
  /* line 203, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li {
    margin-bottom: 2rem;
  }
  /* line 207, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page .blogsWrapperRow .latestLinksWrapper {
    width: 30%;
  }

  /* line 212, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  /* line 215, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li {
    margin-bottom: 1.6rem;
    width: calc(100% / 2 - 2rem);
    display: flex;
    flex-direction: row;
  }
  /* line 220, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li .contentWrapper {
    padding-left: 1rem;
  }
  /* line 221, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li .iconWrapper {
    margin: 0;
  }
  /* line 221, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li .iconWrapper img {
    width: auto;
    height: 80%;
  }

  /* line 228, ../sass/_media-query.scss */
  .footer .footerTopWrapper .nuradata {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
  }
  /* line 233, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData {
    margin-top: 2rem;
  }
}
/*  Break Point 768 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* line 245, ../sass/_media-query.scss */
  .commonPadding {
    padding: 3rem 0;
  }

  /* line 246, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption a,
  .homeBannerWrapper .carousel-caption button {
    margin: auto;
  }

  /* line 249, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-inner {
    width: 100%;
    max-width: 100%;
  }
  /* line 254, ../sass/_media-query.scss */
  .homeBannerWrapper .modal-dialog {
    max-width: 650px;
    margin: 20vh auto;
  }
  /* line 259, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 200px 0 0 0;
  }
  /* line 262, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2, .homeBannerWrapper .carousel-caption p, .homeBannerWrapper .carousel-caption h3 {
    text-align: center;
  }
  /* line 263, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2 {
    font-size: 3rem;
  }
  /* line 264, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper {
    width: 100%;
    padding: 0 5rem;
  }

  /* line 272, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page .blogsWrapperRow .contentarea ul.blogItem li {
    width: calc(100% / 1 - 3rem);
  }

  /* line 274, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page.details .blogsWrapperRow,
  .innerPageWrapper.blogs-page .blogsWrapperRow {
    flex-direction: column;
  }
  /* line 277, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page.details .blogsWrapperRow .contentarea,
  .innerPageWrapper.blogs-page .blogsWrapperRow .contentarea {
    width: calc(100%);
  }
  /* line 280, ../sass/_media-query.scss */
  .innerPageWrapper.blogs-page.details .blogsWrapperRow .latestLinksWrapper,
  .innerPageWrapper.blogs-page .blogsWrapperRow .latestLinksWrapper {
    width: 100%;
  }

  /* line 283, ../sass/_media-query.scss */
  .innerPageWrapper .contentWrapper .frameWrapper img {
    width: 80%;
    max-width: 450px;
  }

  /* line 289, ../sass/_media-query.scss */
  .serviceMoreDtaSection ul.dataWrapper {
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  /* line 294, ../sass/_media-query.scss */
  .serviceMoreDtaSection ul.dataWrapper li {
    width: 100%;
  }

  /* line 302, ../sass/_media-query.scss */
  .faqWrapper .container {
    width: 94%;
    max-width: 94%;
  }
  /* line 303, ../sass/_media-query.scss */
  .faqWrapper .faq-section-row {
    padding: 2rem;
  }
  /* line 305, ../sass/_media-query.scss */
  .faqWrapper .accordianWrapper .accordianDataItem {
    padding: .5rem;
    margin-bottom: 20px;
  }
  /* line 306, ../sass/_media-query.scss */
  .faqWrapper .accordianWrapper .accordion-button {
    font-size: 1.05rem;
  }
  /* line 308, ../sass/_media-query.scss */
  .faqWrapper .accordianWrapper .accordion-button::after {
    right: 3px;
    position: absolute;
    top: 6px;
    width: 28px;
    height: 28px;
  }

  /* line 319, ../sass/_media-query.scss */
  .common-sec-intro {
    margin-bottom: 30px;
  }

  /* line 321, ../sass/_media-query.scss */
  .homeAboutWrapper .whatWeDo .contentWrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
  }
  /* line 328, ../sass/_media-query.scss */
  .homeAboutWrapper .whatWeDo .contentWrapper .imageWrapper {
    width: 90%;
  }
  /* line 329, ../sass/_media-query.scss */
  .homeAboutWrapper .whatWeDo .contentWrapper .dataWrapper {
    width: 100%;
    margin-top: 1.5rem;
  }
  /* line 332, ../sass/_media-query.scss */
  .homeAboutWrapper .whatWeDo .contentWrapper .dataWrapper .common-sec-intro .overline.left {
    text-align: center !important;
    margin: auto !important;
  }
  /* line 333, ../sass/_media-query.scss */
  .homeAboutWrapper .whatWeDo .contentWrapper .dataWrapper .common-sec-intro .title {
    text-align: center !important;
  }
  /* line 334, ../sass/_media-query.scss */
  .homeAboutWrapper .whatWeDo .contentWrapper .dataWrapper .common-sec-intro .description p {
    text-align: center !important;
  }

  /* line 338, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura ul.tileWrapper2 .rowSection {
    flex-direction: column;
  }
  /* line 340, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura ul.tileWrapper2 .rowSection li {
    margin-bottom: 1rem;
  }

  /* line 343, ../sass/_media-query.scss */
  .homeVideoWrapper ul.wrapperSec {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  /* line 347, ../sass/_media-query.scss */
  .homeVideoWrapper ul.wrapperSec li {
    width: 100%;
  }
  /* line 350, ../sass/_media-query.scss */
  .homeVideoWrapper ul.wrapperSec li.contentWrapper .title {
    text-align: center;
    font-size: 2.3rem;
  }
  /* line 351, ../sass/_media-query.scss */
  .homeVideoWrapper ul.wrapperSec li.contentWrapper .sub-content {
    text-align: center;
    font-size: 1.2rem;
  }

  /* line 357, ../sass/_media-query.scss */
  .homeServiceWrapper ul.service-items li {
    width: calc(100% / 1 - 2rem);
  }

  /* line 362, ../sass/_media-query.scss */
  .homeBlogWrapper ul.blogItem {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  /* line 367, ../sass/_media-query.scss */
  .homeBlogWrapper ul.blogItem li {
    width: calc(100% / 1);
    margin-bottom: 2rem;
  }
  /* line 370, ../sass/_media-query.scss */
  .homeBlogWrapper ul.blogItem li:last-child {
    margin-bottom: none;
  }
  /* line 372, ../sass/_media-query.scss */
  .homeBlogWrapper ul.blogItem li .blogthumbWrapper img {
    width: 100%;
    height: auto;
  }

  /* line 379, ../sass/_media-query.scss */
  .footerContactSection.servicepage ul.contactItem {
    flex-direction: column;
  }
  /* line 381, ../sass/_media-query.scss */
  .footerContactSection.servicepage ul.contactItem li {
    width: calc(100% / 1 - 2rem);
  }
  /* line 384, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li {
    margin-bottom: 1.6rem;
    width: calc(100% / 1 - 2rem);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  /* line 392, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li .contentWrapper {
    padding: 1rem 0 0 0;
  }
  /* line 394, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li .contentWrapper .head {
    text-align: center;
  }
  /* line 395, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li .contentWrapper .description {
    text-align: center;
  }

  /* line 406, ../sass/_media-query.scss */
  .footer .footerTopWrapper .nuradata {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
  }
  /* line 412, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData .col {
    width: 100% !important;
    flex: auto;
    margin: 0 0 1.5rem 0;
  }
}
/*  Break Point 650 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 650px) {
  /* line 425, ../sass/_media-query.scss */
  .slide-floting-menu {
    display: none;
  }

  /* line 427, ../sass/_media-query.scss */
  .homeBannerWrapper {
    width: 100%;
    position: relative;
    height: 80vh;
    padding: 60px 0 0 0;
    z-index: 80;
  }
  /* line 434, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel, .homeBannerWrapper .carousel-inner {
    height: 70vh;
  }
  /* line 435, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-indicators {
    bottom: 0;
  }
  /* line 437, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 100px 0 0 0;
  }
  /* line 439, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg1 {
    background: url("../images/banner-bg1.png") top right no-repeat #17384a;
    background-size: 150%;
  }
  /* line 443, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg2 {
    background: url("../images/banner-bg3.png") top right no-repeat #17384a;
    background-size: 150%;
  }
  /* line 447, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg3 {
    background: url("../images/banner-bg2.png") top right no-repeat #17384a;
    background-size: 150%;
  }
  /* line 452, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.inner-bg {
    background: url("../images/inner-banner-bg.jpg") center center no-repeat fixed;
    background-size: 150%;
  }
  /* line 459, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption {
    top: 0;
    bottom: 0;
    padding: 0;
  }
  /* line 463, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2 {
    font-size: 2rem;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  }
  /* line 469, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption p {
    font-size: 1rem;
    width: 100%;
    padding: 0 1rem;
  }
  /* line 471, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper {
    width: 100%;
    padding: 0 7rem;
  }
  /* line 474, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper a .btn {
    font-size: .88rem;
  }

  /* line 482, ../sass/_media-query.scss */
  .innerPageBannerWrapper .bannerContentWrapper .caption:after {
    left: calc(50% - 25px);
  }
  /* line 483, ../sass/_media-query.scss */
  .innerPageBannerWrapper .bannerContentWrapper .caption {
    text-align: center;
  }
  /* line 485, ../sass/_media-query.scss */
  .innerPageBannerWrapper .breadcrumb {
    align-items: center;
    justify-content: center;
    align-content: center;
  }

  /* line 493, ../sass/_media-query.scss */
  .common-sec-intro .overline {
    font-size: .9rem;
    padding: 10px 20px;
  }
  /* line 494, ../sass/_media-query.scss */
  .common-sec-intro .title {
    font-size: 1.8rem;
  }
  /* line 495, ../sass/_media-query.scss */
  .common-sec-intro .sub-para {
    font-size: .9rem;
  }

  /* line 500, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura .common-sec-intro {
    width: 100%;
  }
  /* line 502, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura .common-sec-intro .title, .homeAboutWrapper .whynura .common-sec-intro .sub-para, .homeAboutWrapper .whynura .common-sec-intro .description p {
    text-align: center !important;
  }
  /* line 503, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura .common-sec-intro .overline {
    text-align: center !important;
    width: 100%;
    display: inline-block;
  }
  /* line 505, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura .theme-btn {
    position: relative;
    margin: 1rem auto;
    display: block;
    text-align: center;
    width: 130px;
  }
  /* line 506, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura .hd {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 509, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura ul.tileWrapper .rowSection {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  /* line 513, ../sass/_media-query.scss */
  .homeAboutWrapper .whynura ul.tileWrapper .rowSection li {
    width: 100%;
    margin: 0 0 1rem 0;
  }

  /* line 520, ../sass/_media-query.scss */
  .HomeHow-it-Works ul.tabs {
    display: none;
  }
  /* line 521, ../sass/_media-query.scss */
  .HomeHow-it-Works .tab_drawer_heading {
    display: block;
    padding: 1rem;
  }
  /* line 525, ../sass/_media-query.scss */
  .HomeHow-it-Works .tab_container {
    background: transparent;
  }
  /* line 528, ../sass/_media-query.scss */
  .HomeHow-it-Works .tab_content {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.6);
  }

  /* line 536, ../sass/_media-query.scss */
  .homeServiceWrapper .container-full, .homeBlogWrapper .container-full {
    width: 96%;
  }

  /* line 540, ../sass/_media-query.scss */
  .faqWrapper .faq-section-row {
    padding: 1.5rem;
    margin-bottom: 2.5rem;
  }

  /* line 544, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .common-sec-intro .title {
    text-align: center;
  }
  /* line 545, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .common-sec-intro p {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  /* line 547, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper {
    flex-direction: column;
  }
  /* line 549, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper li {
    margin-bottom: 1.5rem;
    align-items: center;
  }
  /* line 550, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper li figure {
    width: 70px;
    height: 70px;
    border-radius: 100%;
  }
  /* line 557, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper li:last-child {
    margin-bottom: 0;
  }
  /* line 558, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper li figcaption {
    border: none !important;
  }
  /* line 560, ../sass/_media-query.scss */
  .innerPageWrapper.about-us-page .mission-vistion-wrapper li figcaption h4, .innerPageWrapper.about-us-page .mission-vistion-wrapper li figcaption p {
    width: 100%;
    text-align: center;
  }

  /* line 570, ../sass/_media-query.scss */
  .footer .footerTopWrapper .nuradata {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 0;
  }
  /* line 577, ../sass/_media-query.scss */
  .footer .footerTopWrapper .nuradata .logowrapper {
    width: 70px;
    padding: 0;
    margin: 0 0 1rem 0;
  }
  /* line 583, ../sass/_media-query.scss */
  .footer .footerTopWrapper .nuradata .contentwrapper .hd, .footer .footerTopWrapper .nuradata .contentwrapper p {
    text-align: center;
  }
  /* line 584, ../sass/_media-query.scss */
  .footer .footerTopWrapper .nuradata .contentwrapper .socialWeloveWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
  }
  /* line 591, ../sass/_media-query.scss */
  .footer .footerTopWrapper .nuradata .contentwrapper .socialWeloveWrapper figure.welove {
    margin: 0;
  }
  /* line 596, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  /* line 604, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData h3 {
    text-align: center;
  }
  /* line 606, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData ul.links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
/*  Break Point 480px 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 480px) {
  /* line 625, ../sass/_media-query.scss */
  .homeBannerWrapper {
    width: 100%;
    position: relative;
    height: 80vh;
    padding: 60px 0 0 0;
    z-index: 80;
  }
  /* line 631, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel, .homeBannerWrapper .carousel-inner {
    height: 70vh;
  }
  /* line 632, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-indicators {
    bottom: 0;
  }
  /* line 634, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 0 0 0 0;
  }
  /* line 636, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg1 {
    background: url("../images/banner-bg1.png") top right no-repeat #17384a;
    background-size: 180%;
  }
  /* line 640, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg2 {
    background: url("../images/banner-bg3.png") top right no-repeat #17384a;
    background-size: 180%;
  }
  /* line 644, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg3 {
    background: url("../images/banner-bg2.png") top right no-repeat #17384a;
    background-size: 180%;
  }
  /* line 649, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.inner-bg {
    background: url("../images/inner-banner-bg.jpg") center center no-repeat fixed;
    background-size: 100%;
  }
  /* line 654, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption {
    top: 100px;
  }
  /* line 656, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper {
    width: 100%;
    padding: 0 3rem;
  }
  /* line 659, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper a .btn {
    font-size: .88rem;
  }
}
