@charset "UTF-8";
/*----------------------------------------------------------------------

	MASTER STYLESHEET

	Project:        Metronic "Asentus" Frontend Freebie - Responsive HTML Template Based On Twitter Bootstrap 3.3.4
	Version:        1.0
	Author:         KeenThemes
	Primary use:    Corporate, Business Themes.
	Email:			support@keenthemes.com
	Follow: 		http://www.twitter.com/keenthemes
	Like: 			http://www.facebook.com/keenthemes
	Website:		http://www.keenthemes.com
	Premium:		Premium Metronic Admin Theme: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes

-----------------------------------------------------------------------*/
/* eg: @include user-select(none); */
/* eg: @include rotate(45deg); */
/* eg: @include translate3d(0,0,0); */
/* eg: @include border-radius(3px); */
/*------------------------------------------------------------------
  	[The "base.scss" contains basic default element styles
  		(colors, typography, margins & padding).]
------------------------------------------------------------------*/
/* line 6, ../sass/base/_base.scss */
html {
  overflow-x: hidden;
}

/* line 10, ../sass/base/_base.scss */
html, html a, body {
  -webkit-font-smoothing: antialiased;
}

/* line 14, ../sass/base/_base.scss */
body {
  font-family: "Josefin Sans", sans-serif;
}

/* line 18, ../sass/base/_base.scss */
p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* line 25, ../sass/base/_base.scss */
em,
li,
li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  color: #515769;
}

/* line 32, ../sass/base/_base.scss */
a {
  font-family: "Josefin Sans", sans-serif;
  color: #81848f;
  outline: 0;
}
/* line 37, ../sass/base/_base.scss */
a:focus, a:hover, a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

/* line 46, ../sass/base/_base.scss */
.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
/* line 51, ../sass/base/_base.scss */
.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

/* line 59, ../sass/base/_base.scss */
span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  color: #bfc1c7;
}

/* line 64, ../sass/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
}
/* line 70, ../sass/base/_base.scss */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #515769;
}
/* line 73, ../sass/base/_base.scss */
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}
/* line 78, ../sass/base/_base.scss */
h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

/* line 84, ../sass/base/_base.scss */
h1 {
  font-size: 40px;
}

/* line 85, ../sass/base/_base.scss */
h2 {
  font-size: 30px;
}

/* line 86, ../sass/base/_base.scss */
h3 {
  font-size: 22px;
}

/* line 87, ../sass/base/_base.scss */
h4 {
  font-size: 22px;
}

/* line 89, ../sass/base/_base.scss */
::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

/* line 94, ../sass/base/_base.scss */
::-webkit-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

/* line 99, ../sass/base/_base.scss */
::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

/* line 105, ../sass/base/_base.scss */
:active,
:focus {
  outline: none;
}

/* Section Seperator */
/* line 111, ../sass/base/_base.scss */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
/* line 116, ../sass/base/_base.scss */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

/*------------------------------------------------------------------
  	[Blockquote]
------------------------------------------------------------------*/
/* line 5, ../sass/components/_blockquote.scss */
.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  border-left: none;
  margin-left: 20px;
}
/* line 13, ../sass/components/_blockquote.scss */
.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #17bed2;
  content: '“';
}

/*------------------------------------------------------------------
  	[Button]
------------------------------------------------------------------*/
/* line 5, ../sass/components/_button.scss */
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 77, ../sass/_mixins.scss */
.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}
/* line 86, ../sass/_mixins.scss */
.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 90, ../sass/_mixins.scss */
.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}
/* line 96, ../sass/_mixins.scss */
.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}
/* line 102, ../sass/_mixins.scss */
.btn-theme.disabled, .btn-theme[disabled], fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

/* line 9, ../sass/components/_button.scss */
.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}
/* line 119, ../sass/_mixins.scss */
.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #515769;
  background: #fff;
  border-color: transparent;
}

/* line 13, ../sass/components/_button.scss */
.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}
/* line 119, ../sass/_mixins.scss */
.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

/* line 17, ../sass/components/_button.scss */
.btn-base-bg {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
  border-width: 0;
}
/* line 119, ../sass/_mixins.scss */
.btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
  color: #fff;
  background: #63cbd7;
  border-color: transparent;
}

/* line 21, ../sass/components/_button.scss */
.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 30px;
}

/*------------------------------------------------------------------
  	[Pricing]
------------------------------------------------------------------*/
/* line 5, ../sass/gui/_pricing.scss */
.pricing {
  padding: 70px 45px;
  background: #fff;
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 5, ../sass/gui/_pricing.scss */
  .pricing {
    margin-top: 0;
  }
}
/* line 14, ../sass/gui/_pricing.scss */
.pricing.pricing-active {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  /* line 14, ../sass/gui/_pricing.scss */
  .pricing.pricing-active {
    margin-top: 0;
  }
}
/* line 25, ../sass/gui/_pricing.scss */
.pricing .pricing-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}
/* line 32, ../sass/gui/_pricing.scss */
.pricing .pricing-list-item {
  position: relative;
  font-size: 13px;
  color: #81848f;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 39, ../sass/gui/_pricing.scss */
.pricing .pricing-list-item:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
  margin-right: 10px;
}

/*------------------------------------------------------------------
  	[Promo Section]
------------------------------------------------------------------*/
@media (max-width: 991px) {
  /* line 7, ../sass/gui/_promo-section.scss */
  .promo-section .promo-section-col {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  /* line 5, ../sass/gui/_promo-section.scss */
  .promo-section {
    position: relative;
    height: 400px;
  }
  /* line 18, ../sass/gui/_promo-section.scss */
  .promo-section .promo-section-col {
    width: 45%;
  }
  /* line 22, ../sass/gui/_promo-section.scss */
  .promo-section .promo-section-img-left {
    position: absolute;
    top: 0;
    right: 50%;
  }
  /* line 26, ../sass/gui/_promo-section.scss */
  .promo-section .promo-section-img-right {
    position: absolute;
    top: 0;
    left: 50%;
  }
  /* line 31, ../sass/gui/_promo-section.scss */
  .promo-section .ver-center {
    display: table;
    height: 400px;
  }
  /* line 35, ../sass/gui/_promo-section.scss */
  .promo-section .ver-center-aligned {
    display: table-cell;
    vertical-align: middle;
  }
}

/*------------------------------------------------------------------
  	[Service]
------------------------------------------------------------------*/
/* line 5, ../sass/gui/_service.scss */
.service {
  background: #fff;
  padding: 50px;
}
/* line 9, ../sass/gui/_service.scss */
.service .service-element,
.service .service-info {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 15, ../sass/gui/_service.scss */
.service .service-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}
/* line 23, ../sass/gui/_service.scss */
.service:hover .service-element {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 29, ../sass/gui/_service.scss */
.service:hover .service-info {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Work]
------------------------------------------------------------------*/
/* line 5, ../sass/gui/_work.scss */
.work {
  position: relative;
}
/* line 8, ../sass/gui/_work.scss */
.work .work-overlay {
  position: relative;
}
/* line 11, ../sass/gui/_work.scss */
.work .work-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 20, ../sass/gui/_work.scss */
.work .work-content {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  padding: 25px;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 30, ../sass/gui/_work.scss */
.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 36, ../sass/gui/_work.scss */
.work:hover .work-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
/* line 5, ../sass/layout/_footer.scss */
.footer {
  background: url(../img/1920x1080/03.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 11, ../sass/layout/_footer.scss */
.footer .footer-seperator {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 15, ../sass/layout/_footer.scss */
.footer .footer-list {
  margin-bottom: 0;
}
/* line 19, ../sass/layout/_footer.scss */
.footer .footer-list-item {
  color: #cbd3e1;
  margin-bottom: 25px;
}
/* line 24, ../sass/layout/_footer.scss */
.footer .footer-list-link {
  color: #cbd3e1;
}
/* line 27, ../sass/layout/_footer.scss */
.footer .footer-list-link:hover {
  color: #fff;
}
/* line 32, ../sass/layout/_footer.scss */
.footer .footer-input {
  background: rgba(0, 0, 0, 0.15);
}
/* line 36, ../sass/layout/_footer.scss */
.footer .footer-logo {
  width: 85px;
  height: auto;
}

/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/
/* Fixed Top */
/* line 7, ../sass/layout/_header.scss */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

/* Navbar */
/* line 13, ../sass/layout/_header.scss */
.header {
  background-color: #FBE3E1;
}
/* line 15, ../sass/layout/_header.scss */
.header .navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar Toggle */
/* line 24, ../sass/layout/_header.scss */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
}
/* line 30, ../sass/layout/_header.scss */
.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #F37921;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 38, ../sass/layout/_header.scss */
.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #F37921;
  content: " ";
}
/* line 46, ../sass/layout/_header.scss */
.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 53, ../sass/layout/_header.scss */
.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 62, ../sass/layout/_header.scss */
.header .navbar-toggle:hover .toggle-icon {
  background: #F37921;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 66, ../sass/layout/_header.scss */
.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #F37921;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 73, ../sass/layout/_header.scss */
.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
/* line 83, ../sass/layout/_header.scss */
.header .logo {
  width: 115px;
  height: 115px;
  float: left;
  max-height: 95px;
  line-height: 65px;
}
/* line 90, ../sass/layout/_header.scss */
.header .logo-wrap {
  display: inline-block;
  padding: 15px 0;
}
@media (min-width: 992px) {
  /* line 90, ../sass/layout/_header.scss */
  .header .logo-wrap {
    padding: 10px 0;
  }
}
/* line 96, ../sass/layout/_header.scss */
.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}
/* line 102, ../sass/layout/_header.scss */
.header .logo-img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/* line 110, ../sass/layout/_header.scss */
.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 115, ../sass/layout/_header.scss */
.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
/* line 123, ../sass/layout/_header.scss */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Nav */
/* line 132, ../sass/layout/_header.scss */
.header .nav-item {
  position: relative;
  display: block;
}
/* line 137, ../sass/layout/_header.scss */
.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}
/* line 143, ../sass/layout/_header.scss */
.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 151, ../sass/layout/_header.scss */
.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 159, ../sass/layout/_header.scss */
.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
  padding: 0 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 170, ../sass/layout/_header.scss */
.header .nav-item-hover {
  position: relative;
}
/* line 173, ../sass/layout/_header.scss */
.header .nav-item-hover:after {
  position: absolute;
  top: 26px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #ffb7b1;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
  (Change it to any breakpoint you want to be collapsed) */
  /* line 191, ../sass/layout/_header.scss */
  .header .navbar-toggle {
    display: block;
  }
  /* line 196, ../sass/layout/_header.scss */
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 199, ../sass/layout/_header.scss */
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  /* line 205, ../sass/layout/_header.scss */
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 210, ../sass/layout/_header.scss */
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  /* line 214, ../sass/layout/_header.scss */
  .header .navbar-nav .nav-item {
    float: none;
  }

  /* Menu Container */
  /* line 7, ../sass/_mixins.scss */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  /* line 13, ../sass/_mixins.scss */
  .header .menu-container:after {
    clear: both;
  }

  /* Logo */
  /* line 231, ../sass/layout/_header.scss */
  .header .logo .logo-img-main {
    display: none;
  }
  /* line 235, ../sass/layout/_header.scss */
  .header .logo .logo-img-active {
    display: inline-block;
  }

  /* Navbar Nav */
  /* line 244, ../sass/layout/_header.scss */
  .header .nav-item-child {
    color: #fff;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }
  /* line 252, ../sass/layout/_header.scss */
  .header .nav-item-hover:after {
    position: absolute;
    top: 19px;
  }
  /* line 257, ../sass/layout/_header.scss */
  .header .nav-item .dropdown-menu {
    position: static;
    float: none;
    padding: 0 15px;
    background-color: #da908a;
    margin: 0 -15px;
  }
  /* line 263, ../sass/layout/_header.scss */
  .header .nav-item .dropdown-menu a {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    display: block;
    color: #fff;
  }
}
/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  /* line 280, ../sass/layout/_header.scss */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 288, ../sass/layout/_header.scss */
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 295, ../sass/layout/_header.scss */
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  /* line 310, ../sass/layout/_header.scss */
  .header .logo {
    width: 160px;
    height: 160px;
  }
  /* line 313, ../sass/layout/_header.scss */
  .header .navbar-nav-right {
    float: right;
  }
  /* line 317, ../sass/layout/_header.scss */
  .header .nav-item .dropdown-menu {
    padding: 0;
    width: 200px;
    background-color: #da908a;
  }
  /* line 321, ../sass/layout/_header.scss */
  .header .nav-item .dropdown-menu a {
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
  }
}
/* Page On Scroll */
@media (min-width: 992px) {
  /* line 337, ../sass/layout/_header.scss */
  .page-on-scroll .header .navbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  /* line 343, ../sass/layout/_header.scss */
  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  /* line 348, ../sass/layout/_header.scss */
  .page-on-scroll .header .logo-img-active {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  /* line 353, ../sass/layout/_header.scss */
  .page-on-scroll .header .nav-item-child {
    color: #515769;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}
/*------------------------------------------------------------------
  	[Contact]
------------------------------------------------------------------*/
/* line 6, ../sass/pages/_contact.scss */
.contact-list > li {
  font-size: 13px;
  color: #81848f;
  margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
/* line 5, ../sass/plugins/_back-to-top.scss */
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 24, ../sass/plugins/_back-to-top.scss */
.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 29, ../sass/plugins/_back-to-top.scss */
.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
/* line 37, ../sass/plugins/_back-to-top.scss */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 43, ../sass/plugins/_back-to-top.scss */
.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
/* line 52, ../sass/plugins/_back-to-top.scss */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}
/* line 55, ../sass/plugins/_back-to-top.scss */
.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
/* line 5, ../sass/plugins/_bootstrap-components.scss */
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}
/* line 155, ../sass/_mixins.scss */
.form-control::-moz-placeholder {
  color: #a6a7aa;
}
/* line 156, ../sass/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}
/* line 157, ../sass/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}
/* line 16, ../sass/plugins/_bootstrap-components.scss */
.form-control:focus {
  color: #515769;
  box-shadow: none;
}
/* line 155, ../sass/_mixins.scss */
.form-control:focus::-moz-placeholder {
  color: #515769;
}
/* line 156, ../sass/_mixins.scss */
.form-control:focus:-ms-input-placeholder {
  color: #515769;
}
/* line 157, ../sass/_mixins.scss */
.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
/* line 28, ../sass/plugins/_bootstrap-components.scss */
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
    [Carousel]
------------------------------------------------------------------*/
/* line 39, ../sass/plugins/_bootstrap-components.scss */
.carousel-indicators {
  left: auto;
  width: auto;
  padding-left: 0;
  margin-left: 0;
}

/* line 46, ../sass/plugins/_bootstrap-components.scss */
.carousel-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 51, ../sass/plugins/_bootstrap-components.scss */
.carousel-title {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 59, ../sass/plugins/_bootstrap-components.scss */
  .carousel-title {
    font-size: 60px;
  }
}
/*----------------------------------
  Custome Style of Info Window
------------------------------------*/
/* White background and box outline */
/* line 6, ../sass/plugins/_gmap.scss */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Arrow colour */
/* line 12, ../sass/plugins/_gmap.scss */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* line 17, ../sass/plugins/_gmap.scss */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Let's remove image icon inside close button */
/* line 22, ../sass/plugins/_gmap.scss */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* New arrow style */
/* line 27, ../sass/plugins/_gmap.scss */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

/* line 31, ../sass/plugins/_gmap.scss */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-family: Simple-Line-Icons;
  color: #515769;
  content: "\e082";
}

/* Positioning of infowindow */
/* line 39, ../sass/plugins/_gmap.scss */
.gm-style-iw {
  top: 22px !important;
  left: 22px !important;
}

/*--------------------------------------------------
    [Masonry Grid]
----------------------------------------------------*/
/* line 5, ../sass/plugins/_masonry.scss */
.masonry-grid {
  position: relative;
  margin: 0 -2px;
}
/* line 7, ../sass/_mixins.scss */
.masonry-grid:before, .masonry-grid:after {
  content: " ";
  display: table;
}
/* line 13, ../sass/_mixins.scss */
.masonry-grid:after {
  clear: both;
}
/* line 10, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 2px;
  margin-bottom: 4px;
}
/* line 17, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-12 {
  width: 100%;
}
/* line 18, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-11 {
  width: 91.66666667%;
}
/* line 19, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-10 {
  width: 83.33333333%;
}
/* line 20, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-9 {
  width: 75%;
}
/* line 21, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-8 {
  width: 66.66666667%;
}
/* line 22, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-7 {
  width: 58.33333333%;
}
/* line 23, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-6 {
  width: 50%;
}
/* line 24, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-5 {
  width: 41.66666667%;
}
/* line 25, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-4 {
  width: 33.33333333%;
}
/* line 26, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-3 {
  width: 25%;
}
/* line 27, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-2 {
  width: 16.66666667%;
}
/* line 28, ../sass/plugins/_masonry.scss */
.masonry-grid .masonry-grid-item.col-1 {
  width: 8.33333333%;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  /* line 34, ../sass/plugins/_masonry.scss */
  .masonry-grid .masonry-grid-item {
    width: 50%;
  }
  /* line 37, ../sass/plugins/_masonry.scss */
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 50%;
  }
}
/* Media Queries below 600px */
@media (max-width: 600px) {
  /* line 56, ../sass/plugins/_masonry.scss */
  .masonry-grid .masonry-grid-item {
    width: 100%;
  }
  /* line 59, ../sass/plugins/_masonry.scss */
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 100%;
  }
}
/*------------------------------------------------------------------
    [Swiper Slider]
------------------------------------------------------------------*/
/* line 5, ../sass/plugins/_swiper.scss */
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 11, ../sass/plugins/_swiper.scss */
.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* line 19, ../sass/plugins/_swiper.scss */
.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
/* line 5, ../sass/utils/_colors.scss */
.color-base {
  color: #17bed2;
}

/* line 6, ../sass/utils/_colors.scss */
.color-white {
  color: #fff;
}

/* line 7, ../sass/utils/_colors.scss */
.color-heading {
  color: #515769;
}

/* line 8, ../sass/utils/_colors.scss */
.color-subtitle {
  color: #a6a7aa;
}

/* line 9, ../sass/utils/_colors.scss */
.color-link {
  color: #81848f;
}

/* line 10, ../sass/utils/_colors.scss */
.color-link-hover {
  color: #999caa;
}

/* line 11, ../sass/utils/_colors.scss */
.color-sky-light {
  color: #fafafa;
}

/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
/* line 18, ../sass/utils/_colors.scss */
.bg-color-base {
  background: #17bed2;
}

/* line 19, ../sass/utils/_colors.scss */
.bg-color-white {
  background: #fff;
}

/* line 20, ../sass/utils/_colors.scss */
.bg-color-heading {
  background: #515769;
}

/* line 21, ../sass/utils/_colors.scss */
.bg-color-subtitle {
  background: #a6a7aa;
}

/* line 22, ../sass/utils/_colors.scss */
.bg-color-link {
  background: #81848f;
}

/* line 23, ../sass/utils/_colors.scss */
.bg-color-link-hover {
  background: #999caa;
}

/* line 24, ../sass/utils/_colors.scss */
.bg-color-sky-light {
  background: #fafafa;
}

/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
/* line 5, ../sass/utils/_helpers.scss */
.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}
/* line 9, ../sass/utils/_helpers.scss */
.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
/* line 20, ../sass/utils/_helpers.scss */
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 25, ../sass/utils/_helpers.scss */
.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 30, ../sass/utils/_helpers.scss */
.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 35, ../sass/utils/_helpers.scss */
.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [Parallax Content]
------------------------------------------------------------------*/
/* line 45, ../sass/utils/_helpers.scss */
.parallax-content {
  padding-top: 220px;
  padding-bottom: 120px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
/* line 55, ../sass/utils/_helpers.scss */
.full-width {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------------
    [Container Full Width]
------------------------------------------------------------------*/
/* line 64, ../sass/utils/_helpers.scss */
.container-full-width {
  width: 100%;
}
/* line 7, ../sass/_mixins.scss */
.container-full-width:before, .container-full-width:after {
  content: " ";
  display: table;
}
/* line 13, ../sass/_mixins.scss */
.container-full-width:after {
  clear: both;
}

/*------------------------------------------------------------------
    [Overflow]
------------------------------------------------------------------*/
/* line 74, ../sass/utils/_helpers.scss */
.overflow-h {
  overflow: hidden;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
/* line 83, ../sass/utils/_helpers.scss */
.fweight-300 {
  font-weight: 300 !important;
}

/* line 84, ../sass/utils/_helpers.scss */
.fweight-400 {
  font-weight: 400 !important;
}

/* line 85, ../sass/utils/_helpers.scss */
.fweight-500 {
  font-weight: 500 !important;
}

/* line 86, ../sass/utils/_helpers.scss */
.fweight-600 {
  font-weight: 600 !important;
}

/* line 87, ../sass/utils/_helpers.scss */
.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
/* line 94, ../sass/utils/_helpers.scss */
.margin-l-0 {
  margin-left: 0 !important;
}

/* line 95, ../sass/utils/_helpers.scss */
.margin-l-5 {
  margin-left: 5px !important;
}

/* line 96, ../sass/utils/_helpers.scss */
.margin-l-10 {
  margin-left: 10px !important;
}

/* line 97, ../sass/utils/_helpers.scss */
.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
/* line 104, ../sass/utils/_helpers.scss */
.margin-r-0 {
  margin-right: 0 !important;
}

/* line 105, ../sass/utils/_helpers.scss */
.margin-r-5 {
  margin-right: 5px !important;
}

/* line 106, ../sass/utils/_helpers.scss */
.margin-r-10 {
  margin-right: 10px !important;
}

/* line 107, ../sass/utils/_helpers.scss */
.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
/* line 114, ../sass/utils/_helpers.scss */
.margin-b-0 {
  margin-bottom: 0 !important;
}

/* line 115, ../sass/utils/_helpers.scss */
.margin-b-2 {
  margin-bottom: 2px !important;
}

/* line 116, ../sass/utils/_helpers.scss */
.margin-b-5 {
  margin-bottom: 5px !important;
}

/* line 117, ../sass/utils/_helpers.scss */
.margin-b-10 {
  margin-bottom: 10px !important;
}

/* line 118, ../sass/utils/_helpers.scss */
.margin-b-20 {
  margin-bottom: 20px !important;
}

/* line 119, ../sass/utils/_helpers.scss */
.margin-b-30 {
  margin-bottom: 30px !important;
}

/* line 120, ../sass/utils/_helpers.scss */
.margin-b-40 {
  margin-bottom: 40px !important;
}

/* line 121, ../sass/utils/_helpers.scss */
.margin-b-50 {
  margin-bottom: 50px !important;
}

/* line 122, ../sass/utils/_helpers.scss */
.margin-b-60 {
  margin-bottom: 60px !important;
}

/* line 123, ../sass/utils/_helpers.scss */
.margin-b-70 {
  margin-bottom: 70px !important;
}

/* line 124, ../sass/utils/_helpers.scss */
.margin-b-80 {
  margin-bottom: 80px !important;
}

/* line 125, ../sass/utils/_helpers.scss */
.margin-b-90 {
  margin-bottom: 90px !important;
}

/* line 126, ../sass/utils/_helpers.scss */
.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  /* line 134, ../sass/utils/_helpers.scss */
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }

  /* line 135, ../sass/utils/_helpers.scss */
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }

  /* line 136, ../sass/utils/_helpers.scss */
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }

  /* line 137, ../sass/utils/_helpers.scss */
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }

  /* line 138, ../sass/utils/_helpers.scss */
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }

  /* line 139, ../sass/utils/_helpers.scss */
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }

  /* line 140, ../sass/utils/_helpers.scss */
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }

  /* line 141, ../sass/utils/_helpers.scss */
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }

  /* line 142, ../sass/utils/_helpers.scss */
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }

  /* line 143, ../sass/utils/_helpers.scss */
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }

  /* line 144, ../sass/utils/_helpers.scss */
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }

  /* line 145, ../sass/utils/_helpers.scss */
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }

  /* line 146, ../sass/utils/_helpers.scss */
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}
/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  /* line 155, ../sass/utils/_helpers.scss */
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }

  /* line 156, ../sass/utils/_helpers.scss */
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }

  /* line 157, ../sass/utils/_helpers.scss */
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }

  /* line 158, ../sass/utils/_helpers.scss */
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }

  /* line 159, ../sass/utils/_helpers.scss */
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }

  /* line 160, ../sass/utils/_helpers.scss */
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }

  /* line 161, ../sass/utils/_helpers.scss */
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }

  /* line 162, ../sass/utils/_helpers.scss */
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }

  /* line 163, ../sass/utils/_helpers.scss */
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }

  /* line 164, ../sass/utils/_helpers.scss */
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }

  /* line 165, ../sass/utils/_helpers.scss */
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }

  /* line 166, ../sass/utils/_helpers.scss */
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }

  /* line 167, ../sass/utils/_helpers.scss */
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}
/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  /* line 176, ../sass/utils/_helpers.scss */
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }

  /* line 177, ../sass/utils/_helpers.scss */
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }

  /* line 178, ../sass/utils/_helpers.scss */
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }

  /* line 179, ../sass/utils/_helpers.scss */
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }

  /* line 180, ../sass/utils/_helpers.scss */
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }

  /* line 181, ../sass/utils/_helpers.scss */
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }

  /* line 182, ../sass/utils/_helpers.scss */
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }

  /* line 183, ../sass/utils/_helpers.scss */
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }

  /* line 184, ../sass/utils/_helpers.scss */
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }

  /* line 185, ../sass/utils/_helpers.scss */
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }

  /* line 186, ../sass/utils/_helpers.scss */
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }

  /* line 187, ../sass/utils/_helpers.scss */
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }

  /* line 188, ../sass/utils/_helpers.scss */
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}
/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
/* line 196, ../sass/utils/_helpers.scss */
.height-100 {
  height: 100px !important;
}

/* line 197, ../sass/utils/_helpers.scss */
.height-200 {
  height: 200px !important;
}

/* line 198, ../sass/utils/_helpers.scss */
.height-300 {
  height: 300px !important;
}

/* line 199, ../sass/utils/_helpers.scss */
.height-400 {
  height: 400px !important;
}

/* line 75, ../sass/layout.scss */
.mt-97 {
  margin-top: 55px;
}

/* line 78, ../sass/layout.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 81, ../sass/layout.scss */
.p-0 {
  padding: 0;
}

/* line 84, ../sass/layout.scss */
.content-lg {
  padding-top: 55px;
  padding-bottom: 55px;
}

/* line 89, ../sass/layout.scss */
.header .logo {
  height: 55px;
  line-height: normal;
}
/* line 93, ../sass/layout.scss */
.header .navbar-toggle {
  margin: 15px 0;
}
/* line 96, ../sass/layout.scss */
.header .nav-item-child {
  color: #808080;
}

/* line 100, ../sass/layout.scss */
.index-banner {
  margin-top: 55px;
  position: relative;
}
/* line 103, ../sass/layout.scss */
.index-banner .carousel-control.right,
.index-banner .carousel-control.left {
  background-image: none;
}
/* line 107, ../sass/layout.scss */
.index-banner .carousel-indicators {
  right: 30px;
  top: 10px;
  bottom: auto;
}
/* line 111, ../sass/layout.scss */
.index-banner .carousel-indicators li {
  width: 6px;
  height: 6px;
  background-color: #fff;
}
/* line 115, ../sass/layout.scss */
.index-banner .carousel-indicators li.active {
  background-color: #F37921;
}
/* line 121, ../sass/layout.scss */
.index-banner > .style {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* line 129, ../sass/layout.scss */
.product-list01 {
  margin: 0 30px;
}
/* line 131, ../sass/layout.scss */
.product-list01 img {
  margin: auto;
}
/* line 134, ../sass/layout.scss */
.product-list01 h4 {
  font-size: 14px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  height: 40px;
}
@media (min-width: 768px) {
  /* line 134, ../sass/layout.scss */
  .product-list01 h4 {
    font-size: 16px;
  }
}
/* line 143, ../sass/layout.scss */
.product-list01 h4:after {
  content: '';
  display: block;
  position: absolute;
  top: 150%;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #808080;
  margin-left: -30px;
}
/* line 155, ../sass/layout.scss */
.product-list01 .slick-prev:before,
.product-list01 .slick-next:before {
  color: #ff978c;
}
/* line 159, ../sass/layout.scss */
.product-list01 .slick-dots li.slick-active button:before {
  color: #ff978c;
}

/* line 164, ../sass/layout.scss */
.brand {
  background-image: url("../lac_img/index/brand/text-bg-mobile.jpg");
  background-position: top center;
  background-size: 960px 981px;
  height: 981px;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 164, ../sass/layout.scss */
  .brand {
    background-image: url("../lac_img/index/brand/text-bg-pc.jpg");
    background-size: 1920px 799px;
    height: 799px;
  }
}
/* line 175, ../sass/layout.scss */
.brand .brand-text {
  display: none;
}
@media (min-width: 992px) {
  /* line 175, ../sass/layout.scss */
  .brand .brand-text {
    display: block;
    margin-top: 350px;
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  /* line 175, ../sass/layout.scss */
  .brand .brand-text {
    margin-left: 150px;
  }
}
/* line 186, ../sass/layout.scss */
.brand .brand-text-mobile {
  width: 100%;
  max-width: 358px;
  margin: 150px auto 0;
  display: block;
}
@media (min-width: 992px) {
  /* line 186, ../sass/layout.scss */
  .brand .brand-text-mobile {
    display: none;
  }
}

/* line 197, ../sass/layout.scss */
.title-bar {
  font-size: 21px;
  text-align: center;
  margin-top: 50px;
}

/* line 202, ../sass/layout.scss */
.title-line {
  width: 15px;
  height: 15px;
  background: #F5BAC9;
  border-radius: 50%;
  margin: 30px auto;
  position: relative;
}
/* line 209, ../sass/layout.scss */
.title-line:after, .title-line:before {
  content: '';
  display: block;
  width: 140px;
  height: 2px;
  background-color: #E8E8E8;
  position: absolute;
  top: 7px;
  left: -150px;
}
/* line 220, ../sass/layout.scss */
.title-line:before {
  left: 25px;
}

/* line 226, ../sass/layout.scss */
.menu-list ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
}
/* line 230, ../sass/layout.scss */
.menu-list ul li {
  width: 50%;
  float: left;
  line-height: 40px;
  font-size: 15px;
}
@media (min-width: 768px) {
  /* line 230, ../sass/layout.scss */
  .menu-list ul li {
    margin-right: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    width: auto;
    float: none;
  }
}
@media (min-width: 992px) {
  /* line 230, ../sass/layout.scss */
  .menu-list ul li {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  /* line 246, ../sass/layout.scss */
  .menu-list ul li:after {
    content: '/';
    display: block;
    position: absolute;
    right: -30px;
    top: 2px;
  }
}
@media (min-width: 992px) {
  /* line 246, ../sass/layout.scss */
  .menu-list ul li:after {
    right: -45px;
  }
}
/* line 258, ../sass/layout.scss */
.menu-list ul li:last-child {
  margin-right: 0;
}
/* line 260, ../sass/layout.scss */
.menu-list ul li:last-child:after {
  display: none;
}

/* line 273, ../sass/layout.scss */
.product-list02 ul,
.product-list03 ul {
  padding: 0;
  list-style-type: none;
}
/* line 276, ../sass/layout.scss */
.product-list02 ul li,
.product-list03 ul li {
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  /* line 276, ../sass/layout.scss */
  .product-list02 ul li,
  .product-list03 ul li {
    width: 25%;
  }
}
/* line 282, ../sass/layout.scss */
.product-list02 ul li a,
.product-list03 ul li a {
  width: 100%;
}
/* line 284, ../sass/layout.scss */
.product-list02 ul li a img,
.product-list03 ul li a img {
  width: 100%;
}

/* line 291, ../sass/layout.scss */
.product-list02 {
  background-color: #F4F5F9;
}

/* line 294, ../sass/layout.scss */
.keepInTuch {
  background-color: #F4F5F9;
}
/* line 296, ../sass/layout.scss */
.keepInTuch .contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 300, ../sass/layout.scss */
.keepInTuch .contact li {
  width: 100%;
  background-color: #fff;
  min-height: 100px;
  float: left;
  box-shadow: 0px 0px 10px 0px #cccccc;
  font-size: 15px;
  padding: 50px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  /* line 300, ../sass/layout.scss */
  .keepInTuch .contact li {
    width: calc(50% - 10px);
    margin-left: 10px;
    min-height: 437px;
  }
}
/* line 314, ../sass/layout.scss */
.keepInTuch .contact li:first-child {
  margin-left: 0;
}
/* line 317, ../sass/layout.scss */
.keepInTuch .contact li:last-child {
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 317, ../sass/layout.scss */
  .keepInTuch .contact li:last-child {
    margin-top: 0;
  }
}
/* line 323, ../sass/layout.scss */
.keepInTuch .contact li .title {
  font-size: 17px;
  font-weight: bold;
  color: #E74E3E;
  margin-top: 20px;
}
/* line 328, ../sass/layout.scss */
.keepInTuch .contact li .title:first-child {
  margin-top: 0;
}
/* line 332, ../sass/layout.scss */
.keepInTuch .contact li .contact-info {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* line 335, ../sass/layout.scss */
.keepInTuch .contact li .contact-info:last-child {
  margin-bottom: 0;
}
/* line 340, ../sass/layout.scss */
.keepInTuch .contact .form-control {
  background-color: transparent;
  border-bottom: solid 2px #cccccc;
  font-weight: bold;
}
/* line 346, ../sass/layout.scss */
.keepInTuch .contact input.form-control {
  height: 40px;
  line-height: 40px;
}
/* line 352, ../sass/layout.scss */
.keepInTuch .contact textarea.form-control {
  height: 100px;
}
/* line 356, ../sass/layout.scss */
.keepInTuch .contact .text-uppercase {
  background-color: #E74E3E;
}

/* line 361, ../sass/layout.scss */
.footer-banner {
  width: 100%;
}
/* line 363, ../sass/layout.scss */
.footer-banner img {
  width: 100%;
}

/* line 368, ../sass/layout.scss */
footer .copyright {
  background-color: #000;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
}
/* line 374, ../sass/layout.scss */
footer .copyright a {
  color: #E74D3D;
  margin-left: 10px;
}

/* line 381, ../sass/layout.scss */
.product .router {
  height: 70px;
  line-height: 70px;
  background: linear-gradient(to right, #E0DFDE, #fff);
  font-style: 15px;
  padding-left: 30px;
}
/* line 388, ../sass/layout.scss */
.product .product-center {
  margin-top: 20px;
}
/* line 390, ../sass/layout.scss */
.product .product-center .product-menu {
  display: none;
}
@media (min-width: 992px) {
  /* line 390, ../sass/layout.scss */
  .product .product-center .product-menu {
    display: block;
  }
}
/* line 395, ../sass/layout.scss */
.product .product-center .product-menu a {
  font-size: 17px;
  line-height: 35px;
}
/* line 398, ../sass/layout.scss */
.product .product-center .product-menu a.active {
  position: relative;
  color: #E74E3E;
}
/* line 401, ../sass/layout.scss */
.product .product-center .product-menu a.active:after {
  content: '';
  display: block;
  height: 2px;
  width: 10px;
  background-color: #E74E3E;
  position: absolute;
  top: 10px;
  right: -17px;
}
@media (min-width: 992px) {
  /* line 412, ../sass/layout.scss */
  .product .product-center .product-menu a:hover {
    color: #E74E3E;
  }
}
/* line 420, ../sass/layout.scss */
.product .product-center .product-list > .banner {
  margin-bottom: 20px;
  float: left;
}
/* line 423, ../sass/layout.scss */
.product .product-center .product-list > .banner img {
  width: 100%;
  float: left;
}
/* line 429, ../sass/layout.scss */
.product .product-center .product-list .item-list .item {
  padding: 0px;
  position: relative;
}
/* line 432, ../sass/layout.scss */
.product .product-center .product-list .item-list .item a {
  display: block;
  width: 100%;
}
/* line 436, ../sass/layout.scss */
.product .product-center .product-list .item-list .item:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 992px) {
  /* line 440, ../sass/layout.scss */
  .product .product-center .product-list .item-list .item:nth-child(2), .product .product-center .product-list .item-list .item:nth-child(3) {
    margin-top: 0;
  }
}
/* line 445, ../sass/layout.scss */
.product .product-center .product-list .item-list .item .product-name {
  font-size: 15px;
  color: #3660A1;
  margin-top: 15px;
  text-align: center;
  border: none;
  height: 40px;
}
/* line 453, ../sass/layout.scss */
.product .product-center .product-list .item-list .item img {
  width: 100%;
}
/* line 455, ../sass/layout.scss */
.product .product-center .product-list .item-list .item img.copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 465, ../sass/layout.scss */
.product .product-center .product-list .item-list2 {
  margin: 0 -5px;
}
/* line 467, ../sass/layout.scss */
.product .product-center .product-list .item-list2 .item {
  padding: 0 5px;
  margin-top: 10px;
  position: relative;
}
/* line 471, ../sass/layout.scss */
.product .product-center .product-list .item-list2 .item a {
  border: solid 1px #d4d4d4;
  display: block;
  float: left;
  width: 100%;
}
/* line 477, ../sass/layout.scss */
.product .product-center .product-list .item-list2 .item:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 992px) {
  /* line 481, ../sass/layout.scss */
  .product .product-center .product-list .item-list2 .item:nth-child(2), .product .product-center .product-list .item-list2 .item:nth-child(3) {
    margin-top: 0;
  }
}
/* line 486, ../sass/layout.scss */
.product .product-center .product-list .item-list2 .item .product-name {
  font-size: 15px;
  color: #3660A1;
  margin-top: 15px;
  text-align: center;
  border: none;
  height: 40px;
}
/* line 494, ../sass/layout.scss */
.product .product-center .product-list .item-list2 .item img {
  width: 100%;
}
/* line 496, ../sass/layout.scss */
.product .product-center .product-list .item-list2 .item img.copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 507, ../sass/layout.scss */
.product .product-center .product-slick-box {
  position: relative;
}
/* line 509, ../sass/layout.scss */
.product .product-center .product-slick-box .product-slick,
.product .product-center .product-slick-box .slider-nav {
  float: left;
}
/* line 512, ../sass/layout.scss */
.product .product-center .product-slick-box .product-slick img,
.product .product-center .product-slick-box .slider-nav img {
  width: 100%;
  float: left;
}
/* line 517, ../sass/layout.scss */
.product .product-center .product-slick-box .product-slick {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 517, ../sass/layout.scss */
  .product .product-center .product-slick-box .product-slick {
    width: calc(100% - 100px);
    margin-left: 100px;
  }
}
@media (min-width: 1200px) {
  /* line 517, ../sass/layout.scss */
  .product .product-center .product-slick-box .product-slick {
    width: calc(100% - 150px);
    margin-left: 150px;
  }
}
/* line 528, ../sass/layout.scss */
.product .product-center .product-slick-box .slider-nav {
  width: calc(100% - 50px);
  margin-left: 25px;
}
@media (min-width: 992px) {
  /* line 528, ../sass/layout.scss */
  .product .product-center .product-slick-box .slider-nav {
    position: absolute;
    left: 0;
    top: 30px;
    width: 90px;
    margin-left: 0;
  }
  /* line 537, ../sass/layout.scss */
  .product .product-center .product-slick-box .slider-nav .slick-slide {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  /* line 528, ../sass/layout.scss */
  .product .product-center .product-slick-box .slider-nav {
    width: 135px;
  }
  /* line 543, ../sass/layout.scss */
  .product .product-center .product-slick-box .slider-nav .slick-slide {
    width: inherit !important;
  }
}
/* line 551, ../sass/layout.scss */
.product .product-center .product-slick-box .slider-nav .slick-arrow.slick-prev:before, .product .product-center .product-slick-box .slider-nav .slick-arrow.slick-next:before {
  color: #595757;
}
@media (min-width: 992px) {
  /* line 549, ../sass/layout.scss */
  .product .product-center .product-slick-box .slider-nav .slick-arrow.slick-prev, .product .product-center .product-slick-box .slider-nav .slick-arrow.slick-next {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 549, ../sass/layout.scss */
  .product .product-center .product-slick-box .slider-nav .slick-arrow.slick-prev, .product .product-center .product-slick-box .slider-nav .slick-arrow.slick-next {
    left: 60px;
  }
}
@media (min-width: 992px) {
  /* line 566, ../sass/layout.scss */
  .product .product-center .product-slick-box .slider-nav .slick-arrow.slick-prev {
    top: -25px;
  }
}
@media (min-width: 992px) {
  /* line 571, ../sass/layout.scss */
  .product .product-center .product-slick-box .slider-nav .slick-arrow.slick-next {
    top: calc(100% + 5px);
  }
}
/* line 580, ../sass/layout.scss */
.product .product-center .product-content {
  width: 100%;
  display: inline-block;
}
/* line 583, ../sass/layout.scss */
.product .product-center .product-content .product-name {
  font-size: 21px;
  color: #808080;
  margin-top: 20px;
}
/* line 588, ../sass/layout.scss */
.product .product-center .product-content .product-info-list {
  font-size: 15px;
  margin: 15px 0 0;
  padding: 0;
}
/* line 592, ../sass/layout.scss */
.product .product-center .product-content .product-info-list li {
  list-style: none;
  width: 100%;
  display: flex;
  justify-self: left;
  line-height: 30px;
}
/* line 598, ../sass/layout.scss */
.product .product-center .product-content .product-info-list li > .title {
  color: #3660A1;
}
/* line 601, ../sass/layout.scss */
.product .product-center .product-content .product-info-list li > .info {
  color: #808080;
}
