/* 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=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url(font-awesome.css);
/* 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: #7b7b7b;
  line-height: 110%;
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  font-family: "Roboto", 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;
}

/* 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: #7b7b7b;
  line-height: 1.5;
  font-size: .85rem;
  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: #7b7b7b;
  line-height: 1.2;
  font-size: .85rem;
  font-weight: 400;
}

/* ==================================================== */
/*  Common Styles                         */
/* ==================================================== */
/* line 46, ../sass/_common.scss */
.mainWrapper {
  width: 100%;
  height: auto;
}

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

/* line 48, ../sass/_common.scss */
.commonPadding {
  padding: 100px 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 56, ../sass/_common.scss */
.bg-white {
  background: #ffffff;
}

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

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

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

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

/* line 77, ../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 99, ../sass/_common.scss */
.scrollup {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  position: fixed;
  bottom: 0;
  right: 0%;
  display: none;
  text-indent: -9999px;
  background: url(../images/arrow.png) center no-repeat #ED1C24;
  z-index: 9999999999999;
  outline: none;
  border: none;
  color: #ffffff;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
/* line 114, ../sass/_common.scss */
.scrollup:hover {
  background: url(../images/arrow.png) center no-repeat #23262D;
}

/* line 140, ../sass/_common.scss */
.alignCenter {
  position: relative;
  margin: 0 auto;
  display: block;
}

/* line 147, ../sass/_common.scss */
.common-title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}
/* line 149, ../sass/_common.scss */
.common-title span.sub {
  width: 100%;
  color: #ED1C24;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
/* line 158, ../sass/_common.scss */
.common-title span.sub-with-decor {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
/* line 167, ../sass/_common.scss */
.common-title span.sub-with-decor.white {
  position: relative;
}
/* line 169, ../sass/_common.scss */
.common-title span.sub-with-decor.white::before {
  background: url(../images/hd-decor-right-wt.svg) right center no-repeat;
}
/* line 172, ../sass/_common.scss */
.common-title span.sub-with-decor.white::after {
  background: url(../images/hd-decor-left-wt.svg) left center no-repeat;
}
/* line 176, ../sass/_common.scss */
.common-title span.sub-with-decor.grey {
  position: relative;
}
/* line 178, ../sass/_common.scss */
.common-title span.sub-with-decor.grey::before {
  background: url(../images/hd-decor-right-grey.svg) right center no-repeat;
}
/* line 181, ../sass/_common.scss */
.common-title span.sub-with-decor.grey::after {
  background: url(../images/hd-decor-left-grey.svg) left center no-repeat;
}
/* line 187, ../sass/_common.scss */
.common-title span.sub-with-decor::before, .common-title span.sub-with-decor::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 100px;
}
/* line 196, ../sass/_common.scss */
.common-title span.sub-with-decor::before {
  margin-left: -110px;
}
/* line 197, ../sass/_common.scss */
.common-title span.sub-with-decor::after {
  margin-left: 10px;
}
/* line 200, ../sass/_common.scss */
.common-title.left {
  text-align: left;
}
/* line 201, ../sass/_common.scss */
.common-title.center {
  text-align: center;
}
/* line 202, ../sass/_common.scss */
.common-title.white {
  color: #ffffff;
}
/* line 203, ../sass/_common.scss */
.common-title.black {
  color: #000;
}

/* line 205, ../sass/_common.scss */
.sub-title {
  font-size: 1.1rem;
  font-weight: 400;
  width: 90%;
  max-width: 650px;
  display: block;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
/* line 207, ../sass/_common.scss */
.sub-title.white {
  color: #ffffff;
}
/* line 208, ../sass/_common.scss */
.sub-title.black {
  color: #000;
}
/* line 209, ../sass/_common.scss */
.sub-title.grey {
  color: #7b7b7b;
}
/* line 210, ../sass/_common.scss */
.sub-title.grey-light {
  color: #DFDFDF;
}
/* line 211, ../sass/_common.scss */
.sub-title.left {
  text-align: left !important;
}
/* line 212, ../sass/_common.scss */
.sub-title.center {
  text-align: center !important;
}

/* line 215, ../sass/_common.scss */
ul.list-line {
  margin: 20px 0;
}
/* line 217, ../sass/_common.scss */
ul.list-line li {
  margin: 10px 0;
}
/* line 219, ../sass/_common.scss */
ul.list-line li:last-child {
  margin-bottom: 0;
}
/* line 220, ../sass/_common.scss */
ul.list-line li span {
  width: 50%;
  max-width: 150px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
/* line 222, ../sass/_common.scss */
ul.list-line li span:after {
  content: ":";
  position: absolute;
  right: 0;
}
/* line 227, ../sass/_common.scss */
ul.list-line.contact {
  margin: 2rem 0;
}
/* line 229, ../sass/_common.scss */
ul.list-line.contact li span {
  width: 60px;
}

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

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

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

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

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

/* line 241, ../sass/_common.scss */
.theme-btn {
  display: inline-block;
  position: relative;
  color: #ffffff;
  background: #515151;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  border: none;
}

/* line 255, ../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 263, ../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 268, ../sass/_common.scss */
.icon-arrow.white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(317deg) brightness(101%) contrast(104%);
}
/* line 269, ../sass/_common.scss */
.icon-arrow.black {
  filter: invert(70%) sepia(0%) saturate(4500%) hue-rotate(52deg) brightness(101%) contrast(100%);
}

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

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

/* line 326, ../sass/_common.scss */
.slide-floting-menu {
  position: fixed;
  bottom: 46px;
  right: 0%;
  display: block;
  z-index: 999;
}
/* line 332, ../sass/_common.scss */
.slide-floting-menu .menu {
  background-color: #4AAA4D;
  width: 190px;
  height: auto;
  display: inline-block;
  padding: .6rem .8rem;
  position: relative;
  margin-right: -146px;
  border-top-left-radius: 0.75em;
  border-bottom-left-radius: 0.75em;
  -webkit-transition: -webkit-transform 500ms, background-color 500ms, color 500ms;
  transition: transform 500ms, background-color 500ms, color 500ms;
}
/* line 345, ../sass/_common.scss */
.slide-floting-menu .menu i {
  font-size: 1.5rem;
  margin-right: 10px;
}
/* line 346, ../sass/_common.scss */
.slide-floting-menu .menu a {
  color: #fff;
  line-height: 1.5rem;
}
/* line 348, ../sass/_common.scss */
.slide-floting-menu .menu:hover {
  -webkit-transform: translateX(-136px);
  transform: translateX(-136px);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 7, ../sass/_header.scss */
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 9000;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: transparent;
  box-shadow: none;
}

/* line 21, ../sass/_header.scss */
#header.scrolled {
  height: 90px;
  padding: 5px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  background: #fff;
}
/* line 27, ../sass/_header.scss */
#header.scrolled .main-nav a {
  color: #000;
}
/* line 28, ../sass/_header.scss */
#header.scrolled .logo img {
  height: 36px;
  width: auto;
}
/* line 30, ../sass/_header.scss */
#header.scrolled .main-nav a:hover, #header.scrolled .main-nav .active > a, #header.scrolled .main-nav li:hover > a {
  color: #ED1C24;
  text-decoration: none;
}

/* line 34, ../sass/_header.scss */
#header.scrolled #topbar, #header.scrolled .topbar, #header.header-pages #topbar, #header.header-pages .topbar {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  padding: 0 0 5px 0;
}
/* line 38, ../sass/_header.scss */
#header.scrolled #topbar span, #header.scrolled .topbar span, #header.header-pages #topbar span, #header.header-pages .topbar span {
  filter: invert(40%) sepia(0%) saturate(4500%) hue-rotate(52deg) brightness(101%) contrast(100%);
}

/* line 43, ../sass/_header.scss */
#header.scrolled .main-nav {
  margin-top: 4px !important;
}

/* line 45, ../sass/_header.scss */
#header .logo img {
  height: 40px;
  width: auto;
}

/* line 47, ../sass/_header.scss */
.main-pages {
  margin-top: 60px;
}

/* line 49, ../sass/_header.scss */
.header {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/* line 51, ../sass/_header.scss */
.header .top-bar, .header .bottom-bar {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  transition: all 0.5s;
}
/* line 53, ../sass/_header.scss */
.header .top-bar span {
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #000;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(317deg) brightness(101%) contrast(104%);
}
/* line 56, ../sass/_header.scss */
.header .top-bar span.website {
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 0;
}
/* line 57, ../sass/_header.scss */
.header .top-bar span.email {
  background: url("../images/mail.svg") left center no-repeat;
  float: right;
  margin-left: 10px;
}
/* line 58, ../sass/_header.scss */
.header .top-bar span.call {
  background: url("../images/call.svg") left center no-repeat;
  float: right;
  padding-right: 10px;
  border-right: 1px solid #7b7b7b;
}
/* line 61, ../sass/_header.scss */
.header .bottom-bar {
  margin: 0;
}

/*--------------------------------------------------------------
# Navigation Menu - MAIN
--------------------------------------------------------------*/
/* line 71, ../sass/_header.scss */
.main-nav {
  float: right;
}

/* line 72, ../sass/_header.scss */
.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 73, ../sass/_header.scss */
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

/* line 74, ../sass/_header.scss */
.main-nav > ul > li.button {
  background: #ED1C24;
  border-radius: 20px;
  border: 1px solid #ED1C24;
}

/* line 75, ../sass/_header.scss */
.main-nav > ul > li.button a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

/* line 77, ../sass/_header.scss */
.main-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 20px;
  transition: 0.3s;
  font-size: .9rem;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 88, ../sass/_header.scss */
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #ED1C24;
  text-decoration: none;
}

/* line 92, ../sass/_header.scss */
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

/* line 106, ../sass/_header.scss */
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 130%;
  visibility: visible;
  transition: ease all 0.3s;
}

/* line 107, ../sass/_header.scss */
.main-nav .drop-down.active-dropdown > ul {
  opacity: 1;
  top: 130%;
  visibility: visible;
  transition: ease all 0.3s;
}

/* line 108, ../sass/_header.scss */
.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

/* line 109, ../sass/_header.scss */
.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-weight: 500;
  text-transform: none;
  color: #7b7b7b;
}

/* line 110, ../sass/_header.scss */
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #ED1C24;
}

/* line 111, ../sass/_header.scss */
.main-nav .drop-down > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 10px;
}

/* line 112, ../sass/_header.scss */
.main-nav.d-lg-none .drop-down .drop-down > a::after {
  content: "\f105";
  position: absolute;
  right: 15px;
  font-family: "FontAwesome";
}

/* line 113, ../sass/_header.scss */
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

/* line 114, ../sass/_header.scss */
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

/* line 115, ../sass/_header.scss */
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

/* line 116, ../sass/_header.scss */
.main-nav .drop-down .drop-down > a::after {
  content: "\f105";
  position: absolute;
  right: 15px;
  font-family: "FontAwesome";
}

/*--------------------------------------------------------------
# Navigation Menu - MOBILE
--------------------------------------------------------------*/
/* line 121, ../sass/_header.scss */
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 123, ../sass/_header.scss */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9600;
  overflow-y: auto;
  left: -100%;
  width: 100%;
  max-width: 300px;
  padding-top: 18px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

/* line 138, ../sass/_header.scss */
.mobile-nav-toggle.scrolled {
  top: 30px;
  transition: all 0.5s;
}

/* line 140, ../sass/_header.scss */
.mobile-nav a {
  display: block;
  position: relative;
  color: #7b7b7b;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 151, ../sass/_header.scss */
.mobile-nav > ul > li.button a {
  background: #ED1C24 !important;
  border-radius: 20px;
  color: #ffffff !important;
  margin: 15px;
  text-align: center;
  z-index: 980 !important;
}

/* line 159, ../sass/_header.scss */
.mobile-nav > ul > li.button a:hover,
.mobile-nav > ul > li.button, .mobile-nav > ul > li.button:hover {
  background: transparent;
}

/* line 161, ../sass/_header.scss */
.mobile-nav .drop-down ul li a {
  font-weight: 400;
}

/* line 162, ../sass/_header.scss */
.mobile-nav a:hover, .mobile-nav .active-link > a, .mobile-nav li:hover > a {
  color: #ED1C24;
  text-decoration: none;
}

/* line 164, ../sass/_header.scss */
.mobile-nav .drop-down > a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/down-arrow.png") center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 15px;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
}

/* line 179, ../sass/_header.scss */
.mobile-nav .active-link.drop-down > a::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
}

/* line 190, ../sass/_header.scss */
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

/* line 191, ../sass/_header.scss */
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

/* line 192, ../sass/_header.scss */
.mobile-nav .drop-down li {
  padding-left: 20px;
}

/* line 194, ../sass/_header.scss */
.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  left: auto;
  top: 54px;
  z-index: 9600;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

/* line 210, ../sass/_header.scss */
.mobile-nav-toggle i {
  margin: 10px;
  color: #ED1C24;
}

/* line 212, ../sass/_header.scss */
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9500;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  display: none;
}

/* line 224, ../sass/_header.scss */
.mobile-nav-active {
  overflow: hidden;
}

/* line 225, ../sass/_header.scss */
.mobile-nav-active .mobile-nav {
  left: 0;
}

/* line 226, ../sass/_header.scss */
.mobile-nav-active .mobile-nav-toggle i {
  color: #ED1C24;
}

/* line 228, ../sass/_header.scss */
.sidebar {
  padding: 20px;
  background: #f3f5fd;
  display: none;
}

/* line 229, ../sass/_header.scss */
.sidebar a:last-child {
  border-bottom: none;
}

/* line 230, ../sass/_header.scss */
.sidebar i {
  padding-right: 10px;
}

/* line 232, ../sass/_header.scss */
.mobile-top-bar-data {
  display: none;
  margin-top: 5px;
  padding: 15px;
}
/* line 234, ../sass/_header.scss */
.mobile-top-bar-data span {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #000;
  filter: invert(40%) sepia(0%) saturate(4500%) hue-rotate(52deg) brightness(101%) contrast(100%);
}
/* line 237, ../sass/_header.scss */
.mobile-top-bar-data span.email {
  background: url("../images/mail.svg") left center no-repeat;
  float: right;
  margin-left: 10px;
}
/* line 238, ../sass/_header.scss */
.mobile-top-bar-data span.call {
  background: url("../images/call.svg") left center no-repeat;
  float: right;
  padding-right: 10px;
}
/* line 239, ../sass/_header.scss */
.mobile-top-bar-data span.whatsApp {
  background: url("../images/whatsApp.svg") left center no-repeat;
  float: right;
  padding-right: 10px;
}
/* line 240, ../sass/_header.scss */
.mobile-top-bar-data span.landPhone {
  background: url("../images/landPhone.svg") left center no-repeat;
  float: right;
  padding-right: 10px;
}
/* line 242, ../sass/_header.scss */
.mobile-top-bar-data a {
  padding: 0;
  text-transform: none;
  border: none;
}
/* line 242, ../sass/_header.scss */
.mobile-top-bar-data a:hover {
  color: #a80c34;
}

/*--------------------------------------------------------------
# Get In Touch POPUP
--------------------------------------------------------------*/
/* line 249, ../sass/_header.scss */
.modal-backdrop {
  z-index: 9800 !important;
  background: #fff;
}

/* line 250, ../sass/_header.scss */
.modal-backdrop.show {
  opacity: .9;
}

/* line 251, ../sass/_header.scss */
.customPopup {
  z-index: 9900 !important;
}

/* line 252, ../sass/_header.scss */
.customPopup .modal-head {
  color: #515151;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}

/* line 253, ../sass/_header.scss */
.customPopup .sub-title {
  color: #7b7b7b;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

/* line 254, ../sass/_header.scss */
.customPopup .close {
  position: absolute;
  right: 40px;
  background: transparent;
  top: 30px;
  border: 2px solid #C1C1C1;
  border-radius: 4px;
}

/* line 255, ../sass/_header.scss */
.customPopup .close i {
  font-size: 1.2rem;
  font-weight: 400;
}

/* line 256, ../sass/_header.scss */
.customPopup form {
  margin-top: 10px;
}

/* line 257, ../sass/_header.scss */
.customPopup .form-group {
  width: 100%;
}

/* line 258, ../sass/_header.scss */
.customPopup .modal-body {
  padding: 2rem;
}

/* line 259, ../sass/_header.scss */
.customPopup .modal-content {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

/* line 260, ../sass/_header.scss */
.customPopup .theme-btn {
  width: 150px;
  position: relative;
  margin: 0 auto 15px auto;
}

/* line 261, ../sass/_header.scss */
.customPopup .modal-dialog {
  width: 75%;
  max-width: 650px;
}

/* line 262, ../sass/_header.scss */
.customPopup .colWrapper, .customPopup .colWrapper:hover {
  border: none;
  background: transparent;
}

/* line 263, ../sass/_header.scss */
.customPopup .adressWrapper {
  padding: 0;
}

/* line 264, ../sass/_header.scss */
.customPopup input.is-invalid, input.is-invalid, #fancy-inputs input.is-invalid {
  background-color: #E7E7E7;
  border-radius: 4px;
  border-bottom: 2px solid red;
}

/* line 265, ../sass/_header.scss */
.error.invalid-feedback {
  width: 100%;
  margin-top: -15px;
  font-size: .875em;
  color: #dc3545;
  margin-left: 15px;
  position: absolute;
}

/* line 266, ../sass/_header.scss */
#emessage-error {
  margin-top: -10px !important;
}

/* ====Fancy Input styles ===================================== */
/* line 270, ../sass/_header.scss */
#fancy-inputs {
  width: 100%;
  margin: 0;
}

/* line 271, ../sass/_header.scss */
#fancy-inputs label.input {
  width: 100%;
  height: 42px;
  margin: 15px 10px;
  position: relative;
  clear: both;
}

/* line 272, ../sass/_header.scss */
#fancy-inputs label.input span {
  width: 100%;
  height: 40px;
  font-size: .9rem;
  line-height: 40px;
  position: absolute;
  left: 0;
  cursor: text;
}

/* line 273, ../sass/_header.scss */
.customPopup textarea {
  width: calc(100% - 20px);
  border-radius: 4px;
  border: none;
  margin: 10px;
  background: #E7E7E7;
  border: 1px solid #C1C1C1;
  height: 100px;
  padding: 15px;
}

/* line 275, ../sass/_header.scss */
#fancy-inputs label.input span span {
  position: absolute;
  top: 0;
  z-index: 1;
  color: #7b7b7b;
  text-indent: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

/* line 286, ../sass/_header.scss */
#fancy-inputs label.input span::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

/* line 300, ../sass/_header.scss */
#fancy-inputs label.input span::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

/* line 314, ../sass/_header.scss */
#fancy-inputs input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 0;
  border: 2px solid #E5E5E5;
  background: transparent;
  color: #7b7b7b;
  position: relative;
  z-index: 99;
  border-radius: 4px;
  font-size: .9rem;
}
/* line 327, ../sass/_header.scss */
#fancy-inputs input::placeholder {
  font-size: .9rem;
}

/* line 332, ../sass/_header.scss */
#fancy-inputs textarea {
  width: calc(100% - 20px);
  min-height: 150px;
  padding: 10px;
  border: 0;
  border: 2px dashed #E5E5E5;
  background: #f7f7f7;
  color: #7b7b7b;
  position: relative;
  z-index: 99;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: .9rem;
}

/* line 347, ../sass/_header.scss */
#fancy-inputs input:focus {
  outline: 0;
  background: #fff;
}

/* line 348, ../sass/_header.scss */
#fancy-inputs input.text-color {
  background-color: #E7E7E7;
  border-radius: 4px;
  border-bottom: 2px solid #c1c1c1;
}

/* line 349, ../sass/_header.scss */
#fancy-inputs input:focus + span span {
  cursor: initial;
  position: absolute;
  top: -30px;
  color: #f18b1c;
  font-size: .8rem;
}

/* line 351, ../sass/_header.scss */
#fancy-inputs input:focus + span::before {
  width: 50%;
}

/* line 352, ../sass/_header.scss */
#fancy-inputs input:focus + span::after {
  width: 50%;
}

/* line 353, ../sass/_header.scss */
#fancy-inputs span.fixed span {
  top: -30px;
}

/* line 355, ../sass/_header.scss */
#fancy-inputs input:valid {
  background-color: #fff;
  border-bottom: 2px solid #50af51;
  color: #000;
  border-radius: 4px;
}

/* line 356, ../sass/_header.scss */
#fancy-inputs input:active {
  background-color: #fff;
  border-bottom: 2px solid #50af51;
  color: #000;
  border-radius: 4px;
}

/* line 1, ../sass/_calendar.scss */
.event-section {
  /*  Events display */
  /*  Calendar wrapper */
  /* Calendar Header */
  /* Buttons */
  /* Days/months tables */
  /*  Dates table */
  /* input dialog */
  /* Tablets and smaller */
  /* Small phone screens */
}
/* line 2, ../sass/_calendar.scss */
.event-section .content {
  overflow: none;
}
/* line 8, ../sass/_calendar.scss */
.event-section .events-container:after {
  clear: both;
}
/* line 11, ../sass/_calendar.scss */
.event-section .event-card {
  padding: 20px 0;
  width: 350px;
  margin: auto;
  display: block;
  background: #fff;
  min-height: 400px;
  border-radius: 3px;
  box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
/* line 23, ../sass/_calendar.scss */
.event-section .event-count, .event-section .event-name, .event-section .event-cancelled {
  display: inline;
  padding: 0 10px;
  font-size: 1rem;
}
/* line 28, ../sass/_calendar.scss */
.event-section .event-count {
  color: #52A0FD;
  text-align: right;
}
/* line 32, ../sass/_calendar.scss */
.event-section .event-name {
  padding-right: 0;
  text-align: left;
}
/* line 36, ../sass/_calendar.scss */
.event-section .event-cancelled {
  color: #FF1744;
  text-align: right;
}
/* line 42, ../sass/_calendar.scss */
.event-section .calendar-container {
  float: left;
  position: relative;
  margin: 0px auto;
  height: 100%;
  background: #fff;
  font: 13px Helvetica, Arial, san-serif;
  display: inline-block;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 53, ../sass/_calendar.scss */
.event-section .calendar-container:after {
  clear: both;
}
/* line 56, ../sass/_calendar.scss */
.event-section .calendar {
  display: table;
}
/* line 61, ../sass/_calendar.scss */
.event-section .year-header {
  background: #52A0FD;
  background: -moz-linear-gradient(left, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: -webkit-linear-gradient(left, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: linear-gradient(to right, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  font-family: Helvetica;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  border-top-left-radius: 3px;
}
/* line 76, ../sass/_calendar.scss */
.event-section .year-header span {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
}
/* line 81, ../sass/_calendar.scss */
.event-section .left-button, .event-section .right-button {
  cursor: pointer;
  width: 28px;
  text-align: center;
  position: absolute;
}
/* line 87, ../sass/_calendar.scss */
.event-section .left-button {
  left: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
/* line 93, ../sass/_calendar.scss */
.event-section .right-button {
  right: 0;
  top: 0;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
/* line 100, ../sass/_calendar.scss */
.event-section .left-button:hover {
  background: #3FADFF;
}
/* line 103, ../sass/_calendar.scss */
.event-section .right-button:hover {
  background: #00C1FF;
}
/* line 108, ../sass/_calendar.scss */
.event-section .button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.65rem 1.9rem;
  transition: .2s ease all;
  color: white;
  border: none;
  box-shadow: -1px 10px 20px #9BC6FD;
  background: #52A0FD;
  background: -moz-linear-gradient(left, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: -webkit-linear-gradient(left, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: linear-gradient(to right, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
}
/* line 126, ../sass/_calendar.scss */
.event-section #cancel-button {
  box-shadow: -1px 10px 20px #FF7DAE;
  background: #FF1744;
  background: -moz-linear-gradient(left, #FF1744 0%, #FF5D95 80%, #FF5D95 100%);
  background: -webkit-linear-gradient(left, #FF1744 0%, #FF5D95 80%, #FF5D95 100%);
  background: linear-gradient(to right, #FF1744 0%, #FF5D95 80%, #FF5D95 100%);
}
/* line 133, ../sass/_calendar.scss */
.event-section #add-button {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
/* line 139, ../sass/_calendar.scss */
.event-section #add-button:hover, .event-section #ok-button:hover, .event-section #cancel-button:hover {
  transform: scale(1.03);
}
/* line 142, ../sass/_calendar.scss */
.event-section #add-button:active, .event-section #ok-button:active, .event-section #cancel-button:active {
  transform: translateY(3px) scale(0.97);
}
/* line 147, ../sass/_calendar.scss */
.event-section .days-table, .event-section .dates-table, .event-section .months-table {
  border-collapse: separate;
  text-align: center;
}
/* line 151, ../sass/_calendar.scss */
.event-section .day {
  height: 26px;
  width: 26px;
  padding: 0 10px;
  line-height: 26px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 90%;
  color: #9e9e9e;
}
/* line 161, ../sass/_calendar.scss */
.event-section .month {
  cursor: default;
  height: 26px;
  width: 26px;
  padding: 0 2px;
  padding-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #9e9e9e;
  transition: all 250ms;
}
/* line 173, ../sass/_calendar.scss */
.event-section .active-month {
  font-weight: bold;
  font-size: 14px;
  color: #FF1744;
  text-shadow: 0 1px 4px RGBA(255, 50, 120, 0.8);
}
/* line 179, ../sass/_calendar.scss */
.event-section .month:hover {
  color: #FF1744;
  text-shadow: 0 1px 4px RGBA(255, 50, 120, 0.8);
}
/* line 185, ../sass/_calendar.scss */
.event-section .table-date {
  cursor: default;
  color: #2b2b2b;
  height: 26px;
  width: 26px;
  font-size: 15px;
  padding: 10px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 250ms;
}
/* line 198, ../sass/_calendar.scss */
.event-section .table-date:not(.nil):hover {
  border-color: #FF1744;
  box-shadow: 0 2px 6px RGBA(255, 50, 120, 0.9);
}
/* line 202, ../sass/_calendar.scss */
.event-section .event-date {
  border-color: #52A0FD;
  box-shadow: 0 2px 8px RGBA(130, 180, 255, 0.9);
}
/* line 206, ../sass/_calendar.scss */
.event-section .active-date {
  background: #FF1744;
  box-shadow: 0 2px 8px RGBA(255, 50, 120, 0.9);
  color: #fff;
}
/* line 211, ../sass/_calendar.scss */
.event-section .event-date.active-date {
  background: #52A0FD;
  box-shadow: 0 2px 8px RGBA(130, 180, 255, 0.9);
}
/* line 217, ../sass/_calendar.scss */
.event-section .dialog {
  z-index: 5;
  background: #fff;
  position: absolute;
  width: 415px;
  height: 500px;
  left: 387px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
  border-left: 1px #aaa solid;
}
/* line 229, ../sass/_calendar.scss */
.event-section .dialog-header {
  margin: 20px;
  color: #333;
  text-align: center;
}
/* line 234, ../sass/_calendar.scss */
.event-section .form-container {
  margin-top: 25%;
}
/* line 237, ../sass/_calendar.scss */
.event-section .form-label {
  color: #333;
}
/* line 240, ../sass/_calendar.scss */
.event-section .input {
  border: none;
  background: none;
  border-bottom: 1px #aaa solid;
  display: block;
  margin-bottom: 50px;
  width: 200px;
  height: 20px;
  text-align: center;
  transition: border-color 250ms;
}
/* line 251, ../sass/_calendar.scss */
.event-section .input:focus {
  outline: none;
  border-color: #00C9FB;
}
/* line 255, ../sass/_calendar.scss */
.event-section .error-input {
  border-color: #FF1744;
}
@media only screen and (max-width: 780px) {
  /* line 261, ../sass/_calendar.scss */
  .event-section .content {
    overflow: visible;
    position: relative;
    max-width: 100%;
    width: 370px;
    height: 100%;
    background: #52A0FD;
    background: -moz-linear-gradient(left, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
    background: -webkit-linear-gradient(left, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
    background: linear-gradient(to right, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  }
  /* line 272, ../sass/_calendar.scss */
  .event-section .dialog {
    width: 370px;
    height: 450px;
    border-radius: 3px;
    top: 0;
    left: 0;
  }
  /* line 279, ../sass/_calendar.scss */
  .event-section .events-container {
    float: none;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    display: block;
    left: 0;
    border-radius: 3px;
  }
  /* line 289, ../sass/_calendar.scss */
  .event-section .calendar-container {
    float: none;
    padding: 0;
    margin: 0 auto;
    margin-right: 0;
    display: block;
    left: 0;
    border-radius: 3px;
    box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
}
@media only screen and (max-width: 400px) {
  /* line 305, ../sass/_calendar.scss */
  .event-section .content, .event-section .events-container, .event-section .year-header, .event-section .calendar-container {
    width: 320px;
  }
  /* line 308, ../sass/_calendar.scss */
  .event-section .dialog {
    width: 320px;
  }
  /* line 311, ../sass/_calendar.scss */
  .event-section .months-table {
    display: block;
    margin: 0 auto;
    width: 320px;
  }
  /* line 316, ../sass/_calendar.scss */
  .event-section .event-card {
    width: 300px;
  }
  /* line 319, ../sass/_calendar.scss */
  .event-section .day {
    padding: 0 7px;
  }
  /* line 322, ../sass/_calendar.scss */
  .event-section .month {
    display: inline-block;
    padding: 10px 10px;
    font-size: .8rem;
  }
  /* line 327, ../sass/_calendar.scss */
  .event-section .table-date {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  /* line 332, ../sass/_calendar.scss */
  .event-section .event-name, .event-section .event-count, .event-section .event-cancelled {
    font-size: .8rem;
  }
  /* line 335, ../sass/_calendar.scss */
  .event-section .add-button {
    bottom: 10px;
    right: 10px;
    padding: 0.5rem 1.5rem;
  }
}

/* ==================================================== */
/* Banner                          */
/* ==================================================== */
/* line 5, ../sass/_main.scss */
.homeBannerWrapper {
  width: 100%;
  position: relative;
  background: #000;
}
/* line 13, ../sass/_main.scss */
.homeBannerWrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(29, 29, 29, 0.7);
  z-index: 100;
  top: 0;
}
/* line 22, ../sass/_main.scss */
.homeBannerWrapper .owl-theme .owl-dots .owl-dot span {
  margin: 0 8px 0 0;
  width: 11px;
  height: 11px;
  opacity: .7;
}
/* line 24, ../sass/_main.scss */
.homeBannerWrapper .owl-theme .owl-dots .owl-dot span:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  top: 1px;
  margin-left: -8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
}
/* line 37, ../sass/_main.scss */
.homeBannerWrapper .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}
/* line 39, ../sass/_main.scss */
.homeBannerWrapper .owl-theme .owl-dots .owl-dot.active span:after {
  opacity: 1;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
/* line 42, ../sass/_main.scss */
.homeBannerWrapper .bannerContentWrapper {
  z-index: 200;
  position: relative;
  padding-top: 60px;
  text-align: center;
}
/* line 45, ../sass/_main.scss */
.homeBannerWrapper .bannerContentWrapper .caption {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  margin: 30px 0 0;
  text-transform: none;
  word-break: break-word;
  color: #fff;
}
/* line 47, ../sass/_main.scss */
.homeBannerWrapper .bannerContentWrapper .caption span {
  color: #f7b52b;
}
/* line 49, ../sass/_main.scss */
.homeBannerWrapper .bannerContentWrapper .subcaption {
  text-align: center;
  font-weight: 400;
  color: #fff;
  width: 100%;
  margin: 30px 0;
  word-break: break-word;
  font-size: 1.2rem;
}
/* line 50, ../sass/_main.scss */
.homeBannerWrapper .bannerContentWrapper .button {
  width: auto;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-right: 5px;
  padding: 15px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
/* line 53, ../sass/_main.scss */
.homeBannerWrapper .bannerContentWrapper .button.yellow {
  background: #ED1C24;
  color: #ffffff;
}
/* line 54, ../sass/_main.scss */
.homeBannerWrapper .bannerContentWrapper .button.white {
  background: #ffffff;
  color: #000;
}

/* ==================================================== */
/* ===== 15 Year Section                 */
/* ==================================================== */
/* line 64, ../sass/_main.scss */
.fifteen-years-section {
  width: 100%;
  background: #23262D;
}
/* line 66, ../sass/_main.scss */
.fifteen-years-section .content-wrapper {
  padding: 0 0 0 50px;
  width: 100%;
  color: #9B9B9B;
}
/* line 68, ../sass/_main.scss */
.fifteen-years-section .content-wrapper h2.common-title {
  color: #9B9B9B;
  font-size: 1.8rem;
}
/* line 69, ../sass/_main.scss */
.fifteen-years-section .content-wrapper p {
  margin: 15px 0;
  color: #9B9B9B;
}
/* line 74, ../sass/_main.scss */
.fifteen-years-section .icon-arrow {
  color: #ffffff;
}
/* line 76, ../sass/_main.scss */
.fifteen-years-section #expander {
  cursor: pointer;
  margin-bottom: 10px;
  color: #9B9B9B;
  font-family: "Roboto", sans-serif;
}
/* line 82, ../sass/_main.scss */
.fifteen-years-section #ex-content {
  display: none;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}

/* ==================================================== */
/* ===== what-we-do Section                 */
/* ==================================================== */
/* line 93, ../sass/_main.scss */
.what-we-do-section, .our-service-section {
  width: 100%;
  background: #fff;
}
/* line 95, ../sass/_main.scss */
.what-we-do-section .containerArea, .what-we-do-section .containerAreaService, .our-service-section .containerArea, .our-service-section .containerAreaService {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  justify-content: center;
  align-items: center;
}
/* line 102, ../sass/_main.scss */
.what-we-do-section .card, .our-service-section .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  border: none;
}
/* line 109, ../sass/_main.scss */
.what-we-do-section .contentWrapper, .our-service-section .contentWrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 30px 20px;
}
/* line 114, ../sass/_main.scss */
.what-we-do-section .contentWrapper h4, .our-service-section .contentWrapper h4 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
}
/* line 121, ../sass/_main.scss */
.what-we-do-section .contentWrapper a, .what-we-do-section .contentWrapper p, .our-service-section .contentWrapper a, .our-service-section .contentWrapper p {
  color: #ffffff;
  text-align: left;
}
/* line 122, ../sass/_main.scss */
.what-we-do-section .contentWrapper span, .our-service-section .contentWrapper span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
/* line 123, ../sass/_main.scss */
.what-we-do-section .contentWrapper .icon-arrow, .our-service-section .contentWrapper .icon-arrow {
  opacity: .7;
}
/* line 125, ../sass/_main.scss */
.what-we-do-section .card-image, .our-service-section .card-image {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
  padding-top: 70%;
  background: #ffffff;
  overflow: hidden;
}
/* line 134, ../sass/_main.scss */
.what-we-do-section .card-image:after, .our-service-section .card-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
  user-select: none;
}
/* line 144, ../sass/_main.scss */
.what-we-do-section .card-image:hover, .our-service-section .card-image:hover {
  transition: all 400ms ease-out;
}
/* line 146, ../sass/_main.scss */
.what-we-do-section .card-image:hover:after, .our-service-section .card-image:hover:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
/* line 148, ../sass/_main.scss */
.what-we-do-section .card-image:hover img:hover, .our-service-section .card-image:hover img:hover {
  transform: scale(1.15);
}
/* line 154, ../sass/_main.scss */
.what-we-do-section .card-image img, .our-service-section .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

/* ==================================================== */
/* ===== Gallery Section                 */
/* ==================================================== */
/* line 175, ../sass/_main.scss */
.gallery-section {
  width: 100%;
}
/* line 177, ../sass/_main.scss */
.gallery-section.dark {
  background: #23262D;
}
/* line 178, ../sass/_main.scss */
.gallery-section.light {
  background: #ffffff;
}
/* line 180, ../sass/_main.scss */
.gallery-section .icon-arrow {
  width: 96px;
  margin: 10px auto auto auto;
  display: block;
  position: relative;
  float: none;
  color: #ffffff;
}
/* line 181, ../sass/_main.scss */
.gallery-section .galleryWrapper {
  padding: 20px 0;
}
/* line 182, ../sass/_main.scss */
.gallery-section .galleryWrapper .containerArea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem;
  justify-content: center;
  align-items: center;
}
/* line 189, ../sass/_main.scss */
.gallery-section .galleryWrapper .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  border: none;
}
/* line 196, ../sass/_main.scss */
.gallery-section .galleryWrapper .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
  overflow: hidden;
}
/* line 203, ../sass/_main.scss */
.gallery-section .galleryWrapper .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}
/* line 212, ../sass/_main.scss */
.gallery-section .galleryWrapper .card-image img:hover {
  transform: scale(1.15);
}
/* line 219, ../sass/_main.scss */
.gallery-section .nav-pills {
  margin: 0 auto 50px auto;
}
/* line 221, ../sass/_main.scss */
.gallery-section .nav-pills .nav-link {
  color: #515151;
  text-transform: uppercase;
  padding: .80rem 2rem;
  border: 1px solid #bdbdbd;
  margin: auto 5px 5px auto;
}
/* line 222, ../sass/_main.scss */
.gallery-section .nav-pills .nav-link.active, .gallery-section .nav-pills .show > .nav-link {
  background: #515151;
  color: #ffffff;
}
/* line 225, ../sass/_main.scss */
.gallery-section .page-item.active .page-link {
  color: #515151;
  background-color: transparent;
  border: none;
  font-weight: 600;
}
/* line 230, ../sass/_main.scss */
.gallery-section .page-item.active .page-link:hover {
  background-color: transparent;
  color: #515151;
  border: 0px;
}
/* line 235, ../sass/_main.scss */
.gallery-section .page-item.active .page-link:focus {
  background-color: transparent;
  color: #515151;
  outline: none;
}
/* line 241, ../sass/_main.scss */
.gallery-section .page-link {
  color: #515151;
}
/* line 241, ../sass/_main.scss */
.gallery-section .page-link .page-link {
  border: none !important;
  padding: 0 !important;
}
/* line 242, ../sass/_main.scss */
.gallery-section .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
/* line 244, ../sass/_main.scss */
.gallery-section .pagination {
  margin: 50px auto auto auto;
}
/* line 247, ../sass/_main.scss */
.gallery-section .pagination .active a, .gallery-section .pagination .active span {
  color: #515151;
  background-color: transparent;
  font-weight: 600;
}
/* line 251, ../sass/_main.scss */
.gallery-section .pagination .active a:hover, .gallery-section .pagination .active span:hover {
  background-color: transparent;
  color: #515151;
  border: 0px;
}
/* line 256, ../sass/_main.scss */
.gallery-section .pagination .active a:focus, .gallery-section .pagination .active span:focus {
  background-color: transparent;
  color: #515151;
  outline: none;
}
/* line 263, ../sass/_main.scss */
.gallery-section .pagination li a {
  border: 1px;
  margin-left: 0px;
  color: #707070;
  padding: 0.375rem 0.75rem;
}
/* line 270, ../sass/_main.scss */
.gallery-section .pagination li a:hover {
  background-color: transparent;
  color: #ED1C24;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}
/* line 278, ../sass/_main.scss */
.gallery-section .pagination li a:focus {
  outline: none;
  background-color: transparent;
  /*color:#707070;*/
}
/* line 284, ../sass/_main.scss */
.gallery-section .pagination li:first-child a, .gallery-section .pagination li:last-child a, .gallery-section .pagination li:first-child span, .gallery-section .pagination li:last-child span {
  border: 2px solid #515151;
  border-radius: 6px;
  margin: 0px;
  padding: 6px 12px;
  border: 2px solid;
  font-size: 14px;
  color: #515151;
}
/* line 292, ../sass/_main.scss */
.gallery-section .pagination li:first-child a:hover, .gallery-section .pagination li:last-child a:hover, .gallery-section .pagination li:first-child span:hover, .gallery-section .pagination li:last-child span:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #515151;
}
/* line 296, ../sass/_main.scss */
.gallery-section .pagination li:first-child a:focus, .gallery-section .pagination li:last-child a:focus, .gallery-section .pagination li:first-child span:focus, .gallery-section .pagination li:last-child span:focus {
  outline: none;
}

/* line 303, ../sass/_main.scss */
.paginationholder {
  margin-bottom: 20px;
}
/* line 305, ../sass/_main.scss */
.paginationholder .page-link, .paginationholder .page-link:hover {
  color: #ba8214;
}
/* line 305, ../sass/_main.scss */
.paginationholder .page-link .page-link, .paginationholder .page-link:hover .page-link {
  border: none !important;
  padding: 0 !important;
}
/* line 306, ../sass/_main.scss */
.paginationholder .page-item.active .page-link {
  background-color: #e39908;
  border-color: #e39908;
}
/* line 307, ../sass/_main.scss */
.paginationholder .pagination {
  justify-content: center;
}

/* line 312, ../sass/_main.scss */
.PaginationWrapper {
  position: relative;
}
/* line 314, ../sass/_main.scss */
.PaginationWrapper .justify-content-sm-between {
  justify-content: center !important;
}

/* line 318, ../sass/_main.scss */
.text-muted {
  text-align: center;
  margin-top: 15px;
}

/* line 320, ../sass/_main.scss */
.PaginationWrapper .justify-content-sm-between {
  justify-content: center !important;
}

/* line 324, ../sass/_main.scss */
.galleryWrapper .justify-content-sm-between {
  justify-content: center !important;
}

/* ==================================================== */
/* ===== soWhySection                 */
/* ==================================================== */
/* line 332, ../sass/_main.scss */
.soWhySection {
  width: 100%;
  background: #f5f5f5;
  padding: 5rem 0;
}
/* line 334, ../sass/_main.scss */
.soWhySection .sub-title {
  width: 100%;
  max-width: 100%;
  margin: 10px auto auto auto;
  font-weight: 300;
}
/* line 335, ../sass/_main.scss */
.soWhySection .button {
  background: #23262D;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 2px;
}
/* line 337, ../sass/_main.scss */
.soWhySection .button a {
  color: #ffffff;
}

/* ==================================================== */
/* ===== soWhySection                 */
/* ==================================================== */
/* line 345, ../sass/_main.scss */
.clientWrapper {
  width: 100%;
  background: #fff;
}
/* line 347, ../sass/_main.scss */
.clientWrapper .sub-title {
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  font-size: 1rem;
}
/* line 348, ../sass/_main.scss */
.clientWrapper .sliderWrapper {
  margin-top: 30px;
}
/* line 350, ../sass/_main.scss */
.clientWrapper .owl-carousel.owl-drag .owl-item .item {
  background: #F5F5F5;
  padding: 20px;
  margin: 0 10px;
}
/* line 352, ../sass/_main.scss */
.clientWrapper .owl-dots {
  text-align: center;
  margin-top: 20px;
}

/* ==================================================== */
/* ===== Footer Section                 */
/* ==================================================== */
/* line 360, ../sass/_main.scss */
.footer {
  width: 100%;
  padding: 60px 0 0 0;
  display: inline-block;
  position: relative;
  background: #23262D;
}
/* line 362, ../sass/_main.scss */
.footer .logo-img {
  height: 50px;
  width: auto;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(317deg) brightness(101%) contrast(104%);
}
/* line 364, ../sass/_main.scss */
.footer p {
  margin: 15px 0;
}
/* line 365, ../sass/_main.scss */
.footer ul.linkList {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
}
/* line 370, ../sass/_main.scss */
.footer ul.linkList li {
  color: #EAEAEA;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: .85rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
/* line 381, ../sass/_main.scss */
.footer ul.linkList li:hover a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ffffff;
}
/* line 383, ../sass/_main.scss */
.footer ul.linkList li a {
  color: #EAEAEA;
  text-decoration: underline !important;
}
/* line 396, ../sass/_main.scss */
.footer .call, .footer .landPhone {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(317deg) brightness(101%) contrast(104%);
  color: #000;
  display: inline-block;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  vertical-align: top;
  margin: 10px 0 10px 0;
}
/* line 401, ../sass/_main.scss */
.footer .email {
  display: inline-block;
  line-height: 18px;
  font-size: .9rem;
  margin-top: 10px;
  vertical-align: top;
  color: #EAEAEA;
}
/* line 401, ../sass/_main.scss */
.footer .email span {
  color: #7b7b7b;
}
/* line 402, ../sass/_main.scss */
.footer span.img-icon {
  margin-right: 10px;
  width: 20px;
  display: inline-block;
}
/* line 403, ../sass/_main.scss */
.footer h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #EAEAEA;
  font-weight: 600;
  margin: 0 0 20px 0;
  font-family: "Roboto", sans-serif;
}
/* line 404, ../sass/_main.scss */
.footer .bottom-bar {
  background: #23262D;
  margin-top: 50px;
  padding: 15px 0;
  border-top: 1px solid #414042;
}
/* line 406, ../sass/_main.scss */
.footer .bottom-bar p {
  font-family: "Roboto", sans-serif;
  font-size: .84rem;
  color: #5B5B5C;
  text-align: center;
  font-size: .9rem;
}
/* line 408, ../sass/_main.scss */
.footer .bottom-bar p span {
  color: #9B9B9B;
  font-size: 1rem;
}

/* line 2, ../sass/_home-banner.scss */
.homeBannerWrapper .slide-img {
  padding: 200px 0;
  min-height: 700px;
  -webkit-animation: slidein 20s;
  animation: slidein 20s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* line 17, ../sass/_home-banner.scss */
.homeBannerWrapper .slide-img.bg1 {
  background: url("../images/banner01.jpg") center center no-repeat;
  background-size: cover;
}
/* line 21, ../sass/_home-banner.scss */
.homeBannerWrapper .slide-img.bg2 {
  background: url("../images/banner02.jpg") center center no-repeat;
  background-size: cover;
}
/* line 25, ../sass/_home-banner.scss */
.homeBannerWrapper .slide-img.bg3 {
  background: url("../images/banner03.jpg") center center no-repeat;
  background-size: cover;
}
@-webkit-keyframes slidein {
  from {
    background-position: center;
    background-size: 4000px;
  }
  to {
    background-position: -100px 0;
    background-size: 2000px;
  }
}
@keyframes slidein {
  from {
    background-position: center;
    background-size: 4000px;
  }
  to {
    background-position: -100px 0;
    background-size: 2000px;
  }
}
/* line 44, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption, .homeBannerWrapper .carousel-indicators, .homeBannerWrapper .carousel-control-prev, .homeBannerWrapper .carousel-control-next {
  z-index: 300;
}
/* line 46, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-indicators {
  z-index: 300;
  bottom: 15%;
}
/* line 49, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-indicators button {
  margin: 0 8px 0 0;
  width: 11px;
  height: 11px;
  opacity: .6;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
/* line 51, ../sass/_home-banner.scss */
.homeBannerWrapper .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;
}
/* line 58, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption {
  bottom: auto;
  top: 40%;
}
/* line 60, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  display: block;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  text-transform: none;
  word-break: break-word;
  color: #fff;
}
/* line 64, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption p {
  width: 100%;
  max-width: 750px;
  margin: 20px auto;
  position: relative;
  display: block;
  text-align: center;
  font-weight: 400;
  color: #fff;
  width: 100%;
  word-break: break-word;
  font-size: 1.2rem;
}
/* line 67, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* line 68, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/* line 69, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* line 71, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2, .homeBannerWrapper .carousel-caption p, .homeBannerWrapper .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 107, ../sass/_home-banner.scss */
.homeBannerWrapper .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 140, ../sass/_home-banner.scss */
.homeBannerWrapper .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 171, ../sass/_home-banner.scss */
.homeBannerWrapper .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/* ==================================================== */
/* Banner                          */
/* ==================================================== */
/* line 5, ../sass/_inner-pages.scss */
.innerPageBannerWrapper {
  width: 100%;
  position: relative;
  background: url("../images/inner-bg-01.jpg") center center no-repeat #FAFAFA;
  background-size: cover;
  padding: 100px 0;
  -webkit-animation: slidein 30s;
  animation: slidein 30s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-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%;
  }
}
/* line 35, ../sass/_inner-pages.scss */
.innerPageBannerWrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(29, 29, 29, 0.7);
  z-index: 100;
  top: 0;
}
/* line 44, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .bannerContentWrapper {
  z-index: 200;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
/* line 47, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .bannerContentWrapper .caption {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin: 20px 0 0;
  text-transform: uppercase;
  word-break: break-word;
  color: #fff;
}
/* line 49, ../sass/_inner-pages.scss */
.innerPageBannerWrapper .bannerContentWrapper .caption span {
  color: #f7b52b;
}

/* ======================================================================================= */
/* ===== About Page +  Unique Modular Furnishings  + Architects   + Contact        */
/* ======================================================================================= */
/* line 59, ../sass/_inner-pages.scss */
.inner-page-common-section {
  width: 100%;
  background: #ffffff;
  padding: 100px 0;
}
/* line 61, ../sass/_inner-pages.scss */
.inner-page-common-section .common-title {
  font-size: 1.5rem;
  color: #515151;
  margin-bottom: 20px;
  font-weight: 500;
}
/* line 62, ../sass/_inner-pages.scss */
.inner-page-common-section .sub-title {
  width: 100%;
  max-width: 100%;
  margin: 10px auto auto auto;
  font-weight: 300;
}
/* line 64, ../sass/_inner-pages.scss */
.inner-page-common-section p {
  margin-bottom: 20px;
}

/* line 67, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section {
  width: 100%;
  background: #EEEEEE;
  padding: 100px 0;
  border: 2.5rem solid #ffffff;
}
/* line 69, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .common-title {
  font-size: 2.2rem;
  color: #23262D;
  margin: 20px 0;
  line-height: 1.3;
}
/* line 70, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .sub-title {
  width: 100%;
  max-width: 100%;
  margin: 10px auto auto auto;
  font-weight: 300;
}
/* line 71, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section p {
  margin-bottom: 15px;
  line-height: 1.8;
  text-align: left;
}
/* line 72, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .vision-mission-card {
  background: #ffffff;
  padding: 1.8rem 5px 3rem 1.8rem;
  height: 100%;
}
/* line 74, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .vision-mission-card .icon-img-hd {
  max-width: 100px;
}
/* line 75, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .vision-mission-card h3 {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #515151;
}
/* line 76, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .vision-mission-card .icon-arrow {
  text-transform: uppercase;
  color: #ffffff;
  font-size: .80rem;
  margin-top: 20px;
}
/* line 77, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .vision-mission-card p {
  margin: 20px 0;
  line-height: 1.8;
}
/* line 78, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .vision-mission-card ul.list-counter {
  margin-bottom: 0;
}
/* line 78, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .vision-mission-card ul.list-counter li:last-child {
  margin-bottom: 0;
}
/* line 80, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .with-image img {
  width: 90%;
}
/* line 82, ../sass/_inner-pages.scss */
.inner-page-bordered-full-bg-section .qr-code-img {
  height: 200px;
  width: auto;
}

/* line 86, ../sass/_inner-pages.scss */
.about-page-section-3 {
  width: 100%;
  background: #ffffff;
  padding: 100px 0;
}
/* line 88, ../sass/_inner-pages.scss */
.about-page-section-3 .common-title {
  font-size: 2.2rem;
  color: #23262D;
  margin: 20px 0;
  line-height: 1.3;
}
/* line 89, ../sass/_inner-pages.scss */
.about-page-section-3 .sub-title {
  width: 100%;
  max-width: 100%;
  margin: 10px auto auto auto;
  font-weight: 300;
}
/* line 90, ../sass/_inner-pages.scss */
.about-page-section-3 p {
  margin-bottom: 20px;
  line-height: 1.8;
}
/* line 91, ../sass/_inner-pages.scss */
.about-page-section-3 .count-card {
  background: #ffffff;
  width: 85%;
  height: 100%;
}
/* line 93, ../sass/_inner-pages.scss */
.about-page-section-3 .count-card.full-width {
  width: 100%;
}
/* line 94, ../sass/_inner-pages.scss */
.about-page-section-3 .count-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
}
/* line 96, ../sass/_inner-pages.scss */
.about-page-section-3 .count-card h3 span {
  display: block;
  font-size: 5rem;
  color: #e5e5e5;
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 98, ../sass/_inner-pages.scss */
.about-page-section-3 .count-card .icon-arrow {
  text-transform: uppercase;
  color: #ffffff;
  font-size: .88rem;
  margin-top: 20px;
}
/* line 99, ../sass/_inner-pages.scss */
.about-page-section-3 .count-card p {
  margin: 20px 0;
  line-height: 1.4;
}

/* line 103, ../sass/_inner-pages.scss */
.mar-top-50 {
  margin-top: 50px;
}

/* line 106, ../sass/_inner-pages.scss */
.our-service-section {
  width: 100%;
  padding: 0;
  border: 3rem solid #ffffff;
  border-top: none;
}
/* line 108, ../sass/_inner-pages.scss */
.our-service-section .sub-title {
  font-size: 1rem;
  margin-bottom: 50px;
}

/* line 111, ../sass/_inner-pages.scss */
.contact-form-section {
  width: 100%;
  padding-top: 50px !important;
}
/* line 113, ../sass/_inner-pages.scss */
.contact-form-section .common-title {
  font-size: 2.2rem;
  color: #000;
  margin: 20px 0;
  line-height: 1.3;
  text-align: center;
}
/* line 114, ../sass/_inner-pages.scss */
.contact-form-section .sub-title {
  font-size: 1rem;
  margin: 0 auto 20px auto;
  text-align: center;
}
/* line 115, ../sass/_inner-pages.scss */
.contact-form-section #fancy-inputs textarea {
  width: 100%;
  margin-top: 10px;
}
/* line 116, ../sass/_inner-pages.scss */
.contact-form-section #fancy-inputs label.input {
  margin: 15px auto;
}
/* line 117, ../sass/_inner-pages.scss */
.contact-form-section .theme-btn {
  display: block;
  position: relative;
  margin: auto;
  padding: 15px 40px;
}

/* line 120, ../sass/_inner-pages.scss */
.list-line.contact p {
  padding: 0;
  margin: 0;
  width: calc(100% - 70px);
  display: inline-block;
  float: right;
  word-break: break-all;
  line-height: 1.2;
}

/* ==================================================== */
/* Media Query                      */
/* ==================================================== */
/*  Break Point 1400 
//------------------------------------------------------------------------------------------ */
/*  Break Point 1200 
//------------------------------------------------------------------------------------------ */
@media (min-width: 1200px) {
  /* line 15, ../sass/_media-query.scss */
  .footer ul.links li {
    padding: 0px 5% 0 0;
  }

  /* line 16, ../sass/_media-query.scss */
  .homeBannerWrapper .container {
    max-width: 100% !important;
  }

  /* line 17, ../sass/_media-query.scss */
  .main-nav a {
    padding: 10px 20px;
  }
}
/*  Break Point min-992px
//------------------------------------------------------------------------------------------ */
@media (min-width: 992px) {
  /* line 24, ../sass/_media-query.scss */
  .header .container {
    width: 98%;
  }

  /* line 25, ../sass/_media-query.scss */
  .main-nav a {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 200px) {
  /* line 30, ../sass/_media-query.scss */
  .PaginationWrapper .justify-content-sm-between {
    justify-content: center !important;
  }

  /* line 34, ../sass/_media-query.scss */
  .galleryWrapper .justify-content-sm-between {
    justify-content: center !important;
  }
}
/*  Break Point 992 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  /* line 46, ../sass/_media-query.scss */
  .header .full-width-In768 {
    width: 100% !important;
    flex: auto;
    margin-left: 0;
  }

  /* line 47, ../sass/_media-query.scss */
  #header .container, #header .container-lg, #header .container-md, #header .container-sm {
    max-width: 90%;
  }

  /* line 48, ../sass/_media-query.scss */
  .full-width-In990 {
    width: 100% !important;
    flex: auto;
    margin: auto;
    margin-left: 0;
  }

  /* line 49, ../sass/_media-query.scss */
  .fifteen-years-section img {
    max-width: 300px;
    position: relative;
    display: block;
    margin: auto auto 30px auto;
  }

  /* line 50, ../sass/_media-query.scss */
  .footer .call, .footer .landPhone {
    font-size: .88rem;
  }

  /* line 51, ../sass/_media-query.scss */
  .footer span.img-icon {
    width: 10px;
  }

  /* line 52, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 200px 0;
    min-height: 550px;
  }

  /* line 53, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption {
    top: 30%;
  }

  /* line 54, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-indicators {
    bottom: 5%;
  }

  /* line 55, ../sass/_media-query.scss */
  .content-wrapper.about {
    margin-top: 20px;
  }

  /* line 56, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section {
    border-top: none;
  }

  /* line 57, ../sass/_media-query.scss */
  .gallery-section .galleryWrapper .containerArea {
    grid-gap: 1.2rem;
  }

  /* line 58, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section.contact {
    margin-top: 2.5rem;
  }
  /* line 60, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section.contact .common-title, .inner-page-bordered-full-bg-section.contact .common-title span.sub, .inner-page-bordered-full-bg-section.contact p.infopara {
    text-align: center;
  }
  /* line 61, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section.contact .qr-code-img {
    position: relative;
    display: block;
    width: 200px;
    height: auto;
    margin: 10px auto 30px auto;
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
/*  Break Point 768 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* line 77, ../sass/_media-query.scss */
  #header.scrolled {
    height: 80px;
  }

  /* line 78, ../sass/_media-query.scss */
  #header.scrolled .bottom-bar {
    margin: -15px 0 0 0;
  }

  /* line 79, ../sass/_media-query.scss */
  .commonPadding {
    padding: 60px 0;
  }

  /* line 80, ../sass/_media-query.scss */
  .inner-page-common-section {
    padding: 100px 0 60px 0;
  }

  /* line 81, ../sass/_media-query.scss */
  .full-width-mobile, .full-width-In768 {
    width: 100% !important;
    flex: auto;
  }

  /* line 82, ../sass/_media-query.scss */
  .header .full-width-mobile {
    width: 50% !important;
    flex: auto;
  }

  /* line 83, ../sass/_media-query.scss */
  .hideIn768 {
    display: none;
  }

  /* line 84, ../sass/_media-query.scss */
  .showIn768 {
    display: inline-block;
    width: 100%;
  }

  /* line 85, ../sass/_media-query.scss */
  .col-half {
    width: 49% !important;
    flex: auto;
  }

  /* line 86, ../sass/_media-query.scss */
  .fifteen-years-section .content-wrapper {
    padding: 0;
  }

  /* line 87, ../sass/_media-query.scss */
  .home-about-section img {
    position: relative;
    margin: auto;
    display: block;
    width: 90%;
    max-width: 600px;
  }

  /* line 88, ../sass/_media-query.scss */
  .contact-section .contactWrapper span.img-icon {
    width: 40px;
    margin: auto;
    position: relative;
    display: block;
  }

  /* line 89, ../sass/_media-query.scss */
  .contact-section .contactWrapper {
    margin-top: 30px;
  }

  /* line 91, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2 {
    font-size: 2rem;
  }
  /* line 92, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 150px 0;
    min-height: 450px;
  }
  @-webkit-keyframes slidein {
    from {
      background-position: center;
      background-size: 2000px;
    }
    to {
      background-position: -100px 0;
      background-size: 1000px;
    }
  }
  @keyframes slidein {
    from {
      background-position: center;
      background-size: 2000px;
    }
    to {
      background-position: -100px 0;
      background-size: 1000px;
    }
  }
  /* line 104, ../sass/_media-query.scss */
  .gallery-section .galleryWrapper .containerArea {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }

  /* line 109, ../sass/_media-query.scss */
  .soWhySection {
    padding-bottom: 8rem;
  }
  /* line 111, ../sass/_media-query.scss */
  .soWhySection .button {
    position: absolute;
    margin-top: 10px;
  }

  /* line 115, ../sass/_media-query.scss */
  .footer ul.linkList li {
    width: auto;
  }
  /* line 116, ../sass/_media-query.scss */
  .footer .email {
    line-height: 26px;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
  }
  /* line 123, ../sass/_media-query.scss */
  .footer .call {
    margin-right: 10px;
  }
  /* line 124, ../sass/_media-query.scss */
  .footer span.img-icon.hideInMobile {
    display: none;
  }
  /* line 125, ../sass/_media-query.scss */
  .footer h3 {
    margin: 20px 0 10px 0;
  }

  /* line 128, ../sass/_media-query.scss */
  .footer ul.linkList li {
    width: calc(31% - 20px);
    margin-right: 20px;
  }
}
/*  Break Point 600 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 600px) {
  /* line 136, ../sass/_media-query.scss */
  #header.scrolled {
    height: 60px;
  }

  /* line 137, ../sass/_media-query.scss */
  #header.scrolled .bottom-bar {
    margin: 0;
  }

  /* line 138, ../sass/_media-query.scss */
  .mobile-nav-toggle.scrolled, .mobile-nav-toggle {
    top: 10px;
  }

  /* line 139, ../sass/_media-query.scss */
  .mobile-top-bar-data {
    display: block;
  }

  /* line 140, ../sass/_media-query.scss */
  .header .top-bar {
    display: none;
  }

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

  /* line 142, ../sass/_media-query.scss */
  .header .full-width-mobile {
    width: 100% !important;
    flex: auto;
  }

  /* line 143, ../sass/_media-query.scss */
  .full-width-mobile {
    width: 100% !important;
    flex: auto;
  }

  /* line 144, ../sass/_media-query.scss */
  .header .top-bar span.email, .header .top-bar span.call {
    width: 48%;
  }

  /* line 145, ../sass/_media-query.scss */
  .hideInMobile {
    display: none !important;
  }

  /* line 146, ../sass/_media-query.scss */
  .showInMobile {
    display: inline-block;
    width: 100%;
  }

  /* line 147, ../sass/_media-query.scss */
  #header .logo {
    font-size: 1.4rem;
  }

  /* line 148, ../sass/_media-query.scss */
  .contact-section .contactWrapper .call {
    padding: 20px 0;
  }

  /* line 149, ../sass/_media-query.scss */
  .clientWrapper .owl-carousel.owl-drag .owl-item .item {
    margin: 0 auto;
    max-width: 300px;
  }

  /* line 150, ../sass/_media-query.scss */
  .home-about-section .about-content-wrapper {
    padding: 0 0 0 25px;
    width: 95%;
  }

  /* line 151, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section {
    border: 2rem solid #ffffff;
  }

  /* line 152, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section.contact {
    border: 2rem solid #ffffff;
    padding: 20px !important;
  }

  /* line 153, ../sass/_media-query.scss */
  .gallery-section .galleryWrapper .containerArea {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
  }

  /* line 154, ../sass/_media-query.scss */
  .list-bullet li {
    width: 100%;
  }

  /* line 155, ../sass/_media-query.scss */
  .innerPageBannerWrapper {
    animation: none;
  }

  /* line 156, ../sass/_media-query.scss */
  .commonPadding {
    padding: 50px 0;
  }

  /* line 157, ../sass/_media-query.scss */
  .inner-page-common-section {
    padding: 100px 0 50px 0;
  }

  /* line 158, ../sass/_media-query.scss */
  .gallery-section .galleryWrapper {
    padding: 0;
  }

  /* line 159, ../sass/_media-query.scss */
  .gallery-section .nav-pills {
    margin: 0 auto 20px auto;
  }

  /* line 160, ../sass/_media-query.scss */
  ul.list-line.contact {
    margin: 1rem 0;
  }

  /* line 162, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section .vision-mission-card {
    border-bottom: 15px solid #EEEEEE;
  }

  /* line 164, ../sass/_media-query.scss */
  .our-service-section {
    border: 1.5rem solid #ffffff;
  }

  /* line 165, ../sass/_media-query.scss */
  .our-service-section .sub-title {
    width: 100%;
    line-height: 1.4;
    font-size: .95rem;
  }

  /* line 169, ../sass/_media-query.scss */
  .footer .call {
    margin: auto;
    position: relative;
    display: block;
  }
  /* line 170, ../sass/_media-query.scss */
  .footer .about-text {
    width: 100%;
    text-align: left;
  }
  /* line 171, ../sass/_media-query.scss */
  .footer h3, .footer p, .footer .email, .footer .call, .footer .landPhone {
    text-align: left;
  }
  /* line 172, ../sass/_media-query.scss */
  .footer .call, .footer .landPhone {
    width: 180px;
    margin: 0;
    font-size: .88rem;
  }
  /* line 173, ../sass/_media-query.scss */
  .footer .email {
    width: 100%;
    border: none;
    padding-left: 0;
    margin-left: 0;
  }
  /* line 174, ../sass/_media-query.scss */
  .footer ul.linkList li {
    width: 31%;
    margin-right: 0;
  }
  /* line 175, ../sass/_media-query.scss */
  .footer .full-width-In990 {
    width: 96% !important;
  }

  /* line 179, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  /* line 180, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption p {
    text-align: center;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  /* line 182, ../sass/_media-query.scss */
  .homeBannerWrapper .bannerContentWrapper .caption {
    font-size: 2rem;
    text-align: center;
  }
  /* line 183, ../sass/_media-query.scss */
  .homeBannerWrapper .bannerContentWrapper .button {
    padding: 15px 28px;
    text-transform: none;
  }
  /* line 184, ../sass/_media-query.scss */
  .homeBannerWrapper .bannerContentWrapper .subcaption {
    text-align: center;
    width: 100%;
  }
  /* line 186, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 200px 0;
    min-height: 400px;
  }
  /* line 187, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption {
    bottom: auto;
    top: 20%;
  }
  @-webkit-keyframes slidein {
    from {
      background-position: center;
      background-size: 1000px;
    }
    to {
      background-position: -100px 0;
      background-size: 800px;
    }
  }
  @keyframes slidein {
    from {
      background-position: center;
      background-size: 1000px;
    }
    to {
      background-position: -100px 0;
      background-size: 800px;
    }
  }
  /* line 199, ../sass/_media-query.scss */
  .galleryWrapper .justify-content-sm-between {
    justify-content: center !important;
  }

  /* line 203, ../sass/_media-query.scss */
  .gallery-section .nav-pills .nav-link {
    padding: 0.5rem 1rem;
  }

  /* line 205, ../sass/_media-query.scss */
  .soWhySection {
    padding-bottom: 5rem;
  }
  /* line 207, ../sass/_media-query.scss */
  .soWhySection .common-title, .soWhySection .sub-title {
    text-align: center !important;
  }
  /* line 208, ../sass/_media-query.scss */
  .soWhySection .button {
    position: relative;
    margin: 10px auto;
    display: block;
    text-align: center;
    max-width: 150px;
  }
}
/*  Break Point 480px 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 480px) {
  /* line 220, ../sass/_media-query.scss */
  #header {
    height: 68px;
  }

  /* line 221, ../sass/_media-query.scss */
  #header.scrolled {
    height: 58px;
  }

  /* line 222, ../sass/_media-query.scss */
  .mobile-nav-toggle.scrolled {
    top: 6px;
  }

  /* line 223, ../sass/_media-query.scss */
  .mobile-nav-toggle {
    top: 18px;
  }

  /* line 224, ../sass/_media-query.scss */
  #header .logo {
    font-size: 1.2rem;
  }

  /* line 226, ../sass/_media-query.scss */
  .homeBannerWrapper .bannerContentWrapper .button {
    padding: 15px 20px;
    text-transform: none;
  }

  /* line 228, ../sass/_media-query.scss */
  .gallery-section .galleryWrapper .containerArea {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }

  /* line 229, ../sass/_media-query.scss */
  .header .top-bar {
    display: none;
  }

  /* line 230, ../sass/_media-query.scss */
  .customPopup .modal-dialog {
    width: 98%;
    max-width: 800px;
  }

  /* line 231, ../sass/_media-query.scss */
  .donationpopbox p {
    text-align: left;
  }

  /* line 232, ../sass/_media-query.scss */
  .gallery-section .pagination li a {
    margin: 0px 10px;
  }

  /* line 235, ../sass/_media-query.scss */
  .fifteen-years-section .icon-arrow {
    text-align: center;
    float: none;
    margin: auto;
    position: relative;
    display: block;
    width: 100px;
  }
  /* line 236, ../sass/_media-query.scss */
  .fifteen-years-section .content-wrapper h2.common-title, .fifteen-years-section .content-wrapper p {
    text-align: center;
  }
  /* line 237, ../sass/_media-query.scss */
  .fifteen-years-section img {
    max-width: 250px;
  }

  /* line 241, ../sass/_media-query.scss */
  .footer .call {
    margin: auto;
    position: relative;
    display: block;
  }
  /* line 242, ../sass/_media-query.scss */
  .footer .about-text {
    width: 100%;
    text-align: left;
  }
  /* line 243, ../sass/_media-query.scss */
  .footer .call, .footer .landPhone {
    width: 180px;
    margin: 0;
  }
  /* line 244, ../sass/_media-query.scss */
  .footer ul.linkList li {
    width: 49%;
  }
  /* line 245, ../sass/_media-query.scss */
  .footer .full-width-In990 {
    width: 92% !important;
  }
  /* line 246, ../sass/_media-query.scss */
  .footer .bottom-bar p span {
    font-size: .95rem;
    width: 100%;
    display: block;
  }

  /* line 248, ../sass/_media-query.scss */
  .our-service-section {
    border: 1rem solid #ffffff;
  }

  /* line 249, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section {
    border: 1rem solid #ffffff;
    border-top: none;
  }

  /* line 250, ../sass/_media-query.scss */
  .what-we-do-section .containerArea, .our-service-section .containerArea {
    grid-template-columns: repeat(1, 1fr);
  }

  /* line 251, ../sass/_media-query.scss */
  .our-service-section .containerAreaService {
    grid-template-columns: repeat(1, 1fr);
  }

  /* line 252, ../sass/_media-query.scss */
  .contact-section .contactWrapper .location, .contact-section .contactWrapper .email, .contact-section .contactWrapper .call, .contact-section .contactWrapper span.img-icon {
    line-height: 1.1;
    margin-top: 10px;
  }
}
/*  Break Point 380px 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 380px) {
  /* line 259, ../sass/_media-query.scss */
  .gallery-section .galleryWrapper .containerArea {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }

  /* line 260, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section .vision-mission-card .icon-arrow {
    margin-bottom: 40px;
    background-size: 26px;
    line-height: 28px;
  }

  /* line 261, ../sass/_media-query.scss */
  ul.list-line li {
    word-break: break-all;
  }

  /* line 262, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section .vision-mission-card {
    padding: 1.2rem 1.2rem 3rem 1.2rem;
  }

  /* line 263, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section.contact {
    border: 1rem solid #ffffff;
    padding: 1rem !important;
    border-top-width: 1.5rem;
  }

  /* line 264, ../sass/_media-query.scss */
  .inner-page-bordered-full-bg-section .common-title {
    font-size: 2rem;
  }
}
