
.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);
}

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

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

.foo123ter-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: #ec412e;
  border-color: #ec412e;
}

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

.btn-hover-dark:hover {
  background-color: #eb412d;
  border-color: #eb412d;
  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;
}

/*================ hea123der ==============*/
.dropdown-cart {
  left: auto;
  right: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 30px rgba(10, 11, 11, 0.1);
  box-shadow: 0 5px 30px rgba(10, 11, 11, 0.1);
  border-top: 2px solid #ec412e;
  min-width: 310px;
  padding: 1.875rem;
  font-size: 0.875rem;
}
.dropdown-cart ul li {
  position: relative;
  padding-right: 1.25rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.dropdown-cart ul li .close-item {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #ec412e;
  cursor: pointer;
  margin-top: -1.25rem;
}
.dropdown-cart ul li .img {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  margin-right: 1.25rem;
}
.dropdown-cart ul li .img img {
  max-height: 60px;
}
.dropdown-cart .total {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  color: #eb412d;
  margin: -0.25rem 0 0.9375rem;
}
.dropdown-cart .btn {
  font-size: 0.75rem;
  padding-right: 1.25rem !important;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  min-width: 120px;
}

.dropdown-toggle::after {
  display: none;
}

/*================ Content ==============*/
.filler-products {
  margin-bottom: 1.875rem;
}
.filler-products .form-control {
  -webkit-appearance: none;
  border-color: #e0e0e0;
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
  min-width: 270px;
  height: 50px;
  border-radius: 0;
}
.filler-products select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
.filler-products .option {
  position: relative;
}
.filler-products .option:after {
  content: "";
  background: url("../images/bg/08_001_bg_select.png") no-repeat 0 0;
  width: 8px;
  height: 5px;
  top: 50%;
  right: 20px;
  position: absolute;
  transform: translate(0, -50%);
}

.tile-product {
  font-size: 1rem;
  margin-bottom: 3.75rem;
}
.tile-product .img {
  margin-bottom: 1.125rem;
}
.tile-product h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 2px;
}
.tile-product .btn-link {
  color: #ec412e;
}
.tile-product .btn-link:hover, .tile-product .btn-link:focus {
  color: #eb412d;
  text-decoration: none;
}
.tile-product .btn-link.hidden {
  display: none;
}
.tile-product .btn-link.show {
  display: inline-block;
}
.tile-product .price {
  margin-bottom: 0.6875rem;
}
.tile-product .btn-02-005 i {
  display: none;
  margin-left: 5px;
}
.tile-product .btn-02-005.add-cart {
  border-color: #eb412d;
  background-color: #eb412d;
  color: #fff;
}
.tile-product .btn-02-005.add-cart i {
  display: inline-block;
}

button {
  cursor: pointer;
}

.name-product {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  color: #eb412d;
}
.name-product a {
  color: #eb412d;
}
.name-product a:hover, .name-product a:focus {
  color: #ec412e;
  text-decoration: none;
}

.rating {
  color: #ec412e;
}
.rating i + i {
  margin-left: 3px;
}

.price {
  color: #ec412e;
}

.body_02_001 .list-products-shop .pagination-lg .pa123ge-item:first-child .pa123ge-link, .body_02_001 .list-products-shop .pagination-lg .pa123ge-item:last-child .pa123ge-link, .body_02_001 .list-products-shop .pagination-lg .pa123ge-link {
  border-radius: 0;
}

.popular-products {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popular-products li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
.popular-products li .img {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 1.25rem;
}
.popular-products li .img img {
  max-height: 80px;
}
.popular-products li .text .name-product {
  margin-bottom: 0.25rem;
}
.popular-products li .text .price {
  margin-bottom: 0.25rem;
}

.box-right-shop {
  margin-bottom: 2.8125rem;
}
@media only screen and (min-width: 768px) {
  .box-right-shop {
    margin-bottom: 4.6875rem;
  }
}
.box-right-shop h3 {
  margin: 0 0 2.1875rem;
  font-size: 1.125rem;
  color: #eb412d;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  font-weight: 700;
}
.box-right-shop .list-tags-06-001 a {
  border-radius: 0;
}

.price-slider {
  background-color: #f6f6f6;
  height: 4px;
  position: relative;
  margin-bottom: 1.5rem;
}
.price-slider .ui-slider-range {
  background-color: #ec412e;
  height: 4px;
}
.price-slider .ui-slider-handle {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -50%;
  margin-top: -3px;
}

.fillter-products .price-label label {
  margin-bottom: 0;
  margin-right: 5px;
}
.fillter-products .btn {
  font-size: covnert-rem(12px);
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  min-width: 120px;
}

.sidebar-shop {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .sidebar-shop {
    margin-top: 0;
  }
}

/*================ 08_002 ================*/
.shop-item-description {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .shop-item-description {
    margin-bottom: 4.375rem;
  }
}
.shop-item-description .img {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .shop-item-description .img {
    margin-bottom: 0;
  }
}
.shop-item-description .name-product {
  font-weight: 700;
  font-size: 1.875rem;
}
.shop-item-description .rating {
  font-size: 1rem;
}
.shop-item-description .price {
  font-size: 2.5rem;
  margin-bottom: 1.125rem;
}
.shop-item-description .form-control {
  width: 100px;
  border-color: #e0e0e0;
  border-radius: 0;
  margin-right: 0.625rem;
}
.shop-item-description .btn {
  border-radius: 0;
  min-width: 200px;
}
.shop-item-description .description {
  margin-bottom: 2.125rem;
}
.shop-item-description .description p:last-child {
  margin-bottom: 0;
}
.shop-item-description .categories {
  margin-top: 2.1875rem;
}
.shop-item-description .categories a {
  color: #797979;
}
.shop-item-description .categories a:hover, .shop-item-description .categories a:focus {
  color: #ec412e;
}

.shop-tab {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .shop-tab {
    margin-bottom: 5.5rem;
  }
}
.shop-tab .nav-tabs {
  margin-bottom: 2.8125rem;
}
.shop-tab .nav-tabs .nav-link {
  color: #eb412d;
  text-transform: uppercase;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.875rem 1.25rem 1rem;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .shop-tab .nav-tabs .nav-link {
    padding: 0.875rem 3.125rem 1rem;
  }
}
.shop-tab .tab-pane {
  line-height: 1.6;
}
.shop-tab .tab-pane h4 {
  margin: 0 0 1.9375rem;
  text-transform: uppercase;
  color: #eb412d;
  font-weight: 700;
  font-size: 1.125rem;
}
.shop-tab .tab-pane p {
  margin-bottom: 1.625rem;
}
.shop-tab .tab-pane p:last-child {
  margin-bottom: 0;
}

.related-product h3 {
  color: #eb412d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5625rem;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  margin: 0 0 2.125rem;
}
@media only screen and (min-width: 768px) {
  .related-product h3 {
    margin-bottom: 3.375rem;
    font-size: 1.875rem;
  }
}

/*================ 08_003 ================*/
.shop-cart-08-003 {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .shop-cart-08-003 {
    margin-bottom: 0;
  }
}
.shop-cart-08-003 .table th, .shop-cart-08-003 .table td {
  border-color: #e0e0e0;
}
.shop-cart-08-003 table.list {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  font-weight: 700;
  color: #eb412d;
  margin-bottom: 1.875rem;
}
.shop-cart-08-003 table.list thead {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .shop-cart-08-003 table.list thead {
    display: none;
  }
}
.shop-cart-08-003 table.list thead th {
  border-bottom-width: 1px;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
.shop-cart-08-003 table.list tbody tr td {
  vertical-align: middle;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.shop-cart-08-003 table.list tbody tr:last-child td {
  border-bottom: 1px solid #e0e0e0;
}
.shop-cart-08-003 table.list .form-control {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  font-weight: 700;
  color: #eb412d;
  font-size: 0.875rem;
  width: 100px;
  border-radius: 0;
  border-color: #e0e0e0;
  margin-top: 5px;
  margin-bottom: 10px;
}
.shop-cart-08-003 table.list .form-control::-moz-placeholder {
  color: #eb412d;
  opacity: 1;
}
.shop-cart-08-003 table.list .form-control:-ms-input-placeholder {
  color: #eb412d;
}
.shop-cart-08-003 table.list .form-control::-webkit-input-placeholder {
  color: #eb412d;
}
@media only screen and (min-width: 768px) {
  .shop-cart-08-003 table.list .form-control {
    height: 50px;
    margin: 0;
  }
}
.shop-cart-08-003 table.list .close-pro {
  color: #ec412e;
  font-size: 0.875rem;
}
.shop-cart-08-003 table.list .img {
  width: 104px;
}
.shop-cart-08-003 table.list .img img {
  max-height: 80px;
}
.shop-cart-08-003 .add-coupon input {
  height: 40px;
  border-radius: 0;
  border-color: #e0e0e0;
  font-size: 0.875rem;
  width: 200px;
  margin-right: 0.625rem;
}
.shop-cart-08-003 .func .btn {
  font-size: 0.75rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.shop-cart-08-003 .cart-total {
  margin-top: 2.8125rem;
}
@media only screen and (min-width: 768px) {
  .shop-cart-08-003 .cart-total {
    margin-top: 4.6875rem;
  }
}
.shop-cart-08-003 .cart-total h3 {
  margin: 0 0 1.5625rem;
  font-size: 1.25rem;
  color: #eb412d;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.shop-cart-08-003 .cart-total table {
  border: 1px solid #e0e0e0;
  margin-bottom: 1.25rem;
}
.shop-cart-08-003 .cart-total table tr td:first-child {
  border-right: 1px solid #e0e0e0;
}

.bg-gray-1 {
  background-color: #f6f6f6;
}

.pa123ge-title {
  padding: 1.875rem 0;
}
@media only screen and (min-width: 768px) {
  .pa123ge-title {
    padding: 3.75rem 0;
  }
}
.pa123ge-title h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  color: #eb412d;
}

.location {
  list-style: none;
  margin: 0;
  padding: 0;
}
.location li {
  display: inline-block;
}
.location li a {
  color: #797979;
}
.location li a:hover, .location li a:focus {
  color: #ec412e;
  text-decoration: inherit;
}
.location li + li:before {
  content: ".";
  display: inline-block;
  margin-right: 8px;
  margin-left: 2px;
  position: relative;
  top: -3px;
  font-weight: 700;
}

/* Top bar
---------------------------------------------------------------*/
.hea123der-top {
  height: 3.125rem;
  line-height: 3.125rem;
}

.clr-turquoise {
  color: #ec412e;
}

.social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.social li {
  display: inline-block;
}
.social li + li {
  margin-left: 6px;
}
.social li a {
  width: 25px;
  height: 25px;
  transition: background 0.3s;
  display: inline-block;
  position: relative;
  text-align: center;
}
.social.social-item-corner li a {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  line-height: 1.75rem;
}
@media only screen and (min-width: 992px) {
  .social.social-item-corner li a {
    width: 40px;
    height: 40px;
    line-height: 2.25rem;
  }
}

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

/* hea123der
-------------------------------------------------------------- */
.hea123der-top {
  background: #f8f8f8;
}
.hea123der-top a {
  color: #858585;
}
.hea123der-top a:hover {
  color: #ec412e;
}

.hea123der-middle {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hea123der-logo {
  background-color: #eb412d;
}

.hea123der {
  position: relative;
  z-index: 4;
}
.hea123der .hea123der-left-link {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hea123der .hea123der-left-link li {
  display: inline-block;
  padding-right: 0.625rem;
}
.hea123der .meta-content {
  overflow: hidden;
}
.hea123der .meta-content .pin-icon {
  margin-right: 1.25rem;
}
.hea123der .meta-content .text {
  overflow: hidden;
  font-size: 16px;
}
.hea123der .meta-content h4 {
  color: #eb412d;
  font-size: 1rem;
  margin-top: 0.3125rem;
  margin-bottom: 2px;
  font-weight: 500;
}
.hea123der .meta-content a {
  color: #858585;
}
.hea123der .meta-content a:hover {
  color: #4f536c;
  text-decoration: none;
}
.hea123der .social {
  margin-left: 13px;
  display: inline-block;
}
.hea123der .social li a {
  width: 16px;
  height: auto;
  border: 0;
  line-height: 18px;
  color: #858585;
}
.hea123der .social li a:hover, .hea123der .social li a:focus {
  background: transparent;
  color: #002e5b;
}
.hea123der .mainnav {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
}
.hea123der .mega-menu {
  background: #eb412d;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
}
.hea123der .mega-menu li a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
}
.hea123der .mega-menu li a:hover {
  color: #ec412e;
}
.hea123der #mainnav > ul > li.active > a,
.hea123der #mainnav > ul > li > a:hover {
  color: #ec412e;
}
.hea123der #mainnav .menu-item {
  font-size: 1rem;
  font-weight: 500;
  text-transform: initial;
  line-height: 5.625rem;
  color: #fff;
  padding-left: 1.625rem;
  padding-right: 1.875rem;
  position: relative;
}
.hea123der #mainnav .menu-item::before {
  transform: translate(0, -50%);
  background: #4f536c;
  content: '';
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
.hea123der #mainnav li:first-child .menu-item {
  padding-left: 0;
}
.hea123der #mainnav li:last-child .menu-item:before {
  display: none;
}
.hea123der #mainnav ul.sub-menu {
  background: #eb412d;
}
.hea123der #mainnav ul.sub-menu > li > a {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.hea123der #mainnav ul.sub-menu > li > a:hover {
  background: transparent;
  color: #ec412e;
}
.hea123der #mainnav-mobi {
  background: #eb412d;
}
.hea123der #mainnav-mobi ul li {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.hea123der #mainnav-mobi ul ul {
  background: #014587;
}
.hea123der .btn-menu {
  color: #ec412e;
}
.hea123der .navbar-extra {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hea123der .navbar-extra li {
  display: inline-block;
}
.hea123der .navbar-extra li + li {
  margin-left: 0.5rem;
}
.hea123der .navbar-extra a {
  width: 40px;
  height: 40px;
  border: 1px solid #4f536c;
  color: #fff;
  display: inline-block;
  line-height: 2.375rem;
  text-align: center;
}
.hea123der .navbar-extra a:hover {
  color: #ec412e;
}

.social-normal {
  margin-left: 1.1875rem;
}
.social-normal li {
  display: inline-block;
  padding-right: 0.6875rem;
}
.social-normal li:last-child {
  padding-right: 0;
}

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

.inline-block {
  display: inline-block;
}

/* foo123ter
---------------------------------------------------------------*/
.foo123ter-top {
  padding: 5.9375rem 0;
}

h2.border-bot:before {
  background-color: #4f536c;
  bottom: 1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-top: 0.9375rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.foo123ter-style-1 .foo123ter-top {
  background-color: #eb412d;
  color: #b4b6c2;
}
.foo123ter-style-1 .foo123ter-top h2 {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  position: relative;
}
.foo123ter-style-1 .foo123ter-top h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ec412e;
  margin-top: 0.9375rem;
  position: relative;
  z-index: 2;
}
.foo123ter-style-1 .foo123ter-top .social a {
  border-color: #ec412e;
  color: #ec412e;
}
.foo123ter-style-1 .foo123ter-top .social a:hover {
  background-color: #ec412e;
  color: #fff;
}
.foo123ter-style-1 .foo123ter-top a {
  color: #b4b6c2;
}
.foo123ter-style-1 .foo123ter-top a:hover, .foo123ter-style-1 .foo123ter-top a:focus {
  color: #ec412e;
}
.foo123ter-style-1 .contact-us-ft li i {
  color: #ec412e;
}
.foo123ter-style-1 .nav-link-ft a {
  color: #7b7e8d;
}
.foo123ter-style-1 .nav-link-ft a:hover, .foo123ter-style-1 .nav-link-ft a:focus {
  color: #ec412e;
}
.foo123ter-style-1 .recent-post-ft h4 {
  font-weight: bold;
  margin-bottom: 0;
}
.foo123ter-style-1 .recent-post-ft h4 a {
  color: #b4b6c2;
}
.foo123ter-style-1 .recent-post-ft li {
  position: relative;
}
.foo123ter-style-1 .recent-post-ft li i {
  color: #ec412e;
  position: absolute;
  top: 5px;
  left: 0;
}
.foo123ter-style-1 .recent-post-ft .time {
  color: #76788a;
}
.foo123ter-style-1 .recent-post-ft.tweets h4 {
  font-weight: normal;
}
.foo123ter-style-1 .recent-post-ft.tweets li {
  padding-left: 30px;
}
.foo123ter-style-1 .popular-blog-ft-006 ul li {
  border-bottom-color: #4f536c;
}
.foo123ter-style-1 .about-ft a {
  color: #ec412e;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
}
.foo123ter-style-1 .foo123ter-bottom {
  background-color: #0a0b15;
  color: #7b7e8d;
}

.about-ft .description {
  margin-bottom: 1.5rem;
}

.recent-post-ft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-post-ft ul li {
  border-bottom: 1px solid #4f536c;
  padding-bottom: 1rem;
  margin-bottom: 1.125rem;
  line-height: 1.6;
}
.recent-post-ft ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.recent-post-ft ul li h4 {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
.recent-post-ft .time {
  margin: 0;
  font-style: italic;
}

.mb {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .mb {
    margin-bottom: 0;
  }
}

.contact-us-ft li {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 1.875rem;
}
.contact-us-ft li:last-child {
  margin-bottom: 0;
}
.contact-us-ft li i {
  position: absolute;
  top: 5px;
  left: 0;
}

.newsletter .description {
  margin-bottom: 1.5rem;
}
.newsletter .form-group {
  position: relative;
  border: 1px solid #4f536c;
  border-radius: 10px;
  padding-right: 3.125rem;
  height: 3.125rem;
}
.newsletter .form-group .form-control {
  height: 100%;
  border: none;
  background-color: transparent;
}
.newsletter .form-group .form-control::-moz-placeholder {
  color: #6d7187;
  opacity: 1;
}
.newsletter .form-group .form-control:-ms-input-placeholder {
  color: #6d7187;
}
.newsletter .form-group .form-control::-webkit-input-placeholder {
  color: #6d7187;
}
.newsletter .form-group button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  color: #ec412e;
}

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

.nav-link-ft {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .nav-link-ft {
    margin-bottom: 0;
    text-align: right;
  }
}
.nav-link-ft li {
  display: inline-block;
}
.nav-link-ft li a {
  padding: 0 5px;
}
.nav-link-ft li a:hover {
  color: #3abfb3;
}
.nav-link-ft span {
  display: inline-block;
}

.foo123ter-type-15 .foo123ter-top {
  background-color: #eb412d;
  color: #b4b6c2;
}
.foo123ter-type-15 .foo123ter-bottom {
  background-color: #0a0b15;
  color: #7b7e8d;
}

.subscribe p {
  margin-bottom: 1.4375rem;
}
.subscribe .form-group {
  position: relative;
  padding-right: 34px;
  border: 1px solid #4f536c;
  padding-right: 2.125rem;
  margin-bottom: 1.875rem;
}
.subscribe .form-group .fa {
  transform: translate(0, -50%);
  color: #ec412e;
  right: 1.125rem;
  position: absolute;
  top: 50%;
}
.subscribe .form-control {
  border-radius: 0;
  background: transparent;
  border-width: 0;
  color: #6d7187;
  font-size: 0.875rem;
}
@media only screen and (min-width: 992px) {
  .subscribe .form-control {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
.subscribe .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f7de1f;
  outline: 0;
}
.subscribe .form-control::-webkit-input-placeholder {
  color: #7e96ad;
}
.subscribe .form-control:-ms-input-placeholder {
  color: #7e96ad;
}
.subscribe .form-control::-ms-input-placeholder {
  color: #7e96ad;
}

.list-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-nav li {
  margin-bottom: 12px;
}
.list-nav li:last-child {
  margin-bottom: 0;
}
.list-nav li a {
  color: #b4b6c2;
  position: relative;
  padding-left: 19px;
}
.list-nav li a::before {
  border-radius: 2px;
  background: #b4b6c2;
  content: '';
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 4px;
}
.list-nav li a:hover {
  color: #fff;
  text-decoration: none;
}
.list-nav li a:hover::before {
  background: #ec412e;
}

.about-consulting {
  color: #b4b6c2;
}

.foo123ter-contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.foo123ter-contact ul li {
  margin-bottom: 1.5625rem;
}
.foo123ter-contact ul li:last-child {
  margin-bottom: 0;
}
.foo123ter-contact .ui-link-pa123ge {
  color: #b4b6c2;
}

.consulting-heading-1 .consulting-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
  padding-bottom: 0.9375rem;
  position: relative;
}
.consulting-heading-1 .consulting-title::before {
  background: #ec412e;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 50px;
}

.social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social li {
  display: inline-block;
}
.social li + li {
  margin-left: 8px;
}
.social li a {
  width: 40px;
  height: 40px;
  transition: all 0.35s ease-in-out;
  border: 1px solid #4f536c;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 2.375rem;
}
.social li a:hover {
  background: #ec412e;
  border-color: #ec412e;
  color: #fff;
}

.mb-95 {
  margin-bottom: 3.125rem;
}

.none-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.more {
  color: #ec412e;
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  text-transform: uppercase;
}

/* Content
---------------------------------------------------------------*/
body {
  font-size: 0.875rem;
}

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

.nav-side-about {
  list-style: none;
  margin: 0 0 1.5625rem;
  padding: 0;
}
.nav-side-about li {
  margin-bottom: 5px;
}
.nav-side-about li a {
  display: block;
  background-color: #f6f6f6;
  color: #eb412d;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  border-left: 2px solid transparent;
  padding: 1.25rem 1.75rem;
}
.nav-side-about li a:hover, .nav-side-about li a:focus {
  border-left-color: #a52c1e;
  background-color: #eb412d;
  color: #fff;
  text-decoration: none;
}
.nav-side-about li.active a {
  border-left-color: #a52c1e;
  background-color: #eb412d;
  color: #fff;
}

.download-about a {
  display: block;
  background-color: #f6f6f6;
  color: #eb412d;
  font-size: 1rem;
  font-weight: 700;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  padding: 1.25rem 1.875rem;
}
.download-about a i {
  color: #ec412e;
  margin-right: 0.625rem;
}
.download-about a:hover, .download-about a:focus {
  background-color: #eb412d;
  color: #fff;
  text-decoration: none;
}

.sidebar-about {
  margin-bottom: 2.8125rem;
}
@media only screen and (min-width: 992px) {
  .sidebar-about {
    margin-bottom: 0;
  }
}
.sidebar-about .form-group {
  margin-bottom: 1.875rem;
}

.title-about-sidebar {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  font-size: 1.5625rem;
  color: #eb412d;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .title-about-sidebar {
    font-size: 1.875rem;
  }
}
.title-about-sidebar.white {
  color: #fff;
}
.title-about-sidebar.line-02-005:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ec412e;
  margin-top: 1.5625rem;
}
.title-about-sidebar.text-center.line-02-005:after {
  margin-right: auto;
  margin-left: auto;
}
.title-about-sidebar.md {
  font-size: 1.25rem;
}
.title-about-sidebar.big {
  font-size: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .title-about-sidebar.big {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 992px) {
  .title-about-sidebar.big {
    font-size: 3.4375rem;
  }
}

.text-center .line-02-005:after {
  margin-right: auto;
  margin-left: auto;
}

.btn-dark-02-004 {
  background-color: #eb412d;
  border-color: #eb412d;
  color: #fff;
}
.btn-dark-02-004:hover, .btn-dark-02-004:focus {
  background-color: #020203;
  border-color: #020203;
  color: #fff;
}

.banner-content {
  padding: 3.3125rem 0.9375rem 4.5rem;
  margin-bottom: 2.8125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .banner-content {
    padding: 5.1875rem 1.5625rem 6.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner-content {
    padding: 6.4375rem 2.1875rem 7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-content {
    padding: 8.3125rem 3.125rem 8.875rem;
  }
}
.banner-content .btn {
  margin-top: 0.75rem;
}

.content-about-side {
  line-height: 1.6;
  margin-bottom: 3.125rem;
}
.content-about-side .line-02-005:after {
  margin-top: 0.9375rem;
  height: 4px;
}
.content-about-side h4.title-about-sidebar {
  margin-bottom: 1.625rem;
}
.content-about-side p {
  margin-bottom: 1.625rem;
}
.content-about-side .content h4 {
  font-size: 1.25rem;
  color: #eb412d;
  font-weight: 700;
  margin: 0 0 1.625rem;
  line-height: 1.2;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
}
.content-about-side .content h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ec412e;
  margin-top: 0.9375rem;
}
.content-about-side .list-circle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-about-side .list-circle li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.625rem;
}
.content-about-side .list-circle li:before {
  content: "\f10c";
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ec412e;
  position: absolute;
  left: 0;
  top: 4px;
}
.content-about-side .space-006 {
  margin-bottom: 1.625rem;
}
.content-about-side .nav-tabs-content {
  margin: 0 -15px 2.1875rem;
}
.content-about-side .nav-tabs-content li {
  width: 25%;
  padding: 0 15px;
}
.content-about-side .nav-tabs-content li a {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  border: 2px solid #eb412d;
  color: #eb412d;
  text-align: center;
  padding: 0.6875rem 0.9375rem;
}
.content-about-side .nav-tabs-content li a:hover {
  border-color: #eb412d;
  background-color: #eb412d;
  color: #fff;
}
.content-about-side .nav-tabs-content li a.active {
  border-color: #eb412d;
  background-color: #eb412d;
  color: #fff;
}


@media only screen and (max-width: 500px) {
.content-about-side .nav-tabs-content li {
  width: 50%;
  padding: 0 15px 15px 15px;
}
.content-about-side .nav-tabs-content li a {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  border: 2px solid #eb412d;
  color: #eb412d;
  text-align: center;
  padding: 0.6875rem 0.9375rem;
}
.content-about-side .nav-tabs-content li a:hover {
  border-color: #eb412d;
  background-color: #eb412d;
  color: #fff;
}
.content-about-side .nav-tabs-content li a.active {
  border-color: #eb412d;
  background-color: #eb412d;
  color: #fff;
}
}



.content-about-side .tile-team-02-004 {
  margin-bottom: 1.875rem;
  transition: all ease 0.5s;
}
.content-about-side .tile-team-02-004:hover {
  -webkit-box-shadow: 0 5px 30px rgba(10, 11, 11, 0.1);
  box-shadow: 0 5px 30px rgba(10, 11, 11, 0.1);
}

.get-a-quote-about-sidebar {
  background-color: #ec412e;
  padding: 2.1875rem 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .get-a-quote-about-sidebar {
    padding: 2.1875rem 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .get-a-quote-about-sidebar {
    padding: 2.1875rem 3.125rem;
  }
}
.get-a-quote-about-sidebar h3 {
  padding-right: 2.8125rem;
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 992px) {
  .get-a-quote-about-sidebar h3 {
    margin-bottom: 0;
  }
}

.tile-counter {
  margin-bottom: 1.875rem;
}
.tile-counter i {
  margin-bottom: 0.8125rem;
}
.tile-counter h3 {
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  margin: 0 0 0.1875rem;
  font-size: 1.5625rem;
  color: #ec412e;
}
@media only screen and (min-width: 768px) {
  .tile-counter h3 {
    font-size: 1.875rem;
  }
}
.tile-counter p {
  margin: 0;
}

.box-02-006-2 {
  text-align: center;
  padding: 2.5rem 0.9375rem;
  color: #fff;
}
.box-02-006-2 h3 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
}

.bg-lv1 {
  background-color: #52556c;
}

.bg-lv2 {
  background-color: #424558;
}

.bg-lv3 {
  background-color: #303244;
}

.bg-lv4 {
  background-color: #eb412d;
}

.photo-history-02-006 {
  padding-bottom: 0.9375rem;
}
.photo-history-02-006 img {
  margin-bottom: 1.875rem;
}

.list-partners-02-006 .col {
  flex-grow: 0;
}

.partner-02-006 {
  position: relative;
  border: 1px solid #e7e7e7;
  text-align: center;
  width: 150px;
  margin-bottom: 1.875rem;
  height: 80px;
  line-height: 78px;
  overflow: hidden;
  transition: all ease 0.5s;
}
.partner-02-006 img {
  vertical-align: middle;
  position: absolute;
  left: 50%;
  max-width: 100%;
  max-height: 78px;
}
.partner-02-006 .normal {
  transition: top ease 0.5s;
  top: 50%;
  transform: translate(-50%, -50%);
}
.partner-02-006 .hover {
  transition: top ease 0.5s;
  transform: translate(-50%, 0);
  top: 100%;
}
.partner-02-006:hover {
  border-color: #eb412d;
  background-color: #eb412d;
}
.partner-02-006:hover .hover {
  transform: translate(-50%, -50%);
  top: 50%;
}
.partner-02-006:hover .normal {
  transform: translate(-50%, 0);
  top: -100%;
}
@media only screen and (min-width: 1200px) {
  .partner-02-006.x2 {
    height: 150px;
  }
  .partner-02-006.x2 img {
    max-height: 148px;
  }
  .partner-02-006.x2:hover {
    background-color: #ec412e;
    border-color: #ec412e;
  }
}

.tile-team-02-004 {
  background-color: #f6f6f6;
  margin-bottom: 1.875rem;
  text-align: center;
  padding: 2.1875rem 0.9375rem 2.1875rem;
}
@media only screen and (min-width: 992px) {
  .tile-team-02-004 {
    margin-bottom: 0;
    padding: 3.125rem 1.875rem 2.8125rem;
  }
}
.tile-team-02-004 .img {
  margin-bottom: 1.5rem;
}
.tile-team-02-004 .img img {
  max-height: 170px;
}
.tile-team-02-004 h6 {
  font-size: 0.875rem;
  margin-bottom: 1.4375rem;
}
.tile-team-02-004 .social {
  font-size: 1rem;
}
.tile-team-02-004 .social a {
  color: #ec412e;
  margin: 0 0.625rem;
}
.tile-team-02-004 .social a:hover, .tile-team-02-004 .social a:focus {
  color: #eb412d;
}
.tile-team-02-004 .description {
  margin-bottom: 1.375rem;
}

.career-item {
  border: 2px solid #e0e0e0;
  padding: 1.875rem 0.9375rem;
  transition: all ease 0.5s;
  margin-bottom: 1.875rem;
}
.career-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .career-item {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .career-item {
    padding: 3.125rem;
  }
}
.career-item .hea123der-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.625rem;
  margin-bottom: 0.875rem;
}
.career-item .hea123der-item .text {
  padding-right: 3.125rem;
  padding-bottom: 0.9375rem;
}
.career-item .hea123der-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #eb412d;
  margin: 0 0 0.375rem;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
}
.career-item .hea123der-item h4 a {
  color: #eb412d;
}
.career-item .hea123der-item h4 a:hover, .career-item .hea123der-item h4 a:focus {
  color: #ec412e;
  text-decoration: none;
}
.career-item .hea123der-item p {
  margin: 0;
}
.career-item .hea123der-item .func .more {
  border: 2px solid #ec412e;
  font-size: 0.75rem;
  font-weight: 700;
  color: #eb412d;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  padding: 0.25rem 1.875rem;
  border-radius: 15px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  transition: all ease 0.5s;
  text-decoration: none;
}
.career-item .hea123der-item .func .more:hover, .career-item .hea123der-item .func .more:focus {
  background-color: #ec412e;
  color: #fff;
  text-decoration: none;
}
.career-item .hea123der-item .func .add-career {
  position: relative;
  display: inline-block;
  min-width: 100px;
  margin-left: 0.4375rem;
}
.career-item .hea123der-item .func .add-career input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.career-item .hea123der-item .func .add-career input:checked + label {
  background-color: #eb412d;
}
.career-item .hea123der-item .func .add-career label {
  font-size: 0.75rem;
  background-color: #ec412e;
  font-weight: 700;
  color: #fff;
  font-family: Montserrat, Arial,Helvetica,Geneva,sans-serif;
  padding: 0.375rem 1.875rem;
  border-radius: 15px;
  display: block;
  text-align: center;
  transition: all ease 0.5s;
  cursor: pointer;
}
.career-item .hea123der-item .func .add-career label:hover {
  background-color: #eb412d;
}
.career-item .info {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.5625rem;
}
.career-item .info span i {
  color: #ec412e;
  margin-right: 0.3125rem;
}
.career-item .info span + span {
  margin-left: 1.5625rem;
}
.career-item .info .time {
  text-transform: uppercase;
}
.career-item .info .time.full-time {
  color: #ff0000;
}
.career-item .info .time.part-time {
  color: #ff9600;
}
.career-item .info .time.freelance {
  color: #0edb82;
}
.career-item:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(10, 11, 11, 0.1);
  box-shadow: 0 5px 30px rgba(10, 11, 11, 0.1);
}

/*# sourceMappingURL=about_sidebar.css.map */
