body {
  font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  color: #797979;
  line-height: 1.71429;
}

h6 {
  color: #00bcd4;
}

a:hover {
  text-decoration: none;
}

.clickable {
  cursor: pointer;
}

.title-mon-b {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  font-weight: 700;
  color: #212331;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.title-mon-b.md {
  font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .title-mon-b.md {
    font-size: 2.5rem;
  }
}
.title-mon-b.sm {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .title-mon-b.sm {
    font-size: 1.875rem;
  }
}
.title-mon-b.white {
  color: #fff;
}
.title-mon-b.violet {
  color: #5d3c86;
}

.body-lato-font {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  color: #2a2a2a;
}

.body-portfolio a {
  color: #2a2a2a;
}
.body-portfolio a:hover {
  color: #e79a22;
}
.body-portfolio .wrapper {
  position: relative;
}

.title-lato {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  font-size: 2.1875rem;
  text-transform: uppercase;
  margin: 0;
  color: #2a2a2a;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .title-lato {
    font-size: 3.125rem;
  }
}

.title-lato-sm {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0;
  color: #2a2a2a;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .title-lato-sm {
    font-size: 1.875rem;
  }
}

.section-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-logo {
  left: 0;
  background: rgba(255, 255, 255, 0.92);
  transition: all 150ms;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  height: auto;
}
.header-logo.menu-fixed {
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  height: 90px;
  padding: 0;
}
.header-logo.menu-fixed .logo {
  margin-top: 15px;
}

#mainnav {
  transition: all 0.3s ease-out;
}
#mainnav ul {
  position: relative;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainnav ul li {
  position: relative;
}
#mainnav ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(scale(1));
}
#mainnav > ul > li {
  display: inline-block;
}
#mainnav .menu-item {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 0.75rem;
  outline: none;
  text-transform: uppercase;
  line-height: 50px;
}
#mainnav ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 240px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transform: scale(scale(0.9));
  transition: all 0.2s ease-out;
}

/* submenu */
#mainnav ul > li:hover > ul.sub-menu li ul.sub-menu:before {
  border: none;
  content: none;
}

#mainnav ul li ul li {
  margin-left: 0;
}

#mainnav ul.sub-menu li ul {
  position: absolute;
  left: 240px;
  top: 0;
}

#mainnav ul.sub-menu li:first-child {
  border-top: none;
}

#mainnav ul.sub-menu > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid transparent;
  padding: 8px 15px;
  transition: all 0.2s ease-out;
}

#mainnav ul.sub-menu > li:first-child > a {
  border-top-width: 0;
}

#mainnav ul.sub-menu > li > a:hover,
#mainnav > ul > li > ul > li.active > a {
  color: #fff;
}

#mainnav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
#mainnav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
  border-top: 1px solid transparent;
  cursor: pointer;
}
#mainnav-mobi > ul > li > a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
}
#mainnav-mobi .search-input {
  padding-top: 4px;
  padding-bottom: 4px;
}

#mainnav-mobi ul.sub-menu {
  top: 100%;
  left: 0;
  z-index: 2000;
  position: relative;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
  position: relative;
}

#mainnav-mobi ul.sub-menu > li > a {
  transition: all 0.2s ease-out;
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
  border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
  background: #00bcd4;
}

.btn-menu {
  transition: all 0.3s ease-out;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 5.625rem;
}
.btn-menu::before {
  content: '\f0c9';
}

@media (max-width: 991px) {
  .btn-menu {
    display: inline-block;
  }
}
.btn-submenu {
  width: 30px;
  height: 30px;
  align-items: center;
  cursor: pointer;
  display: flex;
  font: 20px 'FontAwesome';
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  top: 0.5rem;
}
.btn-submenu::before {
  content: '\f107';
  color: #fff;
}
.btn-submenu.active::before {
  content: '\f106';
}

.open-cart > a {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  display: block;
  line-height: 27px;
  position: relative;
  text-align: center;
}
.open-cart > a > * {
  vertical-align: middle;
}
.open-cart:hover .dropdown-cart {
  display: block;
}

.cart-count {
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  height: 16px;
  left: 2px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 16px;
}

.mega-wrap {
  position: absolute;
  width: 100%;
  top: 100%;
  display: none;
  z-index: 1000;
}

#mainnav-mobi .mega-wrap {
  position: relative;
  background: #292c3d;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mega-menu {
  background: #1f1f1f;
  padding-left: 15px;
  padding-right: 15px;
}
.mega-menu ul {
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 0;
  width: 100%;
}
.mega-menu ul li {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.mega-menu ul li a {
  color: #fff;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #323232;
}

.bg-full {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  white-space: nowrap;
}
.bg-full::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 60vh;
}
.bg-full > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.cbp-spmenu-push-toright .offcanvas-overlay {
  opacity: 1;
  visibility: visible;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-style {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list-style li {
  display: inline-block;
}
.list-style li + li {
  margin-left: 15px;
}

.info-left a i {
  padding-right: 0.5625rem;
}
.info-left a + a {
  margin-left: 2.5rem;
}

.wrap-slide {
  margin: 0 -15px;
  overflow: hidden;
}
.wrap-slide .item {
  padding: 0 15px;
}

.instagram-ft {
  list-style: none;
  margin: 0 -7px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.instagram-ft li {
  -ms-flex: 0 0 94px;
  flex: 0 0 94px;
  max-width: 94px;
  padding: 0 7px;
  margin-bottom: 14px;
}
.instagram-ft li a {
  display: block;
  position: relative;
  border: 2px solid transparent;
}

.workings-hours table {
  width: 100%;
}
.workings-hours tr:last-child td {
  border-bottom: none;
}
.workings-hours tr:first-child td {
  padding-top: 0;
}
.workings-hours td {
  border-bottom: 1px solid transparent;
  padding: 12px 0;
}

.grayscale {
  transition: all 0.6s ease;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.grayscale:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header-top {
  height: 3.125rem;
  line-height: 3.125rem;
}

.footer-top {
  padding-top: 2.8125rem;
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .footer-top {
    padding-top: 5.9375rem;
    padding-bottom: 4.0625rem;
  }
}

.footer-bottom {
  padding: 0.8125rem 0;
}

.mg-section {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .mg-section {
    margin-bottom: 8.75rem;
  }
}

.mg-section-004 {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .mg-section-004 {
    margin-bottom: 6.25rem;
  }
}

.btn {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  border-width: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.375rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .btn-minw {
    border-radius: 25px;
    min-width: 12.5rem;
    padding: 0.75rem 0.9375rem;
  }
}

.body001 .btn-info {
  background-color: #00bcd4;
  border-color: #00bcd4;
}

.btn-light {
  background-color: transparent;
  border-color: #00bcd4;
  color: #fff;
}
.btn-light:hover {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff;
}

.btn-hover-dark:hover {
  background-color: #212331;
  border-color: #212331;
  color: #fff;
}

.btn-no-corner {
  border-radius: 0;
}

.btn-light-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-light-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #5d3c86;
}

.btn-info-light {
  background-color: #74bcf7;
  border-color: #74bcf7;
  color: #fff;
}
.btn-info-light:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-violet {
  background-color: #ad6bff;
  border-color: #ad6bff;
  color: #fff;
}
.btn-violet:hover {
  color: #fff;
  border-color: #5d3c86;
  background-color: #5d3c86;
}

/*============ Home 008 ============*/
.btn-008 {
  font-family: Poppins, serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 0;
  border-width: 1px;
  padding-top: 0.625rem;
  padding-bottom: 0.6875rem;
}
.btn-008:hover, .btn-008:focus {
  color: #fff;
}

.btn-home-008 {
  border-color: #fff;
  background-color: transparent;
}
.btn-home-008:hover, .btn-home-008:focus {
  border-color: #fdb078;
  background-color: #fdb078;
}

.ico {
  display: inline-block;
}

.ico-shopping-cart {
  background-image: url(../images/spritesheet.png);
  background-position: -469px -370px;
  width: 16px;
  height: 20px;
}

.ico-idea {
  background-image: url(../images/spritesheet.png);
  background-position: -550px -400px;
  width: 50px;
  height: 54px;
}

.ico-idea-white {
  background-image: url(../images/spritesheet.png);
  background-position: -550px -454px;
  width: 50px;
  height: 54px;
}

.ico-document {
  background-image: url(../images/spritesheet.png);
  background-position: -550px -225px;
  width: 48px;
  height: 60px;
}

.ico-document-white {
  background-image: url(../images/spritesheet.png);
  background-position: -550px -285px;
  width: 48px;
  height: 60px;
}

.ico-camera {
  background-image: url(../images/spritesheet.png);
  background-position: -245px -401px;
  width: 60px;
  height: 49px;
}

.ico-camera-white {
  background-image: url(../images/spritesheet.png);
  background-position: -305px -401px;
  width: 60px;
  height: 49px;
}

.ico-pencil {
  background-image: url(../images/spritesheet.png);
  background-position: -490px -114px;
  width: 56px;
  height: 56px;
}

.ico-pencil-white {
  background-image: url(../images/spritesheet.png);
  background-position: -490px -170px;
  width: 56px;
  height: 56px;
}

.ico-play-video {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -100px;
  width: 100px;
  height: 100px;
}

.ico-customer {
  background-image: url(../images/spritesheet.png);
  background-position: -550px -165px;
  width: 50px;
  height: 60px;
}

.ico-awards {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -461px;
  width: 52px;
  height: 60px;
}

.ico-chat {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -341px;
  width: 74px;
  height: 60px;
}

.ico-download {
  background-image: url(../images/spritesheet.png);
  background-position: -419px -130px;
  width: 68px;
  height: 60px;
}

.ico-idea-2 {
  background-image: url(../images/spritesheet.png);
  background-position: -419px -60px;
  width: 60px;
  height: 70px;
}

.ico-graphic-design {
  background-image: url(../images/spritesheet.png);
  background-position: -155px -200px;
  width: 75px;
  height: 70px;
}

.ico-encoding {
  background-image: url(../images/spritesheet.png);
  background-position: -280px -210px;
  width: 70px;
  height: 70px;
}

.ico-client-satisfaction {
  background-image: url(../images/spritesheet.png);
  background-position: -80px -200px;
  width: 75px;
  height: 70px;
}

.ico-quote {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -565px;
  width: 24px;
  height: 15px;
}

.ico-bars {
  background-image: url(../images/spritesheet.png);
  background-position: -116px -668px;
  width: 38px;
  height: 24px;
}

.ico-close-menu {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -265px;
  width: 30px;
  height: 30px;
}

.ico-paint-brush {
  background-image: url(../images/spritesheet.png);
  background-position: -529px -571px;
  width: 40px;
  height: 38px;
}

.ico-loupe {
  background-image: url(../images/spritesheet.png);
  background-position: -164px -626px;
  width: 40px;
  height: 40px;
}

.ico-camera-small {
  background-image: url(../images/spritesheet.png);
  background-position: -38px -668px;
  width: 40px;
  height: 31px;
}

.ico-attachment {
  background-image: url(../images/spritesheet.png);
  background-position: -359px -626px;
  width: 40px;
  height: 36px;
}

.ico-setting {
  background-image: url(../images/spritesheet.png);
  background-position: -84px -626px;
  width: 40px;
  height: 40px;
}

.ico-chat-2 {
  background-image: url(../images/spritesheet.png);
  background-position: -559px -626px;
  width: 40px;
  height: 32px;
}

.ico-media {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -130px;
  width: 40px;
  height: 44px;
}

.ico-shopping {
  background-image: url(../images/spritesheet.png);
  background-position: -479px -626px;
  width: 40px;
  height: 33px;
}

.ico-calendar {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -219px;
  width: 40px;
  height: 42px;
}

.ico-favouriste {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -303px;
  width: 40px;
  height: 41px;
}

.ico-weather {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -261px;
  width: 40px;
  height: 42px;
}

.ico-setting-2 {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -344px;
  width: 40px;
  height: 40px;
}

.ico-dish {
  background-image: url(../images/spritesheet.png);
  background-position: -200px -160px;
  width: 57px;
  height: 39px;
}

.ico-chef {
  background-image: url(../images/spritesheet.png);
  background-position: -490px -281px;
  width: 57px;
  height: 55px;
}

.ico-cup-coffee {
  background-image: url(../images/spritesheet.png);
  background-position: -60px -401px;
  width: 60px;
  height: 55px;
}

.ico-drink {
  background-image: url(../images/spritesheet.png);
  background-position: -645px 0px;
  width: 48px;
  height: 52px;
}

.ico-design_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -40px;
  width: 33px;
  height: 40px;
}

.ico-building_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -512px;
  width: 45px;
  height: 45px;
}

.ico-services_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -467px;
  width: 45px;
  height: 45px;
}

.ico-document_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -174px;
  width: 38px;
  height: 45px;
}

.ico-interior_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -160px;
  width: 27px;
  height: 45px;
}

.ico-support_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -557px;
  width: 45px;
  height: 45px;
}

.ico-plan_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -401px;
  width: 60px;
  height: 60px;
}

.ico-design-white_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: -419px -310px;
  width: 64px;
  height: 60px;
}

.ico-building-2_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: -419px 0px;
  width: 71px;
  height: 60px;
}

.ico-house_01_005 {
  background-image: url(../images/spritesheet.png);
  background-position: -350px -200px;
  width: 60px;
  height: 60px;
}

.ico-heart_01_006 {
  background-image: url(../images/spritesheet.png);
  background-position: -120px -401px;
  width: 60px;
  height: 55px;
}

.ico-stethoscope_01_006 {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -571px;
  width: 46px;
  height: 55px;
}

.ico-syringe_01_006 {
  background-image: url(../images/spritesheet.png);
  background-position: -328px -461px;
  width: 55px;
  height: 55px;
}

.ico-pills_01_006 {
  background-image: url(../images/spritesheet.png);
  background-position: -490px 0px;
  width: 60px;
  height: 54px;
}

.ico-cart_01_006 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -618px;
  width: 16px;
  height: 20px;
}

.ico_01 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -372px;
  width: 41px;
  height: 50px;
}

.ico_02 {
  background-image: url(../images/spritesheet.png);
  background-position: -52px -521px;
  width: 51px;
  height: 50px;
}

.ico_03 {
  background-image: url(../images/spritesheet.png);
  background-position: -96px -571px;
  width: 50px;
  height: 50px;
}

.ico_04 {
  background-image: url(../images/spritesheet.png);
  background-position: -345px -571px;
  width: 49px;
  height: 50px;
}

.ico_05 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -267px;
  width: 46px;
  height: 50px;
}

.ico_06 {
  background-image: url(../images/spritesheet.png);
  background-position: -296px -571px;
  width: 49px;
  height: 50px;
}

.ico-play-bg {
  background-image: url(../images/spritesheet.png);
  background-position: -280px -140px;
  width: 70px;
  height: 70px;
}

.ico-spa-center_01_007 {
  background-image: url(../images/spritesheet.png);
  background-position: -52px -461px;
  width: 56px;
  height: 55px;
}

.ico-relaxing_01_007 {
  background-image: url(../images/spritesheet.png);
  background-position: -230px -200px;
  width: 49px;
  height: 55px;
}

.ico-water-treatments_01_007 {
  background-image: url(../images/spritesheet.png);
  background-position: -550px -345px;
  width: 52px;
  height: 55px;
}

.ico-oganic-food_01_007 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -162px;
  width: 42px;
  height: 55px;
}

.ico-leave_01_007 {
  background-image: url(../images/spritesheet.png);
  background-position: -375px -341px;
  width: 44px;
  height: 45px;
}

.ico-technique_01_007 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -422px;
  width: 45px;
  height: 45px;
}

.ico-health_01_007 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -52px;
  width: 45px;
  height: 55px;
}

.ico-cart_01_007 {
  background-image: url(../images/spritesheet.png);
  background-position: -709px -638px;
  width: 16px;
  height: 20px;
}

.ico-menu_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -602px;
  width: 38px;
  height: 24px;
}

.ico-menu-hover_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -78px -668px;
  width: 38px;
  height: 24px;
}

.ico-close_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -415px;
  width: 30px;
  height: 30px;
}

.ico-close-hover_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -295px;
  width: 30px;
  height: 30px;
}

.ico-design_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -218px -461px;
  width: 55px;
  height: 55px;
}

.ico-interior_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -310px -341px;
  width: 65px;
  height: 55px;
}

.ico-accessories_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -490px -391px;
  width: 57px;
  height: 55px;
}

.ico-finish_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -493px -461px;
  width: 55px;
  height: 55px;
}

.ico-experiences-design_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -550px -55px;
  width: 55px;
  height: 55px;
}

.ico-experiences-design-hover_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -550px 0px;
  width: 55px;
  height: 55px;
}

.ico-materier_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -490px -226px;
  width: 57px;
  height: 55px;
}

.ico-materier-hover_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -490px -336px;
  width: 57px;
  height: 55px;
}

.ico-bets-price_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -154px -341px;
  width: 78px;
  height: 55px;
}

.ico-bets-price-hover_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -232px -341px;
  width: 78px;
  height: 55px;
}

.ico-customer_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -180px -401px;
  width: 65px;
  height: 50px;
}

.ico-completed_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -521px;
  width: 52px;
  height: 50px;
}

.ico-idea_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -217px;
  width: 46px;
  height: 50px;
}

.ico-clock_01_008 {
  background-image: url(../images/spritesheet.png);
  background-position: -353px -521px;
  width: 50px;
  height: 50px;
}

.ico-cart_01_009 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -598px;
  width: 16px;
  height: 20px;
}

.ico-law_01_009 {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -504px;
  width: 40px;
  height: 40px;
}

.ico-gavel_01_009 {
  background-image: url(../images/spritesheet.png);
  background-position: -399px -626px;
  width: 40px;
  height: 35px;
}

.ico-case_01_009 {
  background-image: url(../images/spritesheet.png);
  background-position: -319px -626px;
  width: 40px;
  height: 37px;
}

.ico-house_01_009 {
  background-image: url(../images/spritesheet.png);
  background-position: -599px -626px;
  width: 40px;
  height: 32px;
}

.ico-pen_01_009 {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -464px;
  width: 40px;
  height: 40px;
}

.ico-chat_01_009 {
  background-image: url(../images/spritesheet.png);
  background-position: -639px -626px;
  width: 40px;
  height: 32px;
}

.ico-feature-18-1 {
  background-image: url(../images/spritesheet.png);
  background-position: -419px -190px;
  width: 68px;
  height: 60px;
}

.ico-feature-18-2 {
  background-image: url(../images/spritesheet.png);
  background-position: -419px -250px;
  width: 68px;
  height: 60px;
}

.ico-feature-18-3 {
  background-image: url(../images/spritesheet.png);
  background-position: -490px -54px;
  width: 54px;
  height: 60px;
}

.ico-feature-18-4 {
  background-image: url(../images/spritesheet.png);
  background-position: -350px -260px;
  width: 60px;
  height: 60px;
}

.touch-18-1 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -515px;
  width: 23px;
  height: 30px;
}

.touch-18-2 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -235px;
  width: 30px;
  height: 30px;
}

.touch-18-3 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -205px;
  width: 32px;
  height: 30px;
}

.touch-18-4 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -385px;
  width: 30px;
  height: 30px;
}

.service-icon-1 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px 0px;
  width: 34px;
  height: 40px;
}

.service-icon-2 {
  background-image: url(../images/spritesheet.png);
  background-position: -42px -626px;
  width: 42px;
  height: 40px;
}

.service-icon-3 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -120px;
  width: 31px;
  height: 40px;
}

.ico-cart_01_010 {
  background-image: url(../images/spritesheet.png);
  background-position: -709px -598px;
  width: 16px;
  height: 20px;
}

.ico-offer-1_01_010 {
  background-image: url(../images/spritesheet.png);
  background-position: -569px -571px;
  width: 40px;
  height: 38px;
}

.ico-offer-2_01_010 {
  background-image: url(../images/spritesheet.png);
  background-position: -282px -626px;
  width: 37px;
  height: 40px;
}

.ico-offer-3_01_010 {
  background-image: url(../images/spritesheet.png);
  background-position: -519px -626px;
  width: 40px;
  height: 33px;
}

.ico-offer-4_01_010 {
  background-image: url(../images/spritesheet.png);
  background-position: -489px -571px;
  width: 40px;
  height: 39px;
}

.ico-offer-5_01_010 {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -424px;
  width: 40px;
  height: 40px;
}

.ico-offer-6_01_010 {
  background-image: url(../images/spritesheet.png);
  background-position: -439px -626px;
  width: 40px;
  height: 34px;
}

.ico-cart_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -709px -618px;
  width: 16px;
  height: 20px;
}

.ico-humberger_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -240px -280px;
  width: 80px;
  height: 55px;
}

.ico-humberger-hover_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -74px -341px;
  width: 80px;
  height: 55px;
}

.ico-dinner_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -80px -280px;
  width: 80px;
  height: 59px;
}

.ico-dinner-hover_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -160px -280px;
  width: 80px;
  height: 59px;
}

.ico-ice-cream_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -65px;
  width: 40px;
  height: 65px;
}

.ico-ice-cream-hover_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -605px 0px;
  width: 40px;
  height: 65px;
}

.ico-drink_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -350px -135px;
  width: 56px;
  height: 65px;
}

.ico-drink-hover_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -350px -70px;
  width: 56px;
  height: 65px;
}

.ico-play-video_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -196px -571px;
  width: 50px;
  height: 50px;
}

.ico-play-video-hover_01_011 {
  background-image: url(../images/spritesheet.png);
  background-position: -253px -521px;
  width: 50px;
  height: 50px;
}

.ico-search_01_012 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -545px;
  width: 20px;
  height: 20px;
}

.ico-target_01_012 {
  background-image: url(../images/spritesheet.png);
  background-position: -163px -461px;
  width: 55px;
  height: 55px;
}

.ico-idea_01_012 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -107px;
  width: 43px;
  height: 55px;
}

.ico-megaphone_01_012 {
  background-image: url(../images/spritesheet.png);
  background-position: -420px -401px;
  width: 55px;
  height: 42px;
}

.ico-chat_01_012 {
  background-image: url(../images/spritesheet.png);
  background-position: -365px -401px;
  width: 55px;
  height: 44px;
}

.ico-people_01_012 {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -280px;
  width: 80px;
  height: 61px;
}

.ico-target-pink_01_012 {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -200px;
  width: 80px;
  height: 80px;
}

.ico-diagram_01_012 {
  background-image: url(../images/spritesheet.png);
  background-position: -200px 0px;
  width: 80px;
  height: 80px;
}

.ico-chat-pink_01_012 {
  background-image: url(../images/spritesheet.png);
  background-position: -200px -80px;
  width: 80px;
  height: 80px;
}

.ico-why-1_01_013 {
  background-image: url(../images/spritesheet.png);
  background-position: -453px -521px;
  width: 50px;
  height: 50px;
}

.ico-why-2_01_013 {
  background-image: url(../images/spritesheet.png);
  background-position: -146px -571px;
  width: 50px;
  height: 50px;
}

.ico-why-3_01_013 {
  background-image: url(../images/spritesheet.png);
  background-position: -46px -571px;
  width: 50px;
  height: 50px;
}

.ico-why-4_01_013 {
  background-image: url(../images/spritesheet.png);
  background-position: -103px -521px;
  width: 50px;
  height: 50px;
}

.ico-plus_01_013 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -580px;
  width: 18px;
  height: 18px;
}

.ico-minus_01_013 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -658px;
  width: 18px;
  height: 2px;
}

.ico-cart_02_001 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -638px;
  width: 16px;
  height: 20px;
}

.ico-menu-hover_02_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -544px;
  width: 38px;
  height: 24px;
}

.ico-close_02_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -325px;
  width: 30px;
  height: 30px;
}

.ico-check_02_004 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -355px;
  width: 30px;
  height: 30px;
}

.ico-cart-16 {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -668px;
  width: 38px;
  height: 34px;
}

.pin-icon-address {
  background-image: url(../images/spritesheet.png);
  background-position: -303px -521px;
  width: 50px;
  height: 50px;
}

.pin-icon-email {
  background-image: url(../images/spritesheet.png);
  background-position: -553px -521px;
  width: 50px;
  height: 50px;
}

.icon-box-extra-1 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -480px;
  width: 23px;
  height: 35px;
}

.icon-box-extra-2 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -445px;
  width: 25px;
  height: 35px;
}

.icon-box-extra-3 {
  background-image: url(../images/spritesheet.png);
  background-position: -609px -571px;
  width: 35px;
  height: 31px;
}

.count-icon-15-1 {
  background-image: url(../images/spritesheet.png);
  background-position: -419px -370px;
  width: 50px;
  height: 28px;
}

.count-icon-15-2 {
  background-image: url(../images/spritesheet.png);
  background-position: -153px -521px;
  width: 50px;
  height: 50px;
}

.count-icon-15-3 {
  background-image: url(../images/spritesheet.png);
  background-position: -203px -521px;
  width: 50px;
  height: 50px;
}

.about_extra_icon_1 {
  background-image: url(../images/spritesheet.png);
  background-position: -273px -461px;
  width: 55px;
  height: 55px;
}

.about_extra_icon_2 {
  background-image: url(../images/spritesheet.png);
  background-position: -383px -461px;
  width: 55px;
  height: 55px;
}

.about_extra_icon_3 {
  background-image: url(../images/spritesheet.png);
  background-position: -550px -110px;
  width: 55px;
  height: 55px;
}

.ico-play-bg-14 {
  background-image: url(../images/spritesheet.png);
  background-position: -280px 0px;
  width: 70px;
  height: 70px;
}

.fa-icon-plus {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -626px;
  width: 42px;
  height: 42px;
}

.ico-pin_02_006 {
  background-image: url(../images/spritesheet.png);
  background-position: -403px -521px;
  width: 50px;
  height: 50px;
}

.ico-email_02_006 {
  background-image: url(../images/spritesheet.png);
  background-position: -503px -521px;
  width: 50px;
  height: 50px;
}

.fa-icon-plus-circle {
  background-image: url(../images/spritesheet.png);
  background-position: -246px -571px;
  width: 50px;
  height: 50px;
}

.ico-target_05_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -350px 0px;
  width: 69px;
  height: 70px;
}

.ico-medal_05_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -280px -70px;
  width: 70px;
  height: 70px;
}

.ico-house_05_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -244px -626px;
  width: 38px;
  height: 40px;
}

.ico-bag_05_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -204px -626px;
  width: 40px;
  height: 40px;
}

.ico-presenation_05_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -124px -626px;
  width: 40px;
  height: 40px;
}

.ico-newspaper_05_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -693px -80px;
  width: 33px;
  height: 40px;
}

.ico-folder_05_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -449px -571px;
  width: 40px;
  height: 39px;
}

.ico-padlock_05_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -605px -384px;
  width: 40px;
  height: 40px;
}

.ico-map_marker_07_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -645px -317px;
  width: 40px;
  height: 55px;
}

.ico-phone_07_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -108px -461px;
  width: 55px;
  height: 55px;
}

.ico-envelope_07_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -394px -571px;
  width: 55px;
  height: 39px;
}

.ico-clock_07_002 {
  background-image: url(../images/spritesheet.png);
  background-position: -438px -461px;
  width: 55px;
  height: 55px;
}

body {
  color: #7c7c7c;
  font: normal 14px/24px 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}
body .btn {
  font-weight: 700;
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  border-radius: 0;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  min-width: 12.5rem;
}

.section-header {
  margin-bottom: 1.6875rem;
}

.title-main {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.title-main a {
  color: #3e3e3e;
}
.title-main a:hover, .title-main a:focus {
  color: #EA412C;
  text-decoration: none;
}
.title-main.md {
  font-size: 1.875rem;
}
.title-main.sm {
  font-size: 0.9rem;
}

.sub-title {
  color: #EA412C;
  font-style: italic;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
}
@media only screen and (min-width: 768px) {
  .sub-title {
    font-size: 1.625rem;
  }
}

.bg-light {
  background-color: #f6f6f6;
}

/*==================== Header ================*/
.header-top {
  background: #EA412C;
  color: #fff;
}
.header-top a {
  color: #fff;
}
.header-top a:hover {
  color: #3e3e3e;
}

.cart-count {
  background: #EA412C;
  color: #fff;
}

.header .mainnav {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
}
.header .mega-menu ul li a:hover,
.header #mainnav > ul > li.active > a,
.header #mainnav > ul > li > a:hover {
  color: #EA412C;
}
.header #mainnav .menu-item {
  font-weight: bold;
  line-height: 5.5rem;
  color: #3e3e3e;
  margin: 0 5px 0;
  padding: 0 1.2rem;
  position: relative;
}
.header #mainnav .menu-item::before {
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  width: 100%;
  content: '';
  background: transparent;
  display: inline-block;
}
.header #mainnav > ul > li.active > a::before,
.header #mainnav > ul > li > a:hover::before {
  background: #EA412C;
}
.header .menu-fixed #mainnav .menu-item {
  line-height: 5.625rem;
}
.header #mainnav ul.sub-menu,
.header #mainnav-mobi {
  background: #EA412C;
}
.header #mainnav ul.sub-menu > li > a {
  border-top-color: #f46755;
  padding: 15px 0px 15px 20px;
}
.header #mainnav ul.sub-menu > li > a:hover {
  background: transparent;
  color: #4e4e4e;
}
.header #mainnav ul.sub-menu ul.sub-menu {
  background: #4e4e4e;
}
.header #mainnav-mobi ul li {
  border-top-color: #f46755;
}
.header #mainnav-mobi ul ul {
  background: #4e4e4e;
}
.header .btn-menu {
  color: #EA412C;
}

/*==================== Content ================*/
.btn-info {
  background-color: #EA412C;
  border-color: #EA412C;
  color: #fff;
}
.btn-info:hover, .btn-info:focus {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
  color: #fff;
}

.btn-default {
  border-color: #EA412C;
  color: #3e3e3e;
}
.btn-default:hover, .btn-default:focus {
  background-color: #EA412C;
  color: #fff;
}

.btn-border-white {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.btn-border-white:hover, .btn-border-white:focus {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

.list-media, .social, .recent-post, .footer-contact-info, .nav-link-ft, .social-corner {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.slick-arrow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 50px;
  height: 50px;
  transform: translate(0, -50%);
  background-color: #fff;
  color: #EA412C;
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0;
  line-height: 50px;
  border: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-rendering: auto;
  top: 50%;
  z-index: 2;
}
.slick-arrow:before {
  font-size: 1.5rem;
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #EA412C;
  color: #fff;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\f105";
}

.banner {
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .banner {
    margin-bottom: 3.6875rem;
  }
}
.banner .banner-item {
  font-size: 1.125rem;
}
.banner .banner-item .holder {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .banner .banner-item .holder {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
}
.banner .banner-item .title-main {
  font-size: 3.125rem;
}
.banner .banner-item .description {
  margin-bottom: 2.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgba(255, 255, 255, 0.8)
}

.section-offer {
  margin-bottom: 1.375rem;
}

.tile-offer {
  margin-bottom: 2.125rem;
}
@media only screen and (min-width: 768px) {
  .tile-offer {
    margin-bottom: 4.375rem;
  }
}
.tile-offer .icon {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  border: 2px solid #EA412C;
  height: 80px;
  line-height: 80px;
  margin-right: 1.875rem;
  margin-top: 2px;
  text-align: center;
}
.tile-offer .icon i {
  vertical-align: middle;
  font-size: 40px;
  color: #EA412C;
}
.tile-offer h4 {
  margin-bottom: 0.75rem;
}

.section-welcome {
  padding-top: 3.0625rem;
  padding-bottom: 3.4375rem;
}
@media only screen and (min-width: 768px) {
  .section-welcome {
    padding-top: 5.875rem;
    padding-bottom: 6.25rem;
  }
}

.normal {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media only screen and (min-width: 992px) {
  .about-box .section-header {
    margin-bottom: 2.3125rem;
  }
}
.about-box .description {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .about-box .description {
    margin-bottom: 2.75rem;
  }
}

.empty-space {
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .empty-space {
    margin-bottom: 5.9375rem;
  }
}

.section-boxes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-boxes ul li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #fff;
  padding: 2.75rem 0.9375rem 2.9375rem;
}
@media only screen and (min-width: 768px) {
  .section-boxes ul li {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media only screen and (min-width: 992px) {
  .section-boxes ul li {
    padding: 5.875rem 6.875rem 6.0625rem;
  }
}
.section-boxes ul li h3 {
  margin-bottom: 1.125rem;
}
.section-boxes .level-1 {
  background-color: #EA412C;
}
.section-boxes .level-2 {
  background-color: #6ea32b;
}
.section-boxes .level-3 {
  background-color: #508210;
}

.filters {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .filters {
    margin-bottom: 5rem;
  }
}
.filters button {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  border-radius: 0;
  transition: background-color ease 0.5s;
  background-color: #EA412C;
  cursor: pointer;
  color: #fff;
  margin: 0 3px;
  border: 0;
  padding: 0.875rem 1.875rem;
}
.filters button:hover, .filters button:focus {
  background-color: #508210;
}
@media only screen and (min-width: 992px) {
  .filters button {
    min-width: 200px;
  }
}
.filters button.is-checked {
  background-color: #508210;
}

.text-intro {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .text-intro {
    margin-bottom: 4.4375rem;
  }
}

.portfolio-wrapper {
  max-width: 1710px;
  margin: 0 auto;
}
.portfolio-wrapper .container-fluid {
  padding-left: 5px;
  padding-right: 5px;
}

.isotope.row {
  margin-right: 5px;
  margin-left: 5px;
}
.isotope.row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.g-item {
  position: relative;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.g-item .bg-overlay {
  background-color: rgba(144, 201, 72, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.5s;
}
.g-item .item-content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  padding: 0 2.5rem;
  transition: all ease 0.5s;
  z-index: 2;
}
.g-item .item-content a {
  color: #fff;
}
.g-item .item-content a:hover, .g-item .item-content a:focus {
  color: #fff;
}
.g-item .item-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: italic;
}
.g-item:hover .bg-overlay {
  opacity: 1;
}
.g-item:hover .item-content {
  bottom: 35px;
}

.section-counter {
  background-color: #EA412C;
  background-position: center;
  padding-top: 2.8125rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .section-counter {
    padding-top: 5.625rem;
    padding-bottom: 4.0625rem;
  }
}

.tile-counter {
  color: #fff;
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
.tile-counter h3 {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .tile-counter h3 {
    font-size: 3.75rem;
  }
}
.tile-counter p {
  font-style: italic;
}

.section-choose .choose-column {
  margin-top: 2.5rem;
}
.section-choose .choose-box .description {
  margin-bottom: 2.1875rem;
}

.list-media li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.list-media li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EA412C;
  position: absolute;
  top: 3px;
  left: 0;
}
.list-media li:last-child {
  margin-bottom: 0;
}

.accordion-home .card {
  margin-bottom: 10px;
  margin-top: 7px;
  border: 0;
}
.accordion-home .card-body {
  border: 0;
  padding: 30px 30px 20px;
}

.card-header {
  background-color: transparent;
  border: none;
  border-radius: 0.625rem;
  padding: 0;
}
.card-header h5 {
  font-weight: 900;
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  margin: 0;
  position: relative;
  font-size: 1rem;
}
.card-header h5 a {
  border-radius: 0;
  transition: all ease 0.5s;
  background-color: #f6f6f6;
  border: 0;
  border-left: 2px solid #EA412C;
  color: #333333;
  display: block;
  padding: 1rem 1.875rem;
  outline: 0;
}
.card-header h5 a i {
  color: #EA412C;
}
.card-header h5 a:hover, .card-header h5 a:focus {
  color: #fff;
  background-color: #EA412C;
  border-left-color: #508210;
}
.card-header h5 a:hover i, .card-header h5 a:focus i {
  color: #fff;
}
.card-header h5 a[aria-expanded="true"] {
  background-color: #EA412C;
  border-left-color: #508210;
  color: #fff;
}
.card-header h5 a[aria-expanded="true"] i {
  color: #fff;
}
.card-header h5 a[aria-expanded="true"] i.fa-minus {
  display: inline-block;
}
.card-header h5 a[aria-expanded="true"] i.fa-plus {
  display: none;
}
.card-header h5 i {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translate(0, -50%);
}
.card-header h5 i.fa-minus {
  display: none;
}

.section-experts {
  padding-top: 2.8125rem;
  padding-bottom: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .section-experts {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}
.section-experts .col-lg-3.col-sm-6 {
  margin-bottom: 1.875rem;
}

.social {
  transition: top ease 0.5s;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
}
.social li {
  display: inline-block;
}
.social li + li {
  margin: 0 0.625rem;
}
.social a {
  color: #EA412C;
  font-size: 1rem;
}
.social a:hover, .social a:focus {
  color: #EA412C;
}

.tile-experts {
  background-color: #fff;
  text-align: center;
  border-bottom: 2px solid #EA412C;
  height: 100%;
}
.tile-experts .img {
  position: relative;
  overflow: hidden;
}
.tile-experts .img .overlay {
  background-color: rgba(144, 201, 72, 0.9);
  opacity: 0;
  transition: all ease 0.5s;
  z-index: 1;
}
.tile-experts .text {
  padding: 1.75rem 0.9375rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .tile-experts .text {
    padding: 2.375rem 1.875rem 2.125rem;
  }
}
.tile-experts .text h4 {
  margin-bottom: 0.5rem;
}
.tile-experts .text .pos {
  margin-bottom: 0.9375rem;
  color: #EA412C;
  font-style: italic;
}
.tile-experts:hover .img .overlay {
  opacity: 1;
}
.tile-experts:hover .img .social {
  top: 50%;
  transform: translate(0, -50%);
}

.section-skills {
  padding-top: 2.8125rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .section-skills {
    padding-top: 5.8125rem;
    padding-bottom: 4.125rem;
  }
}
.section-skills .team-box {
  margin-bottom: 2.3125rem;
}

.skills-small {
  margin-bottom: 1.875rem;
}
.skills-small .progress-item {
  margin-bottom: 2.125rem;
}
.skills-small .progress-item .name {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}
.skills-small .progress {
  border-radius: 0;
  height: 10px;
  background-color: #f6f6f6;
  overflow: inherit;
}
.skills-small .progress-bar {
  border-radius: 0;
  background-color: #EA412C;
  height: 10px;
  position: relative;
}
.skills-small .progress-bar span {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  color: #EA412C;
  font-size: 1rem;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: -33px;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.3125rem;
}
.slick-dots li button {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  outline: 0;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

.section-testimonials {
  background: #d73521;
  background: url(../images/news/bg.jpg) center no-repeat;
  padding-top: 5rem;
    padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-testimonials {
    /**padding-top: 5.8125rem;
    padding-bottom: 5.4375rem;**/
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
.section-testimonials .wrap-slide {
  padding-top: 0.0625rem;
}

.tile-testimonial {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .tile-testimonial {
    margin-bottom: 3.125rem;
  }
}
.tile-testimonial .text {
  font-style: italic;
  font-size: 1rem;
  background-color: #fff;
  line-height: 1.625rem;
  position: relative;
  padding: 1.5625rem 0.9375rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .tile-testimonial .text {
    padding: 2.6875rem 3.125rem;
  }
}
.tile-testimonial .text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 35px solid transparent;
  border-top: 35px solid #d8d8d8;
  display: block;
  width: 0;
  height: 0;
}

.author {
  padding-left: 3.4375rem;
}
.author .img {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 1.25rem;
}
.author .author-name {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  padding-top: 8px;
}
.author .author-name h4 {
  margin-bottom: 6px;
}
.author .author-name p {
  color: #EA412C;
  margin-bottom: 0;
}

.best-offer {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .best-offer {
    margin-bottom: 5rem;
  }
}

.container-pricing > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-pricing > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.pricing-table {
  position: relative;
  width: 100%;
}
.pricing-table .pricing-table-wrap {
  margin: 0 -1px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
}
.pricing-table .tile-name {
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 1.375rem;
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  padding: 1.3125rem 0.9375rem;
  background-color: #fff;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .pricing-table .tile-name {
    font-size: 1.625rem;
    padding: 2.6875rem 0.9375rem;
  }
}
.pricing-table .tile-price {
  color: #fff;
  background-color: #EA412C;
  margin: 0 -1px;
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  font-size: 1rem;
  padding: 1.875rem 0.9375rem 1.125rem;
}
.pricing-table .tile-price h4 {
  margin: 0;
  line-height: 1;
  font-size: 2.8125rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .pricing-table .tile-price h4 {
    font-size: 3.75rem;
  }
}
.pricing-table .tile-body {
  font-size: 1rem;
  padding-bottom: 3.125rem;
  padding-top: 2.8125rem;
}
.pricing-table .tile-body .btn {
  min-width: 160px;
}
.pricing-table.active {
  margin-top: -19px;
}
.pricing-table.active .tile-name {
  margin-top: 19px;
}
.pricing-table.active .tile-price {
  background: #508210;
}
.pricing-table.active .btn-default {
  background: #EA412C;
  color: #fff;
}
.pricing-table.active .tile-body {
  padding-bottom: 4.375rem;
}

.pricing-box {
  list-style: none;
  padding: 0 0 1.3125rem;
  margin: 0;
}
.pricing-box li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.8125rem;
  margin-bottom: 0.75rem;
}
.pricing-box li:last-child {
  border-bottom: none;
}
.pricing-box li.line-through {
  text-decoration: line-through;
  color: #c0c0c0;
}

.section-quote {
  font-size: 1rem;
  color: #fff;
  background-color: #EA412C;
  padding-top: 2rem;
  padding-bottom: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .section-quote {
    padding-top: 4rem;
    padding-bottom: 2.9375rem;
  }
}
.section-quote h3 {
  margin: 0 0 0.5rem;
  font-weight: 900;
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .section-quote h3 {
    font-size: 1.625rem;
  }
}

.section-cliets .item {
  margin-bottom: 2.8125rem;
}

/*============== Footer ==============*/
.footer-01-010 {
    background-color: #4C4C4C;
  background-image: url(../images/footer/pat.png);

  color: #949494;
}
.footer-01-010 .footer-bottom {
  border-top: 1px solid #464646;

  background: #EA412C;
  color: #fff;
}
.footer-01-010 .footer-bottom .copy-right, .footer-01-010 .footer-bottom .links-ft-010 {
  padding-top: 0.5625rem;

}

.footer-top {
  color: #949494;
}
.footer-top .footer-column {
  margin-bottom: 1.625rem;
}
.footer-top h2 {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1.0rem;
  border-bottom: 1px dashed #707070;
}
.footer-top h2:after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background-color: #464646;
  margin-top: 0.9375rem;
  position: relative;
  z-index: 2;
}
.footer-top a {
  color: #949494;
}
.footer-top a:hover, .footer-top a:focus {
  color: #EA412C;
}

.recent-post li {
  border-bottom: 1px solid #464646;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.recent-post li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .recent-post li {
    padding-bottom: 1.8125rem;
    margin-bottom: 1.4375rem;
  }
}
.recent-post .img {
  font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  background-color: #EA412C;
  color: #fff;
  font-size: 0.875rem;
  height: 70px;
  line-height: normal;
  margin-right: 1.25rem;
  margin-top: 6px;
  text-align: center;
}
.recent-post .img .day {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-top: 0.75rem;
}
.recent-post .text {
  font-family: 'Source Sans Pro', sans-serif;
}
.recent-post .text h4 {
  color: #949494;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
}
.recent-post .text h4 a {
  color: #949494;
}
.recent-post .text h4 a:hover, .recent-post .text h4 a:focus {
  color: #EA412C;
  text-decoration: none;
}
.recent-post .text .time {
  font-style: italic;
}

.btn-tags {
  margin-left: -4px;
  margin-right: -4px;
}
.btn-tags a {
  font-family: 'Source Sans Pro', sans-serif;
  transition: background-color ease 0.5s;
  border: 1px solid #464646;
  display: inline-block;
  margin: 5px 4px 4px 3px;
  padding: 5px 1.1875rem;
}
.btn-tags a:hover, .btn-tags a:focus {
  border-color: #EA412C;
  background-color: #EA412C;
  color: #fff;
  text-decoration: none;
}

.footer-contact-info li {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-left: 1.875rem;
  padding-bottom: 1.0rem;
  border-bottom: 1px dashed #707070;
}
@media only screen and (min-width: 768px) {
  .footer-contact-info li {
    margin-bottom: 1.0rem;
  }
}
.footer-contact-info li i {
  color: #EA412C;
  position: absolute;
  font-size: 18px;
  top: 5px;
  left: 0;
}

.nav-link-ft {
  text-align: center;
  margin-top: 8px;
}
.nav-link-ft li {
  display: inline-block;
}
.nav-link-ft a {
  text-transform: uppercase;
  color: #949494;
}
.nav-link-ft a:hover, .nav-link-ft a:focus {
  color: #EA412C;
  text-decoration: none;
}
.nav-link-ft span {
  margin: 0 0.5rem;
}

.social-corner li {
  display: inline-block;
}
.social-corner li + li {
  margin-left: 0.4375rem;
}
.social-corner a {
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}
.social-corner a:hover {
  background-color: #EA412C;
}
