@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Montserrat:300,400,500,600,700);
/*=======================================================================

Template Name: Boosted | Responsive HTML5 Template
Template URI: https://abctechweb.com
Description: Boosted | Boosted Responsive HTML5 Template.
Author: abctechweb
Author URI: https://abctechweb.com
Version: 1.0

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header Area
[04] Slider Area
[05] About Area
[06] Service Area
[07] Classes Area
[08] Schedule Area
[09] Team Area
[10] Banner Area
[11] Trainer Area 
[12] Schedule Appointment Area
[13] Client Area
[14] Pricing Plan Area
[15] Counter Area
[16] Product Area
[17] Event Area
[18] Gallery Area
[19] Featured Area
[20] Blog Area
[21] Brand Area
[22] Subscribe Area
[23] Sidebar Area
[24] Contact Us Area
[25] Error Page Area
[26] Footer Area
[27] Responsive Style

=========================================================================
[ End table of content ]
=========================================================================*/
/*=======================================================================
[01] Typography
=========================================================================*/
html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  color: #676767;
  font-size: 16px;
}
body {
  background-attachment: scroll;
  background-color: #ffffff;
  background-repeat: repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
p {
  line-height: 1.7;
  margin: 0 0 20px 0;
}
/*=======================================================================
[02] General
=========================================================================*/
#wrapper {
  overflow: hidden;
  background: #30333a;
}
.logo-area {
  margin-left: 15px;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.full-width-layout {
  width: 100%;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters.full-width {
  margin-right: -15px;
  margin-left: -15px;
}
.u-lineheight2 {
  line-height: 2;
}
.margin-auto {
  margin: 0 auto;
}
.border-box {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #f5f5f5;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 1px 1px;
}
.border-box-all {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #f5f5f5;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}
.position-relative {
  position: relative;
}
.txt-bx-p {
  padding: 30px;
}
.p-lr40 {
  padding: 0 40px;
}
.img-width-100 img {
  width: 100%;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.slider-mt {
  margin-top: 152px;
}
.item-mb {
  margin-bottom: 30px;
}
.mb-none {
  margin-bottom: 0!important;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-75 {
  margin-bottom: 75px;
}
.slider-top-margin {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .slider-top-margin {
    margin-top: 45px;
  }
}
.margin-bottom-none {
  margin-bottom: 0!important;
}
.primary-bg {
  background: #ffae00;
}
.accent-bg {
  background: #202227;
}
.bg-light {
  background: #ffffff;
}
.body-bg {
  background: #ffffff;
}
.accent-color {
  background: #f6f6f6;
}
.accent-dark {
  background: #e5e5e5;
}
.accent-light {
  background: #f9f9f9;
}
.accent-bg-light {
  background: #30333a;
}
.accent-bg2 {
  background: #181818;
}
.accent-bg3 {
  background: #26466c;
}
.bg-common-style {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-common-repeat {
  background-position: center;
  background-repeat: repeat;
}
.s-space-conuter {
  padding: 75px 0 40px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .s-space-conuter {
    padding: 70px 0 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .s-space-conuter {
    padding: 65px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .s-space-conuter {
    padding: 60px 0 25px;
  }
}
.section-space-all {
  padding: 98px 0 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-all {
    padding: 88px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-all {
    padding: 78px 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-all {
    padding: 68px 0 80px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-all {
    padding: 58px 0 70px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-all {
    padding: 48px 0 60px;
  }
}
.section-space-top {
  padding: 98px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding: 88px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding: 78px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-top {
    padding: 68px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-top {
    padding: 58px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-top {
    padding: 48px 0 0;
  }
}
.section-space-bottom {
  padding: 0 0 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding: 0 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding: 0 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-bottom {
    padding: 0 0 80px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-bottom {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-bottom {
    padding: 0 0 60px;
  }
}
.section-space-default {
  padding: 98px 0 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-default {
    padding: 88px 0 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-default {
    padding: 78px 0 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-default {
    padding: 68px 0 50px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-default {
    padding: 58px 0 40px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-default {
    padding: 48px 0 30px;
  }
}
.section-title-left {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
  padding-bottom: 30px;
  color: #101010;
}
.section-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #101010;
}
.section-title span {
  color: #ffae00;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title {
    font-size: 20px;
  }
}
.section-title2 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 300;
  color: #101010;
}
.section-title2 span {
  color: #ffae00;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title2 {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title2 {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title2 {
    font-size: 20px;
  }
}
.section-title-textprimary {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 25px;
  color: #ffffff;
}
.section-title-textprimary span {
  color: #ffae00;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-textprimary {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-textprimary {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-textprimary {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-textprimary {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-textprimary {
    font-size: 20px;
  }
}
.inner-section-title-textprimary {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 25px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-section-title-textprimary {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-section-title-textprimary {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-section-title-textprimary {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .inner-section-title-textprimary {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .inner-section-title-textprimary {
    font-size: 20px;
  }
}
.inner-section-title-textprimary span {
  font-weight: 500;
}
.section-title-bar {
  position: relative;
  width: 220px;
  text-align: center;
  margin: 0 auto 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-bar {
    margin: 0 auto 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-bar {
    margin: 0 auto 45px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-bar {
    margin: 0 auto 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-bar {
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-bar {
    margin: 0 auto 15px;
  }
}
.section-title-bar:before {
  content: "";
  border-top: 1px solid #b2b1b1;
  border-bottom: 1px solid #b2b1b1;
  height: 5px;
  width: 80px;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
}
.section-title-bar:after {
  content: "";
  border-top: 1px solid #b2b1b1;
  border-bottom: 1px solid #b2b1b1;
  height: 5px;
  width: 80px;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
}
.section-title-bar i {
  color: #ffae00;
  font-size: 28px;
}
.section-title-bar i:before {
  color: #ffae00;
  font-size: 28px;
  margin-left: 0;
}
.title-bar-footer {
  margin-bottom: 85px;
  position: relative;
}
.title-bar-footer:before {
  content: "";
  height: 2px;
  width: 50px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -26px;
  z-index: 1;
}
.section-title-bar2 {
  position: relative;
  width: 220px;
  text-align: center;
  margin: 0 auto;
}
.section-title-bar2:before {
  content: "";
  border-top: 1px solid #b2b1b1;
  border-bottom: 1px solid #b2b1b1;
  height: 5px;
  width: 80px;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
}
.section-title-bar2:after {
  content: "";
  border-top: 1px solid #b2b1b1;
  border-bottom: 1px solid #b2b1b1;
  height: 5px;
  width: 80px;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
}
.section-title-bar2 i {
  color: #ffae00;
  font-size: 28px;
}
.section-title-bar2 i:before {
  margin-left: 0;
}
.section-title-bar-left {
  position: relative;
}
.section-title-bar-left:before {
  content: "";
  height: 3px;
  width: 80px;
  background: #ffae00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.rotated-icon-primary {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #ffae00;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 479px) {
  .rotated-icon-primary {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
}
.rotated-icon-primary i {
  text-align: center;
}
.rotated-icon-primary i:before {
  position: absolute;
  left: 13px;
  top: 5px;
  margin-left: 0;
  color: #ffae00;
  font-size: 24px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media only screen and (max-width: 479px) {
  .rotated-icon-primary i:before {
    font-size: 20px;
    left: 10px;
    top: 0;
  }
}
.rotated-icon-light-bg-primary {
  background: #ffae00;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #ffae00;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 479px) {
  .rotated-icon-light-bg-primary {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
}
.rotated-icon-light-bg-primary i {
  text-align: center;
}
.rotated-icon-light-bg-primary i:before {
  position: absolute;
  left: 13px;
  top: 5px;
  margin-left: 0;
  color: #ffffff;
  font-size: 24px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media only screen and (max-width: 479px) {
  .rotated-icon-light-bg-primary i:before {
    font-size: 20px;
  }
}
.rotated-icon-textPrimary {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  line-height: 55px;
  margin-bottom: 60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rotated-icon-textPrimary i {
  color: #ffffff;
  font-size: 24px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rotated-icon-textPrimary:hover {
  background: #ffffff;
}
.rotated-icon-textPrimary:hover i {
  color: #ffae00;
}
.rotated-icon-textPrimary-wb {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 1px solid #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  line-height: 55px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rotated-icon-textPrimary-wb i:before {
  position: absolute;
  top: -5px;
  left: 12px;
  margin-left: 0;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rotated-icon-textPrimary-wb:hover {
  background: #ffffff;
}
.rotated-icon-textPrimary-wb:hover i:before {
  color: #ffae00;
}
.rotated-icon-textPrimary-wb-custom {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 55px;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rotated-icon-textPrimary-wb-custom i {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 13px;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rotated-icon-textPrimary-wb-custom:hover {
  background: #ffffff;
}
.rotated-icon-textPrimary-wb-custom:hover i {
  color: #ffae00;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rotated-icon-textPrimary-wb-custom {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .rotated-icon-textPrimary-wb-custom i {
    font-size: 14px;
    top: 8px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .rotated-icon-textPrimary-wb-custom {
    width: 46px;
    height: 46px;
    line-height: 55px;
    margin-bottom: 10px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .rotated-icon-textPrimary-wb-custom {
    width: 46px;
    height: 46px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .rotated-icon-textPrimary-wb-custom {
    width: 46px;
    height: 46px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}
.isotop-btn-square {
  text-align: center;
  margin-bottom: 40px;
}
.isotop-btn-square:after {
  display: none;
}
.isotop-btn-square a {
  font-size: 14px;
  background: transparent;
  color: #676767;
  padding: 10px 30px;
  margin: 0;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 3px;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn-square a:hover {
  border: 1px solid #ffae00;
  background: #ffae00;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .isotop-btn-square a {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .isotop-btn-square a {
    padding: 7px 18px;
  }
}
.isotop-btn-square .current {
  border: 1px solid #ffae00;
  background: #ffae00;
  color: #ffffff;
}
.play-btn {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  border: 3px solid #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 480px) {
  .play-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.play-btn i {
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.play-btn:hover {
  background-color: rgba(243, 99, 71, 0.1);
  border: 3px solid #ffffff;
}
.play-btn:hover i {
  color: #ffae00;
}
.isotop-btn-flat {
  text-align: left;
  margin-bottom: 40px;
}
.isotop-btn-flat:after {
  display: none;
}
.isotop-btn-flat a {
  margin-right: 30px;
  font-size: 18px;
  color: #676767;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn-flat a:last-child {
  margin-right: 0;
}
.isotop-btn-flat a:hover {
  color: #ffae00;
}
.isotop-btn-flat .current {
  color: #ffae00;
}
a.fill-color-btn {
  border: 2px solid #ffae00;
  color: #ffffff;
  padding: 10px 35px;
  background: #ffae00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.fill-color-btn i {
  margin-left: 15px;
}
a.fill-color-btn:hover {
  background: transparent;
  color: #ffae00;
}
.fill-color-btn {
  border: 2px solid #ffae00;
  color: #ffffff;
  padding: 10px 35px;
  background: #ffae00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fill-color-btn i {
  margin-left: 15px;
}
.fill-color-btn:hover {
  background: transparent;
  color: #ffae00;
}
.fill-color-btn-circle {
  border: 2px solid #ffae00;
  color: #ffffff;
  padding: 10px 35px;
  background: #ffae00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fill-color-btn-circle i {
  margin-left: 15px;
}
.fill-color-btn-circle:hover {
  background: transparent;
  color: #ffae00 !important;
}
.btn-ghost-primary {
  border: 2px solid #ffae00;
  color: #ffae00;
  padding: 8px 18px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-ghost-primary i {
  margin-left: 10px;
}
.btn-ghost-primary:hover {
  background: #ffae00;
  color: #ffffff;
}
.btn-ghost-primary2 {
  border: 2px solid #ffae00;
  padding: 8px 18px;
  background: #ffae00;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  color: #ffffff;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-ghost-primary2 i {
  margin-left: 10px;
}
.btn-ghost-primary2:hover {
  background: transparent;
  color: #ffae00;
}
.btn-ghost-primary-sm {
  border: 2px solid #ffae00;
  color: #ffae00;
  padding: 7px 10px;
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-ghost-primary-sm i {
  margin-left: 10px;
}
.btn-ghost-primary-sm:hover {
  background: #ffae00;
  color: #ffffff;
}
.btn-ghost-primary-sm2 {
  border: 2px solid #ffae00;
  padding: 7px 10px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  color: #ffffff;
  background: #ffae00;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-ghost-primary-sm2 i {
  margin-left: 10px;
}
.btn-ghost-primary-sm2:hover {
  background: transparent;
  color: #ffae00;
}
.overlay-primary {
  position: relative;
}
.overlay-primary:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(243, 99, 71, 0.7);
}
.overlay-default {
  position: relative;
}
.overlay-default:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.overlay-default2 {
  position: relative;
}
.overlay-default2:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.overlay-default2 > div {
  position: relative;
  z-index: 1;
}
.overlay-textprimary {
  position: relative;
}
.overlay-textprimary:before {
  content: "";
  background-color: rgba(242, 242, 242, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.overlay-textprimary > div {
  position: relative;
  z-index: 1;
}
.default-big-btn {
  color: #ffffff;
  padding: 15px 0;
  background: #ffae00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: none;
  width: 164px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.default-big-btn:hover {
  background: #f2f2f2;
  color: #101010;
}
.ghost-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn:hover {
  background: #ffffff;
  color: #ffae00;
}
.ghost-btn2 {
  border: 2px solid #ffae00;
  padding: 10px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  color: #ffae00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn2:hover {
  border: 2px solid #ffae00;
  background: #ffae00;
  color: #ffffff;
}
.ghost-btn3 {
  padding: 10px 30px;
  background: #f2f2f2;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn3 i {
  color: #ffae00;
  font-size: 18px;
  margin-left: 15px;
}
.ghost-btn3:hover {
  color: #ffffff;
}
.ghost-btn4 {
  padding: 10px 30px;
  background: #f2f2f2;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn4 i {
  color: #ffae00;
  font-size: 18px;
  margin-left: 15px;
}
.ghost-btn4:hover {
  color: #ffae00;
}
.btn-primarytext-ghost {
  border: 2px solid #ffae00;
  color: #FFF!important;
  padding: 10px 30px;
  background: #ffae00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-primarytext-ghost:hover {
  color: #ffae00!important;
  background: #FFF;
  border: 2px solid #ffae00;
}
.btn-primarytext-ghost2 {
  font-size: 14px;
  font-weight: 300;
  background: transparent;
  color: #676767;
  padding: 10px 30px;
  margin: 0;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 3px;
  border: 1px solid #676767;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-primarytext-ghost2:hover {
  border: 1px solid #ffae00;
  background: #ffae00;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn {
  text-align: center;
  margin-bottom: 40px;
}
.isotop-btn:after {
  display: none;
}
.isotop-btn a {
  font-size: 14px;
  background: #f9f9f9;
  color: #676767;
  padding: 10px 30px;
  margin: 0;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #c2c2c2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn a:hover {
  border: 1px solid #ffae00;
  background: #ffae00;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .isotop-btn a {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .isotop-btn a {
    padding: 7px 18px;
  }
}
.isotop-btn .current {
  border: 1px solid #ffae00;
  background: #ffae00;
  color: #ffffff;
}
.btn-flat {
  color: #676767;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-flat:hover {
  color: #ffae00;
}
.btn-flat i {
  margin-right: 12px;
}
.btn-checkout {
  margin: 5px 0;
  border: 2px solid #ffae00;
  color: #ffffff;
  padding: 8px 25px;
  background: #ffae00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-checkout i {
  margin-right: 10px;
}
.btn-checkout:hover {
  background: transparent;
  color: #ffae00;
}
.btn-ghost {
  background: transparent;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 13px 28px;
  border-radius: 45px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-ghost:hover {
  background: #ffffff;
  color: #ffae00;
}
.btn-ghost-round {
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 13px 28px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-ghost-round:hover {
  background: #ffffff;
  color: #ffae00;
}
.btn-ghost-low-height {
  background: transparent;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 11px 28px;
  border-radius: 45px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-ghost-low-height:hover {
  background: #ffffff;
  color: #ffae00;
}
.btn-fill-ghost {
  background: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffae00;
  border: 2px solid #ffffff;
  padding: 13px 28px;
  border-radius: 45px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill-ghost:hover {
  background: transparent;
  color: #ffffff;
}
.btn-fill-ghost2 {
  background: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffae00;
  border: 2px solid #ffffff;
  padding: 13px 28px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill-ghost2:hover {
  background: transparent;
  color: #ffffff;
}
.btn-primary-fill-ghost {
  background: #ffae00;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  border: 2px solid #ffae00;
  padding: 13px 34px;
  border-radius: 45px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-primary-fill-ghost:hover {
  background: transparent;
  color: #ffae00;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-primary-fill-ghost {
    padding: 12px 26px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-primary-fill-ghost {
    padding: 11px 24px;
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .btn-primary-fill-ghost {
    padding: 10px 22px;
    font-size: 11px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .btn-primary-fill-ghost {
    padding: 9px 20px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .btn-primary-fill-ghost {
    padding: 8px 18px;
    font-size: 10px;
  }
}
.play-btn-title {
  text-align: center;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.bst-arrow {
  background-color: transparent;
  color: #ffae00;
  border: 2px solid #717171;
  text-align: center;
  opacity: 1;
  font-size: 20px;
  height: 36px;
  width: 36px;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bst-arrow:hover {
  background-color: #ffffff;
  color: #ffae00;
  border: 2px solid #ffffff;
}
.bst-prev {
  position: absolute;
  left: 0;
  top: 90%;
  -webkit-transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  -o-transform: translateY(-90%);
  transform: translateY(-90%);
  z-index: 7;
}
.bst-next {
  position: absolute;
  right: 0;
  top: 90%;
  -webkit-transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  -o-transform: translateY(-90%);
  transform: translateY(-90%);
  z-index: 7;
}
.nav-control-middle .owl-controls i {
  color: #ffae00;
  display: block;
  line-height: 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle .owl-controls .owl-nav > div {
  opacity: 1;
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 20px;
  margin: 0 4px;
  height: 35px;
  width: 34px;
  border-radius: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle .owl-controls .owl-prev {
  left: -3px;
}
.nav-control-middle .owl-controls .owl-prev:hover {
  background: #ffae00;
  border: 1px solid #ffae00;
}
.nav-control-middle .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle .owl-controls .owl-next {
  right: -3px;
}
.nav-control-middle .owl-controls .owl-next:hover {
  background: #ffae00;
  border: 1px solid #ffae00;
}
.nav-control-middle .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-middle2 .owl-controls i {
  color: #ffae00;
  display: block;
  line-height: 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle2 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle2 .owl-controls .owl-nav > div {
  opacity: 1;
  border: 1px solid #ffae00;
  background: transparent;
  font-size: 20px;
  margin: 0 4px;
  height: 35px;
  width: 34px;
  border-radius: 0;
  position: absolute;
  -webkit-transform: translateY(-36%);
  -moz-transform: translateY(-36%);
  -ms-transform: translateY(-36%);
  -o-transform: translateY(-36%);
  transform: translateY(-36%);
  top: 36%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle2 .owl-controls .owl-prev {
  left: -5px;
}
.nav-control-middle2 .owl-controls .owl-prev:hover {
  background: #ffae00;
  border: 1px solid #ffae00;
}
.nav-control-middle2 .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle2 .owl-controls .owl-next {
  right: -5px;
}
.nav-control-middle2 .owl-controls .owl-next:hover {
  background: #ffae00;
  border: 1px solid #ffae00;
}
.nav-control-middle2 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-middle3 .owl-controls i {
  color: #ffae00;
  display: block;
  line-height: 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle3 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle3 .owl-controls .owl-nav > div {
  opacity: 1;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  font-size: 20px;
  margin: 0 4px;
  height: 35px;
  width: 34px;
  border-radius: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle3 .owl-controls .owl-prev {
  left: -50px;
}
.nav-control-middle3 .owl-controls .owl-prev:hover {
  background: #ffae00;
  border: 1px solid #ffae00;
}
.nav-control-middle3 .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle3 .owl-controls .owl-next {
  right: -50px;
}
.nav-control-middle3 .owl-controls .owl-next:hover {
  background: #ffae00;
  border: 1px solid #ffae00;
}
.nav-control-middle3 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .nav-on-hover:hover .owl-prev {
    left: -3px;
  }
  .nav-on-hover:hover .owl-next {
    right: -3px;
  }
}
.nav-on-focus:hover .owl-prev {
  opacity: 1;
}
.nav-on-focus:hover .owl-next {
  opacity: 1;
}
.inner-page-banner-area {
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 200px 0 40px;
  margin-top: 49px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-banner-area {
    padding: 180px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-banner-area {
    padding: 170px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-banner-area {
    padding: 50px 0 40px;
    margin-top: 46px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .inner-page-banner-area {
    margin-top: 46px;
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .inner-page-banner-area {
    margin-top: 46px;
    padding: 30px 0 20px;
  }
}
.inner-page-banner-area:after {
  position: absolute;
  content: "";
  background: rgba(40, 49, 66, 0.9);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner-page-banner-area .pagination-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner-area .pagination-area ul {
  text-align: center;
}
.inner-page-banner-area .pagination-area ul li {
  display: inline-block;
  color: #ffae00;
  font-size: 14px;
}
.inner-page-banner-area .pagination-area ul li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-page-banner-area .pagination-area ul li a:hover {
  color: #ffae00;
}
.pagination-left {
  text-align: left;
  margin-top: 20px;
}
.pagination-left li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.pagination-left li a {
  border: 1px solid #f5f5f5;
  width: 42px;
  font-size: 16px;
  color: #101010;
  height: 40px;
  background: transparent;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-left li a:hover {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.pagination-left li:first-child {
  margin-right: 15px;
}
.pagination-left li:last-child {
  margin-right: 0;
  margin-left: 10px;
}
.pagination-left li i {
  margin-top: 12px;
}
.pagination-left .active a {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.pagination-center {
  text-align: center;
  margin-top: 20px;
}
.pagination-center li {
  display: inline-block;
  margin-right: 5px;
}
.pagination-center li a {
  border: 1px solid #f5f5f5;
  width: 42px;
  font-size: 16px;
  color: #101010;
  height: 40px;
  background: transparent;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-center li a:hover {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.pagination-center li:first-child {
  margin-right: 15px;
}
.pagination-center li:last-child {
  margin-right: 0;
  margin-left: 10px;
}
.pagination-center li i {
  margin-top: 12px;
}
.pagination-center .active a {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.loadmore-center {
  margin-top: 30px;
  text-align: center;
}
.loadmore-center2 {
  margin-top: 30px;
  text-align: center;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
#scrollUp {
  background-color: rgba(243, 99, 71, 0.3);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 44px;
  z-index: 99999;
  border: 2px solid #ffae00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#scrollUp i {
  color: #ffae00;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: #ffae00;
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #ffffff;
}
#scrollUp {
  animation: blinker 10s linear infinite;
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
#preloader {
  background: #0b1424 url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.box-layout {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}
.box-layout .header,
.box-layout .stick {
  max-width: 1350px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
/*=======================================================================
[03] Header Area
=========================================================================*/
.header {
  /* position: fixed; */
  /* z-index: 15; */
  /* left: 0; */
  /* right: 0; */
}
.header .top-bar-social li {
  border-left: none;
  display: inline-block;
}
.header .top-bar-social li:last-child {
  border-right: none;
}
.header .top-bar-social li a {
  padding: 14px;
  display: inline-block;
}
.header .top-bar-social li a i {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header .top-bar-social li a:hover i {
  color: #ffae00;
}
.header .top-bar-contact {
  padding: 14px 0;
  text-align: right;
}
.header .top-bar-contact li {
  display: inline-block;
  margin-left: 30px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .top-bar-contact li {
    margin-left: 8px;
    font-size: 13px;
  }
}
.header .top-bar-contact li i {
  margin-right: 15px;
  color: #ffae00;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .top-bar-contact li i {
    margin-right: 3px;
  }
}
.header .top-bar-contact li a {
  color: #b8b8b8;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header .top-bar-contact li a:hover {
  color: #ffae00;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .top-bar-contact li:nth-child(2n) {
    display: none;
  }
}
.header .header-divider {
  border-bottom: 1px solid #656565;
}
.header nav > ul > li > a {
  padding: 30px 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header nav > ul > li > a {
    padding: 30px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header nav > ul > li > a {
    padding: 30px 6px;
  }
}
.header nav > ul > li ul {
  left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header nav > ul > li ul {
    left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header nav > ul > li ul {
    left: -9px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header nav > ul > li .mega-menu-area {
    left: -267px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header nav > ul > li .mega-menu-area {
    left: -272px;
  }
}
.main-menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
}
.main-menu-area .bst-main-menu nav {
  text-align: right;
}
.main-menu-area .bst-main-menu nav > ul .active > a {
  font-weight: 600;
  color: #ffae00;
  position: relative;
}
.main-menu-area .bst-main-menu nav > ul .active > a:before {
  content: "";
  background: #ffae00;
  height: 3px;
  width: 80%;
  position: absolute;
  z-index: 10;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-menu-area .bst-main-menu nav > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area .bst-main-menu nav > ul > li > a {
  font-size: 15px;
  padding: 39px 15px 38px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area .bst-main-menu nav > ul > li > a {
    padding: 39px 10px 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area .bst-main-menu nav > ul > li > a {
    padding: 29px 4px 28px;
  }
}
.main-menu-area .bst-main-menu nav > ul > li > a:hover {
  color: #ffae00;
}
.main-menu-area .bst-main-menu nav > ul > li:hover ul.rt-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu {
  background: #ffae00;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 200px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li:last-child {
  border-bottom: none;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li a {
  display: block;
  color: #ffffff;
  padding: 10px 10px 10px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li a:before {
  display: none;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li a:hover,
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li a:focus {
  background: #202227;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu .active a {
  background: #202227;
  color: #ffffff;
}
.bottom-border {
  border-bottom: 1px solid #f5f5f5;
}
li.has-child-menu {
  position: relative;
}
li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
li.has-child-menu > ul.thired-level {
  position: absolute;
  left: 200px;
  width: 200px;
  top: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
li.has-child-menu:hover ul.thired-level {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}
.header-layout1 nav ul .active > a {
  color: #ffae00;
}
.header-layout1 nav ul li a {
  color: #101010;
}
.header-layout1 nav ul li a:hover {
  color: #222;
}
.header-layout1 nav ul li > ul {
  background: #ffae00;
}
.header-layout1 nav ul li > ul > li > a {
  color: #ffffff;
}
.header-layout1 nav ul li > ul > li:hover,
.header-layout1 nav ul li > ul > li .active {
  background: #202227;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-layout1 nav ul li > ul > li:hover a,
.header-layout1 nav ul li > ul > li .active a {
  color: #101010;
}
.header-layout1 nav li.has-child-menu > a {
  color: #ffffff;
}
.header-layout1 nav li.has-child-menu > ul.thired-level li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-layout1 .stick {
  background: rgba(32, 34, 39, 0.9);
  position: fixed;
}
.header-layout1 .stick .bst-main-menu nav ul li a {
  padding: 24px 15px 23px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout1 .stick .bst-main-menu nav ul li a {
    padding: 24px 10px 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-layout1 .stick .bst-main-menu nav ul li a {
    padding: 24px 4px 23px;
  }
}
.header-layout1 .stick .cart-area ul {
  top: 53px;
}
.header-layout1 .cart-area > a {
  color: #ffffff;
}
.header-layout1 .header-search a i {
  color: #ffffff;
}
.header-layout2 nav ul .active > a {
  color: #ffae00;
}
.header-layout2 nav ul li a {
  color: #101010;
}
.header-layout2 nav ul li a:hover {
  color: #ffae00;
}
.header-layout2 nav ul li > ul {
  background: #ffae00;
}
.header-layout2 nav ul li > ul > li > a {
  color: #ffffff;
}
.header-layout2 nav ul li > ul > li:hover,
.header-layout2 nav ul li > ul > li .active {
  background: #202227;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-layout2 nav ul li > ul > li:hover a,
.header-layout2 nav ul li > ul > li .active a {
  color: #101010;
}
.header-layout2 nav li.has-child-menu > a {
  color: #ffffff;
}
.header-layout2 nav li.has-child-menu > ul.thired-level li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-layout2 nav li.has-child-menu > ul.thired-level li:hover a {
  color: #101010;
}
.header-layout2 .stick {
  background: rgba(242, 242, 242, 0.9);
  border-bottom: 1px solid #ffae00;
  position: fixed;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header-layout2 .stick .bst-main-menu nav ul li a {
  padding: 24px 15px 23px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout2 .stick .bst-main-menu nav ul li a {
    padding: 24px 10px 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-layout2 .stick .bst-main-menu nav ul li a {
    padding: 24px 4px 23px;
  }
}
.header-layout2 .stick .cart-area ul {
  top: 53px;
}
.header-layout2 .cart-area > a i {
  color: #101010;
}
.header-search {
  margin: 20px 0;
  text-align: right;
}
.header-search input.search-form {
  display: none;
  position: absolute;
  bottom: -52px;
  right: 15px;
  z-index: 10;
  color: #ffae00;
  height: 40px;
  width: 500px;
  background: #f5f5f5;
  border: 1px solid #f2f2f2;
  padding: 5px 18px 5px 10px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  -moz-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
}
.header-search a i {
  border-right: 1px solid #f5f5f5;
  padding-right: 22px;
}
.cart-area {
  top: -10px;
  position: relative;
}
.cart-area > a {
  font-size: 24px;
}
.cart-area > a > span {
  background: #ffae00;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: -5px;
  width: 20px;
  font-size: 12px;
  right: -10px;
  line-height: 20px;
}
.cart-area > ul {
  border-top: 3px solid #ffae00;
  padding: 15px 15px 0 15px;
  text-align: left;
  background-color: rgba(242, 242, 242, 0.98);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 68px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  width: 440px;
  z-index: 99999;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
}
.cart-area > ul > li .media {
  position: relative;
}
.cart-area > ul > li .media .cart-product-img {
  padding-right: 15px;
}
.cart-area > ul > li .media .cart-product-img a {
  display: inline-block;
}
.cart-area > ul > li .media .cart-product-img a img {
  border: 1px solid #dddddd;
  width: 80px;
  min-height: 80px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li .media .cart-product-img a img:hover {
  opacity: 0.5;
}
.cart-area > ul > li .media .cart-content ul li {
  margin-right: 30px;
  display: inline-block;
}
.cart-area > ul > li .media .cart-content ul li h1 {
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.cart-area > ul > li .media .cart-content ul li h1 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li .media .cart-content ul li h1 a:hover {
  color: #ffae00;
}
.cart-area > ul > li .media .cart-content ul li h2 {
  font-size: 12px;
}
.cart-area > ul > li .media .cart-content ul li h2 span {
  color: #101010;
}
.cart-area > ul > li .media .cart-content ul li .trash {
  font-size: 16px;
  color: #ffae00;
}
.cart-area > ul > li .media .cart-content ul li .trash:hover {
  color: #fb0303;
}
.cart-area > ul > li .media .cart-content ul li:first-child {
  width: 140px;
}
.cart-area > ul > li .media .cart-content ul li:last-child {
  margin-right: 0;
}
.cart-area > ul > li:last-child {
  border-bottom: none;
}
.cart-area > ul > li .checkout {
  text-align: center;
}
.cart-area > ul > li .checkout li {
  display: inline;
}
.cart-area > ul > li > span {
  display: inline-block;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-size: 12px;
  padding-right: 20px;
  text-align: right;
  width: 194px;
}
.cart-area > ul > li > span span {
  font-weight: 600;
  border-left: 1px solid #dddddd;
  width: 194px;
  display: inline-block;
  padding-right: 20px;
}
.header-cart-area {
  padding-right: 15px;
  text-align: right;
}
.header-cart-area > li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 30px;
  margin-right: 15px;
  top: 10px;
}
.header-cart-area > li:last-child {
  margin-right: 0;
}
.header-cart-area li:hover .cart-area ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
@media only screen and (max-width: 1199px) {
  header {
    display: none;
  }
}
.mobile-menu-area {
  display: none;
}
.mean-container .mean-bar {
  /* background: transparent !important; */
  float: none;
  padding: 0 !important;
  /* position: fixed !important; */
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.mean-container .mean-bar.stick {
  position: fixed !important;
}

@media only screen and (max-width: 1199px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 5px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
  overflow: scroll;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-nav > ul li a {
  color: #101010;
  font-weight: 700;
  background: #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul li a:hover {
  color: #ffae00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.95); */
  box-sizing: border-box;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
}
.mean-bar + div #wrapper {
  padding-top: 52px;
}
.mean-container .mean-nav ul li li a {
  color: #101010;
  opacity: 1;
}
.mean-container .mean-nav ul li a.mean-expand {
  background-color: #f2f2f2;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #f2f2f2;
}
/*=====================================
[04] Slider Area
=======================================*/
@media only screen and (max-width: 767px) {
  .slider-area {
    margin-top: 46px;
  }
}
.slider-area .nivo-controlNav {
  display: none;
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: 60px!important;
  width: 54px;
  height: 54px;
  background-color: transparent;
  border: 3px solid #eeeeee;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .slider-area .nivo-directionNav a.nivo-prevNav {
    left: 20px!important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-prevNav {
    width: 34px;
    height: 34px;
    left: 10px!important;
    border: 2px solid #ffffff;
  }
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f177";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffae00 !important;
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 14px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-prevNav:before {
    top: 6px;
    left: 4px;
  }
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: #eeeeee;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffae00 !important;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: 60px!important;
  width: 54px;
  height: 54px;
  background-color: transparent;
  border: 3px solid #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .slider-area .nivo-directionNav a.nivo-nextNav {
    right: 20px!important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-nextNav {
    width: 34px;
    height: 34px;
    right: 10px!important;
    border: 2px solid #ffffff;
  }
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffae00 !important;
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 14px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 22px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-nextNav:before {
    top: 6px;
    right: 14px;
  }
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: #ffffff;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffae00 !important;
}
.slider-area .nivo-caption {
  opacity: 1;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-caption {
    top: 0;
  }
}
.slider-area .slide-1 h1,
.slider-area .slide-2 h1,
.slider-area .slide-3 h1,
.slider-area .slide-4 h1,
.slider-area .slide-5 h1 {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  color: #ffffff !important;
}
.slider-area .slide-1 h1 span,
.slider-area .slide-2 h1 span,
.slider-area .slide-3 h1 span,
.slider-area .slide-4 h1 span,
.slider-area .slide-5 h1 span {
  color: #ffae00;
  font-size: 42px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-area .slide-1 h1,
  .slider-area .slide-2 h1,
  .slider-area .slide-3 h1,
  .slider-area .slide-4 h1,
  .slider-area .slide-5 h1 {
    font-size: 40px;
  }
  .slider-area .slide-1 h1 span,
  .slider-area .slide-2 h1 span,
  .slider-area .slide-3 h1 span,
  .slider-area .slide-4 h1 span,
  .slider-area .slide-5 h1 span {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area .slide-1 h1,
  .slider-area .slide-2 h1,
  .slider-area .slide-3 h1,
  .slider-area .slide-4 h1,
  .slider-area .slide-5 h1 {
    font-size: 30px;
  }
  .slider-area .slide-1 h1 span,
  .slider-area .slide-2 h1 span,
  .slider-area .slide-3 h1 span,
  .slider-area .slide-4 h1 span,
  .slider-area .slide-5 h1 span {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider-area .slide-1 h1,
  .slider-area .slide-2 h1,
  .slider-area .slide-3 h1,
  .slider-area .slide-4 h1,
  .slider-area .slide-5 h1 {
    font-size: 24px;
  }
  .slider-area .slide-1 h1 span,
  .slider-area .slide-2 h1 span,
  .slider-area .slide-3 h1 span,
  .slider-area .slide-4 h1 span,
  .slider-area .slide-5 h1 span {
    font-size: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .slider-area .slide-1 h1,
  .slider-area .slide-2 h1,
  .slider-area .slide-3 h1,
  .slider-area .slide-4 h1,
  .slider-area .slide-5 h1 {
    font-size: 18px;
    text-transform: capitalize;
  }
  .slider-area .slide-1 h1 span,
  .slider-area .slide-2 h1 span,
  .slider-area .slide-3 h1 span,
  .slider-area .slide-4 h1 span,
  .slider-area .slide-5 h1 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-area .slide-1 h1,
  .slider-area .slide-2 h1,
  .slider-area .slide-3 h1,
  .slider-area .slide-4 h1,
  .slider-area .slide-5 h1 {
    font-size: 16px;
    text-transform: capitalize;
  }
  .slider-area .slide-1 h1 span,
  .slider-area .slide-2 h1 span,
  .slider-area .slide-3 h1 span,
  .slider-area .slide-4 h1 span,
  .slider-area .slide-5 h1 span {
    font-size: 16px;
  }
}
.slider-area .slide-1 p,
.slider-area .slide-2 p,
.slider-area .slide-3 p,
.slider-area .slide-4 p,
.slider-area .slide-5 p {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
  color: #ffae00;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-area .slide-1 p,
  .slider-area .slide-2 p,
  .slider-area .slide-3 p,
  .slider-area .slide-4 p,
  .slider-area .slide-5 p {
    font-size: 52px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area .slide-1 p,
  .slider-area .slide-2 p,
  .slider-area .slide-3 p,
  .slider-area .slide-4 p,
  .slider-area .slide-5 p {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider-area .slide-1 p,
  .slider-area .slide-2 p,
  .slider-area .slide-3 p,
  .slider-area .slide-4 p,
  .slider-area .slide-5 p {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .slider-area .slide-1 p,
  .slider-area .slide-2 p,
  .slider-area .slide-3 p,
  .slider-area .slide-4 p,
  .slider-area .slide-5 p {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-area .slide-1 p,
  .slider-area .slide-2 p,
  .slider-area .slide-3 p,
  .slider-area .slide-4 p,
  .slider-area .slide-5 p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.slider-area h1.title1 span {
  color: #ffae00;
}
.slider2-area h1.title1 {
  line-height: 1.2;
}
.slider-overlay {
  position: relative;
}
.slider-overlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.slider-area .slide-1 h1 {
  -webkit-animation: zoomIn 1000ms ease-in-out;
  -moz-animation: zoomIn 1000ms ease-in-out;
  -ms-animation: zoomIn 1000ms ease-in-out;
  animation: zoomIn 1000ms ease-in-out;
}
.slider-area .slide-1 p {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-1 .slider-btn-area {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  -moz-animation: fadeInRight 2000ms ease-in-out;
  -ms-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}
.slider-area .slide-2 h1 {
  -webkit-animation: bounceInDown 2000ms ease-in-out;
  -moz-animation: bounceInDown 2000ms ease-in-out;
  -ms-animation: bounceInDown 2000ms ease-in-out;
  animation: bounceInDown 2000ms ease-in-out;
}
.slider-area .slide-2 p {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-2 .slider-btn-area {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-3 h1 {
  -webkit-animation: zoomIn 1000ms ease-in-out;
  -moz-animation: zoomIn 1000ms ease-in-out;
  -ms-animation: zoomIn 1000ms ease-in-out;
  animation: zoomIn 1000ms ease-in-out;
}
.slider-area .slide-3 p {
  -webkit-animation: zoomIn 1500ms ease-in-out;
  -moz-animation: zoomIn 1500ms ease-in-out;
  -ms-animation: zoomIn 1500ms ease-in-out;
  animation: zoomIn 1500ms ease-in-out;
}
.slider-area .slide-3 .slider-btn-area {
  -webkit-animation: zoomIn 2000ms ease-in-out;
  -moz-animation: zoomIn 2000ms ease-in-out;
  -ms-animation: zoomIn 2000ms ease-in-out;
  animation: zoomIn 2000ms ease-in-out;
}
.slider2-area .slide-1 h1 {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider2-area .slide-1 .slider-btn-area {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  -moz-animation: fadeInRight 2000ms ease-in-out;
  -ms-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}
.slider2-area .slide-2 h1 {
  -webkit-animation: flipInX 1000ms ease-in-out;
  -moz-animation: flipInX 1000ms ease-in-out;
  -ms-animation: flipInX 1000ms ease-in-out;
  animation: flipInX 1000ms ease-in-out;
}
.slider2-area .slide-2 .slider-btn-area {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider2-area .slide-3 h1 {
  -webkit-animation: flipInY 1000ms ease-in-out;
  -moz-animation: flipInY 1000ms ease-in-out;
  -ms-animation: flipInY 1000ms ease-in-out;
  animation: flipInY 1000ms ease-in-out;
}
.slider2-area .slide-3 .slider-btn-area {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}
/*=======================================================================
[05] About Area
=========================================================================*/
.about1-area {
  padding: 81px 0 0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about1-area {
    padding: 74px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about1-area {
    padding: 67px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about1-area {
    padding: 53px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about1-area {
    padding: 44px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .about1-area {
    padding: 35px 0 0;
  }
}
.about-img-holder {
  text-align: center;
}
.about-img-holder img {
  margin: 0 auto;
}
.about2-area {
  padding: 81px 0 94px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about2-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about2-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about2-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about2-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .about2-area {
    padding: 39px 0 14px;
  }
}
.programs-layout1 {
  background: #ffae00;
}
.programs-layout1 .item-content-wrapper {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .programs-layout1 .item-content-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .programs-layout1 .item-content-wrapper .item-content {
    text-align: center;
  }
}
.programs-layout1 .item-content-wrapper .item-content span {
  font-size: 26px;
  color: #ffffff;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .programs-layout1 .item-content-wrapper .item-content span {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programs-layout1 .item-content-wrapper .item-content span {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .programs-layout1 .item-content-wrapper .item-content span {
    font-size: 22px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .programs-layout1 .item-content-wrapper .item-content span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .programs-layout1 .item-content-wrapper .item-content span {
    font-size: 18px;
  }
}
.programs-layout1 .item-content-wrapper .item-content h2 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.8;
  font-size: 38px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .programs-layout1 .item-content-wrapper .item-content h2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programs-layout1 .item-content-wrapper .item-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .programs-layout1 .item-content-wrapper .item-content h2 {
    font-size: 36px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .programs-layout1 .item-content-wrapper .item-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .programs-layout1 .item-content-wrapper .item-content h2 {
    font-size: 22px;
  }
}
.programs-layout1 .item-content-wrapper .item-content p {
  color: #ffffff;
  font-weight: 300;
}
.programs-layout1 .item-img-wrapper {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .programs-layout1 .item-img-wrapper {
    width: 100%;
  }
}
.programs-layout1 .item-img-wrapper img {
  width: 100%;
}
.programs-layout1:nth-child(odd) .item-content {
  padding: 0 10% 0 6%;
}
@media only screen and (max-width: 600px) {
  .programs-layout1:nth-child(odd) .item-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.programs-layout1:nth-child(odd) .item-img-wrapper:after {
  content: "";
  height: 80%;
  width: 100%;
  top: 10%;
  left: -10%;
  border: 8px solid rgba(238, 243, 250, 0.7);
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .programs-layout1:nth-child(odd) .item-img-wrapper:after {
    display: none;
  }
}
.programs-layout1:nth-child(even) .item-content {
  padding: 0 10% 0 15%;
}
@media only screen and (max-width: 600px) {
  .programs-layout1:nth-child(even) .item-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.programs-layout1:nth-child(even) .item-img-wrapper:after {
  content: "";
  height: 80%;
  width: 100%;
  top: 10%;
  right: -10%;
  border: 8px solid rgba(238, 243, 250, 0.7);
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .programs-layout1:nth-child(even) .item-img-wrapper:after {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .flex-none600 {
    display: inherit!important;
  }
}
@media only screen and (max-width: 600px) {
  .col-reverse600 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
.about-history-area .item-img-wrapper img {
  width: 100%;
}
.about-history-area .item-content p {
  margin-bottom: 40px;
  text-align: center;
}
.about-history-area .item-content ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 10px;
  font-weight: 300;
}
.about-history-area .item-content ul li i {
  margin-right: 5px;
}
.about-page-content {
  margin: 0 30px;
  padding-bottom: 90px;
  -webkit-box-flex: 12;
  -moz-flex: 12;
  -webkit-flex: 12;
  flex: 12;
}
.about-page-content .hight-light-content {
  margin: 30px 0;
  padding: 30px 30px 20px 30px;
  display: block;
  background: #e5e5e5;
  color: #101010;
  position: relative;
}
.about-page-content .hight-light-content i {
  position: absolute;
  z-index: 3;
  right: 5px;
  bottom: 0;
  color: #ffae00;
  font-size: 36px;
}
.full-width-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .full-width-item-wrapper {
    display: inherit;
  }
}
.full-width-item-wrapper .hf-item-wrapper {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .full-width-item-wrapper .hf-item-wrapper {
    width: 100%;
  }
}
.full-width-item-wrapper .hf-item-wrapper .hf-item-center {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .full-width-item-wrapper .hf-item-wrapper .hf-item-center {
    position: inherit;
  }
}
.full-width-item-wrapper .hf-item-wrapper .item-img {
  position: relative;
}
.full-width-item-wrapper .hf-item-wrapper .item-img img {
  width: 100%;
}
.about3-wrapper {
  background: #f67960;
  position: relative;
  bottom: 98px;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .about3-wrapper {
    position: inherit;
    margin-bottom: 98px;
  }
}
@media only screen and (max-width: 991px) {
  .about3-wrapper {
    margin-bottom: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .about3-wrapper {
    margin-bottom: 78px;
  }
}
@media only screen and (max-width: 479px) {
  .about3-wrapper {
    margin-bottom: 68px;
  }
}
.about3-wrapper .single-item {
  padding: 50px 30px;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .about3-wrapper .single-item {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .about3-wrapper .single-item {
    padding: 40px 15px;
  }
}
.about3-wrapper .single-item i {
  margin-bottom: 10px;
  display: block;
}
.about3-wrapper .single-item i:before {
  color: #ffffff;
  font-size: 42px;
  margin-left: 0;
}
.about3-wrapper .single-item h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.about3-wrapper .single-item p {
  color: #ffffff;
  margin-bottom: 30px;
}
.about3-wrapper .single-item-right {
  padding: 50px 30px 65px;
  text-align: left;
  -webkit-box-shadow: 0 8px 16px 0px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0 8px 16px 0px rgba(59, 59, 59, 0.15);
  box-shadow: 0 8px 16px 0px rgba(59, 59, 59, 0.15);
}
@media only screen and (max-width: 1199px) {
  .about3-wrapper .single-item-right {
    padding: 50px 30px 69px;
  }
}
@media only screen and (max-width: 991px) {
  .about3-wrapper .single-item-right {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about3-wrapper .single-item-right {
    padding: 30px;
  }
}
.about3-wrapper .single-item-right h3 {
  color: #101010;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about3-wrapper .single-item-right p {
  color: #ffae00;
  font-size: 18px;
  text-transform: capitalize;
}
.about3-wrapper .single-item-right h4 {
  font-size: 18px;
  color: #101010;
  margin-bottom: 15px;
}
.about3-wrapper .single-item-right ul {
  margin-bottom: 20px;
}
.about3-wrapper .single-item-right ul:last-child {
  margin-bottom: 0;
}
.about3-wrapper .single-item-right ul li {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.about3-wrapper .single-item-right ul li i {
  margin-right: 5px;
  color: #ffae00;
}
.about3-wrapper .single-item-right ul li:last-child {
  margin-right: 0;
}
.position-relative {
  position: relative;
}
.welcome-info-wrapper {
  position: relative;
  height: 100%;
  margin-left: 35%;
  padding: 80px 0;
}
@media only screen and (max-width: 1199px) {
  .welcome-info-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .welcome-info-wrapper {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-info-wrapper {
    padding: 50px 30px;
  }
}
.welcome-info-wrapper:before {
  content: url(img/about/1.png);
  position: absolute;
  bottom: -7px;
  left: -73%;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  .welcome-info-wrapper:before {
    display: none;
  }
}
.welcome-info-wrapper .welcome-info-content h2 {
  color: #101010;
  font-size: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .welcome-info-wrapper .welcome-info-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .welcome-info-wrapper .welcome-info-content h2 {
    font-size: 28px;
  }
}
.welcome-info-wrapper .welcome-info-content h2 span {
  color: #ffae00;
}
.welcome-info-wrapper .welcome-info-content > p {
  margin-bottom: 50px;
  width: 90%;
}
.welcome-info-wrapper .welcome-info-content .welcome-advantage {
  padding-right: 15px;
}
.welcome-info-wrapper .welcome-info-content .welcome-advantage li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .welcome-info-wrapper .welcome-info-content .welcome-advantage li {
    display: inherit;
  }
}
.welcome-info-wrapper .welcome-info-content .welcome-advantage li .advantage-icon {
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .welcome-info-wrapper .welcome-info-content .welcome-advantage li .advantage-icon {
    padding-left: 8px;
  }
}
.welcome-info-wrapper .welcome-info-content .welcome-advantage li .advantage-icon .rotated-icon-primary {
  margin-top: 15px;
  margin-bottom: 15px;
}
.welcome-info-wrapper .welcome-info-content .welcome-advantage li .advantage-content h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.welcome-info-wrapper .welcome-info-content .welcome-advantage li .advantage-content h3 a {
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.welcome-info-wrapper .welcome-info-content .welcome-advantage li .advantage-content h3 a:hover {
  color: #ffae00;
}
.welcome-info-wrapper .welcome-info-content .welcome-advantage li:last-child {
  margin-bottom: 0;
}
.welcome-info-wrapper .custom-width {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .welcome-info-wrapper .custom-width {
    width: 100%;
  }
}
.welcome-info-wrapper .custom-padding {
  padding: 0 0 15px;
}
.welcome-info-content1 {
  padding: 100px 0 50px 30px;
}
@media only screen and (max-width: 1199px) {
  .welcome-info-content1 {
    padding: 80px 0 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-info-content1 {
    padding: 60px 30px 30px;
  }
}
.welcome-info-content1 h2 {
  color: #101010;
  font-size: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .welcome-info-content1 h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .welcome-info-content1 h2 {
    font-size: 28px;
  }
}
.welcome-info-content1 h2 span {
  color: #ffae00;
}
.welcome-info-content1 > p {
  margin-bottom: 50px;
  width: 90%;
}
.welcome-info-content1 .welcome-advantage {
  padding-right: 15px;
}
.welcome-info-content1 .welcome-advantage li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .welcome-info-content1 .welcome-advantage li {
    display: inherit;
  }
}
.welcome-info-content1 .welcome-advantage li .advantage-icon {
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .welcome-info-content1 .welcome-advantage li .advantage-icon {
    padding-left: 8px;
  }
}
.welcome-info-content1 .welcome-advantage li .advantage-icon .rotated-icon-primary {
  margin-top: 15px;
  margin-bottom: 15px;
}
.welcome-info-content1 .welcome-advantage li .advantage-content h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.welcome-info-content1 .welcome-advantage li .advantage-content h3 a {
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.welcome-info-content1 .welcome-advantage li .advantage-content h3 a:hover {
  color: #ffae00;
}
.welcome-info-content2 {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .welcome-info-content2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .welcome-info-content2 {
    margin-left: 0;
  }
}
.welcome-info-content2 h3 {
  text-transform: uppercase;
  color: #101010;
}
.welcome-info-content2 h3 span {
  color: #ffae00;
}
@media only screen and (max-width: 767px) {
  .welcome-info-content2 h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .welcome-info-content2 h3 {
    font-size: 24px;
  }
}
.welcome-info-content2 .welcome-advantage li {
  margin-bottom: 15px;
}
.welcome-info-content2 .welcome-advantage li .advantage-icon {
  margin: 18px 30px 0 10px;
}
@media only screen and (max-width: 479px) {
  .welcome-info-content2 .welcome-advantage li .advantage-icon {
    float: none!important;
    margin: 18px 30px 30px 10px;
  }
}
.welcome-info-content2 .welcome-advantage li .advantage-content {
  padding-right: 15px;
}
.welcome-info-content2 .welcome-advantage li .advantage-content h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .welcome-info-content2 .welcome-advantage li .advantage-content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .welcome-info-content2 .welcome-advantage li .advantage-content h3 {
    font-size: 16px;
  }
}
.welcome-info-content2 .welcome-advantage li .advantage-content h3 a {
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.welcome-info-content2 .welcome-advantage li .advantage-content h3 a:hover {
  color: #ffae00;
}
.welcome-info-content2 .welcome-advantage li:last-child {
  margin-bottom: 0;
}
.video-img-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 50%;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .video-img-holder {
    display: none;
  }
}
.custom-width {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .custom-width {
    width: 100%;
  }
}
.custom-padding {
  padding: 80px 0 50px 30px;
}
@media only screen and (max-width: 991px) {
  .custom-padding {
    padding: 80px 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-padding {
    padding: 70px 0 25px;
  }
}
@media only screen and (max-width: 479px) {
  .custom-padding {
    padding: 60px 0 15px;
  }
}
.why-choose-layout1 {
  text-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.why-choose-layout1 .item-content-wrapper {
  padding: 0 30px;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .why-choose-layout1 .item-content-wrapper {
    padding: 50px 30px;
  }
}
.why-choose-layout1 .item-content-wrapper h3 {
  text-transform: uppercase;
}
.why-choose-layout1 .item-content-wrapper h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.why-choose-layout1 .item-content-wrapper h3 a:hover {
  color: #ffae00;
}
.why-choose-layout1 .item-img {
  position: relative;
}
.why-choose-layout1 .item-img img {
  width: 100%;
  margin: 0 auto;
}
.why-choose-layout1 .item-img .itemIndicatoreUp {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #f2f2f2;
  z-index: 2;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.why-choose-layout1 .item-img .itemIndicatoreRight {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #f2f2f2;
  border-bottom: 25px solid transparent;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.why-choose-layout1 .item-img .itemIndicatoreLeft {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #e5e5e5;
  border-bottom: 25px solid transparent;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.why-choose-layout1:hover .itemIndicatoreUp {
  left: 25%;
}
.why-choose-layout1:hover .itemIndicatoreRight {
  top: 40%;
}
.why-choose-layout1:hover .itemIndicatoreLeft {
  top: 40%;
}
.why-choose-display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.why-choose-display-flex > div {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .why-choose-display-flex {
    display: inherit;
  }
  .why-choose-display-flex > div {
    width: 100%;
  }
}
/*=======================================================================
[06] Service Area
=========================================================================*/
.service-box-layout1 {
  position: relative;
  color: #ffffff;
  padding: 90px 50px 40px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .service-box-layout1 {
    padding: 91px 37px 13px;
  }
}
@media only screen and (max-width: 991px) {
  .service-box-layout1 {
    margin: 10px 5px 0;
  }
}
.service-box-layout1 .rotated-icon-textPrimary-wb {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.service-box-layout1 h3 {
  text-transform: uppercase;
}
.service-box-layout1 h3 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box-layout1 h3 a:hover {
  color: #aaaaaa;
}
.service-box-layout2 {
  padding: 0 30px 0 10px;
}
.service-box-layout2 li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .service-box-layout2 li {
    display: inherit;
    margin-bottom: 40px;
  }
}
.service-box-layout2 li .advantage-icon {
  margin-top: 15px;
}
@media only screen and (max-width: 479px) {
  .service-box-layout2 li .advantage-icon {
    margin-bottom: 15px;
    padding-left: 8px;
  }
}
.service-box-layout2 li .advantage-content {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .service-box-layout2 li .advantage-content {
    margin-left: 0;
  }
}
.service-box-layout2 li .advantage-content h3 {
  font-size: 20px;
  font-weight: 400;
}
.service-box-layout2 li .advantage-content h3 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box-layout2 li .advantage-content h3 a:hover {
  color: #ffae00;
}
.service-box-layout2 li .advantage-content p {
  color: #ffffff;
}
.service-box-layout2 li:last-child {
  margin-bottom: 0;
}
.service-box-layout3-left li {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.service-box-layout3-left li .item-icon {
  margin-top: 8px;
}
.service-box-layout3-left li .item-icon i:before {
  margin-left: 0;
  display: inline-block;
  height: 70px;
  width: 70px;
  border: 2px solid #ffae00;
  font-size: 36px;
  text-align: center;
  line-height: 70px;
  color: #ffae00;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout3-left li .item-icon i:before {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.service-box-layout3-left li .item-content {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3-left li .item-content {
    margin-left: 20px;
  }
}
.service-box-layout3-left li .item-content h3 {
  margin-bottom: 10px;
}
.service-box-layout3-left li .item-content h3 a {
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout3-left li .item-content h3 a:hover {
  color: #ffae00;
}
.service-box-layout3-left li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box-layout3-img {
    position: relative;
    top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box-layout3-img {
    margin-bottom: 30px;
  }
}
.service-box-layout3-img img {
  margin: 0 auto;
}
.service-box-layout3-right li {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3-right li {
    position: relative;
  }
}
.service-box-layout3-right li .item-icon {
  margin-top: 8px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3-right li .item-icon {
    text-align: left;
  }
}
.service-box-layout3-right li .item-icon i:before {
  display: inline-block;
  height: 70px;
  width: 70px;
  border: 2px solid #ffae00;
  font-size: 36px;
  text-align: center;
  line-height: 1.7;
  margin-left: 0;
  color: #ffae00;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout3-right li .item-icon i:before {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box-layout3-right li .item-icon i:before {
    position: absolute;
    left: 0;
    top: 7px;
  }
}
.service-box-layout3-right li .item-content {
  margin-right: 30px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3-right li .item-content {
    text-align: left;
    padding-left: 70px;
  }
}
.service-box-layout3-right li .item-content h3 {
  margin-bottom: 10px;
}
.service-box-layout3-right li .item-content h3 a {
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout3-right li .item-content h3 a:hover {
  color: #ffae00;
}
.service-box-layout3-right li:last-child {
  margin-bottom: 0;
}
/*=======================================================================
[07] Classes Area
=========================================================================*/
.classes-box-layout1 {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 8px 16px 0px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 8px 16px 0px rgba(59, 59, 59, 0.15);
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  .classes-box-layout1 {
    margin-bottom: 15px;
  }
}
.classes-box-layout1 .item-img-wrapper {
  overflow: hidden;
}
.classes-box-layout1 .item-img-wrapper img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.classes-box-layout1 .item-content-wrapper {
  background: #ffffff;
  padding: 25px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .classes-box-layout1 .item-content-wrapper {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .classes-box-layout1 .item-content-wrapper {
    padding: 25px 15px;
  }
}
.classes-box-layout1 .item-content-wrapper .item-price {
  border-radius: 3px;
  position: absolute;
  top: -26px;
  z-index: 1;
  right: 30px;
  font-size: 20px;
  color: #ffffff;
  background: #ffae00;
  padding: 10px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
@media only screen and (max-width: 991px) {
  .classes-box-layout1 .item-content-wrapper .item-price {
    font-size: 18px;
    padding: 5px 10px;
  }
}
.classes-box-layout1 .item-content-wrapper span {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
  margin-bottom: 15px;
}
.classes-box-layout1 .item-content-wrapper span i {
  margin-right: 15px;
  border-radius: 2px;
  padding: 3px 5px;
  font-size: 14px;
  color: #ffffff;
  background: #ffae00;
}
.classes-box-layout1 .item-content-wrapper > h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .classes-box-layout1 .item-content-wrapper > h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .classes-box-layout1 .item-content-wrapper > h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .classes-box-layout1 .item-content-wrapper > h3 {
    font-size: 16px;
  }
}
.classes-box-layout1 .item-content-wrapper > h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.classes-box-layout1 .item-content-wrapper > h3 a:hover {
  color: #ffae00;
}
.classes-box-layout1 .item-content-wrapper ul li {
  padding-left: 25px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.classes-box-layout1 .item-content-wrapper ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 16px;
  font-family: FontAwesome;
  color: #ffae00;
}
.classes-box-layout1 .item-content-wrapper ul li:nth-child(1n):before {
  content: "\f272";
}
.classes-box-layout1 .item-content-wrapper ul li:nth-child(2n):before {
  content: "\f017";
}
.classes-box-layout1 .item-content-wrapper ul li:last-child {
  margin-right: 0;
}
.classes-box-layout1:hover {
  -webkit-box-shadow: 0px 10px 18px 0px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 10px 18px 0px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 10px 18px 0px rgba(59, 59, 59, 0.15);
}
.classes-box-layout1:hover .item-img-wrapper img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.classes-box-layout1:hover .item-content-wrapper .item-price {
  right: 0;
}
.classes-box-layout2 {
  background: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .classes-box-layout2 {
    display: inherit;
  }
}
.classes-box-layout2 .classes-content {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .classes-box-layout2 .classes-content {
    padding: 50px 0 90px;
  }
}
.classes-box-layout2 .classes-content h3 {
  font-size: 20px;
  color: #101010;
}
.classes-box-layout2 .classes-content h3 a {
  font-size: 20px;
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.classes-box-layout2 .classes-content h3 a:hover {
  color: #ffae00;
}
.classes-box-layout2 .classes-content p {
  margin-bottom: 35px;
  padding: 0 15px;
}
.classes-box-layout2 .classes-content ul {
  position: relative;
  width: 100%;
}
.classes-box-layout2 .classes-content ul li {
  display: inline;
}
.classes-box-layout2 .classes-content ul li:first-child {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #ffffff;
  padding: 5px 30px;
  border-radius: 0 45px 45px 0;
  background: #ffae00;
  z-index: 1;
}
.classes-box-layout2 .classes-content ul li:last-child {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  padding: 11px 10px;
  border-radius: 45px 0 0 45px;
  background: transparent;
  border-top: 2px solid #ffae00;
  border-bottom: 2px solid #ffae00;
  border-left: 2px solid #ffae00;
  z-index: 1;
}
.classes-box-layout2 .classes-content ul li:last-child i {
  margin-right: 5px;
  font-size: 16px;
  color: #ffae00;
}
.classes-box-layout2 .classes-trainer {
  overflow: hidden;
  position: relative;
}
.classes-box-layout2 .classes-trainer .classes-trainer-img img {
  width: 100%;
}
.classes-box-layout2 .classes-trainer .classes-trainer-info {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #ffae00;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.classes-box-layout2 .classes-trainer .classes-trainer-info img {
  margin: 0 auto 18px;
}
.classes-box-layout2 .classes-trainer .classes-trainer-info h3 {
  font-size: 18px;
  color: #ffffff;
}
.classes-box-layout2 .classes-trainer .translateX-left {
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
}
.classes-box-layout2 .classes-trainer .translateX-right {
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -o-transform: translateX(400px);
  transform: translateX(400px);
}
.classes-box-layout2:hover .classes-trainer .classes-trainer-info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.classes-men {
  margin-right: 30px;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .classes-men {
    text-align: left;
    margin-bottom: 80px;
    left: 28px;
    margin-right: 0;
  }
}
.classes-men h2 {
  width: 260px;
  text-align: center;
  margin-bottom: 56px;
  border: 1px solid #f5f5f5;
  padding: 5px 10px;
  background: #f2f2f2;
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  color: #101010;
}
.classes-men h2 span {
  font-weight: 500;
  color: #ffae00;
}
.classes-men h2:before {
  left: 0;
  top: 18px;
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  background: transparent;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  z-index: -1;
}
.classes-men .single-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .classes-men .single-item {
    position: relative;
  }
}
.classes-men .single-item:last-child .classes-content {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.classes-men .single-item .classes-content {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .classes-men .single-item .classes-content {
    margin-left: 75px;
  }
}
.classes-men .single-item .classes-content h3 {
  text-transform: uppercase;
}
.classes-men .single-item .classes-content h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.classes-men .single-item .classes-content h3 a:hover {
  color: #ffae00;
}
.classes-men .single-item .classes-content ul li {
  margin-right: 60px;
  display: inline-block;
  position: relative;
}
.classes-men .single-item .classes-content ul li:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  background: #dfdfdf;
  z-index: 1;
  right: -30px;
  top: 0;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}
.classes-men .single-item .classes-content ul li:last-child {
  margin-right: 0;
}
.classes-men .single-item .classes-content ul li:last-child:before {
  display: none;
}
.classes-men .single-item .classes-content ul li.btn-flat a {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffae00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.classes-men .single-item .classes-content ul li.btn-flat a:hover {
  color: #101010;
}
.classes-men .single-item .classes-content ul li.classes-price {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .classes-men .single-item .classes-numbering {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.classes-men .single-item .classes-numbering span {
  font-size: 60px;
  font-weight: 600;
  color: #dddddd;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  .classes-men .single-item .classes-numbering span {
    font-size: 42px;
  }
}
.classes-women {
  text-align: center;
  margin-left: 25px;
  text-align: left;
  position: relative;
}
.classes-women h2 {
  margin-bottom: 56px;
  border: 1px solid #f5f5f5;
  padding: 5px 10px;
  background: #f2f2f2;
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  color: #101010;
}
.classes-women h2 span {
  font-weight: 500;
  color: #ffae00;
}
.classes-women h2:before {
  left: 0;
  top: 18px;
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  background: transparent;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  z-index: -1;
}
.classes-women .single-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.classes-women .single-item:last-child .classes-content {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.classes-women .single-item .classes-content {
  margin-left: 30px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.classes-women .single-item .classes-content h3 {
  text-transform: uppercase;
}
.classes-women .single-item .classes-content h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.classes-women .single-item .classes-content h3 a:hover {
  color: #ffae00;
}
.classes-women .single-item .classes-content ul li {
  margin-right: 60px;
  display: inline-block;
  position: relative;
}
.classes-women .single-item .classes-content ul li:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  background: #dfdfdf;
  z-index: 1;
  right: -30px;
  top: 0;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}
.classes-women .single-item .classes-content ul li:last-child {
  margin-right: 0;
}
.classes-women .single-item .classes-content ul li:last-child:before {
  display: none;
}
.classes-women .single-item .classes-content ul li.btn-flat a {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffae00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.classes-women .single-item .classes-content ul li.btn-flat a:hover {
  color: #101010;
}
.classes-women .single-item .classes-content ul li.classes-price {
  font-size: 20px;
}
.classes-women .single-item .classes-numbering span {
  font-size: 60px;
  font-weight: 600;
  color: #dddddd;
  line-height: 0.8;
}
@media only screen and (max-width: 1199px) {
  .classes-women .single-item .classes-numbering span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .classes-women .single-item .classes-numbering span {
    font-size: 42px;
  }
}
.class-details-inner .class-details-inner-top .class-img-holder {
  margin-bottom: 30px;
  position: relative;
}
.class-details-inner .class-details-inner-top .class-img-holder img {
  width: 100%;
}
.class-details-inner .class-details-inner-top .class-img-holder .item-price {
  border-radius: 3px;
  position: absolute;
  bottom: -26px;
  z-index: 1;
  right: 30px;
  font-size: 20px;
  color: #ffffff;
  background: #ffae00;
  padding: 10px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.class-details-inner .class-details-inner-top .class-details-top-content {
  position: relative;
  padding: 15px 0 0 0;
}
.class-details-inner .class-details-inner-top .class-details-top-content h2 {
  font-size: 30px;
  color: #101010;
}
@media (min-width: 768px) and (max-width: 991px) {
  .class-details-inner .class-details-inner-top .class-details-top-content h2 {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .class-details-inner .class-details-inner-top .class-details-top-content h2 {
    font-size: 26px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .class-details-inner .class-details-inner-top .class-details-top-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .class-details-inner .class-details-inner-top .class-details-top-content h2 {
    font-size: 22px;
  }
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-comments {
  margin-bottom: 30px;
  position: relative;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-comments li {
  display: inline-block;
  margin-right: 20px;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-comments li i {
  color: #ffae00;
  margin-right: 8px;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-comments li span {
  color: #ffae00;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-comments li:last-child {
  margin-right: 0;
}
.class-details-inner .class-details-inner-top .class-details-top-content p span {
  font-size: 18px;
  position: relative;
  background: #f2f2f2;
  padding: 70px 30px 30px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .class-details-inner .class-details-inner-top .class-details-top-content p span {
    font-size: 16px;
  }
}
.class-details-inner .class-details-inner-top .class-details-top-content p span:before {
  content: "\f10e";
  color: #676767;
  font-family: FontAwesome;
  font-size: 24px;
  top: 30px;
  left: 30px;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.class-details-inner .class-details-inner-top .class-details-top-content h3 {
  font-size: 24px;
  color: #101010;
}
@media (min-width: 480px) and (max-width: 767px) {
  .class-details-inner .class-details-inner-top .class-details-top-content h3 {
    font-size: 22px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .class-details-inner .class-details-inner-top .class-details-top-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .class-details-inner .class-details-inner-top .class-details-top-content h3 {
    font-size: 18px;
  }
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-content-info-list {
  margin-bottom: 50px;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-content-info-list li {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-content-info-list li:last-child {
  margin-bottom: 0;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-content-info-list li:before {
  content: "\f00c";
  background: #ffae00;
  height: 15px;
  width: 15px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  left: 0;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social {
  margin: 30px 0 60px;
  padding: 35px 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social {
    display: inherit;
  }
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-tag {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-tag .fill-color-btn {
    padding: 10px 20px;
  }
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social {
  margin-top: 10px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social li {
  margin-right: 15px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social li {
    margin-right: 5px;
  }
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social li a {
  color: #101010;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social li i {
  margin-right: 5px;
  text-align: center;
  color: #9e9e9e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social li i:hover {
  color: #ffae00;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social li:first-child {
  background: #f2f2f2;
  padding: 5px 10px;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social li:first-child:hover i {
  color: inherit;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social li:last-child {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 5px;
}
.class-details-inner .class-details-inner-top .class-details-top-content .class-tag-social .class-social li:last-child i {
  color: #ffae00;
}
.class-details-inner .single-post-wrapper {
  margin-bottom: 60px;
  border-radius: 3px;
  background: #f2f2f2;
  padding: 35px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .class-details-inner .single-post-wrapper {
    display: inherit;
    text-align: center;
  }
}
.class-details-inner .single-post-wrapper .single-post-img {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 480px) and (max-width: 991px) {
  .class-details-inner .single-post-wrapper .single-post-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
  }
}
.class-details-inner .single-post-wrapper .single-post-img img {
  background: #ffffff;
  border-radius: 50%;
}
@media only screen and (max-width: 479px) {
  .class-details-inner .single-post-wrapper .single-post-img img {
    margin: 0 auto 30px;
  }
}
.class-details-inner .single-post-wrapper .single-post-content {
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .class-details-inner .single-post-wrapper .single-post-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
  }
}
.class-details-inner .single-post-wrapper .single-post-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.class-details-inner .single-post-wrapper .single-post-content .single-post-social li {
  margin-right: 15px;
  display: inline-block;
}
.class-details-inner .single-post-wrapper .single-post-content .single-post-social li a {
  color: #ffae00;
}
.class-details-inner .single-post-wrapper .single-post-content .single-post-social li:last-child {
  margin-right: 0;
}
.class-details-inner .also-like2 h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.class-details-inner .also-like2 h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.class-details-inner .also-like2 h3 a:hover {
  color: #ffae00;
}
.class-details-inner .also-like2 .single-item {
  background: #f2f2f2;
  -webkit-box-shadow: 0 4px 8px 0 rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0 4px 8px 0 rgba(59, 59, 59, 0.15);
  box-shadow: 0 4px 8px 0 rgba(59, 59, 59, 0.15);
}
.class-details-inner .also-like2 .single-item .item-img-wrapper img {
  width: 100%;
}
.class-details-inner .also-like2 .single-item .item-content-wrapper {
  padding: 15px;
}
.class-details-inner .also-like2 .single-item .item-content-wrapper h4 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #101010;
  margin-bottom: 5px;
}
.class-details-inner .also-like2 .single-item .item-content-wrapper p {
  font-size: 14px;
  margin-bottom: 0;
}
/*=======================================================================
[08] Schedule Area
=========================================================================*/
.classes-timetable-wrapper .table {
  margin-bottom: 0;
}
.classes-timetable-wrapper .table thead {
  border-top: 2px solid #f5f5f5;
}
.classes-timetable-wrapper .table thead tr th {
  text-align: center;
  border-bottom: none;
  border: 2px solid #f5f5f5;
  background: #f2f2f2;
  font-size: 14px;
  text-transform: uppercase;
}
.classes-timetable-wrapper .table tbody tr th {
  border: 2px solid #f5f5f5;
  vertical-align: middle;
  text-align: center;
  background: #f9f9f9;
  border-top: none;
  font-size: 14px;
}
.classes-timetable-wrapper .table tbody tr td {
  width: 150px;
  background: #e5e5e5;
  border: 2px solid #f5f5f5;
  padding: 0;
}
.classes-timetable-wrapper .table tbody tr td ul {
  border-radius: 3px;
  padding: 30px 0;
  text-align: center;
  background: #ffae00;
}
.classes-timetable-wrapper .table tbody tr td ul li {
  color: #ffffff;
}
.classes-timetable-wrapper .table tbody tr td ul li:first-child {
  margin-bottom: 15px;
}
.classes-timetable2-wrapper {
  padding: 30px 30px 10px 30px;
  background-color: rgba(243, 99, 71, 0.8);
}
.classes-timetable2-wrapper ul.nav-tabs {
  border: none;
  text-align: center;
}
.classes-timetable2-wrapper ul.nav-tabs li {
  float: none;
}
.classes-timetable2-wrapper ul.nav-tabs li a {
  background: #202227;
  border: none;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 12px 5px;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.classes-timetable2-wrapper ul.nav-tabs li a:hover {
  background: #ffffff;
  color: #101010;
  border: none;
}
.classes-timetable2-wrapper ul.nav-tabs li.active a {
  background: #ffffff;
  color: #101010;
  border: none;
}
.class-schedule-wrap .nav-tabs li.active a:hover:hover,
.class-schedule-wrap .nav-tabs li a:hover:hover {
  background: #e5e5e5;
  color: #101010;
  border: none;
}
.class-schedule-wrap .nav-tabs li:last-child a {
  margin-right: 0;
}
.classes-tab-wrapper .table-responsive {
  border: 0!important;
}
.classes-tab-wrapper thead tr th {
  color: #ffffff;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 400;
}
.classes-tab-wrapper tbody tr td {
  border-top: none!important;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle!important;
  padding-left: 30px!important;
}
.classes-tab-wrapper tbody tr td a {
  background: #f2f2f2;
  font-size: 15px;
  color: #101010;
  padding: 12px 0;
  font-weight: 400;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.classes-tab-wrapper tbody tr td a:hover {
  background: #202227;
  color: #ffffff;
  border: none;
}
.classes-tab-wrapper tbody tr td:last-child {
  padding-bottom: 20px!important;
  text-align: right;
}
.nav-tabs > li > a {
  border-radius: 0;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0 none;
  font-weight: 600;
}
/*=======================================================================
[09] Team Area
=========================================================================*/
.team-box-layout1 {
  overflow: hidden;
  position: relative;
}
.team-box-layout1 img {
  width: 100%;
}
.team-box-layout1 .item-title {
  border-radius: 0 45px 45px 0;
  bottom: 30px;
  left: 0;
  padding: 15px 40px 15px 10px;
  position: absolute;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout1 .item-title h3 {
  color: #ffae00;
  margin-bottom: 5px;
}
.team-box-layout1 .item-title span {
  font-size: 14px;
  display: block;
}
.team-box-layout1 .item-content {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(243, 99, 71, 0.9);
  text-align: center;
  padding: 0 30px;
  height: 94%;
  width: 90%;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout1 .item-content h3 {
  font-weight: 500;
  margin-bottom: 5px;
}
.team-box-layout1 .item-content h3 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout1 .item-content h3 a:hover {
  color: #aaaaaa;
}
.team-box-layout1 .item-content span {
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
}
.team-box-layout1 .item-content p {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-box-layout1 .item-content p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .team-box-layout1 .item-content p {
    margin-bottom: 10px;
  }
}
.team-box-layout1 .item-content ul li {
  margin: 0 10px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-box-layout1 .item-content ul li {
    margin: 0 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-box-layout1 .item-content ul li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 360px) {
  .team-box-layout1 .item-content ul li {
    margin: 0 5px;
  }
}
.team-box-layout1 .item-content ul li a {
  background: #ffffff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout1 .item-content ul li a i {
  color: #ffae00;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout1 .item-content ul li a:hover {
  background: transparent;
}
.team-box-layout1 .item-content ul li a:hover i {
  color: #ffffff;
}
.team-box-layout1:hover .item-title {
  left: -100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.team-box-layout1:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.team-box-layout2 .item-img {
  overflow: hidden;
  position: relative;
}
.team-box-layout2 .item-img .item-social {
  position: absolute;
  bottom: -100px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #ffae00;
  padding: 30px 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img .item-social ul li {
  margin: 0 10px;
  display: inline-block;
}
.team-box-layout2 .item-img .item-social ul li a {
  background: #ffffff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img .item-social ul li a i {
  color: #ffae00;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img .item-social ul li a:hover {
  background: transparent;
}
.team-box-layout2 .item-img .item-social ul li a:hover i {
  color: #ffffff;
}
.team-box-layout2 .item-content {
  text-align: center;
  padding: 25px 0 26px;
}
.team-box-layout2 .item-content h3 {
  color: #ffae00;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.team-box-layout2 .item-content h3 a {
  color: #ffae00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-content h3 a:hover {
  color: #101010;
}
.team-box-layout2:hover .item-social {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.team-box-layout3 {
  padding: 30px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(59, 59, 59, 0.1);
  -moz-box-shadow: 0px 4px 8px 0px rgba(59, 59, 59, 0.1);
  box-shadow: 0px 4px 8px 0px rgba(59, 59, 59, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .team-box-layout3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .team-box-layout3 {
    margin-bottom: 15px;
  }
}
.team-box-layout3 .item-img-wrapper {
  margin-bottom: 30px;
}
.team-box-layout3 .item-img-wrapper img {
  margin: 0 auto;
}
.team-box-layout3 .item-content-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.team-box-layout3 .item-content-wrapper h3 a {
  color: #ffae00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout3 .item-content-wrapper h3 a:hover {
  color: #aaaaaa !important;
}
.team-box-layout3 .item-content-wrapper span {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout3 .item-content-wrapper ul li {
  margin: 0 15px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-box-layout3 .item-content-wrapper ul li {
    margin: 0 10px;
  }
}
.team-box-layout3 .item-content-wrapper ul li a i {
  color: #aaaaaa;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout3 .item-content-wrapper ul li a:hover i {
  color: #aaaaaa !important;
}
.team-box-layout3:hover {
  background: #ffae00;
  box-shadow: none;
}
.team-box-layout3:hover .item-content-wrapper h3 a {
  color: #ffffff;
}
.team-box-layout3:hover .item-content-wrapper span {
  color: #ffffff;
}
.team-box-layout3:hover .item-content-wrapper ul li a i {
  color: #ffffff;
}
.team-box-layout4 {
  background: #f2f2f2;
  padding: 15px 15px 10px;
}
.team-box-layout4 .item-img {
  margin-bottom: 20px;
}
.team-box-layout4 .item-content {
  position: relative;
}
.team-box-layout4 h3 {
  margin-bottom: 5px;
}
.team-box-layout4 h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout4 h3 a:hover {
  color: #ffae00;
}
.team-box-layout4 p {
  color: #ffae00;
}
.team-box-layout4 span {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  background: #ffae00;
  padding: 8px 10px;
  font-size: 16px;
  color: #ffffff;
}
/*=======================================================================
[10] Banner Area
=========================================================================*/
.banner-layout1 span {
  color: #101010;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 0px;
  display: block;
  line-height: 1.5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-layout1 span {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-layout1 span {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-layout1 span {
    font-size: 22px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner-layout1 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-layout1 span {
    font-size: 18px;
  }
}
.banner-layout1 h2 {
  color: #ffae00;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 50px;
  margin: 0 0 5px;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-layout1 h2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-layout1 h2 {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-layout1 h2 {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner-layout1 h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-layout1 h2 {
    font-size: 24px;
  }
}
.banner-layout1 .offer-rate {
  margin: 40px 0 10px;
  line-height: 1;
  color: #101010;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-layout1 .offer-rate {
    font-size: 48px;
    margin: 30px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-layout1 .offer-rate {
    font-size: 42px;
    margin: 25px 0 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-layout1 .offer-rate {
    font-size: 36px;
    margin: 20px 0 10px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner-layout1 .offer-rate {
    font-size: 32px;
    margin: 15px 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-layout1 .offer-rate {
    font-size: 30px;
    margin: 10px 0;
  }
}
.banner-layout1 p {
  text-transform: uppercase;
  font-size: 28px;
  color: #101010;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-layout1 p {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-layout1 p {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-layout1 p {
    font-size: 22px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner-layout1 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-layout1 p {
    font-size: 18px;
  }
}
.banner-layout2 {
  text-align: center;
}
.banner-layout2 h2 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-layout2 h2 {
    font-size: 52px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-layout2 h2 {
    font-size: 48px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-layout2 h2 {
    font-size: 36px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner-layout2 h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-layout2 h2 {
    font-size: 30px;
  }
}
.banner-layout2 p {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-layout2 p {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-layout2 p {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-layout2 p {
    font-size: 28px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner-layout2 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-layout2 p {
    font-size: 20px;
  }
}
.banner3-area-wrapper {
  margin-top: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .banner3-area-wrapper {
    display: inherit;
  }
}
.banner3-area-wrapper .offer-rate {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  font-size: 80px;
  color: #e4cc00;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner3-area-wrapper .offer-rate {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner3-area-wrapper .offer-rate {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner3-area-wrapper .offer-rate {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner3-area-wrapper .offer-rate {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .banner3-area-wrapper .offer-rate {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.banner3-area-wrapper .offer-content {
  margin-left: 30px;
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
}
@media only screen and (max-width: 991px) {
  .banner3-area-wrapper .offer-content {
    margin-left: 0;
  }
}
.banner3-area-wrapper .offer-content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .banner3-area-wrapper .offer-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .banner3-area-wrapper .offer-content h3 {
    font-size: 24px;
  }
}
.banner3-area-wrapper .offer-content p {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .banner3-area-wrapper .offer-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .banner3-area-wrapper .offer-content p {
    font-size: 16px;
  }
}
.banner3-area-wrapper .offer-btn {
  margin-top: 6px;
  text-align: right;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media only screen and (max-width: 991px) {
  .banner3-area-wrapper .offer-btn {
    text-align: left;
  }
}
.banner4-area-wrapper {
  padding: 100px 0 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .banner4-area-wrapper {
    display: inherit;
  }
}
.banner4-area-wrapper .offer-rate {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  font-size: 80px;
  color: #e4cc00;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner4-area-wrapper .offer-rate {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner4-area-wrapper .offer-rate {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner4-area-wrapper .offer-rate {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner4-area-wrapper .offer-rate {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .banner4-area-wrapper .offer-rate {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.banner4-area-wrapper .offer-content {
  margin-left: 30px;
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
}
@media only screen and (max-width: 991px) {
  .banner4-area-wrapper .offer-content {
    margin-left: 0;
  }
}
.banner4-area-wrapper .offer-content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .banner4-area-wrapper .offer-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .banner4-area-wrapper .offer-content h3 {
    font-size: 24px;
  }
}
.banner4-area-wrapper .offer-content p {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .banner4-area-wrapper .offer-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .banner4-area-wrapper .offer-content p {
    font-size: 16px;
  }
}
.banner4-area-wrapper .offer-btn {
  margin-top: 6px;
  text-align: right;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media only screen and (max-width: 991px) {
  .banner4-area-wrapper .offer-btn {
    text-align: left;
  }
}
/*=======================================================================
[11] Trainer Area 
=========================================================================*/
.trainer-detail-image {
  background: #ffffff;
}
.trainer-detail-image img {
  width: 100%;
}
.trainer-detail-image .trainer-info {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .trainer-detail-image .trainer-info {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .trainer-detail-image .trainer-info {
    padding: 15px;
  }
}
.trainer-detail-image .trainer-info h3 {
  color: #ffae00;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.trainer-detail-image .trainer-info h4 {
  color: #101010;
  font-weight: 500;
  margin-bottom: 30px;
}
.trainer-detail-image .trainer-info p {
  position: relative;
  margin-bottom: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #101010;
}
.trainer-detail-image .trainer-info span {
  position: absolute;
  top: 0;
  left: 100px;
  float: right;
}
.trainer-detail-image .trainer-info ul {
  margin-top: 38px;
}
.trainer-detail-image .trainer-info ul li {
  display: inline-block;
}
.trainer-detail-image .trainer-info ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  color: #ffae00;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.trainer-detail-image .trainer-info ul li a:hover {
  background: #ffae00;
  color: #ffffff;
}
.trainer-detail-content .detail-heading h2 {
  color: #101010;
  text-transform: capitalize;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trainer-detail-content .detail-heading h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trainer-detail-content .detail-heading h2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trainer-detail-content .detail-heading h2 {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .trainer-detail-content .detail-heading h2 {
    font-size: 32px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .trainer-detail-content .detail-heading h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .trainer-detail-content .detail-heading h2 {
    font-size: 24px;
  }
}
.trainer-detail-content .detail-heading p {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trainer-detail-content .detail-heading p {
    margin-bottom: 30px;
  }
}
.skill-content {
  overflow: hidden;
}
.skill-content h3 {
  color: #ffae00;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.skill-content .skill .progress {
  background-color: #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  height: 10px;
  margin: 30px 0 60px 0;
  overflow: visible;
  position: relative;
}
.skill-content .skill .progress:last-child {
  margin: 30px 0 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .skill-content .skill .progress {
    margin: 30px 0 47px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .skill-content .skill .progress {
    margin: 30px 0 42px 0;
    height: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-content .skill .progress {
    margin: 30px 0 50px 0;
    height: 6px;
  }
}
.skill-content .skill .progress .lead {
  color: #101010;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: -30px;
  z-index: 7;
  text-transform: uppercase;
}
.skill-content .skill .progress .progress-bar {
  background: #ffae00;
}
.skill-content .skill .progress .progress-bar span {
  background: #333;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  padding: 0 5px;
}
.skill-content .skill .progress .progress-bar span:after,
.skill-content .skill .progress .progress-bar span:after {
  border: medium solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.skill-content .skill .progress .progress-bar span:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
/*=======================================================================
[12] Schedule Appointment Area
=========================================================================*/
.schedule-wrapper {
  min-height: 507px;
  padding: 63px 30px;
  background-color: rgba(249, 249, 249, 0.9);
}
@media only screen and (max-width: 767px) {
  .schedule-wrapper {
    min-height: auto;
  }
}
.schedule-wrapper h2 {
  text-align: center;
  color: #101010;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .schedule-wrapper h2 {
    font-size: 24px;
  }
}
.schedule-wrapper h2 span {
  color: #ffae00;
}
.schedule-wrapper p {
  text-align: center;
  color: #101010;
  margin-bottom: 60px;
}
.schedule-wrapper ul li {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #101010;
}
.schedule-wrapper ul li span {
  float: right;
}
@media only screen and (max-width: 479px) {
  .schedule-wrapper ul li span {
    float: none;
    margin-left: 5px;
    color: #ffae00;
  }
}
.schedule-wrapper ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.appointment-wrapper {
  min-height: 507px;
  text-align: center;
  padding: 70px 30px;
  background-color: rgba(243, 99, 71, 0.9);
}
@media only screen and (max-width: 767px) {
  .appointment-wrapper {
    min-height: auto;
  }
}
.appointment-wrapper h2 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .appointment-wrapper h2 {
    font-size: 24px;
  }
}
.appointment-wrapper p {
  color: #ffffff;
}
.appointment-wrapper ul {
  margin: 30px 0 40px;
}
.appointment-wrapper ul li {
  width: 44%;
  margin: 0 2%;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .appointment-wrapper ul li {
    display: inherit;
    width: 100%;
  }
}
.appointment-wrapper ul li .form-group input {
  background: transparent;
  border: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.appointment-wrapper ul li input.form-control::-webkit-input-placeholder,
.appointment-wrapper ul li textarea.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.appointment-wrapper ul li input.form-control::-moz-placeholder,
.appointment-wrapper ul li textarea.form-control::-moz-placeholder {
  color: #ffffff;
}
.appointment-wrapper ul li input.form-control:-moz-placeholder,
.appointment-wrapper ul li textarea.form-control:-moz-placeholder {
  color: #ffffff;
}
.appointment-wrapper ul li input.form-control:-ms-input-placeholder,
.appointment-wrapper ul li textarea.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.appointment1-area {
  position: relative;
}
.appointment1-content {
  padding: 150px 0 160px 0;
  margin-left: 8%;
  color: #ffffff;
}
/*=======================================================================
[13] Client Area
=========================================================================*/
.client1-box {
  text-align: center;
}
.client1-box .client1-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 30px;
}
.client1-box .client1-img img {
  width: 100%;
}
.client1-box h3 {
  color: #ffae00;
  margin-bottom: 10px;
}
.client1-box span {
  color: #ececec;
  margin-bottom: 40px;
  display: block;
}
.client1-box p {
  color: #cfcfcf;
  width: 68%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .client1-box p {
    width: 95%;
  }
}
.client2-box {
  text-align: center;
}
.client2-box .client2-img {
  height: 101px;
  width: 101px;
  margin: 0 auto 45px;
}
.client2-box .client2-img img {
  width: 100%;
}
.client2-box h3 {
  color: #ffae00;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.client2-box span {
  font-size: 14px;
  margin-bottom: 50px;
  display: block;
}
.client2-box p {
  font-size: 16px;
  width: 68%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .client2-box p {
    width: 95%;
  }
}
.client2-box i {
  font-size: 42px;
  color: #ffae00;
}
.client3-box {
  text-align: center;
}
.client3-box .client3-img {
  height: 101px;
  width: 101px;
  margin: 0 auto 45px;
}
.client3-box .client3-img img {
  width: 100%;
}
.client3-box h3 {
  color: #ffae00;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.client3-box span {
  font-size: 14px;
  color: #c9c9c9;
  margin-bottom: 50px;
  display: block;
}
.client3-box p {
  color: #c9c9c9;
  font-size: 16px;
  width: 68%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .client3-box p {
    width: 95%;
  }
}
.client3-box i {
  font-size: 42px;
  color: #ffae00;
}
.client4-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .client4-area {
    display: inherit;
  }
}
.client4-area .hf-item-wrapper {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .client4-area .hf-item-wrapper {
    width: 100%;
  }
}
.client4-area .hf-item-wrapper .hf-item-center {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .client4-area .hf-item-wrapper .hf-item-center {
    position: inherit;
    display: inherit;
  }
}
.client4-area .hf-item-wrapper .item-img {
  position: relative;
}
.client4-area .hf-item-wrapper .item-img img {
  width: 100%;
}
.client4-area .client4-content-wrapper {
  background: #202227;
}
@media only screen and (max-width: 991px) {
  .client4-area .client4-content-wrapper {
    padding: 50px 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .client4-area .section-title-bar {
    display: none;
  }
}
.client4-area .testimonial-sliders {
  margin-bottom: 30px;
}
.client4-area .single-item-client4 {
  text-align: center;
}
.client4-area .single-item-client4 p {
  padding: 0 15px;
  margin-bottom: 30px;
  color: #ffffff;
}
.client4-area .single-item-client4 h3 {
  text-transform: uppercase;
  color: #ffae00;
  margin-bottom: 0;
}
.client4-area .single-item-client4 span {
  color: #ffffff;
  font-size: 14px;
}
.client4-area .testimonial-carousel .item-img {
  text-align: center;
}
.client4-area .testimonial-carousel .item-img .item-img-wrapper {
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.client4-area .testimonial-carousel .item-img .item-img-wrapper img {
  margin: 0 auto;
  cursor: pointer;
}
.client4-area .testimonial-carousel .item-img .item-img-wrapper:before {
  content: "";
  background: rgba(243, 99, 71, 0.8);
  position: absolute;
  top: 16px;
  left: 1px;
  right: 0;
  height: 89px;
  width: 89px;
  margin: 0 auto;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.client4-area .testimonial-carousel .slick-center .item-img-wrapper:before {
  opacity: 0;
  visibility: hidden;
}
.client5-box {
  text-align: center;
}
.client5-box .client5-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 30px;
}
.client5-box .client5-img img {
  width: 100%;
}
.client5-box h3 {
  color: #ffae00;
  margin-bottom: 10px;
}
.client5-box span {
  color: #101010;
  margin-bottom: 40px;
  display: block;
}
.client5-box p {
  color: #101010;
  width: 68%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .client5-box p {
    width: 95%;
  }
}
/*=======================================================================
[14] Pricing Plan Area
=========================================================================*/
.pricing-plan1-wrapper {
  margin-top: 62px;
}
.pricing-plan1-wrapper .single-item {
  position: relative;
  padding: 80px 0 70px;
  text-align: center;
}
.pricing-plan1-wrapper .single-item .item-price {
  position: absolute;
  top: -62px;
  text-align: center;
  border-radius: 50%;
  height: 124px;
  width: 124px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}
.pricing-plan1-wrapper .single-item .item-price h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 30px;
}
.pricing-plan1-wrapper .single-item .item-price span {
  color: #ffffff;
  font-size: 14px;
}
.pricing-plan1-wrapper .single-item .item-content .h2 {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.pricing-plan1-wrapper .single-item .item-content ul {
  margin-bottom: 50px;
}
.pricing-plan1-wrapper .single-item .item-content ul li {
  padding: 15px 0;
}
.pricing-plan1-wrapper .single-item .item-content ul li:nth-child(odd) {
  background: #f0f0f0;
}
.pricing-plan1-wrapper .single-item .item-content .pricing-btn {
  border-radius: 3px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 9px 25px;
  display: inline-block;
}
.pricing-plan1-wrapper > div:nth-child(1n) .item-price {
  background: #2196f3;
}
.pricing-plan1-wrapper > div:nth-child(1n) .item-content .h2 {
  color: #2196f3;
}
.pricing-plan1-wrapper > div:nth-child(1n) .pricing-btn {
  border: 2px solid #2196f3;
  color: #2196f3;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pricing-plan1-wrapper > div:nth-child(1n) .pricing-btn:hover {
  background: #2196f3;
  color: #ffffff;
}
.pricing-plan1-wrapper > div:nth-child(2n) .item-price {
  background: #1bbdb0;
}
.pricing-plan1-wrapper > div:nth-child(2n) .item-content .h2 {
  color: #1bbdb0;
}
.pricing-plan1-wrapper > div:nth-child(2n) .pricing-btn {
  border: 2px solid #1bbdb0;
  color: #1bbdb0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pricing-plan1-wrapper > div:nth-child(2n) .pricing-btn:hover {
  background: #1bbdb0;
  color: #ffffff;
}
.pricing-plan1-wrapper > div:nth-child(3n) .item-price {
  background: #ffae00;
}
.pricing-plan1-wrapper > div:nth-child(3n) .item-content .h2 {
  color: #ffae00;
}
.pricing-plan1-wrapper > div:nth-child(3n) .pricing-btn {
  border: 2px solid #ffae00;
  color: #ffae00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pricing-plan1-wrapper > div:nth-child(3n) .pricing-btn:hover {
  background: #ffae00;
  color: #ffffff;
}
.pricing-plan1-wrapper > div:nth-child(4n) .item-price {
  background: #ff6666;
}
.pricing-plan1-wrapper > div:nth-child(4n) .item-content .h2 {
  color: #ff6666;
}
.pricing-plan1-wrapper > div:nth-child(4n) .pricing-btn {
  border: 2px solid #ff6666;
  color: #ff6666;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pricing-plan1-wrapper > div:nth-child(4n) .pricing-btn:hover {
  background: #ff6666;
  color: #ffffff;
}
.pricing-plan2-wrapper .single-item {
  position: relative;
  text-align: center;
  border: 3px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .pricing-plan2-wrapper .single-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .pricing-plan2-wrapper .single-item {
    margin-bottom: 15px;
  }
}
.pricing-plan2-wrapper .single-item img {
  width: 100%;
}
.pricing-plan2-wrapper .single-item .item-content {
  padding: 30px 0 40px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 991px) {
  .pricing-plan2-wrapper .single-item .item-content {
    padding: 30px 5px 40px;
  }
}
.pricing-plan2-wrapper .single-item .item-content h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-plan2-wrapper .single-item .item-content h3 {
    font-size: 18px;
  }
}
.pricing-plan2-wrapper .single-item .item-content ul {
  margin-bottom: 35px;
}
.pricing-plan2-wrapper .single-item .item-content ul li {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}
.pricing-plan2-wrapper .single-item .item-content ul li:last-child {
  margin-bottom: 0;
}
.pricing-plan2-wrapper .single-item .item-content h4 {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
}
.pricing-plan2-wrapper .single-item .item-content h4 span {
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 300;
}
/*=======================================================================
[15] Counter Area
=========================================================================*/
.counter-box-layout1 > div:nth-child(1n) .single-item:before {
  background-color: rgba(243, 99, 71, 0.8);
}
.counter-box-layout1 > div:nth-child(2n) .single-item:before {
  background-color: rgba(32, 34, 39, 0.8);
}
.counter-box-layout1 > div:nth-child(3n) .single-item:before {
  background-color: rgba(243, 99, 71, 0.8);
}
.counter-box-layout1 > div:nth-child(4n) .single-item:before {
  background-color: rgba(32, 34, 39, 0.8);
}
.counter-box-layout1 .single-item {
  position: relative;
}
.counter-box-layout1 .single-item img {
  width: 100%;
}
.counter-box-layout1 .single-item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.counter-box-layout1 .single-item .item-content {
  text-align: center;
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.counter-box-layout1 .single-item .item-content h2 {
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-box-layout1 .single-item .item-content h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-box-layout1 .single-item .item-content h2 {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .counter-box-layout1 .single-item .item-content h2 {
    font-size: 28px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .counter-box-layout1 .single-item .item-content h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .counter-box-layout1 .single-item .item-content h2 {
    font-size: 24px;
  }
}
.counter-box-layout1 .single-item .item-content p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-box-layout1 .single-item .item-content p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-box-layout1 .single-item .item-content p {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .counter-box-layout1 .single-item .item-content p {
    font-size: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .counter-box-layout1 .single-item .item-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .counter-box-layout1 .single-item .item-content p {
    font-size: 18px;
  }
}
.counter-box-layout2 {
  margin-bottom: 30px;
  text-align: center;
}
.counter-box-layout2 i {
  font-size: 36px;
  color: #ffae00;
  margin-bottom: 30px;
}
.counter-box-layout2 h2 {
  font-size: 36px;
  color: #efefef;
  font-weight: 500;
  margin-bottom: 5px;
}
.counter-box-layout2 p {
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
}
/*=======================================================================
[16] Product Area
=========================================================================*/
.product-box-layout1 .product-img {
  position: relative;
}
.product-box-layout1 .product-img img {
  width: 100%;
}
.product-box-layout1 .product-img .product-status {
  border-radius: 3px;
  height: 45px;
  width: 45px;
  background: #ffae00;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.product-box-layout1 .product-img .product-status span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 6px;
  color: #ffffff;
  display: block;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.product-box-layout1 .product-content-wrapper {
  height: 116px;
  position: relative;
  overflow: hidden;
}
.product-box-layout1 .product-content {
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-content .product-cart-view {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-content .product-cart-view li {
  display: inline-block;
}
.product-box-layout1 .product-content .product-cart-view li a {
  display: block;
  background: #f2f2f2;
  border-radius: 45px;
  height: 40px;
  width: 50px;
  line-height: 44px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-content .product-cart-view li a:hover {
  background: #ffae00;
}
.product-box-layout1 .product-content .product-cart-view li a:hover i {
  color: #ffffff;
}
.product-box-layout1 .product-content .product-cart-view li a i {
  color: #101010;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-content .product-cart-view li:nth-child(2n) a {
  font-size: 14px;
  background: #ffae00;
  width: 112px;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 35px;
  border: 2px solid #ffae00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-content .product-cart-view li:nth-child(2n) a:hover {
  background: transparent;
  color: #ffae00;
}
.product-box-layout1 .product-content h3 {
  margin-bottom: 10px;
  font-weight: 400;
}
.product-box-layout1 .product-content h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-content h3 a:hover {
  color: #ffae00;
}
.product-box-layout1 .product-content .product-price {
  margin-bottom: 10px;
  color: #ffae00;
}
.product-box-layout1 .product-content .product-price span {
  margin-right: 15px;
  text-decoration: line-through;
  color: #101010;
}
.product-box-layout1 .product-content .product-rating {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-content .product-rating li {
  display: inline-block;
}
.product-box-layout1 .product-content .product-rating li i {
  color: #ffae00;
}
.product-box-layout1:hover .product-content {
  top: 20px;
}
.product-box-layout1:hover .product-cart-view {
  opacity: 1;
  visibility: visible;
}
.product-box-layout1:hover .product-rating {
  opacity: 0;
  visibility: hidden;
}
.product-details-single-item {
  padding: 200px 0 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-details-single-item {
    display: inherit!important;
    padding: 60px 0 40px;
  }
}
.product-details-single-item > div {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.product-details-single-item .item-content h3 {
  color: #101010;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.product-details-single-item:nth-child(odd) {
  background: #f2f2f2;
  position: relative;
}
.product-details-single-item:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: -100%;
  z-index: 1;
  background: #f2f2f2;
}
.product-details-single-item:nth-child(odd):after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: -100%;
  z-index: 1;
  background: #f2f2f2;
}
.product-details-single-item:nth-child(odd) .item-img {
  position: relative;
}
.product-details-single-item:nth-child(odd) .item-img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .product-details-single-item:nth-child(odd) .item-img img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: inherit;
    margin: 0 auto;
  }
}
.product-details-single-item:nth-child(even) .item-img {
  position: relative;
}
.product-details-single-item:nth-child(even) .item-img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .product-details-single-item:nth-child(even) .item-img img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: inherit;
    margin: 0 auto 50px;
  }
}
.inner-product-details-left .tab-content {
  margin-top: 5px;
}
.inner-product-details-left .tab-content img {
  width: 100%;
}
.inner-product-details-left .product-feed-wrapper {
  padding: 30px 45px;
}
.inner-product-details-left .single-item {
  border: 1px solid transparent;
  display: inline-block;
}
.inner-product-details-left .single-item a img {
  opacity: 0.5;
}
.inner-product-details-left .single-item a img:hover {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .inner-product-details-right {
    margin-bottom: 30px;
  }
}
.inner-product-details-right h3 {
  color: #101010;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-product-details-right h3 {
    margin-bottom: 15px;
  }
}
.inner-product-details-right h4 {
  color: #101010;
}
.inner-product-details-right > ul {
  margin: 0 0 15px;
}
.inner-product-details-right > ul li {
  display: inline-block;
}
.inner-product-details-right > ul li > i {
  color: #eebe2c;
}
.inner-product-details-right .price {
  font-size: 22px;
  font-weight: 600;
  color: #ffae00;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-product-details-right .price {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-product-details-right .price {
    margin-bottom: 30px;
  }
}
.inner-product-details-right .price span {
  text-decoration: line-through;
  color: #676767;
  margin-right: 5px;
  font-size: 18px;
}
.inner-product-details-right .product-details-content {
  margin-bottom: 30px;
}
.inner-product-details-right .product-details-content > p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffae00;
}
.inner-product-details-right .product-details-content > p > span {
  color: #101010;
  font-weight: 600;
  text-transform: capitalize;
}
.inner-product-details-right .inner-product-details-cart {
  margin-top: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .inner-product-details-right .inner-product-details-cart {
    margin-bottom: 30px;
  }
}
.inner-product-details-right .inner-product-details-cart li {
  vertical-align: top;
  margin: 0 2px 0 0;
  display: inline-block;
  border: 1px solid #f5f5f5;
}
.inner-product-details-right .inner-product-details-cart li:first-child {
  margin-top: 15px;
  margin-right: 10px;
  border: none;
}
.inner-product-details-right .inner-product-details-cart li:first-child:hover {
  border: none;
}
.inner-product-details-right .inner-product-details-cart li:hover {
  border: 1px solid #ffae00;
}
.inner-product-details-right .inner-product-details-cart li:hover:nth-child(2) {
  border: 1px solid #f5f5f5;
}
.inner-product-details-right .inner-product-details-cart li a {
  line-height: 52px;
  text-align: center;
  height: 52px;
  padding: 0 20px;
  background: transparent;
  display: block;
  color: #101010;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-product-details-right .inner-product-details-cart li a i {
  line-height: 54px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-product-details-right .inner-product-details-cart li a:hover {
  background: #ffae00;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-product-details-right .inner-product-details-cart li a:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-product-details-right .inner-product-details-cart li .input-group {
  position: relative;
  box-shadow: none!important;
}
.inner-product-details-right .inner-product-details-cart li .input-group .form-control {
  box-shadow: none;
}
.inner-product-details-right .inner-product-details-cart li .input-group input {
  border: none;
  height: 52px;
  width: 100px;
  padding-right: 47px;
  font-size: 20px;
  text-align: center;
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical .btn-default {
  border: 0;
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button {
  display: block;
  border-left: 1px solid #f5f5f5 !important;
  border-radius: 0!important;
  background: transparent;
  padding: 4px 12px;
  line-height: 1.3;
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button:last-child {
  border-top: 1px solid #f5f5f5;
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button i {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .inner-product-details-right .inner-product-details-cart li:nth-child(1n) {
    display: none;
  }
  .inner-product-details-right .inner-product-details-cart li:nth-child(2n) {
    display: inline-block;
  }
  .inner-product-details-right .inner-product-details-cart li:nth-child(3n) {
    display: inline-block;
  }
  .inner-product-details-right .inner-product-details-cart li:nth-child(4n) {
    display: none;
  }
  .inner-product-details-right .inner-product-details-cart li:nth-child(5n) {
    display: none;
  }
}
ul.review-nav {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
ul.review-nav li {
  text-transform: uppercase;
  display: inline;
  margin-right: 15px;
}
ul.review-nav li:last-child {
  margin-right: 0;
}
ul.review-nav li a {
  font-weight: 600;
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.review-nav li a:hover {
  color: #ffae00;
}
ul.review-nav .active a {
  color: #ffae00;
}
.inner-shop-top-left {
  margin-bottom: 30px;
}
.inner-shop-top-left .dropdown {
  border: 1px solid #f5f5f5;
  display: inline;
  padding: 12px 20px;
}
.inner-shop-top-left .dropdown button:active {
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 479px) {
  .inner-shop-top-left .dropdown {
    padding: 12px;
  }
}
.inner-shop-top-left .dropdown button {
  text-transform: uppercase;
  padding: 0;
  background: transparent;
}
.inner-shop-top-left .dropdown button span {
  margin-left: 15px;
}
.inner-shop-top-left .dropdown button:focus,
.inner-shop-top-left .dropdown button:hover {
  color: #ffae00;
}
.inner-shop-top-left .dropdown .dropdown-menu {
  border-radius: 0;
  left: 0;
  min-width: 100%;
  background: #ffffff;
}
.inner-shop-top-left .dropdown .dropdown-menu > li {
  border: none;
  padding: 0;
  display: inherit;
}
.inner-shop-top-left .dropdown .dropdown-menu > li a {
  color: #101010;
}
.inner-shop-top-left .dropdown .dropdown-menu > li a:hover,
.inner-shop-top-left .dropdown .dropdown-menu > li a:focus {
  background: #ffae00;
  color: #101010;
}
.advantage1-area {
  padding: 80px 0;
  background: #f2f2f2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantage1-area {
    padding: 60px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .advantage1-area {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  .advantage1-area {
    padding: 40px 0;
  }
}
.advantage1-area .advantage-area-box {
  position: relative;
  top: 0;
  background: #ffffff;
  padding: 30px 15px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantage1-area .advantage-area-box {
    height: 210px;
  }
}
.advantage1-area .advantage-area-box i {
  margin-bottom: 10px;
  font-size: 36px;
  color: #ffae00;
}
.advantage1-area .advantage-area-box .media-body h3 {
  letter-spacing: 1px;
  color: #101010;
  margin-bottom: 3px;
}
.advantage1-area .advantage-area-box .media-body p {
  letter-spacing: 4px;
}
.advantage1-area .advantage-area-box:hover {
  top: -5px;
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.4);
}
.filtar-search-btn-area {
  text-align: right;
}
.filtar-search-btn-area li {
  display: inline-block;
  margin-right: 20px;
}
.filtar-search-btn-area .product-filter-btn a {
  background: transparent;
  border: none;
  color: #676767;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.filtar-search-btn-area .product-filter-btn a:hover {
  color: #ffae00;
}
.filtar-search-btn-area .product-search-btn a {
  color: #676767;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.filtar-search-btn-area .product-search-btn a i {
  margin-left: 10px;
}
.filtar-search-btn-area .product-search-btn a:hover {
  color: #ffae00;
}
.filter-parameter-wrapper {
  position: relative;
  padding: 0 0 50px 0;
}
.filter-parameter-wrapper .single-item-filter-parameter {
  margin-bottom: 30px;
}
.filter-parameter-wrapper .single-item-filter-parameter h4 {
  color: #101010;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.filter-parameter-wrapper .single-item-filter-parameter ul li {
  margin-bottom: 8px;
}
.filter-parameter-wrapper .single-item-filter-parameter ul li a {
  color: #676767;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.filter-parameter-wrapper .single-item-filter-parameter ul li a:hover {
  color: #ffae00;
}
.filter-parameter-wrapper .single-item-filter-parameter ul li:last-child {
  margin-bottom: 0;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-color li {
  padding-left: 20px;
  position: relative;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-color li:before {
  content: "\f111";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  font-family: FontAwesome;
  font-size: 12px;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-color li:nth-child(1n):before {
  color: #0000ff;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-color li:nth-child(2n):before {
  color: #cc9900;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-color li:nth-child(3n):before {
  color: #cccccc;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-color li:nth-child(4n):before {
  color: #339900;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-color li:nth-child(5n):before {
  color: #ff9900;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-color li:nth-child(6n):before {
  color: #000000;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-tag li {
  margin-bottom: 8px;
  display: inline-block;
  margin-right: 5px;
}
.filter-parameter-wrapper .single-item-filter-parameter .filter-tag li a {
  display: block;
  color: #ffffff;
  padding: 5px 10px 7px;
  background: #202227;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.filter-parameter-wrapper .pbox-search-area input.product-search-box {
  color: #101010;
  height: 44px;
  width: 85%;
  background: #f9f9f9;
  border: none;
  padding: 5px 18px 5px 10px;
  -webkit-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  -moz-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
}
.filter-parameter-wrapper .pbox-search-area input.product-search-box:focus {
  border: none;
  border-image: none;
  border-color: inherit;
  outline: none;
}
.filter-parameter-wrapper .pbox-search-area .close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  text-shadow: none;
  z-index: 3;
}
.filter-parameter-wrapper .pbox-search-area .close i {
  margin-top: 10px;
  color: #ffae00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.filter-parameter-wrapper .pbox-search-area .close:hover i,
.filter-parameter-wrapper .pbox-search-area .close:focus i {
  color: #101010;
}
.filter-parameter-wrapper .close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  text-shadow: none;
  z-index: 3;
}
.filter-parameter-wrapper .close i {
  margin-top: 10px;
  color: #ffae00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.filter-parameter-wrapper .close:hover i,
.filter-parameter-wrapper .close:focus i {
  color: #101010;
}
.search-panel.open {
  display: block;
}
.search-panel {
  display: none;
  padding-top: 10px;
}
.filter-area {
  overflow: hidden;
  padding-top: 15px;
  display: none;
}
.filter-area.open {
  display: block;
}
/*=======================================================================
[17] Event Area
=========================================================================*/
.event-schedule-wrapper {
  margin: 0 auto 60px;
  width: 75%;
}
.event-schedule-wrapper .single-item {
  padding: 10px 20px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.event-schedule-wrapper .single-item .item-day {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #101010;
  font-size: 42px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.event-schedule-wrapper .single-item .item-year {
  padding: 10px 0 0 15px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.event-schedule-wrapper .single-item .item-year p {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.event-schedule-wrapper .single-item:hover {
  background: #ffae00;
}
.event-schedule-wrapper .single-item:hover .item-day {
  color: #ffffff;
}
.event-schedule-wrapper .single-item:hover .item-year p {
  color: #ffffff;
}
.event-box-layout1 {
  margin-bottom: 30px;
  text-align: center;
  padding: 50px 15px 30px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 4px 8px 0 rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0 4px 8px 0 rgba(59, 59, 59, 0.15);
  box-shadow: 0 4px 8px 0 rgba(59, 59, 59, 0.15);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-box-layout1 h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event-box-layout1 h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-box-layout1 h3 a:hover {
  color: #ffae00;
}
.event-box-layout1 .event-time {
  color: #ffae00;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
.event-box-layout1 img {
  margin: 0 auto 20px;
}
.event-box-layout1 h4 {
  font-size: 14px;
  font-weight: 300;
}
.event-box-layout1 h4 span {
  color: #ffae00;
}
.event-box-layout1 .btn-event {
  text-align: center;
  color: #9d9d9d;
  padding: 8px 30px;
  background: transparent;
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-box-layout1:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0 8px 12px 0 rgba(59, 59, 59, 0.15);
  box-shadow: 0 8px 12px 0 rgba(59, 59, 59, 0.15);
}
.event-box-layout1:hover .btn-event {
  background: #ffae00;
  color: #ffffff !important;
  border: 2px solid #ffae00;
}
.event-details-inner-top img {
  width: 100%;
  margin-bottom: 30px;
}
.event-details-inner-top .event-details-top-content {
  position: relative;
  padding: 15px 0 0 0;
}
.event-details-inner-top .event-details-top-content h2 {
  font-size: 30px;
  color: #101010;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-details-inner-top .event-details-top-content h2 {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event-details-inner-top .event-details-top-content h2 {
    font-size: 26px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .event-details-inner-top .event-details-top-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .event-details-inner-top .event-details-top-content h2 {
    font-size: 22px;
  }
}
.event-details-inner-top .event-details-top-content p span {
  position: relative;
  background: #f2f2f2;
  padding: 70px 30px 30px;
  display: block;
}
.event-details-inner-top .event-details-top-content p span:before {
  content: "\f10e";
  color: #676767;
  font-family: FontAwesome;
  font-size: 24px;
  top: 30px;
  left: 30px;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.event-details-inner-top .event-details-top-content h3 {
  font-size: 24px;
  color: #101010;
}
@media (min-width: 321px) and (max-width: 479px) {
  .event-details-inner-top .event-details-top-content h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .event-details-inner-top .event-details-top-content h3 {
    font-size: 20px;
  }
}
.event-details-inner-top .event-details-top-content .event-content-info-list {
  margin-bottom: 50px;
}
.event-details-inner-top .event-details-top-content .event-content-info-list li {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.event-details-inner-top .event-details-top-content .event-content-info-list li:last-child {
  margin-bottom: 0;
}
.event-details-inner-top .event-details-top-content .event-content-info-list li:before {
  content: "\f00c";
  background: #ffae00;
  height: 15px;
  width: 15px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  left: 0;
}
.event-venu {
  margin-bottom: 50px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .event-venu {
    display: inherit;
  }
}
.event-venu .single-item-event {
  padding: 30px;
  border-right: 1px solid #f5f5f5;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.event-venu .single-item-event h4 {
  position: relative;
  color: #ffae00;
  font-size: 24px;
}
@media (min-width: 321px) and (max-width: 479px) {
  .event-venu .single-item-event h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .event-venu .single-item-event h4 {
    font-size: 18px;
  }
}
.event-venu .single-item-event h4:before {
  content: "";
  height: 1px;
  width: 70%;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 14px;
}
@media only screen and (max-width: 479px) {
  .event-venu .single-item-event h4:before {
    display: none;
  }
}
.event-venu .single-item-event ul li {
  margin-bottom: 15px;
  position: relative;
}
.event-venu .single-item-event ul li span {
  position: absolute;
  left: 50%;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-venu .single-item-event ul li span {
    left: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .event-venu .single-item-event ul li span {
    left: 30%;
  }
}
.event-venu .single-item-event ul li:last-child {
  margin-bottom: 0;
}
.event-venu .single-item-event:last-child {
  border-right: 0;
}
.event-venu .single-item-event:last-child ul li:first-child {
  margin-bottom: 30px;
}
.book-ticket {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .event-leave-comments {
    margin-bottom: 30px;
  }
}
.event-leave-comments h3 {
  font-size: 18px;
  color: #101010;
  text-transform: capitalize;
  font-weight: 600;
}
.event-leave-comments p {
  margin-bottom: 50px;
}
.event-leave-comments input {
  background: transparent;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  height: 50px;
}
.event-leave-comments textarea {
  background: transparent;
  border: 1px solid #f5f5f5;
  padding: 10px;
  border-radius: 0;
}
.event-leave-comments .form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}
.countdown-area {
  text-align: center;
}
.countdown-area span {
  color: #ffae00;
  font-size: 30px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: block;
}
.countdown-area h2 {
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .countdown-area h2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .countdown-area h2 {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .countdown-area h2 {
    font-size: 32px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .countdown-area h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .countdown-area h2 {
    font-size: 26px;
  }
}
.countdown-area ul {
  margin-bottom: 50px;
}
.countdown-area ul li {
  margin-right: 30px;
  display: inline;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.countdown-area ul li i {
  color: #ffae00;
  margin-right: 10px;
}
.countdown-area ul li:last-child {
  margin-right: 0;
}
.countdown-area .countdown-section {
  padding-top: 7px;
  height: 100px;
  width: 100px;
  background: #ffae00;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 2px;
}
@media only screen and (max-width: 479px) {
  .countdown-area .countdown-section {
    height: 70px;
    width: 68px;
    margin-right: 5px;
  }
}
.countdown-area .countdown-section:last-child {
  margin-right: 0;
}
.countdown-area .countdown-section h3 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .countdown-area .countdown-section h3 {
    font-size: 30px;
  }
}
.countdown-area .countdown-section h3 span {
  padding-left: 15px;
  font-size: 100px;
}
.countdown-area .countdown-section p {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .countdown-area .countdown-section p {
    font-size: 14px;
  }
}
/*=======================================================================
[18] Gallery Area
=========================================================================*/
.gallery-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-wrapper > div {
  padding: 0 3px;
}
.gallery-box-layout1 {
  position: relative;
}
.gallery-box-layout1 img {
  width: 100%;
}
.gallery-box-layout1:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  background-color: rgba(243, 99, 71, 0.7);
  height: 94%;
  width: 94%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box-layout1 .item-content {
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box-layout1 .item-content h3 {
  text-transform: uppercase;
}
.gallery-box-layout1 .item-content h3 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box-layout1 .item-content h3 a:hover {
  color: #e5e5e5;
}
.gallery-box-layout1:hover:before {
  opacity: 1;
  visibility: visible;
}
.gallery-box-layout1:hover .item-content {
  opacity: 1;
  visibility: visible;
}
/*=======================================================================
[19] Featured Area
=========================================================================*/
.featured-box-layout1 {
  background-color: #e5e5e5;
  position: relative;
}
.featured-box-layout1 .featured-item-img {
  position: relative;
}
.featured-box-layout1 .featured-item-img img {
  width: 100%;
}
.featured-box-layout1 .featured-item-content-lg {
  position: absolute;
  text-align: right;
  top: 45px;
  right: 50px;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .featured-box-layout1 .featured-item-content-lg {
    top: 15px;
    right: 20px;
  }
}
.featured-box-layout1 .featured-item-content-lg .featured-item-title-lg {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}
.featured-box-layout1 .featured-item-content-lg .featured-item-title-lg a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.featured-box-layout1 .featured-item-content-lg .featured-item-title-lg a:hover {
  color: #ffae00;
}
.featured-box-layout1 .featured-item-content-lg .featured-item-discount-lg {
  font-size: 36px;
  color: #ffae00;
}
.featured-box-layout1 .featured-item-content-lg .featured-item-price {
  color: #ffae00;
  font-size: 24px;
  margin-bottom: 30px;
}
.featured-box-layout1 .featured-item-content-lg .featured-item-price span {
  color: #676767;
  font-size: 18px;
  text-decoration: line-through;
}
.featured-box-layout1 .featured-item-content-sm {
  position: absolute;
  text-align: right;
  top: 20px;
  right: 25px;
  z-index: 1;
}
.featured-box-layout1 .featured-item-content-sm .featured-item-title-sm {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.featured-box-layout1 .featured-item-content-sm .featured-item-title-sm a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.featured-box-layout1 .featured-item-content-sm .featured-item-title-sm a:hover {
  color: #ffae00;
}
.featured-box-layout1 .featured-item-content-sm .featured-item-discount-sm {
  font-size: 30px;
  color: #ffae00;
  margin-bottom: 10px;
}
.featured-box-layout1 .featured-item-content-sm-left {
  position: absolute;
  text-align: left;
  top: 20px;
  left: 25px;
  z-index: 1;
}
.featured-box-layout1 .featured-item-content-sm-left .featured-item-title-sm {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px) {
  .featured-box-layout1 .featured-item-content-sm-left .featured-item-title-sm {
    margin-bottom: 0;
  }
}
.featured-box-layout1 .featured-item-content-sm-left .featured-item-title-sm a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.featured-box-layout1 .featured-item-content-sm-left .featured-item-title-sm a:hover {
  color: #ffae00;
}
.featured-box-layout1 .featured-item-content-sm-left .featured-item-discount-sm {
  font-size: 30px;
  color: #ffae00;
  margin-bottom: 20px;
}
.featured-box-layout1 .featured-item-content-sm-left .featured-item-discount-sm span {
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .featured-box-layout1 .featured-item-content-sm-left .featured-item-discount-sm {
    margin-bottom: 2px;
  }
}
/*=======================================================================
[20] Blog Area
=========================================================================*/
.blog-box-layout1 {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 4px 6px 0px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 4px 6px 0px rgba(59, 59, 59, 0.15);
}
.blog-box-layout1 .item-img-wrapper img {
  width: 100%;
}
.blog-box-layout1 .item-content-wrapper {
  padding: 24px 24px 33px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-box-layout1 .item-content-wrapper {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-box-layout1 .item-content-wrapper {
    padding: 45px 15px;
  }
}
.blog-box-layout1 .item-content-wrapper h3 {
  margin-bottom: 5px;
}
.blog-box-layout1 .item-content-wrapper h3 a {
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content-wrapper h3 a:hover {
  color: #ffae00;
}
.blog-box-layout1 .item-content-wrapper > span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #101010;
}
.blog-box-layout1 .item-content-wrapper > span span {
  margin-left: 5px;
}
.blog-box-layout1 .item-content-wrapper > span span a {
  color: #ffae00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content-wrapper > span span a:hover {
  color: #101010;
}
.blog-box-layout1 .item-content-wrapper p {
  margin-bottom: 24px;
}
.blog-box-layout2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-box-layout2 {
    bottom: 5%;
  }
}
@media only screen and (max-width: 991px) {
  .blog-box-layout2 {
    display: inherit;
  }
}
.blog-box-layout2 .item-content-wrapper {
  position: relative;
  background: #ffae00;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.blog-box-layout2 .item-content-wrapper .item-content h3 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.blog-box-layout2 .item-content-wrapper .item-content h3 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout2 .item-content-wrapper .item-content h3 a:hover {
  color: #f9f9f9;
}
.blog-box-layout2 .item-content-wrapper .item-content p {
  color: #ffffff;
}
.blog-box-layout2 .item-content-wrapper .item-content .item-info {
  padding-left: 10px;
}
.blog-box-layout2 .item-content-wrapper .item-content .item-info li {
  margin-right: 30px;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .blog-box-layout2 .item-content-wrapper .item-content .item-info li {
    margin-right: 20px;
  }
}
.blog-box-layout2 .item-content-wrapper .item-content .item-info li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout2 .item-content-wrapper .item-content .item-info li a:hover {
  color: #f9f9f9;
}
.blog-box-layout2 .item-content-wrapper .item-content .item-info li a:hover i {
  color: #f9f9f9;
}
.blog-box-layout2 .item-content-wrapper .item-content .item-info li:first-child {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 3px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.blog-box-layout2 .item-content-wrapper .item-content .item-info li:first-child span {
  text-align: center;
  padding: 5px;
  line-height: 1;
  display: block;
  font-size: 16px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.blog-box-layout2 .item-content-wrapper .item-content .item-info li:last-child {
  margin-right: 0;
}
.blog-box-layout2 .item-img-wrapper {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
.blog-box-layout2 .item-img-wrapper img {
  width: 100%;
}
.blog-box-layout2:nth-child(odd) .item-content {
  padding: 41px 60px 50px 45px;
}
@media only screen and (max-width: 991px) {
  .blog-box-layout2:nth-child(odd) .item-content {
    padding: 45px 60px 100px 45px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-box-layout2:nth-child(odd) .item-content {
    padding: 40px 20px 50px;
  }
}
.blog-box-layout2:nth-child(odd) .item-img-wrapper:after {
  content: "";
  height: 80%;
  width: 100%;
  top: 10%;
  left: -5%;
  border: 8px solid rgba(238, 243, 250, 0.7);
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .blog-box-layout2:nth-child(odd) .item-img-wrapper:after {
    display: none;
  }
}
.blog-box-layout2:nth-child(even) .item-content {
  padding: 45px 60px 50px 70px;
}
@media only screen and (max-width: 991px) {
  .blog-box-layout2:nth-child(even) .item-content {
    padding: 45px 60px 100px 45px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-box-layout2:nth-child(even) .item-content {
    padding: 40px 20px 50px;
  }
}
.blog-box-layout2:nth-child(even) .item-img-wrapper:after {
  content: "";
  height: 80%;
  width: 100%;
  top: 10%;
  right: -5%;
  border: 8px solid rgba(238, 243, 250, 0.7);
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .blog-box-layout2:nth-child(even) .item-img-wrapper:after {
    display: none;
  }
}
.blog-box-layout3 {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 8px 16px 0px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 8px 16px 0px rgba(59, 59, 59, 0.15);
}
.blog-box-layout3 .item-img-wrapper {
  overflow: hidden;
}
.blog-box-layout3 .item-img-wrapper img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.blog-box-layout3 .item-content-wrapper {
  background: #ffffff;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .blog-box-layout3 .item-content-wrapper {
    padding: 15px;
  }
}
.blog-box-layout3 .item-content-wrapper .item-date {
  border-radius: 3px;
  position: absolute;
  top: -26px;
  z-index: 1;
  right: 30px;
  color: #ffffff;
  background: #ffae00;
  padding: 10px 20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.blog-box-layout3 .item-content-wrapper .item-date li {
  line-height: 1;
  text-align: center;
  display: block;
  color: #ffffff;
}
.blog-box-layout3 .item-content-wrapper .item-date li:nth-child(1n) {
  font-size: 18px;
}
.blog-box-layout3 .item-content-wrapper .item-date li:nth-child(2n) {
  font-size: 14px;
  font-weight: 300;
}
.blog-box-layout3 .item-content-wrapper span {
  display: block;
  margin-bottom: 10px;
  color: #8d8d8d;
  position: relative;
}
.blog-box-layout3 .item-content-wrapper span i {
  margin-right: 10px;
  border-radius: 2px;
  padding: 3px 5px;
  font-size: 14px;
  color: #ffffff;
  background: #ffae00;
}
.blog-box-layout3 .item-content-wrapper h3 {
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .blog-box-layout3 .item-content-wrapper h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-box-layout3 .item-content-wrapper h3 {
    font-size: 16px;
  }
}
.blog-box-layout3 .item-content-wrapper h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout3 .item-content-wrapper h3 a:hover {
  color: #ffae00;
}
.blog-box-layout3:hover {
  -webkit-box-shadow: 0px 10px 18px 0px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 10px 18px 0px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 10px 18px 0px rgba(59, 59, 59, 0.15);
}
.blog-box-layout3:hover .item-img-wrapper img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-box-layout3:hover .item-content-wrapper .item-date {
  right: 0;
}
.blog-box-layout4 {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 50px;
  padding-bottom: 45px;
}
.blog-box-layout4 .blog4-img-holder img {
  width: 100%;
}
.blog-box-layout4 .blog4-content-holder {
  position: relative;
  padding: 15px 0 0 0;
}
.blog-box-layout4 .blog4-content-holder h2 {
  margin-bottom: 30px;
}
.blog-box-layout4 .blog4-content-holder h2 > span {
  margin-right: 15px;
  color: #ffffff;
  text-align: center;
  background: #ffae00;
  padding: 10px 20px;
  font-size: 18px;
}
.blog-box-layout4 .blog4-content-holder h2 > span span {
  font-size: 14px;
}
.blog-box-layout4 .blog4-content-holder h2 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout4 .blog4-content-holder h2 a:hover {
  color: #ffae00;
}
.blog-box-layout4 .blog4-content-holder .blog-comments {
  margin-bottom: 30px;
  text-align: right;
  position: relative;
}
.blog-box-layout4 .blog4-content-holder .blog-comments li {
  display: inline-block;
  margin-right: 20px;
}
.blog-box-layout4 .blog4-content-holder .blog-comments li a {
  color: #676767;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout4 .blog4-content-holder .blog-comments li a:hover {
  color: #ffae00;
}
.blog-box-layout4 .blog4-content-holder .blog-comments li a i {
  margin-right: 8px;
}
.blog-box-layout4 .blog4-content-holder .blog-comments li a span {
  color: #444444;
}
.blog-box-layout4 .blog4-content-holder .blog-comments li:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-box-layout4 .blog4-content-holder .blog-comments li:last-child {
  margin-right: 0;
}
.blog-box-layout4:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog-box-layout5 {
  background: #202227;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 4px 6px 0px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 4px 6px 0px rgba(59, 59, 59, 0.15);
}
.blog-box-layout5 .item-img-wrapper img {
  width: 100%;
}
.blog-box-layout5 .item-content-wrapper {
  padding: 24px 24px 33px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-box-layout5 .item-content-wrapper {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-box-layout5 .item-content-wrapper {
    padding: 45px 15px;
  }
}
.blog-box-layout5 .item-content-wrapper h3 {
  margin-bottom: 5px;
}
.blog-box-layout5 .item-content-wrapper h3 a {
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .item-content-wrapper h3 a:hover {
  color: #ffae00;
}
.blog-box-layout5 .item-content-wrapper > span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #101010;
}
.blog-box-layout5 .item-content-wrapper > span span {
  margin-left: 5px;
}
.blog-box-layout5 .item-content-wrapper > span span a {
  color: #ffae00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .item-content-wrapper > span span a:hover {
  color: #101010;
}
.blog-box-layout5 .item-content-wrapper p {
  margin-bottom: 24px;
}
.blog-details-inner-top .blog-img-holder img {
  width: 100%;
}
.blog-details-inner-top .blog-details-top-content {
  position: relative;
  padding: 15px 0 0 0;
}
.blog-details-inner-top .blog-details-top-content h2 {
  line-height: 1.75;
  margin-bottom: 30px;
  font-size: 30px;
  color: #101010;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-inner-top .blog-details-top-content h2 {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .blog-details-inner-top .blog-details-top-content h2 {
    font-size: 26px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .blog-details-inner-top .blog-details-top-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .blog-details-inner-top .blog-details-top-content h2 {
    font-size: 22px;
  }
}
.blog-details-inner-top .blog-details-top-content h2 > span {
  margin-right: 15px;
  color: #ffffff;
  text-align: center;
  background: #ffae00;
  padding: 10px 20px;
  font-size: 18px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .blog-details-inner-top .blog-details-top-content h2 > span {
    padding: 9px 18px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .blog-details-inner-top .blog-details-top-content h2 > span {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 320px) {
  .blog-details-inner-top .blog-details-top-content h2 > span {
    padding: 7px 12px;
  }
}
.blog-details-inner-top .blog-details-top-content h2 > span span {
  font-size: 14px;
}
.blog-details-inner-top .blog-details-top-content .blog-comments {
  margin-bottom: 30px;
  text-align: right;
  position: relative;
}
.blog-details-inner-top .blog-details-top-content .blog-comments li {
  display: inline-block;
  margin-right: 20px;
}
.blog-details-inner-top .blog-details-top-content .blog-comments li a {
  color: #676767;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-details-inner-top .blog-details-top-content .blog-comments li a:hover {
  color: #ffae00;
}
.blog-details-inner-top .blog-details-top-content .blog-comments li a i {
  margin-right: 8px;
}
.blog-details-inner-top .blog-details-top-content .blog-comments li a span {
  color: #444444;
}
.blog-details-inner-top .blog-details-top-content .blog-comments li:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-details-inner-top .blog-details-top-content .blog-comments li:last-child {
  margin-right: 0;
}
.blog-details-inner-top .blog-details-top-content p span {
  position: relative;
  background: #f2f2f2;
  padding: 70px 30px 30px;
  display: block;
}
.blog-details-inner-top .blog-details-top-content p span:before {
  content: "\f10e";
  color: #676767;
  font-family: FontAwesome;
  font-size: 24px;
  top: 30px;
  left: 30px;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.blog-details-inner-top .blog-details-top-content h3 {
  font-size: 24px;
  color: #101010;
}
.blog-details-inner-top .blog-details-top-content .blog-content-info-list {
  margin-bottom: 30px;
}
.blog-details-inner-top .blog-details-top-content .blog-content-info-list li {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.blog-details-inner-top .blog-details-top-content .blog-content-info-list li:last-child {
  margin-bottom: 0;
}
.blog-details-inner-top .blog-details-top-content .blog-content-info-list li:before {
  content: "\f00c";
  background: #ffae00;
  height: 15px;
  width: 15px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  left: 0;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social {
  margin: 30px 0 60px;
  padding: 35px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .blog-details-inner-top .blog-details-top-content .news-tag-social {
    display: inherit;
  }
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-tag {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .blog-details-inner-top .blog-details-top-content .news-tag-social .news-tag {
    margin-bottom: 10px;
  }
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-tag li {
  color: #9e9e9e;
  display: inline-block;
  margin-right: 5px;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-tag li a {
  display: inline-block;
  padding: 8px 15px;
  background: #f2f2f2;
  color: #9e9e9e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-inner-top .blog-details-top-content .news-tag-social .news-tag li a {
    padding: 8px;
    font-size: 13px;
  }
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-tag li a:hover {
  color: #ffae00;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-tag li:last-child {
  margin-right: 0;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-social {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .blog-details-inner-top .blog-details-top-content .news-tag-social .news-social {
    text-align: left;
  }
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-social li {
  margin-right: 15px;
  display: inline-block;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-social li a {
  color: #9e9e9e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-social li a:hover {
  color: #ffae00;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-social li i {
  margin-right: 5px;
  text-align: center;
  color: #9e9e9e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-social li i:hover {
  color: #ffae00;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-social li:first-child {
  background: #f2f2f2;
  padding: 7px 10px;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-social li:first-child:hover i {
  color: inherit;
}
.blog-details-inner-top .blog-details-top-content .news-tag-social .news-social li:last-child {
  margin-right: 0;
}
.single-post-wrapper {
  margin-bottom: 60px;
  border-radius: 3px;
  background: #f2f2f2;
  padding: 35px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .single-post-wrapper {
    display: inherit;
    text-align: center;
  }
}
.single-post-wrapper .single-post-img {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.single-post-wrapper .single-post-img img {
  border-radius: 50%;
}
@media only screen and (max-width: 479px) {
  .single-post-wrapper .single-post-img img {
    margin: 0 auto 30px;
  }
}
.single-post-wrapper .single-post-content {
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-post-wrapper .single-post-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post-wrapper .single-post-content {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
  }
}
.single-post-wrapper .single-post-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single-post-wrapper .single-post-content .single-post-social li {
  margin-right: 15px;
  display: inline-block;
}
.single-post-wrapper .single-post-content .single-post-social li a {
  color: #ffae00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-post-wrapper .single-post-content .single-post-social li a:hover {
  color: #101010;
}
.single-post-wrapper .single-post-content .single-post-social li:last-child {
  margin-right: 0;
}
.also-like {
  margin-bottom: 60px;
}
.also-like h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.also-like h3 a {
  color: #101010;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.also-like h3 a:hover {
  color: #ffae00;
}
.also-like .single-item {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0 4px 8px 0 rgba(59, 59, 59, 0.15);
  box-shadow: 0 4px 8px 0 rgba(59, 59, 59, 0.15);
  margin-bottom: 30px;
}
.also-like .single-item .item-img-wrapper img {
  width: 100%;
}
.also-like .single-item .item-content-wrapper {
  padding: 15px;
}
.also-like .single-item .item-content-wrapper h4 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #101010;
  margin-bottom: 5px;
}
.also-like .single-item .item-content-wrapper p {
  font-size: 14px;
  margin-bottom: 0;
}
.blog-comments-list {
  margin-bottom: 60px;
}
.blog-comments-list h3 {
  font-size: 18px;
  color: #101010;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}
.blog-comments-list .media {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-comments-list .media a {
    float: inherit!important;
  }
}
.blog-comments-list .media a img {
  border-radius: 50%;
  margin-right: 15px;
  background: #d7d7d7;
  max-width: 100px;
}
.blog-comments-list .media .media-body {
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.blog-comments-list .media .media-body h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-comments-list .media .media-body h3 a {
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-comments-list .media .media-body h3 a:hover {
  color: #ffae00;
}
.blog-comments-list .media .media-body span {
  display: block;
  margin-bottom: 25px;
}
.blog-comments-list .media .media-body a i {
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  font-size: 16px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: #ffae00;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-comments-list .media .media-body a:hover i {
  background: #f2f2f2;
}
.blog-comments-list .media:last-child {
  margin-bottom: 0;
}
.blog-comments-list .media:last-child .media-body {
  padding-bottom: 0;
  border-bottom: none;
}
.blog-leave-comments h3 {
  font-size: 18px;
  color: #101010;
  text-transform: capitalize;
  font-weight: 600;
}
.blog-leave-comments p {
  margin-bottom: 50px;
}
.blog-leave-comments input {
  background: transparent;
  border-radius: 0;
  height: 60px;
  border: 1px solid #f5f5f5;
  color: #676767;
}
.blog-leave-comments textarea {
  border: 1px solid #f5f5f5;
  background: transparent;
  padding: 10px;
  border-radius: 0;
  color: #676767;
}
.blog-leave-comments .form-control:focus {
  border-color: #f5f5f5;
  box-shadow: none;
}
/*=======================================================================
[21] Brand Area
=========================================================================*/
.brand-area {
  padding: 70px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .brand-area {
    padding: 40px 0;
  }
}
.brand-area .brand-single-item {
  padding: 22px;
}
.brand-area .brand-single-item a img {
  width: 100%;
  margin: 0 auto;
}
.brand-area .owl-nav {
  margin-top: 0;
}
/*=======================================================================
[22] Subscribe Area
=========================================================================*/
.subscribe-area {
  position: relative;
  z-index: 2;
}
.subscribe-area:before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe-area:after {
  content: "";
  background: #ffffff;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe1-area {
  position: relative;
  z-index: 2;
}
.subscribe1-area:before {
  content: "";
  background: #181818;
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe1-area:after {
  content: "";
  background: #e5e5e5;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe2-area {
  position: relative;
  z-index: 2;
}
.subscribe2-area:before {
  content: "";
  background: #ffffff;
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe2-area:after {
  content: "";
  background: #f2f2f2;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe3-area {
  position: relative;
  z-index: 2;
}
.subscribe3-area:before {
  content: "";
  background: #202227;
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe3-area:after {
  content: "";
  background: #ffffff;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe4-area {
  position: relative;
  z-index: 2;
}
.subscribe4-area:before {
  content: "";
  background: #181818;
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe4-area:after {
  content: "";
  background: #202227;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe5-area {
  position: relative;
  z-index: 2;
}
.subscribe5-area:before {
  content: "";
  background: #181818;
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe5-area:after {
  content: "";
  background: #202227;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe-wrapper {
  border-radius: 5px;
  padding: 65px 50px 55px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(35, 35, 35, 0.2);
  -moz-box-shadow: 0px 10px 30px 0px rgba(35, 35, 35, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(35, 35, 35, 0.2);
}
@media only screen and (max-width: 767px) {
  .subscribe-wrapper {
    display: inherit;
    text-align: center;
  }
}
.subscribe-form ul li {
  display: inline-block;
}
.subscribe-form ul li:nth-child(1n) {
  float: left;
  width: 60%;
  margin-top: 23px;
  position: relative;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .subscribe-form ul li:nth-child(1n) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-form ul li:nth-child(1n) {
    margin-left: 0;
    display: table;
    width: 100%;
    text-align: center;
  }
}
.subscribe-form ul li:nth-child(1n):before {
  content: "\f003";
  color: #ffffff;
  position: absolute;
  left: 15px;
  z-index: 1;
  font-family: FontAwesome;
  font-size: 20px;
  top: 10px;
}
.subscribe-form ul li:nth-child(1n) .form-control {
  background: transparent;
  border-radius: 45px;
  border: 2px solid #e5e5e5;
  height: 50px;
  color: #ffffff;
  padding-left: 45px;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .subscribe-form ul li:nth-child(1n) .form-control {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-form ul li:nth-child(1n) .form-control {
    width: 100%;
  }
}
.subscribe-form ul li:nth-child(1n) input.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.subscribe-form ul li:nth-child(1n) input.form-control::-moz-placeholder {
  color: #ffffff;
}
.subscribe-form ul li:nth-child(1n) input.form-control:-moz-placeholder {
  color: #ffffff;
}
.subscribe-form ul li:nth-child(1n) input.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.subscribe-form ul li:nth-child(1n) input:focus {
  box-shadow: none;
}
.subscribe-form ul li:nth-child(2n) {
  width: 28%;
  text-align: right;
  margin-top: 23px;
}
@media only screen and (max-width: 991px) {
  .subscribe-form ul li:nth-child(2n) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-form ul li:nth-child(2n) {
    margin-top: 15px;
    display: table;
    width: 100%;
    text-align: center;
  }
}
.subscribe-form ul li:nth-child(2n):before {
  display: none;
}
.subscribe-title h2 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .subscribe-title h2 {
    font-size: 24px;
  }
}
.subscribe-title p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .subscribe-title p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .subscribe-title p {
    font-size: 15px;
  }
}
/*=======================================================================
[23] Sidebar Area
=========================================================================*/
.boosted-sidebar .sidebar-box {
  margin-bottom: 65px;
}
.boosted-sidebar .sidebar-box h3.title-sidebar {
  font-size: 18px;
  font-weight: 500;
  color: #101010;
}
.boosted-sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}
.stylish-input-group {
  background: transparent;
  padding: 10px;
  border: 1px solid #f5f5f5;
}
.stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  text-transform: capitalize;
  color: #111111;
  height: 45px;
}
.stylish-input-group .input-group-addon {
  background: #ffae00;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.stylish-input-group .input-group-addon button {
  border: 0;
  background: transparent;
}
.stylish-input-group .input-group-addon button span {
  color: #ffffff;
}
.stylish-input-group .input-group-addon:hover {
  background: #f2f2f2;
}
.form-control::-moz-placeholder {
  color: #646464;
  font-size: 14px;
}
.sidebar-search-area .stylish-input-group {
  padding: 0 0 0 10px;
}
.sidebar-search-area .stylish-input-group input {
  color: #101010;
}
.categories ul li {
  position: relative;
  font-weight: 300;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-size: 14px;
}
.categories ul li:before {
  content: "\f105";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-family: FontAwesome;
}
.categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.categories ul li a {
  margin-left: 20px;
  color: #676767;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.categories ul li:hover a {
  color: #ffae00;
}
.popular-post ul {
  margin-bottom: 20px;
}
.popular-post ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.popular-post ul li .btn-accent-to-primary {
  color: #676767;
  padding: 12px 20px 11px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 320px) {
  .popular-post ul li .btn-accent-to-primary {
    padding: 11px 15px 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popular-post ul li .btn-accent-to-primary {
    padding: 11px 15px 7px;
  }
}
.popular-post ul li .btn-accent-to-primary:hover {
  background: #ffae00;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popular-post ul .active a {
  background: #ffae00;
  color: #ffffff;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(59, 59, 59, 0.2);
  -moz-box-shadow: 0px 6px 16px 0px rgba(59, 59, 59, 0.2);
  box-shadow: 0px 6px 16px 0px rgba(59, 59, 59, 0.2);
}
.popular-post .media {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.popular-post .media:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.popular-post .media a {
  padding-right: 0;
  margin-right: 15px;
}
.popular-post .media a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popular-post .media a img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popular-post .media-body {
  padding: 10px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .popular-post .media-body {
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .popular-post .media-body {
    padding: 0 0 10px;
  }
}
.popular-post .media-body a {
  display: block;
  margin-bottom: 10px;
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popular-post .media-body a:hover {
  color: #ffae00;
}
.popular-post .media-body .post-info {
  margin-bottom: 0;
}
.popular-post .media-body .post-info li {
  font-size: 14px;
  display: inline;
  font-weight: 300;
  margin-right: 10px;
}
.popular-post .media-body .post-info li:last-child {
  margin-right: 0;
}
.product-tags ul li {
  display: inline-block;
  margin-bottom: 7px;
  background: #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-tags ul li a {
  color: #9e9e9e;
  text-transform: capitalize;
  display: block;
  padding: 6px 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-tags ul li:hover {
  background: #ffae00;
}
.product-tags ul li:hover a {
  color: #ffffff;
}
.sidebar-subscription {
  background: #ffae00;
  text-align: center;
  padding: 40px 30px 20px;
}
.sidebar-subscription input {
  text-align: center;
  background: #202227;
  border: none;
  height: 50px;
  color: #ffffff;
}
.sidebar-subscription h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.sidebar-subscription input.form-control::-webkit-input-placeholder,
.sidebar-subscription textarea.form-control::-webkit-input-placeholder {
  color: #ffffff;
  text-align: center;
}
.sidebar-subscription input.form-control::-moz-placeholder,
.sidebar-subscription textarea.form-control::-moz-placeholder {
  color: #ffffff;
  text-align: center;
}
.sidebar-subscription input.form-control:-moz-placeholder,
.sidebar-subscription textarea.form-control:-moz-placeholder {
  color: #ffffff;
  text-align: center;
}
.sidebar-subscription input.form-control:-ms-input-placeholder,
.sidebar-subscription textarea.form-control:-ms-input-placeholder {
  color: #ffffff;
  text-align: center;
}
/*=======================================================================
[24] Contact Us Area
=========================================================================*/
.contact-us-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contact-us-info-item {
    margin-bottom: 15px;
  }
}
.contact-us-info-item .contact-us-icon {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.contact-us-info-item .contact-us-icon .contact-us-icon-inner {
  text-align: center;
  margin-top: 5px;
  margin-left: 10px;
  padding: 18px 0 0 0;
  background: #ffae00;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
  .contact-us-info-item .contact-us-icon .contact-us-icon-inner {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-info-item .contact-us-icon .contact-us-icon-inner {
    width: 40px;
    height: 40px;
    padding: 13px 0 0 0;
  }
}
.contact-us-info-item .contact-us-icon .contact-us-icon-inner i {
  color: #ffffff;
  font-size: 24px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media only screen and (max-width: 1199px) {
  .contact-us-info-item .contact-us-icon .contact-us-icon-inner i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-info-item .contact-us-icon .contact-us-icon-inner i {
    font-size: 18px;
  }
}
.contact-us-info-item .contact-us-content {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
}
.contact-us-info-item .contact-us-content p {
  margin-bottom: 5px;
}
.contact-us-form .form-group {
  margin-bottom: 20px;
}
.contact-us-form .form-group .form-control {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid #f5f5f5;
  font-weight: 300;
}
.contact-us-form .form-group input {
  height: 45px;
  color: #676767;
}
.contact-us-form .form-group textarea {
  color: #676767;
}
.contact-us-form .form-response .alert-info {
  background: transparent!important;
  border: none!important;
  color: #f50808;
  letter-spacing: 5px;
}
.contact-us-form .form-response .alert-success {
  background-color: transparent;
  color: #0bb606;
  letter-spacing: 4px;
  border-color: transparent;
}
@media only screen and (max-width: 479px) {
  .contact-us-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-us-form .form-response .alert {
  border-radius: 0!important;
  padding: 15px 0;
}
.google-map-area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .google-map-area {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .google-map-area {
    margin-bottom: 30px;
  }
}
.google-map-area {
  margin-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .google-map-area {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .google-map-area {
    margin-top: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .google-map-area {
    margin-top: 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .google-map-area {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .google-map-area {
    margin-top: 50px;
  }
}
/*=======================================================================
[25] Error Page Area
========================================================================*/
.error-page {
  text-align: center;
}
.error-page h2 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 240px;
  color: #ffae00;
}
.error-page h3 {
  margin-bottom: 50px;
  font-size: 30px;
  color: #101010;
}
.error-page p {
  width: 50%;
  margin: 0 auto;
}
.error-page p a {
  color: #ffae00;
}
.error-page p a:hover {
  color: #101010;
}
/*=======================================================================
[26] Footer Area
=========================================================================*/
.footer-area-top {
  padding: 110px 0 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top {
    padding: 82px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-top {
    padding: 72px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area-top {
    padding: 62px 0 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .footer-area-top {
    padding: 52px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-area-top {
    padding: 42px 0 10px;
  }
}
.footer-area-top .footer-box {
  margin-bottom: 30px;
}
.footer-area-top h3 {
  font-size: 18px;
  color: #e8e8e8;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-area-top .useful-links > li {
  display: inline-block;
}
.footer-area-top .useful-links > li ul li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.footer-area-top .useful-links > li ul li:before {
  content: "\f1db";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #8b91a0;
  top: 2px;
  font-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .useful-links > li ul li a {
  color: #8b91a0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .useful-links > li ul li a:hover {
  color: #ffae00;
}
.footer-area-top .useful-links > li ul li:hover:before {
  color: #333;
}
.footer-area-top .footer-popular-post .media {
  border-bottom: 1px solid #535353;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer-area-top .footer-popular-post .media:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.footer-area-top .footer-popular-post .media a {
  padding-right: 0;
  margin-right: 15px;
}
.footer-area-top .footer-popular-post .media a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-popular-post .media a img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-popular-post .media-body a {
  margin: -3px 0 5px;
  display: block;
  color: #8b91a0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-popular-post .media-body a:hover {
  color: #ffae00;
}
.footer-area-top .footer-popular-post .media-body p {
  color: #ffae00;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}
.footer-area-top .corporate-address {
  margin-bottom: 20px;
}
.footer-area-top .corporate-address li {
  margin-bottom: 25px;
  color: #f5f5f5;
  position: relative;
  padding-left: 45px;
}
.footer-area-top .corporate-address li i {
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  font-size: 14px;
  height: 28px;
  width: 28px;
  background: #464e62;
  line-height: 28px;
}
.footer-area-top .corporate-address li p {
  color: #8b91a0;
  margin-bottom: 5px;
  line-height: 1.3;
}
.footer-area-top .corporate-address li:last-child {
  margin-bottom: 0;
}
.footer-area-top .flickr-photos li {
  display: inline-block;
  width: 30%;
  margin-right: 5px;
  margin-bottom: 5px;
}
.footer-area-top .flickr-photos li img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom {
  text-align: center;
  padding: 25px 0 5px;
  text-transform: capitalize;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom {
    text-align: center;
    padding: 17px 0;
  }
}
.footer-area-bottom p {
  color: #8b91a0;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom p {
    margin-bottom: 10px;
  }
}
.footer-area-bottom p a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom p a:hover {
  color: #f2f2f2;
}
/*=======================================================================
[27] Responsive Style
=========================================================================*/
@media (min-width: 1200px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .d-xs-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .mb-xs-list {
    margin-bottom: 30px;
  }
  .mb-xs-list:last-child {
    margin-bottom: 0;
  }
  .mb-big-xs-list {
    margin-bottom: 80px;
  }
  .mb-big-xs-list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .mb-xs-list {
    margin-bottom: 15px;
  }
  .mb-xs-list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 1199px) {
  .mb-md {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .mb-sm {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb-xs {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .flex-c600-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 480px) {
  .col-mo-12 {
    width: 100%;
  }
}
