/* ====== index =====
1. COMMON
2. UI KIT
	2.1 LIST ITEM
	2.2 FORM
	2.3 BUTTON
	2.4 PAGE TITLE
	2.5 PAGINATION
	2.6 ACCORDION
	2.7 RADIO BUTTON
	2.8 RANGE SLIDER
3. HEADER
	3.1 TOP COLOR BAR
	3.2 TOP INFO BAR
	3.3 HEADER TRANSPARENT
	3.4 LIGHT HEADER
4. FOOTER
	4.1 FOOTER INFO
	4.2 COPY RIGHT
5. HOME
	5.1 NEWS SECTION
	5.2 TESTIMONIALS SECTION
	5.3 TEACHERS SECTION
	5.4 ABOUT SECTION
	5.5 CALL TO ACTION SECTION
	5.6 SERVICES SECTION
	5.7 CLASS SECTION
	5.8 GALLERY SECTION
	5.9 BANNER SECTION
6. Class
7. Blog
8. EXTRA
	8.1 ERROR SECTION
	8.2 TEACHERS PAGE SECTION
	8.3 COMMING SOON SECTION
	8.4 CONTACT SECTION
	8.5 EVENT DETAILS SECTION
	8.6 PHOTO GALLERY SECTION
	8.7 PRODUCT DETAILS SECTION
	8.8 COURSE COUNTER
	8.9 CHECKOUT SECTION
	8.10 CART SECTION
9. RTL VERSION

===================== */
/*=== MIXINS ===*/
/*=== VARIABLES ===*/
/*=== MEDIA QUERY ===*/
* {
  outline: 0;
  margin: 0;
  padding: 0;
}

html, * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #848484;
  font-weight: 400;
  direction: ltr;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

p {
  color: #848484;
  font-weight: 400;
  margin-bottom: 15px;
}

@media (min-width: 320px) {
  p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: 'Londrina Solid', cursive;
  text-transform: uppercase;
  margin-top: 0;
  color: #222222;
  letter-spacing: 2px;
}

h2 {
  font-size: 19px;
  margin-bottom: 25px;
  line-height: 33px;
}

@media (min-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 15px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

h3 a {
  text-transform: capitalize;
  color: #222222;
}

h3 a:hover {
  color: #f26f29;
}

h4 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

h5 {
  font-size: 14px;
  text-transform: capitalize;
}

/*=== 1.COMMON ===*/
.container {
  position: relative;
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    width: 450px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 850px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

a {
  color: #f26f29;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  outline: 0;
  text-decoration: none;
}

.main-wrapper {
  position: relative;
}

body.bodyColor.default {
  background-color: #f5f5f5;
}

body.bodyColor.pattern-01 {
  background-image: url("../img/patterns/001.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-02 {
  background-image: url("../img/patterns/002.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-03 {
  background-image: url("../img/patterns/003.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-04 {
  background-image: url("../img/patterns/004.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-06 {
  background-image: url("../img/patterns/006.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-07 {
  background-image: url("../img/patterns/007.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-05 {
  background-image: url("../img/patterns/005.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.wrapper {
  margin: 0 auto;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 480px) {
  body.bodyColor.wrapper {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  body.bodyColor.wrapper {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  body.bodyColor.wrapper {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.bodyColor.wrapper {
    max-width: 1170px;
  }
}

@media (min-width: 480px) {
  body.bodyColor .header-wrapper {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  body.bodyColor .header-wrapper {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  body.bodyColor .header-wrapper {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.bodyColor .header-wrapper {
    max-width: 1170px;
  }
}

@media (min-width: 480px) {
  body.bodyColor .color-bar {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  body.bodyColor .color-bar {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  body.bodyColor .color-bar {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.bodyColor .color-bar {
    max-width: 1170px;
  }
}

body.bodyColor #menuBar.bb-fixed-header {
  right: auto;
  left: auto;
  top: 3px;
}

@media (min-width: 480px) {
  body.bodyColor #menuBar.bb-fixed-header {
    max-width: 450px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.bodyColor #menuBar.bb-fixed-header {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  body.bodyColor #menuBar.bb-fixed-header {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.bodyColor #menuBar.bb-fixed-header {
    max-width: 1170px;
  }
}

body.static #menuBar.bb-fixed-header {
  display: none;
}

.form-control {
  border: none;
  height: 50px;
  font-size: 13px;
  color: #848484;
  border-radius: 6px;
}

.form-control::-webkit-input-placeholder {
  color: #848484;
}

.form-control::-moz-placeholder {
  color: #848484;
}

.form-control:-ms-input-placeholder {
  color: #848484;
}

.form-control:-moz-placeholder {
  color: #848484;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

::-moz-selection {
  background-color: #f26f29;
  color: #ffffff;
}

::selection {
  background-color: #f26f29;
  color: #ffffff;
}

.color-1 {
  color: #f26f29;
}

.bg-color-1 {
  background-color: #f26f29;
}

.border-color-1 {
  border-color: #f26f29;
}

.shape-color-1 {
  stroke: #f26f29;
}

.color-2 {
  color: #ffba06;
}

.bg-color-2 {
  background-color: #ffba06;
}

.border-color-2 {
  border-color: #ffba06;
}

.shape-color-2 {
  stroke: #ffba06;
}

.color-3 {
  color: #a9d63b;
}

.bg-color-3 {
  background-color: #a9d63b;
}

.border-color-3 {
  border-color: #a9d63b;
}

.shape-color-3 {
  stroke: #a9d63b;
}

.color-4 {
  color: #6ab3d1;
}

.bg-color-4 {
  background-color: #6ab3d1;
}

.border-color-4 {
  border-color: #6ab3d1;
}

.shape-color-4 {
  stroke: #6ab3d1;
}

.color-5 {
  color: #907ee2;
}

.bg-color-5 {
  background-color: #907ee2;
}

.border-color-5 {
  border-color: #907ee2;
}

.shape-color-5 {
  stroke: #907ee2;
}

.color-6 {
  color: #e868a7;
}

.bg-color-6 {
  background-color: #e868a7;
}

.border-color-6 {
  border-color: #e868a7;
}

.shape-color-6 {
  stroke: #e868a7;
}

.shape-color-7 {
  stroke: rgba(255, 255, 255, 0.7);
}

section, footer {
  display: block;
  width: 100%;
  float: left;
  padding: 50px 0;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  section, footer {
    padding: 100px 0;
  }
}

.section-title {
  text-align: center;
  margin: 0 0 50px 0;
}

.section-title h2 {
  margin: 0;
  color: #f26f29;
  font-size: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-title .title-text {
  padding: 0 15px;
}

.section-title .shape {
  width: 56px;
  height: 11px;
}

.section-title.section-title-alt h2 {
  color: #fff;
}

.section-title.section-space {
  margin: 0 0 35px 0;
}

.shape-roatet {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

aside {
  width: 100%;
}

@media (min-width: 992px) {
  aside {
    width: 95%;
  }
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.table-curved {
  border-collapse: separate;
  border: solid #e5e5e5 1px;
  border-radius: 6px;
  border-left: 0px;
  border-top: 0px;
}

.table-curved > thead:first-child > tr:first-child > th {
  border-bottom: 0px;
  border-top: 0;
}

.table-curved > thead:first-child > tr > th:first-child {
  border-left: 1px solid #ffba06;
}

.table-curved > thead:first-child > tr > th:last-child {
  border-right: 1px solid #e868a7;
}

.table-curved td, .table-curved th {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.table-curved > :first-child > :first-child > :first-child {
  border-radius: 6px 0 0 0;
}

.table-curved > :first-child > :first-child > :last-child {
  border-radius: 0 6px 0 0;
}

.table-curved > :last-child > :last-child > :first-child {
  border-radius: 0 0 0 6px;
}

.table-curved > :last-child > :last-child > :last-child {
  border-radius: 0 0 6px 0;
}

/*=== 2. UI KIT ===*/
/*=== 2.1 LIST ITEM ===*/
.list-address li {
  margin: 0 0 15px 0;
  color: #c9d6df;
}

.list-address li i.fa {
  width: 29px;
  text-align: left;
  color: #f26f29;
}

.list-address li a {
  color: #c9d6df;
  text-decoration: none;
}

.list-link li {
  margin: 0 0 15px 0;
}

.list-link li a {
  color: #c9d6df;
}

.list-link li i.fa {
  color: #c9d6df;
  margin: 0 10px 0 0;
}

.list-social {
  text-align: center;
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .list-social {
    text-align: right;
    margin: 0;
  }
}

.list-social li {
  padding: 0 20px;
}

.list-social li a {
  font-size: 14px;
  color: #ffffff;
}

.list-social li a:hover {
  color: #f26f29;
}

.list-card li i.fa {
  font-size: 14px;
  color: #f26f29;
  margin: 0 5px 0 0;
}

.list-card li a {
  color: #848484;
  font-size: 14px;
}

.list-card li a:hover {
  color: #848484;
}

.list-teacher-social {
  padding: 17px;
  border-radius: 50px;
  background-color: #f26f29;
  margin: 0 0 30px 0;
  box-shadow: 15px 15px 15px rgba(39, 49, 67, 0.13);
}

.list-teacher-social li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.list-teacher-social li:last-child {
  border: none;
}

.list-teacher-social li a {
  color: #ffffff;
  padding: 0 10px;
}

.list-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}

.list-card-item li {
  width: 33.33%;
  border-right: 1px solid #e5e5e5;
}

.list-card-item li:last-child {
  border: none;
}

.list-card-item .card-price {
  font-weight: 600;
  color: #f26f29;
  font-size: 18px;
}

.list-sidebar {
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .list-sidebar {
    padding: 0 15px;
  }
}

.list-sidebar li {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  margin: 0;
  display: block;
  color: #222222;
  font-size: 15px;
  text-transform: capitalize;
}

.list-sidebar li a {
  color: #222222;
}

.list-sidebar li:last-child {
  border-bottom: none;
}

.list-sidebar li span {
  color: #848484;
  font-size: 14px;
}

.list-sidebar li i.fa {
  width: 33px;
}

.list-panel li {
  padding: 15px 0;
}

.list-panel li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-panel li a:hover .list-title-info {
  color: #f26f29;
}

.list-panel li a:hover .list-title-info small {
  color: #848484;
}

.list-image {
  margin: 0 20px 0 0;
  border-radius: 6px;
}

.list-image img {
  border-radius: 6px;
}

.list-title-info {
  color: #222222;
}

.list-title-info small {
  display: block;
  font-size: 12px;
  color: #848484;
  margin-top: 5px;
}

/*=== 2.2 FORM ===*/
.form-footer .form-control {
  background-color: rgba(255, 255, 255, 0.07);
  padding-left: 20px;
  border-radius: 0 10px;
  color: #c9d6df;
}

.form-footer .form-control::-webkit-input-placeholder {
  color: #c9d6df;
}

.form-footer .form-control::-moz-placeholder {
  color: #c9d6df;
}

.form-footer .form-control:-ms-input-placeholder {
  color: #c9d6df;
}

.form-footer .form-control:-moz-placeholder {
  color: #c9d6df;
}

.form-footer .form-group {
  margin: 0 0 20px 0;
}

.search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 25px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 4px 8px 14px rgba(39, 49, 67, 0.1);
  height: 50px;
  margin-bottom: 50px;
}

.search-field .form-control {
  border: none;
  box-shadow: none;
  height: 34px;
  padding: 0;
  font-size: 14px;
}

.search-field .input-group-addon {
  background-color: transparent;
  border: none;
  color: #f26f29;
  font-size: 15px;
}

.form-style .form-group {
  position: relative;
  margin-bottom: 0;
}

.form-style i.fa {
  position: absolute;
  top: 18px;
  right: 18px;
}

.form-style .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: none;
  padding: 10px 36px 10px 18px;
  font-size: 14px;
  color: #848484;
}

.form-style textarea.form-control {
  height: 190px;
}

.form-style .btn-main {
  width: 175px;
}

.form-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
}

.form-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.formPanel.panel {
  border: 0;
  margin-bottom: 30px;
  border-radius: 7px;
}

.formPanel.panel .panel-heading {
  border-radius: 7px 7px 0 0;
}

.formPanel.panel .panel-heading .panel-title {
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0;
}

.formPanel.panel .panel-heading.bg-color-4 {
  background-color: #6ab3d1;
}

.formPanel.panel .panel-body {
  border: 1px solid #dedede;
  border-top: 0;
  border-radius: 0 0 7px 7px;
}

.formPanel.panel .panel-body .media-list li {
  padding: 10px 0;
  margin: 0;
}

.formPanel.panel .panel-body .media-list li .media-left.iconContent {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin-right: 20px;
  font-size: 16px;
}

.formPanel.panel .panel-body .media-list li .media-body.iconContent .media-heading {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.formPanel.panel .panel-body .media-list li .media-body.iconContent p {
  font-weight: 600;
  margin-bottom: 0;
}

.formField .form-control {
  height: 50px;
  border-radius: 0 10px;
  color: #222222;
  border: 1px solid  #e4e4e4;
  box-shadow: none;
  margin-bottom: 15px;
}

.formField .btn-primary {
  margin-bottom: 15px;
  padding: 0;
}

.formField .btn-primary:focus {
  outline: 0;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.formField .help-block {
  text-align: center;
  margin-bottom: 0;
}

.formField .help-block a:hover {
  color: #a9d63b;
}

/*=== 2.3 BUTTON ===*/
.btn {
  font-family: 'Londrina Solid', cursive;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0 10px;
  font-size: 18px;
}

.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
}

.btn-main {
  padding: 0;
  color: #ffffff;
  background-color: #f26f29;
}

.btn-main:hover, .btn-main:focus, .btn-main:active:focus {
  color: #ffffff;
}

.btn-shadow {
  box-shadow: 10px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.btn-shadow:hover, .btn-shadow:focus, .btn-shadow:active:focus {
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}

.backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  background-color: #f26f29;
  border-radius: 0 6px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.backToTop:hover, .backToTop:focus, .backToTop:active {
  color: #ffffff;
}

.btn-margin {
  margin: 0 0 50px 0;
}

/*=== 2.4 PAGE TITLE ===*/
.page-title-section {
  background-image: url(../img/background/bg-page-title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .page-title-section {
    padding: 83px 0;
  }
}

.page-title h2 {
  font-size: 37px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.page-title h2 .title-about {
  padding: 0 15px 0 0;
}

.page-title h2 .shape {
  width: 56px;
  height: 11px;
}

.breadcrumb-custom {
  margin-bottom: 0;
  background-color: transparent;
  text-align: right;
  padding: 6px 15px;
  display: none;
}

@media (min-width: 768px) {
  .breadcrumb-custom {
    display: block;
  }
}

.breadcrumb-custom li a, .breadcrumb-custom li.active {
  text-transform: capitalize;
  color: #ffffff;
}

.breadcrumb-custom li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #ffffff;
}

/*=== 2.5 PAGINATION ===*/
.pagination-section {
  padding: 35px 0 100px 0;
}

.pagination-area .pagination {
  text-align: center;
  width: 100%;
  margin: 0;
}

.pagination-area .pagination li {
  display: inline-block;
  padding: 0 5px;
}

.pagination-area .pagination li:first-child a, .pagination-area .pagination li:last-child a {
  border-radius: 100%;
  font-size: 22px;
  line-height: 35px;
}

@media (min-width: 768px) {
  .pagination-area .pagination li:first-child a, .pagination-area .pagination li:last-child a {
    line-height: 45px;
  }
}

.pagination-area .pagination li.active a {
  background-color: #f26f29;
  color: #ffffff;
  border-color: #f26f29;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.12);
}

.pagination-area .pagination a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 39px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #848484;
  border-color: #e5e5e5;
}

@media (min-width: 768px) {
  .pagination-area .pagination a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.pagination-area .pagination a:hover, .pagination-area .pagination a:focus, .pagination-area .pagination a:focus:hover {
  background-color: #f26f29;
  color: #ffffff;
  border-color: #f26f29;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.12);
}

/*=== 2.6 ACCORDION ===*/
.accordion-common .panel {
  margin-bottom: 30px;
  border: none;
}

.accordion-common .panel-heading {
  display: block;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #222222;
  text-transform: capitalize;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 320px) {
  .accordion-common .panel-heading {
    font-size: 18px;
  }
}

@media (min-width: 480px) {
  .accordion-common .panel-heading {
    font-size: 20px;
  }
}

.accordion-common .panel-heading:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\f106';
  float: right;
  line-height: 1;
  width: 22px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: 15px;
}

.accordion-common .panel-heading.collapsed:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\f107';
}

.accordion-common .panel-heading span.iconBlock {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: transparent;
  color: #848484;
  display: inline-block;
  float: right;
}

.accordion-common .panel-heading span.iconBlock.iconTransparent {
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
}

.accordion-common .panel-heading.color-2 {
  background-color: #ffba06;
  color: #ffffff;
  border-color: #ffba06;
}

.accordion-common .panel-heading.color-2 span.iconBlock {
  color: #ffffff;
}

.accordion-common .panel-heading.color-1 {
  background-color: #f26f29;
  color: #ffffff;
  border-color: #f26f29;
}

.accordion-common .panel-heading.color-1 span.iconBlock {
  color: #ffffff;
}

.accordion-common .panel-heading.color-6 {
  background-color: #e868a7;
  color: #ffffff;
  border-color: #e868a7;
}

.accordion-common .panel-heading.color-6 span.iconBlock {
  color: #ffffff;
}

.accordion-common .panel-heading.color-4 {
  background-color: #6ab3d1;
  color: #ffffff;
  border-color: #6ab3d1;
}

.accordion-common .panel-heading.color-4 span.iconBlock {
  color: #ffffff;
}

.accordion-common .panel-heading.color-5 {
  background-color: #907ee2;
  color: #ffffff;
  border-color: #907ee2;
}

.accordion-common .panel-heading.color-5 span.iconBlock {
  color: #ffffff;
}

.accordion-common .panel-heading.collapsed.color-2, .accordion-common .panel-heading.defult-color.color-2 {
  background-color: #ffffff;
  color: #ffba06;
  border-color: #e5e5e5;
}

.accordion-common .panel-heading.collapsed.color-2 span.iconBlock, .accordion-common .panel-heading.defult-color.color-2 span.iconBlock {
  color: #848484;
}

.accordion-common .panel-heading.collapsed.color-1, .accordion-common .panel-heading.defult-color.color-1 {
  background-color: #ffffff;
  color: #f26f29;
  border-color: #e5e5e5;
}

.accordion-common .panel-heading.collapsed.color-1 span.iconBlock, .accordion-common .panel-heading.defult-color.color-1 span.iconBlock {
  color: #848484;
}

.accordion-common .panel-heading.collapsed.color-6, .accordion-common .panel-heading.defult-color.color-6 {
  background-color: #ffffff;
  color: #e868a7;
  border-color: #e5e5e5;
}

.accordion-common .panel-heading.collapsed.color-6 span.iconBlock, .accordion-common .panel-heading.defult-color.color-6 span.iconBlock {
  color: #848484;
}

.accordion-common .panel-heading.collapsed.color-4, .accordion-common .panel-heading.defult-color.color-4 {
  background-color: #ffffff;
  color: #6ab3d1;
  border-color: #e5e5e5;
}

.accordion-common .panel-heading.collapsed.color-4 span.iconBlock, .accordion-common .panel-heading.defult-color.color-4 span.iconBlock {
  color: #848484;
}

.accordion-common .panel-heading.collapsed.color-5, .accordion-common .panel-heading.defult-color.color-5 {
  background-color: #ffffff;
  color: #907ee2;
  border-color: #e5e5e5;
}

.accordion-common .panel-heading.collapsed.color-5 span.iconBlock, .accordion-common .panel-heading.defult-color.color-5 span.iconBlock {
  color: #848484;
}

.accordion-common span.separator {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  right: 60px;
}

.accordion-common .panel-body {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.13);
  border-radius: 0 0 8px 8px;
}

.accordion-common .panel-body p {
  margin-bottom: 35px;
}

.accordion-common .panel-body p:last-child {
  margin-bottom: 0;
}

#accordionOne .panel-group .panel .panel-body {
  border-top: none;
}

/*=== 2.7 RADIO BUTTON ===*/
.radio-single {
  margin: 0 0 15px 0;
}

.radio-single input[type="radio"] {
  display: none;
}

.radio-single input[type="radio"] + label {
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.radio-single input[type="radio"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #848484;
  background-color: #ffffff;
}

.radio-single input[type="radio"] + label span {
  background-color: #ffffff;
}

.radio-single input[type="radio"]:checked + label span {
  background-color: #f26f29;
  border-color: #f26f29;
}

.radio-single input[type="radio"] + label span,
.radio-single input[type="radio"]:checked + label span {
  transition: all 0.3s ease-in-out;
}

/*=== 2.8 RANGE SLIDER ===*/
.price-range .progress {
  margin: 20px 0 25px 0;
  height: 4px;
  background-color: #252525;
  position: relative;
  overflow: visible;
}

.price-range .progress .progress-bar {
  background-color: #ffba06;
}

.price-range .progress .bulet {
  width: 16px;
  height: 16px;
  background-color: #ffba06;
  border: 2px solid #ffba06;
  border-radius: 100%;
  border-radius: 100%;
  left: 0px;
  top: -5px;
  position: absolute;
}

.price-range .progress .bulet.next {
  left: 60px;
}

.price-range .priceLabel {
  float: right;
  line-height: 30px;
  color: #253139;
}

@media (min-width: 480px) {
  .price-range .priceLabel {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .price-range .priceLabel {
    font-size: 5px;
  }
}

@media (min-width: 992px) {
  .price-range .priceLabel {
    font-size: 14px;
  }
}

.price-range {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 20px;
}

.price-range .price-slider-inner {
  display: block;
  margin: 15px 0 25px 0;
}

.price-range .price-slider-inner .amount-wrapper {
  position: absolute;
  bottom: 14px;
  left: 0;
  font-size: 14px;
  width: 130px;
  color: #666666;
}

.price-range .price-slider-inner .amount-wrapper input {
  background-color: transparent;
  border: 0;
  width: 28%;
  font-size: 14px;
  color: #848484;
  font-weight: 400;
  text-align: right;
}

.price-range .price-slider-inner .ui-widget-content {
  background: none;
  border: 0;
  background-color: #e5e5e5;
  height: 5px;
  clear: both;
  border-radius: 0;
  border-radius: 2px;
  margin: 0 5px 0 9px;
}

.price-range .price-slider-inner .ui-widget-content .ui-slider-range {
  background-color: #f26f29;
  border: none;
  border-radius: 0;
}

.price-range .price-slider-inner .ui-widget-content .ui-slider-handle {
  border-radius: 100%;
  background: none;
  border: 2px solid #f26f29;
  background-color: #ffffff;
  top: -7px;
  width: 19px;
  height: 19px;
  outline: none;
  box-shadow: 0 3px 7px rgba(39, 49, 67, 0.19);
}

@media (min-width: 320px) {
  .price-range .btn-main {
    padding: 0 21px;
  }
}

@media (min-width: 768px) {
  .price-range .btn-main {
    padding: 0 16px;
    height: 45px;
    line-height: 45px;
  }
}

@media (min-width: 992px) {
  .price-range .btn-main {
    padding: 0 21px;
    height: 50px;
    line-height: 50px;
  }
}

/*================= 5. HOME ==================*/
/*=== 3. HEADER ===*/
.navbar .container {
  position: relative;
}

.bb-fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}

/*=== 3.1 TOP COLOR BAR ===*/
.color-bar {
  width: 100%;
  height: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0c24b+0,b5d56a+20,ea7066+40,84bed6+60,a597e7+80,ea77ad+100 */
  background: #36b49e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #36b49e 0%, #34ae99 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c24b', endColorstr='#ea77ad',GradientType=1 );
  /* IE6-9 */
}

.color-bar .col-sm-1 {
  height: 3px;
  text-indent: -99999px;
}

.top-fixed {
  position: fixed;
  z-index: 2000;
}

/*=== 3.2 TOP INFO BAR ===*/
.top-info-bar {
  padding: 15px 0 12px 0;
  display: block;
  width: 100%;
  z-index: 1000;
  position: relative;
  top: 3px;
  transition: height 0.15s ease;
  height: 53px;
}

/*=== 3.3 HEADER TRANSPARENT ===*/
.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 700;
}

.navbar-header .navbar-brand {
  float: left;
  height: auto;
  padding: 15px;
  width: 160px;
}

.navbar-header .navbar-brand > img {
  width: 100%;
}

@media (min-width: 768px) {
  .navbar-header .navbar-brand {
    height: auto;
    padding: 18px 0 18px 15px;
    width: 180px;
  }
}

.navbar-default .navbar-nav {
  background-color: #ffffff;
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .navbar-default .navbar-nav {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    height: auto;
  }
}

.navbar-default .navbar-nav.navbar-right {
  margin-right: -15px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav.navbar-right {
    margin-right: 50px;
  }
}

.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  padding: 12px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    margin: 0;
    padding: 23px 0;
  }
}

.navbar-default .navbar-nav > li > a > span {
  padding: 0;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a > span {
    width: auto;
    padding: 0 15px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a > span {
    width: auto;
    padding: 0 18px;
  }
}

.navbar-default .navbar-nav > li:last-child > a > span {
  width: auto;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li:last-child > a > span {
    padding-left: 15px;
  }
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
  background-color: #f26f29;
  color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li.open > a:hover > a:focus {
  background-color: #f26f29;
  color: #ffffff;
}

.navbar-default .navbar-nav > li.dropdown .dropdown-menu a {
  padding: 3px 20px;
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .navbar-nav > li.dropdown.open > a:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.open > a:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    margin-left: -10px;
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 102px;
  }
}

.navbar-nav > li.color-1.dropdown a:after {
  border: none;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu > a:after {
  border: none;
}

.navbar-nav > li.color-3.dropdown a:after {
  border: none;
}

.navbar-nav > li.color-4.dropdown a:after {
  border: none;
}

.navbar-nav > li.color-5.dropdown a:after {
  border: none;
}

.navbar-nav > li.color-6.dropdown a:after {
  border: none;
}

@media (min-width: 320px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
    top: 20%;
    margin-top: -10px;
    content: "";
    display: inline-block;
    left: -11px;
    position: absolute;
  }
}

.navbar-nav > li.color-3.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
  border: none;
}

.navbar-nav > li.color-4.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
  border: none;
}

.navbar-nav > li.color-5.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
  border: none;
}

.navbar-nav > li.color-6.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
  border: none;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active a {
  background-color: transparent;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active a:hover {
  background-color: #f26f29;
}

.navbar-nav > li.dropdown.megaDropMenu {
  position: static;
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
  margin: -2px auto 0 auto;
  right: 15px;
  border-radius: 5px;
}

@media (min-width: 320px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    left: 0;
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    left: 15px;
    padding: 10px 5px 0;
    width: 720px;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    width: 1140px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
  width: 100%;
  float: left;
}

@media (min-width: 320px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 15px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
  float: left;
  font-weight: 700;
  font-family: 'Londrina Solid', cursive;
}

@media (min-width: 320px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px 10px 0;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px;
    font-size: 24px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
  color: #848484;
  font-size: 14px;
  float: left;
  width: 100%;
  background-color: transparent;
}

@media (min-width: 320px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 12px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
  padding-left: 22px;
}

.navbar-nav > li.dropdown.megaDropMenu.open > a > span {
  color: #ffffff;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu {
  border-radius: 5px;
  margin-top: 0;
  padding: 0 10px;
}

@media (min-width: 320px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu {
    min-width: 230px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu {
    min-width: 230px;
    margin-top: 0px;
  }
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
  color: #848484;
  font-size: 14px;
  float: none;
  width: 100%;
  background-color: transparent;
}

@media (min-width: 320px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
    padding: 6px 12px 6px 24px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
    padding: 10px 12px;
  }
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li a:hover {
  padding-left: 22px;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu {
  margin-left: 0;
}

@media (min-width: 320px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
    padding: 6px 12px 6px 36px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
    padding: 10px 12px;
  }
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a:hover {
  padding-left: 22px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a {
  position: relative;
}

.dropdown-submenu a i {
  position: absolute;
  right: 10px;
  top: 13px;
  visibility: hidden;
}

@media (min-width: 768px) {
  .dropdown-submenu a i {
    visibility: visible;
  }
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  margin-top: 0;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

@media (min-width: 480px) {
  .dropdown-submenu > .dropdown-menu {
    left: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-submenu > .dropdown-menu {
    left: 100%;
  }
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.navbar-toggle {
  margin-top: 20px;
}

.navbar-toggle {
  background-color: #ffffff;
}

.navbar-default .navbar-nav {
  height: 340px;
  overflow-x: hidden;
  transition: height 0.3s ease;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
  }
}

.navbar-collapse.in {
  overflow-y: visible;
}

@media (min-width: 320px) {
  .navbar-collapse {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    border-color: #ffffff;
    box-shadow: none;
  }
}

.navbar-collapse li.dropdown .dropdown-menu {
  box-shadow: none;
}

@media (min-width: 320px) {
  .navbar-collapse li.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-collapse li.dropdown .dropdown-menu {
    position: absolute;
    float: left;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
  }
}

.navbar-collapse li.dropdown.open .dropdown-menu {
  display: block;
}

@media (min-width: 320px) {
  .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
    position: absolute;
    float: left;
    display: none;
  }
}

.navbar-collapse li.dropdown.dropdown-submenu.open .dropdown-menu {
  display: block;
}

/*=== 3.4 LIGHT HEADER ===*/
.navbar-default.lightHeader {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  height: 78px;
  top: 0;
}

@media (min-width: 768px) {
  .navbar-default.lightHeader {
    height: 100px;
  }
}

.navbar-default.lightHeader:after {
  background-image: url("../img/shape.png");
  height: 32px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
}

@media (max-width: 1010px) {
	.navbar-default.lightHeader:after {
	    background-image: none;
	}
}


@media (min-width: 768px) and (max-width: 1003px) {
	.navbar-default.lightHeader:after {
	  bottom: -100px;
	}
}


.navbar-default.lightHeader .navbar-nav > li > a {
  color: #000000;
  font-family: 'Londrina Solid', cursive;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 18px;
  padding: 0px 0 0px 15px;
  border-radius: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-default.lightHeader .navbar-nav > li > a {
    font-size: 13px;
    margin: -4px 0 0 0;
    border-radius: 0 0 50% 50%;
    padding: 45px 0 25px;
  }
}

@media (min-width: 992px) {
  .navbar-default.lightHeader .navbar-nav > li > a {
    font-size: 18px;
    margin: -4px 0 0 0;
    border-radius: 0 0 50% 50%;
    padding: 45px 0 30px;
  }
}

.navbar-default.lightHeader .navbar-nav > li > a:hover {
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-default.lightHeader .navbar-nav > li > a:hover {
    margin: -4px 0 0 0;
  }
}

.navbar-default.lightHeader .navbar-nav > li.active > a {
  color: #ffffff;
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-default.lightHeader .navbar-nav > li.active > a {
    margin: -4px 0 0 0;
  }
}

.navbar-default.lightHeader .navbar-nav > li.active > a span {
  color: #ffffff;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-1 > a {
  background-color: #f26f29;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-2 > a {
  background-color: #ffba06;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-3 > a {
  background-color: #a9d63b;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-4 > a {
  background-color: #6ab3d1;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-5 > a {
  background-color: #907ee2;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-6 > a {
  background-color: #e868a7;
}

.navbar-nav > li.color-1 > a > span {
  color: #f26f29;
}

.navbar-nav > li.color-1 > a:hover {
  background-color: #f26f29;
}

.navbar-nav > li.color-1 > a:hover span {
  color: #ffffff;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu {
  border: none;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li a:hover {
  background-color: #f26f29;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active li.active a {
  background-color: #f26f29;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active li.active a:hover {
  background-color: transparent;
  color: #f26f29;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active li.active a:hover {
    background-color: #f26f29;
    color: #ffffff;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.color-1.singleDrop > .dropdown-menu li .dropdown-menu {
    border-left: 4px solid #f26f29;
  }
}

.navbar-nav > li.color-1.singleDrop.open a > span {
  color: #ffffff;
}

.navbar-nav > li.color-2 > a > span {
  color: #ffba06;
}

.navbar-nav > li.color-2 > a:hover {
  background-color: #ffba06;
}

.navbar-nav > li.color-2 > a:hover span {
  color: #ffffff;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu {
  border: none;
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu {
    top: 86%;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu {
    top: 91%;
  }
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
  color: #ffba06;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
  background-color: #ffba06;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active > a, .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active li.active a {
  background-color: transparent;
  color: #ffba06;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active > a, .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active li.active a {
    background-color: #ffba06;
    color: #ffffff;
  }
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active a:hover, .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active li.active a:hover {
  background-color: #ffba06;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu.open a {
  background-color: #ffba06;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu.open a > span {
  color: #ffffff;
}

.navbar-nav > li.color-3 > a > span {
  color: #a9d63b;
}

.navbar-nav > li.color-3 > a:hover {
  background-color: #a9d63b;
}

.navbar-nav > li.color-3 > a:hover span {
  color: #ffffff;
}

.navbar-nav > li.color-3.singleDrop > .dropdown-menu {
  border: none;
}

.navbar-nav > li.color-3.singleDrop > .dropdown-menu li a:hover {
  background-color: #a9d63b;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active li.active a {
  background-color: transparent;
  color: #a9d63b;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active li.active a {
    background-color: #a9d63b;
    color: #ffffff;
  }
}

.navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active li.active a:hover {
  background-color: #a9d63b;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-3.singleDrop > .dropdown-menu li .dropdown-menu {
  border: none;
}

.navbar-nav > li.color-3.singleDrop.open a {
  background-color: #a9d63b;
}

.navbar-nav > li.color-3.singleDrop.open a > span {
  color: #ffffff;
}

.navbar-nav > li.color-4 > a > span {
  color: #6ab3d1;
}

.navbar-nav > li.color-4 > a:hover {
  background-color: #6ab3d1;
}

.navbar-nav > li.color-4 > a:hover span {
  color: #ffffff;
}

.navbar-nav > li.color-4.singleDrop > .dropdown-menu {
  border: none;
}

.navbar-nav > li.color-4.singleDrop > .dropdown-menu li a:hover {
  background-color: #6ab3d1;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active li.active a {
  background-color: transparent;
  color: #6ab3d1;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active li.active a {
    background-color: #6ab3d1;
    color: #ffffff;
  }
}

.navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active li.active a:hover {
  background-color: #6ab3d1;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-4.singleDrop > .dropdown-menu li .dropdown-menu {
  border: none;
}

.navbar-nav > li.color-4.singleDrop.open a {
  background-color: #6ab3d1;
}

.navbar-nav > li.color-4.singleDrop.open a > span {
  color: #ffffff;
}

.navbar-nav > li.color-5 > a > span {
  color: #907ee2;
}

.navbar-nav > li.color-5 > a:hover {
  background-color: #907ee2;
}

.navbar-nav > li.color-5 > a:hover span {
  color: #ffffff;
}

.navbar-nav > li.color-5.singleDrop > .dropdown-menu {
  border: none;
}

.navbar-nav > li.color-5.singleDrop > .dropdown-menu li a:hover {
  background-color: #907ee2;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active li.active a {
  background-color: transparent;
  color: #907ee2;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active li.active a {
    background-color: #907ee2;
    color: #ffffff;
  }
}

.navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active li.active a:hover {
  background-color: #907ee2;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-5.singleDrop > .dropdown-menu li .dropdown-menu {
  border: none;
}

.navbar-nav > li.color-5.singleDrop.open a {
  background-color: #907ee2;
}

.navbar-nav > li.color-5.singleDrop.open a > span {
  color: #ffffff;
}

.navbar-nav > li.color-6 > a > span {
  color: #e868a7;
}

.navbar-nav > li.color-6 > a:hover {
  background-color: #e868a7;
}

.navbar-nav > li.color-6 > a:hover span {
  color: #ffffff;
}

.navbar-nav > li.color-6.singleDrop > .dropdown-menu {
  border: none;
}

.navbar-nav > li.color-6.singleDrop > .dropdown-menu li a:hover {
  background-color: #e868a7;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active li.active a {
  background-color: transparent;
  color: #e868a7;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active li.active a {
    background-color: #e868a7;
    color: #ffffff;
  }
}

.navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active li.active a:hover {
  background-color: #e868a7;
  color: #ffffff;
  border-radius: 8px;
}

.navbar-nav > li.color-6.singleDrop > .dropdown-menu li .dropdown-menu {
  border: none;
}

.navbar-nav > li.color-6.singleDrop.open a {
  background-color: #e868a7;
}

.navbar-nav > li.color-6.singleDrop.open a > span {
  color: #ffffff;
}

.navbar-nav > li:last-child > a > span {
  border-right: none;
}

.navbar-right {
  margin-right: 0;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #f26f29;
  border-color: #f26f29;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle {
  margin-right: 80px;
}

@media (min-width: 768px) {
  .bb-fixed-header .navbar-nav > li.dropdown.open > a:after {
    top: 83px;
  }
}

#menuBar.bb-fixed-header {
  transition: all 0.3s ease-in-out;
  z-index: 1030;
  top: 3px;
}

@media (min-width: 480px) {
  #menuBar.bb-fixed-header {
    height: 73px;
  }
}

@media (min-width: 768px) {
  #menuBar.bb-fixed-header {
    height: 90px;
  }
}

@media (min-width: 480px) {
  #menuBar.bb-fixed-header .navbar-brand {
    height: auto;
    padding: 15px;
    width: 160px;
  }
}

@media (min-width: 768px) {
  #menuBar.bb-fixed-header .navbar-brand {
    height: auto;
    padding: 20px 15px;
    width: 190px;
  }
}

@media (min-width: 320px) {
  #menuBar.bb-fixed-header .navbar-nav > li > a {
    padding: 12px;
  }
}

@media (min-width: 768px) {
  #menuBar.bb-fixed-header .navbar-nav > li > a {
    padding: 36px 0;
  }
}

.cart-dropdown a {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 40px;
  height: 35px;
  border: 2px solid #f26f29;
  border-radius: 0 6px 0 6px;
  background-color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #f26f29;
}

@media (min-width: 768px) {
  .cart-dropdown a {
    top: 25px;
    width: 45px;
    height: 45px;
    line-height: 38px;
  }
}

.cart-dropdown a:hover, .cart-dropdown a:focus {
  color: #f26f29;
  background-color: #ffffff;
  border: 2px solid #f26f29;
}

/*=== 1.MAIN SLIDER ===*/
.main-slider {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.main-slider .slide {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .main-slider .slide {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .main-slider .slide {
    height: 700px;
  }
}

.main-slider .slide.slide1, .main-slider .slide.slide2, .main-slider .slide.slide4 {
  background-position: right center;
}

@media (min-width: 992px) {
  .main-slider .slide.slide1, .main-slider .slide.slide2, .main-slider .slide.slide4 {
    background-position: center;
  }
}

@media (min-width: 320px) {
  .main-slider .slide.slide3 {
    background-position: 20% center;
  }
}

@media (min-width: 992px) {
  .main-slider .slide.slide3 {
    background-position: center;
  }
}

.main-slider .owl-carousel .owl-controls .owl-nav {
  display: none;
  height: 0;
}

@media (min-width: 768px) {
  .main-slider .owl-carousel .owl-controls .owl-nav {
    display: block;
  }
}

.main-slider .slide > .container {
  position: relative;
  display: table;
  max-width: 1170px;
  height: 100%;
}

.main-slider .slide h1,
.main-slider .slide h2,
.main-slider .slide h3,
.main-slider .slide h4,
.main-slider .slide h5,
.main-slider .slide h6,
.main-slider .slide p,
.main-slider .slide .h1,
.main-slider .slide .h2,
.main-slider .slide .h3,
.main-slider .slide .h4,
.main-slider .slide .h5,
.main-slider .slide .h6 {
  display: block;
  margin-bottom: 0;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev,
.main-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  width: 52px;
  height: 34px;
  line-height: 90px;
  font-size: 40px;
  font-weight: 700;
  transition: all 0.4s;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev,
.main-slider .owl-carousel .owl-controls .owl-nav .owl-next,
.main-slider .owl-carousel .owl-controls .owl-dot {
  padding: 0;
  background-color: transparent;
  color: #f26f29;
  border-radius: 0;
  box-shadow: none;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev:before {
  line-height: 90px;
  content: "\f104";
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 90px;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 90px;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -120px;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: -120px;
}

.main-slider:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 60px;
  margin-left: 30px;
}

.main-slider:hover .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 60px;
  margin-right: 30px;
}

.main-slider .slider-layer {
  position: absolute;
}

.main-slider .owl-item .from-top,
.main-slider .owl-item .from-bottom,
.main-slider .owl-item .from-left,
.main-slider .owl-item .from-right,
.main-slider .owl-item .scale-up,
.main-slider .owl-item .scale-down {
  opacity: 0;
  transition: all 0.5s 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-slider .owl-item .from-top {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
}

.main-slider .owl-item .from-bottom {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}

.main-slider .owl-item .from-left {
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px);
}

.main-slider .owl-item .from-right {
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
}

.main-slider .owl-item .scale-up {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.main-slider .owl-item .scale-down {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.main-slider .owl-item .delay-1 {
  transition-delay: 0.5s;
}

.main-slider .owl-item .delay-2 {
  transition-delay: 0.7s;
}

.main-slider .owl-item .delay-3 {
  transition-delay: 0.9s;
}

.main-slider .owl-item .delay-4 {
  transition-delay: 1.1s;
}

.main-slider .owl-item.active .from-top,
.main-slider .owl-item.active .from-bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-slider .owl-item.active .from-left,
.main-slider .owl-item.active .from-right {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.main-slider .owl-item.active .scale-up,
.main-slider .owl-item.active .scale-down {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-slider {
  margin: 0;
}

.main-slider .owl-controls {
  margin: 0;
}

.main-slider .owl-controls .owl-dots {
  display: none;
}

.main-slider .common-inner {
  padding-left: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .main-slider .common-inner {
    padding-left: 15px;
  }
}

.main-slider .slide-inner1, .main-slider .slide-inner2, .main-slider .slide-inner4 {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
}

@media (min-width: 768px) {
  .main-slider .slide-inner1, .main-slider .slide-inner2, .main-slider .slide-inner4 {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    top: 50%;
    left: 0;
  }
}

.main-slider .common-inner .h1 {
  font-family: 'Londrina Solid', cursive;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-size: 35px;
  line-height: 35px;
  margin: 0;
}

@media (min-width: 768px) {
  .main-slider .common-inner .h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px;
  }
}

@media (min-width: 992px) {
  .main-slider .common-inner .h1 {
    font-size: 55px;
    line-height: 55px;
    margin: 0 0 10px;
  }
}

.main-slider .common-inner .h4 {
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .main-slider .common-inner .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.main-slider .common-inner a {
  text-align: center;
  display: inline-block;
  padding: 0;
  color: #f26f29;
  background-color: #ffffff;
  box-shadow: 15px 15px 15px rgba(39, 49, 67, 0.13);
  width: 140px;
}

@media (min-width: 768px) {
  .main-slider .common-inner a {
    width: 184px;
  }
}

.main-slider .common-inner a:hover {
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.12);
}

.main-slider .common-inner .img-responsive {
  margin-bottom: 5px;
  width: 65px;
}

@media (min-width: 768px) {
  .main-slider .common-inner .img-responsive {
    width: 95px;
    margin-bottom: 30px;
  }
}

.main-slider .slide-inner3 {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
}

@media (min-width: 768px) {
  .main-slider .slide-inner3 {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 50%;
  }
}

.main-slider .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
  opacity: 1;
  left: 0;
  margin-left: 0;
}

.main-slider .owl-nav .owl-prev {
  display: block;
  background-image: url(../img/banner/arrow-left.png);
  background-repeat: no-repeat;
  background-size: 52px 34px;
}

.main-slider .owl-nav .owl-next {
  display: block;
  background-image: url(../img/banner/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 52px 34px;
}

footer {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
}

/*=== 4.2 FOOTER INFO ===*/
.footer-info {
  padding: 100px 0;
  background-color: #253139;
  position: relative;
}

.footer-info:after {
  background-image: url("../img/shape.png");
  height: 32px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
}

.footer-inner {
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .footer-inner {
    margin: 0;
  }
}

.footer-inner .footer-logo {
  display: block;
  margin-bottom: 27px;
}

.footer-inner p {
  color: #c9d6df;
  line-height: 26px;
}

.footer-inner h4 {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 45px 0;
  text-transform: uppercase;
}

/*=== 4.2 COPY RIGHT ===*/
.copyRight {
  padding: 23px 0;
  background-color: #1e282f;
}

.copyRight p {
  margin: 0;
  color: #c9d6df;
  text-align: center;
}

@media (min-width: 768px) {
  .copyRight p {
    text-align: left;
  }
}

/*================= 5.1 NEWS SECTION ==================*/
.card-sm {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .card-sm {
    margin: 0;
  }
}

.card-sm:hover .card-photo {
  box-shadow: 4px 5px 5px rgba(39, 49, 67, 0.2);
}

.card-sm:hover .card-photo .img-mask {
  opacity: 1;
}

.card-sm:hover .card-caption h4 a {
  color: #f26f29;
}

.card-sm.card-sm-space {
  margin: 15px 0;
}

.card-photo {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 14px 14px rgba(39, 49, 67, 0.12);
  border-radius: 6px;
}

.card-photo img {
  border-radius: 6px;
  width: 100%;
}

@media (min-width: 768px) {
  .card-photo img {
    width: auto;
  }
}

.card-photo .img-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.card-photo .img-mask a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  color: #f26f29;
}

.card-photo .img-mask a:hover {
  color: #f26f29;
}

.card-caption {
  padding: 25px 0 0 0;
}

.card-caption h4 {
  margin: 0;
  letter-spacing: 0;
  font-weight: 400;
}

.card-caption h4 a {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  margin: 0 0 11px 0;
  display: block;
  font-weight: 600;
}

/*================= 5.2 TESTIMONIALS SECTION ==================*/
.testimonial {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .testimonial {
    margin: 0;
  }
}

.testimonial .comments {
  padding: 37px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.13);
  margin: 0 0 20px 0;
}

.testimonial .comments p {
  margin: 0;
  font-size: 16px;
}

.testimonial .caption {
  padding-left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial .caption img {
  border-radius: 100%;
  margin: 0 20px 0 0;
}

.testimonial .caption h4 {
  margin: 0;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0;
}

.testimonial .caption h4 small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 14px;
  margin-top: 7px;
  opacity: .8;
}

/*================= 5.3 TEACHERS SECTION ==================*/
.teachers {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .teachers {
    margin: 0;
  }
}

.teachers:hover .teachers-photo {
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.13);
}

.teachers:hover .teachers-photo .photo-mask {
  opacity: 1;
}

.teachers:hover .caption h4 a {
  color: #f26f29;
}

.teachers .caption {
  padding: 25px 0 0 0;
}

.teachers .caption h4 {
  text-align: center;
  margin: 0;
  letter-spacing: 0;
  font-weight: 400;
}

.teachers .caption h4 a {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 0 0 11px 0;
  display: block;
  font-weight: 600;
}

.teachers .caption h4 small {
  display: block;
  color: #f26f29;
  font-weight: 400;
  font-size: 14px;
  margin-top: 7px;
}

.teachers-photo {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 14px 14px rgba(39, 49, 67, 0.12);
  border-radius: 6px;
}

.teachers-photo img {
  border-radius: 6px;
  margin: 0 auto;
}

.teachers-photo .photo-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

/*================= 5.4 ABOUT SECTION ==================*/
.about-video {
  width: 100%;
  float: none;
  border-radius: 6px;
  box-shadow: 15px 15px 15px rgba(39, 49, 67, 0.13);
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .about-video {
    width: 95%;
    float: right;
    position: relative;
    margin: 0;
  }
}

.about-video img {
  border-radius: 6px;
}

.about-video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.about-info {
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .about-info {
    height: 361px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.about-info h2 {
  font-size: 37px;
  color: #f26f29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-info h2 .title-about {
  padding: 0 15px 0 0;
}

.about-info h2 .shape {
  width: 56px;
  height: 11px;
}

.about-info h4 {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}

.about-info .btn-main {
  padding: 0 30px;
}

.video-box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-box a iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*================= 5.5 CALL TO ACTION SECTION ==================*/
.call-to-action {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  padding: 75px 0;
}

.call-to-action .action-info {
  text-align: center;
}

.call-to-action .action-info h2 {
  font-size: 42px;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 45px;
}

@media (min-width: 768px) {
  .call-to-action .action-info h2 {
    line-height: 33px;
  }
}

.call-to-action .action-info p {
  margin: 0 0 37px 0;
  color: #ffffff;
  line-height: 22px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .call-to-action .action-info p {
    line-height: 15px;
    font-size: 18px;
  }
}

.call-to-action .action-info .btn-main {
  padding: 0 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

/*================= 5.6 SERVICES SECTION ==================*/
.service-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .service-item {
    display: block;
    margin: 40px 0;
  }
}

@media (min-width: 1200px) {
  .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 10px 8px 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 23px;
  margin: auto;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .service-icon {
    display: block;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .service-icon {
    margin: 0 30px 0 0;
  }
}

.service-info {
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .service-info {
    margin: 0;
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .service-info {
    text-align: left;
  }
}

.service-info h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.service-info p {
  margin: 0;
}

.service-adjust .service-icon {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: auto;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .service-adjust .service-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .service-adjust .service-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 30px;
  }
}

.service-adjust .service-info {
  text-align: center;
}

@media (min-width: 1200px) {
  .service-adjust .service-info {
    text-align: right;
  }
}

/*================= 5.7 CLASS SECTION ==================*/
.class-section {
  background-repeat: no-repeat;
  background-size: 100% 301px;
}

.card-lg {
  margin-bottom: 30px;
  box-shadow: 10px 14px 14px rgba(39, 49, 67, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .card-lg {
    margin: 0;
  }
}

.card-lg:hover {
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.12);
}

.card-image {
  position: relative;
  border-radius: 6px 6px 0 0;
}

.card-image img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.card-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-mask:hover .btn-main {
  width: 160px;
}

.card-mask:hover .btn-main span {
  opacity: 1;
}

.card-mask .btn-main {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 14px;
  border-radius: 50px;
  background-color: #f26f29;
  overflow: hidden;
  text-align: left;
  color: #ffffff;
  z-index: 100;
  margin-bottom: -15px;
  transition: all 0.3s cubic-bezier(0.62, 0.1, 0.5, 1);
}

.card-mask .btn-main i.fa {
  color: #ffffff;
}

.card-mask .btn-main span {
  height: 50px;
  white-space: nowrap;
  opacity: 0;
  color: #ffffff;
}

.card-info {
  border-radius: 0 0 6px 6px;
  text-align: center;
  padding: 50px 0 0 0;
}

.card-info h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.card-info p {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .card-info p {
    padding: 0 20px;
  }
}

.wave-part {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*================= 5.8 GALLERY SECTION ==================*/
.gallery-section {
  background-color: #f8f8fa;
}

.fancybox-overlay {
  background-image: url(../img/fancybox_overlay.png);
}

.fancybox-nav {
  background-image: none;
}

.gallery-photo .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.gallery-photo .btn-main {
  border-radius: 25px;
  padding: 0 20px;
}

.gallery-photo:hover .overlay {
  opacity: 1;
}

.owl-carousel.gallery-slider {
  height: auto;
  padding-bottom: 105px;
}

.owl-nav {
  top: 100%;
  margin-top: -55px;
  right: auto;
  width: auto;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  border-radius: 100%;
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.12);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  margin: 0 5px;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}

.owl-prev span,
.owl-prev:hover span,
.owl-next span,
.owl-next:hover span {
  background-image: none;
}

.owl-prev span {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}

.owl-prev span:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #f26f29;
  font-size: 25px;
}

.owl-next span {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}

.owl-next span:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #f26f29;
  font-size: 25px;
}

.owl-prev:hover span,
.owl-next:hover span {
  width: 25px;
  height: 25px;
}

/*================= 5.9 BANNER SECTION ==================*/
/*================= 6. Class ==================*/
.class-grid, .class-list {
  padding: 100px 0 0 0;
}

.card-lg-space {
  margin: 15px 0;
}

.card-list {
  background-color: #ffffff;
  box-shadow: 10px 14px 14px rgba(39, 49, 67, 0.12);
  border-radius: 6px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
  display: block;
  height: auto;
}

.card-list:hover {
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.12);
}

@media (min-width: 768px) {
  .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 290px;
  }
}

.cart-list-img {
  display: block;
  float: none;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.cart-list-img:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 768px) {
  .cart-list-img {
    display: inline-block;
    float: left;
    border-radius: 6px 0 0 6px;
  }
}

.cart-list-img img {
  max-width: unset;
  width: 420px;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  height: 100%;
}

@media (min-width: 768px) {
  .cart-list-img img {
    width: 414px;
  }
}

.card-list-details {
  padding: 15px;
  width: 100%;
  float: none;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  text-align: left;
}

@media (min-width: 768px) {
  .card-list-details {
    padding: 0 15px;
    width: 70%;
    float: left;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (min-width: 992px) {
  .card-list-details {
    padding: 0 30px;
  }
}

.card-list-details h4 {
  margin: 0 0 15px 0;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  letter-spacing: 0;
  font-size: 22px;
}

.card-list-details p {
  margin: 0 0 15px 0;
}

.card-list-details .btn-main {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 160px;
  border-radius: 25px;
}

.card-list-short {
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .card-list-short {
    border-top: none;
    border-left: 1px solid #e5e5e5;
  }
}

@media (min-width: 992px) {
  .card-list-short {
    padding: 0 30px;
  }
}

.card-list-short li {
  width: 32.4%;
  text-align: center;
  padding: 5% 0;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .card-list-short li {
    width: 108px;
    text-align: center;
    padding: 20% 0;
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
    display: block;
  }
}

.card-list-short li:last-child {
  border: none;
}

.card-list-short li .amount {
  color: #f26f29;
  font-weight: 600;
  font-size: 18px;
}

.card-event .card-list-details {
  padding: 15px 30px;
}

.card-event .cart-list-img {
  width: 100%;
}

@media (min-width: 768px) {
  .card-event .cart-list-img {
    width: 40%;
  }
}

.card-event .cart-list-img img {
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .card-event .cart-list-img img {
    width: auto;
  }
}

@media (min-width: 992px) {
  .card-event .cart-list-img img {
    width: 100%;
  }
}

.card-event .list-inline {
  margin-bottom: 20px;
}

.card-event .list-inline li {
  font-weight: 600;
  font-size: 13px;
}

.card-event .list-inline li i.fa {
  color: #f26f29;
  margin-right: 7px;
}

.card-event .btn-main {
  border-radius: 0 10px;
}

.class-schedule {
  margin: 76px 0 0 0;
}

.class-schedule h3 {
  font-size: 28px;
  color: #f26f29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px 0;
}

.class-schedule h3 .title-about {
  padding: 0 15px 0 0;
}

.class-schedule h3 .shape {
  width: 56px;
  height: 11px;
}

.class-schedule .table-schedule {
  border-color: #e5e5e5;
}

.table-schedule {
  border-color: #e5e5e5;
}

.table-schedule.table-curved thead tr th {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  height: 44px;
  line-height: 44px;
}

.table-schedule.table-curved thead tr th:first-child {
  font-size: 18px;
  font-weight: 700;
}

.table-schedule.table-curved thead tr th:first-child i {
  color: #c09933;
}

.table-schedule.table-curved tbody tr td {
  padding: 0 10px;
  text-align: center;
  height: 109px;
  vertical-align: middle;
  font-size: 14px;
  color: #848484;
  border-color: #e5e5e5;
}

@media (min-width: 768px) {
  .table-schedule.table-curved tbody tr td {
    padding: 0;
  }
}

.table-schedule.table-curved tbody tr td:first-child {
  font-weight: 600;
}

.table-schedule.table-curved tbody tr td span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

/*================= 7. Blog ==================*/
.blog-section {
  padding: 85px 0 0 0;
}

.panel-sidebar {
  border: none;
  border-radius: 6px;
  margin: 0 0 50px 0;
  box-shadow: none;
}

.panel-sidebar .panel-heading {
  background-color: transparent;
  border: none;
  border-radius: 6px 6px 0 0;
  padding: 0px 0 30px 0;
}

.panel-sidebar .panel-heading h3 {
  font-size: 24px;
  color: #f26f29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.panel-sidebar .panel-heading h3 .title-about {
  padding: 0 15px 0 0;
}

.panel-sidebar .panel-heading h3 .shape {
  width: 56px;
  height: 11px;
}

.panel-sidebar .panel-body {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.panel-sidebar .panel-form {
  padding: 0;
  border: none;
}

.panel-sidebar .panel-form .form-group {
  margin: 0 0 20px 0;
}

.panel-sidebar .panel-body.p0.bn {
  border: none;
  padding: 0;
}

.blog-single img {
  border-radius: 8px;
  margin-bottom: 35px;
  width: 100%;
}

.blog-single h2 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 15px 0;
}

.blog-single .list-blog-single {
  margin: 0 0 25px 0;
}

.blog-single .list-blog-single li i.fa {
  color: #f26f29;
  margin: 0 5px 0 0;
}

.blog-single .list-blog-single li a {
  color: #848484;
}

.blog-single p {
  line-height: 26px;
  margin: 0 0 35px 0;
}

.blog-single-title h3 {
  font-size: 24px;
  color: #f26f29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px 0;
}

.blog-single-title h3 .title-about {
  padding: 0 15px 0 0;
}

.blog-single-title h3 .shape {
  width: 56px;
  height: 11px;
}

.blog-comments {
  margin: 80px 0;
}

.blog-comments .media-object {
  width: 75px;
  height: 75px;
  border-radius: 8px;
}

.blog-comments .media-heading {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 9px 0;
}

.blog-comments .media-body {
  padding-left: 30px;
}

.blog-comments .media-body p {
  margin: 0 0 19px 0;
}

.blog-comments .media-body .reply-link {
  color: #f26f29;
  margin: 0 0 20px 0;
  display: block;
}

.blog-comments .publish-date {
  font-size: 13px;
}

.blog-comments .publish-date i.fa {
  margin: 0 5px 20px 0;
}

.blog-comments.m0 {
  margin: 0;
}

.form-groping {
  margin-bottom: 25px;
  position: relative;
}

.form-groping i.fa {
  right: 33px;
}

.form-groping .btn-main {
  width: 175px;
}

.blog-form .form-group {
  margin: 0 -15px;
}

.blog-list {
  padding: 100px 0 0 0;
}

.blog-list .card-list {
  background-color: #ffffff;
  box-shadow: 10px 14px 14px rgba(39, 49, 67, 0.08);
  border-radius: 6px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
  display: block;
  height: auto;
}

.blog-list .card-list:hover {
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.12);
}

@media (min-width: 768px) {
  .blog-list .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 270px;
  }
}

.blog-list .cart-list-img {
  display: block;
  float: none;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
}

.blog-list .cart-list-img:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 768px) {
  .blog-list .cart-list-img {
    display: inline-block;
    float: left;
    border-radius: 6px 0 0 6px;
  }
}

.blog-list .cart-list-img img {
  max-width: unset;
  border-radius: 6px 6px 0 0;
  width: 420px;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 768px) {
  .blog-list .cart-list-img img {
    border-radius: 6px 0 0 6px;
    width: 414px;
  }
}

.blog-list .cart-list-img .sticker-round {
  width: 70px;
  padding: 10px 0;
  border-radius: 13px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  background-color: #f26f29;
  display: block;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
}

.blog-list .card-list-details {
  padding: 15px;
  width: 100%;
  float: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 768px) {
  .blog-list .card-list-details {
    padding: 0 15px;
    width: 75%;
    float: left;
  }
}

@media (min-width: 992px) {
  .blog-list .card-list-details {
    width: 86%;
    padding: 0 45px;
  }
}

.blog-list .card-list-details h4 {
  margin: 0 0 15px 0;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  letter-spacing: 0;
  font-size: 22px;
}

.blog-list .card-list-details .list-blog {
  margin: 0 0 25px 0;
}

.blog-list .card-list-details .list-blog li i.fa {
  color: #f26f29;
  margin: 0 5px 0 0;
}

.blog-list .card-list-details .list-blog li a {
  color: #848484;
}

.blog-list .card-list-details p {
  margin: 0 0 15px 0;
}

.blog-list .card-list-details .btn-main {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 160px;
  border-radius: 25px;
}

/*================= 8. EXTRA ==================*/
/*================= 8.1 ERROR SECTION ==================*/
.error-content {
  display: block;
}

@media (min-width: 768px) {
  .error-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.error-image {
  margin: 0 auto 80px auto;
  width: 270px;
  height: 270px;
}

@media (min-width: 768px) {
  .error-image {
    margin: 0 80px 0 0;
    width: 310px;
    height: 310px;
  }
}

.error-info {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .error-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}

.error-info h2 {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .error-info h2 {
    margin: 0;
  }
}

.error-info p {
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .error-info p {
    margin: 0;
  }
}

.error-info .btn-main {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 40px;
}

.search-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-error {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .search-error {
    margin: 0;
  }
}

.search-error .form-control {
  box-shadow: none;
  font-size: 14px;
  padding: 0 25px;
}

.search-error .input-group-addon {
  background-color: transparent;
  border: none;
  width: 50px;
  text-align: center;
  color: #f26f29;
  font-size: 14px;
}

/*================= 8.2 TEACHERS PAGE SECTION ==================*/
.teachers-page {
  padding: 100px 0 85px 0;
}

.teachers-space {
  margin: 15px 0;
}

.teacher-photo {
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.13);
  border-radius: 6px;
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .teacher-photo {
    margin: 0;
  }
}

.teacher-photo img {
  border-radius: 6px;
  width: 100%;
}

.team-info {
  margin: 0 0 60px 0;
}

.team-info h2 {
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 15px 0;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}

.team-info h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: #f26f29;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}

.team-info p {
  margin: 0 0 30px 0;
}

.list-address-item {
  margin: 0 0 40px 0;
}

.list-address-item li {
  font-size: 14px;
  line-height: 26px;
  padding: 7px 0;
}

.list-address-item li span {
  width: 63px;
  color: #222222;
  font-size: 18px;
  text-align: left;
  line-height: 26px;
  text-transform: capitalize;
  font-family: 'Londrina Solid', cursive;
  font-weight: 500;
}

.list-social-color li a {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
}

.skills-title h3 {
  font-size: 28px;
  color: #f26f29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px 0;
}

.skills-title h3 .title-about {
  padding: 0 15px 0 0;
}

.skills-title h3 .shape {
  width: 56px;
  height: 11px;
}

.skills-title dl {
  border-radius: 6px;
}

.skills-title dl dt {
  background-color: #ffffff;
  box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.skills-title dl dd {
  padding: 20px 30px 30px 30px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}

/*================= 8.3 COMMING SOON SECTION ==================*/
.comming-section {
  padding: 0;
  height: 100vh;
}

.comming-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.comming-content {
  margin: auto;
  text-align: center;
}

.comming-logo {
  margin-bottom: 30px;
}

.comming-info h1 {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  font-size: 42px;
  font-weight: 400px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.comming-info p {
  font-size: 22px;
}

.count-down {
  padding: 0 0 35px 0;
}

.count-down #simple_timer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Londrina Solid', cursive;
}

.count-down #simple_timer .table-cell {
  display: inline-block;
}

@media (min-width: 480px) {
  .count-down #simple_timer .table-cell {
    margin: 0 10px;
  }
}

@media (min-width: 768px) {
  .count-down #simple_timer .table-cell {
    margin: 0 10px;
  }
}

@media (min-width: 992px) {
  .count-down #simple_timer .table-cell {
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .count-down #simple_timer .table-cell {
    margin: 0 12px;
  }
}

.count-down #simple_timer .table-cell .tab-val {
  display: block;
  margin-bottom: 20px;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 15px 15px 15px rgba(39, 49, 67, 0.13);
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 25px;
  border-radius: 100%;
  color: #ffba06;
}

@media (min-width: 768px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 60px;
  }
}

.count-down #simple_timer .table-cell .tab-metr {
  display: none;
}

.count-down #simple_timer .table-cell.hour .tab-val {
  color: #a9d63b;
}

.count-down #simple_timer .table-cell.minute .tab-val {
  color: #f26f29;
}

.count-down #simple_timer .table-cell.second .tab-val {
  color: #6ab3d1;
}

.comming-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  height: auto;
  width: 75%;
  margin: 0 auto 25px auto;
}

.comming-input .form-control {
  box-shadow: none;
  border-radius: 10px;
  height: 50px;
  padding: 0 25px;
}

.comming-input .input-group-addon {
  border-radius: 0 10px 10px 0;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 50px;
  width: 50px;
  color: #f26f29;
}

/*================= 8.4 CONTACT SECTION ==================*/
.contact-address {
  display: block;
  margin: 0 0 100px 0;
}

@media (min-width: 768px) {
  .contact-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact-item {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
    text-align: left;
  }
}

.contact-icon {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  box-shadow: 10px 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  line-height: 85px;
  text-align: center;
  display: block;
  margin: 0 auto 20px auto;
}

@media (min-width: 768px) {
  .contact-icon {
    display: table;
    margin-right: 20px;
  }
}

.contact-icon i.fa {
  font-size: 30px;
}

.contact-info h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: inherit;
  font-weight: 600;
  font-size: 20px;
  color: #202020;
  margin: 0;
  letter-spacing: 0;
}

.contact-info h2 small {
  display: block;
  color: #848484;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
}

.map-area {
  display: block;
  margin: 0 0 100px 0;
  height: 400px;
  width: 100%;
}

.map-area .map-inner {
  width: 100%;
  height: 100%;
}

.map-area.map-margin {
  margin: 0 0 45px 0;
}

/*================= 8.5 EVENT DETAILS SECTION ==================*/
.event-photo {
  border-radius: 8px 8px 0 0;
}

.event-photo img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.event-info {
  border-radius: 0 0 8px 8px;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 40px;
}

.event-info h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 24px;
  color: #222222;
}

.event-info p {
  line-height: 26px;
  margin: 0 0 32px 0;
}

.event-info img {
  border-radius: 8px;
  width: 47%;
  margin: 0 2% 32px 0;
}

/*================= 8.6 PHOTO GALLERY SECTION ==================*/
.filter-container {
  padding: 0 20px 30px 20px;
}

.isotopeFilters ul.filter > li {
  padding: 6px 2px;
}

@media (min-width: 768px) {
  .isotopeFilters ul.filter > li {
    padding: 0 2px;
  }
}

.isotopeFilters ul.filter > li a {
  padding: 0 25px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  box-shadow: 6px 6px 7px rgba(39, 49, 67, 0.13);
  background-color: #f8f8f8;
  border-radius: 4px;
}

.isotopeFilters ul.filter > li.active a {
  background-color: #f26f29;
  color: #ffffff;
}

.fancybox-lock .fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

.isotopeSelector img {
  width: 100%;
}

.isotopeSelector figure {
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
}

.isotopeSelector .overlay-background {
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.isotopeSelector .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}

.isotopeSelector:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.isotopeSelector:hover .overlay .overlayInfo {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.isotopeSelector:hover h4 {
  color: #a9d63b;
}

/*================= 8.7 PRODUCT DETAILS SECTION ==================*/
.product-details {
  display: block;
}

@media (min-width: 768px) {
  .product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-photo {
  border-radius: 8px;
}

.product-photo img {
  border-radius: 8px;
  width: 100%;
}

@media (min-width: 768px) {
  .product-photo img {
    width: auto;
  }
}

.product-info {
  display: block;
  padding: 15px;
}

@media (min-width: 768px) {
  .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 50px;
  }
}

.product-info h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .product-info h2 {
    margin: 0;
  }
}

.product-info h4 {
  font-size: 22px;
  color: #f26f29;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .product-info h4 {
    margin: 0;
  }
}

.product-info p {
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .product-info p {
    margin: 0;
  }
}

.product-info .add-cart {
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .product-info .add-cart {
    margin: 0;
  }
}

.product-category {
  color: #222222;
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .product-category {
    margin: 0;
  }
}

.product-category a {
  color: #f26f29;
}

.share span {
  font-size: 18px;
  color: #222222;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}

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

.share .list-inline li {
  padding: 0 2px;
}

.share .list-inline li a {
  display: block;
  text-align: center;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
}

.share .list-inline li a.facebook {
  background-color: #3b5999;
}

.share .list-inline li a.twitter {
  background-color: #55acee;
}

.share .list-inline li a.pinterest {
  background-color: #bd081c;
}

.share .list-inline li a.skype {
  background-color: #00aff0;
}

.share .list-inline li a.linkedin {
  background-color: #0077b5;
}

.add-cart .count-input {
  display: inline-block;
  position: relative;
  width: 70px;
  margin-right: 10px;
}

.add-cart .count-input .btn-number {
  height: 50px;
  padding: 0 20px;
  border: none;
  line-height: 50px;
  border-radius: 6px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #848484;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  .add-cart .count-input .btn-number {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .add-cart .count-input .btn-number {
    padding: 0 20px;
  }
}

.add-cart .count-input .incr-btn {
  position: absolute;
  right: 7px;
  color: #848484;
  height: 14px;
  display: inline-block;
  line-height: 10px;
}

.add-cart .count-input .incr-up {
  top: 8px;
}

.add-cart .count-input .incr-down {
  bottom: 9px;
}

.add-cart .btn-main {
  width: 158px;
}

.tab-common {
  margin: 100px 0 0 0;
}

.tab-common .nav {
  border-bottom: none;
  text-align: left;
}

.tab-common .nav li {
  display: inline-block;
  float: none;
  padding: 6px 2px;
}

@media (min-width: 768px) {
  .tab-common .nav li {
    padding: 0 25px 0 0;
  }
}

.tab-common .nav li a {
  padding: 0;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #848484;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid transparent;
}

.tab-common .nav li a:hover {
  border-color: #f26f29;
  color: #f26f29;
}

.tab-common .nav li.active a {
  border-color: #f26f29;
  color: #f26f29;
}

.tab-common .nav li.active a:hover, .tab-common .nav li.active a:focus {
  border: none;
  border-bottom: 2px solid #f26f29;
  color: #f26f29;
}

.tab-common .tab-content {
  padding-top: 25px;
  padding-bottom: 5px;
}

.tab-common .tab-pane {
  border: 1px solid #e5e5e5;
  background-color: transparent;
  padding: 30px 25px;
  box-shadow: none;
  border-radius: 6px;
}

.tab-common .tab-content h3 {
  font-family: 'Londrina Solid', cursive;
  font-size: 24px;
  color: #a9d63b;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
}

.tab-common .tab-content p {
  font-size: 15px;
  margin: 0;
  color: #848484;
}

/*================= 8.8 COURSE COUNTER ==================*/
.courses-counter {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 390px;
  overflow: hidden;
  background: url(../img/background/bg-counter.jpg) no-repeat center top;
  background-size: cover;
  border-radius: 7px;
}

.courses-counter .counter-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.courses-counter .counter-inner h3 {
  font-size: 24px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 0 0 40px 0;
}

.courses-counter .counter-inner h3 .title-about {
  padding: 0;
}

.courses-counter .counter-inner h3 .shape {
  width: 56px;
  height: 11px;
  display: block;
  margin: 20px auto 0 auto;
}

.courses-counter .counter-inner > .btn-main {
  background-color: #ffffff;
  color: #f26f29;
  width: 144px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
}

.courses-count-start {
  padding: 0 0 35px 0;
}

.courses-count-start .course-count-timer {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.courses-count-start .course-count-timer .table-cell {
  display: inline-block;
  margin: 0 5px;
}

.courses-count-start .course-count-timer .table-cell .tab-val {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.courses-count-start .course-count-timer .table-cell .tab-metr {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}

.search-result {
  display: block;
  margin: 0 0 60px 0;
}

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

.result-info p {
  margin: 0;
  line-height: 50px;
}

.filter-option {
  display: inline-block;
  width: 100%;
  float: right;
}

.filter-option .filter-drop .sbHolder {
  margin: 0;
}

@media (min-width: 768px) {
  .filter-option {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .filter-option {
    width: 25%;
  }
}

/*================= 8.9 CHECKOUT SECTION ==================*/
.customer-notification {
  border-radius: 0 10px;
  background-color: #6ab3d1;
  padding: 17px 25px;
  border-left: 5px solid #558fa7;
  box-shadow: 10px 14px 14px rgba(39, 49, 67, 0.12);
  margin: 0 0 40px 0;
}

.customer-notification p {
  margin: 0;
  color: #ffffff;
}

.customer-notification p a {
  color: #ffffff;
}

.customer-notification h4 {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.panel-checkout {
  border: none;
  box-shadow: 10px 14px 14px rgba(39, 49, 67, 0.12);
  margin: 0 0 30px 0;
}

.panel-checkout .panel-heading {
  background-color: #f5f5f5;
  border: none;
  padding: 13px 30px 13px 30px;
}

.panel-checkout .panel-title {
  font-weight: 600;
  font-size: 22px;
  color: #222222;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}

.panel-checkout .panel-body {
  padding: 30px 30px 0 30px;
}

.panel-checkout .panel-body.panel-p0 {
  padding: 0;
}

.form-item-wrapper {
  display: block;
}

@media (min-width: 768px) {
  .form-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.w45 {
  width: 100%;
}

@media (min-width: 768px) {
  .w45 {
    width: 45%;
  }
}

.w100 {
  width: 100%;
}

.from-item {
  margin: 0 0 30px 0;
  transition: all 0.3s ease-in-out;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}

.from-item .control-label {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.from-item .form-control {
  box-shadow: none;
  outline: 0;
  height: 45px;
  border: 1px solid #e5e5e5;
}

.from-item .form-control:focus {
  outline: 0;
}

.from-item .filter-drop .sbHolder, .from-item .filter-drop .sbSelector {
  margin-top: 0;
  margin-bottom: 30px;
  height: 45px !important;
  line-height: 45px !important;
}

.from-item .filter-drop .sbHolder .sbToggle, .from-item .filter-drop .sbSelector .sbToggle {
  top: 19px;
}

@media (min-width: 768px) {
  .from-item .filter-drop .sbHolder, .from-item .filter-drop .sbSelector {
    margin-bottom: 0px;
  }
}

.from-item .mb10 {
  margin-bottom: 10px;
}

.from-item textarea.form-control {
  height: 120px;
}

.from-item [type="checkbox"]:not(:checked),
.from-item [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.from-item [type="checkbox"]:not(:checked) + label,
.from-item [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

.from-item [type="checkbox"]:not(:checked) + label:before,
.from-item [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #e5e5e5;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 4px;
  box-shadow: none;
}

.from-item [type="checkbox"]:not(:checked) + label:after,
.from-item [type="checkbox"]:checked + label:after {
  content: "\f00c";
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 12px;
  line-height: 0.8;
  color: #848484;
  transition: all .2s;
  font-family: FontAwesome;
}

.from-item [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.from-item [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.from-item [type="checkbox"]:disabled:not(:checked) + label:before,
.from-item [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.from-item [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.from-item [type="checkbox"]:disabled + label {
  color: #aaa;
}

.from-item [type="checkbox"]:checked:focus + label:before,
.from-item [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #e5e5e5;
}

.from-item label.label-check:hover:before {
  border: 1px solid #e5e5e5;
}

.list-cart li {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-cart li:last-child {
  border: none;
}

.product-list-image {
  margin: 0 30px 0 0;
}

.product-list-image img {
  border-radius: 6px;
}

.product-list-info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #222222;
  font-size: 16px;
  text-transform: capitalize;
}

.product-list-amount {
  color: #848484;
  font-size: 20px;
}

.product-list-total {
  font-weight: 600;
}

.label-check span {
  font-size: 17px;
  color: #222222;
}

.label-check span a {
  text-decoration: underline;
  color: #f26f29;
  margin-left: 30px;
  font-size: 13px;
}

.label-check p {
  font-size: 13px;
  color: #848484;
  margin: 20px 0 0 0;
}

/*================= 8.10 CART SECTION ==================*/
.cartInfo {
  margin: 0 0 50px 0;
  box-shadow: 20px 20px 15px rgba(39, 49, 67, 0.12);
  border-radius: 7px;
}

.cartInfo .table-responsive .table {
  border-collapse: separate;
  margin: 0;
}

.cartInfo .table-responsive .table thead tr {
  border-left: 1px solid #f26f29;
  border-right: 1px solid #f26f29;
}

.cartInfo .table-responsive .table thead tr th {
  color: #ffffff;
  padding: 15px 8px 15px 30px;
  border-bottom: none;
  font-weight: 600;
  text-transform: uppercase;
}

.cartInfo .table-responsive .table thead tr th:first-child {
  border-radius: 7px 0 0 0;
}

.cartInfo .table-responsive .table thead tr th:last-child {
  border-radius: 0 7px 0 0;
}

.cartInfo .table-responsive .table tbody tr td {
  vertical-align: middle;
  color: #222222;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 320px) {
  .cartInfo .table-responsive .table tbody tr td {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .cartInfo .table-responsive .table tbody tr td {
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .cartInfo .table-responsive .table tbody tr td {
    padding: 20px 8px 20px 30px;
  }
}

.cartInfo .table-responsive .table tbody tr td:first-child {
  border-left: 1px solid #e5e5e5;
}

.cartInfo .table-responsive .table tbody tr td:last-child {
  border-right: 1px solid #e5e5e5;
  font-weight: 600;
}

.cartInfo .table-responsive .table tbody tr td:nth-child(2) {
  font-weight: 600;
}

.cartInfo .table-responsive .table tbody tr td .close {
  display: inline-block;
  float: left;
  margin: 17px 30px 0 0;
  opacity: 1;
}

.cartInfo .table-responsive .table tbody tr td .close span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background-color: transparent;
  color: #f26f29;
  border-radius: 100%;
}

.cartInfo .table-responsive .table tbody tr td input {
  width: 80px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #222222;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
}

.cartInfo .table-responsive .table tbody tr td:last-child {
  padding-right: 30px;
}

.cartInfo .table-responsive .table tbody tr td.text-color {
  color: #848484;
}

.cartInfo .table-responsive .table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 7px;
}

.cartInfo .table-responsive .table tbody tr:last-child td:last-child {
  border-radius: 0 0 7px 7px;
}

.cartInfo .table-responsive .table tbody tr:last-child td:last-child.btnPart {
  border-radius: 0 0 7px 7px;
}

.cartInfo .table-responsive .table .input-group .form-control {
  width: 257px;
  height: 45px;
  text-align: left;
  margin-right: 10px;
}

.cartInfo .table-responsive .table .input-group .input-group-addon {
  width: auto;
  border-radius: 7px;
}

.cartInfo.cartTotal .table tbody tr td:last-child {
  padding: 25px;
  text-align: right;
}

.btn-area-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-area-wrapper .btn-main {
  width: 226px;
  letter-spacing: 1px;
}

.btn-area-wrapper .form-control {
  box-shadow: none;
}

.table-title {
  font-family: 'Londrina Solid', cursive;
  font-size: 18px;
  letter-spacing: 2px;
}
