@charset "UTF-8"; /*------------------------------------------------------------------[Table of contents]1. Top bar / .topbar2. Header / header3. Navigation / .navi-level-1 4. Blog / .lastest-blog-container5. Sidebar / .main-sidebar6. Search / .modal-search7. Sub Header / .sub-header8. Footer / footer-------------------------------------------------------------------*/ /* Colors----------------------------------------------------------*/ /* Typography----------------------------------------------------------*/ /* Transition----------------------------------------------------------*/ /* LESS / Social Media Brand Colors */ /* Reset----------------------------------------------------------*/
@font-face{
	src: url(./fonts/philosopher/philosopher-bold.ttf); font-family: philo-bold;
}
@font-face{
	src: url(./fonts/philosopher/philosopher-regular.ttf); font-family: philo-regular;
}



html,
body {
  scroll-padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #1D3557;
  font-family: philo-bold !important;
  margin-top: 0;
}
h1 {
  font-size: 34px;
  letter-spacing: 0px;
}
h2 {
  font-size: 33px;
  margin-bottom: 30px;
  letter-spacing: 0px;
}
h3 {
  font-size: 24px;
  letter-spacing: 0px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
h6 {
  font-size: 14px;
}
a {
  text-decoration: none;
}
img{
    object-fit: cover;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #999494;
  font-weight: 300;
}
ul {
  margin: 0;
  padding-left: 0;
}
section {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
::-moz-selection {
  background: #EE5135;
  color: #fff; /* WebKit/Blink Browsers */
}
::selection {
  background: #EE5135;
  color: #fff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #EE5135;
  color: #fff; /* Gecko Browsers */
}
select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 30px 0px 0px;
  border: none;
}
.custom-select {
  width: 100%;
  border-bottom: 1px solid #999494;
}
.custom-select:focus {
  border-color: #EE5135;
}
select.custom-select {
  background: url(images/icon/down.png) no-repeat;
  background-position: right 10px top 0px;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-webkit-scrollbar {
  width: 0px;
  height: 10px;
} /* ==========================================================================   Bootstrap Custom   ========================================================================== */ /* Main Button Style----------------------------------------------------------*/ /*button*/
.ot-btn {
  font-size: 14px;
  text-align: center;
  padding: 0 45px;
  line-height: 50px;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  position: relative;
  color: #999494;
}
.ot-btn:hover,
.ot-btn:focus {
  text-decoration: none;
}
.border-dark:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 25px;
  border: 2px solid #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-right: 0;
  border-bottom: 0;
  content: "";
}
.border-dark:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 25px;
  border: 2px solid #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-left: 0;
  border-top: 0;
  content: "";
}
.border-dark:hover:after,
.border-dark:hover:before {
  width: 100%;
  height: 100%;
  border-color: #EE5135;
}
.border-dark:hover {
  color: #EE5135;
}
.border-theme:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 25px;
  border: 2px solid #EE5135;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-right: 0;
  border-bottom: 0;
  content: "";
}
.border-theme:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 25px;
  border: 2px solid #EE5135;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-left: 0;
  border-top: 0;
  content: "";
}
.border-theme:hover:after,
.border-theme:hover:before {
  width: 100%;
  height: 100%;
  border-color: #EE5135;
}
.ot-btn-classic {
  font-size: 14px;
  text-align: center;
  padding: 0 25px;
  line-height: 40px;
  color: #fff;
  background: #EE5135;
  display: inline-block;
}
.ot-btn-classic:hover,
.ot-btn-classic:focus {
  text-decoration: none;
  background: #cc5d00;
  color: #fff;
}
.ot-btn-border-classic {
  font-size: 14px;
  text-align: center;
  padding: 0 25px;
  line-height: 36px;
  color: #999494;
  border: 2px solid #999494;
  display: inline-block;
}
.ot-btn-border-classic:hover,
.ot-btn-border-classic:focus {
  text-decoration: none;
  border-color: #EE5135;
  color: #EE5135;
}
.btn-style-2 {
  color: #EE5135;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-style-2:before {
  position: absolute;
  top: 0;
  left: -webkit-calc(5% + 45px);
  left: calc(5% + 45px);
  width: -webkit-calc(90% - 90px);
  width: calc(90% - 90px);
  height: 0;
  border: 2px solid #EE5135;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  content: "";
  -webkit-transition: left 0.3s ease-out, width 0.3s ease-out,
    height 0.3s ease-out 0.3s;
  transition: left 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.btn-style-2:after {
  position: absolute;
  bottom: 0;
  left: -webkit-calc(5% + 45px);
  left: calc(5% + 45px);
  width: -webkit-calc(90% - 90px);
  width: calc(90% - 90px);
  height: 0;
  border: 2px solid #EE5135;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  content: "";
  -webkit-transition: left 0.3s ease-out, width 0.3s ease-out,
    height 0.3s ease-out 0.3s;
  transition: left 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.btn-style-2:hover {
  color: #EE5135;
}
.btn-style-2:hover:before {
  width: 100%;
  height: 50%;
  left: 0;
  border: 2px solid #EE5135;
  border-bottom: 0;
}
.btn-style-2:hover:after {
  width: 100%;
  height: 50%;
  left: 0;
  border: 2px solid #EE5135;
  border-top: 0;
} /* Button */
.btn-contact {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 30px;
  margin-bottom: 7px;
} /* ==========================================================================   Header   ========================================================================== */
header {
  padding: 0 30px;
}
.header-1,
.header-2,
.header-3,
.header-4,
.header-5,
.header-6,
.header-7 {
  display: inline-block;
  width: 100%;
} /* logo */
.logo {
  padding: 5px 0;
  display: inline-block;
} /* Button Search Header */
.btn-search-header {
  position: relative;
  display: inline-block;
  line-height: 100px;
  padding: 0 25px;
  font-size: 20px;
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-search-header:hover,
.btn-search-header:focus {
  color: #EE5135;
}
.btn-search-header > span {
  cursor: pointer;
}
.btn-search-header span.open {
  position: fixed;
  top: 50px;
  right: 100px;
  font-size: 30px;
  z-index: 999;
} /* Desktop Navigation */
header {
  background: #fff;
  line-height: 0;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
header .animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
header > * {
  line-height: normal;
}
header h1 {
  margin: 0;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #EE5135;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #EE5135;
}
.search-popup {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
}
.form-search-navi {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-search-navi .form-control {
  padding: 18px 12px;
  height: auto;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 300px;
  background: transparent;
  color: #EE5135;
  border-bottom: 1px solid #EE5135;
}
.form-search-navi button {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 40px;
  z-index: 99;
} /* acc box header */
.acc-box {
  display: inline-block;
  padding: 25px 0;
}
.acc-box a {
  font-size: 20px;
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  margin: 0 30px;
  line-height: 50px;
}
.acc-box a:hover {
  color: #EE5135;
} /* icon shop-cart */
.cart-button {
  position: relative;
}
.icon-cart {
  color: #999494;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  line-height: 100px;
  padding: 0 25px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.icon-cart:hover {
  color: #EE5135;
}
.mini-cart-counter {
  font-size: 10px;
  color: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(
    -webkit-calc(-50% + 9px),
    -webkit-calc(-50% - 14px)
  );
  -ms-transform: translate(calc(-50% + 9px), calc(-50% - 14px));
  transform: translate(calc(-50% + 9px), calc(-50% - 14px));
  background: #EE5135;
  text-align: center;
  line-height: 14px;
}
.top_cart_list_product {
  display: none;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  list-style: none;
  margin: 0px 0 0;
  min-width: 200px;
  padding: 10px 20px 20px 20px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
  border-top: 3px solid #EE5135;
}
.top_cart_list_product .img-thumb {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 90px;
}
.top_cart_list_product .product_list_widget {
  list-style: none;
}
.top_cart_list_product .mini_cart_item {
  display: block;
  width: 270px;
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
  float: left;
  position: relative;
}
.top_cart_list_product .product-detail {
  padding-left: 100px;
  font-size: 13px;
}
.top_cart_list_product .product-detail a {
  color: #999494;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  outline: none;
}
.top_cart_list_product .product-detail a:hover {
  color: #EE5135;
}
.top_cart_list_product .product-detail .quantity {
  display: block;
  color: #333131;
  font-size: 13px;
}
.top_cart_list_product .remove {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px;
}
.top_cart_list_product .total {
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
  text-align: right;
  color: #555555;
}
.top_cart_list_product .buttons {
  margin: 0;
  padding-top: 10px;
  text-align: left;
} /* Button Open Mobile Menu - Side Menu */
.btn-menu-mobile {
  position: relative;
  display: inline-block;
  line-height: 100px;
  padding: 0 25px;
  font-size: 20px;
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-menu-mobile {
  padding-top: 20px;
}
.btn-menu-mobile:hover,
.btn-menu-mobile:focus {
  color: #EE5135;
}
.mm-navbar-top-1 {
  height: auto;
}
.mm-navbar-top-1 img {
  height: 70px;
  margin: 0 auto;
}
.mm-navbar-top-2 {
  top: 65px;
}
.mm-hasnavbar-top-2 .mm-panels {
  top: 105px;
} /* Main navi */
.main-nav > ul {
  display: inline-block;
  list-style: none;
  width: 100%;
  margin-right: 0px;
}
.main-nav > ul > li {
  display: inline-block;
  position: relative;
}
.main-nav > ul > li:last-child {
  margin-right: 20px;
}
.main-nav > ul > li > a {
  display: block;
  padding: 0 15px;
  line-height: 100px;
  color: #999494;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main-nav > ul > li:hover > a,
.main-nav > ul > li:focus > a {
  color: #EE5135;
}
.main-nav > ul > li > ul {
  display: none;
  list-style: none;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.176);
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.176);
}
.main-nav > ul > li > ul li {
  position: relative;
}
.main-nav > ul > li > ul li a {
  font-size: 14px;
  line-height: 45px;
  color: #999494;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 0 15px;
  border-top: 1px solid #eee;
}
.main-nav > ul > li > ul li:hover > a,
.main-nav > ul > li > ul li:focus > a {
  color: #fff;
  background: #EE5135;
}
.main-nav > ul > li > ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  list-style: none;
  min-width: 200px;
  background: #fffdfc;
  white-space: nowrap;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.main-nav > ul > li.active > a {
  color: #EE5135;
} /* Navi 1 */
.open-nav {
  display: block !important;
  z-index: 9;
} /* Header Home */
.header-home .logo {
  float: left;
}
.header-home .logo img {
  /* padding-right: 15px; border-right: 1px solid #dfdede; */
}
.header-home .btn-search-header {
  float: left;
}
.header-home .btn-menu-mobile {
  display: none;
  float: right;
  padding-right: 0;
}
.header-home nav {
  float: right;
}
.header-home nav > ul > li:last-child a {
  padding-right: 0;
}
.bg-transparent {
  background: transparent;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
} /* Header 1 */
.header-1 nav {
  float: right;
}
.header-1 .btn-search-header {
  float: right;
  padding-right: 0;
}
.header-1 .btn-menu-mobile {
  display: none;
  float: right;
} /* Header 2 */
.header-2 .logo {
  float: left;
}
.header-2 .btn-menu-mobile {
  float: right;
  padding-right: 0;
} /* Header 3*/
.header-3 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-3 .widget-social-list {
  float: left;
}
.header-3 .widget-social-list li:first-child a {
  padding-left: 0;
}
.header-3 .btn-menu-mobile {
  float: right;
  padding-right: 0;
} /* Header 4 */
.header-4 .logo {
  float: left;
}
.header-4 .logo img {
  padding-right: 30px;
  border-right: 1px solid #dfdede;
}
.header-4 > .cart-button {
  float: right;
}
.header-4 > .cart-button > a {
  padding-right: 0;
}
.header-4 .acc-box {
  float: right;
}
.header-4 .btn-menu-mobile {
  float: left;
} /* Header 5 */
.header-5 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-5 .widget-social-list {
  float: left;
}
.header-5 .widget-social-list li:first-child a {
  padding-left: 0;
}
.header-5 .btn-menu-mobile {
  float: right;
  padding-right: 0;
} /* Header 6 */
.header-6 nav {
  float: left;
}
.header-6 .widget-social-list {
  float: right;
}
.header-6 .widget-social-list li:last-child a {
  padding-right: 0;
}
.header-6 .logo {
  float: left;
  margin-right: 70px;
}
.header-6 .btn-menu-mobile {
  display: none;
  float: right;
  padding-right: 0;
} /* Header 7 */
.header-7 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-7 > .cart-button {
  float: right;
}
.header-7 > .cart-button > a {
  padding-right: 0;
}
.header-7 .acc-box {
  float: right;
}
.header-7 .btn-menu-mobile {
  float: left;
  padding-left: 0;
} /* Header 8 */
.header-8 {
  position: relative;
}
.header-8 nav {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #faf8f7;
}
.header-8 .widget-social-list {
  float: left;
}
.header-8 .widget-social-list li:first-child a {
  padding-left: 0;
}
.header-8 .acc-box {
  float: right;
}
.header-8 > .cart-button {
  float: right;
}
.header-8 > .cart-button > a {
  padding-right: 0;
}
.header-8 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-8 .main-nav > ul {
  text-align: center;
}
.header-8 .main-nav > ul > li > ul {
  text-align: left;
}
.header-8 .btn-menu-mobile {
  display: none;
  float: right;
} /* HEader 9 */
.header-9 .logo {
  float: left;
}
.header-9 .acc-box {
  float: right;
}
.header-9 > .cart-button {
  float: right;
}
.header-9 > .cart-button > a {
  padding-right: 0;
}
.header-9 nav {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #faf8f7;
}
.header-9 .main-nav > ul {
  text-align: center;
}
.header-9 .main-nav > ul > li > ul {
  text-align: left;
}
.header-9 .btn-menu-mobile {
  display: none;
  float: right;
} /* Header 10 */
.header-10 .logo {
  float: left;
}
.header-10 .acc-box {
  float: right;
}
.header-10 nav {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #faf8f7;
}
.header-10 nav > ul {
  float: right;
  width: auto;
}
.header-10 nav > ul > li:last-child a {
  padding-right: 0;
}
.header-10 .btn-search-header {
  float: left;
  display: inline-block;
  padding-left: 0;
}
.header-10 .btn-menu-mobile {
  display: none;
  float: right;
}
.header-10 > .cart-button {
  float: right;
}
.header-10 > .cart-button > a {
  padding-right: 0;
} /* Header Kits */
.header-kits header {
  margin-top: 30px;
  clear: both;
} /* Sidenav */
.left-navigation {
  padding-left: 300px;
}
.left-navigation .sidebar-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  padding: 30px 0;
  z-index: 100;
  background: #fff;
  border-right: 1px solid #f3f3f3;
  color: #777;
  font-size: 13px;
}
.sidebar-nav nav {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sidebar-nav .widget-social-list {
  padding-left: 40px;
}
.sidebar-nav .widget-social-list a {
  padding: 0 15px;
  line-height: 16px;
}
.sidebar-nav .widget-social-list li:first-child a {
  padding-left: 0;
}
.sidebar-nav .logo {
  display: block;
  padding: 0 40px;
}
.sidebar-nav .logo img {
  margin: 0 auto;
  max-width: 170px;
}
.left-nav ul {
  list-style: none;
}
.left-nav li {
  position: relative;
}
.left-nav > ul > li ul {
  position: absolute;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  opacity: 0;
  top: -1px;
  min-width: 200px;
  -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
  transition: left 0.3s ease 0s, opacity 0.3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  white-space: nowrap;
}
.left-nav > ul > li > a {
  display: block;
  line-height: 24px;
  color: #999494;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 40px;
  border-top: 1px solid #f3f3f3;
}
.left-nav > ul > li > a:hover,
.left-nav > ul > li > a:focus {
  color: #EE5135;
}
.left-nav > ul > li:last-child {
  border-bottom: 1px solid #f3f3f3;
}
.left-nav > ul > li:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #EE5135;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
.left-nav > ul > li.active:after {
  width: 3px;
}
.left-nav > ul > li.active > a {
  color: #EE5135;
}
.left-nav li:hover > ul {
  opacity: 1;
  left: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.left-nav > ul > li > ul li {
  position: relative;
  background: #333131;
}
.left-nav > ul > li > ul li a {
  color: #fff;
  display: block;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 15px;
}
.left-nav > ul > li > ul li:hover > a {
  color: #EE5135;
}
.header-on-sm {
  line-height: 0;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
}
.header-on-sm > * {
  line-height: normal;
}
.header-on-sm .btn-menu-mobile {
  float: right;
  line-height: 100px;
} /* contact info */
.contact-info {
  padding: 30px;
  font-size: 14px;
}
.contact-info a {
  color: #333;
}
.contact-info a:hover {
  color: #333;
} /* Sticky */
header.is_stuck {
  z-index: 999;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} /* Widget */ /* Widget title */
.widget-title {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 30px;
  clear: both;
}
.widget {
  margin-bottom: 45px;
}
.widget li a {
  font-weight: 500;
  color: #999494;
  font-size: 14px;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.widget li a:hover {
  color: #EE5135;
}
.sidebar .widget {
  margin-bottom: 45px;
}
.sidebar .widget-social-list li a {
  line-height: 40px;
}
.sidebar .widget-social-list li:first-child a {
  padding-left: 0;
} /* Tag cloud */
.widget_product_tag_cloud a {
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 500;
  color: #999494;
  background: #faf8f7;
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.widget_product_tag_cloud a:hover {
  color: #fff;
  background: #EE5135;
} /* Search product */
.widget_product_search .contact-input {
  line-height: 40px;
  color: #999494;
}
.widget_product_search .contact-input:hover,
.widget_product_search .contact-input:focus {
  color: #999494;
}
.widget_product_search .search-form {
  position: relative;
}
.widget_product_search .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  line-height: 40px;
}
.widget_product_search .search-form button:hover {
  color: #EE5135;
} /* widget list */
.widget_product_categories ul,
.widget_product_sort ul,
.widget_product_price ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul {
  list-style: none;
}
.widget_product_categories li.active a,
.widget_product_sort li.active a,
.widget_product_price li.active a,
.widget_recent_comments li.active a,
.widget_pages li.active a,
.widget_recent_entries li.active a,
.widget_archive li.active a,
.widget_categories li.active a,
.widget_meta li.active a {
  color: #EE5135;
} /* Widget search */
.widget_search button {
  position: absolute;
  top: 0;
  right: 15px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  line-height: 40px;
}
.widget_search button:hover {
  color: #EE5135;
}
.widget_search .contact-input {
  line-height: 40px;
  color: #999494;
}
.widget_search .contact-input:hover,
.widget_search .contact-input:focus {
  color: #999494;
} /* Widget recent comments */
.comment-author-link a.url {
  color: #EE5135;
} /* textwidget */
.textwidget ul,
.textwidget ol {
  padding-left: 0px;
  list-style: none;
} /* contact-info */
.widget-contact-info {
  list-style: none;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #999494;
}
.widget-contact-info a {
  color: #999494;
}
.widget-contact-info li {
  display: block;
  position: relative;
  padding-left: 35px;
}
.widget-contact-info span {
  font-size: 20px;
  color: #EE5135;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-contact-info li {
  margin-bottom: 10px;
} /* widget_categories-2 */
.widget_nav_menu ul {
  list-style: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.widget_nav_menu ul li:hover,
.widget_nav_menu ul li.current-menu-item {
  background: #EE5135;
}
.widget_nav_menu ul li:hover a,
.widget_nav_menu ul li.current-menu-item a {
  color: #fff;
}
.widget_nav_menu ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 10px 20px;
}
.widget_nav_menu ul li a {
  display: block;
}
.widget_nav_menu ul li:last-child {
  border-bottom: 0;
} /* widget prochures */
.widget-prochures ul {
  list-style: none;
}
.widget-prochures li a.button-brochures {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  line-height: 48px;
  text-transform: uppercase;
  color: #727272;
  padding: 0 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.widget-prochures li a.button-brochures:hover {
  color: #fff;
  background: #EE5135;
} /* ==========================================================================   Desktop Verison Demo   ========================================================================== */

.relative {
  position: relative;
}
.dark {
  background: #333131;
}
.grey {
  background: #999494;
}
.no-padding {
  padding: 0 !important;
}
.line-top-left {
  height: 2px;
  position: absolute;
  top: 102px;
  left: 0;
  background: #dfdede;
}
.line-top-right {
  height: 2px;
  position: absolute;
  top: 102px;
  right: 0;
  background: #dfdede;
}
.no-padding .line-top-right {
  top: 10px;
}
.w-240 {
  width: 240px;
}
.w-680 {
  width: 680px;
}
.o-hidden {
  overflow: hidden !important;
}
.mgt-30 {
  margin-top: 30px;
}
.mgt-60 {
  margin-top: 60px;
}
.mgt-150 {
  margin-top: 150px;
}
.clearfix {
  clear: both;
}
.pdb-0 {
  padding-bottom: 0;
}
.left-navigation .container {
  max-width: 100%;
}
.mCS-sm-line {
  overflow: visible;
}
.mCS-sm-line .mCSB_container {
  margin-right: 0;
  overflow: visible;
}
.mCS-sm-line .mCSB_1_scrollbar {
  right: auto;
  left: 0;
} /* ==========================================================================   Backgruond   ========================================================================== */
.bg-dark {
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.bg-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-image-post {
  position: absolute;
  height: 100%;
} /* ==========================================================================   Typo   ========================================================================== */
.color-theme {
  color: #EE5135;
}
.dark-color {
  color: #333131;
}
.title-on-dark {
  color: #fff;
}
h2.title-with-sub {
  margin-bottom: 15px;
}
h3.title-with-sub {
  margin-bottom: 10px;
  font-size: 31px;
}
.sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 4px;
} /* ==========================================================================   Spaces   ========================================================================== */ /* ==========================================================================   pagination & arrow   ========================================================================== */
.owl-page-h .owl-controls {
  position: absolute;
  top: 95px;
  right: 145px;
  counter-reset: number;
}
.owl-page-h .owl-controls .owl-dot {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #dfdede;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
  position: relative;
}
.owl-page-h .owl-controls .owl-dot:after {
  content: "";
  width: 2px;
  height: 0px;
  top: -webkit-calc(100% + 30px);
  top: calc(100% + 30px);
  left: 5px;
  position: absolute;
  background: #EE5135;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-page-h .owl-controls .owl-dot.active {
  border-color: #EE5135;
  background: #EE5135;
  margin-bottom: 160px;
}
.owl-page-h .owl-controls .owl-dot.active:after {
  height: 100px;
}
.owl-page-h .owl-controls .owl-dot:before {
  counter-increment: number; /* Increment the section counter */
  content: "0" counter(number); /* Display the counter */
  color: #EE5135;
  font-size: 25px;
  position: absolute;
  opacity: 0;
  top: -8px;
  right: -60px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-page-h .owl-controls .owl-dot.active:before {
  opacity: 1;
}
.owl-page-h .owl-controls .owl-dot:last-of-type.active {
  margin-bottom: 0;
}
.owl-page-h .owl-controls .owl-dot:last-of-type.active:after {
  display: none;
}
.owl-page-top-right .owl-controls {
  position: absolute;
  top: 0;
  right: 100px;
}
.owl-page-top-right .owl-controls .owl-dot {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #dfdede;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
  position: relative;
}
.owl-page-top-right .owl-controls .owl-dot.active {
  border-color: #EE5135;
  background: #EE5135;
}
.btn-1 {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #999494;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.btn-1:hover {
  color: #EE5135;
  opacity: 1;
}
.btn-1.prev {
  left: 60px;
}
.btn-1.next {
  right: 60px;
}
.page-pagination.style-1 {
  position: relative;
  line-height: 60px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.page-pagination.style-1 li {
  display: inline-block;
  margin-right: 30px;
}
.page-pagination.style-1 li a,
.page-pagination.style-1 li span {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #dfdede;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  position: relative;
}
.page-pagination.style-1 li a:hover,
.page-pagination.style-1 li span:hover {
  background: #EE5135;
  border-color: #EE5135;
}
.page-pagination.style-1 li span:after {
  content: "";
  width: 0px;
  height: 2px;
  top: 5px;
  left: 35px;
  position: absolute;
  background: #EE5135;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-pagination.style-1 li span.current {
  background: #EE5135;
  border-color: #EE5135;
  margin-right: 100px;
}
.page-pagination.style-1 li span.current:after {
  width: 100px;
}
.page-pagination.style-1 li:last-child span:after {
  display: none;
  margin: 0;
}
.current-page {
  font-size: 60px;
  color: #EE5135;
  margin-right: 30px;
  line-height: 60px;
}
.page-pagination.style-2 {
  line-height: 40px;
  list-style: none;
  display: inline-block;
  font-size: 20px;
}
.page-pagination.style-2 li {
  display: inline-block;
  margin: 0 15px;
}
.page-pagination.style-2 li a {
  vertical-align: middle;
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-pagination.style-2 li a:hover {
  color: #EE5135;
}
.page-pagination.style-2 li span.current {
  color: #EE5135;
}
.page-pagination.style-2 a.next,
.page-pagination.style-2 a.prev {
  font-size: 40px;
} /* ==========================================================================   #PAGE LOAD   ========================================================================== */
/* body.royal_loader {
  background: none;
  visibility: hidden;
}
#royal_preloader {
  width: 100%;
  height: 100%;
  font-family: Arial;
  font-size: 12px;
  visibility: visible;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999999999;
  -webkit-transition: opacity 0.2s linear 0.8s;
  transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
  opacity: 0;
}
#royal_preloader .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000000;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#royal_preloader.number .name {
  position: absolute;
  top: 20%;
  left: 0px;
  right: 0px;
  text-transform: uppercase;
  color: #eeeeee;
  text-align: center;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-animation: fly 0.3s;
  animation: fly 0.3s;
}
#royal_preloader.number .percentage {
  color: #ffffff;
  font-family: Impact, Arial;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: -90px 0px 0px -90px;
  background-image: url("images/loader.html");
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 80px;
  width: 180px;
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
  position: absolute;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 240px;
  margin-left: -60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  font-size: 30px;
  white-space: nowrap;
}
#royal_preloader.text .loader div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0%;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat; 
}
#royal_preloader.logo .loader div {
  position: absolute;
  bottom: 0%;
  left: 0px;
  right: 0px;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: bottom 0.3s linear;
  transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
  position: absolute;
  width: 180px;
  height: 30px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50px);
  -ms-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
  color: #fff;
  text-align: center;
}
@-webkit-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }
  20% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}
@keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }
  20% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
} ==========================================================================    Widget    ========================================================================== social list */
.widget-social-list {
  list-style: none;
  display: inline-block;
}
.widget-social-list li {
  display: inline-block;
}
.widget-social-list li a {
  color: #000;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0 20px;
  line-height: 100px;
}
.widget-social-list li a:hover {
  color: #EE5135;
}
.widget-social-list-2 {
  list-style: none;
  display: inline-block;
}
.widget-social-list-2 li {
  display: inline-block;
}
.widget-social-list-2 li a {
  color: #999494;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0 20px;
  line-height: 60px;
}
.widget-social-list-2 li a:hover {
  color: #EE5135;
}
.widget-social-list-2.left li:first-child a {
  padding-left: 0;
} /* Layout */ /* Home 1 */ /* Experience */
.bg-top-right {
  background: url(images1/7.jpg) no-repeat;
  background-position: top right;
  -webkit-background-origin: content-box;
  background-origin: content-box;
}
.bg-top-right1 {
  background-image: url(images1/9.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-background-origin: content-box;
  background-origin: content-box;
}
.experience-year span {
  font-size: 250px;
  color: #EE5135;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
.experience-year .des-text {
  display: inline-block;
  vertical-align: 50px;
}
.experience-year strong {
  font-size: 50px;
  color: #333131;
  letter-spacing: 4px;
  line-height: 65px;
}
.experience-year p {
  font-size: 25px;
  color: #999494;
  line-height: 30px;
}
.ey1 {
  margin-top: 80px;
} /* Counter */
.counter-block {
  text-align: center;
}
.counter-block span.counter {
  font-size: 58px;
  color: #fffdfc;
  line-height: 60px;
}
.counter-block p {
  color: #bfbdbd;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 30px;
} /* Portfolio */
.portfolio-des {
  max-width: 440px;
  padding-top: 135px;
}
.owl-portfolio-h1 {
  position: relative;
}
.portfolio-des h3 {
  font-size: 31px;
  margin-top: 15px;
}
.portfolio-des p {
  margin-bottom: 45px;
}
.outter-btn {
  padding: 0 50px;
  background: #fff;
  position: absolute;
  top: -25px;
  right: 325px;
} /* Testimonial */
.item-testimonial-1 {
  color: #bfbdbd;
  max-width: 700px;
  margin: 0 auto;
}
.item-testimonial-1 p {
  margin: 30px auto;
}
.item-testimonial-1 h2 {
  font-size: 38px;
  line-height: 57px;
  color: #fffdfc;
  letter-spacing: 3px;
}
.item-testimonial-1 strong {
  color: #fff;
  margin-right: 10px;
} /* Partner */
.partner-item img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
  width: 100%;
  height: 220px;
}
.partner-item:hover img {
} /* contact */
.contact-input {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #999494;
  width: 100%; /*line-height: 57px;*/
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact-input:hover,
.contact-input:focus {
  color: #333131;
  border-bottom-color: #EE5135;
}
.contact-input::-webkit-input-placeholder {
  color: #999494;
}
.contact-input:-moz-placeholder {
  /* Firefox 18- */
  color: #999494;
}
.contact-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999494;
}
.contact-input:-ms-input-placeholder {
  color: #999494;
}
.textarea-contact {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #999494;
  width: 100%;
  min-height: 130px;
  resize: vertical;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.textarea-contact:hover,
.textarea-contact:focus {
  color: #999494;
  border-bottom-color: #EE5135;
}
.textarea-contact::-webkit-input-placeholder {
  color: #999494;
}
.textarea-contact:-moz-placeholder {
  /* Firefox 18- */
  color: #999494;
}
.textarea-contact::-moz-placeholder {
  /* Firefox 19+ */
  color: #999494;
}
.textarea-contact:-ms-input-placeholder {
  color: #999494;
}
.on-dark .contact-input:hover,
.on-dark .contact-input:focus {
  color: #fff;
}
.on-dark .textarea-contact:hover,
.on-dark .textarea-contact:focus {
  color: #fff;
}
.on-dark .ot-btn {
  color: #fffdfc;
}
.on-dark .ot-btn:hover {
  color: #EE5135;
}
.on-dark .textarea-contact::-webkit-input-placeholder {
  color: #eee;
}
.on-dark .textarea-contact:-moz-placeholder {
  /* Firefox 18- */
  color: #eee;
}
.on-dark .textarea-contact::-moz-placeholder {
  /* Firefox 19+ */
  color: #eee;
}
.on-dark .textarea-contact:-ms-input-placeholder {
  color: #eee;
}
.on-dark .contact-input::-webkit-input-placeholder {
  color: #eee;
}
.on-dark .contact-input:-moz-placeholder {
  /* Firefox 18- */
  color: #eee;
}
.on-dark .contact-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #eee;
}
.on-dark .contact-input:-ms-input-placeholder {
  color: #eee;
} /* Home 2 */ /* Portfolio */
.portfolio-warp {
  display: inline-block;
  width: 100%;
}
.portfolio-home2-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.portfolio-home2-item img {
  width: 100%;
  height: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio-home1-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  background-color: #f2f2f2; 
}
.port-img-wrapper{ 
    overflow:hidden;
    position: relative;
}

.ovrlp-text-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #364890ba;
    display: none;
}
.port-img-wrapper:hover .ovrlp-text-wrapper{
    display: block;
} 
.ovrlp-text-wrapper h4{
    font-family: Montserrat, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    text-align: left !important;
    
}
.portfolio-home1-item img {
  width: 100%;
  height: 400px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.swiper-pagination-bullet{
    background: #EE5135 !important;
}
.swiper-button-next, .swiper-button-prev{
    color: #364890 !important;
}
.portfolio-home2-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 49, 49, 0.3);
  top: 0;
  left: 0;
  opacity: 1; /* -webkit-transition: all 0.5s ease-in-out;          transition: all 0.5s ease-in-out;*/
  z-index: 2;
}
.portfolio-home2-item .overlay1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 49, 49, 0.7);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; /* z-index: 2;*/
}
.portfolio-home2-item .btn-detail-project {
  width: 36px;
  height: 36px;
  color: #EE5135;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-18px, -50px) rotate(45deg);
  -ms-transform: translate(-18px, -50px) rotate(45deg);
  transform: translate(-18px, -50px) rotate(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 36px;
}
.portfolio-home2-item h4 {
  color: #fffdfc;
  font-size: 17px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio-home2-item h4:hover {
  color: #ff7400;
}
.portfolio-home2-item h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 25px);
  -ms-transform: translate(-50%, 25px);
  transform: translate(-50%, 25px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  text-align: center;
}
.portfolio-home1-item h4 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 15px 10px;
  text-align: center;
  color: #000;
  height: 73px;
}
.portfolio-home2-item .cate-project {
  color: #bfbdbd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 55px);
  -ms-transform: translate(-50%, 55px);
  transform: translate(-50%, 55px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio-home2-item .cate-project:hover {
  color: #EE5135;
} /*.portfolio-home2-item:hover img {  -webkit-transform: scale(1.1, 1.1);      -ms-transform: scale(1.1, 1.1);          transform: scale(1.1, 1.1);}*/
.portfolio-home1-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
} /*.portfolio-home2-item:hover .overlay {opacity: 1;}*/
.portfolio-home2-item:hover .overlay1 {
  opacity: 1;
}
.footer-portfolio {
  display: inline-block;
  width: 100%;
  background: #333131;
  padding: 40px 76px;
  line-height: 50px;
}
.footer-portfolio p {
  float: left;
  color: #fcfbfa;
  margin-bottom: 0;
}
.footer-portfolio .ot-btn {
  float: right;
  color: #fcfbfa;
}
.footer-portfolio .ot-btn:hover {
  color: #EE5135;
} /* Experience year */
.ey2 {
  margin-bottom: 60px;
} /* Testimonial */
.item-testimonial-2 {
  position: relative;
  padding: 40px 0;
}
.item-testimonial-2 img {
  position: absolute;
  top: 0;
  left: 0;
}
.item-testimonial-2 .info {
  padding-left: 200px;
  padding-right: 150px;
  color: #fffdfc;
  font-size: 14px;
  line-height: 28px;
}
.item-testimonial-2 .info span {
  color: #999494;
} /* latest post */
.latest-post {
  margin-top: 60px;
}
.item-latest-post .desc {
  padding: 20px 0;
}
.item-latest-post h4 {
  margin-bottom: 8px;
}
.item-latest-post h4 a {
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #333131;
}
.item-latest-post h4 a:hover {
  color: #EE5135;
}
.item-latest-post .date-post {
  color: 14px;
  color: #bfbdbd;
}
.item-latest-post img {
  width: 100%;
} /* contact */
.one-half {
  width: 50%;
  float: left;
  min-height: 658px;
}
.one-half.last {
  padding: 180px 90px;
}
.contact-form-home2 .ot-btn {
  color: #fffdfc;
}
.contact-form-home2 .ot-btn:hover {
  color: #EE5135;
} /* Blog page */
.sub-header {
  position: relative;
}
.sub-header h2 {
  color: #fffdfc;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sub-header .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.sub-header .breadcrumb li a {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sub-header .breadcrumb li a:hover {
  color: #fff;
}
.sub-header .breadcrumb li.active {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.breadcrumb.left {
  padding-left: 0;
}
.sub-header.depen-on-img img {
  visibility: hidden;
}
.sub-header-inner.center-center {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.item-post {
  text-align: center;
  margin-bottom: 50px;
}
.item-post .desc {
  max-width: 790px;
  padding: 25px;
  margin: 0 auto;
}
.item-post h4 {
  margin-bottom: 0;
}
.item-post h4 a {
  font-size: 25px;
  line-height: 30px;
  color: #333131;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.item-post h4 a:hover {
  color: #EE5135;
}
.item-post .meta {
  line-height: 60px;
}
.item-post .meta a {
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.item-post .meta a:hover {
  color: #EE5135;
}
.item-post .ot-btn {
  margin-top: 30px;
} /* Single Blog */
.meta-single-post {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(51, 49, 49, 0.98);
  width: 100%;
  min-height: 100px;
}
.meta-single-post a,
.meta-single-post span {
  color: #fffdfc;
}
.meta-single-post a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.meta-single-post a:hover {
  color: #EE5135;
}
.meta-single-post p {
  padding-top: 20px;
  margin-bottom: 5px;
}
.author-post {
  position: relative;
  padding-left: 125px;
  min-height: 100px;
}
.author-post img {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-header-inner.bottom-left {
  position: absolute;
  bottom: 150px;
}
.sub-header.full {
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
}
article.post img {
  margin: 60px 0;
  width: 100%;
} /* Comment List */
.list-comments ul.commentlist {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.list-comments ul,
.list-comments ol {
  list-style: none;
}
.list-comments li {
  width: 100%;
  position: relative;
  padding-left: 125px;
  margin-bottom: 50px;
}
.list-comments li .user-image {
  position: absolute;
  top: 0;
  left: 0;
}
.list-comments strong.name {
  font-size: 16px;
  font-weight: 600;
}
.list-comments .comment-right {
  background: #fcfbfa;
  padding: 40px;
}
.list-comments .comment-info {
  display: inline-block;
  width: 100%;
}
.list-comments .c-reply {
  font-weight: 500;
  color: #EE5135;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-comments .c-reply:hover {
  color: #cc5d00;
}
.list-comments .children {
  padding-left: 120px;
} /* Comment area */
.comment-form {
  margin-top: 30px;
}
.comment-form .contact-input {
  border-bottom-color: #bfbdbd;
}
.comment-form .contact-input:hover,
.comment-form .contact-input:focus {
  border-color: #EE5135;
}
.comment-form .textarea-contact {
  border-bottom-color: #bfbdbd;
}
.comment-form .textarea-contact:hover,
.comment-form .textarea-contact:focus {
  border-color: #EE5135;
} /* Single Services */
.project-info h2 {
  font-size: 31px;
  color: #fffdfc;
}
.table-detail-project {
  width: 100%;
}
.table-detail-project tr > td:first-child {
  width: 30%;
}
.table-detail-project span,
.table-detail-project a {
  color: #333131;
  font-weight: 500;
}
.table-detail-project a:hover {
  color: #EE5135;
}
.table-detail-project td {
  vertical-align: top;
}
.widget-social-list.small-line-height li a {
  line-height: 50px;
}
article.project-post-2 img {
  margin-top: 0;
}
.meta-single-post-2 {
  padding-top: 34px;
  padding-bottom: 40px;
} /* Services */
.bg-top-right-services {
  background: url(images/bg/bg-services.png) no-repeat;
  background-position: center right;
  -webkit-background-origin: content-box;
  background-origin: content-box;
}
.services-post {
  margin-bottom: 70px;
  position: relative;
}
.services-post .desc {
  padding: 80px 0;
}
.services-post .bg-image-post img {
  display: none;
}
.title-block-number {
  margin-bottom: 30px;
  padding-left: 130px;
  position: relative;
}
.title-block-number .big-number {
  font-size: 94px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #EE5135;
  font-weight: 500;
}
.title-block-number .title-with-sub {
  font-size: 31px;
  margin-bottom: 0;
  padding-top: 10px;
}
.title-block-number span.sub-title {
  font-size: 16px;
  font-weight: 500;
} /* Team */
.item-team {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.item-team h5 {
  margin-bottom: 5px;
}
.item-team img {
  margin: 20px auto;
}
.item-team span {
  font-size: 14px;
} /* Vertiacl Tabs */
.tabs-left,
.tabs-right {
  border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
  background: transparent;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 0;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a {
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  margin-right: 0;
}
.nav-tabs li h4 a {
  font-size: 20px;
  color: #bfbdbd;
  margin-bottom: 35px;
  display: block;
}
.tabs-left > li.active a {
  color: #EE5135;
} /* Portfolio */
.list-portfolio-warp {
  margin-top: 100px;
}
.element-item {
  padding: 0;
  border: 20px solid #fff;
}
.element-item.no-guter {
  border: 0;
}
.projectFilter a {
  font-size: 16px;
  font-weight: 500;
  color: #bfbdbd;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  margin: 0 30px;
}
.projectFilter a:hover,
.projectFilter a.current {
  color: #EE5135;
} /* 404 Warp */
.warp-404 {
  position: relative;
}
.warp-404 strong {
  letter-spacing: 3px;
  color: #EE5135;
  font-weight: 400;
  line-height: 100px;
  font-size: 82px;
}
.warp-404 p {
  font-size: 16px;
  line-height: 32px;
  color: #fffdfc;
}
.warp-404 .warp-404-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
} /* Comingsoon page */
.warp-comingsoon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.warp-comingsoon-inner strong {
  letter-spacing: 3px;
  color: #EE5135;
  font-weight: 400;
  line-height: 100px;
  font-size: 82px;
}
.warp-comingsoon-inner .logo {
  display: block;
}
.warp-comingsoon-inner .logo img {
  margin: 30px auto;
}
.warp-comingsoon-inner .widget-social-list {
  display: block;
  text-align: center;
}
.item-counter-down {
  text-align: center;
}
.item-counter-down span {
  font-size: 58px;
  color: #fffdfc;
  letter-spacing: 2px;
}
.item-counter-down p {
  font-size: 25px;
  color: #bfbdbd;
  text-transform: uppercase;
}
.countdown {
  margin-top: 100px;
}
.clear,
.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: star;
  src: url(fonts/star.eot);
  src: url(fonts/stard41dd41d.eot?#iefix) format("embedded-opentype"),
    url(fonts/star.woff) format("woff"), url(fonts/star.ttf) format("truetype"),
    url(fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(fonts/WooCommerce.eot);
  src: url(fonts/WooCommerced41dd41d.eot?#iefix) format("embedded-opentype"),
    url(fonts/WooCommerce.woff) format("woff"),
    url(fonts/WooCommerce.ttf) format("truetype"),
    url(fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}
p.demo_store a {
  color: #fff;
}
.admin-bar p.demo_store {
  top: 32px;
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(http://templates.thememodern.com/images/icons/loader.svg)
    center center;
  -webkit-background-size: cover;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #777;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #777;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #777;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce .products ul:after,
.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.25em;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.5;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #77a464;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
  display: table;
  content: " ";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  -webkit-box-shadow: 2px 2px 0 #fff;
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  -webkit-box-shadow: -2px 2px 0 #fff;
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  left: -6px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  -webkit-box-shadow: 2px 2px 0 #ebe9eb;
  box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  right: -6px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  -webkit-box-shadow: -2px 2px 0 #ebe9eb;
  box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: 0.857em;
  -webkit-font-smoothing: antialiased;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  clear: both;
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
  content: " ";
  display: table;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: block;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
  color: #8a7e88;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #935386;
  color: #fff;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: #fff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  white-space: nowrap;
  display: inline-block;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
  content: " ";
  display: table;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #777;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #review_form #respond:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce .woocommerce-product-rating:after,
.woocommerce td.product-name dl.variation:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #777;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce .star-rating:before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: 0 0;
  border: 0;
}
.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
  content: " ";
  display: table;
}
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover ~ a:before {
  content: "\e021";
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  text-indent: 0;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  line-height: 1.5;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  border-top: 0;
  margin: 0;
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a:before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active):before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}
.woocommerce table.shop_table td small {
  font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em;
}
.woocommerce td.product-name dl.variation {
  margin: 0.25em 0;
}
.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dd {
  padding: 0 0 0.25em;
}
.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-account .woocommerce:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after,
.woocommerce.widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
  content: " ";
  display: table;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #69bf29;
}
.woocommerce form .form-row::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row:-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row:-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0;
  padding: 0.25em 0 0.25em 22px;
  text-indent: -22px;
  list-style: none;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.5ex;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .order_details {
  margin: 0 0 1.5em;
  list-style: none;
}
.woocommerce .order_details:after,
.woocommerce .order_details:before {
  content: " ";
  display: table;
}
.woocommerce .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce .order_details li:last-of-type {
  border: none;
}
.woocommerce .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
  line-height: 1;
  content: "";
  font-family: WooCommerce;
  font-weight: 400;
  color: #a00;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 1px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
  margin-right: 0.618em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  margin-right: 0.618em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #a46497;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #602053;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
  content: " ";
  display: table;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message:before {
  content: "\e015";
  color: #8fae1b;
}
.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info:before {
  color: #1e85be;
}
.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error:before {
  content: "\e016";
  color: #b81c23;
}
.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before,
.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0;
}
#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
  content: " ";
  display: table;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
#add_payment_method .cart-collaterals .shipping_calculator .button,
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
#add_payment_method
  .cart-collaterals
  .shipping_calculator
  .shipping-calculator-button:after,
.woocommerce-cart
  .cart-collaterals
  .shipping_calculator
  .shipping-calculator-button:after,
.woocommerce-checkout
  .cart-collaterals
  .shipping_calculator
  .shipping-calculator-button:after {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}
#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods li:after,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table;
}
#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 40%;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #777;
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}
#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: 400;
}
#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method .checkout .shipping_address,
.single-product .twentythirteen p.stars,
.woocommerce-cart #payment ul.payment_methods li:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe9eb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  list-style: none;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#add_payment_method #payment ul.payment_methods li img + img,
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}
#add_payment_method #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
  color: #bbb3b9;
}
#add_payment_method #payment div.payment_box:-moz-placeholder,
.woocommerce-cart #payment div.payment_box:-moz-placeholder,
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
  color: #bbb3b9;
}
#add_payment_method #payment div.payment_box:-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box:-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
  color: #bbb3b9;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin: 0;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label {
  cursor: pointer;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  -webkit-background-size: 32px 20px;
  background-size: 32px 20px;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa {
  background-image: url(http://templates.thememodern.com/images/icons/credit-cards/visa.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard {
  background-image: url(http://templates.thememodern.com/images/icons/credit-cards/mastercard.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser {
  background-image: url(http://templates.thememodern.com/images/icons/credit-cards/laser.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub {
  background-image: url(http://templates.thememodern.com/images/icons/credit-cards/diners.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro {
  background-image: url(http://templates.thememodern.com/images/icons/credit-cards/maestro.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb {
  background-image: url(http://templates.thememodern.com/images/icons/credit-cards/jcb.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex {
  background-image: url(http://templates.thememodern.com/images/icons/credit-cards/amex.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover {
  background-image: url(http://templates.thememodern.com/images/icons/credit-cards/discover.svg);
}
#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #777;
  font-weight: 400;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}
.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}
.product.has-default-attributes.has-children > .images {
  opacity: 0;
}
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0;
}
.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.twentysixteen .price ins {
  background: inherit;
  color: inherit;
} /* Product */
.products-list {
  display: inline-block;
  width: 100%;
}
.product img {
  width: 100%;
}
.product h3 {
  font-size: 16px;
  line-height: 24px;
}
.product h3 a {
  color: #595656;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product h3 a:hover {
  color: #EE5135;
}
.product .price {
  font-size: 14px;
  line-height: 16px;
  color: #EE5135;
}
.product .price del {
  color: #999494;
  margin-right: 10px;
}
.product .price ins {
  text-decoration: none;
}
.product .product-details {
  padding: 15px 0;
}
.product .product-buttons a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product .product-buttons:hover a {
  background: #EE5135;
  color: #fff;
}
.special-product {
  position: relative;
  margin-bottom: 30px;
}
.special-product img {
  width: 100%;
}
.special-product .product-details {
  position: absolute;
  width: 50%;
  z-index: 2;
  padding: 0 40px;
}
.special-product .product-details h3 a {
  color: #333131;
  font-size: 38px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.special-product .product-details h3 a:hover {
  color: #EE5135;
}
.special-product .product-details p.desc {
  font-size: 16px;
  font-weight: 500;
}
.special-product .product-details .ot-btn {
  margin-top: 10px;
}
.special-product .product-details.right-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.special-product .product-details.right-bottom {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.special-product .product-details.left-top {
  left: 0;
  top: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
} /* Woocommerce Custom */ /* ================================================== */
.products div.product {
  margin-bottom: 40px;
}
.product .price {
  margin-bottom: 10px;
  font-size: 16px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.checkout-button {
  font-size: 100%;
  margin: 0;
  line-height: 34px;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: 0 1em;
  font-weight: 400;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  left: auto;
  color: #fff;
  background-color: #EE5135;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.checkout-button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.checkout-button:focus {
  color: #fff;
  background: #cc5d00;
}
.button.btn.btn-line {
  background-color: transparent;
  border: solid 1px #222;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 7px 30px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .quantity .qty {
  color: #111;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout #payment {
  background-color: transparent;
}
.woocommerce input,
.woocommerce textarea,
.woocommerce select {
  line-height: 32px;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}
.woocommerce .input-radio {
  line-height: inherit;
  height: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: 0px solid #d3ced2;
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 0px;
  content: " ";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  left: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 0 0px 0px 0;
  -webkit-box-shadow: 2px 2px 0 #ebe9eb;
  box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  right: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-width: 0 0 0px 0px;
  -webkit-box-shadow: -2px 2px 0 #ebe9eb;
  box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid #d3ced2;
  border-left: 1px solid #d3ced2;
  border-right: 1px solid #d3ced2;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
}
.woocommerce div.product .product_title {
  text-align: left;
  margin-bottom: 10px;
}
.summary.entry-summary .single_add_to_cart_button {
  font-size: 16px;
  padding: 0 30px;
  line-height: 50px;
  color: #fff;
  background: #EE5135;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}
.summary.entry-summary .single_add_to_cart_button:hover {
  background: #cc5d00;
}
.woocommerce div.product.first {
  clear: both;
}
.de_light #btn-search:hover {
  background: #eee;
}
#search {
  padding: 4px 0px 4px 10px;
}
.de_light h4 a {
  color: #333333 !important;
} /* Custom Donal woocommercer */
.woocommerce table.shop_table {
  width: 100%;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th {
  font-weight: 500;
  color: #333131;
}
.woocommerce table.shop_table a {
  color: #333131;
}
.woocommerce table.shop_table a:hover {
  color: #EE5135;
}
.woocommerce a.remove {
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.1em;
  color: #EE5135;
}
.woocommerce a.remove:hover {
  background: #EE5135;
  color: #fff;
}
.woocommerce table.shop_table strong {
  color: #333131;
  font-weight: 500;
}
.woocommerce select {
  width: 100%;
}
.woocommerce input[type="checkbox"] {
  margin: 0;
  margin-right: 30px;
}
label.checkbox {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 34px;
  font-weight: 500;
  color: #333131;
}
.woocommerce textarea {
  height: auto;
}
.woocommerce #payment #place_order {
  float: none;
  margin-top: 15px;
}
label {
  font-weight: 500;
}
.woocommerce .input-radio {
  margin-right: 15px;
}
.woocommerce table.shop_table tfoot td {
  font-weight: 500;
  color: #333131;
}
.woocommerce table.shop_table tfoot th {
  font-weight: 500;
  color: #333131;
}
.woocommerce-review-link {
  color: #999494;
  font-size: 13px;
}
.woocommerce-review-link:hover {
  color: #999494;
}
.product-detail .price {
  font-size: 24px;
  font-weight: normal;
  color: #333131;
  margin-bottom: 30px;
}
.product-detail .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce .quantity .qty {
  color: #333131;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 1px solid #bfbdbd;
  margin-top: 15px;
  line-height: 38px;
  height: 38px;
}
.product_meta a {
  color: #333131;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_meta a:hover {
  color: #EE5135;
}
.woocommerce-Tabs-panel {
  padding: 45px 15px;
}
.woocommerce-Tabs-panel h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.woocommerce-Tabs-panel strong {
  font-weight: 500;
  color: #333131;
}
.nav-tabs > li > a {
  color: #333131;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #EE5135;
}
.woocommerce-tabs {
  margin-top: 30px;
  clear: both;
}
.woocommerce p.stars a {
  color: #bfbdbd;
}
.woocommerce p.stars a:hover {
  color: #EE5135;
}
.comment-form-comment {
  margin-bottom: 30px;
}
.product-detail .images img {
  border: 1px solid #bfbdbd;
}
.coupon .input-text {
  border: 1px solid #bfbdbd;
}
.product-detail .images img {
  width: 100%;
}
.product-detail {
  padding: 0 15px;
}
.product-detail .summary.entry-summary {
  padding: 30px 0;
}
.woocommerce .product-detail .quantity .qty {
  margin-bottom: 30px;
}
.woocommerce table.shop_table.cart td.actions .coupon .input-text {
  width: auto;
}
.woocommerce .cart-collaterals {
  margin: 30px auto;
} /* widget */
.woocommerce input,
.woocommerce select {
  border-bottom: 1px solid #bfbdbd;
  margin-bottom: 30px;
}
.woocommerce input::-webkit-input-placeholder,
.woocommerce select::-webkit-input-placeholder {
  color: #333131;
}
.woocommerce input:-moz-placeholder,
.woocommerce select:-moz-placeholder {
  /* Firefox 18- */
  color: #333131;
}
.woocommerce input::-moz-placeholder,
.woocommerce select::-moz-placeholder {
  /* Firefox 19+ */
  color: #333131;
}
.woocommerce input:-ms-input-placeholder,
.woocommerce select:-ms-input-placeholder {
  color: #333131;
}
.woocommerce table.shop_table.cart .quantity .qty {
  margin: 0;
} /* Product Search */ /* Product List */
.woocommerce ul.product_list_widget li {
  background: #fcfbfa;
  margin: 4px 0;
  min-height: 80px;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 60px;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 10px;
}
.woocommerce ul.product_list_widget li a {
  font-weight: 500;
  line-height: 24px;
}
.woocommerce ul.product_list_widget li .price {
  color: #EE5135;
  line-height: 35px;
}
.woocommerce .star-rating span {
  color: #EE5135;
} /* icon box */
.icon-box-inline {
  position: relative;
  padding: 5px 0 5px 40px;
}
.icon-box-inline i {
  position: absolute;
  top: 5%;
  left: 0;
  font-size: 28px;
  color: #EE5135;
}
.icon-box-inline img,
.icon-box-inline span {
  width: 50px;
  position: absolute;
  top: 0;
  left: -25px;
}
.icon-box-contact {
  position: relative;
  padding-left: 50px;
  clear: both;
  margin-bottom: 30px;
}
.icon-box-contact img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
}
.icon-box-contact label {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.icon-box-contact a {
  display: block;
  color: #999494;
}
.icon-box-contact a:hover {
  text-decoration: underline;
}
.icon-box-block {
  position: relative;
  padding: 20px 0;
}
.icon-box-block img,
.icon-box-block span {
  height: 60px;
  margin-bottom: 20px;
}
.icon-box-center {
  text-align: center;
  font-weight: 500;
}
.icon-box-center .box-icon {
  height: 100px;
}
.icon-box-center img,
.icon-box-center span {
  margin: 30px auto;
}
.icon-box-center a {
  color: #999494;
}
.icon-box-center a:hover {
  color: #999494;
  text-decoration: underline;
}
.icon-box-center a,
.icon-box-center p {
  font-weight: 500;
}
.icon-box-inline-sm {
  background: #fcfbfa;
  position: relative;
  padding: 20px 80px 20px 100px;
}
.icon-box-inline-sm img,
.icon-box-inline-sm span {
  width: 80px;
  position: absolute;
  top: 20px;
  left: 0;
}
.icon-box-inline-sm span {
  text-align: right;
  font-size: 36px;
  color: #EE5135;
}
.icon-box-inline-sm h5 {
  margin-bottom: 0;
}
.icon-box-inline-sm p {
  margin-bottom: 0;
} /*    Backtotop   ========================================================================== */
.fixbtt {
  display: none;
  position: fixed;
  text-align: center;
  right: 30px;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 10000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #EE5135;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.fixbtt:hover {
  background-color: #cc5d00;
  color: #fff;
} /* ==========================================================================   Footer   ========================================================================== */
.footer-kits footer {
  margin-bottom: 30px;
}
footer {
  background: #f7f7f7;
  line-height: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
footer > * {
  line-height: normal;
}
.footer-link {
  list-style: none;
}
.footer-link li {
  display: inline-block;
}
.footer-link li a {
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 100px;
  padding: 0 30px;
}
.footer-link li a:hover,
.footer-link li a:focus {
  color: #EE5135;
}
.footer-link-2 {
  list-style: none;
}
.footer-link-2 li {
  display: inline-block;
}
.footer-link-2 li a {
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 100px;
  padding: 0 30px;
}
.footer-link-2 li a:hover,
.footer-link-2 li a:focus {
  color: #fff;
}
.footer-link-2.on-light li a:hover {
  color: #333;
} /* Footer Home 1 */
.footer-home-1 .footer-inner {
  padding: 15px 80px;
}
.footer-home-1 .logo {
  float: left;
  padding-right: 50px;
}
.footer-home-1 .footer-link-2 {
  float: left;
}
.footer-home-1 .widget-social-list {
  float: right;
}
.footer-home-1 .copyright {
  float: right;
  padding-top: 25px;
  line-height: 28px;
}
.copyright .footer-link-2 li a {
  line-height: 88px;
} /* Footer 1 */
.footer-1 {
  padding: 25px 80px;
}
.footer-1 .logo {
  float: left;
}
.footer-1 .widget-social-list {
  float: right;
}
.footer-1 .copyright-text {
  padding-top: 38px;
} /* Footer 2 */
.footer-2 .footer-inner {
  padding: 25px 80px;
  display: inline-block;
  width: 100%;
}
.footer-2 .logo {
  float: left;
}
.footer-2 .footer-link {
  float: right;
}
.footer-2 .copyright {
  padding: 0 80px;
  background: #333131;
  text-align: center;
  height: 88px;
  line-height: 88px;
  clear: both;
} /* Footer 3 */
.footer-3 .footer-inner {
  padding: 25px 80px;
  display: inline-block;
  width: 100%;
}
.footer-3 .logo {
  float: left;
}
.footer-3 .widget-social-list {
  float: right;
}
.footer-3 .copyright {
  padding: 0 80px;
  background: #333131;
  min-height: 88px;
  clear: both;
  line-height: 88px;
} /* Footer 4 */
.footer-4 {
  text-align: center;
}
.footer-4 .footer-inner {
  padding: 25px 0;
}
.footer-4 .copyright {
  background: #333131;
  text-align: center;
  height: 88px;
  line-height: 88px;
  clear: both;
} /* Footer 5 */
.footer-5 .logo {
  padding-top: 0;
}
.footer-5 .footer-inner {
  padding: 25px 50px;
}
.footer-5 .copyright {
  margin-top: 0px;
}
.footer-5 .widget-social-list li a {
  line-height: 40px;
} /* Footer 6 */
.footer-6 {
  text-align: center;
}
.footer-6 .copyright {
  line-height: 150px;
} /* Footer 7 */
.footer-7 .logo {
  padding-top: 0;
}
.footer-7 .footer-inner {
  padding: 55px 80px;
}
.footer-7 .widget-social-list li a {
  line-height: 40px;
}
.footer-7 .copyright {
  background: #333131;
  text-align: center;
  height: 88px;
  line-height: 88px;
  clear: both;
}
footer.dark {
  background: #333131;
} /* Slider */
.rev_slider {
  z-index: 1;
}
.rev_slider .ot-btn {
  color: #fff;
}
.rev_slider .ot-btn:hover {
  color: #EE5135;
} /* Custom Bullet H */
.custom.horizontal {
  left: 12% !important;
  counter-reset: number;
  width: auto !important;
}
.custom.horizontal .tp-bullet {
  position: relative;
  display: inline-block;
  float: left;
  top: auto !important;
  left: auto !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-right: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
}
.custom.horizontal .tp-bullet.selected {
  margin-right: 140px;
  background: #EE5135;
  border-color: #EE5135;
}
.custom.horizontal .tp-bullet:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 5px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  background: #EE5135;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custom.horizontal .tp-bullet:last-of-type::after {
  display: none;
}
.custom.horizontal .tp-bullet.selected:after {
  width: 100px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custom.horizontal .tp-bullet:before {
  counter-increment: number; /* Increment the section counter */
  content: "0" counter(number); /* Display the counter */
  color: #EE5135;
  font-size: 60px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -2px;
  opacity: 0;
}
.custom.horizontal .tp-bullet:nth-of-type(1):before {
  left: -webkit-calc(-60px - (1 * 40px));
  left: calc(-60px - (1 * 40px));
}
.custom.horizontal .tp-bullet:nth-of-type(2):before {
  left: -webkit-calc(-75px - (2 * 40px));
  left: calc(-75px - (2 * 40px));
}
.custom.horizontal .tp-bullet:nth-of-type(3):before {
  left: -webkit-calc(-75px - (3 * 40px));
  left: calc(-75px - (3 * 40px));
}
.custom.horizontal .tp-bullet:nth-of-type(4):before {
  left: -webkit-calc(-75px - (4 * 40px));
  left: calc(-75px - (4 * 40px));
}
.custom.horizontal .tp-bullet:nth-of-type(5):before {
  left: -webkit-calc(-75px - (5 * 40px));
  left: calc(-75px - (5 * 40px));
}
.custom.horizontal .tp-bullet:nth-of-type(6):before {
  left: -webkit-calc(-75px - (6 * 40px));
  left: calc(-75px - (6 * 40px));
}
.custom.horizontal .tp-bullet:nth-of-type(7):before {
  left: -webkit-calc(-75px - (7 * 40px));
  left: calc(-75px - (7 * 40px));
}
.custom.horizontal .tp-bullet:nth-of-type(8):before {
  left: -webkit-calc(-75px - (8 * 40px));
  left: calc(-75px - (8 * 40px));
}
.custom.horizontal .tp-bullet:nth-of-type(9):before {
  left: -webkit-calc(-75px - (9 * 40px));
  left: calc(-75px - (9 * 40px));
}
.custom.horizontal .tp-bullet:nth-of-type(10):before {
  left: -webkit-calc(-75px - (10 * 40px));
  left: calc(-75px - (10 * 40px));
}
.custom.horizontal .tp-bullet.selected:before {
  opacity: 1;
}
.custom.vertical {
  counter-reset: number;
}
.custom.vertical .tp-bullet {
  position: relative;
  display: inline-block;
  float: left;
  top: auto !important;
  left: auto !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
}
.custom.vertical .tp-bullet.selected {
  margin-bottom: 100px;
  background: #EE5135;
  border-color: #EE5135;
}
.custom.vertical .tp-bullet:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  left: 5px;
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
  background: #EE5135;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custom.vertical .tp-bullet:last-of-type::after {
  display: none;
}
.custom.vertical .tp-bullet.selected:after {
  width: 2px;
  height: 80px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custom.vertical .tp-bullet:before {
  counter-increment: number; /* Increment the section counter */
  content: "0" counter(number); /* Display the counter */
  color: #EE5135;
  font-size: 60px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
  opacity: 0;
}
.custom.vertical .tp-bullet:nth-of-type(1):before {
  top: -webkit-calc(-50px - (1 * 40px));
  top: calc(-50px - (1 * 40px));
}
.custom.vertical .tp-bullet:nth-of-type(2):before {
  top: -webkit-calc(-50px - (2 * 40px));
  top: calc(-50px - (2 * 40px));
}
.custom.vertical .tp-bullet:nth-of-type(3):before {
  top: -webkit-calc(-50px - (3 * 40px));
  top: calc(-50px - (3 * 40px));
}
.custom.vertical .tp-bullet:nth-of-type(4):before {
  top: -webkit-calc(-50px - (4 * 40px));
  top: calc(-50px - (4 * 40px));
}
.custom.vertical .tp-bullet:nth-of-type(5):before {
  top: -webkit-calc(-50px - (5 * 40px));
  top: calc(-50px - (5 * 40px));
}
.custom.vertical .tp-bullet:nth-of-type(6):before {
  top: -webkit-calc(-50px - (6 * 40px));
  top: calc(-50px - (6 * 40px));
}
.custom.vertical .tp-bullet:nth-of-type(7):before {
  top: -webkit-calc(-50px - (7 * 40px));
  top: calc(-50px - (7 * 40px));
}
.custom.vertical .tp-bullet:nth-of-type(8):before {
  top: -webkit-calc(-50px - (8 * 40px));
  top: calc(-50px - (8 * 40px));
}
.custom.vertical .tp-bullet:nth-of-type(9):before {
  top: -webkit-calc(-50px - (9 * 40px));
  top: calc(-50px - (9 * 40px));
}
.custom.vertical .tp-bullet:nth-of-type(10):before {
  top: -webkit-calc(-50px - (10 * 40px));
  top: calc(-50px - (10 * 40px));
}
.custom.vertical .tp-bullet.selected:before {
  opacity: 1;
} /* typo slider */
.typo-1 {
  letter-spacing: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.typo-2 {
  color: #fff;
} /* Slider Home 1 */ /* ==========================================================================   Option Switch   ========================================================================== */ /* Responsive----------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  /* Header  6*/
  .header-6 .widget-social-list {
    display: none;
  } /* Slider */
  .custom.horizontal {
    left: 4% !important;
  } /* Layout */
  .w-240 {
    width: 140px;
  } /* Testimonial */
  .item-testimonial-1 h2 {
    line-height: 45px;
  } /* Owl */
  .owl-page-h .owl-controls {
    top: 0;
    right: 150px;
  } /* Footer */
  .footer-home-1 .logo {
    padding-right: 15px;
  }
  .footer-link-2 li a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1440px) {
  /* Header */ /* Slider */
  .custom.horizontal {
    left: -2% !important;
  } /* Layout */
  .bg-top-right {
    -webkit-background-size: 45% 45%;
    background-size: 45%;
  }
  .bg-top-right1 {
    -webkit-background-size: 45% 45%;
    background-size: 45% 480px;
  } /* Footer */
  .footer-home-1 .footer-link-2 {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  /* Header */
  .main-nav > ul > li > a {
    padding: 0 7px;
  } /* Header 8 */
  .header-8 .widget-social-list {
    display: none;
  }
  .header-8 .logo {
    position: static;
    float: left;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  } /* Portfolio home 1 owl */
  .portfolio-des {
    padding-top: 15px;
    padding-right: 90px;
  } /* Dotted owl */
  .owl-page-h .owl-controls {
    top: 15px;
    right: 90px;
  } /* Layout */
  .line-top-left {
    display: none;
  }
  .bg-top-right-services {
    -webkit-background-size: 30% 30%;
    background-size: 30%;
  }
  .w-680 {
    width: 380px;
  } /* Footer */
  .footer-link-2 li a {
    padding: 0 10px;
  }
  .widget-social-list li a {
    padding: 0 10px;
  }
  .footer-link li a {
    padding: 0 10px;
  }
  .footer-link-2 li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1280px) {
  /* Footer */
  .footer-home-1 .footer-link-2 {
    display: none;
  } /* Layout */
  .line-top-right {
    display: none;
  }
} /* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  /* Main Navi Destktop */
  .main-nav > ul > li > a {
    padding: 0 7px;
  } /* Layout */
  section {
    padding: 30px 0;
  }
  header {
    padding: 0 15px;
  }
  .boxed {
    margin-left: 0;
    margin-right: 0;
  }
  .w-680 {
    width: 480px;
  }
  .outter-btn {
    right: 125px;
  } /* Counter */
  .counter-block {
    padding: 15px;
  } /* Pagination */
  .owl-page-h .owl-controls .owl-dot {
    margin-bottom: 15px;
  }
  .owl-page-h .owl-controls .owl-dot.active {
    margin-bottom: 80px;
  }
  .owl-page-h .owl-controls .owl-dot:after {
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
  }
  .owl-page-h .owl-controls .owl-dot.active:after {
    height: 60px;
  }
  .owl-page-h .owl-controls .owl-dot:before {
    font-size: 16px;
    right: -30px;
    top: -6px;
  }
  .btn-1 {
    font-size: 30px;
  } /* Footer Home 3 */
  .footer-1 {
    text-align: center;
  }
  .footer-1 .widget-social-list {
    float: none;
    display: block;
    text-align: center;
  }
  .footer-1 .copyright-text {
    padding-top: 15px;
  }
  .footer-1 .logo {
    float: none;
    margin: 0 auto;
  }
  footer .widget-social-list li a {
    line-height: 40px;
  }
  .footer-home-1 .widget-social-list,
  .footer-1 .widget-social-list,
  .footer-3 .widget-social-list {
    padding: 33px 0;
  }
  .footer-1 .copyright-text {
    padding-top: 33px;
  }
} /* Laptop Small Screen */
@media only screen and (max-width: 1024px) {
  /* Layout */ /* Project slider home 1 */
  .portfolio-des h3 {
    font-size: 24px;
  } /* Pagination */
  .owl-page-h .owl-controls .owl-dot {
    margin-bottom: 15px;
  }
  .owl-page-h .owl-controls .owl-dot.active {
    margin-bottom: 80px;
  }
  .owl-page-h .owl-controls .owl-dot:after {
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
  }
  .owl-page-h .owl-controls .owl-dot.active:after {
    height: 60px;
  }
  .owl-page-h .owl-controls .owl-dot:before {
    font-size: 16px;
    right: -30px;
    top: -6px;
  }
  .btn-1 {
    font-size: 30px;
  } /* Testimonial */
  .item-testimonial-1 h2 {
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 30px;
  } /* Box contact home 3 */
  .one-half {
    width: 100%;
    min-height: auto;
  }
  .map-warp {
    max-height: 300px;
  }
} /* Medium Devices, Desktops */
@media only screen and (max-width: 1025px) {
  /* Main navi */
  .main-nav {
    display: none !important;
  } /* Slider */
  .tp-bullets {
    display: none !important;
  } /* Header */
  .acc-box {
    display: none !important;
  }
  .btn-menu-mobile {
    display: block !important;
  }
  .sub-header-inner.bottom-left {
    top: 30px;
    bottom: auto;
  } /* Lyout */
  .mgt-sm-0 {
    margin-top: 0;
  }
  .bg-top-right {
    background: transparent;
  }
  .bg-top-right1 {
    background: transparent;
  }
  .line-top-right {
    top: 50px;
  }
  .portfolio-des {
    max-width: 100%;
    padding: 30px 15px;
  }
  .item-testimonial-2 {
    padding: 0;
    min-height: 150px;
  }
  .bg-top-right-services {
    background: transparent;
  } /* Services-post */
  .services-post .bg-image-post {
    background: none !important;
    position: static;
  }
  .services-post .bg-image-post img {
    display: block;
    width: 100%;
  } /* comming soon */
  .warp-comingsoon-inner {
    text-align: center;
    width: 90%;
  }
  .warp-comingsoon-inner strong {
    font-size: 45px;
    line-height: 50px;
  }
  .countdown {
    display: inline-block;
    margin-top: 30px;
  }
  .item-counter-down span {
    line-height: 100px;
  } /* 404 */
  .warp-404 .warp-404-inner {
    width: 90%;
  } /* Home 1 expericence year */
  .experience-year .des-text {
    vertical-align: baseline;
  }
  .experience-year span {
    font-size: 82px;
  }
  .experience-year strong {
    font-size: 32px;
    line-height: 32px;
  }
  .experience-year p {
    font-size: 20px;
  }
  .ey1 {
    margin-top: 30px;
  } /* Home Project */
  .portfolio-h1-item img {
    padding: 0 25px;
  } /* pagination */
  .owl-page-h .owl-controls {
    margin-bottom: 60px;
    position: static;
    display: block;
    text-align: center;
  }
  .owl-page-h .owl-controls .owl-dot {
    display: inline-block;
    background: #dfdede;
    margin: 15px;
  }
  .owl-page-h .owl-controls .owl-dot.active {
    margin: 15px;
  }
  .owl-page-h .owl-controls .owl-dot.active:after {
    display: none;
  }
  .owl-page-h .owl-controls .owl-dot:after {
    display: none;
  }
  .owl-page-h .owl-controls .owl-dot.active:before,
  .owl-page-h .owl-controls .owl-dot:before {
    display: none;
  }
  .owl-page-h .owl-controls .owl-dot:last-of-type.active {
    margin: 15px;
  }
  .owl-page-top-right .owl-controls {
    position: static;
    display: block;
    text-align: center;
  }
  .owl-page-top-right .owl-controls .owl-dot {
    display: inline-block;
    margin: 15px;
  } /* Footer */
  .footer-home-1 .copyright {
    float: none;
    text-align: center;
    padding-top: 0;
    clear: both;
  }
  .footer-1 {
    padding-bottom: 44px;
  }
  .footer-1 .copyright-text {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .footer-2 .copyright {
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    min-height: auto;
    height: auto;
  }
  .footer-3 .copyright {
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    min-height: auto;
  }
  .footer-3 .footer-link-2 li a {
    line-height: 30px;
  }
  .footer-3 .text-sm-center {
    text-align: center;
  } /* Sidenav */
  .left-navigation {
    padding-left: 0;
  }
  .left-navigation .sidebar-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  section.bg_section {
    background-repeat: no-repeat;
    height: 150px !important;
  }
  section.bg_section p {
    top: 30px !important;
  }
  #myCarousel_leadership_mob {
    display: block !important;
  }
  #myCarousel_leadership {
    display: none;
  } /* Small Devices, Tablets */ /* HEader */
  header {
    padding: 0 15px;
  }
  .sub-header h2 {
    font-size: 24px;
    line-height: 30px;
  } /* Header 3 */
  .header-3 .widget-social-list {
    display: none;
  }
  .header-3 .logo {
    float: left;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  } /* Header 5 */
  .header-5 .widget-social-list {
    display: none;
  }
  .header-5 .logo {
    float: left;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  } /* Layout */
  .bg-top-right {
    background: transparent;
  }
  .bg-top-right1 {
    background: transparent;
  }
  .bg-top-right-services {
    background: transparent;
  }
  .line-top-right {
    display: none;
  } /* Testimonial */
  .item-testimonial-1 h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .btn-1 {
    font-size: 20px;
  }
  .btn-1.next {
    right: 15px;
  }
  .btn-1.prev {
    left: 15px;
  } /* Promotion text */
  .experience-year span {
    font-size: 150px;
  }
  .ey1 {
    margin-top: 0;
  }
  .experience-year strong {
    font-size: 36px;
    color: #333131;
    letter-spacing: 4px;
    line-height: 40px;
  }
  .experience-year {
    text-align: center !important;
  }
  .experience-year .des-text {
    text-align: center !important;
  } /* Testimonial */
  .item-testimonial-2 .info {
    padding-right: 0;
  } /* Services */
  .services-post {
    margin-bottom: 30px;
  }
  .services-post .desc {
    padding: 15px 0;
  }
  .title-block-number {
    padding-left: 56px;
  }
  .title-block-number .big-number {
    font-size: 40px;
  }
  .title-block-number .title-with-sub {
    font-size: 20px;
    padding-top: 0;
  }
  .title-block-number span.sub-title {
    font-size: 14px;
  } /* Portfolio */
  .list-portfolio-warp {
    margin-top: 30px;
  }
  .projectFilter a {
    display: block;
    text-align: center;
  } /* Blog */
  .meta-single-post {
    padding: 15px 0;
  }
  .author-post {
    margin-bottom: 15px;
  } /* 404 */
  .warp-404 .warp-404-inner {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .warp-404 {
    height: 100vh !important;
  } /* Comming soon */
  .warp-comingsoon-inner .item-counter-down span {
    line-height: 50px;
    font-size: 40px;
  } /* Shop */
  .special-product .product-details {
    position: static !important;
    width: 100%;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 15px;
  }
  .woocommerce .quantity .qty {
    margin: 0;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 500;
    color: #333131;
    float: left;
  }
  .checkout {
    padding: 0 15px;
  } /* Footer */
  .footer-link,
  .footer-link-2 {
    display: none;
  }
  footer .logo {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  footer .logo img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  footer .widget-social-list {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    text-align: center;
  }
  footer .textwidget {
    text-align: center;
  }
  .copyright {
    text-align: center !important;
  }
  .footer-3 .widget-social-list li a {
    line-height: 30px;
  }
  .footer-5 .widget-social-list li a {
    line-height: 30px;
  }
  .footer-5 .copyright {
    margin-top: 15px;
  }
} /*Custom*/ /* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  /* HEader */
  header .logo {
    /*width: 150px;*/
    padding: 15px 0;
  }
  .btn-menu-mobile,
  .btn-search-header,
  .icon-cart {
    line-height: 60px;
  }
  .header-on-sm .logo {
    width: 150px;
    padding: 15px 0;
  }
  .header-on-sm .btn-menu-mobile {
    line-height: 60px;
  }
  .sub-header {
    padding: 20px 0 15px 0;
  } /* Layout */ /* Testimonial */
  .item-testimonial-2 img {
    position: static;
    margin: 30px auto;
  }
  .item-testimonial-2 .info {
    padding: 0;
    text-align: center;
  }
  .owl-page-top-right .owl-controls {
    position: static;
    text-align: center;
  }
  .owl-page-top-right .owl-controls .owl-dot {
    display: inline-block;
    margin: 15px;
  } /* Promotion text */
  .experience-year .des-text {
    text-align: center !important;
  }
  .experience-year .des-text strong,
  .experience-year .des-text p {
    text-align: center !important;
  } /* contact home 2 */
  .one-half.last {
    padding: 30px 15px;
  } /* Pagination */
  .page-pagination.style-1 li span:after {
    display: none;
  }
  .page-pagination.style-1 li span.current {
    margin-right: 0;
  } /* comment area */
  .list-comments .children {
    padding-left: 30px;
  }
  .list-comments .user-image {
    width: 50px;
  }
  .list-comments li {
    padding-left: 65px;
  } /*comming soon */
  .warp-comingsoon-inner strong {
    font-size: 24px;
    line-height: 30px;
  }
  .warp-comingsoon-inner .logo {
    margin: 0;
  }
  .warp-comingsoon-inner .item-counter-down span {
    line-height: 24px;
    font-size: 18px;
  }
  .warp-comingsoon-inner .item-counter-down p {
    font-size: 18px;
  } /* Footer */
} /* Smallest Devices, Phones */
.amenities-img h5 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.icon-box-inline h5 {
  margin-bottom: 10px;
}
.icon-box-block i {
  font-size: 36px;
  color: #ff6e03;
  padding-bottom: 15px;
}
.faq-area {
  /*position: relative;  z-index: 1;*/
  background: #FFAFBD;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffc3a0, #FFAFBD);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ffc3a0, #fac9d1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.faq-content {
  max-width: 540px;
  margin-left: auto;
  margin-right: 50px;
}
.faq-content .section-title {
  margin-bottom: 35px;
}
.faq-content .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faq-content .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 5px;
}
.faq-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .accordion .accordion-title {
  display: block;
  padding: 12px 20px 9px 51px;
  text-decoration: none;
  color: #0d1028;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.faq-content .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #ff5202;
  color: #ffffff;
  line-height: 44px;
} /*.faq-content .accordion .accordion-title.active i::before {*/ /*  content: "\f01b";*/ /*}*/
.faq-content .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}
.faq-content .accordion .accordion-content.show {
  display: block;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 5px; /*border-radius: 10px;*/
  border-radius: 8px;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  display: block;
  padding: 20px 25px 20px 51px;
  text-decoration: none;
  color: #324270;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 0%;
  top: 10%;
  width: 40px;
  text-align: center;
  height: 100%; /*background: #ff5202;*/
  color: #bebebe;
  line-height: 44px;
  font-size: 22px;
}
.faq-accordion .accordion .accordion-title.active {
  border-bottom: 1px solid #e1e1e1;
  color: #ff6e03;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f00d";
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 50px;
}
.faq-accordion .accordion .accordion-content li {
  color: #000;
  font-weight: 500;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}
.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
}
.faq-contact h3 {
  font-size: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .faq-accordion {
    padding: 10px;
  }
  .faq-accordion .accordion .accordion-title {
    padding: 11px;
  }
  h2 {
    letter-spacing: 0px;
  }
  .faq-accordion .accordion .accordion-title {
    font-size: 14px;
  }
} /*layout*/
.tabbable-panel {
  padding: 10px;
}
.tabbable-line ul {
  border: none;
  margin: 0px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  padding: 10px; /*border-bottom:1px solid #727272;*/
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  width: 230px;
  font-size: 18px;
  text-align: center;
}
.tabbable-line > .nav-tabs > li:last {
  width: 200px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #000;
  padding: 10px 15px;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 1px solid #ff6e03;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  background: none;
}
.tabbable-line > .nav-tabs > li.active > a > i {
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  border: 0;
  text-align: left;
  padding: 35px 0;
  color: #000;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.tabbable-line ul li {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .tabbable-line > .nav-tabs > li > a {
    padding: 5px;
  }
  .tabbable-line ul {
    width: 100%;
  }
}
.vertical-tab {
  /*display: table;*/
}
.vertical-tab .nav-tabs {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  border: none;
  padding-top: 50px;
  padding-left: 10px;
  height: 800px;
}
.vertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
}
.vertical-tab .nav-tabs li a {
  color: #555; /*background: #fff;*/
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  padding: 13px 0px;
  margin: 0 0 9px 0;
  border-radius: 0; /*border: 1px solid #000;*/ /*border-bottom: 1px solid #000;*/
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li :last-child a {
  border: none;
}
.vertical-tab .nav-tabs li.active a {
  color: #ff6e03; /*background: #fff;*/
  border: none; border-bottom: 1px solid #000;
  border-radius: 10px 0 0 0;
}
.vertical-tab .nav-tabs li a:after {
  opacity: 0;
  left: auto;
  right: 25px;
  transition: all 0.3s ease-in 0.2s;
}
.vertical-tab .tab-content {
  color: #000;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 25px;
  padding: 20px 20px 10px;
  margin-top: 10px;
  display: table-cell;
  position: relative;
}
.vertical-tab .tab-content h3 {
  color: #1e3799;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
}
@media only screen and (max-width: 479px) {
  .vertical-tab .nav-tabs {
    width: 100%;
    display: block;
    border: none;
  }
  .vertical-tab .nav-tabs li a {
    margin: 0 0 10px;
  }
  .vertical-tab .tab-content {
    padding: 25px 20px;
    display: block;
  }
  .vertical-tab .tab-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .icon-box {
    height: auto;
  }
}
@media (min-width: 769px) {
  .icon-box {
    height: 300px;
  }
}
.icon-box {
  border: 3px solid #f2f2f2;
  padding: 10px 10px 15px 21px;
}
.icon-box i {
  color: #EE5135;
  font-size: 46px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.icon-box h4 {
  color: #044386;
}
.icon-box p {
  padding-top: 10px;
}
.floating-button {
  background-color: #EE5135;
  transform: rotate(-90deg); /*border-radius: 15px 15px 0 0;*/
  position: fixed;
  top: 50%;
  color: #fff;
  padding: 13px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 999;
  right: 0;
  margin-right: -72px;
}
.floating-button a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.amenbox {
  padding-bottom: 15px;
  background-color: #fff;
  margin-top: 15px !important;
  height: 130px;
  border-radius: 5px;
  padding: 20px;
  transition: transform .3s ease-in-out;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.amenbox:hover{
    transform: scale(1.01);
    box-shadow:  0 10px 35px 0 rgba(0,0,0,.1);
}
.amen-left,
.amen-text {
  display: table-cell;
  vertical-align: top;
}
.amen-text {
  padding-left: 14px;
  padding-top: 7px;
}
.amen-text p {
  color: #000;
  line-height: 18px;
}
.amen-left img {
  width: 50px;
}
.vertical-tab .tab-content .tab-pane img {
  width: 100%;
}
.pro-highlights {
  background: rgba(51, 49, 49, 0.7);
  text-align: center;
  padding: 16px;
  margin-top: 25px;
  min-height: 100px;
  backdrop-filter: blur(2px);
}

.pro-highlights img{
    max-width: 40px;
    margin-bottom: 8px;
}
.pro-highlights i {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.pro-highlights h5 {
  /*font-size: 30px;*/
  color: #fff;
  text-align: center;
}
.gal img {
  height: 250px;
}
@media (min-width: 1026px) {
  .mob-logo {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-home .logo img {
    padding-right: 5px;
  }
  .des-slider {
    display: none;
  }
  .icon-box-inline img,
  .icon-box-inline span {
    width: 50px;
    position: absolute;
    top: 0;
    left: -15px;
  }
  .main-logo a img {
    height: 60px;
  }
  .yearlogo {
    padding-top: 0px;
  }
  .portfolio-home1-item img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #logot img {
    width: 120px;
  }
}
@media (min-width: 769px) {
  #logot img {
    width: 160px;
  }
}
.mob-slider {
  margin-top: 100px;
}
@media (min-width: 480px) {
  .mob-slider {
    display: none;
  }
  .main-logo a img {
    height: 85px;
  }
  .yearlogo {
    padding-top: 20px;
  }
}
.vertical-tab .nav-tabs li:last-child {
  border: none;
}
.about-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .about-img img {
    height: auto;
    margin-top: 0px;
  }
  .des-plan {
    display: none;
  }
}
@media (min-width: 481px) {
  .mob-plans {
    display: none;
  }
}
.accordion-content img {
  width: 100%;
}
.icon-bar-mob {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
  margin-right: -73px;
}
.icon-bar-mob .icon-text {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: #fff !important;
  font-size: 16px;
  background-color: #EE5135;
  transform: rotate(-90deg);
}
.truspacelogo img {
  height: 70px;
}
@media (max-width: 480px) {
  .truspacelogo img {
    height: 50px;
  }
}
@media (max-width: 321px) {
  .truspacelogo img {
    height: 44px;
  }
}
.project-mainbox {
  margin-bottom: 30px;
  transition: 0.3s;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0 rgb(34 12 43 / 10%);
}
.project-thumb {
  position: relative;
}
.project-thumb img {
  height: 350px;
}
.project-thumb a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.project-thumb img {
  border-radius: 8px;
  transition: 0.3s;
}
.project-content {
  top: 0;
  right: 5%;
  padding: 15px;
  border-radius: 8px;
  width: 30%;
  margin: 30px;
  box-shadow: 0 2px 9px 0 rgb(34 12 43 / 10%);
}
.project-content h5 a {
  color: #000;
}
.project-content span {
  font-weight: 600;
  color: #f2f2f2;
}
.project-content,
.project-thumb > i {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}
.btn-project {
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
}
.icon-list {
  display: flex;
}
.icon-list i {
  font-size: 25px;
  margin-right: 8px;
}
.icon-list span {
  font-size: 16px;
  text-align: left;
}
.callicon {
  display: flex;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: #fff !important;
  font-size: 25px;
  background-color: #EE5135;
}
.callicon span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 2px;
  padding: 5px 0;
}
.callicon span {
  display: none;
}
.callicon i {
  font-size: 26px;
}
.callicon:hover i {
  padding: 2px 5px;
}
.callicon:hover span.calltext {
  display: block;
  padding: 2px 5px;
}
.downloadicon {
  display: flex;
  position: fixed;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2px;
  z-index: 9999;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  font-size: 25px;
  background-color: #EE5135;
}
.downloadicon i {
  font-size: 24px;
}
.downloadicon:hover i {
  padding: 2px 5px;
}
.downloadicon span {
  display: none;
  transition: 500ms all linear;
}
.downloadicon:hover span.downloadtext {
  display: block;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  padding: 2px 5px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .callicon {
    display: none;
  }
  .downloadicon {
    top: 36%;
  }
  .project-thumb img {
    height: 250px;
  }
  .carousel-inner .item img {
    /*height: 220px;*/
  }
}
@media (min-width: 1370px) {
  .downloadicon {
    top: 52%;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .downloadicon {
    top: 50%;
  }
}
.bottom-section {
  height: 0px;
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 1000;
  box-shadow: 0 0 6px #EE5135;
}
@media (max-width: 600px) {
    .bottom-section a{
      width: 60px;
      height: 65px;
      border-radius: 5px;
    }
  }
.bottom-section a {
  display: block;
  background: #f1f1f1;
  text-align: center;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  padding: 5px;
}
.bottom-section a i {
  color: #EE5135;
  font-size: 18px;
}
@media (min-width: 481px) {
  .bottom-section {
    display: none;
  }
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  color: #1D3557;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.welcome-style1-area {
  position: relative;
  display: block; /* padding: 110px 0 110px;*/
}
.welcome-style1-area .layer-outer {
  position: absolute;
  top: 250px;
  left: 0;
  opacity: 0.03;
  z-index: 1;
}
.welcome-style1-content {
  position: relative;
  display: block;
  z-index: 1;
}
.welcome-style1-content .thm-logo-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  z-index: 10;
}
.welcome-style1-content .top {
  position: relative;
  display: block;
  overflow: hidden;
}
.welcome-style1-content .bottom {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 60px;
}
.welcome-style1-content ul {
  position: relative;
}
.welcome-style1-content ul li {
  position: relative;
  display: block;
}
.welcome-style1-content .top ul li .img-box {
  width: 570px;
}
.welcome-style1-content ul li .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.welcome-style1-content ul li .img-box .inner::after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  z-index: 2;
}
.welcome-style1-content ul li:hover .img-box .inner::after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}
.welcome-style1-content .top ul li .img-box,
.welcome-style1-content .top ul li .text-box {
  display: table-cell;
  vertical-align: top;
}
.welcome-style1-content .top ul li .text-box {
  position: relative;
  padding-top: 50px;
  padding-left: 60px;
}
.welcome-style1-content h2 {
  color: #222222;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 11px;
}
.welcome-style1-content p {
  margin: 0;
}
.welcome-style1-content .bottom ul li .text-box {
  width: 570px;
}
.welcome-style1-content .bottom ul li .text-box,
.welcome-style1-content .bottom ul li .img-box {
  display: table-cell;
  vertical-align: top;
}
.welcome-style1-content .bottom ul li .text-box {
  position: relative;
  padding-top: 50px;
  padding-right: 60px;
}
.welcome-style1-content .bottom ul li .text-box h3 {
  color: #EE5135;
}
.welcome-style1-content .top ul li .text-box h3 {
  color: #EE5135;
}
.theme-shape {
  position: relative;
  display: block;
  padding-top: 20px;
}
.theme-shape-box {
  position: relative;
  display: block;
}
.theme-shape-box .shap_item {
  position: relative;
  display: inline-block !important;
  margin: 0 13px; /*color: #f6f3ee; */
  color: rgba(237, 125, 42, 0.6);
  font-size: 50px;
}
.team:after {
  content: "";
  border: 1px solid rgba(192, 152, 65, 0.3);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  position: absolute;
  left: -150px;
  top: -50px;
  z-index: -1;
}
.team-img img {
  width: 100%;
}
.team-content h5 {
  padding-top: 20px;
}
.team-content h5 p {
  text-align: center;
}
.team-style1-area {
  position: relative;
  display: block;
  background: #f9f6f2;
  padding: 40px 0 40px;
}
.team-style1-area.bg-white {
  background: #ffffff;
}
.single-team-item {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.single-team-item .img-holder {
  position: relative;
  display: block;
  padding-bottom: 85px;
}
.single-team-item .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-team-item .img-holder img {
  width: 100%; /*height: 263px;*/
  border: 4px solid lightgray;
  padding: 7px 7px 0px 7px;
}
.single-team-item .title-outer-box {
  position: absolute;
  left: 30px;
  bottom: 0;
  right: 30px;
  height: 220px;
  z-index: 10;
  display: none;
}
.single-team-item .title-outer-box:before {
  position: absolute;
  content: "";
  top: 72px;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-team-item:hover .title-outer-box:before {
  box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.04);
}
.single-team-item .title-outer-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.single-team-item .title-holder {
  position: absolute;
  left: 0px;
  bottom: 25px;
  right: 0px;
  background: #EE5135;
  text-align: center; /*padding: 42px 0px 45px;*/
}
.single-team-item .title-holder h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 7px;
}
.single-team-item .title-holder h3 a {
  color: #fff;
  text-transform: capitalize !important;
  font-size: 18px;
}
.single-team-item .title-holder p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: white;
}
.single-team-item .title-holder.overlay {
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: scale(1) translateY(65px);
  transition: all 0.4s ease-in-out 0.1s;
  display: none;
}
.single-team-item:hover .title-holder.overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0%);
}
.single-team-item .title-holder .social-icon {
  position: relative;
  display: block;
  padding-top: 25px;
}
.single-team-item .title-holder .social-icon ul {
}
.single-team-item .title-holder .social-icon ul li {
  display: inline-block;
  float: none;
  margin: 0 3px;
}
.single-team-item .title-holder .social-icon ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.single-team-item .title-holder .social-icon ul li .facebook {
  background: #4a71c5;
}
.single-team-item .title-holder .social-icon ul li .twitter {
  background: #4fa4e5;
}
.single-team-item .title-holder .social-icon ul li .pinterest {
  background: #de0a2a;
}
.single-team-item .title-holder .social-icon ul li .linkedin {
  background: #0074b2;
}
.team-details h5 {
  color: #EE5135;
  font-size: 40px;
}
.team-details img {
  width: 100%; /*height:350px;*/
}
.team-details h6 {
  font-size: 20px;
}
.team-content {
  padding-top: 60px;
}
.team-content p {
  text-align: justify;
}
@media (max-width: 480px) {
  .team-content {
    padding-top: 0px;
  }
  .team-details h5 {
    font-size: 30px;
  }
} /*blog css*/
section.bg_section {
  background-image: url(images/bg-subheader-blog.jpg);
  height: 400px;
  background-size: contain;
}
section.bg_section p {
  text-align: center;
  color: white;
  font-size: 50px;
  position: relative;
  top: 130px;
}
.blog_col {
  margin-bottom: 5%;
}
.blog_col h3 {
  text-align: center;
  padding: 10px;
}
.blog_col a {
  color: #EE5135;
}
.meta,
.blog_col p {
  text-align: center;
}
.readmore_btn {
  text-align: center;
  padding: 10px 0px;
}
a.blog_head {
  color: black;
  font-size: 20px;
} /*blog css*/
#myCarousel_leadership_mob {
  display: none;
}
.icon-box p {
  text-align: justify;
}
#stickyland {
  padding: 15px 10px 0px 10px;
  z-index: 1000;
  position: fixed;
  top: 120px;
  right: -340px;
  width: 337px;
  color: #121212;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
#stickyland h3 {
  position: absolute;
  top: 185px;
  width: 180px;
  font-size: 16px;
  right: 268px;
  padding: 12px 13px;
  margin-bottom: 0;
  text-align: center;
  background-color: #ea7938;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  box-shadow: 0 0 8px gray;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#stickyland h3 i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#stickyland.open {
  right: 0;
}
#stickyland .demos-container {
  height: auto;
}
#stickyland .item-preview {
  padding-right: 10px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#stickyland .item-preview:last-child {
  margin-bottom: 0;
}
#stickyland .item-preview a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
#stickyland .item-preview a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffad00;
  opacity: 0;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#stickyland .item-preview:hover a:after {
  opacity: 0.7;
}
#stickyland .item-preview a span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#stickyland .item-preview:hover a span {
  opacity: 1;
}
#stickyland .item-preview img {
  display: block;
  margin-bottom: 10px;
}
#stickyland button {
  border: none;
}
@media (max-width: 480px) {
  #stickyland {
    top: 110px;
    width: 280px;
  }
  #stickyland h3 {
    top: 160px;
  }
  #stickyland.open h3 {
    right: 204px;
  }
}
.about-section-s4 .img-holder {
  position: relative;
  max-width: 507px;
}
.about-section-s4 .img-holder:before {
  content: "";
  position: absolute;
  right: -50px;
  top: 60px;
  height: 100%;
  width: 100%;
  border: 35px solid #f6f6f6;
}
@media (max-width: 1199px) {
  .about-section-s4 .img-holder:before {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .about-section-s4 .img-holder:before {
    left: 8px;
  }
}
.about-section-s4 .img-holder img {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .about-section-s4 .about-text {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .about-section-s4 .about-text {
    padding-left: 5px;
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .about-section-s4 .about-text {
    padding-top: 70px;
  }
}
.about-section-s4 .about-text h4 {
  line-height: 1.67em;
  margin: 0 0 1.2em;
}
@media (max-width: 991px) {
  .about-section-s4 .about-text h4 {
  }
}
.about-section-s4 .about-text > p:last-child {
  margin-bottom: 0;
}
.about-section-s4 .title-text h2 {
  line-height: 1.2em;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .about-section-s4 .title-text h2 {
  }
}
@media (max-width: 767px) {
  .about-section-s4 .title-text h2 {
  }
}
.about-section-s4 .title-text p {
  font-size: 0.875rem;
  font-weight: normal;
  color: #d9b256;
  letter-spacing: 6px;
  margin: 0 0 3em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .about-section-s4 .title-text p {
    letter-spacing: 4px;
  }
}
@media (max-width: 767px) {
  .about-section-s4 .title-text p {
  }
}
.about-section-s5 .img-holder {
  position: relative;
  max-width: 507px;
  margin: auto;
}
.about-section-s5 .img-holder:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 60px;
  height: 100%;
  width: 100%;
  border: 35px solid #f6f6f6;
}
@media (max-width: 1199px) {
  .about-section-s5 .img-holder:before {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .about-section-s5 .img-holder:before {
    right: 8px;
  }
}
.about-section-s5 .img-holder img {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .about-section-s5 .about-text {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .about-section-s5 .about-text {
    padding-left: 45px;
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .about-section-s5 .about-text {
    padding-top: 70px;
  }
}
.about-section-s5 h4 {
  line-height: 1.67em;
  margin: 0 0 1.2em;
}
.features-style2-area.about-page {
  position: relative;
  display: block;
  padding: 40px 0 62px;
}
.features-style2-area.about-page .sec-title {
  padding-bottom: 71px;
}
.features-style2-area.about-page .single-features-box-style2 {
  margin-bottom: 40px;
}
.features-style2-area {
  position: relative;
  display: block; /*  background: #ffffff;*/
  padding: 40px 0 40px;
}
.features-style2-area .sec-title {
  padding-bottom: 12px;
}
.single-features-box-style2 {
  position: relative;
  display: block;
}
.single-features-box-style2 .icon-holder {
  position: relative;
  width: 140px;
  height: 140px;
  background: #f0eeea;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 39px;
  box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.single-features-box-style2:hover .icon-holder {
  box-shadow: none;
}
.single-features-box-style2 .icon-holder .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-features-box-style2 .icon-holder .inner img {
  /*  font-size: 70px;*/
  transition: all 200ms linear;
  transition-delay: 0.2s;
  width: 60%;
  margin: auto;
}
.single-features-box-style2 .text-holder {
  position: relative;
  display: block;
}
.single-features-box-style2 .text-holder h3 {
  color: #222222;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}
.single-features-box-style2 .text-holder p {
  margin: 0;
}
.single-features-box-style2:hover .icon-holder .inner {
  background: #444444;
}
.single-features-box-style2:hover .icon-holder .inner img {
  color: #ffffff;
}
.features-style2-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 42px;
}
#leadershiparrowl {
  left: -12%;
}
#leadershiparrowl span {
  color: #EE5135;
}
#leadershiparrowr span {
  color: #EE5135;
}
#leadershiparrowr {
  right: -12%;
}
.floor-content {
  border: 2px solid #324270;
  padding: 10px;
}
.masterplanimg {
  width: auto;
}
@media (max-width: 768px) {
  .masterplanimg {
    width: 100%;
  }
  .ramkyboard {
    /*padding-top: 80px;*/
  }
  .ramkyboard img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .abtimg {
    height: 216px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .abtimg {
    height: 320px;
  }
}
@media (min-width: 769px) {
  .ramkyboard {
    padding-top: 10px;
  }
  .ramkyboard img {
    width: 60%;
  }
  .abtimg {
    height: 321px;
  }
}
form .placeholder {
  color: #999494;
  line-height: 10px; /*  font-size: 25px;*/ /* etc. */
}
#termspopup .modal-body {
  width: 100%;
  height: 450px;
  overflow: auto;
  overflow-x: hidden;
}
#termspopup .modal-body p {
  font-size: 14px;
}
#termspopup .modal-body p a {
  color: #ea7938;
} /*divya css*/
div#myCarouselmobpp {
  display: none;
}
@media only screen and (max-width: 600px) {
  div#myCarouselmobpp {
    display: block !important;
  }
  div#myCarouselpp {
    display: none;
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1449px){
    .main-nav > ul > li > a{
        font-size: 12px;
    }
    
}
@media only screen and (min-width: 1026px) and (max-width: 1159px){
    #logot img{
        max-width: 100px;
    }
    .main-logo a img{
        max-width: 70px;
        height: auto;
    }
}

#wrapper{
    height: calc(100vh - 100px) ;
   
  }
  .pagination {
    position: absolute !important;
    width: 100%;
    text-align: center;
    right: 0;
    padding: 0 !important;
    bottom: 10px;
    z-index: 999;
    margin:0;
  }
  .pagination__item {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0 5px;
    transition: 0.2s ease-in-out;
  }
  .pagination__item.is-current, .pagination__item:hover {
    background-color: #fff;
  }
  
  .container {
    position: relative;
    margin: 0 auto;
  }
  @media (max-width: 699px) {
    .container {
      padding-right: 40px;
      padding-left: 40px;
    }
  }
  @media (min-width: 700px) and (max-width: 1599px) {
    .container {
      padding-right: 7.5rem;
      padding-left: 7.5rem;
      max-width: 140rem;
    }
  }
  @media (min-width: 1600px) {
    .container {
      padding-right: 9.5625rem;
      padding-left: 9.5625rem;
      max-width: 144.125rem;
    }
  }
  
  .background-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
  }
  
  .slideshow {
    position: relative;
    color: #ffffff;
    background-color: #1e1e22;
    overflow: hidden;
    height: calc(100vh - 100px) !important;
    min-height: 400px;
  }
  .slideshow__slide {
    visibility: hidden;
    transition: visibility 0s 1.7s;
  }
  .slideshow__slide.is-current {
    visibility: visible;
    transition-delay: 0s;
  }
  @media (max-width: 699px) {
    .slideshow .slideshow__slide {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
  @media (min-width: 700px) {
    .slideshow .slideshow__slide {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
  
  .slideshow__slide-background-load-wrap {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
    /* overflow: hidden; */
  }
  
  .is-loaded .slideshow__slide-background-load-wrap {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }
  
  .slideshow__slide.is-prev .slideshow__slide-background-parallax,
  .slideshow__slide.is-next .slideshow__slide-background-parallax {
    transform: none !important;
  }
  
  .slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
  .slideshow__slide.is-next-section .slideshow__slide-background-parallax {
    transform: none !important;
  }
  
  .slideshow__slide-background-load {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, -50%, 0);
  }
  
  .is-loaded .slideshow__slide-background-load {
    transform: translate3d(0, 0, 0);
  }
  
  .slideshow__slide-background-wrap {
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    transform: translate3d(0, 0, 0);
  }
  
  .slideshow__slide.is-prev .slideshow__slide-background-wrap {
    transform: translate3d(0, -100%, 0);
  }
  
  .slideshow__slide.is-next .slideshow__slide-background-wrap {
    transform: translate3d(0, 100%, 0);
  }
  
  .slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
    transform: translate3d(0, -100%, 0);
    transition: none;
  }
  
  .slideshow__slide.is-next-section .slideshow__slide-background-wrap {
    transform: translate3d(0, 100%, 0);
    transition: none;
  }
  
  .slideshow__slide-background {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transform: scale(1);
    overflow: hidden;
  }
  
  .slideshow__slide.is-prev .slideshow__slide-background, .slideshow__slide.is-next .slideshow__slide-background {
    transform: scale(0.5);
    transition-delay: 0s;
  }
  
  .slideshow__slide.is-prev-section .slideshow__slide-background, .slideshow__slide.is-next-section .slideshow__slide-background {
    transform: scale(0.5);
    transition-delay: 0s;
    transition: none;
  }
  
  .slideshow__slide-image-wrap {
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    transform: translate3d(0, 0, 0);
  }
  
  .slideshow__slide.is-prev .slideshow__slide-image-wrap {
    transform: translate3d(0, 50%, 0);
  }
  
  .slideshow__slide-image {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transform: scale(1);
  }
  
  .slideshow__slide.is-prev .slideshow__slide-image, .slideshow__slide.is-next .slideshow__slide-image {
    transform: scale(1.25);
    transition-delay: 0s;
  }
  
  .slideshow__slide.is-prev-section .slideshow__slide-image, .slideshow__slide.is-next-section .slideshow__slide-image {
    transform: scale(1.25);
    transition-delay: 0s;
    transition: none;
  }
  
  .slideshow__slide-image::before, .slideshow__slide-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.35;
  }
  
  .slideshow__slide-image::before {
    background-color: #00000048;
  }
  
  .slideshow__slide-image::after {
    background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
  }
  
  .slideshow__slide.is-prev .slideshow_container,
  .slideshow__slide.is-next .slideshow_container {
    transform: none !important;
  }
  
  .slideshow__slide.is-prev-section .slideshow_container,
  .slideshow__slide.is-next-section .slideshow_container {
    transform: none !important;
  }
  
  .slideshow__slide-caption-text {
    position: relative;
    height: 100%;
    padding-top: 33vh;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translate3d(0, 0, 0);
  }
  
  .slideshow__slide.is-prev .slideshow__slide-caption-text {
    transform: translate3d(0, -100%, 0);
  }
  
  .slideshow__slide.is-next .slideshow__slide-caption-text {
    transform: translate3d(0, 100%, 0);
  }
  
  .slideshow__slide.is-prev-section .slideshow__slide-caption-text {
    transform: translate3d(0, -100%, 0);
    transition: none;
  }
  
  .slideshow__slide.is-next-section .slideshow__slide-caption-text {
    transform: translate3d(0, 100%, 0);
    transition: none;
  }
  
  .slideshow__slide-caption {
    position: relative;
    height: 100%;
    transform: translate3d(0, 100%, 0);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  }
  
  .is-loaded .slideshow__slide-caption {
    transform: translate3d(0, 0, 0);
  }
  
  .slideshow__slide-caption-title {
    line-height: 1;
    color: #fff;
  }
  @media (max-height: 500px) {
    .slideshow__slide-caption-title {
      margin-bottom: 0 !important;
    }
  }
  
  @media (max-width: 699px) {
    .slideshow__slide-caption-title {
      font-size: 40px;
      margin-bottom: 150px;
    }
  
    .slideshow.-full .slideshow__slide-caption-title {
      margin-bottom: 30px;
    }
  }
  @media (min-width: 700px) {
    .slideshow__slide-caption-title {
      font-size: 5.625rem;
      margin-bottom: 1.25rem;
    }
  }
  @media (min-width: 700px) and (max-width: 749px) {
    .slideshow__slide-caption-title {
      font-size: 4.375rem;
    }
  }
  @media (min-width: 1600px) {
    .slideshow__slide-caption-title {
      font-size: 6.25rem;
    }
  }
  .slideshow__slide-caption-title.-full {
    width: 100%;
  }
  
  .slideshow__slide-caption-subtitle {
    display: inline-block;
    padding: 1.875rem 0;
  }
  
  .slideshow__slide-caption-subtitle.-load {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translate3d(0, 3.75rem, 0);
  }
  
  .is-loaded .slideshow__slide-caption-subtitle.-load {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  
  body[data-route-option=prev-section] .slideshow__slide-caption-subtitle.-load, body[data-route-option=next-section] .slideshow__slide-caption-subtitle.-load {
    transform: translate3d(0, 0, 0);
  }
  
  .slideshow__slide-caption-subtitle-label {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    display: inline-block;
  }
  
  .o-hsub.-link:hover .slideshow__slide-caption-subtitle-label, .o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
    transform: translateX(20px);
  }
  
  /* OLD */
  .c-header-home_heading {
    line-height: 1;
  }
  
  @media (max-height: 500px) {
    .c-header-home_heading {
      margin-bottom: 0 !important;
    }
  }
  @media (max-width: 699px) {
    .c-header-home_heading {
      font-size: 40px;
      margin-bottom: 150px;
    }
  
    .c-header-home.-full .c-header-home_heading {
      margin-bottom: 30px;
    }
  }
  @media (min-width: 700px) {
    .c-header-home_heading {
      font-size: 5.625rem;
      margin-bottom: 1.25rem;
    }
  }
  @media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_heading {
      font-size: 4.375rem;
    }
  }
  @media (min-width: 1600px) {
    .c-header-home_heading {
      font-size: 6.25rem;
    }
  }
  .c-header-home_heading.-full {
    width: 100%;
  }
  
  .c-header-home_subheading {
    display: inline-block;
    padding: 1.875rem 0;
  }
  
  .c-header-home_subheading.-load {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translate3d(0, 3.75rem, 0);
  }
  
  .is-loaded .c-header-home_subheading.-load {
    transform: translate3d(0, 0, 0);
  }
  
  body[data-route-option=prev-section] .c-header-home_subheading.-load, body[data-route-option=next-section] .c-header-home_subheading.-load {
    transform: translate3d(0, 0, 0);
  }
  
  .c-header-home_footer {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .c-header-home_controls, .c-header-home_buttons {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
  }
  
  @media (max-width: 699px) {
    .c-header-home_controls, .c-header-home_buttons {
      padding-bottom: 40px;
    }
  }
  @media (min-width: 700px) {
    .c-header-home_controls, .c-header-home_buttons {
      padding-bottom: 5.625rem;
    }
  }
  @media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_controls, .c-header-home_buttons {
      padding-bottom: 3.75rem;
    }
  }
  .is-loaded .c-header-home_controls, .is-loaded .c-header-home_buttons {
    transform: translate3d(0, 0, 0);
  }
  
  body[data-route-option=prev-section] .c-header-home_controls, body[data-route-option=prev-section] .c-header-home_buttons, body[data-route-option=next-section] .c-header-home_controls, body[data-route-option=next-section] .c-header-home_buttons {
    transform: translate3d(0, 0, 0);
  }
  
  .c-header-home_controls {
    transition-delay: 0.65s;
  }
  
  @media (min-width: 700px) {
    .c-header-home_controls {
      float: left;
    }
  }
  .c-header-home_buttons {
    transition-delay: 0.75s;
  }
  
  @media (max-width: 699px) {
    .c-header-home_buttons {
      margin-left: -20px;
      margin-right: -20px;
    }
  }
  @media (min-width: 1000px) {
    .c-header-home_buttons {
      float: right;
    }
  }
  @media (max-width: 699px) {
    .c-header-home_button {
      width: 50% !important;
    }
  }
  @media (min-width: 700px) {
    .c-header-home_button {
      width: 15.625rem;
    }
  }
  button, .c-header-filters_button,
  .o-button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  button:hover, .c-header-filters_button:hover,
  .o-button:hover {
    text-decoration: none;
  }
  
  
  @media (min-width: 1200px) {
    .o-scroll {
      height: 100%;
    }
  }
  
  img, svg {
    max-width: 100%;
  }
  
  a, .o-link {
    color: #1a0dab;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  a:hover, .o-link:hover {
    color: #13097c;
  }
  
  a.-normal, .o-link.-normal {
    color: currentColor;
    text-decoration: none;
  }
  
  a.-normal:hover, .o-link.-normal:hover {
    text-decoration: underline;
  }
  
  a.-blue:hover, .o-link.-blue:hover {
    text-decoration: none;
    color: #0084c0;
  }
  
  a.-hover, .o-link.-hover {
    position: relative;
    text-decoration: none;
    color: #ffffff;
  }
  
  a.-hover::after, .o-link.-hover::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center left;
  }
  
  a.-hover:hover::after, .o-link.-hover:hover::after {
    transform: scaleX(1);
  }
  
  p {
    margin: 0;
  }
  
  .o-wrap {
    overflow: hidden;
  }
  
  .o-page.-anim {
    transform: translate3d(0, 9.375rem, 0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .is-loaded .o-page.-anim {
    transform: translate3d(0, 0, 0);
  }
  
  .o-barba, .o-barba_container {
    height: 100%;
  }
  
  strong {
    font-weight: 700;
  }
  
  .js-parallax {
    transform: translateZ(0);
    will-change: transform;
  }
  
  .scroll-content {
    overflow: hidden;
  }
  
  .o-blockquote.-nomargin {
    margin: 0;
  }
  
  .o-action-link {
    display: block;
    padding-top: 12.8125rem;
    padding-bottom: 7.5rem;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
  }
  
  @media (max-width: 699px) {
    .o-action-link {
      font-size: 40px;
      padding-top: 120px;
    }
  }
  @media (max-width: 1199px) {
    .o-action-link {
      color: #1e1e22;
    }
  }
  @media (min-width: 700px) {
    .o-action-link {
      font-size: 5.625rem;
    }
  }
  @media (min-width: 1200px) {
    .o-action-link {
      color: #ffffff;
    }
  }
  .o-action-link:hover {
    color: #ffffff;
  }
  
  .o-action-link_label {
    display: inline-block;
    position: relative;
  }
  
  .o-action-link_label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 0.1875rem solid;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .o-action-link:hover .o-action-link_label::after {
    transform: scaleX(1);
  }
  

  .o-hsub {
    font-size: 0.75rem;
    padding: 1.25rem 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
  }
  
  .o-hsub::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid;
    width: 1.5rem;
    background-color: #1e1e22;
    margin-right: 1.125rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center left;
  }
  
  .o-hsub.-link {
    color: #ffffff;
    text-decoration: none;
  }
  
  .o-hsub.-link:hover::before, .o-hsub-wrap:hover .o-hsub.-link::before {
    transform: scaleX(1.5);
  }
  
  .o-hsub.-link.-dark {
    color: #1e1e22;
  }
  
  .o-hsub.-link.-dark:hover {
    color: #1e1e22;
  }
  
  .o-hsub.-h {
    vertical-align: middle;
  }
  
  @media (max-width: 699px) {
    .o-hsub.-h {
      display: block;
      margin-top: 20px;
    }
  }
  @media (min-width: 700px) {
    .o-hsub.-h {
      margin-left: 2.5rem;
    }
  }
  .o-hsub_label {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    display: inline-block;
  }
  
  .o-hsub.-link:hover .o-hsub_label, .o-hsub-wrap:hover .o-hsub_label {
    transform: translateX(20px);
  }
  
  .is-loaded .o-loader {
    visibility: hidden;
    transition-delay: 0.6s;
  }
  
  .o-container {
    position: relative;
    margin: 0 auto;
  }
  
  @media (max-width: 699px) {
    .o-container {
      padding-right: 40px;
      padding-left: 40px;
    }
  
    .o-container.-small {
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  @media (min-width: 700px) and (max-width: 1599px) {
    .o-container {
      padding-right: 7.5rem;
      padding-left: 7.5rem;
      max-width: 140rem;
    }
  }
  @media (min-width: 1600px) {
    .o-container {
      padding-right: 9.5625rem;
      padding-left: 9.5625rem;
      max-width: 144.125rem;
    }
  }
  .o-section {
    position: relative;
  }
  
  .o-section.-offset {
    margin-top: -9.375rem;
    background-color: #f6f6f6;
  }
  
  .o-section.-padding {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  
  .o-section.-padding-top {
    padding-top: 7.5rem;
  }
  
  @media (max-width: 699px) {
    .o-section.-bottom {
      padding-bottom: 60px;
    }
  }
  @media (min-width: 700px) {
    .o-section.-bottom {
      padding-bottom: 7.5rem;
    }
  }
  .o-section.-left {
    margin-right: 15rem;
  }
  
  .o-section.-right {
    margin-left: 15rem;
  }
  
  .o-section.-left-large {
    margin-right: 22.5rem;
  }
  
  .o-section.-right.-padding {
    padding-left: 9.5625rem;
  }
  
  .o-section_image {
    position: relative;
    overflow: hidden;
  }
  
  .o-section_image.-small {
    padding-bottom: 57.144%;
  }
  
  .o-section_image.-large {
    padding-bottom: 55%;
  }
  
  .o-section_image.-padding-left {
    margin-left: 7.5rem;
  }
  
  .o-section_image.-left {
    margin-right: 15rem;
  }
  
  @media (max-width: 1599px) {
    .o-section_image.-left {
      margin-left: -7.5rem;
    }
  }
  @media (min-width: 1600px) {
    .o-section_image.-left {
      margin-left: -9.5625rem;
    }
  }
  .o-section_image.-right {
    margin-left: 15rem;
  }
  
  @media (max-width: 1599px) {
    .o-section_image.-right {
      margin-right: -7.5rem;
    }
  }
  @media (min-width: 1600px) {
    .o-section_image.-right {
      margin-right: -9.5625rem;
    }
  }
  .o-section_image img {
    width: 100%;
  }
  
  .o-grid {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
  }
  
  .o-grid.-margin {
    margin-left: -3.75rem;
  }
  
  .o-grid_item {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
  }
  
  @media (max-width: 699px) {
    .o-grid_item.-button {
      width: 100%;
    }
  }
  @media (min-width: 700px) and (max-width: 999px) {
    .o-grid_item.-button {
      margin-bottom: 60px;
    }
  }
  @media (min-width: 1000px) {
    .o-grid_item.-button {
      width: 18.75rem;
    }
  }
  @media (max-width: 699px) {
    .o-grid_item.-button-content {
      margin-bottom: 30px;
    }
  }
  @media (min-width: 700px) and (max-width: 999px) {
    .o-grid_item.-button-content {
      margin-bottom: 60px;
    }
  }
  @media (min-width: 1000px) {
    .o-grid_item.-button-content {
      width: calc(100% - 18.75rem);
    }
  }
  .o-grid.-margin .o-grid_item {
    padding-left: 3.75rem;
  }
  
  @media (min-width: 700px) {
    .o-grid_item.-half {
      width: 50%;
    }
  }
  @media (min-width: 700px) and (max-width: 1199px) {
    .o-grid_item.-half.-large {
      width: 100%;
    }
  }
  @media (min-width: 700px) and (max-width: 999px) {
    .o-grid_item.-half.-medium {
      width: 100%;
    }
  }
  @media (min-width: 700px) and (max-width: 1199px) {
    .o-grid_item.-third {
      width: 50%;
    }
  }
  @media (min-width: 1200px) {
    .o-grid_item.-third {
      width: 33.3333333333%;
    }
  }
  .o-form {
    padding-bottom: 11.25rem;
  }
  
  @media (max-width: 699px) {
    .o-form_item {
      margin-bottom: 35px;
    }
  }
  @media (min-width: 700px) {
    .o-form_item {
      margin-bottom: 2.9375rem;
    }
  }
  .o-form_fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  @media (max-width: 699px) {
    .o-form_fieldset {
      margin-bottom: 20px;
    }
  }
  @media (min-width: 700px) {
    .o-form_fieldset {
      margin-bottom: 3.75rem;
    }
  }
  .o-form_button {
    text-align: right;
  }
  
  .o-label {
    display: block;
    height: 100%;
    color: #b3b3b3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.875rem;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @media (max-width: 699px) {
    .o-label {
      font-size: 9px;
    }
  }
  @media (min-width: 700px) {
    .o-label {
      font-size: 0.5625rem;
    }
  }
  .o-input-wrap .o-label {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .o-input:focus ~ .o-label, .o-select:focus ~ .o-label, .o-textarea:focus ~ .o-label, .o-label.is-active {
    transform: translateY(-1.875rem);
  }
  
  .o-input.has-error ~ .o-label, .has-error.o-select ~ .o-label, .has-error.o-textarea ~ .o-label {
    color: #cc3d3d;
  }
  
  .o-input-wrap {
    position: relative;
  }
  
  .o-input, .o-select, .o-textarea {
    padding: 0.875rem;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @media (max-width: 699px) {
    .o-input, .o-select, .o-textarea {
      font-size: 14px;
    }
  }
  @media (min-width: 700px) {
    .o-input, .o-select, .o-textarea {
      font-size: 0.875rem;
    }
  }
  
  .o-input:-ms-input-placeholder, .o-select:-ms-input-placeholder, .o-textarea:-ms-input-placeholder {
    color: #b3b3b3;
  }
  
  .o-input::-moz-placeholder, .o-select::-moz-placeholder, .o-textarea::-moz-placeholder {
    color: #b3b3b3;
  }
  
  .o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
    color: #b3b3b3;
  }
  
  .o-input.-search, .-search.o-select, .-search.o-textarea {
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
    border-bottom: none;
  }
  
  @media (max-width: 699px) {
    .o-input.-search, .-search.o-select, .-search.o-textarea {
      font-size: 26px;
    }
  }
  @media (min-width: 700px) {
    .o-input.-search, .-search.o-select, .-search.o-textarea {
      font-size: 3.75rem;
    }
  }
  
  .o-input.-search:-ms-input-placeholder, .-search.o-select:-ms-input-placeholder, .-search.o-textarea:-ms-input-placeholder {
    color: #000000;
  }
  
  .o-input.-search::-moz-placeholder, .-search.o-select::-moz-placeholder, .-search.o-textarea::-moz-placeholder {
    color: #000000;
  }
  
  .o-input.-search::placeholder, .-search.o-select::placeholder, .-search.o-textarea::placeholder {
    color: #000000;
  }
  
  .-mobile .o-input.-search, .-mobile .-search.o-select, .-mobile .-search.o-textarea {
    font-size: 26px;
    padding: 0;
  }
  
  .o-input.-search.-light, .-search.-light.o-select, .-search.-light.o-textarea {
    color: #1e1e22;
  }
  
  .o-input.-search.-light:-ms-input-placeholder, .-search.-light.o-select:-ms-input-placeholder, .-search.-light.o-textarea:-ms-input-placeholder {
    color: #b3b3b3;
  }
  
  .o-input.-search.-light::-moz-placeholder, .-search.-light.o-select::-moz-placeholder, .-search.-light.o-textarea::-moz-placeholder {
    color: #b3b3b3;
  }
  
  .o-input.-search.-light::placeholder, .-search.-light.o-select::placeholder, .-search.-light.o-textarea::placeholder {
    color: #b3b3b3;
  }
  
  .o-input.has-error, .has-error.o-select, .has-error.o-textarea {
    border-color: #cc3d3d;
  }
  
  .o-input:focus, .o-select:focus, .o-textarea:focus {
    outline: none;
  }
  
  .o-input-line {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #1e1e22;
    transform: scaleX(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center left;
  }
  
  .o-input:focus ~ .o-input-line, .o-select:focus ~ .o-input-line, .o-textarea:focus ~ .o-input-line {
    transform: scaleX(1);
  }
  
  .o-input-lines::before, .o-input-lines::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-right: 1px solid #b3b3b3;
    height: 0.375rem;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .o-input.has-error ~ .o-input-lines::before, .has-error.o-select ~ .o-input-lines::before, .has-error.o-textarea ~ .o-input-lines::before, .o-input.has-error ~ .o-input-lines::after, .has-error.o-select ~ .o-input-lines::after, .has-error.o-textarea ~ .o-input-lines::after {
    border-color: #cc3d3d;
  }
  
  .o-input-lines::before {
    left: 0;
    transition-delay: 0.3s;
  }
  
  .o-input-lines::after {
    right: 0;
  }
  
  .o-input:focus ~ .o-input-lines::before, .o-select:focus ~ .o-input-lines::before, .o-textarea:focus ~ .o-input-lines::before, .o-input:focus ~ .o-input-lines::after, .o-select:focus ~ .o-input-lines::after, .o-textarea:focus ~ .o-input-lines::after {
    border-color: #1e1e22;
  }
  
  .o-input:focus ~ .o-input-lines::before, .o-select:focus ~ .o-input-lines::before, .o-textarea:focus ~ .o-input-lines::before {
    transition-delay: 0s;
  }
  
  .o-input:focus ~ .o-input-lines::after, .o-select:focus ~ .o-input-lines::after, .o-textarea:focus ~ .o-input-lines::after {
    transition-delay: 0.3s;
  }
  
  .o-checkbox, .o-radio {
    position: absolute;
    width: 0;
    opacity: 0;
  }
  
  .o-checkbox:checked + .o-checkbox-label::after, .o-radio:checked + .o-checkbox-label::after, .o-checkbox:checked + .o-radio-label::after, .o-radio:checked + .o-radio-label::after {
    transform: scale(1);
  }
  
  .o-checkbox-label, .o-radio-label {
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
    line-height: 1.4;
    margin-right: 4.0625rem;
    cursor: pointer;
    padding-top: 0.125rem;
  }
  
  @media (max-width: 699px) {
    .o-checkbox-label, .o-radio-label {
      font-size: 12px;
      padding-left: 27px;
    }
  }
  @media (min-width: 700px) {
    .o-checkbox-label, .o-radio-label {
      font-size: 0.875rem;
      padding-left: 1.1875rem;
    }
  }
  .o-checkbox-label.-uppsercase, .-uppsercase.o-radio-label {
    text-transform: uppercase;
  }
  
  .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    padding: 0;
    content: "";
    border: 1px solid;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @media (max-width: 699px) {
    .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
      width: 12px;
      height: 12px;
      margin-top: -6px;
    }
  }
  @media (min-width: 700px) {
    .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
      margin-top: -0.28125rem;
      width: 0.5625rem;
      height: 0.5625rem;
    }
  }
  .o-checkbox-label::after, .o-radio-label::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #1e1e22 transparent transparent transparent;
    transform: scale(0);
    transform-origin: top left;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @media (max-width: 699px) {
    .o-checkbox-label::after, .o-radio-label::after {
      border-width: 12px 12px 0 0;
    }
  }
  @media (min-width: 700px) {
    .o-checkbox-label::after, .o-radio-label::after {
      border-width: 0.5625rem 0.5625rem 0 0;
    }
  }
  .o-checkbox-label.has-error::before, .has-error.o-radio-label::before {
    border-color: #cc3d3d;
  }
  
  .o-checkbox-label_text {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
  }
  
  .o-checkbox-label:hover .o-checkbox-label_text, .o-radio-label:hover .o-checkbox-label_text {
    transform: translateX(0.3125rem);
  }
  
  .o-radio-label::before, .o-radio-label::after {
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
  
  .o-radio-label::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
    background-size: 6px;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
  }
  
  .o-radio:checked + .o-radio-label::after {
    transform: scale(1);
  }
  
  .o-select {
    position: relative;
    z-index: 1;
    padding-right: 2.5rem;
  }
  
  .o-select:focus {
    border-bottom-color: #1e1e22;
  }
  
  .o-select-wrap {
    position: relative;
  }
  
  .o-select-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23b3b3b3%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
  }
  
  .o-textarea-wrap {
    position: relative;
  }
  
  .o-textarea {
    min-height: 9.375rem;
  }
  
  .o-button {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #1e1e22;
    white-space: nowrap;
    font-size: 0;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  }
  
  .o-button:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
  }
  
  .o-button > * {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1rem;
  }
  
  @media (max-width: 699px) {
    .o-button {
      height: 60px;
      padding: 0 20px;
    }
  }
  @media (min-width: 700px) {
    .o-button {
      height: 3.75rem;
      padding: 0 1.875rem;
    }
  }
  .o-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1e1e22;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  }
  
  .o-button:hover {
    color: #ffffff;
    transition-delay: 0s;
  }
  
  .o-button:hover::after {
    transform: scaleX(1);
    transition-delay: 0s;
  }
  
  @media (min-width: 1200px) {
    .o-button.-anim {
      border-color: transparent;
    }
  }
  .o-button.-left::after {
    transform-origin: center right;
  }
  
  .o-button.-white {
    border-color: #ffffff;
  }
  
  .o-button.-white::after {
    background-color: #ffffff;
  }
  
  .o-button.-white:hover {
    color: #000000;
  }
  
  @media (max-width: 699px) {
    .o-button.-width {
      width: 100%;
    }
  }
  @media (min-width: 700px) {
    .o-button.-width {
      width: 15rem;
    }
  }
  .o-button.-form {
    width: 11.25rem;
  }
  
  .o-button.-form:focus {
    color: #ffffff;
    transition-delay: 0s;
  }
  
  .o-button.-form:focus::after {
    transform: scaleX(1);
    transition-delay: 0s;
  }
  
  .o-button.-square {
    padding: 0;
  }
  
  @media (max-width: 699px) {
    .o-button.-square {
      width: 30px;
      height: 30px;
    }
  }
  @media (min-width: 700px) {
    .o-button.-square {
      width: 3.75rem;
    }
  }
  .o-button-group .o-button + .o-button {
    border-left: none;
  }
  
  @media (max-width: 699px) {
    .o-button.-padding {
      padding: 1.25rem;
    }
  }
  @media (min-width: 700px) {
    .o-button.-padding {
      padding: 1.25rem 2.5rem;
    }
  }
  .o-button_label {
    display: inline-block;
    position: relative;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
    line-height: 1.4;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
    font-size: 0.75rem;
  }
  
  .o-button:hover .o-button_label {
    transform: translateX(0.5rem);
    transition-delay: 0.075s;
  }
  
  .o-button.-left:hover .o-button_label {
    transform: translateX(-0.5rem);
  }
  
  .o-button.-square:hover .o-button_label {
    transform: translateX(0.375rem);
  }
  
  .o-button.-left.-square:hover .o-button_label {
    transform: translateX(-0.375rem);
  }
  
  .o-button-group {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
  }
  
  .o-button_icon {
    position: relative;
    width: 1.1875rem;
    height: 1.1875rem;
    fill: #1e1e22;
    transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  }
  
  .o-button.-white .o-button_icon {
    fill: #ffffff;
  }
  
  .o-button:hover .o-button_icon {
    fill: #f6f6f6;
    transition-delay: 0s;
  }
  
  .o-button.-white:hover .o-button_icon {
    fill: #1e1e22;
  }
  
  .o-button_line::before, .o-button_line::after {
    content: "";
    position: absolute;
    background-color: #1e1e22;
  }
  
  .is-mobile .o-button_line::before, .is-mobile .o-button_line::after {
    display: none;
  }
  
  .o-button_line::before {
    width: 1px;
    top: 0;
    bottom: 0;
    transform: scaleY(0);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .o-button_line::after {
    height: 1px;
    right: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .o-button_line:first-of-type::before {
    left: 0;
    transform-origin: center bottom;
  }
  
  .o-button_line:first-of-type::after {
    top: 0;
    transform-origin: center left;
  }
  
  .o-button_line:last-of-type::before {
    right: 0;
    transform-origin: center top;
  }
  
  .o-button_line:last-of-type::after {
    bottom: 0;
    transform-origin: center right;
  }
  
  .o-button.is-inview .o-button_line::before {
    transform: scaleY(1);
  }
  
  .o-button.is-inview .o-button_line::after {
    transform: scaleX(1);
  }
  
  .o-button.is-inview .o-button_line:first-of-type::before {
    transition-delay: 1.15s;
  }
  
  .o-button.is-inview .o-button_line:first-of-type::after {
    transition-delay: 0.1s;
  }
  
  .o-button.is-inview .o-button_line:last-of-type::before {
    transition-delay: 0.55s;
  }
  
  .o-button.is-inview .o-button_line:last-of-type::after {
    transition-delay: 0.7s;
  }
  
  .c-header-home_footer {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .c-header-home_controls, .c-header-home_buttons {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
  }
  
  @media (max-width: 699px) {
    .c-header-home_controls, .c-header-home_buttons {
      padding-bottom: 40px;
    }
  }
  @media (min-width: 700px) {
    .c-header-home_controls, .c-header-home_buttons {
      padding-bottom: 5.625rem;
    }
  }
  @media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_controls, .c-header-home_buttons {
      padding-bottom: 3.75rem;
    }
  }
  .is-loaded .c-header-home_controls, .is-loaded .c-header-home_buttons {
    transform: translate3d(0, 0, 0);
  }
  
  body[data-route-option=prev-section] .c-header-home_controls, body[data-route-option=prev-section] .c-header-home_buttons, body[data-route-option=next-section] .c-header-home_controls, body[data-route-option=next-section] .c-header-home_buttons {
    transform: translate3d(0, 0, 0);
  }
  
  .c-header-home_controls {
    transition-delay: 0.65s;
  }
  
  @media (min-width: 700px) {
    .c-header-home_controls {
      float: left;
    }
  }
  .c-header-home_buttons {
    transition-delay: 0.75s;
  }
  
  @media (max-width: 699px) {
    .c-header-home_buttons {
      margin-left: -20px;
      margin-right: -20px;
    }
  }
  @media (min-width: 1000px) {
    .c-header-home_buttons {
      float: right;
    }
  }
  @media (max-width: 699px) {
    .c-header-home_button {
      width: 50% !important;
    }
  }
  @media (min-width: 700px) {
    .c-header-home_button {
      width: 15.625rem;
    }
  }


.block-mb-nvbr{
    position: fixed;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 40%;
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
    background-color: white;
    padding-top: 100px;
}
.block-mb-nvbr>.close-btn>svg{
    fill: #000;
}
.block-mb-nvbr>.close-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.block-mb-nvbr>li{
    list-style: none;
    text-align: center;
    
}
.block-mb-nvbr a{
    color: #000;
    padding: 10px;
}

.thankyoucontent{
  background: #FFAFBD;
  background: -webkit-linear-gradient(to right, #ffc3a0, #FFAFBD);
  background: linear-gradient(to right, #ffc3a0, #fac9d1);
  height:100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-2{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-2 img{
  max-width: 150px;
  margin-bottom: 20px;
}
.wrapper-2 p{
  color: #1D3557;
  font-weight: bold;
}

.wrapper-2 a{
  background-color: #EE5135;
  padding: 10px 20px;
  display: block;
  color: #fff;
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: 500;
}