@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
/*---------------------------------------------

Template Name: Fitness & Gym Html Template
Description: Fitness & Gym Html Template
Version: 1.0

===================   
CSS INDEX
===================

[01] Template Typography
[02] Template Helper Elements
    1.1 Default Style
    1.2 Width Style
    1.3 Paragraph Limit Style
    1.4 Margin Padding Style
    1.5 Text Align Style
    1.6 Background Style
    1.7 Title Bar Style
    1.8 Overlay Style
    1.9 Section Spacing
    2.1 Media Box Style
    2.2 Button Style
    2.3 Nav Control Style
    2.4 Section Heading Style
    2.5 Title Style
    2.6 Pagination Style
    2.7 Other Style
[02] Header Area
[03] Slider Area
[04] About Area Style
[05] Service Area Style
[06] Pricing Table Area Style
[07] Classes Area Style
[08] Banner Area Style
[09] Progress Area Style
[10] Team Area Style
[11] Product Area Style
[12] Comingsoon Page Area Style
[13] Testimonial Area Style
[14] Project Area Style
[15] News Area Style
[16] Offer Area Style
[17] Schedule Area Style
[18] Why Choose Area Style
[19] Faq Page Area Style
[20] Video Area Style
[21] 404 Error Page Area Style
[22] Cpntact Page Area Style
[23] Sidebar Area Style
[24] Footer Area Style

---------------------------------------------*/
/*=======================================================================
[01] Template Typography 
=========================================================================*/
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Roboto', sans-serif;
  vertical-align: baseline;
  background-color: #ffffff;
  color: #444444;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0 0 20px 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
  text-transform: capitalize;
}
h1 {
  font-size: 5rem;
}
h2.size-xs {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  h2.size-xs {
    font-size: calc(28px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-xs {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-xs {
    font-size: calc(22px);
  }
}
h2.size-sm {
  font-size: 34px;
}
@media only screen and (max-width: 1199px) {
  h2.size-sm {
    font-size: calc(32px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-sm {
    font-size: calc(30px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-sm {
    font-size: calc(28px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-sm {
    font-size: calc(26px);
  }
}
h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: calc(34px);
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: calc(32px);
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: calc(30px);
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: calc(28px);
  }
}
h2.size-md {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  h2.size-md {
    font-size: calc(37px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-md {
    font-size: calc(34px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-md {
    font-size: calc(31px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-md {
    font-size: calc(28px);
  }
}
h2.size-lg {
  font-size: 42px;
}
@media only screen and (max-width: 1199px) {
  h2.size-lg {
    font-size: calc(39px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-lg {
    font-size: calc(36px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-lg {
    font-size: calc(33px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-lg {
    font-size: calc(30px);
  }
}
h2.size-xl {
  font-size: 48px;
}
@media only screen and (max-width: 1199px) {
  h2.size-xl {
    font-size: calc(45px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-xl {
    font-size: calc(42px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-xl {
    font-size: calc(39px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-xl {
    font-size: calc(36px);
  }
}
h3.size-xs {
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  h3.size-xs {
    font-size: calc(18px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-xs {
    font-size: calc(18px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-xs {
    font-size: calc(18px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-xs {
    font-size: calc(17px);
  }
}
h3.size-sm {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  h3.size-sm {
    font-size: calc(20px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-sm {
    font-size: calc(20px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-sm {
    font-size: calc(19px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-sm {
    font-size: calc(19px);
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: calc(21px);
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: calc(21px);
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: calc(20px);
  }
}
h3.size-md {
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  h3.size-md {
    font-size: calc(23px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-md {
    font-size: calc(23px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-md {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-md {
    font-size: calc(22px);
  }
}
h3.size-lg {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  h3.size-lg {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-lg {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-lg {
    font-size: calc(23px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-lg {
    font-size: calc(23px);
  }
}
h3.size-xl {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  h3.size-xl {
    font-size: calc(28px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-xl {
    font-size: calc(27px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-xl {
    font-size: calc(27px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-xl {
    font-size: calc(26px);
  }
}
h4 {
  font-size: 18px;
}
.size-xs {
  font-size: 16px;
}
.size-sm {
  font-size: 17px;
}
.size-md {
  font-size: 19px;
}
.size-lg {
  font-size: 20px;
}
.size-xl {
  font-size: 21px;
}
/*=======================================================================
[02] Template Helper Elements 
=========================================================================*/
/*----------------------------------------
1.1 Default Style
----------------------------------------*/
a {
  text-decoration: none;
  -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: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;
}
button:focus,
button:hover {
  outline: none;
}
#wrapper {
  overflow: hidden;
}
.float-none {
  float: none;
}
.possition-static {
  position: static;
}
.height100 {
  height: 100%;
}
.radius-45 {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
/*----------------------------------------
1.2 Width Style
----------------------------------------*/
.container-fluid.full-width {
  padding-right: 0;
  padding-left: 0;
}
.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.row.gutters-1 > [class^="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}
.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row.gutters-3 > [class^="col-"] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutters-5 > [class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.row.gutters-6 > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.row.gutters-7 > [class^="col-"] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}
.row.gutters-8 > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.row.gutters-9 > [class^="col-"] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.full-width-container .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .width-100--lg {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .width-100--md {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .width-100--sm {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .width-100--xs {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .width-100-lg {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .width-100-md {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .width-100-sm {
    width: 100%;
  }
}
/*----------------------------------------
1.3 Paragraph Limit Style
----------------------------------------*/
.text-row-1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-row-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-row-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-row-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text-row-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/*----------------------------------------
1.4 Margin Padding Style
----------------------------------------*/
.margin-t-none {
  margin-top: 0;
}
.margin-t-5 {
  margin-top: 5px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-t-60 {
  margin-top: 60px;
}
.margin-t-70 {
  margin-top: 70px;
}
.margin-t-80 {
  margin-top: 80px;
}
.margin-t-90 {
  margin-top: 90px;
}
.margin-t-100 {
  margin-top: 100px;
}
.margin-r-none {
  margin-right: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-r-30 {
  margin-right: 30px;
}
.margin-r-40 {
  margin-right: 40px;
}
.margin-r-50 {
  margin-right: 50px;
}
.margin-r-60 {
  margin-right: 60px;
}
.margin-r-70 {
  margin-right: 70px;
}
.margin-r-80 {
  margin-right: 80px;
}
.margin-r-90 {
  margin-right: 90px;
}
.margin-r-100 {
  margin-right: 100px;
}
.margin-b-none {
  margin-bottom: 0!important;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-b-60 {
  margin-bottom: 60px;
}
.margin-b-70 {
  margin-bottom: 70px;
}
.margin-b-80 {
  margin-bottom: 80px;
}
.margin-b-90 {
  margin-bottom: 90px;
}
.margin-b-100 {
  margin-bottom: 100px;
}
.margin-l-none {
  margin-left: 0;
}
.margin-l-5 {
  margin-left: 5px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-l-30 {
  margin-left: 30px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-l-50 {
  margin-left: 50px;
}
.margin-l-60 {
  margin-left: 60px;
}
.margin-l-70 {
  margin-left: 70px;
}
.margin-l-80 {
  margin-left: 80px;
}
.margin-l-90 {
  margin-left: 90px;
}
.margin-l-100 {
  margin-left: 100px;
}
.padding-t-none {
  padding-top: 0;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-t-10 {
  padding-top: 10px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-t-30 {
  padding-top: 30px;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-t-60 {
  padding-top: 60px;
}
.padding-t-70 {
  padding-top: 70px;
}
.padding-t-80 {
  padding-top: 80px;
}
.padding-t-90 {
  padding-top: 90px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-r-none {
  padding-right: 0;
}
.padding-r-5 {
  padding-right: 5px;
}
.padding-r-10 {
  padding-right: 10px;
}
.padding-r-15 {
  padding-right: 15px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-r-30 {
  padding-right: 30px;
}
.padding-r-40 {
  padding-right: 40px;
}
.padding-r-50 {
  padding-right: 50px;
}
.padding-r-60 {
  padding-right: 60px;
}
.padding-r-70 {
  padding-right: 70px;
}
.padding-r-80 {
  padding-right: 80px;
}
.padding-r-90 {
  padding-right: 90px;
}
.padding-r-100 {
  padding-right: 100px;
}
.padding-b-none {
  padding-bottom: 0;
}
.padding-b-5 {
  padding-bottom: 5px;
}
.padding-b-10 {
  padding-bottom: 10px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-b-60 {
  padding-bottom: 60px;
}
.padding-b-70 {
  padding-bottom: 70px;
}
.padding-b-80 {
  padding-bottom: 80px;
}
.padding-b-90 {
  padding-bottom: 90px;
}
.padding-b-100 {
  padding-bottom: 100px;
}
.padding-l-none {
  padding-left: 0;
}
.padding-l-5 {
  padding-left: 5px;
}
.padding-l-10 {
  padding-left: 10px;
}
.padding-l-15 {
  padding-left: 15px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-l-30 {
  padding-left: 30px;
}
.padding-l-40 {
  padding-left: 40px;
}
.padding-l-50 {
  padding-left: 50px;
}
.padding-l-60 {
  padding-left: 60px;
}
.padding-l-70 {
  padding-left: 70px;
}
.padding-l-80 {
  padding-left: 80px;
}
.padding-l-90 {
  padding-left: 90px;
}
.padding-l-100 {
  padding-left: 100px;
}
.margin-t-5r {
  margin-top: 0.5rem;
}
.margin-t-10r {
  margin-top: 1rem;
}
.margin-t-15r {
  margin-top: 1.5rem;
}
.margin-t-20r {
  margin-top: 2rem;
}
.margin-t-30r {
  margin-top: 3rem;
}
.margin-t-40r {
  margin-top: 4rem;
}
.margin-t-50r {
  margin-top: 5rem;
}
.margin-t-60r {
  margin-top: 6rem;
}
.margin-t-70r {
  margin-top: 7rem;
}
.margin-t-80r {
  margin-top: 8rem;
}
.margin-t-90r {
  margin-top: 9rem;
}
.margin-t-100r {
  margin-top: 10rem;
}
.margin-r-5r {
  margin-right: 0.5rem;
}
.margin-r-10r {
  margin-right: 1rem;
}
.margin-r-15r {
  margin-right: 1.5rem;
}
.margin-r-20r {
  margin-right: 2rem;
}
.margin-r-30r {
  margin-right: 3rem;
}
.margin-r-40r {
  margin-right: 4rem;
}
.margin-r-50r {
  margin-right: 5rem;
}
.margin-r-60r {
  margin-right: 6rem;
}
.margin-r-70r {
  margin-right: 7rem;
}
.margin-r-80r {
  margin-right: 8rem;
}
.margin-r-90r {
  margin-right: 9rem;
}
.margin-r-100r {
  margin-right: 10rem;
}
.margin-b-5r {
  margin-bottom: 0.5rem;
}
.margin-b-10r {
  margin-bottom: 1rem;
}
.margin-b-15r {
  margin-bottom: 1.5rem;
}
.margin-b-20r {
  margin-bottom: 2rem;
}
.margin-b-30r {
  margin-bottom: 3rem;
}
.margin-b-40r {
  margin-bottom: 4rem;
}
.margin-b-50r {
  margin-bottom: 5rem;
}
.margin-b-60r {
  margin-bottom: 6rem;
}
.margin-b-70r {
  margin-bottom: 7rem;
}
.margin-b-80r {
  margin-bottom: 8rem;
}
.margin-b-90r {
  margin-bottom: 9rem;
}
.margin-b-100r {
  margin-bottom: 10rem;
}
.margin-l-5r {
  margin-left: 0.5rem;
}
.margin-l-10r {
  margin-left: 1rem;
}
.margin-l-15r {
  margin-left: 1.5rem;
}
.margin-l-20r {
  margin-left: 2rem;
}
.margin-l-30r {
  margin-left: 3rem;
}
.margin-l-40r {
  margin-left: 4rem;
}
.margin-l-50r {
  margin-left: 5rem;
}
.margin-l-60r {
  margin-left: 6rem;
}
.margin-l-70r {
  margin-left: 7rem;
}
.margin-l-80r {
  margin-left: 8rem;
}
.margin-l-90r {
  margin-left: 9rem;
}
.margin-l-100r {
  margin-left: 10rem;
}
.padding-t-5r {
  padding-top: 0.5rem;
}
.padding-t-10r {
  padding-top: 1rem;
}
.padding-t-15r {
  padding-top: 1.5rem;
}
.padding-t-20r {
  padding-top: 2rem;
}
.padding-t-30r {
  padding-top: 3rem;
}
.padding-t-40r {
  padding-top: 4rem;
}
.padding-t-50r {
  padding-top: 5rem;
}
.padding-t-60r {
  padding-top: 6rem;
}
.padding-t-70r {
  padding-top: 7rem;
}
.padding-t-80r {
  padding-top: 8rem;
}
.padding-t-90r {
  padding-top: 9rem;
}
.padding-t-100r {
  padding-top: 10rem;
}
.padding-r-5r {
  padding-right: 0.5rem;
}
.padding-r-10r {
  padding-right: 1rem;
}
.padding-r-15r {
  padding-right: 1.5rem;
}
.padding-r-20r {
  padding-right: 2rem;
}
.padding-r-30r {
  padding-right: 3rem;
}
.padding-r-40r {
  padding-right: 4rem;
}
.padding-r-50r {
  padding-right: 5rem;
}
.padding-r-60r {
  padding-right: 6rem;
}
.padding-r-70r {
  padding-right: 7rem;
}
.padding-r-80r {
  padding-right: 8rem;
}
.padding-r-90r {
  padding-right: 9rem;
}
.padding-r-100r {
  padding-right: 10rem;
}
.padding-b-5r {
  padding-bottom: 0.5rem;
}
.padding-b-10r {
  padding-bottom: 1rem;
}
.padding-b-15r {
  padding-bottom: 1.5rem;
}
.padding-b-20r {
  padding-bottom: 2rem;
}
.padding-b-30r {
  padding-bottom: 3rem;
}
.padding-b-40r {
  padding-bottom: 4rem;
}
.padding-b-50r {
  padding-bottom: 5rem;
}
.padding-b-60r {
  padding-bottom: 6rem;
}
.padding-b-70r {
  padding-bottom: 7rem;
}
.padding-b-80r {
  padding-bottom: 8rem;
}
.padding-b-90r {
  padding-bottom: 9rem;
}
.padding-b-100r {
  padding-bottom: 10rem;
}
.padding-l-5r {
  padding-left: 0.5rem;
}
.padding-l-10r {
  padding-left: 1rem;
}
.padding-l-15r {
  padding-left: 1.5rem;
}
.padding-l-20r {
  padding-left: 2rem;
}
.padding-l-30r {
  padding-left: 3rem;
}
.padding-l-40r {
  padding-left: 4rem;
}
.padding-l-50r {
  padding-left: 5rem;
}
.padding-l-60r {
  padding-left: 6rem;
}
.padding-l-70r {
  padding-left: 7rem;
}
.padding-l-80r {
  padding-left: 8rem;
}
.padding-l-90r {
  padding-left: 9rem;
}
.padding-l-100r {
  padding-left: 10rem;
}
/*----------------------------------------
1.5 Text Align Style
----------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-lg {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .text-center--lg {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .text-center--md {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text-center--sm {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .text-center--xs {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-lg {
    text-align: left;
  }
}
@media only screen and (max-width: 1199px) {
  .text-left--lg {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-md {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .text-left--md {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-left-sm {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .text-left--sm {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .text-left--xs {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-right-lg {
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) {
  .text-right--lg {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-right-md {
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .text-right--md {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-right-sm {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .text-right--sm {
    text-align: right;
  }
}
@media only screen and (max-width: 575px) {
  .text-right--xs {
    text-align: right;
  }
}
/*----------------------------------------
1.6 Background Style
----------------------------------------*/
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-body {
  background-color: #ffffff;
}
.bg-primary {
  background-color: #FF680D !important;
}
.bg-accent {
  background-color: #f8f8f8;
}
.bg-dark {
  background-color: #111111 !important;
}
.bg-light {
  background-color: #ffffff !important;
}
.bg-skew-primary {
  position: relative;
  overflow: hidden;
}
.bg-skew-primary:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 45%;
  background-color: #FF680D;
  top: 0;
  right: -16%;
  z-index: 1;
  -webkit-transform: skew(-24deg);
  -moz-transform: skew(-24deg);
  -ms-transform: skew(-24deg);
  -o-transform: skew(-24deg);
  transform: skew(-24deg);
}
@media only screen and (max-width: 1199px) {
  .bg-skew-primary:after {
    right: -20%;
  }
}
@media only screen and (max-width: 991px) {
  .bg-skew-primary:after {
    width: 70%;
    right: -40%;
  }
}
@media only screen and (max-width: 767px) {
  .bg-skew-primary:after {
    width: 80%;
    right: -50%;
  }
}
@media only screen and (max-width: 575px) {
  .bg-skew-primary:after {
    width: 80%;
    right: -80%;
  }
}
.bg-skew2-primary {
  position: relative;
  overflow: hidden;
}
.bg-skew2-primary:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 35%;
  background-color: #FF680D;
  top: 0;
  right: -13%;
  z-index: 1;
  -webkit-transform: skew(-24deg);
  -moz-transform: skew(-24deg);
  -ms-transform: skew(-24deg);
  -o-transform: skew(-24deg);
  transform: skew(-24deg);
}
@media only screen and (max-width: 1199px) {
  .bg-skew2-primary:after {
    width: 60%;
    right: -47%;
  }
}
@media only screen and (max-width: 575px) {
  .bg-skew2-primary:after {
    width: 80%;
    right: -100%;
  }
}
/*----------------------------------------
1.7 Title Bar Style
----------------------------------------*/
.title-bar {
  position: relative;
  margin-bottom: 50px;
}
.title-bar:before {
  content: "";
  height: 3px;
  width: 42px;
  left: 0;
  bottom: -22px;
  position: absolute;
  z-index: 1;
  background-color: #FF680D;
}
.title-bar.bar-size-xl:before {
  height: 5px;
  width: 60px;
}
.title-bar.bar-size-lg:before {
  height: 4px;
  width: 50px;
}
.title-bar.bar-size-md:before {
  height: 3px;
  width: 40px;
}
.title-bar.bar-size-sm:before {
  height: 2px;
  width: 30px;
}
.title-bar.bar-size-xs:before {
  height: 1px;
  width: 20px;
}
.title-bar.bar-bg-accent:before {
  background-color: #f8f8f8;
}
.title-bar.bar-bg-light:before {
  background-color: #ffffff;
}
.title-bar.bar-bg-dark:before {
  background-color: #111111;
}
/*----------------------------------------
1.8 Overlay Style
----------------------------------------*/
.overlay-vertical-70 {
  position: relative;
}
.overlay-vertical-70:before {
  opacity: 0.7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  content: "";
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.overlay-horizontal-70 {
  position: relative;
}
.overlay-horizontal-70:before {
  opacity: 0.7;
  background: -webkit-linear-gradient(to right, #111111, transparent);
  background: -o-linear-gradient(to right, #111111, transparent);
  background: -moz-linear-gradient(to right, #111111, transparent);
  background: linear-gradient(to right, #111111, transparent);
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 70%;
  z-index: 0;
}
.overlay-primary-horizontal-70 {
  position: relative;
}
.overlay-primary-horizontal-70:before {
  opacity: 0.7;
  background: -webkit-linear-gradient(to right, #FF680D, transparent);
  background: -o-linear-gradient(to right, #FF680D, transparent);
  background: -moz-linear-gradient(to right, #FF680D, transparent);
  background: linear-gradient(to right, #FF680D, transparent);
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 70%;
  z-index: 0;
}
.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;
}
/*----------------------------------------
1.9 Section Spacing
----------------------------------------*/
.section-space-equal {
  padding: 10rem 0;
}
.section-space-less30 {
  padding: 10rem 0 7rem;
}
.section-space-default {
  padding: 8.6rem 0 10rem;
}
.section-space-default-less30 {
  padding: 8.6rem 0 7rem;
}
.section-space-top-default {
  padding: 8.6rem 0 0;
}
.section-space-top {
  padding: 10rem 0 0;
}
/*----------------------------------------
2.1 Media Box Style
----------------------------------------*/
.media-body {
  margin-left: 30px;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body-box {
  padding: 5px 5px 5px 30px;
}
.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
/*----------------------------------------
2.2 Button Style
----------------------------------------*/
.btn-ghost.btn-icon {
  padding: 5px 45px 5px 35px;
  position: relative;
}
.btn-ghost.btn-icon:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 5;
  font-family: Fontawesome;
  color: #FF680D;
  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;
}
@media only screen and (max-width: 1199px) {
  .btn-ghost.btn-icon {
    padding: 5px 40px 5px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-ghost.btn-icon {
    padding: 5px 38px 5px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-ghost.btn-icon {
    padding: 5px 36px 5px 28px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-ghost.btn-icon {
    padding: 5px 34px 5px 26px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-ghost.btn-icon {
    padding: 5px 32px 5px 24px;
  }
}
.btn-fill.btn-icon {
  padding: 5px 45px 5px 35px;
  position: relative;
}
.btn-fill.btn-icon:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 5;
  font-family: Fontawesome;
  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;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.btn-icon {
    padding: 5px 40px 5px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.btn-icon {
    padding: 5px 38px 5px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.btn-icon {
    padding: 5px 36px 5px 28px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.btn-icon {
    padding: 5px 34px 5px 26px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.btn-icon {
    padding: 5px 32px 5px 24px;
  }
}
.btn-text.btn-icon {
  font-size: 18px;
  color: #FF680D;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 500;
  -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: 575px) {
  .btn-text.btn-icon {
    font-size: 15px;
  }
}
.btn-text.btn-icon:after {
  content: "\f105";
  position: absolute;
  right: 5px;
  font-family: fontawesome;
  font-size: 20px;
  color: #111111;
  -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;
}
@media only screen and (max-width: 575px) {
  .btn-text.btn-icon:after {
    font-size: 18px;
  }
}
.btn-text.btn-icon:hover {
  color: #FF680D;
}
.btn-text.btn-icon:hover:after {
  color: #FF680D;
}
.btn-ghost.color-primary,
.btn-ghost.icon-primary:after,
.btn-ghost.hover-icon-primary:hover:after,
.btn-ghost.hover-color-primary:hover,
.btn-fill.color-primary,
.btn-fill.icon-primary:after,
.btn-fill.hover-icon-primary:hover:after,
.btn-fill.hover-color-primary:hover {
  color: #FF680D;
}
.btn-ghost.color-light,
.btn-ghost.icon-light:after,
.btn-ghost.hover-icon-light:hover:after,
.btn-ghost.hover-color-light:hover,
.btn-fill.color-light,
.btn-fill.icon-light:after,
.btn-fill.hover-icon-light:hover:after,
.btn-fill.hover-color-light:hover {
  color: #ffffff;
}
.btn-ghost.color-dark,
.btn-ghost.icon-dark:after,
.btn-ghost.hover-icon-dark:hover:after,
.btn-ghost.hover-color-dark:hover,
.btn-fill.color-dark,
.btn-fill.icon-dark:after,
.btn-fill.hover-icon-dark:hover:after,
.btn-fill.hover-color-dark:hover {
  color: #111111;
}
.btn-ghost.bg-primary,
.btn-ghost.hover-bg-primary:hover,
.btn-fill.bg-primary,
.btn-fill.hover-bg-primary:hover {
  background-color: #FF680D;
}
.btn-ghost.bg-light,
.btn-ghost.hover-bg-light:hover,
.btn-fill.bg-light,
.btn-fill.hover-bg-light:hover {
  background-color: #ffffff;
}
.btn-ghost.bg-dark,
.btn-ghost.hover-bg-dark:hover,
.btn-fill.bg-dark,
.btn-fill.hover-bg-dark:hover {
  background-color: #111111;
}
.btn-ghost.border-primary,
.btn-ghost.hover-border-primary:hover,
.btn-fill.border-primary,
.btn-fill.hover-border-primary:hover {
  border-color: #FF680D;
}
.btn-ghost.border-light,
.btn-ghost.hover-border-light:hover,
.btn-fill.border-light,
.btn-fill.hover-border-light:hover {
  border-color: #ffffff;
}
.btn-ghost.border-dark,
.btn-ghost.hover-border-dark:hover,
.btn-fill.border-dark,
.btn-fill.hover-border-dark:hover {
  border-color: #111111;
}
.btn-ghost {
  cursor: pointer;
  font-size: 18px;
  border: 2px solid;
  border-color: #FF680D;
  color: #FF680D;
  background-color: transparent;
  font-weight: 500;
  display: inline-block;
  padding: 5px 35px;
  min-height: 60px;
  line-height: 0;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: 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 only screen and (max-width: 1199px) {
  .btn-ghost {
    padding: 5px 32px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-ghost {
    padding: 5px 30px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-ghost {
    padding: 5px 28px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-ghost {
    padding: 5px 25px;
    min-height: 48px;
    font-size: 15px;
  }
}
.btn-ghost:hover {
  background-color: #FF680D;
  color: #ffffff;
}
.btn-ghost:hover:after {
  color: #ffffff;
}
.btn-fill {
  cursor: pointer;
  font-size: 18px;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 35px;
  min-height: 50px;
  border: 2px solid;
  border-color: #FF680D;
  background-color: #FF680D;
  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: 1199px) {
  .btn-fill {
    padding: 5px 32px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill {
    padding: 5px 30px;
    min-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill {
    padding: 5px 28px;
    min-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill {
    padding: 5px 25px;
    min-height: 38px;
    font-size: 15px;
  }
}
.btn-fill:hover {
  background-color: transparent;
  color: #FF680D;
}
.btn-fill:hover:after {
  color: #FF680D;
}
.btn-text {
  cursor: pointer;
  font-size: 18px;
  color: #FF680D;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  -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: 575px) {
  .btn-text {
    font-size: 15px;
  }
}
.btn-text:hover {
  color: #FF680D;
}
.btn-fill.size-xl,
.btn-ghost.size-xl {
  font-size: 20px;
  padding: 5px 45px;
  min-height: 65px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 42px;
    min-height: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 40px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 35px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 30px;
    min-height: 50px;
  }
}
.btn-fill.size-xl.btn-icon,
.btn-ghost.size-xl.btn-icon {
  padding: 7px 55px 7px 45px;
}
.btn-fill.size-xl.btn-icon:after,
.btn-ghost.size-xl.btn-icon:after {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-xl.btn-icon,
  .btn-ghost.size-xl.btn-icon {
    padding: 6px 52px 6px 42px;
  }
  .btn-fill.size-xl.btn-icon:after,
  .btn-ghost.size-xl.btn-icon:after {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-xl.btn-icon,
  .btn-ghost.size-xl.btn-icon {
    padding: 5px 50px 5px 40px;
  }
  .btn-fill.size-xl.btn-icon:after,
  .btn-ghost.size-xl.btn-icon:after {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-xl.btn-icon,
  .btn-ghost.size-xl.btn-icon {
    padding: 5px 45px 5px 35px;
  }
  .btn-fill.size-xl.btn-icon:after,
  .btn-ghost.size-xl.btn-icon:after {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-xl.btn-icon,
  .btn-ghost.size-xl.btn-icon {
    padding: 5px 40px 5px 30px;
  }
  .btn-fill.size-xl.btn-icon:after,
  .btn-ghost.size-xl.btn-icon:after {
    font-size: 22px;
  }
}
.btn-fill.size-lg,
.btn-ghost.size-lg {
  font-size: 19px;
  padding: 5px 40px;
  min-height: 60px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 38px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 35px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 28px;
    min-height: 48px;
  }
}
.btn-fill.size-lg.btn-icon,
.btn-ghost.size-lg.btn-icon {
  padding: 7px 50px 7px 40px;
}
.btn-fill.size-lg.btn-icon:after,
.btn-ghost.size-lg.btn-icon:after {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-lg.btn-icon,
  .btn-ghost.size-lg.btn-icon {
    padding: 6px 45px 6px 35px;
  }
  .btn-fill.size-lg.btn-icon:after,
  .btn-ghost.size-lg.btn-icon:after {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-lg.btn-icon,
  .btn-ghost.size-lg.btn-icon {
    padding: 5px 42px 5px 32px;
  }
  .btn-fill.size-lg.btn-icon:after,
  .btn-ghost.size-lg.btn-icon:after {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-lg.btn-icon,
  .btn-ghost.size-lg.btn-icon {
    padding: 5px 40px 5px 30px;
  }
  .btn-fill.size-lg.btn-icon:after,
  .btn-ghost.size-lg.btn-icon:after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-lg.btn-icon,
  .btn-ghost.size-lg.btn-icon {
    padding: 5px 36px 5px 26px;
  }
  .btn-fill.size-lg.btn-icon:after,
  .btn-ghost.size-lg.btn-icon:after {
    font-size: 20px;
  }
}
.btn-fill.size-md,
.btn-ghost.size-md {
  padding: 5px 32px;
  min-height: 55px;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 28px;
    min-height: 48px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 25px;
    min-height: 45px;
    font-size: 16px;
  }
}
.btn-fill.size-md.btn-icon,
.btn-ghost.size-md.btn-icon {
  padding: 5px 42px 5px 32px;
}
.btn-fill.size-md.btn-icon:after,
.btn-ghost.size-md.btn-icon:after {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-md.btn-icon,
  .btn-ghost.size-md.btn-icon {
    padding: 5px 40px 5px 30px;
  }
  .btn-fill.size-md.btn-icon:after,
  .btn-ghost.size-md.btn-icon:after {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-md.btn-icon,
  .btn-ghost.size-md.btn-icon {
    padding: 5px 38px 5px 28px;
  }
  .btn-fill.size-md.btn-icon:after,
  .btn-ghost.size-md.btn-icon:after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-md.btn-icon,
  .btn-ghost.size-md.btn-icon {
    padding: 5px 36px 5px 26px;
  }
  .btn-fill.size-md.btn-icon:after,
  .btn-ghost.size-md.btn-icon:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-md.btn-icon,
  .btn-ghost.size-md.btn-icon {
    padding: 5px 34px 5px 24px;
  }
  .btn-fill.size-md.btn-icon:after,
  .btn-ghost.size-md.btn-icon:after {
    font-size: 20px;
  }
}
.btn-fill.size-sm,
.btn-ghost.size-sm {
  font-size: 16px;
  padding: 5px 30px;
  min-height: 50px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 28px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 25px;
    min-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 22px;
    min-height: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 20px;
    min-height: 42px;
    font-size: 14px;
  }
}
.btn-fill.size-sm.btn-icon,
.btn-ghost.size-sm.btn-icon {
  padding: 5px 40px 5px 30px;
}
.btn-fill.size-sm.btn-icon:after,
.btn-ghost.size-sm.btn-icon:after {
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-sm.btn-icon,
  .btn-ghost.size-sm.btn-icon {
    padding: 5px 38px 5px 28px;
  }
  .btn-fill.size-sm.btn-icon:after,
  .btn-ghost.size-sm.btn-icon:after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-sm.btn-icon,
  .btn-ghost.size-sm.btn-icon {
    padding: 5px 36px 5px 26px;
  }
  .btn-fill.size-sm.btn-icon:after,
  .btn-ghost.size-sm.btn-icon:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-sm.btn-icon,
  .btn-ghost.size-sm.btn-icon {
    padding: 5px 34px 5px 24px;
  }
  .btn-fill.size-sm.btn-icon:after,
  .btn-ghost.size-sm.btn-icon:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-sm.btn-icon,
  .btn-ghost.size-sm.btn-icon {
    padding: 5px 32px 5px 22px;
  }
  .btn-fill.size-sm.btn-icon:after,
  .btn-ghost.size-sm.btn-icon:after {
    font-size: 20px;
  }
}
.btn-fill.size-xs,
.btn-ghost.size-xs {
  font-size: 14px;
  padding: 5px 26px;
  min-height: 45px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 25px;
    min-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 22px;
    min-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 20px;
    min-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 18px;
    min-height: 34px;
    font-size: 13px;
  }
}
.btn-fill.size-xs.btn-icon,
.btn-ghost.size-xs.btn-icon {
  padding: 5px 35px 5px 25px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-xs.btn-icon,
  .btn-ghost.size-xs.btn-icon {
    padding: 5px 32px 5px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-xs.btn-icon,
  .btn-ghost.size-xs.btn-icon {
    padding: 5px 30px 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-xs.btn-icon,
  .btn-ghost.size-xs.btn-icon {
    padding: 5px 28px 5px 18px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-xs.btn-icon,
  .btn-ghost.size-xs.btn-icon {
    padding: 5px 26px 5px 16px;
  }
}
.nav-btn {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  border-top-left-radius: 45px;
  border-radius: 45px;
}
@media only screen and (max-width: 767px) {
  .nav-btn {
    border-top-left-radius: 0;
    border-radius: 0;
    border: 0;
  }
}
.nav-btn:after {
  display: none;
}
.nav-btn a.nav-item {
  float: left;
  background: transparent;
  color: #444444;
  padding: 7px 2rem;
  margin: 0;
  font-size: 17px;
  display: inline-block;
  border-right: 1px solid #e2e2e2;
  font-weight: 500;
  -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) {
  .nav-btn a.nav-item {
    border: 1px solid #e2e2e2;
    margin: 0 2.5px;
    margin-bottom: 5px;
  }
}
.nav-btn a.nav-item:first-child {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
@media only screen and (max-width: 767px) {
  .nav-btn a.nav-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.nav-btn a.nav-item:last-child {
  border-right: 0;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}
@media only screen and (max-width: 767px) {
  .nav-btn a.nav-item:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #e2e2e2;
  }
}
.nav-btn a.nav-item:hover {
  background: #FF680D;
  color: #ffffff;
}
.nav-btn a.nav-item.current,
.nav-btn a.nav-item.active {
  background: #FF680D;
  color: #ffffff;
}
.play-btn {
  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;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 9;
  width: 60px;
  height: 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;
}
.play-btn img {
  margin: 0 auto;
  opacity: 0.85;
  -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 img {
  opacity: 1;
}
/*----------------------------------------
2.3 Nav Control Style
----------------------------------------*/
.nav-control-layout1 {
  position: relative;
}
.nav-control-layout1 .owl-controls i {
  color: #111111;
  display: block;
  line-height: 36px;
  font-size: 24px;
  -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;
}
.nav-control-layout1 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-layout1 .owl-controls .owl-nav > div {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  opacity: 1;
  margin: 0 4px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
}
.nav-control-layout1 .owl-controls .owl-prev:hover,
.nav-control-layout1 .owl-controls .owl-next:hover {
  background: #FF680D;
  border: 1px solid #FF680D;
  -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;
}
.nav-control-layout1 .owl-controls .owl-prev:hover i,
.nav-control-layout1 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-layout2 {
  position: relative;
}
.nav-control-layout2 .owl-controls i {
  color: #111111;
  display: block;
  line-height: 36px;
  font-size: 24px;
  -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;
}
.nav-control-layout2 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-layout2 .owl-controls .owl-nav > div {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  opacity: 1;
  margin: 0 4px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
}
.nav-control-layout2 .owl-controls .owl-prev:hover,
.nav-control-layout2 .owl-controls .owl-next:hover {
  background: #FF680D;
  border: 1px solid #FF680D;
  -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;
}
.nav-control-layout2 .owl-controls .owl-prev:hover i,
.nav-control-layout2 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
@media only screen and (min-width: 576px) {
  .nav-control-layout1 .owl-controls {
    position: absolute;
    top: -100px;
    right: 10px;
    z-index: 5;
  }
}
@media only screen and (min-width: 576px) {
  .nav-control-layout2 .owl-controls {
    position: absolute;
    top: -75px;
    right: 10px;
    z-index: 5;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout1 .owl-controls i {
    line-height: 26px;
    font-size: 16px;
  }
  .nav-control-layout1 .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 4px;
    height: 35px;
    width: 35px;
    -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;
  }
  .nav-control-layout1 .owl-controls .owl-prev {
    left: 0px;
  }
  .nav-control-layout1 .owl-controls .owl-next {
    right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout2 .owl-controls i {
    line-height: 26px;
    font-size: 16px;
  }
  .nav-control-layout2 .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 4px;
    height: 35px;
    width: 35px;
    -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;
  }
  .nav-control-layout2 .owl-controls .owl-prev {
    left: 0px;
  }
  .nav-control-layout2 .owl-controls .owl-next {
    right: 0px;
  }
}
.nav-control-middle .owl-controls i {
  color: #ffffff;
  display: block;
  line-height: 3.6rem;
  -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;
}
.nav-control-middle .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle .owl-controls .owl-nav > div {
  border: 1px solid #FF680D;
  background: #FF680D;
  opacity: 1;
  font-size: 1.8rem;
  margin: 0 4px;
  height: 4.6rem;
  width: 4.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  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.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;
}
.nav-control-middle .owl-controls .owl-prev {
  left: -100px;
}
.nav-control-middle .owl-controls .owl-prev:hover {
  background: transparent;
  -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;
}
.nav-control-middle .owl-controls .owl-prev:hover i {
  color: #FF680D;
}
.nav-control-middle .owl-controls .owl-next {
  right: -100px;
}
.nav-control-middle .owl-controls .owl-next:hover {
  background: transparent;
  -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;
}
.nav-control-middle .owl-controls .owl-next:hover i {
  color: #FF680D;
}
.nav-control-middle:hover .owl-prev {
  left: 0;
}
.nav-control-middle:hover .owl-next {
  right: 0;
}
.dot-control .owl-controls {
  line-height: 1;
  margin-top: 5px;
}
.dot-control .owl-controls .owl-dots .owl-dot span {
  margin: 0 10px 0 0;
  height: 15px;
  width: 15px;
  background: #ffffff;
  border: 1px solid #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;
}
.dot-control .owl-controls .owl-dots .owl-dot:last-child span {
  margin: 0;
}
.dot-control .owl-controls .owl-dots .active span {
  border: 1px solid #FF680D;
  background: #FF680D;
}
.dot-control .owl-nav {
  margin-top: 0;
}
/*----------------------------------------
2.4 Section Heading Style
----------------------------------------*/
.section-heading {
  margin-bottom: 6rem;
}
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4 {
  margin-bottom: 0;
}
.section-heading p {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .section-heading p {
    width: 100%;
  }
}
.section-heading-xl {
  margin-bottom: 7rem;
}
.section-heading-xl h1,
.section-heading-xl h2,
.section-heading-xl h3,
.section-heading-xl h4 {
  margin-bottom: 0;
}
.section-heading-xl p {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .section-heading-xl p {
    width: 100%;
  }
}
.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.text-left p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading-xl.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.section-heading-xl.text-left p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading-xl.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
/*----------------------------------------
2.5 Title Style
----------------------------------------*/
.title-light {
  text-transform: capitalize;
  font-weight: 300;
}
.title-light h1,
.title-light h2,
.title-light h3,
.title-light h4 {
  text-transform: capitalize;
  font-weight: 300;
}
.title-light p {
  text-transform: inherit;
  font-weight: 400;
}
.title-regular {
  text-transform: capitalize;
  font-weight: 400;
}
.title-regular h1,
.title-regular h2,
.title-regular h3,
.title-regular h4 {
  text-transform: capitalize;
  font-weight: 400;
}
.title-regular p {
  text-transform: inherit;
  font-weight: 400;
}
.title-medium {
  text-transform: capitalize;
  font-weight: 500;
}
.title-medium h1,
.title-medium h2,
.title-medium h3,
.title-medium h4 {
  text-transform: capitalize;
  font-weight: 500;
}
.title-medium p {
  text-transform: inherit;
  font-weight: 400;
}
.title-semibold {
  text-transform: capitalize;
  font-weight: 600;
}
.title-semibold h1,
.title-semibold h2,
.title-semibold h3,
.title-semibold h4 {
  text-transform: capitalize;
  font-weight: 600;
}
.title-semibold p {
  text-transform: inherit;
  font-weight: 400;
}
.title-bold {
  text-transform: capitalize;
  font-weight: 700;
}
.title-bold h1,
.title-bold h2,
.title-bold h3,
.title-bold h4 {
  text-transform: capitalize;
  font-weight: 700;
}
.title-bold p {
  text-transform: inherit;
  font-weight: 400;
}
.title-black {
  text-transform: capitalize;
  font-weight: 900;
}
.title-black h1,
.title-black h2,
.title-black h3,
.title-black h4 {
  text-transform: capitalize;
  font-weight: 900;
}
.title-black p {
  text-transform: inherit;
  font-weight: 400;
}
.title-light.color-primary h1,
.title-regular.color-primary h1,
.title-medium.color-primary h1,
.title-semibold.color-primary h1,
.title-bold.color-primary h1,
.title-black.color-primary h1,
.title-light.color-primary h2,
.title-regular.color-primary h2,
.title-medium.color-primary h2,
.title-semibold.color-primary h2,
.title-bold.color-primary h2,
.title-black.color-primary h2,
.title-light.color-primary h3,
.title-regular.color-primary h3,
.title-medium.color-primary h3,
.title-semibold.color-primary h3,
.title-bold.color-primary h3,
.title-black.color-primary h3,
.title-light.color-primary h4,
.title-regular.color-primary h4,
.title-medium.color-primary h4,
.title-semibold.color-primary h4,
.title-bold.color-primary h4,
.title-black.color-primary h4 {
  color: #FF680D;
}
.title-light.color-primary a,
.title-regular.color-primary a,
.title-medium.color-primary a,
.title-semibold.color-primary a,
.title-bold.color-primary a,
.title-black.color-primary a {
  color: #FF680D;
}
.title-light.color-accent h1,
.title-regular.color-accent h1,
.title-medium.color-accent h1,
.title-semibold.color-accent h1,
.title-bold.color-accent h1,
.title-black.color-accent h1,
.title-light.color-accent h2,
.title-regular.color-accent h2,
.title-medium.color-accent h2,
.title-semibold.color-accent h2,
.title-bold.color-accent h2,
.title-black.color-accent h2,
.title-light.color-accent h3,
.title-regular.color-accent h3,
.title-medium.color-accent h3,
.title-semibold.color-accent h3,
.title-bold.color-accent h3,
.title-black.color-accent h3,
.title-light.color-accent h4,
.title-regular.color-accent h4,
.title-medium.color-accent h4,
.title-semibold.color-accent h4,
.title-bold.color-accent h4,
.title-black.color-accent h4 {
  color: #f8f8f8;
}
.title-light.color-accent a,
.title-regular.color-accent a,
.title-medium.color-accent a,
.title-semibold.color-accent a,
.title-bold.color-accent a,
.title-black.color-accent a {
  color: #f8f8f8;
}
.title-light.color-light,
.title-regular.color-light,
.title-medium.color-light,
.title-semibold.color-light,
.title-bold.color-light,
.title-black.color-light {
  color: #ffffff;
}
.title-light.color-light h1,
.title-regular.color-light h1,
.title-medium.color-light h1,
.title-semibold.color-light h1,
.title-bold.color-light h1,
.title-black.color-light h1,
.title-light.color-light h2,
.title-regular.color-light h2,
.title-medium.color-light h2,
.title-semibold.color-light h2,
.title-bold.color-light h2,
.title-black.color-light h2,
.title-light.color-light h3,
.title-regular.color-light h3,
.title-medium.color-light h3,
.title-semibold.color-light h3,
.title-bold.color-light h3,
.title-black.color-light h3,
.title-light.color-light h4,
.title-regular.color-light h4,
.title-medium.color-light h4,
.title-semibold.color-light h4,
.title-bold.color-light h4,
.title-black.color-light h4 {
  color: #ffffff;
}
.title-light.color-light a,
.title-regular.color-light a,
.title-medium.color-light a,
.title-semibold.color-light a,
.title-bold.color-light a,
.title-black.color-light a {
  color: #ffffff;
}
.title-light.color-dark h1,
.title-regular.color-dark h1,
.title-medium.color-dark h1,
.title-semibold.color-dark h1,
.title-bold.color-dark h1,
.title-black.color-dark h1,
.title-light.color-dark h2,
.title-regular.color-dark h2,
.title-medium.color-dark h2,
.title-semibold.color-dark h2,
.title-bold.color-dark h2,
.title-black.color-dark h2,
.title-light.color-dark h3,
.title-regular.color-dark h3,
.title-medium.color-dark h3,
.title-semibold.color-dark h3,
.title-bold.color-dark h3,
.title-black.color-dark h3,
.title-light.color-dark h4,
.title-regular.color-dark h4,
.title-medium.color-dark h4,
.title-semibold.color-dark h4,
.title-bold.color-dark h4,
.title-black.color-dark h4 {
  color: #111111;
}
.title-light.color-dark a,
.title-regular.color-dark a,
.title-medium.color-dark a,
.title-semibold.color-dark a,
.title-bold.color-dark a,
.title-black.color-dark a {
  color: #111111;
}
.title-light.hover-primary a:hover,
.title-regular.hover-primary a:hover,
.title-medium.hover-primary a:hover,
.title-semibold.hover-primary a:hover,
.title-bold.hover-primary a:hover,
.title-black.hover-primary a:hover {
  color: #FF680D;
}
.title-light.hover-accent a:hover,
.title-regular.hover-accent a:hover,
.title-medium.hover-accent a:hover,
.title-semibold.hover-accent a:hover,
.title-bold.hover-accent a:hover,
.title-black.hover-accent a:hover {
  color: #f8f8f8;
}
.title-light.hover-light a:hover,
.title-regular.hover-light a:hover,
.title-medium.hover-light a:hover,
.title-semibold.hover-light a:hover,
.title-bold.hover-light a:hover,
.title-black.hover-light a:hover {
  color: #ffffff;
}
.title-light.hover-dark a:hover,
.title-regular.hover-dark a:hover,
.title-medium.hover-dark a:hover,
.title-semibold.hover-dark a:hover,
.title-bold.hover-dark a:hover,
.title-black.hover-dark a:hover {
  color: #111111;
}
.color-primary {
  color: #FF680D;
}
.color-accent {
  color: #f8f8f8;
}
.color-light {
  color: #ffffff;
}
/*----------------------------------------
2.6 Pagination Style
----------------------------------------*/
.pagination-align-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.pagination-align-left li {
  margin-right: 10px;
  -webkit-box-shadow: 0px 1px 0px 0px #e7e7e7;
  -moz-box-shadow: 0px 1px 0px 0px #e7e7e7;
  box-shadow: 0px 1px 0px 0px #e7e7e7;
}
.pagination-align-left li:last-child {
  margin-right: 0;
}
.pagination-align-left li a {
  width: 42px;
  font-size: 17px;
  color: #111111;
  height: 38px;
  background: #ffffff;
  display: block;
  line-height: 38px;
  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-align-left li a:hover {
  background: #FF680D;
  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;
}
.pagination-align-left .active a {
  background: #FF680D;
  color: #ffffff;
}
.pagination-align-left2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.pagination-align-left2 li {
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 0px 0px #e7e7e7;
  -moz-box-shadow: 0px 1px 0px 0px #e7e7e7;
  box-shadow: 0px 1px 0px 0px #e7e7e7;
}
.pagination-align-left2 li:last-child {
  margin-right: 0;
}
.pagination-align-left2 li a {
  width: 42px;
  font-size: 17px;
  color: #111111;
  height: 38px;
  background: #f7f7f7;
  display: block;
  line-height: 38px;
  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-align-left2 li a:hover {
  background: #FF680D;
  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;
}
.pagination-align-left2 .active a {
  background: #FF680D;
  color: #ffffff;
}
.pagination-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-align-center li {
  margin-right: 10px;
  -webkit-box-shadow: 0px 1px 0px 0px #e7e7e7;
  -moz-box-shadow: 0px 1px 0px 0px #e7e7e7;
  box-shadow: 0px 1px 0px 0px #e7e7e7;
}
.pagination-align-center li:last-child {
  margin-right: 0;
}
.pagination-align-center li a {
  width: 42px;
  font-size: 17px;
  color: #111111;
  height: 38px;
  background: #ffffff;
  display: block;
  line-height: 38px;
  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-align-center li a:hover {
  background: #FF680D;
  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;
}
.pagination-align-center .active a {
  background: #FF680D;
  color: #ffffff;
}
/*----------------------------------------
2.7 Other Style
----------------------------------------*/
.inner-page-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 14rem 0 14.8rem;
}
.inner-page-banner:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #c6c6c6;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
  content: "/";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 5;
  color: #c6c6c6;
}
.inner-page-banner .breadcrumbs-area ul li a {
  color: #FF680D;
  -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 .breadcrumbs-area ul li a:hover {
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
.list-body-items .list-body-item {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
  line-height: 1.9;
}
.list-body-items .list-body-item:last-child {
  margin-bottom: 0;
}
.list-body-items .list-body-item .list-body-item-icon {
  background-color: #FF680D;
  margin-top: 8px;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 1;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  font-size: 10px;
  line-height: 1.6;
}
.list-body-items .list-body-item .list-body-item-content {
  font-size: 16px;
  font-weight: 400;
}
.title-bar-primary {
  margin-bottom: 45px;
  position: relative;
}
.title-bar-primary:before {
  content: "";
  height: 3px;
  width: 50px;
  background: #FF680D;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
#scrollUp {
  background-color: rgba(58, 181, 74, 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 #FF680D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#scrollUp i {
  color: #FF680D;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: #FF680D;
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #ffffff;
}
.preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #111111;
  overflow: visible;
}
.preloader .items {
  text-align: center;
  width: 300px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.preloader .items .item {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin: 0 5px;
  width: 2px;
  height: 80px;
  background: #FFF;
}
.preloader .items .item:nth-child(4n+1) {
  animation: wave 2s ease 0.0s infinite;
}
.preloader .items .item:nth-child(4n+2) {
  animation: wave 2s ease 0.2s infinite;
}
.preloader .items .item:nth-child(4n+3) {
  animation: wave 2s ease 0.4s infinite;
}
.preloader .items .item:nth-child(4n+4) {
  animation: wave 2s ease 0.6s infinite;
}
.preloader .items .item:nth-child(4n+5) {
  animation: wave 2s ease 0.8s infinite;
}
.preloader .items .item:nth-child(4n+6) {
  animation: wave 2s ease 1.0s infinite;
}
.preloader .items .item:nth-child(4n+7) {
  animation: wave 2s ease 1.2s infinite;
}
.preloader .items .item:nth-child(4n+8) {
  animation: wave 2s ease 1.4s infinite;
}
.preloader .items .item:nth-child(4n+9) {
  animation: wave 2s ease 1.6s infinite;
}
.preloader .items .item:nth-child(4n+10) {
  animation: wave 2s ease 1.8s infinite;
}
@keyframes wave {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 30px;
    opacity: .1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
#scrollUp {
  animation: blinker 10s linear infinite;
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
/*=======================================================================
[02] Header Area
=========================================================================*/
.header-top-bar {
  min-height: 48px;
}
ul.topbar-call li {
  display: inline-block;
  color: #d9d9d9;
  margin-right: 30px;
  font-size: 14px;
}
ul.topbar-call li i:before {
  font-size: 16px;
  color: #FF680D;
  margin-right: 10px;
  margin-left: 0;
}
ul.topbar-call li:last-child {
  margin-right: 0;
}
ul.topbar-social li {
  margin-right: 5px;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
}
ul.topbar-social li a {
  display: block;
  padding: 10px 10px 6px;
}
ul.topbar-social li a i {
  font-size: 15px;
  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;
}
ul.topbar-social li a:hover i {
  color: #FF680D;
}
ul.topbar-social li:last-child {
  margin-right: 0;
}
ul.topbar-social li:last-child a {
  padding: 10px 0 6px 12px;
}
.header-area:after {
  clear: both;
  content: "";
  display: block;
}
.header-area .stick {
  background-color: rgba(17, 17, 17, 0.9);
  border-bottom: 2px solid #FF680D;
  -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-area .stick nav ul li a {
  padding: 20px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-area .stick nav ul li a {
    padding: 20px 9px;
  }
}
.header-area .stick nav ul li ul li a {
  padding: 10px 10px 10px 15px;
}
.header-fixed {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 100;
  position: fixed;
  -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;
}
.fitness-main-menu {
  text-align: right;
}
.fitness-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;
}
.fitness-main-menu nav > ul > li > a {
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -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) {
  .fitness-main-menu nav > ul > li > a {
    padding: 40px 9px;
  }
}
.fitness-main-menu nav > ul > li > a:hover {
  color: #FF680D;
}
.fitness-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);
}
.fitness-main-menu nav > ul > li ul.rt-dropdown-menu {
  background: #FF680D;
  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: 240px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(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;
}
.fitness-main-menu nav > ul > li ul.rt-dropdown-menu li {
  display: block;
  border-bottom: 1px solid #279e36;
  position: relative;
}
.fitness-main-menu nav > ul > li ul.rt-dropdown-menu li a {
  font-size: 16px;
  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;
}
.fitness-main-menu nav > ul > li ul.rt-dropdown-menu li a:hover,
.fitness-main-menu nav > ul > li ul.rt-dropdown-menu li a:focus {
  background: #279e36;
}
.fitness-main-menu nav > ul > li ul.rt-dropdown-menu li:last-child {
  border-bottom: none;
}
.fitness-main-menu nav > ul li.menu-justify {
  position: static;
}
.fitness-main-menu nav > ul li.menu-justify .rt-dropdown-mega {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  visibility: hidden;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(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;
}
.fitness-main-menu nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner {
  background: #FF680D;
  padding: 15px;
}
.fitness-main-menu nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li {
  border-bottom: 1px solid #279e36;
  display: block;
  position: relative;
}
.fitness-main-menu nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a {
  font-size: 16px;
  display: block;
  color: #ffffff;
  padding: 8px 0px;
  text-transform: capitalize;
  -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;
}
.fitness-main-menu nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a:hover {
  background: #279e36;
  padding-left: 10px;
}
.fitness-main-menu nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li:last-child {
  border-bottom: none;
}
.fitness-main-menu nav > ul li.menu-justify:hover .rt-dropdown-mega {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.fitness-main-menu nav > ul > .active > a {
  color: #FF680D !important;
}
.fitness-main-menu nav > ul > .active ul .active > a {
  background: #279e36;
  padding-left: 10px!important;
}
.header-style-one .main-menu-area nav ul li a {
  padding: 30px 15px;
  color: #111111;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-one .main-menu-area nav ul li a {
    padding: 25px 9px;
  }
}
.header-style-one .main-menu-area nav ul li ul li a {
  padding: 10px 10px 10px 15px;
  color: #ffffff;
}
.header-style-one .stick {
  border-bottom: 2px solid #FF680D;
  background: rgba(255, 255, 255, 0.9);
}
.header-style-one .stick nav ul li a {
  padding: 20px 15px;
  color: #111111;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-one .stick nav ul li a {
    padding: 20px 9px;
  }
}
.header-style-one .stick nav ul li ul li a {
  padding: 10px 10px 10px 15px;
  color: #ffffff;
}
.header-style-two .main-menu-area nav ul li a {
  padding: 60px 15px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .main-menu-area nav ul li a {
    padding: 60px 9px;
  }
}
.header-style-two .main-menu-area nav ul li ul li a {
  padding: 10px 10px 10px 15px;
  color: #ffffff;
}
.header-style-two .stick {
  border-bottom: 2px solid #FF680D;
  background: rgba(17, 17, 17, 0.9);
}
.header-style-two .stick nav ul li a {
  padding: 20px 15px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .stick nav ul li a {
    padding: 20px 9px;
  }
}
.header-style-two .stick nav ul li ul li a {
  padding: 10px 10px 10px 15px;
  color: #ffffff;
}
.header-style-two .stick .header-search .search-input {
  top: 66px;
}
.full-width-compress {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 1299px) {
  .full-width-compress {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.header-action-items {
  text-align: right;
  -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-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.header-action-items > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items > li:first-child {
  border-right: 1px solid #e2e2e2;
}
.header-action-items > li i:before {
  margin-left: 0;
}
.header-search {
  position: relative;
  line-height: 0;
}
.header-search .search-input {
  position: absolute;
  top: 50px;
  right: 15px;
  z-index: 10;
  height: 60px;
  width: 800px;
  background: rgba(0, 128, 0, 0.9);
  border: 1px solid green;
  padding: 5px 30px 8px;
  color: #ffffff;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-search .search-input {
    width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search .search-input {
    width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search .search-input {
    width: 230px;
  }
}
.header-search .search-button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.header-search .search-button i {
  color: #ffffff;
}
.header-search input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.header-search input::-webkit-input-placeholder,
.header-search textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.header-search input::-moz-placeholder,
.header-search textarea::-moz-placeholder {
  color: #ffffff;
}
.header-search input:-moz-placeholder,
.header-search textarea:-moz-placeholder {
  color: #ffffff;
}
.header-search input:-ms-input-placeholder,
.header-search textarea:-ms-input-placeholder {
  color: #ffffff;
}
.cart-area {
  position: relative;
}
.cart-area:hover .cart-wrapper {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.cart-area .cart-trigger-icon {
  line-height: 75px;
  display: block;
  color: #ffffff;
  -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;
}
.cart-area .cart-trigger-icon span {
  background: #FF680D;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: 20px;
  width: 20px;
  font-size: 12px;
  right: -15px;
  line-height: 20px;
  -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;
}
.cart-area .cart-wrapper {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -15deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  padding: 15px 15px 0 15px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  width: 418px;
  z-index: 999999;
}
.cart-area .cart-wrapper > li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.cart-area .cart-wrapper > li .media {
  position: relative;
}
.cart-area .cart-wrapper > li .media .cart-product-img a {
  display: inline-block;
}
.cart-area .cart-wrapper > 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 .cart-wrapper > li .media .cart-content ul li {
  margin-right: 15px;
  display: inline-block;
}
.cart-area .cart-wrapper > li .media .cart-content ul li .cart-title-line1 {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.cart-area .cart-wrapper > li .media .cart-content ul li .cart-title-line1 a {
  color: #111111;
  -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 .cart-wrapper > li .media .cart-content ul li .cart-title-line1 a:hover {
  color: #FF680D;
}
.cart-area .cart-wrapper > li .media .cart-content ul li .cart-title-line2 {
  font-size: 12px;
}
.cart-area .cart-wrapper > li .media .cart-content ul li .cart-title-line2 span {
  color: #000000;
}
.cart-area .cart-wrapper > li .media .cart-content ul li:first-child {
  width: 140px;
}
.cart-area .cart-wrapper > li .media .cart-content ul li:last-child {
  margin-right: 0;
}
.cart-area .cart-wrapper > li .media .cart-content a.trash i:before {
  color: #000;
}
.cart-area .cart-wrapper > li .media .cart-content a.trash:hover i:before {
  color: #f44336;
}
.cart-area .cart-wrapper > li:last-child {
  border-bottom: none;
}
.cart-area .cart-wrapper > li .checkout-btn-area {
  margin: 10px 0;
  text-align: center;
}
.cart-area .cart-wrapper > li .checkout-btn-area li {
  display: inline;
}
#wrapper.open {
  margin-right: 280px;
  position: relative;
  -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-bar+div#wrapper {
        padding-top: 61px;
    }*/
}
.mean-container .mean-bar {
  position: fixed;
  float: none;
  z-index: 99;
  background: transparent;
  padding: 0;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-bar .meanmenu-reveal {
  z-index: 999;
  top: 7px;
  position: absolute;
  color: #111111;
}
.mean-container .mean-bar .meanmenu-reveal span {
  background: #111111;
}
.mean-container .mean-bar .mean-nav {
  background: transparent;
}
.mean-container .mean-bar .mean-nav ul li a {
  color: #111111;
  font-weight: 700;
  -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-bar .mean-nav ul li a:hover {
  color: #FF680D;
  -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-bar .mean-nav ul li li a {
  color: #111111;
  opacity: 1;
  border-top: 1px solid #dddddd;
}
.mean-container .mean-bar .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-bar .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  border-bottom: 1px solid #FF680D;
  position: relative;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container .mean-bar .mobile-menu-nav-back .logo-mobile {
  box-sizing: border-box;
}
nav#main-nav {
  display: inline-block;
  position: relative;
}
nav#main-nav > ul {
  visibility: hidden;
}
nav#main-nav.active {
  visibility: visible;
}
.mean-container .mean-nav ul li a.mean-expand {
  padding: 5px 12px!important;
  height: inherit;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none!important;
  }
}
/*=======================================================================
[03] Slider Area
=========================================================================*/
.slider-area {
  position: relative;
}
.slider-area .nivo-controlNav {
  display: none;
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: -50px !important;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid #FF680D;
  background-color: transparent;
  -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;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font-family: FontAwesome;
  color: #59c645 !important;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 1rem;
  z-index: 9;
  height: 1rem;
  width: 1rem;
  left: 1.7rem;
  -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;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(58, 181, 74, 0.6);
  -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;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffffff !important;
  background: transparent!important;
  -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;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: -50px !important;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid #FF680D;
  background-color: transparent;
  -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;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #59c645 !important;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 1rem;
  z-index: 9;
  height: 1rem;
  width: 1rem;
  right: 1.7rem;
  -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;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(58, 181, 74, 0.6);
  -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;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffffff !important;
  background: transparent!important;
  -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;
}
.slider-area .nivo-caption {
  opacity: 1;
}
.slider-area .slide-1 p.slider-big-text,
.slider-area .slide-2 p.slider-big-text,
.slider-area .slide-3 p.slider-big-text {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  font-size: 56px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .slider-area .slide-1 p.slider-big-text,
  .slider-area .slide-2 p.slider-big-text,
  .slider-area .slide-3 p.slider-big-text {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 p.slider-big-text,
  .slider-area .slide-2 p.slider-big-text,
  .slider-area .slide-3 p.slider-big-text {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 p.slider-big-text,
  .slider-area .slide-2 p.slider-big-text,
  .slider-area .slide-3 p.slider-big-text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 p.slider-big-text,
  .slider-area .slide-2 p.slider-big-text,
  .slider-area .slide-3 p.slider-big-text {
    text-align: center;
    font-size: 28px;
  }
}
.slider-area .slide-1 p.slider-big-text span,
.slider-area .slide-2 p.slider-big-text span,
.slider-area .slide-3 p.slider-big-text span {
  color: #FF680D;
}
.slider-area .slide-1 p.slider-sub-text,
.slider-area .slide-2 p.slider-sub-text,
.slider-area .slide-3 p.slider-sub-text {
  margin-bottom: 50px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 p.slider-sub-text,
  .slider-area .slide-2 p.slider-sub-text,
  .slider-area .slide-3 p.slider-sub-text {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 .slider-btn-area,
  .slider-area .slide-2 .slider-btn-area,
  .slider-area .slide-3 .slider-btn-area {
    display: none;
  }
}
.slider-area .slide-1 .title-light p.slider-big-text,
.slider-area .slide-2 .title-light p.slider-big-text,
.slider-area .slide-3 .title-light p.slider-big-text {
  color: #ffffff !important;
}
.slider-area .slide-1 .title-light p.slider-sub-text,
.slider-area .slide-2 .title-light p.slider-sub-text,
.slider-area .slide-3 .title-light p.slider-sub-text {
  color: #ffffff;
}
.slider-area .slide-1 .title-dark p.slider-big-text,
.slider-area .slide-2 .title-dark p.slider-big-text,
.slider-area .slide-3 .title-dark p.slider-big-text {
  color: #111111 !important;
}
.slider-area .slide-1 .title-dark p.slider-sub-text,
.slider-area .slide-2 .title-dark p.slider-sub-text,
.slider-area .slide-3 .title-dark p.slider-sub-text {
  color: #111111;
}
.slider-area .slide-1 .para-padding-right,
.slider-area .slide-2 .para-padding-right,
.slider-area .slide-3 .para-padding-right {
  padding-right: 50%;
}
.slider-area .slide-1 .para-padding-left,
.slider-area .slide-2 .para-padding-left,
.slider-area .slide-3 .para-padding-left {
  padding-left: 50%;
}
.slider-area .slide-1 .para-width-compress .slider-big-text,
.slider-area .slide-2 .para-width-compress .slider-big-text,
.slider-area .slide-3 .para-width-compress .slider-big-text {
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .slider-area .slide-1 .para-width-compress .slider-big-text,
  .slider-area .slide-2 .para-width-compress .slider-big-text,
  .slider-area .slide-3 .para-width-compress .slider-big-text {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 .para-width-compress .slider-big-text,
  .slider-area .slide-2 .para-width-compress .slider-big-text,
  .slider-area .slide-3 .para-width-compress .slider-big-text {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 .para-width-compress .slider-big-text,
  .slider-area .slide-2 .para-width-compress .slider-big-text,
  .slider-area .slide-3 .para-width-compress .slider-big-text {
    width: 100%;
  }
}
.slider-area .slide-1 .para-width-compress p.slider-sub-text,
.slider-area .slide-2 .para-width-compress p.slider-sub-text,
.slider-area .slide-3 .para-width-compress p.slider-sub-text {
  width: 60%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .slider-area .slide-1 .para-width-compress p.slider-sub-text,
  .slider-area .slide-2 .para-width-compress p.slider-sub-text,
  .slider-area .slide-3 .para-width-compress p.slider-sub-text {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 .para-width-compress p.slider-sub-text,
  .slider-area .slide-2 .para-width-compress p.slider-sub-text,
  .slider-area .slide-3 .para-width-compress p.slider-sub-text {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 .para-width-compress p.slider-sub-text,
  .slider-area .slide-2 .para-width-compress p.slider-sub-text,
  .slider-area .slide-3 .para-width-compress p.slider-sub-text {
    width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 .para-width-compress p.slider-sub-text,
  .slider-area .slide-2 .para-width-compress p.slider-sub-text,
  .slider-area .slide-3 .para-width-compress p.slider-sub-text {
    display: none;
  }
}
.slider-area:hover a.nivo-prevNav {
  left: 15px!important;
}
.slider-area:hover a.nivo-nextNav {
  right: 15px!important;
}
.silder-layout1 .nivo-caption {
  top: 0;
}
.silder-layout2 .nivo-caption {
  top: 10px;
}
@media only screen and (max-width: 1199px) {
  .silder-layout2 .nivo-caption {
    top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .silder-layout2 .nivo-caption {
    top: 0;
  }
}
.slider-area .slide-1 .top-title {
  -webkit-animation: bounceInUp 1000ms ease-in-out;
  -moz-animation: bounceInUp 1000ms ease-in-out;
  -ms-animation: bounceInUp 1000ms ease-in-out;
  animation: bounceInUp 1000ms ease-in-out;
}
.slider-area .slide-1 .top-title2 {
  -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-1 .top-title3 {
  -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 p.slider-big-text {
  -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-1 p.slider-sub-text {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 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 .top-title {
  -webkit-animation: bounceInUp 1000ms ease-in-out;
  -moz-animation: bounceInUp 1000ms ease-in-out;
  -ms-animation: bounceInUp 1000ms ease-in-out;
  animation: bounceInUp 1000ms ease-in-out;
}
.slider-area .slide-2 .top-title2 {
  -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-2 .top-title3 {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.slider-area .slide-2 p.slider-big-text {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-2 p.slider-sub-text {
  -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: 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;
}
/*=======================================================================
[04] About Area Style
=========================================================================*/
.about-layout1 {
  position: relative;
}
.about-layout1 .item-content {
  padding: 12rem 0;
}
@media only screen and (max-width: 991px) {
  .about-layout1 .item-content {
    padding: 10rem 0 8rem;
  }
}
.about-layout1 .item-content p {
  font-weight: 300;
}
.about-layout1 .item-content .list-content {
  margin-bottom: 50px;
}
.about-layout1 .item-content .list-content ul {
  margin-top: 50px;
}
.about-layout1 .item-content .list-content ul li {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.about-layout1 .item-content .list-content ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: FontAwesome;
  color: #FF680D;
  font-size: 20px;
}
.about-layout1 .item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .about-layout1 .item-img {
    position: relative;
    text-align: center;
  }
}
.about-layout2 {
  position: relative;
}
.about-layout2 .item-content p {
  font-weight: 300;
}
.about-layout2 .item-content .list-content {
  margin-bottom: 50px;
}
.about-layout2 .item-content .list-content ul {
  margin-top: 50px;
}
.about-layout2 .item-content .list-content ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 49%;
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-layout2 .item-content .list-content ul li {
    display: block;
    width: 100%;
  }
}
.about-layout2 .item-content .list-content ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: FontAwesome;
  color: #FF680D;
  font-size: 20px;
}
.about-layout2 .item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
/*=======================================================================
[05] Service Area Style
=========================================================================*/
.service-layout1 {
  position: relative;
  padding-top: 4px;
}
.service-layout1 .item-img img {
  width: 100%;
}
.service-layout1 .item-content {
  position: absolute;
  left: 12%;
  bottom: 15%;
  z-index: 6;
}
/*=======================================================================
[06] Pricing Table Area Style
=========================================================================*/
.pricing-plan-content .item-content p {
  color: #ffffff;
  font-weight: 300;
}
.pricing-plan-content .item-content .list-content {
  margin-bottom: 50px;
}
.pricing-plan-content .item-content .list-content ul {
  margin-top: 50px;
}
.pricing-plan-content .item-content .list-content ul li {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.pricing-plan-content .item-content .list-content ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 20px;
}
.price-table-layout1 {
  margin-bottom: 3rem;
}
.price-table-layout1 .item-wrapper {
  padding: 45px 10px 50px;
  text-align: center;
  background-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;
}
.price-table-layout1 .item-wrapper .item-title {
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table-layout1 .item-wrapper .item-title h3 {
    font-size: 20px;
  }
}
.price-table-layout1 .item-wrapper .item-price {
  margin-bottom: 20px;
  position: relative;
  font-size: 4.8rem;
  color: #FF680D;
  line-height: 1;
  display: inline-block;
}
.price-table-layout1 .item-wrapper .item-price .period {
  font-size: 18px;
  color: #444444;
}
.price-table-layout1 .item-wrapper .item-body {
  margin-bottom: 40px;
}
.price-table-layout1 .item-wrapper .item-body ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
.price-table-layout1 .item-wrapper .item-body ul li:last-child {
  margin-bottom: 0;
}
.price-table-layout1 .item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
  -moz-box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
}
/*=======================================================================
[07] Classes Area Style
=========================================================================*/
.classes-layout1 {
  margin-bottom: 3rem;
  -webkit-box-shadow: 0px 1px 0px 0px #e7e7e7;
  -moz-box-shadow: 0px 1px 0px 0px #e7e7e7;
  box-shadow: 0px 1px 0px 0px #e7e7e7;
  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-layout1 .item-img {
  position: relative;
  overflow: hidden;
}
.classes-layout1 .item-img:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(58, 181, 74, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 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;
}
.classes-layout1 .item-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.classes-layout1 .item-img .item-mask-content {
  opacity: 0;
  visibility: hidden;
  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;
  -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-layout1 .item-content {
  background-color: #ffffff;
  padding: 22px 10px 30px;
}
.classes-layout1 .item-content .title {
  margin-bottom: 10px;
}
.classes-layout1 .item-content ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
.classes-layout1 .item-content ul li:last-child {
  margin-bottom: 0;
}
.classes-layout1 .item-content ul li i {
  color: #FF680D;
  margin-right: 10px;
}
.classes-layout1:hover {
  -webkit-box-shadow: 0px 3px 20px 0px #dedede;
  -moz-box-shadow: 0px 3px 20px 0px #dedede;
  box-shadow: 0px 3px 20px 0px #dedede;
}
.classes-layout1:hover .item-img:before {
  opacity: 1;
  visibility: visible;
}
.classes-layout1:hover .item-mask-content {
  opacity: 1;
  visibility: visible;
}
.classes-layout1:hover .item-img img {
  transform: scale(1.3);
}
.classes-layout2 {
  background-color: #ffffff;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0px 1px 0px 0px #e7e7e7;
  -moz-box-shadow: 0px 1px 0px 0px #e7e7e7;
  box-shadow: 0px 1px 0px 0px #e7e7e7;
  -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-layout2 .item-img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.classes-layout2 .item-img:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(58, 181, 74, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 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;
}
.classes-layout2 .item-img img {
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.classes-layout2 .item-img .item-mask-content {
  opacity: 0;
  visibility: hidden;
  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;
  -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-layout2 .item-content {
  padding: 22px 10px 30px 0;
}
.classes-layout2 .item-content .title {
  margin-bottom: 10px;
}
.classes-layout2 .item-content ul li {
  font-size: 16px;
  margin-bottom: 2px;
}
.classes-layout2 .item-content ul li:last-child {
  margin-bottom: 0;
}
.classes-layout2 .item-content ul li i {
  color: #FF680D;
  margin-right: 10px;
}
.classes-layout2 .item-content ul li:first-child {
  margin-bottom: 10px;
}
.classes-layout2:hover {
  -webkit-box-shadow: 0px 3px 20px 0px #dedede;
  -moz-box-shadow: 0px 3px 20px 0px #dedede;
  box-shadow: 0px 3px 20px 0px #dedede;
}
.classes-layout2:hover .item-img:before {
  opacity: 1;
  visibility: visible;
}
.classes-layout2:hover .item-mask-content {
  opacity: 1;
  visibility: visible;
}
.classes-layout2:hover .item-img img {
  transform: scale(1.3);
}
.classes-layout3 {
  margin-bottom: 3rem;
  -webkit-box-shadow: 0px 1px 0px 0px #e7e7e7;
  -moz-box-shadow: 0px 1px 0px 0px #e7e7e7;
  box-shadow: 0px 1px 0px 0px #e7e7e7;
  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-layout3 .item-img {
  overflow: hidden;
}
.classes-layout3 .item-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.classes-layout3 .item-content {
  background-color: #ffffff;
  padding: 22px 10px 30px;
}
.classes-layout3 .item-content .title {
  margin-bottom: 10px;
}
.classes-layout3 .item-content ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
.classes-layout3 .item-content ul li:last-child {
  margin-bottom: 0;
}
.classes-layout3 .item-content ul li i {
  color: #FF680D;
  margin-right: 10px;
}
.classes-layout3:hover {
  -webkit-box-shadow: 0px 3px 20px 0px #dedede;
  -moz-box-shadow: 0px 3px 20px 0px #dedede;
  box-shadow: 0px 3px 20px 0px #dedede;
}
.classes-layout3:hover .item-img img {
  transform: scale(1.3);
}
.classes-layout3:hover .item-btn {
  background-color: #FF680D;
  color: #ffffff;
}
.classes-layout3:hover .item-btn:hover {
  color: #111111;
}
.classes-layout4 {
  margin: 0 15px 3rem;
  -webkit-box-shadow: 0px 1px 0px 0px #e7e7e7;
  -moz-box-shadow: 0px 1px 0px 0px #e7e7e7;
  box-shadow: 0px 1px 0px 0px #e7e7e7;
  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-layout4 .item-img {
  overflow: hidden;
}
.classes-layout4 .item-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.classes-layout4 .item-content {
  background-color: #ffffff;
  padding: 22px 10px 30px;
}
.classes-layout4 .item-content .title {
  margin-bottom: 10px;
}
.classes-layout4 .item-content ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
.classes-layout4 .item-content ul li:last-child {
  margin-bottom: 0;
}
.classes-layout4 .item-content ul li i {
  color: #FF680D;
  margin-right: 10px;
}
.classes-layout4:hover {
  -webkit-box-shadow: 0px 3px 20px 0px #dedede;
  -moz-box-shadow: 0px 3px 20px 0px #dedede;
  box-shadow: 0px 3px 20px 0px #dedede;
}
.classes-layout4:hover .item-img img {
  transform: scale(1.3);
}
.classes-layout4:hover .item-btn {
  background-color: #FF680D;
  color: #ffffff;
}
.classes-layout4:hover .item-btn:hover {
  color: #111111;
}
/*=======================================================================
[08] Banner Area Style
=========================================================================*/
.section-space-banner {
  padding: 11.2rem 0 9rem;
}
@media only screen and (max-width: 575px) {
  .banner-layout1 {
    text-align: center;
  }
}
.banner-layout1 p {
  color: #cbcbcb;
  font-weight: 300;
  margin-bottom: 60px;
}
.banner-layout2 .title span {
  font-size: 72px;
  color: #FF680D;
  font-weight: 700;
  line-height: 1;
}
/*=======================================================================
[09] Progress Area Style
=========================================================================*/
.progress-layout1 li {
  display: inline-block;
  width: 35%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .progress-layout1 li {
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .progress-layout1 li {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.progress-layout1 li:last-child {
  margin-bottom: 0;
}
.progress-layout1 li h3 {
  font-size: 7rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.progress-layout1 li span {
  color: #f6f6f6;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}
.progress-layout2 li {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .progress-layout2 li {
    display: block;
    width: 100%;
  }
}
.progress-layout2 li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.progress-layout2 li .media .item-icon {
  line-height: 1.45;
  color: #f6f6f6;
}
.progress-layout2 li .media .item-icon i:before {
  font-size: 72px;
}
.progress-layout2 li h3 {
  font-size: 7rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.progress-layout2 li span {
  color: #f6f6f6;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}
/*=======================================================================
[10] Team Area Style
=========================================================================*/
.team-layout1 {
  overflow: hidden;
  position: relative;
}
.team-layout1 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -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-layout1:hover img {
  -webkit-filter: grayscale(0);
}
.team-layout1 .mask-item {
  text-align: center;
  position: absolute;
  z-index: 6;
  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;
}
.team-layout1 .mask-item .item-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(45deg) scale(0) translateX(100px);
  -ms-transform: rotate(45deg) scale(0) translateX(100px);
  transform: rotate(45deg) scale(0) translateX(100px);
  display: inline-block;
  text-align: center;
  background: rgba(58, 181, 74, 0.9);
  width: 70%;
  padding: 15px 0;
  margin-bottom: 20px;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout1 .mask-item .item-content .title {
  margin-bottom: 0;
}
.team-layout1 .mask-item .item-content p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
.team-layout1 .mask-item .item-social li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout1 .mask-item .item-social li:last-child {
  margin-right: 0;
}
.team-layout1 .mask-item .item-social li a {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  color: #ffffff;
}
.team-layout1 .mask-item .item-social li a:hover {
  color: #FF680D;
}
.team-layout1 .mask-item .item-social li:nth-child(1n) {
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
}
.team-layout1 .mask-item .item-social li:nth-child(2n) {
  -webkit-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
}
.team-layout1 .mask-item .item-social li:nth-child(3n) {
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
}
.team-layout1 .mask-item .item-social li:nth-child(4n) {
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
}
.team-layout1 .mask-item .item-social li:nth-child(5n) {
  -webkit-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
}
.team-layout1:hover .mask-item .item-social li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout1:hover .mask-item .item-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0) scale(1) translateX(0px);
  -ms-transform: rotate(0) scale(1) translateX(0px);
  transform: rotate(0) scale(1) translateX(0px);
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout2 {
  margin: 0 15px 3rem;
}
.team-layout2 .item-img {
  position: relative;
  overflow: hidden;
}
.team-layout2 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(58, 181, 74, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -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-layout2 .item-img img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(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;
}
.team-layout2 .item-img .mask-item {
  text-align: center;
  position: absolute;
  z-index: 6;
  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;
}
.team-layout2 .item-img .mask-item .item-social li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  margin-right: 1px;
  -webkit-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout2 .item-img .mask-item .item-social li:last-child {
  margin-right: 0;
}
.team-layout2 .item-img .mask-item .item-social li a {
  font-size: 14px;
  color: #111111;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.team-layout2 .item-img .mask-item .item-social li a:hover {
  color: #FF680D;
}
.team-layout2 .item-img .mask-item .item-social li:nth-child(1n) {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.team-layout2 .item-img .mask-item .item-social li:nth-child(2n) {
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}
.team-layout2 .item-img .mask-item .item-social li:nth-child(3n) {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
.team-layout2 .item-img .mask-item .item-social li:nth-child(4n) {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}
.team-layout2 .item-content {
  padding: 25px 15px;
  text-align: center;
  background-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-layout2 .item-content .title {
  margin-bottom: 0;
}
.team-layout2 .item-content p {
  font-size: 16px;
  color: #FF680D;
  margin-bottom: 0;
}
.team-layout2:hover .item-img:after {
  opacity: 1;
  visibility: visible;
}
.team-layout2:hover .item-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-layout2:hover .item-img .mask-item .item-social li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout2:hover .item-content {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(217, 217, 217, 0.75);
  -moz-box-shadow: 0px 10px 20px 0px rgba(217, 217, 217, 0.75);
  box-shadow: 0px 10px 20px 0px rgba(217, 217, 217, 0.75);
}
/*=======================================================================
[11] Product Area Style
=========================================================================*/
.product-box-layout1 {
  text-align: center;
  margin-bottom: 3rem;
}
.product-box-layout1 .item-img {
  background-color: #f7f7f7;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .product-box-layout1 .item-img {
    display: inline-block;
  }
}
.product-box-layout1 .item-img a img {
  width: 100%;
}
.product-box-layout1 .item-img:after {
  opacity: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.6);
  z-index: 1;
  top: 0;
  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;
}
.product-box-layout1 .item-img .product-social-round {
  opacity: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
  -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 .item-img .product-social-round li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 42px;
  background: #ffffff;
  margin: 0 1px;
  -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: 575px) {
  .product-box-layout1 .item-img .product-social-round li {
    height: 30px;
    width: 32px;
  }
}
.product-box-layout1 .item-img .product-social-round li a {
  display: block;
}
.product-box-layout1 .item-img .product-social-round li a i {
  line-height: 40px;
  color: #FF680D;
  -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: 575px) {
  .product-box-layout1 .item-img .product-social-round li a i {
    line-height: 30px;
  }
}
.product-box-layout1 .item-img .product-social-round li:hover {
  background: #FF680D;
  -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 .item-img .product-social-round li: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;
}
.product-box-layout1 .itemt-content {
  line-height: 1;
  margin-top: 20px;
}
.product-box-layout1 .itemt-content .title {
  margin-bottom: 0;
}
.product-box-layout1 .itemt-content span {
  color: #FF680D;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .product-box-layout1 .itemt-content span {
    letter-spacing: 0;
  }
}
.product-box-layout1 .itemt-content span span {
  margin-right: 15px;
  color: #444444;
  text-decoration: line-through;
}
.product-box-layout1:hover .product-social-round {
  opacity: 1;
  visibility: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-box-layout1:hover .item-img:after {
  opacity: 1;
  visibility: visible;
}
.product-box-layout2 {
  text-align: center;
  margin-bottom: 3rem;
}
.product-box-layout2 .product-img-holder {
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-box-layout2 .product-img-holder img {
  width: 100%;
}
.product-box-layout2 .product-img-holder:after {
  opacity: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  z-index: 1;
  top: 0;
  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;
}
.product-box-layout2 .product-img-holder .product-social-round {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-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;
}
.product-box-layout2 .product-img-holder .product-social-round li {
  display: inline-block;
  margin: 0 1px;
  opacity: 0;
  visibility: hidden;
  margin-right: 5px;
  -webkit-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
}
.product-box-layout2 .product-img-holder .product-social-round li a {
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #FF680D;
  -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-layout2 .product-img-holder .product-social-round li a:hover {
  background: #FF680D;
  color: #ffffff;
}
.product-box-layout2 .product-img-holder .product-social-round li:nth-child(1n) {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}
.product-box-layout2 .product-img-holder .product-social-round li:nth-child(2n) {
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
}
.product-box-layout2 .product-img-holder .product-social-round li:nth-child(3n) {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.product-box-layout2 .product-content-holder {
  padding: 10px 10px 0;
}
.product-box-layout2 .product-content-holder .title {
  margin-bottom: 10px;
}
.product-box-layout2 .product-content-holder .title a {
  color: #111111;
  -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-layout2 .product-content-holder .title a:hover {
  color: #FF680D;
}
.product-box-layout2 .product-content-holder .rating {
  line-height: 1.6;
}
.product-box-layout2 .product-content-holder .rating li {
  display: inline;
  border-bottom: none;
}
.product-box-layout2 .product-content-holder .rating li i {
  color: #111111;
}
.product-box-layout2 .product-content-holder .rating .count i {
  color: #fdc800;
}
.product-box-layout2 .product-content-holder .price {
  color: #111111;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-box-layout2 .product-content-holder .price span {
  margin-right: 15px;
  font-weight: 400;
  color: #9f9f9f;
  text-decoration: line-through;
}
.product-box-layout2:hover .product-img-holder:after {
  opacity: 1;
  visibility: visible;
}
.product-box-layout2:hover .product-img-holder .product-social-round {
  opacity: 1;
  visibility: visible;
}
.product-box-layout2:hover .product-img-holder .product-social-round li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.category-grid-layout1 .product-box-layout2 {
  text-align: center;
}
.category-grid-layout1 .product-box-layout2 .item-details {
  display: none;
}
.category-list-layout1 .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.category-list-layout1 .product-box-layout2 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .category-list-layout1 .product-box-layout2 {
    display: block;
  }
}
.category-list-layout1 .product-box-layout2 .product-img-holder {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .category-list-layout1 .product-box-layout2 .product-img-holder {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .category-list-layout1 .product-box-layout2 .product-img-holder {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .category-list-layout1 .product-box-layout2 .product-img-holder {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .category-list-layout1 .product-box-layout2 .product-img-holder {
    width: 100%;
  }
}
.category-list-layout1 .product-box-layout2 .product-content-holder {
  margin-left: 30px;
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .category-list-layout1 .product-box-layout2 .product-content-holder {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .category-list-layout1 .product-box-layout2 .product-content-holder {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .category-list-layout1 .product-box-layout2 .product-content-holder {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.inner-shop-top-left {
  font-size: 20px;
  color: #111111;
}
.inner-shop-top-right {
  float: right;
}
@media only screen and (max-width: 767px) {
  .inner-shop-top-right {
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-shop-top-right {
    display: block!important;
  }
}
.inner-shop-top-right .dropdown {
  margin-right: 5px;
  border: 1px solid #e2e2e2;
  display: inline-block;
}
.inner-shop-top-right .dropdown button:active,
.inner-shop-top-right .dropdown button:focus {
  box-shadow: none;
  outline: none;
}
.inner-shop-top-right .dropdown button {
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 20px;
  background: transparent;
  font-size: 16px;
}
.inner-shop-top-right .dropdown button span {
  margin-left: 15px;
}
.inner-shop-top-right .dropdown .dropdown-menu {
  border-radius: 0;
  left: -2px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.inner-shop-top-right .dropdown .dropdown-menu > li {
  border: none;
  padding: 0;
  display: inherit;
  font-size: 16px;
}
.inner-shop-top-right .dropdown .dropdown-menu > li a {
  color: #111111;
  padding: 5px 10px 5px 20px;
  display: block;
}
.inner-shop-top-right .dropdown .dropdown-menu > li a:hover {
  background-color: #FF680D;
  color: #ffffff;
}
.inner-shop-top-right ul.layout-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .inner-shop-top-right ul.layout-switcher {
    margin-top: 10px;
  }
}
.inner-shop-top-right ul.layout-switcher > li {
  border: 1px solid #e1e1e1;
  display: inline-block;
}
.inner-shop-top-right ul.layout-switcher > li:hover a i {
  color: #FF680D;
}
.inner-shop-top-right ul.layout-switcher > li > a {
  padding: 5px 17px;
  display: block;
}
.inner-shop-top-right ul.layout-switcher > li > a > i {
  color: #989898;
}
.inner-shop-top-right ul.layout-switcher > .active i {
  color: #FF680D;
}
.single-product-wrap {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .single-product-wrap .single-product-gallery {
    margin-bottom: 30px;
  }
}
.single-product-wrap .single-product-gallery .tab-content {
  margin-top: 0;
}
.single-product-wrap .single-product-gallery .tab-content a {
  display: block;
}
.single-product-wrap .single-product-gallery .tab-content a img {
  width: 100%;
}
.single-product-wrap .single-product-gallery .nav-tabs {
  border-bottom: 0;
}
.single-product-wrap .single-product-gallery .nav-tabs li {
  width: 30%;
  display: inline-block;
  margin: 16px 17px 0 0;
}
@media only screen and (max-width: 1199px) {
  .single-product-wrap .single-product-gallery .nav-tabs li {
    margin: 16px 14px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-wrap .single-product-gallery .nav-tabs li {
    margin: 16px 25px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-wrap .single-product-gallery .nav-tabs li {
    margin: 16px 20px 0 0;
    width: 28%;
  }
}
.single-product-wrap .single-product-gallery .nav-tabs li a {
  display: block;
}
.single-product-wrap .single-product-gallery .nav-tabs li a img {
  opacity: 0.5;
}
.single-product-wrap .single-product-gallery .nav-tabs li:last-child {
  margin: 16px 0 0 0;
}
.single-product-wrap .single-product-gallery .nav-tabs li:hover img {
  opacity: 1;
}
.single-product-wrap .single-product-gallery .nav-tabs .active img {
  opacity: 1;
}
.single-product-wrap .single-product-info .title {
  margin-bottom: 10px;
}
.single-product-wrap .single-product-info .rating {
  margin: 0 0 10px;
}
.single-product-wrap .single-product-info .rating li {
  display: inline-block;
}
.single-product-wrap .single-product-info .rating li > i {
  color: #eebe2c;
}
.single-product-wrap .single-product-info .price {
  font-size: 30px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-product-wrap .single-product-info .price {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-product-wrap .single-product-info .price {
    margin-bottom: 30px;
  }
}
.single-product-wrap .single-product-info .item-sku {
  color: #111111;
  margin-bottom: 30px;
}
.single-product-wrap .single-product-info .cart-quantity li {
  display: inline-block;
}
.single-product-wrap .single-product-info .cart-quantity li .quantity-holder {
  height: 50px;
  width: 115px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  border: 2px solid #FF680D;
}
.single-product-wrap .single-product-info .cart-quantity li input {
  -webkit-border-radius: 45px 0 0 45px;
  -moz-border-radius: 45px 0 0 45px;
  -ms-border-radius: 45px 0 0 45px;
  -o-border-radius: 45px 0 0 45px;
  border-radius: 45px 0 0 45px;
  font-size: 18px;
  color: #111111;
  font-weight: 500;
  border: none;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select {
  padding: 2px 2px 2px 0;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select button {
  cursor: pointer;
  width: 35px;
  display: block;
  border: 0;
  font-size: 18px;
  background-color: #FF680D;
  color: #ffffff;
  height: 50%;
  display: flex;
  align-items: 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;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select button:hover {
  background-color: #59c645;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select .quantity-plus {
  -webkit-border-radius: 0 45px 0 0;
  -moz-border-radius: 0 45px 0 0;
  -ms-border-radius: 0 45px 0 0;
  -o-border-radius: 0 45px 0 0;
  border-radius: 0 45px 0 0;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select .quantity-minus {
  -webkit-border-radius: 0 0 45px 0;
  -moz-border-radius: 0 0 45px 0;
  -ms-border-radius: 0 0 45px 0;
  -o-border-radius: 0 0 45px 0;
  border-radius: 0 0 45px 0;
}
.single-product-tab {
  margin-bottom: 50px;
  border-top: 1px solid #cacaca;
  position: relative;
}
.single-product-tab .nav-tabs {
  border-bottom: 0;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 1;
}
.single-product-tab ul > li {
  margin-right: 10px;
  display: inline-block;
  padding: 10px 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;
}
.single-product-tab ul > li:last-child {
  margin-right: 0;
}
.single-product-tab ul > li a {
  border: 1px solid #e2e2e2;
  background: #ffffff;
  color: #111111;
  padding: 14px 30px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -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;
}
.single-product-tab ul > li:hover a {
  border: 1px solid #FF680D;
  background-color: #FF680D;
  color: #ffffff;
}
.single-product-tab ul > li .active {
  border: 1px solid #FF680D;
  background-color: #FF680D;
  color: #ffffff;
}
.single-product-tab .tab-content {
  padding: 50px 0 15px;
}
.modal-dialog {
  background: #ffffff;
  max-width: 50%;
}
@media (max-width: 768px) and (max-width: 1199px) {
  .modal-dialog {
    width: 73%;
  }
}
@media only screen and (max-width: 991px) {
  .modal-dialog {
    width: 98%;
    max-width: 98%;
  }
}
.modal-dialog .modal-body .myclose {
  font-size: 40px;
  margin-right: 8px;
  font-weight: normal;
  line-height: 0.5;
}
.modal-dialog .single-product-wrap {
  padding: 5rem 5rem 0;
}
.modal-dialog .single-product-wrap .single-product-gallery .tab-content {
  margin-top: 0;
}
.modal-dialog .single-product-wrap .single-product-gallery .tab-content a {
  display: block;
}
.modal-dialog .single-product-wrap .single-product-gallery .tab-content a img {
  width: 100%;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs {
  border-bottom: 0;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li {
  width: 30%;
  display: inline-block;
  margin: 16px 15px 0 0;
}
@media only screen and (max-width: 1199px) {
  .modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li {
    margin: 16px 14px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li {
    margin: 16px 25px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li {
    margin: 16px 20px 0 0;
    width: 28%;
  }
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li a {
  display: block;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li a img {
  opacity: 0.5;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li:last-child {
  margin: 16px 0 0 0;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li:hover img {
  opacity: 1;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs .active img {
  opacity: 1;
}
.modal-dialog .single-product-wrap .single-product-info .title {
  margin-bottom: 10px;
}
.modal-dialog .single-product-wrap .single-product-info .rating {
  margin: 0 0 10px;
}
.modal-dialog .single-product-wrap .single-product-info .rating li {
  display: inline-block;
}
.modal-dialog .single-product-wrap .single-product-info .rating li > i {
  color: #eebe2c;
}
.modal-dialog .single-product-wrap .single-product-info .price {
  font-size: 30px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog .single-product-wrap .single-product-info .price {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog .single-product-wrap .single-product-info .price {
    margin-bottom: 30px;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity {
    text-align: center;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li {
  vertical-align: top;
  margin: 0 2px 0 0;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity li {
    margin-bottom: 5px;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li a.btn-cart {
  border: 1px solid #cacaca;
  line-height: 52px;
  text-align: center;
  height: 52px;
  padding: 0 20px;
  background: transparent;
  display: block;
  color: #111111;
  text-transform: uppercase;
  font-weight: 500;
  -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: 1199px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity li a.btn-cart {
    padding: 0 13px;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li a.btn-cart i {
  color: #111111;
  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;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li a.btn-cart:hover {
  border: 1px solid #FF680D;
  background: #FF680D;
  color: #ffffff;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group {
  position: relative;
  box-shadow: none;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .form-control {
  box-shadow: none;
  border-radius: 0;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group input {
  border: none;
  height: 50px;
  width: 100px;
  padding-right: 47px;
  font-size: 20px;
  text-align: center;
  color: #111111;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity li .input-group input {
    width: 81px;
    padding-left: 5px;
    padding-right: 40px;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical .btn-default {
  border: 0;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button {
  cursor: pointer;
  display: block;
  border-left: 1px solid #cacaca!important;
  border-radius: 0!important;
  background: transparent;
  padding: 7px 12px 5px;
  line-height: 1.3;
  border: 1px solid #cacaca;
}
@media only screen and (max-width: 1199px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button {
    padding: 8px 12px 7px;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button:last-child {
  border-top: 1px solid #cacaca;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button:focus {
  box-shadow: none;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button:hover i {
  color: #FF680D;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button i {
  line-height: 1;
  color: #111111;
  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;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li:first-child {
  background: #111111;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li:first-child a {
  color: #ffffff;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li:first-child a:hover {
  color: #111111;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .quantity-holder {
  border: 1px solid #cacaca;
}
/*=======================================================================
[12] Comingsoon Page Area Style
=========================================================================*/
.comingsoon-page {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page {
    overflow-y: scroll;
  }
}
.comingsoon-page .comingsoon-back-img {
  background-image: url(img/banner/banner7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 30s ease-out;
  -moz-transition: all 30s ease-out;
  -ms-transition: all 30s ease-out;
  -o-transition: all 30s ease-out;
  transition: all 30s ease-out;
}
.comingsoon-page .comingsoon-back-img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(17, 17, 17, 0.6);
}
.comingsoon-page .comingsoon-content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content-wrap {
    margin: 50px 0 100px;
  }
}
.comingsoon-page .comingsoon-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.comingsoon-page .comingsoon-content .comingsoon-logo {
  margin-bottom: 50px;
}
.comingsoon-page .comingsoon-content h1 {
  margin-bottom: 4rem;
  font-size: 7.2rem;
  color: #ffffff;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content h1 {
    font-size: 5rem;
  }
}
.comingsoon-page .comingsoon-content .countdown-wrap {
  text-align: center;
  margin-bottom: 15rem;
  background-image: url(img/banner/banner9.html);
  background-position: center;
  background-repeat: no-repeat;
}
.comingsoon-page .comingsoon-content .countdown-wrap .countdown-section {
  text-align: center;
  height: 17rem;
  width: 17rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .countdown-wrap .countdown-section {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content .countdown-wrap .countdown-section {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.comingsoon-page .comingsoon-content .countdown-wrap .countdown-section:last-child:after {
  display: none;
}
.comingsoon-page .comingsoon-content .countdown-wrap .countdown-section:last-child:before {
  display: none;
}
.comingsoon-page .comingsoon-content .countdown-wrap .countdown-section h2 {
  font-weight: 500;
  font-size: 4rem;
  position: absolute;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
  top: 70%;
  left: 0;
  right: 0;
  line-height: 1.1;
  font-weight: 900;
  color: #FF680D;
  -webkit-transition: all 10s ease-out;
  -moz-transition: all 10s ease-out;
  -ms-transition: all 10s ease-out;
  -o-transition: all 10s ease-out;
  transition: all 10s ease-out;
}
.comingsoon-page .comingsoon-content .countdown-wrap .countdown-section h3 {
  position: absolute;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  top: 30%;
  left: 0;
  right: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 300;
}
.comingsoon-page .comingsoon-content .copy-right {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  z-index: 7;
  color: #cfcfcf;
}
.comingsoon-page .comingsoon-content .copy-right 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;
}
.comingsoon-page .comingsoon-content .copy-right a:hover {
  color: #FF680D;
}
.comingsoon-page:hover .comingsoon-back-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*=======================================================================
[13] Testimonial Area Style
=========================================================================*/
.testimonial-layout1 {
  text-align: center;
}
.testimonial-layout1 img {
  height: 98px;
  width: 98px!important;
  display: inline-block;
  margin: 0 auto 25px;
}
.testimonial-layout1 .title {
  margin-bottom: 0;
}
.testimonial-layout1 .designation {
  color: #FF680D;
  font-size: 14px;
  margin-bottom: 20px;
}
.testimonial-layout1 p {
  color: #e0e0e0;
  font-size: 17px;
  font-weight: 300;
  width: 70%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-layout1 p {
    width: 100%;
  }
}
/*=======================================================================
[14] Project Area Style
=========================================================================*/
.project-layout1 {
  position: relative;
  overflow: hidden;
}
.project-layout1:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(58, 181, 74, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -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;
}
.project-layout1 img {
  width: 100%;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.project-layout1 .item-icon-top-bottom {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 8;
  margin: 0 auto;
  text-align: center;
  background-color: #f8f8f8;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #111111;
  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;
}
.project-layout1 .item-icon-top-bottom:hover {
  color: #FF680D;
}
.project-layout1 .item-content {
  position: absolute;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  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;
}
.project-layout1:hover:before {
  opacity: 1;
  visibility: visible;
}
.project-layout1:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.project-layout1:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.project-layout1:hover .item-icon-top-bottom {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 100%;
  opacity: 1;
  visibility: visible;
}
/*=======================================================================
[15] News Area Style
=========================================================================*/
.news-layout1 {
  margin-bottom: 3rem;
}
.news-layout1 .item-img {
  overflow: hidden;
  position: relative;
}
.news-layout1 .item-img img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -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;
}
.news-layout1 .item-img .item-date {
  color: #ffffff;
  padding: 8px 20px 20px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-layout1 .item-img .item-date:after {
  content: "";
  background-color: #FF680D;
  height: 3px;
  width: 52px;
  position: absolute;
  z-index: 7;
  bottom: 13px;
  left: 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;
}
.news-layout1 .item-img .item-date:before {
  content: "";
  background-color: #ffffff;
  height: 3px;
  width: 0;
  position: absolute;
  z-index: 6;
  bottom: 13px;
  left: 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;
}
.news-layout1 .item-content {
  padding: 2.5rem 3rem 3rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(234, 234, 234, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(234, 234, 234, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(234, 234, 234, 0.75);
  -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;
}
.news-layout1 .item-content .title {
  margin-bottom: 5px;
}
.news-layout1 .item-content .posted-by span {
  color: #FF680D;
}
.news-layout1:hover .item-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-layout1:hover .item-img .item-date:after {
  width: 0px;
}
.news-layout1:hover .item-img .item-date:before {
  width: 52px;
}
.news-layout1:hover .item-content {
  -webkit-box-shadow: 0px 3px 20px 0px #dedede;
  -moz-box-shadow: 0px 3px 20px 0px #dedede;
  box-shadow: 0px 3px 20px 0px #dedede;
}
.news-layout2 {
  margin-bottom: 50px;
}
.news-layout2 .title {
  margin-bottom: 5px;
}
.news-layout2 .entry-image .item-image {
  position: relative;
  margin-bottom: 2.5rem;
}
.news-layout2 .entry-image .item-image .item-date {
  color: #ffffff;
  padding: 10px 20px 30px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-layout2 .entry-image .item-image .item-date:after {
  content: "";
  background-color: #FF680D;
  height: 3px;
  width: 52px;
  position: absolute;
  z-index: 7;
  bottom: 13px;
  left: 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;
}
.news-layout2 .entry-image .item-image .item-date:before {
  content: "";
  background-color: #ffffff;
  height: 3px;
  width: 0;
  position: absolute;
  z-index: 6;
  bottom: 13px;
  left: 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;
}
.news-layout2 .entry-video .item-video {
  position: relative;
  margin-bottom: 3.5rem;
}
.news-layout2:hover .entry-image .item-image .item-date:after {
  width: 0px;
}
.news-layout2:hover .entry-image .item-image .item-date:before {
  width: 52px;
}
.news-meta-info {
  margin-bottom: 15px;
  font-size: 15px;
}
.news-meta-info li {
  display: inline-block;
  color: #707070;
}
.news-meta-info li span {
  color: #111111;
}
.news-meta-info li a {
  color: #111111;
}
.news-meta-info li a:hover {
  color: #FF680D;
}
.single-blog-wrapper .item-image {
  margin-bottom: 35px;
}
.single-blog-wrapper .single-blog-content-holder {
  padding-bottom: 3rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 4rem;
}
.single-blog-wrapper .single-blog-content-holder .title {
  margin-bottom: 10px;
}
.single-blog-wrapper .single-blog-content-holder blockquote {
  margin: 35px 0;
  background: #f8f8f8;
  padding: 40px 60px 20px;
  position: relative;
  display: block;
  color: #707070;
  font-style: italic;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .single-blog-content-holder blockquote {
    padding: 30px 30px 30px 50px;
  }
}
.single-blog-wrapper .single-blog-content-holder blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  color: #FF680D;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .single-blog-content-holder blockquote:before {
    left: 20px;
    top: 20px;
  }
}
.single-blog-wrapper .tag-share {
  margin-bottom: 50px;
}
.single-blog-wrapper .tag-share li {
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .tag-share li {
    display: block;
  }
}
.single-blog-wrapper .tag-share li ul li {
  display: inline-block;
  font-size: 15px;
}
.single-blog-wrapper .tag-share li ul li:last-child {
  float: inherit;
}
.single-blog-wrapper .tag-share li:last-child {
  float: right;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .tag-share li:last-child {
    float: inherit;
    margin-top: 15px;
  }
}
.single-blog-wrapper .tag-share li .inner-tag {
  margin-top: 5px;
}
.single-blog-wrapper .tag-share li .inner-tag li a {
  color: #646464;
}
.single-blog-wrapper .tag-share li .inner-tag li a:hover {
  color: #FF680D;
}
.single-blog-wrapper .tag-share li .inner-tag li:first-child {
  font-weight: 700;
}
.single-blog-wrapper .tag-share li .inner-share li {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .single-blog-wrapper .tag-share li .inner-share li {
    margin-right: 5px;
    margin-left: 0;
  }
}
.single-blog-wrapper .tag-share li .inner-share li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(1n) a {
  background: #3b5998;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(2n) a {
  background: #00aced;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(3n) a {
  background: #276cca;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(4n) a {
  background: #e94a0b;
}
.single-blog-wrapper .about-author {
  margin-bottom: 45px;
  background-color: #f8f8f8;
  padding: 35px 10px 15px 30px;
}
.single-blog-wrapper .about-author .title {
  margin-bottom: 10px;
}
.single-blog-wrapper .blog-comments {
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
.single-blog-wrapper .blog-comments .title {
  margin-bottom: 40px;
}
.single-blog-wrapper .blog-comments ul li {
  margin-bottom: 40px;
  position: relative;
}
.single-blog-wrapper .blog-comments ul li .item-img a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-blog-wrapper .blog-comments ul li .comments-content {
  padding-top: 10px;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 {
  font-size: 18px;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 a {
  font-weight: 700;
  color: #111111;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 a:hover {
  color: #FF680D;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 .date {
  color: #444444;
  font-weight: 300;
}
.single-blog-wrapper .blog-comments ul li .comments-content .reply {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .single-blog-wrapper .blog-comments ul li .comments-content .reply {
    position: inherit;
    display: inline-block;
  }
}
.single-blog-wrapper .blog-comments ul li .comments-content .reply a {
  color: #ffffff;
  padding: 8px 20px;
  display: block;
  background: #FF680D;
  font-size: 12px;
  -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;
}
.single-blog-wrapper .blog-comments ul li .comments-content .reply:hover a {
  background: #59c645;
}
.single-blog-wrapper .blog-comments ul li:nth-child(even) {
  padding-left: 40px;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .blog-comments ul li:nth-child(even) {
    padding-left: 0;
  }
}
.single-blog-wrapper .leave-comments .title {
  margin-bottom: 40px;
}
.single-blog-wrapper .leave-comments .form-group {
  margin-bottom: 30px;
}
.single-blog-wrapper .leave-comments .form-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #f9f9f9;
  box-shadow: none;
  border: none;
}
.single-blog-wrapper .leave-comments .form-group input {
  padding: 3px 5px 5px 25px;
  height: 50px;
  color: #111111;
  font-weight: 500;
}
.single-blog-wrapper .leave-comments .form-group textarea {
  font-weight: 500;
  padding: 20px 30px;
}
.single-blog-wrapper .leave-comments .form-group input.form-control::-webkit-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-webkit-input-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control::-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-moz-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control:-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-moz-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control:-ms-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-ms-input-placeholder {
  color: #707070;
}
/*=======================================================================
[16] Offer Area Style
=========================================================================*/
.section-space-offer {
  padding: 5.3rem 0 3.2rem;
}
.offer-input-area {
  margin-bottom: 20px;
}
.offer-input-area .stylish-input-group {
  background-color: #ffffff;
  height: 52px;
  padding: 0 0 0 15px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.offer-input-area .stylish-input-group .form-control {
  border: none;
  color: #111111;
  font-size: 15px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.offer-input-area .stylish-input-group .input-group-addon {
  padding: 0;
  background-color: #111111;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid #111111;
  -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;
}
.offer-input-area .stylish-input-group .input-group-addon button {
  color: #ffffff;
  background-color: transparent;
  padding: 15px 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  border: none;
  -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;
}
.offer-input-area .stylish-input-group .input-group-addon button:focus,
.offer-input-area .stylish-input-group .input-group-addon button:hover {
  outline-width: 0;
  outline: none;
}
.offer-input-area .stylish-input-group .input-group-addon:hover {
  border: 1px solid #279e36;
  background-color: #279e36;
}
.offer-input-area .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.offer-input-area .stylish-input-group input::-webkit-input-placeholder {
  color: #aeaeae;
  font-style: italic;
}
.offer-input-area .stylish-input-group input::-moz-placeholder {
  color: #aeaeae;
  font-style: italic;
}
.offer-input-area .stylish-input-group input:-moz-placeholder {
  color: #aeaeae;
  font-style: italic;
}
.offer-input-area .stylish-input-group input:-ms-input-placeholder {
  color: #aeaeae;
  font-style: italic;
}
/*=======================================================================
[17] Schedule Area Style
=========================================================================*/
.schedule-wrap tbody tr td {
  vertical-align: middle;
  padding: 1.2rem;
  border-right: 1px solid #dedede;
}
.schedule-wrap tbody tr td:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .schedule-layout1 {
    width: 200px;
  }
}
.schedule-layout1 .media {
  align-items: center;
}
.schedule-layout1 .title {
  margin-bottom: 0;
}
.schedule-layout1 .item-content {
  text-align: center;
  font-size: 17px;
  color: #111111;
}
.schedule-layout1 .item-content i {
  margin-right: 15px;
  color: #FF680D;
}
.schedule-layout1 .item-btn a {
  text-align: center;
  display: block;
  border: 1px solid #FF680D;
  color: #111111;
  padding: 0.8rem 3.5rem 1rem;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
@media only screen and (max-width: 991px) {
  .schedule-layout1 .item-btn a {
    padding: 0.8rem 2rem 1rem;
    font-size: 16px;
  }
}
.schedule-layout1 .item-btn a:hover {
  background-color: #FF680D;
  color: #ffffff;
}
.class-schedule-wrap2 table {
  margin-bottom: 0;
  border: 1px solid green;
}
.class-schedule-wrap2 table thead tr th {
  padding: 0;
  border: 2px solid #cfcfcf;
  border-bottom-width: 1px;
}
.class-schedule-wrap2 table thead tr th .schedule-item-heading {
  color: #ffffff;
  padding: 20px 10px;
  font-weight: 400;
  text-align: center;
}
.class-schedule-wrap2 table thead tr th:nth-child(odd) .schedule-item-heading {
  background-color: #59c645;
}
.class-schedule-wrap2 table thead tr th:nth-child(even) .schedule-item-heading {
  background-color: #FF680D;
}
.class-schedule-wrap2 table tbody tr th {
  color: #111111;
  padding: 30px 20px;
  font-weight: 500;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  min-width: 180px;
}
.class-schedule-wrap2 table tbody tr td {
  background-color: #eeeeee;
  padding: 1px;
  border: 1px solid #cfcfcf;
  min-width: 130px;
}
.class-schedule-wrap2 table tbody tr td .schedule-item-wrapper {
  text-align: center;
  background-color: #ffffff;
  padding: 18px 10px 22px;
}
.class-schedule-wrap2 table tbody tr td .schedule-item-wrapper .schedule-item-title {
  font-weight: 500;
  line-height: 26px;
  font-size: 17px;
  color: #111111;
}
.class-schedule-wrap2 table tbody tr td .schedule-item-wrapper .schedule-item-time {
  font-size: 14px;
}
.class-schedule-wrap2 .table thead th {
  text-align: center;
  vertical-align: middle;
}
.table-responsive {
  border: 1px dotted rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .table-responsive {
    overflow-x: auto;
  }
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 45px;
  border: 1px solid #FF680D;
  background-color: rgba(58, 181, 74, 0.3);
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-color: #FF680D;
}
.single-class {
  margin-bottom: 3rem;
}
.single-class .single-class-img {
  margin-bottom: 30px;
}
.single-class .item-content .list-content {
  margin-bottom: 50px;
}
.single-class .item-content .list-content ul {
  margin-top: 50px;
}
.single-class .item-content .list-content ul li {
  display: inline-block;
  width: 49%;
  color: #111111;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-class .item-content .list-content ul li {
    width: 100%;
  }
}
.single-class .item-content .list-content ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: FontAwesome;
  color: #FF680D;
  font-size: 20px;
}
.schedule-trainers .schedule-trainers-box {
  margin-bottom: 5rem;
  position: relative;
}
.schedule-trainers .schedule-trainers-box:last-child:after {
  display: none;
}
.schedule-trainers .schedule-trainers-box:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #e2e2e2;
}
.schedule-trainers .schedule-trainers-box .media .item-img {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .schedule-trainers .schedule-trainers-box .media .item-img {
    margin: 0 auto;
  }
}
.schedule-trainers .schedule-trainers-box .media .item-img img {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.schedule-trainers .schedule-trainers-box .media .media-body {
  text-align: left;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .schedule-trainers .schedule-trainers-box .media .media-body {
    text-align: center;
  }
}
.schedule-trainers .schedule-trainers-box .media .media-body .title {
  margin-bottom: 5px;
}
.schedule-trainers .schedule-trainers-box .media .media-body ul li {
  font-size: 14px;
  display: block;
}
.schedule-trainers .schedule-trainers-box .media .media-body ul li:first-child {
  color: #FF680D;
}
.schedule-trainers .schedule-trainers-box .media .media-body ul li:last-child {
  color: #646464;
}
/*=======================================================================
[18] Why Choose Area Style
=========================================================================*/
.why-choose-layout1 {
  text-align: center;
  margin-bottom: 3rem;
}
.why-choose-layout1 .item-icon {
  margin: 0 auto 22px;
  color: #ffffff;
  line-height: 72px;
  height: 70px;
  width: 70px;
  background-color: #FF680D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.why-choose-layout1 .item-icon i:before {
  font-size: 36px;
  margin-left: 0;
}
.why-choose-layout1 .title {
  margin-bottom: 15px;
}
.why-choose-layout1 p {
  font-size: 17px;
  color: #111111;
  font-weight: 300;
  margin-bottom: 0;
}
/*=======================================================================
[19] Faq Page Area Style
=========================================================================*/
.faq-list {
  margin-bottom: 50px;
}
.faq-list .panel-default {
  margin-top: 0!important;
  border-radius: 0!important;
  border: none;
  box-shadow: none;
  margin-bottom: 3px;
  -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;
}
.faq-list .panel-default:last-child {
  border-bottom: 0;
}
.faq-list .panel-default .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
  border: 1px solid #e2e2e2;
  padding: 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;
}
.faq-list .panel-default .panel-heading .panel-title {
  -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;
}
.faq-list .panel-default .panel-heading .panel-title a {
  color: #111111;
  font-size: 20px;
  padding: 10px 30px 12px 15px;
  display: block;
  font-family: 'Roboto', sans-serif;
  -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;
}
.faq-list .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.faq-list .panel-default .panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f068";
  right: 15px;
  position: absolute;
  top: 15px;
  color: #ffffff;
  font-size: 16px;
  z-index: 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;
}
.faq-list .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f067";
  color: #FF680D;
  -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;
}
.faq-list .panel-default .panel-collapse {
  background: transparent;
  -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;
}
.faq-list .panel-default .panel-body {
  padding: 20px 30px 15px;
}
.faq-list .panel-default .panel-body p {
  font-size: 16px;
}
.faq-list .panel-default .active .panel-title a {
  color: #ffffff;
  background-color: #FF680D;
}
.faq-list .panel-default .active .accordion-toggle:after {
  color: #ffffff !important;
}
.find-answer p {
  margin-bottom: 30px;
}
.find-answer .find-answer-form {
  padding-right: 30px;
}
.find-answer .find-answer-form .form-group {
  margin-bottom: 30px;
}
.find-answer .find-answer-form .form-group .form-control {
  border-radius: 0;
  background: #f2f2f2;
  box-shadow: none;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.find-answer .find-answer-form .form-group input {
  height: 50px;
  color: #111111;
  padding: 5px 20px;
  font-size: 15px;
}
.find-answer .find-answer-form .form-group textarea {
  padding: 20px;
  font-size: 15px;
}
.find-answer .find-answer-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.find-answer .find-answer-form .form-response .alert-success {
  background-color: transparent;
  color: #279e36;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .find-answer .find-answer-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.find-answer .find-answer-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.find-answer .find-answer-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.find-answer .find-answer-form input::-webkit-input-placeholder,
.find-answer .find-answer-form textarea::-webkit-input-placeholder {
  color: #444444;
}
.find-answer .find-answer-form input::-moz-placeholder,
.find-answer .find-answer-form textarea::-moz-placeholder {
  color: #444444;
}
.find-answer .find-answer-form input:-moz-placeholder,
.find-answer .find-answer-form textarea:-moz-placeholder {
  color: #444444;
}
.find-answer .find-answer-form input:-ms-input-placeholder,
.find-answer .find-answer-form textarea:-ms-input-placeholder {
  color: #444444;
}
/*=======================================================================
[20] Video Area Style
=========================================================================*/
.video-area {
  position: absolute;
  right: 10%;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .video-area {
    text-align: center;
    right: inherit;
    position: inherit;
    top: inherit;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin: 0 1.5rem 10rem;
  }
}
/*=======================================================================
[21] 404 Error Page Area Style
=========================================================================*/
.error-page-layout1 {
  text-align: center;
}
.error-page-layout1 img {
  margin-bottom: 7rem;
  display: inline-block;
}
.error-page-layout1 .title {
  letter-spacing: 4px;
}
.error-page-layout1 p {
  margin-bottom: 50px;
}
.error-page-layout1 .btn-ghost {
  color: #111111;
}
.error-page-layout1 .btn-ghost:hover {
  color: #ffffff;
}
/*=======================================================================
[22] Cpntact Page Area Style
=========================================================================*/
.contact-info-area {
  position: relative;
}
.contact-info-area:after {
  content: "";
  background-color: #ffffff;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .contact-info-area:after {
    display: none;
  }
}
.contact-info-area:before {
  content: "";
  background-color: #FF680D;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .contact-info-area:before {
    display: none;
  }
}
.contact-form {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding-right: 0;
  }
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-group .form-control {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.contact-form .form-group input {
  height: 50px;
  color: #111111;
  padding: 5px 20px;
  font-size: 15px;
}
.contact-form .form-group textarea {
  padding: 20px;
  font-size: 15px;
}
.contact-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form .form-response .alert-success {
  background-color: transparent;
  color: #279e36;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .contact-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.contact-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #444444;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #444444;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #444444;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #444444;
}
.contact-address {
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .contact-address {
    background-color: #FF680D;
    padding: 5rem;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
  }
}
.contact-address ul {
  margin-bottom: 70px;
}
.contact-address ul:last-child {
  margin-bottom: 0;
}
.contact-address ul li {
  font-weight: 300;
  color: #ffffff;
}
/*=======================================================================
[23] Sidebar Area Style
=========================================================================*/
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}
.sidebar-widget-area {
  margin-bottom: 3rem;
}
.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0!important;
}
.widget-search .stylish-input-group {
  background: transparent;
  border: 1px solid #e2e2e2;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget-search .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  text-transform: lowercase;
  color: #111111;
  padding: 0.5rem 1.75rem;
}
.widget-search .stylish-input-group .input-group-addon {
  border: none;
  border-radius: 0;
  background: transparent!important;
}
.widget-search .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
}
.widget-search .stylish-input-group .input-group-addon button span {
  color: #FF680D;
  font-size: 14px;
}
.widget-search .stylish-input-group input {
  font-size: 14px;
  color: #111111;
}
.widget-search .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #707070;
}
.widget-search .stylish-input-group input.form-control::-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #707070;
}
.widget-search .stylish-input-group input.form-control:-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #707070;
}
.widget-search .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #707070;
}
.widget-categories ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.widget-categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.widget-categories ul li:last-child:before {
  display: none;
}
.widget-categories ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #FF680D;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 18px;
}
.widget-categories ul li a {
  display: block;
  color: #111111;
  font-size: 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;
}
.widget-categories ul li a span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  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;
}
.widget-categories ul li:hover a {
  color: #FF680D;
}
.widget-categories ul li:hover:before {
  right: 0;
  left: 0;
  width: 100%;
}
.widget-categories ul li:before {
  content: "";
  background-color: #FF680D;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 2;
  position: absolute;
  -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;
}
.widget-banner {
  padding: 12rem 20px 7rem;
}
.widget-banner .title {
  margin-bottom: 8rem;
  color: #ffffff;
}
.widget-banner .title span {
  display: block;
  font-weight: 700;
}
.widget-banner .item-btn {
  font-size: 16px;
}
.widget-archives ul li {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 1;
}
.widget-archives ul li:last-child {
  margin-bottom: 0;
}
.widget-archives ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: fontAwesome;
  color: #FF680D;
  font-size: 15px;
}
.widget-archives ul li a {
  color: #111111;
  -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;
}
.widget-archives ul li a:hover {
  color: #FF680D;
}
.widget-top-rated ul li {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.widget-top-rated ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-top-rated ul li .top-rated-content h4 {
  margin-bottom: 5px;
  color: #111111;
}
.widget-top-rated ul li .top-rated-content h4 a {
  color: #111111;
}
.widget-top-rated ul li .top-rated-content h4 a:hover {
  color: #FF680D;
}
.widget-top-rated ul li .top-rated-content .rating {
  line-height: 1.6;
}
.widget-top-rated ul li .top-rated-content .rating li {
  display: inline;
  border-bottom: none;
}
.widget-top-rated ul li .top-rated-content .rating li i {
  color: #fdc800;
}
.widget-top-rated ul li .top-rated-content .amount {
  color: #111111;
  font-weight: 500;
  margin-bottom: 5px;
}
.widget-top-rated ul li .top-rated-content .amount .currency {
  color: #111111;
  font-weight: 500;
}
.widget-recent-entries ul li {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.widget-recent-entries ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.widget-recent-entries ul li a {
  color: #444444;
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 10px;
}
.widget-recent-entries ul li a:hover {
  color: #FF680D;
}
.widget-recent-entries ul li .post-date {
  display: block;
  font-size: 14px;
  color: #FF680D;
  line-height: 1;
}
.widget-Classes ul li {
  display: grid;
  width: 100%;
  margin-bottom: 2px;
  font-size: 17px;
  position: relative;
}
.widget-Classes ul li:last-child {
  margin-bottom: 0;
}
.widget-Classes ul li a {
  background-color: #f8f8f8;
  padding: 10px 15px 10px 50px;
  color: #111111;
  -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;
}
.widget-Classes ul li a i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  padding-left: 2px;
  text-align: center;
  background-color: #818181;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  left: 15px;
  z-index: 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;
}
.widget-Classes ul li:hover a {
  padding: 10px 15px 10px 60px;
  background-color: #FF680D;
  color: #ffffff;
}
.widget-Classes ul li:hover a i {
  color: #FF680D;
  left: 25px;
  background-color: #ffffff;
}
/*=======================================================================
[24] Footer Area Style
=========================================================================*/
.footer-area-top {
  padding: 11rem 0 6.5rem;
  background: #070707;
}
.footer-area-top .footer-box {
  color: #d1d1d1;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 300;
}
.footer-area-top .footer-box .footer-logo {
  margin-bottom: 30px;
}
.footer-area-top .footer-box .footer-about {
  margin-bottom: 60px;
}
.footer-area-top .footer-box ul li {
  position: relative;
  margin-bottom: 8px;
}
.footer-area-top .footer-box ul li:last-child {
  margin-bottom: 0;
}
.footer-area-top .footer-box ul li a {
  color: #d1d1d1;
}
.footer-area-top .footer-box ul li:hover a {
  color: #FF680D;
}
