@charset "UTF-8";

/*------------------------------------------------------------------
[Typography]
	[ This template has one font typography ]
		Typography 1: 'Oswald', sans-serif;
		Typography 2: 'Montserrat', sans-serif;
-------------------------------------------------------------------*/
/*************** IMPORT FONTS ***************/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&amp;display=swap");
/*************** COLOR VARIABLE ***************/
/*************** DEFAULT CSS ***************/
body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

/*************** HELPER CSS ***************/
.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.desk-pad-left-10 {
  padding-left: 10px;
}

.desk-pad-right-10 {
  padding-right: 10px;
}

.desk-pad-left-15 {
  padding-left: 15px;
}

.desk-pad-right-15 {
  padding-right: 15px;
}

.desk-pad-left-20 {
  padding-left: 20px;
}

.desk-pad-right-20 {
  padding-right: 20px;
}

.desk-pad-left-30 {
  padding-left: 30px;
}

.desk-pad-right-30 {
  padding-right: 30px;
}

.desk-pad-left-40 {
  padding-left: 40px;
}

.desk-pad-right-40 {
  padding-right: 40px;
}

.desk-pad-left-100 {
  padding-left: 100px;
}

.desk-pad-right-100 {
  padding-right: 100px;
}

.no-animation {
  animation: none !important;
}

.around-border {
  border: 1px solid #707070;
}

.weight-500 {
  font-weight: 500;
}

p {
  color: #515151;
}

a {
  color: #ffed1d;
  text-decoration: none;
  transition: all 0.3s linear;
}
a:hover, a:active {
  text-decoration: none;
  color: #ffed1d;
}
a:hover.redirect-link i, a:active.redirect-link i {
  transform: translateX(5px);
}
a:focus {
  outline: 0;
}
a.redirect-link {
  display: inline-flex;
  align-items: center;
}
a.redirect-link i {
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  margin-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #272727;
}

.fluid-height {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.full-height {
  height: 100% !important;
}

.full-width {
  width: 100%;
}

.width-225 {
  width: 225px;
}

img {
  max-width: 100%;
  height: auto;
}

.max-585 {
  max-width: 585px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-top {
  border-top: 1px solid rgba(133, 133, 133, 0.5) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(133, 133, 133, 0.5) !important;
}

.default-box-shadow {
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

button {
  outline: 0;
  border: 0;
}
button:focus, button:active {
  outline: 0;
  border: 0;
}

.main-btn {
  padding: 15px 25px;
  text-align: center;
  background: #ffed1d;
  color: #272727;
  font-size: 16px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  transition: all 0.3s linear;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  z-index: 0 !important;
}
.main-btn i {
  margin-left: 10px;
  font-size: 15px;
}
.main-btn.main-btn-left-arrow i {
  margin-left: 0;
  margin-right: 10px;
}
.main-btn:focus, .main-btn:active {
  box-shadow: none;
  border: 0;
}
.main-btn:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #e8aa0e;
  transition: all 0.3s linear;
  z-index: -1;
  right: 0;
  top: 0;
}
.main-btn:hover {
  color: #272727;
}
.main-btn:hover:after {
  left: 0;
  width: 100%;
}
.main-btn.btn-small {
  padding: 10px 15px;
  font-size: 13px;
}
.main-btn.btn-white {
  background-color: #fff;
  color: #272727;
}
.main-btn.btn-white:hover {
  color: #272727;
}
.main-btn.btn-white:after {
  background-color: #e9e9e9;
}
.main-btn.btn-black {
  background-color: #272727;
  color: #fff;
}
.main-btn.btn-black:hover {
  background-color: #ffed1d;
  color: #272727;
}
.main-btn:disabled, .main-btn.disabled {
  opacity: 1;
}
.main-btn.btn-fb {
  background-color: #3B5998;
  color: #fff;
}
.main-btn.btn-tw {
  background-color: #00ACEE;
  color: #fff;
}
.main-btn.btn-ins {
  background-color: #DD2A7B;
  color: #fff;
}
.main-btn.btn-yt {
  background-color: #C4302B;
  color: #fff;
}
.main-btn.btn-vim {
  background-color: #86C9EF;
  color: #fff;
}

.btn-pill {
  border-radius: 35px;
}

.no-radius {
  border-radius: 0;
}
.no-radius.btn, .no-radius .btn {
  border-radius: 0;
}
.no-radius.btn:before, .no-radius .btn:before {
  border-radius: 0;
}
.no-radius.btn:after, .no-radius .btn:after {
  border-radius: 0;
}

.bg-dark {
  background: #272727;
}

.bg-off-white {
  background-color: #f9f9f9;
}

.bg-white {
  background: #fff;
}

.section-title {
  max-width: 575px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-title h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #272727;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.section-title h2 span {
  color: #ffed1d;
}
.section-title p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  position: relative;
}
.section-title p a {
  color: #ffed1d;
}
.section-title.section-title-lg {
  max-width: 790px;
}
.section-title.section-title-white h2 {
  color: #fff;
}
.section-title.section-title-white p {
  color: #fff;
}
.section-title.section-title-white p a {
  color: #fff;
}
.section-title.section-title-left {
  max-width: 100%;
  text-align: left;
}
.section-title.section-title-left h2:before {
  left: 0;
  transform: translateX(0);
}
.section-title.section-title-shapeless h2 {
  padding-bottom: 0;
}
.section-title.section-title-shapeless h2:before {
  content: none;
}
.section-title.section-title-lineless h2 span {
  text-decoration: none;
}

.sub-section-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sub-section-title .sub-section-title-heading {
  font-size: 25px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
  color: #272727;
}
.sub-section-title p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.sub-section-title.sub-section-title-white .sub-section-title-heading {
  color: #fff;
}
.sub-section-title.sub-section-title-white p {
  color: #c8c8c8;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0.5rem;
  color: #272727;
  font-family: "Oswald", sans-serif;
}
.breadcrumb .breadcrumb-item a {
  color: #ffed1d;
  transition: all 0.3s linear;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #ffed1d;
}
.breadcrumb .breadcrumb-item.active {
  color: #272727;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #272727;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}

.page-link {
  position: relative;
  padding: 0 0;
  padding-top: 2px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  line-height: 1;
  color: #272727;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  background-color: #c8c8c8;
  border-radius: 0;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  margin-top: 3px;
}
.page-link:hover {
  background-color: #ffed1d;
  color: #272727;
  border-color: transparent;
}
.page-link:focus {
  box-shadow: none;
}
.page-link i {
  font-size: 10px;
  font-weight: 600;
}

.page-pagination .pagination {
  margin-top: -3px;
  margin-bottom: 0;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.page-pagination-dark .page-link {
  background-color: #c8c8c8;
}
.page-pagination-dark .page-link:hover, .page-pagination-dark .page-link:focus {
  background-color: #ffed1d;
  color: #272727;
  border-color: transparent;
}
.page-pagination-dark .page-item:first-child .page-link {
  border-color: #ffed1d;
  color: #ffed1d;
}
.page-pagination-dark .page-item:first-child .page-link:hover {
  background-color: #ffed1d;
  color: #272727;
}
.page-pagination-dark .page-item:last-child .page-link {
  border-color: #ffed1d;
  color: #ffed1d;
}
.page-pagination-dark .page-item:last-child .page-link:hover {
  background-color: #ffed1d;
  color: #272727;
}
.page-pagination-dark .page-item.active .page-link {
  background-color: #ffed1d;
  color: #272727;
}

.page-item {
  padding: 0 7px;
  margin-top: 3px;
}
.page-item:first-child {
  padding-left: 0;
}
.page-item:first-child .page-link {
  border-radius: 0;
  background-color: transparent;
  border-color: #272727;
  color: #272727;
}
.page-item:first-child .page-link:hover {
  border-color: #ffed1d;
  background-color: #ffed1d;
  color: #272727;
}
.page-item:last-child {
  padding-right: 0;
}
.page-item:last-child .page-link {
  border-radius: 0;
  background-color: transparent;
  border-color: #272727;
  color: #272727;
}
.page-item:last-child .page-link:hover {
  border-color: #ffed1d;
  background-color: #ffed1d;
  color: #272727;
}
.page-item.disabled .page-link {
  background-color: rgba(255, 200, 55, 0.3);
  color: #ffed1d;
  border: 1px solid rgba(255, 200, 22, 0.3);
}
.page-item.active .page-link {
  background-color: #ffed1d;
  color: #272727;
  border-color: transparent;
  border-radius: 50%;
}

.form-group label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #272727;
}

.text-muted {
  font-size: 13px;
  color: #515151 !important;
  margin-top: 5px;
}

.input-group {
  border: 0;
  border-radius: 3px;
  padding: 15px 25px;
  display: flex;
  align-items: baseline;
  border-radius: 3px;
  background-color: #efefef;
}
.input-group.input-group-maincolor {
  background-color: #e8aa0e;
}
.input-group.input-group-maincolor .form-control {
  color: #fff;
}
.input-group.input-group-maincolor .form-control::-moz-placeholder {
  color: #fff;
}
.input-group.input-group-maincolor .form-control::placeholder {
  color: #fff;
}

.input-group-prepend .input-group-text {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #858585;
  font-size: 16px;
  margin-right: 10px;
}

.input-group-append .input-group-text {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #858585;
  font-size: 16px;
  margin-left: 10px;
}
.input-group-append .input-group-text.reveal {
  position: relative;
  cursor: pointer;
}
.input-group-append .input-group-text.reveal .pass-view {
  display: none;
}
.input-group-append .input-group-text.reveal.active .pass-close {
  display: none;
}
.input-group-append .input-group-text.reveal.active .pass-view {
  display: block;
}

.form-control {
  padding: 20px 25px;
  border: 0;
  color: #000;
  font-size: 16px;
  background-color: transparent;
  height: auto;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
}
.form-control:focus {
  background-color: transparent;
  border: 1px solid #ffed1d;
}
.form-control::-moz-placeholder {
  color: #858585;
}
.form-control::placeholder {
  color: #858585;
}
.form-control.form-control-white {
  color: #fff;
}
.form-control.form-control-white::-moz-placeholder {
  color: #ccc;
}
.form-control.form-control-white::placeholder {
  color: #ccc;
}

.input-group-append .input-group-text.reveal {
  position: relative;
  cursor: pointer;
}
.input-group-append .input-group-text.reveal .pass-view {
  display: none;
}
.input-group-append .input-group-text.reveal.active .pass-close {
  display: none;
}
.input-group-append .input-group-text.reveal.active .pass-view {
  display: block;
}

.help-block {
  font-size: 14px;
  margin-top: 5px;
}
.help-block.with-errors {
  color: #ff5421;
}

#msgSubmit {
  color: #ff5421 !important;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
#msgSubmit.submit-post-info {
  margin-top: 5px;
}

.input-checkbox label {
  position: relative;
  padding-left: 35px;
  color: #515151;
  margin-bottom: 0;
  font-size: 15px;
}
.input-checkbox label a {
  color: #ffed1d;
}
.input-checkbox label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #B5B5B5;
  transition: all 0.3s linear;
  font-size: 10px;
  display: flex;
  align-items: center;
  left: 0;
  padding-left: 4px;
  line-height: 1;
  top: -2px;
}
.input-checkbox input {
  display: none;
}
.input-checkbox input:checked ~ label:before {
  color: #B5B5B5;
  content: "\f11c";
  font-family: Flaticon;
  font-size: 10px;
}
.input-checkbox.input-checkbox-white label {
  color: #B5B5B5;
}
.input-checkbox.input-checkbox-white input:checked ~ label:before {
  color: #E6E6E6;
}

.input-radio label {
  position: relative;
  padding-left: 35px;
  color: #515151;
  margin-bottom: 0;
  font-size: 15px;
}
.input-radio label a {
  color: #ffed1d;
}
.input-radio label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #B5B5B5;
  transition: all 0.3s linear;
  font-size: 10px;
  display: flex;
  align-items: center;
  left: 0;
  padding-left: 4px;
  line-height: 1;
  top: -2px;
}
.input-radio input {
  display: none;
}
.input-radio input:checked ~ label:before {
  color: #E6E6E6;
  content: "\f11c";
  font-family: Flaticon;
  font-size: 10px;
}
.input-radio.input-radio-white label {
  color: #B5B5B5;
}

.social-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  display: flex;
}
.social-list li {
  list-style: none;
  font-size: 21px;
  margin-right: 15px;
}
.social-list li a {
  color: #272727;
}
.social-list li a:hover {
  color: #ffed1d;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list.social-list-dark li a {
  color: #ccc;
}
.social-list.social-list-dark li a:hover {
  color: #ffed1d;
}
.social-list.social-list-white li a {
  color: #fff;
}
.social-list.social-list-white li a:hover {
  color: #ffed1d;
}
.social-list.social-list-btn li {
  width: 45px;
  height: 45px;
  font-size: 17px;
}
.social-list.social-list-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #c8c8c8;
  color: #272727;
}
.social-list.social-list-btn li.social-fb a {
  background-color: #3B5998;
  color: #fff;
}
.social-list.social-list-btn li.social-tw a {
  background-color: #00ACEE;
  color: #fff;
}
.social-list.social-list-btn li.social-ins a {
  background-color: #DD2A7B;
  color: #fff;
}
.social-list.social-list-btn li.social-yt a {
  background-color: #C4302B;
  color: #fff;
}
.social-list.social-list-btn li.social-vim a {
  background-color: #86C9EF;
  color: #fff;
}
.social-list.social-list-sm li {
  font-size: 14px;
}

/*************** MAIN CSS ***************/
.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: visible;
  z-index: 99999;
  top: 0;
  left: 0;
}

.preloader .preloader-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-content {
  width: 53px;
  height: 53px;
  position: relative;
  display: flex;
}
.preloader-content span {
  display: block;
  bottom: 50%;
  width: 9px;
  height: 5px;
  background: #fff;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
}
.preloader-content span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}
.preloader-content span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}
.preloader-content span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}
.preloader-content span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #fff;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #ffed1d;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #fff;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #fff;
  }
}
.pre-loaded .preloader {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s 1s ease-out;
}

.navbar-light .navbar-brand .logo2 {
  display: none;
}

.fixed-top .navbar-area {
  box-shadow: none;
}
.fixed-top .navbar-area .main-nav {
  background-color: transparent;
}
.fixed-top .navbar-area.is-sticky {
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}
.fixed-top .navbar-area.is-sticky.sticky-black {
  background-color: #272727;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item a {
  color: #fff;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item a.active {
  color: #272727;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item a.active:hover {
  color: #272727;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item:hover a {
  color: #ffed1d;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item:hover a.active {
  color: #272727;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #272727;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #272727;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #272727;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #ffed1d;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #272727;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #272727;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #ffed1d;
}
.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #ffed1d;
}
.fixed-top .navbar-no-shadow {
  box-shadow: none;
}
.fixed-top .navbar-no-shadow.is-sticky {
  box-shadow: none;
}

.navbar-area {
  width: 100%;
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

@keyframes menuItem {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes menuItem2 {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  50% {
    transform: rotateY(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.main-nav {
  max-width: 1720px;
  margin: auto;
  position: relative;
  display: none;
}
.main-nav nav .navbar-nav .nav-item {
  transition: all 0.3s linear;
}
.main-nav nav .navbar-nav .nav-item a {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  text-transform: none;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
  content: "\f102";
  border: 0;
  font-family: Flaticon;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 8px;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #fff;
  background-color: #ffed1d;
}
.main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item:hover a {
  color: #ffed1d;
}
.main-nav nav .navbar-nav .nav-item:hover a.active {
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item {
  animation-name: menuItem;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-duration: 300ms;
  transform-origin: top center;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(1) {
  animation-delay: 60ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(2) {
  animation-delay: 120ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(3) {
  animation-delay: 180ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(4) {
  animation-delay: 240ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(5) {
  animation-delay: 300ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(6) {
  animation-delay: 360ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(7) {
  animation-delay: 420ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(8) {
  animation-delay: 480ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(9) {
  animation-delay: 540ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(10) {
  animation-delay: 600ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(11) {
  animation-delay: 660ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(12) {
  animation-delay: 720ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(13) {
  animation-delay: 780ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(14) {
  animation-delay: 840ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(15) {
  animation-delay: 900ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(16) {
  animation-delay: 960ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(17) {
  animation-delay: 1020ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(18) {
  animation-delay: 1080ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(19) {
  animation-delay: 1140ms;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(20) {
  animation-delay: 1200ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #fff;
  border: 0;
  margin: 0;
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
  padding: 10px 0;
  width: 230px;
  border-radius: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item {
  opacity: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #272727;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 20px;
  transition: all 0.3s linear;
  text-transform: none !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
  content: "\f103";
  border: 0;
  font-family: Flaticon;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #272727;
  background-color: #ffed1d;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #272727;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #ffed1d;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #272727;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu {
  top: -10px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item {
  animation-name: menuItem2;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-duration: 300ms;
  transform-origin: top center;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(1) {
  animation-delay: 60ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(2) {
  animation-delay: 120ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(3) {
  animation-delay: 180ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(4) {
  animation-delay: 240ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(5) {
  animation-delay: 300ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(6) {
  animation-delay: 360ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(7) {
  animation-delay: 420ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(8) {
  animation-delay: 480ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(9) {
  animation-delay: 540ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(10) {
  animation-delay: 600ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(11) {
  animation-delay: 660ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(12) {
  animation-delay: 720ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(13) {
  animation-delay: 780ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(14) {
  animation-delay: 840ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(15) {
  animation-delay: 900ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(16) {
  animation-delay: 960ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(17) {
  animation-delay: 1020ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(18) {
  animation-delay: 1080ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(19) {
  animation-delay: 1140ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(20) {
  animation-delay: 1200ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
  top: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
  opacity: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #272727;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 20px;
  transition: all 0.3s linear;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
  content: "\f103";
  border: 0;
  font-family: Flaticon;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #272727;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #ffed1d;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item {
  animation-name: menuItem;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-duration: 300ms;
  transform-origin: top center;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(1) {
  animation-delay: 60ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(2) {
  animation-delay: 120ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(3) {
  animation-delay: 180ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(4) {
  animation-delay: 240ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(5) {
  animation-delay: 300ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(6) {
  animation-delay: 360ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(7) {
  animation-delay: 420ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(8) {
  animation-delay: 480ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(9) {
  animation-delay: 540ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(10) {
  animation-delay: 600ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(11) {
  animation-delay: 660ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(12) {
  animation-delay: 720ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(13) {
  animation-delay: 780ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(14) {
  animation-delay: 840ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(15) {
  animation-delay: 900ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(16) {
  animation-delay: 960ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(17) {
  animation-delay: 1020ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(18) {
  animation-delay: 1080ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(19) {
  animation-delay: 1140ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(20) {
  animation-delay: 1200ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
  top: 0 !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
  opacity: 0;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item a {
  color: #272727;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item a.active {
  color: #272727;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item a.active:hover {
  color: #272727;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item:hover a {
  color: #ffed1d;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item:hover a.active {
  color: #272727;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #272727;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #272727;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #272727;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #ffed1d;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #272727;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #272727;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #ffed1d;
}
.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #ffed1d;
}
.main-nav.main-nav-transparent {
  background-color: transparent;
  box-shadow: none;
}
.main-nav .navbar-option-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-collapse {
  width: auto;
}

.navbar-option-item {
  margin-left: 45px;
}

.navbar-option-search {
  flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  max-width: 150px;
}
.navbar-option-search .input-group {
  background-color: transparent;
  padding: 0;
  flex-wrap: nowrap;
}
.navbar-option-search .input-group-text {
  color: #fff;
}
.navbar-option-search .form-control {
  color: #fff;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  border: 0;
  border-bottom: 1px solid #858585;
  padding: 2px;
  transition: all 0.3s ease-in-out;
}
.navbar-option-search .form-control::-moz-placeholder {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: #c8c8c8;
}
.navbar-option-search .form-control::placeholder {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: #c8c8c8;
}

.navbar-social ul {
  display: flex;
}
.navbar-social ul li {
  font-size: 14px;
  margin-right: 15px;
}
.navbar-social ul li:last-child {
  margin-right: 0;
}
.navbar-social ul li a {
  color: #ccc;
}
.navbar-social ul li a:hover {
  color: #ffed1d;
}

.navbar-expand-md {
  justify-content: space-between;
}

.navbar-option {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 15px;
}
.navbar-brand img{
  height: 100px;
}

.mobile-nav {
  padding: 10px;
  display: block;
}
.mobile-nav .navbar-option-black .navbar-option-item button {
  color: #ffed1d;
}
.mobile-nav .navbar-option {
  margin-left: auto;
  margin-right: 60px;
  z-index: 1000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.mobile-nav .navbar-option-item button {
  color: #fff;
}
.mobile-nav .navbar-option-item button i {
  font-size: 20px;
}
.mobile-nav .navbar-option-search {
  flex: 1;
  -ms-flex: 1;
  max-width: 1;
}
.mobile-nav .navbar-option-search button {
  background-color: transparent;
  color: #fff;
}
.mobile-nav .navbar-option-search button i {
  font-size: 20px;
}
.mobile-nav .navbar-option-search .dropdown-menu {
  margin: 0;
  border: 0;
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
  padding: 10px;
  min-width: 200px;
  left: auto !important;
  right: 0 !important;
  transform: translate(25px, 39px) !important;
  background-color: #ffed1d;
  border-radius: 0;
}
.mobile-nav .navbar-option-search .dropdown-menu .form-control {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.mobile-nav .navbar-option-search .dropdown-menu .form-control::-moz-placeholder {
  color: #fff;
}
.mobile-nav .navbar-option-search .dropdown-menu .form-control::placeholder {
  color: #fff;
}
.mobile-nav .navbar-option-dots .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  transform: translate(50px, 39px) !important;
  border-radius: 0;
  background-color: #ffed1d;
  padding: 0;
}
.mobile-nav .navbar-option-dots .dropdown-menu.navbar-social ul {
  padding: 10px;
}
.mobile-nav .navbar-option-dots .dropdown-menu.navbar-social ul li a {
  color: #fff;
}
.mobile-nav .navbar-social ul {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.mobile-nav .navbar-social ul li {
  list-style: none;
}

.mobile-brand {
  position: relative;
  z-index: 1000;
}

.mean-container {
  position: relative;
}
.mean-container .mean-bar {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border-bottom: 0;
}
.mean-container a.meanmenu-reveal {
  padding-top: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  color: #ffed1d;
}
.mean-container a.meanmenu-reveal span {
  background-color: #ffed1d;
}
.mean-container .mean-nav {
  margin-top: 69px;
}
.mean-container .mean-nav .navbar-nav {
  max-height: 350px;
  overflow: auto;
}
.mean-container .mean-nav .navbar-nav .nav-item a {
  font-family: "Oswald", sans-serif;
  color: #000;
}
.mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #ffed1d;
}

.navbar-option-dots button {
  background-color: transparent;
  padding: 0;
}

.navbar-area.is-sticky {
  animation: 500ms running fadeInDown;
  transition: all 0.5s;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #fff;
}

.search-area {
  max-width: 250px;
  margin-left: auto;
}
.search-area .input-group {
  background-color: transparent;
  padding: 0;
  flex-wrap: nowrap;
}
.search-area .input-group-text {
  color: #272727;
}
.search-area .form-control {
  color: #272727;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  border: 0;
  border-bottom: 1px solid #858585;
  padding: 2px;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.search-area .form-control::-moz-placeholder {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: #646464;
}
.search-area .form-control::placeholder {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: #646464;
}
.search-area.search-area-white .input-group-text {
  color: #fff;
}
.search-area.search-area-white .form-control {
  color: #fff;
  border-bottom: 1px solid #B5B5B5;
}
.search-area.search-area-white .form-control::-moz-placeholder {
  color: #B5B5B5;
}
.search-area.search-area-white .form-control::placeholder {
  color: #B5B5B5;
}

.page-top-social ul {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.page-top-social ul li {
  font-size: 14px;
  margin-right: 15px;
  list-style: none;
}
.page-top-social ul li:last-child {
  margin-right: 0;
}
.page-top-social ul li a {
  color: #B5B5B5;
}
.page-top-social ul li a:hover {
  color: #ffed1d;
}

.page-top-grid {
  display: flex;
  align-items: center;
}
.page-top-grid .page-top-social {
  margin-left: 40px;
}

.rev-header {
  height: 950px;
}

.rev_slider_wrapper {
  height: 950px !important;
}

.revolution-header-title {
  font-family: "Oswald", sans-serif !important;
  font-weight: 700;
  color: #fff;
}
.revolution-header-title span {
  color: #ffed1d;
}

.header-blog-grid {
  display: flex;
  align-items: center;
}
.header-blog-grid a {
  display: flex;
  align-items: center;
}
.header-blog-grid a h3 {
  color: #646464;
  transition: all 0.3s linear !important;
}
.header-blog-grid a img {
  width: 100% !important;
  height: auto !important;
  transition: all 0.3s linear !important;
  opacity: 0.3;
}
.header-blog-grid a:hover h3 {
  color: #fff;
}
.header-blog-grid a:hover .header-blog-image img {
  opacity: 1;
}

.header-blog-text {
  padding-left: 15px;
}
.header-blog-text h3 {
  font-size: 23px !important;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 35px !important;
}
.header-blog-text h3 span {
  font-size: 70px !important;
  font-weight: 600;
  margin-right: 15px;
}
.header-blog-text.header-blog-text-col h3 {
  display: block;
}
.header-blog-text.header-blog-text-col h3 span {
  margin-right: 0;
  margin-bottom: 15px !important;
}

.header-blog-grid-lg .header-blog-image {
  flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  max-width: 120px;
}

.header-blog-grid-md .header-blog-image {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

.header-blog-grid-sm .header-blog-image {
  flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
}

.tp-bullet {
  flex: 0 0 9px;
  -ms-flex: 0 0 9px;
  max-width: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #B5B5B5;
  position: relative;
  transition: all 0.3s linear;
}
.tp-bullet:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #707070;
  position: absolute;
}
.tp-bullet.selected {
  flex: 0 0 15px;
  -ms-flex: 0 0 15px;
  max-width: 15px;
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.tp-bullet.selected:before {
  width: 16px;
  height: 16px;
}

.tp-bullets {
  top: 65% !important;
  display: flex;
  align-items: center;
}
.tp-bullets:before {
  content: "";
  width: 60px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
  position: absolute;
}

.header-carousel .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}
.header-carousel .slick-dots:before {
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
  position: absolute;
}
.header-carousel .slick-dots li {
  list-style: none;
  font-size: 0;
  flex: 0 0 9px;
  -ms-flex: 0 0 9px;
  max-width: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #B5B5B5;
  position: relative;
  transition: all 0.3s linear;
  margin-right: 30px;
  cursor: pointer;
}
.header-carousel .slick-dots li:last-child {
  margin-right: 0;
}
.header-carousel .slick-dots li button {
  padding: 0;
}
.header-carousel .slick-dots li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #707070;
  position: absolute;
}
.header-carousel .slick-dots li.slick-active {
  flex: 0 0 15px;
  -ms-flex: 0 0 15px;
  max-width: 15px;
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.header-carousel .slick-dots li.slick-active:before {
  width: 16px;
  height: 16px;
}

.header-carousel-item {
  padding-top: 195px;
  padding-bottom: 150px;
  background-position: top center;
  background-size: cover;
}

.header-carousel-item-1 {
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) -47%, rgba(0, 0, 0, 0.9) 69%), url(../images/homepage-four-hero/hero-1.jpg);
}

.header-carousel-item-2 {
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) -47%, rgba(0, 0, 0, 0.9) 69%), url(../images/homepage-four-hero/hero-2.jpg);
}

.header-carousel-item-3 {
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) -47%, rgba(0, 0, 0, 0.9) 69%), url(../images/homepage-four-hero/hero-3.jpg);
}

.header-carousel-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.header-carousel-content .header-content-text h1 {
  font-size: 60px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 20px;
}
.header-carousel-content .header-content-text h1:last-child {
  margin-bottom: 0;
}
.header-carousel-content .header-content-text h1 span {
  color: #ffed1d;
}
.header-carousel-content .header-content-text p {
  font-size: 17px;
  margin-bottom: 20px;
}
.header-carousel-content .header-content-text p:last-child {
  margin-bottom: 0;
}
.header-carousel-content.header-carousel-content-white .header-content-text h1 {
  color: #fff;
}
.header-carousel-content.header-carousel-content-white .header-content-text p {
  color: #c8c8c8;
}

.inner-page-header {
  padding-top: 200px;
  padding-bottom: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.inner-page-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -45%, rgba(35, 35, 35, 0.9) 59%);
}

.inner-header-bg-1 {
  background-image: url(../images/inner-header-bg-1.jpg);
}

.inner-header-bg-2 {
  background-image: url(../images/inner-header-bg-2.jpg);
}

.inner-header-bg-3 {
  background-image: url(../images/inner-header-bg-3.jpg);
}

.inner-header-bg-4 {
  background-image: url(../images/inner-header-bg-4.jpg);
}

.inner-header-content {
  position: relative;
  max-width: 1030px;
}
.inner-header-content .header-content-text .breadcrumb {
  margin-bottom: 18px;
}
.inner-header-content .header-content-text h1 {
  font-size: 50px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
  color: #272727;
}
.inner-header-content .header-content-text h1:last-child {
  margin-bottom: 0;
}
.inner-header-content .header-content-text h1 span {
  color: #ffed1d;
}
.inner-header-content .header-content-text p {
  font-size: 16px;
  margin-bottom: 25px;
}
.inner-header-content .header-content-text p:last-child {
  margin-bottom: 0;
}
.inner-header-content .header-content-text .post-entry {
  margin-bottom: 25px;
}
.inner-header-content .header-content-text .post-entry:last-child {
  margin-bottom: 0;
}
.inner-header-content.inner-header-content-white .header-content-text .breadcrumb .breadcrumb-item {
  color: #fff;
}
.inner-header-content.inner-header-content-white .header-content-text .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.inner-header-content.inner-header-content-white .header-content-text .breadcrumb .breadcrumb-item a:hover {
  color: #ffed1d;
}
.inner-header-content.inner-header-content-white .header-content-text .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.inner-header-content.inner-header-content-white .header-content-text h1 {
  color: #fff;
}
.inner-header-content.inner-header-content-white .header-content-text p {
  color: #fff;
}
.inner-header-content.inner-header-content-white .post-entry li {
  color: #fff;
}

.page-grid {
  display: flex;
  flex-wrap: wrap;
}
.page-grid.page-grid-reverse {
  flex-direction: row-reverse;
}
.page-grid.page-grid-reverse .page-grid-header {
  left: auto;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.page-grid.page-grid-reverse .page-grid-body {
  margin-left: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.page-grid-item {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.page-grid-item.page-grid-item-full {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-grid-item.page-grid-item-full.page-grid-body {
  margin-left: 0;
  padding-left: 80px;
  padding-right: 80px;
}
.page-grid-item.page-grid-item-full .fixed-top {
  width: 50%;
}
.page-grid-item.page-grid-item-full .main-nav {
  padding-left: 65px;
  padding-right: 65px;
  max-width: 100%;
}
.page-grid-item.page-grid-item-full .navbar-area.is-sticky {
  width: 50%;
}
.page-grid-item .mobile-nav .navbar-option {
  display: none;
}

.page-grid-header {
  height: 100vh;
  overflow: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 0;
  left: 0;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 20px;
  padding-bottom: 30px;
  z-index: 1;
}
.page-grid-header.header-no-overlay:before {
  content: none;
}
.page-grid-header .fixed-top {
  width: 50%;
  padding-left: 70px;
  padding-right: 70px;
}
.page-grid-header .navbar-area.is-sticky {
  left: 0;
  width: 50%;
}
.page-grid-header .mobile-nav {
  display: block;
}
.page-grid-header .main-nav {
  display: none;
}

.fixed-top-half .mobile-nav {
  display: block;
}
.fixed-top-half .main-nav {
  display: none;
}
.fixed-top-half .main-nav-black {
  position: relative;
  padding-left: 15px;
}
.fixed-top-half .main-nav-black:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.fixed-top-half .mobile-nav-black {
  position: relative;
}
.fixed-top-half .mobile-nav-black:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}

.side-header-bg-1 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-1.jpg);
}

.side-header-bg-2 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-2.jpg);
}

.side-header-bg-3 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-3.jpg);
}

.side-header-bg-4 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-4.jpg);
}

.side-header-bg-5 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-5.jpg);
}

.side-header-bg-6 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-6.jpg);
}

.side-header-bg-7 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-7.jpg);
}

.side-header-bg-8 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-8.jpg);
}

.side-header-bg-9 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-9.jpg);
}

.side-header-gradlessbg-1 {
  background-image: url(../images/homepage-three/page-body-bg-3.html);
}

.page-grid-left-shadow {
  box-shadow: inset 11px 0px 60px 0 rgba(0, 0, 0, 0.1);
}

.page-grid-right-shadow {
  box-shadow: inset -30px 0px 60px 0 rgba(0, 0, 0, 0.1);
}

.inner-page-side-header {
  height: 100vh;
  overflow: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 0;
  left: 0;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}
.inner-page-side-header .fixed-top {
  width: 50%;
  padding-left: 65px;
  padding-right: 65px;
}
.inner-page-side-header .navbar-area.is-sticky {
  left: 0;
  width: 50%;
}
.inner-page-side-header .mobile-nav {
  display: block;
}
.inner-page-side-header .main-nav {
  display: none;
}

.radial-gradient-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01);
  left: 0;
  top: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 1%, rgba(35, 35, 35, 0.6) 59%);
}

.page-turn-controller {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.page-turn-controller button {
  display: flex;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #272727;
  transition: all 0.3s linear;
  margin-right: 20px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.page-turn-controller button:last-child {
  margin-right: 0;
}
.page-turn-controller button.page-turn-left {
  flex-direction: row-reverse;
}
.page-turn-controller button i {
  font-size: 12px;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
}
.page-turn-controller button:hover {
  color: #ffed1d;
}
.page-turn-controller button:active, .page-turn-controller button:focus {
  box-shadow: none;
  border: 0;
  outline: 0;
}

.page-turn-controller-white button {
  color: #fff;
}
.page-turn-controller-white button:hover {
  color: #ffed1d;
}

.page-turn-left i {
  margin-right: 5px;
}
.page-turn-left:hover i {
  transform: translateX(-5px);
}

.page-turn-right i {
  margin-left: 5px;
}
.page-turn-right:hover i {
  transform: translateX(5px);
}

.page-grid-full-nav {
  width: 50%;
}
.bb-bookblock {
  width: 100%;
  height: 100%;
  perspective: none;
}

.bb-grid {
  display: flex;
}

.bb-custom-wrapper {
  height: 100vh;
}

.page-header-inner {
  height: 100%;
}

.page-header-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-header-content h1 {
  font-size: 65px;
  color: #272727;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 30px;
}
.page-header-content h1 span {
  color: #ffed1d;
}
.page-header-content p {
  font-size: 16px;
  color: #515151;
  margin-bottom: 30px;
}
.page-header-content p:last-child {
  margin-bottom: 0;
}
.page-header-content .post-entry {
  margin-bottom: 30px;
}
.page-header-content .post-entry :last-child {
  margin-bottom: 0;
}
.page-header-content.page-header-content-sm h1 {
  font-size: 45px;
}
.page-header-content.page-header-content-full h1 {
  width: 100%;
}

.header-bottom {
  margin-top: -15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.header-bottom .header-social {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.header-bottom .header-bottom-link {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.header-bottom .header-bottom-link p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
.header-bottom .header-bottom-link p a {
  display: flex;
  align-items: center;
}
.header-bottom .header-bottom-link p a i {
  margin-left: 6px;
}
.header-bottom .header-bottom-link p a i:before {
  vertical-align: bottom;
}

.page-header-justify-between {
  justify-content: space-between;
}

.page-header-justify-end {
  justify-content: flex-end;
}

.page-header-justify-center {
  justify-content: center;
}

.page-header-align-end {
  justify-content: flex-end;
}

.page-header-content-white h1 {
  color: #fff;
}
.page-header-content-white h1 span {
  color: #ffed1d;
}
.page-header-content-white p {
  color: #fff;
}
.page-header-content-white .header-bottom-link p a {
  color: #fff;
}
.page-header-content-white .header-bottom-link p a:hover {
  color: #ffed1d;
}
.page-header-content-white .breadcrumb .breadcrumb-item {
  color: #fff;
}
.page-header-content-white .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.page-header-content-white .breadcrumb .breadcrumb-item a:hover {
  color: #ffed1d;
}
.page-header-content-white .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.page-header-content-white .post-entry li {
  color: #fff;
}

.page-header-content-grid {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
  position: relative;
}
.page-header-content-grid .header-content-text {
  flex: 0 0 460px;
  -ms-flex: 0 0 460px;
  max-width: 460px;
}
.page-header-content-grid h1 {
  font-size: 80px;
  color: #272727;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 30px;
}
.page-header-content-grid h1 span {
  color: #ffed1d;
}
.page-header-content-grid p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
.page-header-content-grid.page-header-content-grid-white h1 {
  color: #fff;
}
.page-header-content-grid.page-header-content-grid-white h1 span {
  color: #ffed1d;
}
.page-header-content-grid.page-header-content-grid-white p {
  color: #fff;
}

.page-last-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 50px;
}
.page-last-content .page-header-content-grid {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}
.page-last-content .page-header-content-grid .header-content-text {
  flex: 0 0 570px;
  -ms-flex: 0 0 570px;
  max-width: 570px;
}
.page-last-content .page-header-content-grid .page-turn-controller {
  width: 100%;
  justify-content: space-between;
}

.news-title {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}
.news-title h2 {
  font-size: 35px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  position: relative;
  margin-bottom: 0;
}
.news-title h2:after {
  content: "";
  width: 100%;
  height: 18px;
  background-image: url(../images/right-arrow-light.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.news-title.news-title-dark h2 {
  color: #fff;
}
.news-title.news-title-dark h2:after {
  background-image: url(../images/right-arrow.png);
}

.news-card {
  margin-bottom: 30px;
}

.news-card-video .news-card-thumb {
  position: relative;
}
.news-card-video .news-card-thumb img {
  opacity: 0.4;
}
.news-card-video .news-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes videoBubble {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.news-video-icon {
  width: 75px;
  height: 75px;
}
.news-video-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 200, 55, 0.9);
  color: #272727;
  border-radius: 50%;
  font-size: 22px;
  position: relative;
}
.news-video-icon a:before {
  content: "";
  width: 85px;
  height: 85px;
  background-color: rgba(255, 200, 55, 0.71);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.news-video-icon a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 200, 55, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: videoBubble 3s infinite linear;
}

.news-card-thumb {
  margin-bottom: 20px;
  overflow: hidden;
}

.news-card-content h3, .news-flat-content h3 {
  font-size: 29px;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #272727;
}
.news-card-content h3 a, .news-flat-content h3 a {
  color: #272727;
}
.news-card-content h3 a:hover, .news-flat-content h3 a:hover {
  color: #ffed1d;
}
.news-card-content p, .news-flat-content p {
  font-size: 15px;
  font-weight: 400;
}
.news-card-content > p, .news-flat-content > p {
  line-height: 1.6em;
}
.news-card-content .news-card-link, .news-flat-content .news-card-link {
  font-size: 17px;
}

.news-card-action {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-top: -13px;
}

.news-card-entry {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -5px;
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
}
.news-card-entry li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-right: 8px;
  color: #111;
  display: flex;
  align-items: center;
}
.news-card-entry li + li:before {
  content: "•";
  font-size: 24px;
  line-height: 1;
  margin-right: 8px;
}
.news-card-entry li i {
  font-size: 18px;
  margin-right: 10px;
}

.news-card-link {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
.news-card-link a {
  position: relative;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #333;
}
.news-card-link a:after {
  content: "\f103";
  font-family: Flaticon;
  font-size: 13px;
  position: absolute;
  right: 0;
  transform: translate(5px, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 50%;
}
.news-card-link a:hover {
  padding-right: 20px;
  color: #ffed1d;
}
.news-card-link a:hover:after {
  transform: translate(0, -50%);
  opacity: 1;
}

.news-card-dark .news-card-content h3, .news-card-dark .news-flat-content h3 {
  color: #fff;
}
.news-card-dark .news-card-content h3 a, .news-card-dark .news-flat-content h3 a {
  color: #fff;
}
.news-card-dark .news-card-content h3 a:hover, .news-card-dark .news-flat-content h3 a:hover {
  color: #ffed1d;
}
.news-card-dark .news-card-content p, .news-card-dark .news-flat-content p {
  color: #dbdbdb;
}
.news-card-dark .news-card-entry li {
  color: #cccccc;
}
.news-card-dark .news-card-link a {
  color: #fff;
}
.news-card-dark .news-card-link a:hover {
  color: #ffed1d;
}
.news-card-dark .news-author {
  color: #dbdbdb;
}

.author-name span {
  text-transform: uppercase;
  font-weight: 500;
}
.author-name strong {
  text-transform: uppercase;
  font-weight: 500;
}

.name {
  text-transform: uppercase;
}

.news-card-flat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.news-card-flat .news-card-thumb {
  margin-right: 20px;
  margin-bottom: 0;
  flex: 0 0 115px;
  -ms-flex: 0 0 115px;
  max-width: 115px;
}
.news-card-flat .news-card-content, .news-card-flat .news-flat-content {
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.news-card-flat .news-card-content .news-card-entry, .news-card-flat .news-flat-content .news-card-entry {
  margin-top: -5px;
  margin-bottom: 15px;
}
.news-card-flat .news-card-content .news-card-entry li, .news-card-flat .news-flat-content .news-card-entry li {
  margin-top: 5px;
  margin-bottom: 0;
}
.news-card-flat .news-card-content .news-card-link, .news-card-flat .news-flat-content .news-card-link {
  margin-top: auto;
}

.news-flat {
  margin-bottom: 30px;
}
.news-flat a {
  display: flex;
  align-items: center;
}
.news-flat a:hover .news-flat-content h3 {
  color: #ffed1d;
}
.news-flat a:hover .news-flat-thumb:before {
  opacity: 1;
  visibility: visible;
}
.news-flat a:hover .news-flat-thumb img {
  transform: scale(1.02);
}
.news-flat a .news-card-entry li {
  color: #333333;
}

.news-flat-content h3 {
  transition: all 0.3s linear;
  font-size: 21px;
}

.news-flat-thumb {
  flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  max-width: 120px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.news-flat-thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 200, 55, 0.75);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.news-flat-thumb img {
  width: 100%;
  transition: all 0.3s linear;
}

.news-flat-dark .news-card-content h3, .news-flat-dark .news-flat-content h3 {
  color: #fff;
}
.news-flat-dark .news-card-content p, .news-flat-dark .news-flat-content p {
  color: #cccccc;
}
.news-flat-dark .news-card-entry li {
  color: #cccccc !important;
}

.news-follow {
  padding: 15px 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-follow h4 {
  font-size: 23px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 15px;
}
.news-follow .social-list {
  margin-bottom: 15px;
}
.news-follow .social-list li a:hover {
  color: #fff;
}
.news-follow .social-list-full {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
}
.news-follow .social-list-full li {
  font-size: 15px;
}

.news-follow-mainbg {
  background-color: #ffed1d;
}

.news-content-flex {
  display: flex;
  align-items: baseline;
}
.news-content-flex h3 {
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  margin-right: 15px;
}

.news-author {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #272727;
}

.news-newsletter-2 h3 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
}
.news-newsletter-2 .form-group {
  padding-bottom: 30px;
}
.news-newsletter-2 .input-group {
  border: 1px solid #B5B5B5;
  background-color: transparent;
  padding: 8px 8px 8px 20px;
  border-radius: 0;
  margin-bottom: 10px;
}
.news-newsletter-2 .form-control {
  border: 0;
  padding: 0;
  margin-right: 10px;
}
.news-newsletter-2 .main-btn {
  padding: 10px 40px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.news-newsletter-2 .text-muted {
  color: #515151 !important;
}

.news-newsletter {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #E6E6E6;
}
.news-newsletter h3 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
}
.news-newsletter .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.news-newsletter .form-group .form-control {
  padding: 15px 20px;
  background-color: #fff;
  color: #272727;
  font-size: 16px;
  border-radius: 0;
  margin-right: 15px;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  border: 0;
}
.news-newsletter .form-group .form-control::-moz-placeholder {
  color: #858585;
}
.news-newsletter .form-group .form-control::placeholder {
  color: #858585;
}
.news-newsletter .main-btn {
  flex: 0 0 290px;
  -ms-flex: 0 0 290px;
  max-width: 290px;
}

.news-newsletter-full .form-group .form-control {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.news-newsletter-full .main-btn {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.news-newsletter-dark {
  background-color: #333333;
}
.news-newsletter-dark h3 {
  color: #fff;
}
.news-newsletter-dark .form-group .form-control {
  background-color: #272727;
  color: #fff;
}
.news-newsletter-dark .form-group .form-control::-moz-placeholder {
  color: #858585;
}
.news-newsletter-dark .form-group .form-control::placeholder {
  color: #858585;
}
.news-newsletter-dark #validator-newsletter {
  color: #ccc;
}

.news-card-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.news-card-grid-item {
  margin-bottom: 20px;
}
.news-card-grid-item .news-card-thumb {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-1 {
  background-image: url(../images/travel/travel-lg-1.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-2 {
  background-image: url(../images/travel/travel-lg-2.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-3 {
  background-image: url(../images/travel/travel-lg-3.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-4 {
  background-image: url(../images/travel/travel-camera.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-5 {
  background-image: url(../images/travel/travel-lg-4.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-6 {
  background-image: url(../images/fashion/fashion-xl-1.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-7 {
  background-image: url(../images/fashion/fashion-xl-2.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-8 {
  background-image: url(../images/travel/travel-lg-5.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-9 {
  background-image: url(../images/travel/travel-lg-6.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-10 {
  background-image: url(../images/fashion/fashion-xl-3.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-11 {
  background-image: url(../images/fashion/fashion-xl-4.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-12 {
  background-image: url(../images/travel/travel-lg-7.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-13 {
  background-image: url(../images/travel/travel-long-8.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-14 {
  background-image: url(../images/travel/travel-lg-8.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-15 {
  background-image: url(../images/travel/travel-lg-9.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-16 {
  background-image: url(../images/travel/travel-lg-10.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-17 {
  background-image: url(../images/fashion/fashion-xl-5.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-18 {
  background-image: url(../images/fashion/fashion-xl-6.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-19 {
  background-image: url(../images/fashion/fashion-xl-7.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-20 {
  background-image: url(../images/men/men-xl-1.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-21 {
  background-image: url(../images/men/men-xl-2.jpg);
}
.news-card-grid-item .news-card-thumb.news-thumb-bg-22 {
  background-image: url(../images/men/men-xl-3.jpg);
}
.news-card-grid-item .news-grid-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news-card-grid-item .news-grid-header .news-card-entry {
  margin-bottom: 0;
}
.news-card-grid-item .news-grid-header .news-card-entry li {
  margin-bottom: 0;
}
.news-card-grid-item .news-grid-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-card-grid-item .news-grid-details-image {
  position: relative;
}
.news-card-grid-item .news-grid-details-image .news-card-thumb {
  height: 100%;
}
.news-card-grid-item .news-grid-details-image .page-turn-controller {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.news-grid-header h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  color: #272727;
}
.news-grid-header h3 a {
  color: #272727;
}
.news-grid-header h3 a span {
  color: #ffed1d;
}
.news-grid-header h3 a:hover {
  color: #ffed1d;
}
.news-grid-header h3 span {
  color: #ffed1d;
}

.news-card-grid-dark .news-grid-header h3 {
  color: #fff;
}
.news-card-grid-dark .news-grid-header h3 a {
  color: #fff;
}
.news-card-grid-dark .news-grid-header h3 a span {
  color: #ffed1d;
}
.news-card-grid-dark .news-grid-header h3 a:hover {
  color: #ffed1d;
}
.news-card-grid-dark .news-card-entry li {
  color: #cccccc;
}
.news-card-grid-dark .news-grid-details p {
  color: #cccccc;
}
.news-card-grid-dark .news-card-link a {
  color: #fff;
}
.news-card-grid-dark .news-card-link a:hover {
  color: #ffed1d;
}
.news-card-grid-dark .news-author {
  color: #c8c8c8;
}

.news-grid-details-para > p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6em;
}
.news-grid-details-para img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.news-grid-action {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-top: -15px;
}
.news-grid-action .news-author {
  margin-top: 15px;
  margin-bottom: 0;
}
.news-grid-action .news-card-link {
  margin-top: 15px;
  margin-bottom: 0;
}

.page-grid-body {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.page-grid-body .container {
  max-width: 800px;
}
.page-grid-body .mobile-nav {
  display: block;
  padding-left: 80px;
  padding-right: 80px;
}
.page-grid-body .main-nav {
  display: none;
}

.page-body-inner {
  position: relative;
}

.page-body-bg {
  height: 100vh;
  overflow: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-body-bg.page-body-bg-1 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(35, 35, 35, 0.6) 59%), url(../images/homepage-three/page-body-bg-1.html);
}
.page-body-bg.page-body-bg-2 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(35, 35, 35, 0.6) 59%), url(../images/homepage-three/page-body-bg-2.html);
}

.page-news-box {
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
}
.page-news-box .news-card-content h3, .page-news-box .news-flat-content h3 {
  font-size: 22px;
}
.page-news-box .news-card-content .news-card-link, .page-news-box .news-flat-content .news-card-link {
  font-size: 13px;
}
.page-news-box .news-flat-thumb {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}
.page-news-box .news-flat-content h3 {
  font-size: 15px;
}
.page-news-box .news-card-entry li {
  font-size: 13px;
}
.page-news-box .news-card-entry li i {
  font-size: 15px;
  margin-right: 5px;
}

.news-follow-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-follow-list-facebook {
  background-color: #3B5998;
}

.news-follow-list-twitter {
  background-color: #00ACEE;
}

.news-follow-list-instagram {
  background-color: #DD2A7B;
}

.news-follow-list-youtube {
  background-color: #C4302B;
}

.news-follow-list-vimeo {
  background-color: #86C9EF;
}

.news-follow-list-item {
  transition: all 0.3s linear;
  margin-bottom: 15px;
}
.news-follow-list-item:last-child {
  margin-bottom: 0;
}
.news-follow-list-item:hover {
  background-color: #ffed1d;
}
.news-follow-list-item a {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
}
.news-follow-list-item a span {
  font-family: "Oswald", sans-serif;
}

.news-poster figure {
  margin-bottom: 0;
}

.page-3-body-titles {
  flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
  margin-bottom: 20px;
}
.page-3-body-titles .page-2-titles-main {
  font-size: 45px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  font-weight: 600;
  margin-bottom: 30px;
}
.page-3-body-titles .page-2-titles-main:last-child {
  margin-bottom: 0;
}
.page-3-body-titles .page-2-titles-main span {
  color: #ffed1d;
}
.page-3-body-titles h3 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  font-weight: 600;
  margin-bottom: 30px;
}
.page-3-body-titles h3:last-child {
  margin-bottom: 0;
}
.page-3-body-titles h3 span {
  color: #ffed1d;
}
.page-3-body-titles h4 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  font-weight: 600;
  margin-bottom: 30px;
}
.page-3-body-titles h4:last-child {
  margin-bottom: 0;
}
.page-3-body-titles h4 span {
  color: #ffed1d;
}
.page-3-body-titles.page-3-body-titles-white .page-2-titles-main {
  color: #fff;
}
.page-3-body-titles.page-3-body-titles-white h3 {
  color: #fff;
}
.page-3-body-titles.page-3-body-titles-white h4 {
  color: #fff;
}
.page-3-body-titles.page-3-body-titles-xl {
  max-width: 380px;
  width: 380px;
}

.flex-column .page-3-body-titles {
  flex: 1;
  -ms-flex: 1;
}

.page-3-redirect {
  flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
  margin-bottom: 20px;
}
.page-3-redirect h3 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  font-weight: 600;
  margin-bottom: 0;
}
.page-3-redirect h3 a {
  color: #fff;
}
.page-3-redirect h3 a span {
  color: #ffed1d;
}

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed #646464;
}
.divider.divider-light {
  border-top-color: #c8c8c8;
}
.divider.divider-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.footer-content-item {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  text-align: center;
}
.footer-content-item .social-list {
  justify-content: flex-end;
}
.footer-content-item.text-left {
  text-align: left;
}

.footer-logo a {
  display: block;
}
.footer-logo .footer-logo2 {
  display: none;
}

.footer-list {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -10px;
}
.footer-list li {
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-top: 10px;
  position: relative;
  list-style: none;
  margin-right: 30px;
}
.footer-list li a {
  color: #272727;
  transition: all 0.3s linear;
}
.footer-list li:hover a {
  color: #ffed1d;
}
.footer-list li:last-child {
  margin-right: 0;
}

.footer-list-white li a {
  color: #fff;
}
.footer-list-white li a:hover {
  color: #ffed1d;
}

.footer-lower {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-lower-border {
  border-top: 1px solid rgba(133, 133, 133, 0.5);
}
.footer-lower-border.footer-lower-border-light {
  border-color: #E6E6E6;
}

.footer-copyright-text {
  padding-right: 20px;
  margin-right: 20px;
  text-align: center;
}
.footer-copyright-text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  color: #515151;
}
.footer-copyright-text p a {
  color: #272727;
  font-weight: 700;
}
.footer-copyright-text p a:hover {
  color: #ffed1d;
}
.footer-copyright-text.footer-copyright-text-white p {
  color: #fff;
}
.footer-copyright-text.footer-copyright-text-white p a {
  color: #ffed1d;
}
.footer-copyright-text.footer-copyright-text-white p a:hover {
  color: #ffed1d;
}

.about-content {
  padding-bottom: 10px;
}
.about-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.about-content figure {
  margin-bottom: 20px;
}

.about-blockquote {
  padding: 50px 70px;
  margin-bottom: 30px;
}

.about-blockquote-inner {
  position: relative;
  padding-left: 40px;
}
.about-blockquote-inner:before {
  content: "\f10d";
  font-family: Flaticon;
  position: absolute;
  font-size: 25px;
  top: 0;
  left: 0;
  line-height: 1;
}

.about-blockquote-text {
  margin-bottom: 20px;
}
.about-blockquote-text p {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
  color: #272727;
}

.about-blockquote-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-blockquote-author img {
  border-radius: 50%;
  margin-right: 10px;
  flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
}
.about-blockquote-author p {
  margin-bottom: 0;
  font-size: 14px;
  color: #272727;
  display: flex;
  align-items: center;
}
.about-blockquote-author p span {
  font-style: italic;
  margin-left: 5px;
  font-weight: 500;
}

.about-blockquote-controller {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-blockquote-container {
  position: relative;
}

.slick-slider, .slick-track, .slick-slide {
  outline: 0;
  border: 0;
}
.slick-slider:focus, .slick-track:focus, .slick-slide:focus {
  outline: 0;
  border: 0;
}

.about-history-counter {
  margin-bottom: 10px;
}
.about-history-counter .history-content h3 {
  font-size: 40px;
}

.contact-info-item {
  margin-bottom: 10px;
}

.product-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
  margin-bottom: 30px;
}

.product-list-header-item {
  padding-left: 10px;
  padding-right: 10px;
}

.product-list-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.product-list-search {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.product-list-search .form-group {
  margin-bottom: 0;
  display: flex;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  padding: 15px 20px;
}
.product-list-search .form-group .form-control {
  border: 0;
  padding: 0;
}
.product-list-search .form-group button {
  background-color: transparent;
  padding: 0;
  color: #ccc;
  font-size: 17px;
}
.product-list-search.product-list-search-white .form-group .form-control {
  color: #fff;
}

.product-list-form {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

.nice-select {
  padding: 15px 35px 15px 20px;
  height: auto;
  line-height: 1.5;
  font-size: 16px;
  border: 1px solid #B5B5B5;
  background: transparent;
  border-radius: 0;
  color: #ccc;
}
.nice-select.open, .nice-select:focus {
  border-color: #B5B5B5;
  color: #fff;
}
.nice-select.open:after, .nice-select:focus:after {
  transform: translateY(-50%);
}
.nice-select:hover {
  border-color: #B5B5B5;
}
.nice-select:after {
  content: "\f100";
  font-family: Flaticon;
  border: 0;
  font-size: 13px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin-top: 0;
  height: auto;
  right: 15px;
  width: auto;
  transform-origin: center;
}
.nice-select .list {
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
}
.nice-select .list li {
  font-size: 15px;
  color: #272727;
}
.nice-select .list li:hover {
  background-color: #ffed1d;
}
.nice-select .list li.option.focus, .nice-select .list li.option.selected.focus {
  background-color: #ffed1d;
}

.product-list-result {
  margin-top: 20px;
}
.product-list-result p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #272727;
}
.product-list-result p span {
  font-weight: 600;
}
.product-list-result.product-list-result-white p {
  color: #fff;
}

.review-star {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.review-star li {
  margin-right: 5px;
  color: #707070;
  list-style: none;
  font-size: 14px;
}
.review-star li.full-star {
  color: #ffed1d;
}
.review-star li.half-star {
  color: #ffed1d;
}
.review-star li:last-child {
  margin-right: 0;
}

.review-star-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -5px;
}
.review-star-group .review-star-list {
  margin-top: 5px;
  margin-right: 10px;
}
.review-star-group span {
  color: #515151;
  font-size: 15px;
  margin-top: 5px;
  margin-left: 10px;
}

.product-card:hover .product-card-thumb img {
  transform: scale(1.1);
}
.product-card:hover .product-card-thumb .product-cart {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}
.product-card:hover .product-card-details h3 a {
  color: #ffed1d;
}

.product-card-thumb {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.product-card-thumb img {
  transition: all 0.3s linear;
}
.product-card-thumb .product-cart {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 45px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
  white-space: nowrap;
}

.product-card-white .product-card-details h3 {
  color: #fff;
}
.product-card-white .product-card-details h3 a {
  color: #fff;
}
.product-card-white .product-card-details h3 a:hover {
  color: #ffed1d;
}
.product-card-white .product-price {
  color: #dbdbdb;
}

.product-card-details {
  text-align: center;
}
.product-card-details h3 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 15px;
}
.product-card-details h3:last-child {
  margin-bottom: 0;
}
.product-card-details h3 a {
  color: #272727;
}
.product-card-details h3 a:hover {
  color: #ffed1d;
}
.product-card-details .product-price {
  margin-bottom: 15px;
  justify-content: center;
}
.product-card-details .product-price:last-child {
  margin-bottom: 0;
}
.product-card-details .review-star {
  margin-bottom: 15px;
  justify-content: center;
}
.product-card-details .review-star:last-child {
  margin-bottom: 0;
}

.product-price {
  color: #515151;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.product-price del {
  margin-right: 10px;
  font-size: 17px;
  color: #ffed1d;
}

.product-details-nav {
  max-height: 380px;
  overflow: hidden;
}
.product-details-nav .slick-list {
  height: 100% !important;
}
.product-details-nav .item {
  margin-bottom: 15px;
  cursor: pointer;
  border: 0;
}
.product-details-nav .item img {
  width: 100%;
}

.product-details-for {
  max-height: 380px;
  overflow: hidden;
}
.product-details-for .slick-list {
  height: 100% !important;
}
.product-details-for .item img {
  width: 100%;
}

.default-carousel-controller {
  display: flex;
  margin-top: 15px;
}
.default-carousel-controller button {
  flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  width: 35px;
  height: 35px;
  background-color: #ffed1d;
  color: #272727;
  margin-right: 10px;
  font-size: 15px;
  transition: all 0.3s linear;
}
.default-carousel-controller button:last-child {
  margin-right: 0;
}
.default-carousel-controller button:hover {
  background-color: #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}

.product-details-controller {
  justify-content: flex-end;
}

.product-details-nav-area .product-details-controller {
  display: none;
}

.page-grid-body .inner-header-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-details-caption {
  margin-bottom: 50px;
}
.product-details-caption h3 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-details-caption h5 {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-details-caption h4.product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-details-caption .review-star-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-details-caption .review-star-group span {
  margin-top: 0;
}
.product-details-caption p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6em;
}
.product-details-caption .product-size {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.product-details-caption .product-size li {
  list-style: none;
  margin-right: 15px;
}
.product-details-caption .product-size li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  font-size: 16px;
  font-weight: 500;
  background-color: #c8c8c8;
  color: #272727;
}
.product-details-caption .product-size li a:hover {
  background-color: #ffed1d;
  color: #272727;
}
.product-details-caption .product-size li.active a {
  background-color: #ffed1d !important;
  color: #272727 !important;
}
.product-details-caption.product-details-caption-white h3 {
  color: #fff;
}
.product-details-caption.product-details-caption-white h4.product-price {
  color: #ccc;
}
.product-details-caption.product-details-caption-white h5 {
  color: #fff;
}
.product-details-caption.product-details-caption-white .review-star-group span {
  color: #dbdbdb;
}
.product-details-caption.product-details-caption-white p {
  color: #dbdbdb;
}
.product-details-caption.product-details-caption-white .product-size li a {
  background-color: #464646;
  color: #fff;
}
.product-details-caption.product-details-caption-white .product-size li a:hover {
  background-color: #ffed1d;
  color: #272727;
}
.product-details-caption.product-details-caption-white .cart-quantity button {
  background-color: #464646;
  color: #fff;
}
.product-details-caption.product-details-caption-white .cart-quantity button:hover {
  background-color: #ffed1d;
  color: #272727;
}
.product-details-caption.product-details-caption-white .cart-quantity input {
  background-color: #464646;
  color: #ffed1d;
}
.product-details-caption.product-details-caption-white .product-addwishlist a {
  color: #fff;
}
.product-details-caption.product-details-caption-white .product-addwishlist a:hover {
  color: #ffed1d;
}
.product-details-caption.product-details-caption-white .product-action-share span {
  color: #dbdbdb;
}

.product-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -20px;
}

.product-action-self {
  display: flex;
  flex-wrap: wrap;
}

.product-action-self-item {
  margin-top: 20px;
  margin-right: 20px;
}

.cart-quantity {
  display: flex;
}
.cart-quantity button {
  padding: 10px 22px;
  font-size: 16px;
  color: #272727;
  background-color: #c8c8c8;
  transition: all 0.3s linear;
  margin-right: 8px;
}
.cart-quantity button:last-child {
  margin-right: 0;
}
.cart-quantity button:hover {
  background-color: #ffed1d;
}
.cart-quantity input {
  padding: 5px 10px;
  border: 0;
  outline: 0;
  background-color: transparent;
  flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  text-align: center;
  font-size: 16px;
  color: #272727;
  background-color: #c8c8c8;
  margin-right: 8px;
}

.product-addcart .main-btn {
  padding: 10px 25px;
}

.product-addwishlist {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}
.product-addwishlist a {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #272727;
}
.product-addwishlist a:hover {
  color: #ffed1d;
}
.product-addwishlist a i {
  margin-right: 10px;
  font-size: 16px;
}

.product-action-share {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.product-action-share span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  color: #515151;
}
.product-action-share .social-list li {
  margin-right: 5px;
}
.product-action-share .social-list li:last-child {
  margin-right: 0;
}

.product-tab-list {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.product-tab-list li {
  list-style: none;
  padding: 10px 15px;
  background-color: #c8c8c8;
  border: 2px solid #c8c8c8;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  color: #272727;
  transition: all 0.3s linear;
}
.product-tab-list li:hover {
  background-color: transparent;
  border-color: #ffed1d;
  color: #272727;
}
.product-tab-list li.active {
  background-color: transparent;
  border-color: #ffed1d;
  color: #272727;
}
.product-tab-list.product-tab-list-white li {
  background-color: #464646;
  border-color: #464646;
  color: #fff;
}
.product-tab-list.product-tab-list-white li:hover {
  background-color: transparent;
  border-color: #ffed1d;
  color: #fff;
}
.product-tab-list.product-tab-list-white li.active {
  background-color: transparent;
  border-color: #ffed1d;
  color: #fff;
}

.product-description p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6em;
}
.product-description ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-description ul li {
  list-style: none;
  font-size: 16px;
  padding-left: 27px;
  color: #515151;
  position: relative;
  margin-bottom: 10px;
}
.product-description ul li:last-child {
  margin-bottom: 0;
}
.product-description ul li:before {
  content: "\eb55";
  font-family: "boxicons" !important;
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -3px;
}
.product-description.product-description-white p {
  color: #dbdbdb;
}
.product-description.product-description-white ul li {
  color: #fff;
}
.product-description.product-description-white ul li:before {
  color: #dbdbdb;
}

.product-review-box {
  margin-bottom: 30px;
}
.product-review-box.product-review-box-white .product-review-header-item h3 {
  color: #fff;
}
.product-review-box.product-review-box-white .product-review-header-item h4 {
  color: #ccc;
}
.product-review-box.product-review-box-white .product-review-content p {
  color: #dbdbdb;
}

.product-review-item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.product-review-thumb {
  flex: 0 0 120px;
  -ms-flex: 0 120px;
  max-width: 120px;
  margin-right: 15px;
}
.product-review-thumb img {
  width: 100%;
}

.product-review-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 10px;
}

.product-review-header-item {
  margin-top: 10px;
}
.product-review-header-item h3 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 10px;
}
.product-review-header-item h4 {
  font-size: 14px;
  color: #111;
  margin-bottom: 0;
}
.product-review-header-item .main-btn {
  padding: 10px 25px;
}

.product-review-content p {
  font-size: 15px;
  margin-bottom: 0;
}

.product-review-area.product-review-area-white .sub-section-title .sub-section-title-heading {
  color: #fff;
}
.product-review-area.product-review-area-white .form-control {
  border-color: #B5B5B5;
  color: #fff;
}
.product-review-area.product-review-area-white .form-control::-moz-placeholder {
  color: #dbdbdb;
}
.product-review-area.product-review-area-white .form-control::placeholder {
  color: #dbdbdb;
}
.product-review-area.product-review-area-white .input-checkbox label {
  color: #dbdbdb;
}
.product-review-area.product-review-area-white .input-checkbox label:before {
  color: #707070;
}

.product-review-item-reply {
  padding-left: 130px;
}

.product-review-area-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-review-area-header .sub-section-title {
  margin-top: 10px;
}
.product-review-area-header .sub-section-title .sub-section-title-heading:last-child {
  margin-bottom: 0;
}
.product-review-area-header .star-rating {
  margin-bottom: 20px;
}

.star-rating {
  flex: 0 0 125px;
  -ms-flex: 0 0 120px;
  max-width: 120px;
  width: 125px;
  font-size: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.star-rating input {
  display: none;
}
.star-rating label {
  color: #ffed1d;
  cursor: pointer;
}
.star-rating label:before {
  content: "\f11a";
  font-family: Flaticon;
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #ffed1d;
}
.star-rating label:hover:before, .star-rating label:hover ~ label:before {
  content: "\f114";
  font-family: Flaticon;
}
.star-rating input:checked ~ label {
  color: #ffed1d;
}
.star-rating input:checked ~ label:before {
  content: "\f114";
  font-family: Flaticon;
}

.product-review-input .form-group {
  margin-bottom: 20px;
}

.product-tab-information-item {
  display: none;
}
.product-tab-information-item.active {
  display: block;
}

.product-details-tab {
  margin-bottom: 50px;
}

.related-product-area {
  margin-top: 50px;
}

.related-product-area-white .sub-section-title .sub-section-title-heading {
  color: #fff;
}

.related-product-carousel .slick-list {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.related-product-carousel .item {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.related-product-carousel .product-card-details h3 {
  font-size: 18px;
}
.related-product-carousel .product-card-details .product-price {
  font-size: 16px;
}

.related-product-carousel-controller {
  justify-content: center;
  margin-top: 30px;
}

.cart-table {
  overflow: auto;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: inline-block;
}
.cart-table::-webkit-scrollbar {
  height: 7px;
}
.cart-table::-webkit-scrollbar-thumb {
  background: #B5B5B5;
}
.cart-table::-webkit-scrollbar-track {
  background: #dfdfdf;
}
.cart-table table {
  width: 100%;
  border-radius: 0;
}
.cart-table table thead tr th {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  color: #272727;
  text-align: left;
}
.cart-table table thead tr th:first-child {
  padding-left: 0;
}
.cart-table table thead tr th:last-child {
  padding-right: 0;
}
.cart-table table tbody tr td {
  font-size: 20px;
  color: #515151;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 15px 20px;
  transition: all 0.3s linear;
  white-space: nowrap;
  text-align: left;
}
.cart-table table tbody tr td:first-child {
  padding-left: 0;
}
.cart-table table tbody tr td:last-child {
  padding-right: 0;
}
.cart-table table tbody tr td.weight-500 {
  font-weight: 500;
}
.cart-table table tbody tr td .main-btn {
  padding: 10px 25px;
  box-shadow: none;
  font-size: 14px;
}
.cart-table table tbody tr td .cart-quantity {
  border: 0;
}
.cart-table table tbody tr td .cart-quantity button {
  width: 45px;
  height: 35px;
  background-color: #ffed1d;
  color: #272727;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.cart-table table tbody tr td .cart-quantity input {
  flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  max-width: 45px;
  width: 45px;
  height: 35px;
  padding: 0;
  font-size: 17px;
  border-left: 0;
  border-right: 0;
  background-color: #e9e9e9;
  transition: all 0.3s linear;
}
.cart-table table tbody tr td.cancel a {
  font-size: 14px;
  transition: all 0.3s linear;
  border-radius: 3px;
  color: #272727;
}
.cart-table table tbody tr td.cancel a:hover {
  color: #ffed1d;
}
.cart-table.cart-table-white table thead tr th {
  color: #fff;
}
.cart-table.cart-table-white table tbody tr td {
  color: #dbdbdb;
}
.cart-table.cart-table-white table tbody tr td .cart-quantity {
  border: 0;
}
.cart-table.cart-table-white table tbody tr td .cart-quantity button {
  background-color: #ffed1d;
  color: #272727;
}
.cart-table.cart-table-white table tbody tr td .cart-quantity input {
  background-color: #464646;
  transition: all 0.3s linear;
  color: #ffed1d;
}
.cart-table.cart-table-white table tbody tr td.cancel a {
  color: #dbdbdb;
}
.cart-table.cart-table-white table tbody tr td.cancel a:hover {
  color: #ffed1d;
}
.cart-table.cart-table-white table tbody tr:last-child td {
  padding-bottom: 0;
}
.cart-table.cart-table-white .product-table-info span {
  color: #fff;
}

.product-table-info {
  display: flex;
  align-items: center;
}
.product-table-info span {
  font-size: 25px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #272727;
}

.product-table-thumb {
  flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  margin-right: 30px;
}
.product-table-thumb img {
  width: 100%;
}

.cart-info-action {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.cart-info-item {
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.cart-info-item .main-btn {
  white-space: nowrap;
}

.cart-update .main-btn {
  background-color: #e9ecef;
}

.cart-info-item-dark.cart-update .main-btn {
  background-color: #dbdbdb;
}
.cart-info-item-dark.cart-coupon .form-control {
  color: #fff;
}
.cart-info-item-dark.cart-coupon .form-control::-moz-placeholder {
  color: #dbdbdb;
}
.cart-info-item-dark.cart-coupon .form-control::placeholder {
  color: #dbdbdb;
}

.cart-info {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.cart-coupon form {
  height: 100%;
}
.cart-coupon form .form-group {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.cart-coupon form .form-group .form-control {
  padding: 16px 20px;
  margin-right: 15px;
  height: 100%;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  width: 100%;
}
.cart-coupon form .form-group .main-btn {
  padding: 15px 30px;
  border-radius: 0;
  border: 0;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #ffed1d;
  white-space: nowrap;
}
.cart-coupon form .form-group .main-btn:hover {
  color: #fff;
}

.cart-details {
  margin-top: 30px;
}
.cart-details .btn {
  width: 100%;
  margin-top: 15px;
}
.cart-details.cart-details-white .cart-details-title {
  color: #fff;
}
.cart-details.cart-details-white .cart-total-item h4 {
  color: #dbdbdb;
}
.cart-details.cart-details-white .cart-total-item p {
  color: #fff;
}
.cart-details.cart-details-white .cart-total-item:last-child {
  color: #fff;
}
.cart-details.cart-details-white .cart-total-item:last-child p {
  color: #fff;
}
.cart-details.cart-details-white .checkout-list-item .product-table-info span {
  color: #fff;
}
.cart-details.cart-details-white .checkout-list-item .checkout-list-price p {
  color: #dbdbdb;
}

.cart-details-title {
  color: #272727;
  font-size: 25px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
}

.cart-total-box {
  margin-top: 15px;
}

.cart-total-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.cart-total-item:last-child {
  border-bottom: 0;
}
.cart-total-item h4 {
  font-size: 20px;
  color: #272727;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.cart-total-item p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.cart-total-item:last-child {
  border-top: 1px dashed #707070;
  padding-top: 20px;
  padding-bottom: 0;
}
.cart-total-item:last-child p {
  font-size: 22px;
  font-weight: 700;
}

.cart-quantity {
  background-color: transparent;
  display: inline-flex;
}
.cart-quantity button {
  background-color: transparent;
  padding: 10px 20px;
  color: #515151;
  font-size: 15px;
}
.cart-quantity input {
  padding: 5px 10px;
  border: 0;
  outline: 0;
  background-color: transparent;
  flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  text-align: center;
  color: #272727;
  font-size: 17px;
}

.cart-section-contents {
  display: block;
}
.cart-section-contents.cart-section-contents-hide {
  display: none;
}

.cart-section-empty {
  display: none;
}
.cart-section-empty.cart-section-empty-active {
  display: block;
}

.cart-empty-content {
  text-align: center;
  margin-bottom: 30px;
}

.cart-empty-image {
  margin-bottom: 25px;
}

.cart-empty-text h3 {
  font-size: 40px;
  color: #272727;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
}
.cart-empty-text h3 span {
  color: #ffed1d;
  font-weight: bold;
}
.cart-empty-text p {
  font-size: 17px;
  margin-bottom: 20px;
}
.cart-empty-text.cart-empty-text-white h3 {
  color: #fff;
}
.cart-empty-text.cart-empty-text-white h3 span {
  color: #ffed1d;
}
.cart-empty-text.cart-empty-text-white p {
  color: #c8c8c8;
}

.checkout-item-white .sub-section-title .sub-section-title-heading {
  color: #fff;
}
.checkout-item-white .form-control {
  color: #fff;
}
.checkout-item-white .form-control::-moz-placeholder {
  color: #ccc;
}
.checkout-item-white .form-control::placeholder {
  color: #ccc;
}
.checkout-item-white .input-checkbox label {
  color: #ccc;
}

.checkout-form .input-group-select {
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.checkout-form .input-group-select:before {
  content: "\e9ce";
  font-family: "boxicons" !important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #272727;
  font-size: 15px;
}
.checkout-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  position: relative;
}

.checkout-details .cart-total-box {
  margin-top: 0;
  border-radius: 3px;
}
.checkout-details .cart-total-item {
  padding: 15px 20px;
}
.checkout-details .cart-total-item h4, .checkout-details .cart-total-item p {
  font-size: 15px;
}
.checkout-details .cart-total-item:last-child {
  border-bottom: 0;
}
.checkout-details .cart-total-item .checkout-total-title {
  color: #272727;
  font-weight: 600;
  font-size: 16px;
}

.checkout-payment-area {
  border-top: 1px solid #646464;
  margin-top: 50px;
  padding-top: 20px;
}
.checkout-payment-area.checkout-payment-area-white .sub-section-title .sub-section-title-heading {
  color: #fff;
}
.checkout-payment-area.checkout-payment-area-white .checkout-payment-text h3 {
  color: #fff;
}
.checkout-payment-area.checkout-payment-area-white .checkout-payment-text p {
  color: #dbdbdb;
}

.checkout-payment-form p {
  font-size: 17px;
  margin-bottom: 20px;
}

.checkout-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.checkout-list-item .product-table-thumb {
  flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  margin-right: 15px;
}
.checkout-list-item .product-table-info {
  margin-right: 15px;
}
.checkout-list-item .product-table-info span {
  font-size: 20px;
}
.checkout-list-item .checkout-list-price p {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 0;
}

.checkout-payment-list {
  display: flex;
  margin-top: 20px;
}
.checkout-payment-list .input-radio label {
  display: block;
}

.checkout-payment-text h3 {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 15px;
  line-height: 1;
}
.checkout-payment-text h3:last-child {
  margin-bottom: 0;
}
.checkout-payment-text p {
  font-size: 16px;
  margin-bottom: 0;
}

.authentication-item h2 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  font-weight: bold;
  margin-bottom: 25px;
}
.authentication-item .form-desc {
  font-size: 16px;
  color: #757575;
}
.authentication-item.authentication-item-white h2 {
  color: #fff;
}
.authentication-item.authentication-item-white .input-checkbox label, .authentication-item.authentication-item-white .input-radio label {
  color: #dbdbdb;
}
.authentication-item.authentication-item-white .auth-info {
  color: #dbdbdb;
}
.authentication-item.authentication-item-white .auth-info a {
  color: #fff;
}
.authentication-item.authentication-item-white .auth-info a:hover {
  color: #ffed1d;
}

.authentication-account-access {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -10px;
}

.authentication-account-access-item {
  margin-top: 10px;
}

.authentication-link a {
  color: #ffed1d;
  border-bottom: 1px solid #ffed1d;
  font-size: 14px;
  font-weight: 400;
}

.auth-info {
  font-size: 16px;
  margin-bottom: 0;
}
.auth-info a {
  color: #272727;
}
.auth-info a:hover {
  color: #ffed1d;
}

.canvas-toc h2 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 20px;
}
.canvas-toc ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.canvas-toc ul li {
  font-size: 15px;
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.canvas-toc ul li:last-child {
  margin-bottom: 0;
}
.canvas-toc ul li:before {
  content: "\f11b";
  font-family: Flaticon;
  position: absolute;
  left: 0;
}
.canvas-toc p {
  font-size: 15px;
}

.gallery-carousel-figure {
  margin-bottom: 20px;
}
.gallery-carousel-figure img {
  width: 100%;
}

.gallery-carousel-content p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6em;
}

.gallery-grid-area p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6em;
}
.gallery-grid-area p:last-child {
  margin-bottom: 0;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-grid-item {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.gallery-grid-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-grid-item a:hover:before {
  opacity: 1;
  pointer-events: all;
}
.gallery-grid-item a:before {
  content: "\f109";
  font-family: Flaticon;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}
.gallery-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.self-text h1 {
  font-size: 50px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 20px;
}
.self-text h1:first-child {
  margin-top: 0;
}
.self-text h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
}
.self-text h2:first-child {
  margin-top: 0;
}
.self-text h3 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.self-text h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
}
.self-text h5 {
  font-size: 17px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
}
.self-text h6 {
  font-size: 15px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
}
.self-text p {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 27px;
  line-height: 1.6em;
}
.self-text .main-btn {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}
.self-text table {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #646464;
  width: 100%;
}
.self-text table thead tr {
  border-bottom: 1px solid #646464;
}
.self-text table thead tr th {
  font-size: 16px;
  color: #272727;
  padding: 10px;
}
.self-text table tbody tr {
  border-bottom: 1px solid #646464;
}
.self-text table tbody tr:last-child {
  border-bottom: 0;
}
.self-text table tbody tr td {
  font-size: 15px;
  color: #272727;
  padding: 10px;
}
.self-text ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.self-text ul > li {
  list-style: none;
  position: relative;
  color: #515151;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 8px;
}
.self-text ul > li:last-child {
  margin-bottom: 0;
}
.self-text ul > li:before {
  content: "\f11b";
  font-family: Flaticon;
  position: absolute;
  left: 0;
}
.self-text ul ul, .self-text ul ol {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.self-text ul ul:last-child, .self-text ul ol:last-child {
  margin-bottom: 0;
}
.self-text ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.self-text ol li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #515151;
}
.self-text ol li:last-child {
  margin-bottom: 0;
}
.self-text.self-text-white h1 {
  color: #fff;
}
.self-text.self-text-white h2 {
  color: #fff;
}
.self-text.self-text-white h3 {
  color: #fff;
}
.self-text.self-text-white h4 {
  color: #fff;
}
.self-text.self-text-white h5 {
  color: #fff;
}
.self-text.self-text-white h6 {
  color: #fff;
}
.self-text.self-text-white p {
  color: #c8c8c8;
}
.self-text.self-text-white table thead tr th {
  color: #fff;
}
.self-text.self-text-white table tbody tr td {
  color: #c8c8c8;
}
.self-text.self-text-white ul > li {
  color: #c8c8c8;
}
.self-text.self-text-white ol li {
  color: #c8c8c8;
}

.category-box p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.6em;
}

.category-item {
  position: relative;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 30px);
  min-height: 200px;
}
.category-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 1%, rgba(35, 35, 35, 0.6) 59%);
}
.category-item.category-item-1 {
  background-image: url(../images/history-1.jpg);
}
.category-item.category-item-2 {
  background-image: url(../images/history-2.jpg);
}
.category-item.category-item-3 {
  background-image: url(../images/history-3.jpg);
}

.category-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  position: relative;
}
.category-content h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-bottom: 8px;
  width: 100%;
}
.category-content p {
  font-size: 15px;
  margin-bottom: 5px;
  width: 100%;
}
.category-content p:last-child {
  margin-bottom: 0;
}
.category-content p a {
  color: #272727;
}
.category-content p a:hover {
  color: #ffed1d;
}
.category-content.category-content-lg h3 {
  font-size: 45px;
}

.category-item-white .category-content h3 {
  color: #fff;
}
.category-item-white .category-content p {
  color: #fff;
}
.category-item-white .category-content p a {
  color: #fff;
}
.category-item-white .category-content p a:hover {
  color: #ffed1d;
}

.promo-item {
  position: relative;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 30px);
  min-height: 200px;
}
.promo-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 1%, rgba(35, 35, 35, 0.6) 59%);
}
.promo-item.promo-item-1 {
  background-image: url(../images/history-1.jpg);
}
.promo-item.promo-item-2 {
  background-image: url(../images/history-2.jpg);
}
.promo-item.promo-item-3 {
  background-image: url(../images/history-3.jpg);
}

.promo-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 30px;
  position: relative;
}
.promo-content h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
  width: 100%;
}
.promo-content p {
  font-size: 15px;
  margin-bottom: 15px;
  width: 100%;
  line-height: 1.6em;
}
.promo-content p:last-child {
  margin-bottom: 0;
}
.promo-content p a {
  color: #272727;
}
.promo-content p a:hover {
  color: #ffed1d;
}
.promo-content .main-btn {
  padding: 10px 20px;
}

.promo-item-white .promo-content h3 {
  color: #fff;
}
.promo-item-white .promo-content p {
  color: #fff;
}
.promo-item-white .promo-content p a {
  color: #fff;
}
.promo-item-white .promo-content p a:hover {
  color: #ffed1d;
}

.team-content-item {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.team-content-item.team-content-item-white .team-info h3 {
  color: #fff;
}
.team-content-item.team-content-item-white .team-info .social-list li a {
  color: #B5B5B5;
}
.team-content-item.team-content-item-white .team-info p {
  color: #c8c8c8;
}
.team-content-item.team-content-item-white .team-content-work h4 {
  color: #fff;
}
.team-content-item.team-content-item-white .team-content-work ul li {
  color: #B5B5B5;
}
.team-content-item.team-content-item-white .team-content-work ul li a {
  color: #B5B5B5;
}
.team-content-item.team-content-item-white .team-content-work ul li a:hover {
  color: #ffed1d;
}
.team-content-item.team-content-item-white .team-content-work ul li:hover {
  color: #ffed1d;
}

.team-content-header {
  display: flex;
}

.team-figure {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
  margin-right: 20px;
}
.team-figure img {
  width: 100%;
}

.team-info h3 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.team-info .social-list {
  margin-bottom: 8px;
}
.team-info .social-list li {
  font-size: 16px;
}
.team-info p {
  font-size: 15px;
  line-height: 1.6em;
}

.team-content-work h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 20px;
}
.team-content-work ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.team-content-work ul li {
  font-size: 15px;
  list-style: none;
  color: #515151;
  margin-bottom: 7px;
  position: relative;
  padding-left: 25px;
  transition: all 0.3s linear;
}
.team-content-work ul li:before {
  content: "\f103";
  font-family: Flaticon;
  position: absolute;
  left: 0;
}
.team-content-work ul li:last-child {
  margin-bottom: 0;
}
.team-content-work ul li a {
  color: #515151;
}
.team-content-work ul li a:hover {
  color: #ffed1d;
}
.team-content-work ul li:hover {
  color: #ffed1d;
}

.error-page-content {
  text-align: center;
}
.error-page-content img {
  margin-bottom: 50px;
}
.error-page-content h2 {
  font-size: 35px;
  color: #272727;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 17px;
}
.error-page-content h2:first-child {
  margin-top: 0;
}
.error-page-content h2:last-child {
  margin-bottom: 0;
}
.error-page-content p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 23px;
}
.error-page-content p:first-child {
  margin-top: 0;
}
.error-page-content p:last-child {
  margin-bottom: 0;
}
.error-page-content .main-btn {
  margin-bottom: 20px;
}
.error-page-content .main-btn:last-child {
  margin-bottom: 0;
}
.error-page-content.error-page-content-white h2 {
  color: #fff;
}
.error-page-content.error-page-content-white p {
  color: #c8c8c8;
}

.coming-soon-section {
  background-image: url(../images/coming-soon-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: auto;
  position: relative;
  padding: 30px;
}
.coming-soon-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -45%, rgba(35, 35, 35, 0.9) 59%);
  width: 100%;
  height: 100%;
}
.coming-soon-section .container {
  height: 100%;
  position: relative;
}

.coming-soon-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.coming-soon-content-white .new-counter p {
  color: #fff;
}
.coming-soon-content-white .new-counter p:before {
  color: #fff;
}
.coming-soon-content-white .new-counter p span {
  color: #fff;
}
.coming-soon-content-white .coming-soon-details:before {
  background-color: #c8c8c8;
}
.coming-soon-content-white .coming-soon-details h2 {
  color: #fff;
}
.coming-soon-content-white .coming-soon-details .form-group .form-control {
  color: #fff;
  border-color: #B5B5B5;
}
.coming-soon-content-white .coming-soon-details .form-group .form-control::-moz-placeholder {
  color: #B5B5B5;
}
.coming-soon-content-white .coming-soon-details .form-group .form-control::placeholder {
  color: #B5B5B5;
}
.coming-soon-content-white .coming-soon-details p {
  color: #c8c8c8;
}
.coming-soon-content-white .coming-soon-details #validator-newsletter {
  color: #fff;
}

.new-counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.new-counter p {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 80px;
  font-weight: 600;
  color: #272727;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  font-family: "Oswald", sans-serif;
}
.new-counter p:before {
  content: ":";
  position: absolute;
  right: 0;
  top: 10px;
  color: #272727;
  font-size: 70px;
}
.new-counter p span {
  font-size: 40px;
  font-weight: 400;
}
.new-counter p:last-child:before {
  content: none;
}

.coming-soon-details {
  max-width: 735px;
  padding-top: 45px;
  position: relative;
  margin-top: 50px;
}
.coming-soon-details:before {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #272727;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.coming-soon-details h2 {
  font-size: 60px;
  color: #272727;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
}
.coming-soon-details .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.coming-soon-details .form-group .form-control {
  padding: 15px 20px;
  color: #272727;
  font-size: 16px;
  border-radius: 0;
  margin-right: 15px;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  border-color: #272727;
}
.coming-soon-details .form-group .form-control::-moz-placeholder {
  color: #515151;
}
.coming-soon-details .form-group .form-control::placeholder {
  color: #515151;
}
.coming-soon-details p {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 0;
}
.coming-soon-details #validator-newsletter {
  margin-top: 5px;
  color: #272727;
  font-size: 13px;
}

.text-details-content img {
  border-radius: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}
.text-details-content img:first-child {
  margin-top: 0;
}
.text-details-content img:last-child {
  margin-bottom: 0;
}
.text-details-content h1 {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-details-content h1:first-child {
  margin-top: 0;
}
.text-details-content h1:last-child {
  margin-bottom: 0;
}
.text-details-content h2 {
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-details-content h2:first-child {
  margin-top: 0;
}
.text-details-content h2:last-child {
  margin-bottom: 0;
}
.text-details-content h3 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.text-details-content h3:first-child {
  margin-top: 0;
}
.text-details-content h3:last-child {
  margin-bottom: 0;
}
.text-details-content h4 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-details-content h4:first-child {
  margin-top: 0;
}
.text-details-content h4:last-child {
  margin-bottom: 0;
}
.text-details-content h5 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-details-content h5:first-child {
  margin-top: 0;
}
.text-details-content h5:last-child {
  margin-bottom: 0;
}
.text-details-content h6 {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-details-content h6:first-child {
  margin-top: 0;
}
.text-details-content h6:last-child {
  margin-bottom: 0;
}
.text-details-content p {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-details-content p:first-child {
  margin-top: 0;
}
.text-details-content p:last-child {
  margin-bottom: 0;
}
.text-details-content ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.text-details-content ul:first-child {
  margin-top: 0;
}
.text-details-content ul:last-child {
  margin-bottom: 0;
}
.text-details-content ul li {
  position: relative;
  list-style: none;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 35px;
}
.text-details-content ul li:last-child {
  margin-bottom: 0;
}
.text-details-content ul li:before {
  content: "\f10b";
  font-family: Flaticon;
  font-size: 18px;
  position: absolute;
  left: 0;
}
.text-details-content ul li ol {
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-details-content ul li ol:first-child {
  margin-top: 30px;
}
.text-details-content ul li ol:last-child {
  margin-bottom: 30px;
}
.text-details-content ul li ol li {
  list-style: unset;
  padding-left: 0;
}
.text-details-content ul li ol li:before {
  content: none;
}
.text-details-content ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 0;
}
.text-details-content ol:first-child {
  margin-top: 0;
}
.text-details-content ol:last-child {
  margin-bottom: 0;
}
.text-details-content ol li {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
}
.text-details-content ol li:last-child {
  margin-bottom: 0;
}
.text-details-content table {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #646464;
  width: 100%;
}
.text-details-content table thead tr {
  border-bottom: 1px solid #646464;
}
.text-details-content table thead tr th {
  font-size: 16px;
  color: #272727;
  padding: 10px;
}
.text-details-content table tbody tr {
  border-bottom: 1px solid #646464;
}
.text-details-content table tbody tr:last-child {
  border-bottom: 0;
}
.text-details-content table tbody tr td {
  font-size: 16px;
  color: #272727;
  padding: 10px;
}
.text-details-content.text-details-content-white h1 {
  color: #fff;
}
.text-details-content.text-details-content-white h2 {
  color: #fff;
}
.text-details-content.text-details-content-white h3 {
  color: #fff;
}
.text-details-content.text-details-content-white h4 {
  color: #fff;
}
.text-details-content.text-details-content-white h5 {
  color: #fff;
}
.text-details-content.text-details-content-white h6 {
  color: #fff;
}
.text-details-content.text-details-content-white p {
  color: #dbdbdb;
}
.text-details-content.text-details-content-white ul li {
  color: #dbdbdb;
}
.text-details-content.text-details-content-white ul li ol li {
  color: #dbdbdb;
}
.text-details-content.text-details-content-white ol li {
  color: #dbdbdb;
}
.text-details-content.text-details-content-white table thead tr th {
  color: #fff;
}
.text-details-content.text-details-content-white table tbody tr td {
  color: #dbdbdb;
}

.text-details-image {
  position: relative;
}

.account-sidebar {
  padding: 40px;
  border: 1px solid #646464;
}
.account-sidebar.account-sidebar-dark .account-sidebar-list li a {
  background-color: #464646;
  color: #fff;
}
.account-sidebar.account-sidebar-dark .account-sidebar-list li a:hover {
  color: #272727;
  background: #ffed1d;
}
.account-sidebar.account-sidebar-dark .account-sidebar-list li.active a {
  color: #272727;
  background: #ffed1d;
}

.account-sidebar-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.account-sidebar-list li {
  list-style: none;
  margin-bottom: 10px;
}
.account-sidebar-list li:last-child {
  margin-bottom: 0;
}
.account-sidebar-list li a {
  background-color: #c8c8c8;
  font-size: 16px;
  color: #272727;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  transition: all 0.3s linear;
}
.account-sidebar-list li a:hover {
  color: #272727;
  background: #ffed1d;
}
.account-sidebar-list li.active a {
  color: #272727;
  background: #ffed1d;
}

.account-info {
  padding: 40px;
  border: 1px solid #646464;
}
.account-info .cart-table {
  width: 100%;
  margin-bottom: 0;
}
.account-info .cart-table table thead tr th {
  font-size: 16px;
}
.account-info .cart-table table tbody tr td {
  font-size: 16px;
}
.account-info .product-table-thumb {
  flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
}
.account-info .product-table-info span {
  font-size: 17px;
}

.account-avatar-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -10px;
}

.account-avatar-thumb {
  flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  max-width: 110px;
  width: 110px;
  overflow: hidden;
  margin-right: 25px;
  margin-top: 10px;
}
.account-avatar-thumb img {
  width: 100%;
}

.account-avatar-action {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.account-avatar-action li {
  margin-right: 10px;
  list-style: none;
}
.account-avatar-action li:last-child {
  margin-right: 0;
}
.account-avatar-action li .main-btn {
  padding: 15px 25px;
  font-size: 15px;
}

.account-setting-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: -10px;
}
.account-setting-button .btn {
  margin-left: 10px;
  margin-top: 10px;
}
.account-setting-button .btn:first-child {
  margin-left: 0;
}

.my-order {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 30px;
}
.my-order .sub-section-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.my-order .sub-section-title-heading {
  margin-bottom: 0;
}
.my-order .product-list-action {
  margin-top: 20px;
}
.my-order .product-list-action .product-list-form {
  margin-top: 0;
}

.billing-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: -10px;
}
.billing-title h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 0;
  margin-top: 10px;
}
.billing-title p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
  border-bottom: 1px solid #ffed1d;
  cursor: pointer;
  transition: all 0.3s linear;
}
.billing-title p:hover {
  color: #ffed1d;
  border-bottom-color: #ffed1d;
}
.billing-title.billing-title-white h4 {
  color: #fff;
}
.billing-title.billing-title-white p {
  color: #c8c8c8;
}

.billing-address {
  padding: 20px;
  border: 1px solid #646464;
}
.billing-address.none {
  display: none;
}
.billing-address address {
  font-size: 15px;
  margin: 0;
  color: #515151;
}
.billing-address.billing-address-white address {
  color: #c8c8c8;
}

.billing-address-info {
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.billing-address-input {
  display: none;
}
.billing-address-input.active {
  display: block;
}

.post-entry {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  margin-top: -15px;
  margin-bottom: 0;
}
.post-entry li {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-top: 15px;
  color: #111;
}
.post-entry li:last-child {
  margin-right: 0;
}
.post-entry li img {
  flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.post-entry li span {
  font-size: 18px;
  margin-right: 10px;
}

.single-post-details img {
  margin-bottom: 30px;
}
.single-post-details p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.6em;
}
.single-post-details .blockquote-1 {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  color: #272727;
  position: relative;
  margin-bottom: 30px;
}
.single-post-details .blockquote-1:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffed1d;
}
.single-post-details .blockquote-2 {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}
.single-post-details .blockquote-2 .blockquote-inner {
  position: relative;
  padding-left: 40px;
}
.single-post-details .blockquote-2 .blockquote-inner:before {
  content: "\f10d";
  font-family: Flaticon;
  position: absolute;
  font-size: 25px;
  top: 0;
  left: 0;
  line-height: 1;
}
.single-post-details .blockquote-2 .blockquote-text {
  margin-bottom: 20px;
}
.single-post-details .blockquote-2 .blockquote-text p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
  color: #272727;
}
.single-post-details .blockquote-2 .blockquote-text:last-child {
  margin-bottom: 0;
}
.single-post-details ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.single-post-details ul > li {
  list-style: none;
  position: relative;
  color: #515151;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 8px;
}
.single-post-details ul > li:last-child {
  margin-bottom: 0;
}
.single-post-details ul > li:before {
  content: "\f11b";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: 2px;
}
.single-post-details ul ul, .single-post-details ul ol {
  padding-left: 20px;
}
.single-post-details.single-post-details-white p {
  color: #dbdbdb;
}
.single-post-details.single-post-details-white blockquote {
  color: #fff;
}
.single-post-details.single-post-details-white ul > li {
  color: #fff;
}
.single-post-details.single-post-details-white ul > li:before {
  color: #dbdbdb;
}

.single-post-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.single-post-action.single-post-action-white .single-post-tag li a {
  background-color: #464646;
  color: #dbdbdb;
}
.single-post-action.single-post-action-white .single-post-tag li a:hover {
  background-color: #ffed1d;
  color: #272727;
}
.single-post-action.single-post-action-white .product-action-share span {
  color: #dbdbdb;
}
.single-post-action .product-action-share {
  margin-top: 30px;
}

.single-post-tag {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -10px;
}
.single-post-tag li {
  margin-bottom: 10px;
  margin-right: 10px;
  list-style: none;
}
.single-post-tag li:last-child {
  margin-right: 0;
}
.single-post-tag li a {
  display: flex;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  background-color: #E6E6E6;
  color: #272727;
}
.single-post-tag li a:hover {
  background-color: #ffed1d;
  color: #272727;
}

.single-blog-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}

.single-blog-navigation-item {
  margin-top: 30px;
  flex: 0 0 315px;
  -ms-flex: 0 0 315px;
  max-width: 315px;
}
.single-blog-navigation-item.single-blog-navigation-item-sm {
  flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  max-width: 240px;
}

.single-blog-navigation-item-right .single-navigation-item-inner {
  flex-direction: row-reverse;
}
.single-blog-navigation-item-right .single-navigation-item-inner .single-blog-navigation-thumb {
  margin-right: 0;
  margin-left: 15px;
}
.single-blog-navigation-item-right .single-blog-navigation-content {
  text-align: right;
}
.single-blog-navigation-item-right .single-blog-navigation-content p a {
  flex-direction: row-reverse;
}
.single-blog-navigation-item-right .single-blog-navigation-content p a:hover i {
  transform: translateX(5px);
}
.single-blog-navigation-item-right .single-blog-navigation-content p i {
  margin-right: 0;
  margin-left: 5px;
}
.single-blog-navigation-item-right .post-entry {
  justify-content: flex-end;
}

.single-blog-navigation-white .single-blog-navigation-content p a {
  color: #ffed1d;
}
.single-blog-navigation-white .single-blog-navigation-content h3 {
  color: #fff;
}
.single-blog-navigation-white .single-blog-navigation-content h3 a {
  color: #fff;
}
.single-blog-navigation-white .single-blog-navigation-content h3 a:hover {
  color: #ffed1d;
}
.single-blog-navigation-white .single-blog-navigation-content .post-entry li {
  color: #ccc;
}

.single-navigation-item-inner {
  display: flex;
  align-items: center;
}

.single-blog-navigation-thumb {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
  margin-right: 20px;
  position: relative;
}
.single-blog-navigation-thumb img {
  width: 100%;
}

.single-blog-navigation-content p {
  margin-bottom: 10px;
}
.single-blog-navigation-content p a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #272727;
  font-family: "Oswald", sans-serif;
}
.single-blog-navigation-content p a:hover {
  color: #ffed1d;
}
.single-blog-navigation-content p a:hover i {
  transform: translateX(-5px);
}
.single-blog-navigation-content p i {
  margin-right: 5px;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
}
.single-blog-navigation-content h3 {
  font-size: 17px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 10px;
  line-height: 1.4;
}
.single-blog-navigation-content h3 a {
  color: #272727;
}
.single-blog-navigation-content h3 a:hover {
  color: #ffed1d;
}
.single-blog-navigation-content h3:last-child {
  margin-bottom: 0;
}

.post-review-content h2 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 30px;
}
.post-review-content.post-review-content-white h2 {
  color: #E6E6E6;
}

.author-box {
  padding: 50px;
}
.author-box.author-box-center h2 {
  text-align: center;
}
.author-box h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 30px;
}
.author-box.author-box-dark {
  background-color: #131313;
}
.author-box.author-box-dark h2 {
  color: #E6E6E6;
}
.author-box.author-box-dark .author-info .author-info-text h3 {
  color: #ffed1d;
}
.author-box.author-box-dark .author-info .author-info-text h3 a {
  color: #ffed1d;
}
.author-box.author-box-dark .author-info .author-info-text h4 {
  color: #dbdbdb;
}
.author-box.author-box-dark .author-box-content p {
  color: #dbdbdb;
}

.author-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.author-info img {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}
.author-info .author-info-text h3 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #272727;
}
.author-info .author-info-text h3 a {
  color: #272727;
}
.author-info .author-info-text h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  color: #515151;
  margin-bottom: 10px;
}
.author-info .author-info-text h4:last-child {
  margin-bottom: 0;
}

.author-box-content p {
  font-size: 16px;
  margin-bottom: 30px;
}
.author-box-content .social-list {
  justify-content: center;
}

.author-box-content-flex {
  display: flex;
  flex-wrap: wrap;
}
.author-box-content-flex .author-info {
  margin-right: 40px;
  margin-bottom: 0;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  justify-content: flex-start;
  margin-top: -20px;
}
.author-box-content-flex .author-info .social-list {
  justify-content: flex-start;
}
.author-box-content-flex .author-info img {
  margin-top: 20px;
}
.author-box-content-flex .author-info .author-info-text {
  margin-top: 20px;
}
.author-box-content-flex p {
  margin-bottom: 0;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
}

.sidebar-title {
  margin-bottom: 30px;
}
.sidebar-title h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 0;
}
.sidebar-title.sidebar-title-white h2 {
  color: #E6E6E6;
}

.recent-article-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.recent-article-list-item:last-child {
  margin-bottom: 0;
}
.recent-article-list-item figure {
  flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  max-width: 120px;
  margin-right: 20px;
  margin-bottom: 0;
  position: relative;
}
.recent-article-list-item figure a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.recent-article-list-item figure a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 200, 55, 0.75);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.recent-article-list-item figure a:hover:before {
  opacity: 1;
  visibility: visible;
}
.recent-article-list-item figure img {
  width: 100%;
}

.recent-article-text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
}
.recent-article-text h3 a {
  color: #272727;
}
.recent-article-text h3 a:hover {
  color: #ffed1d;
}

.recent-article-list-white .recent-article-text h3 {
  color: #E6E6E6;
}
.recent-article-list-white .recent-article-text h3 a {
  color: #E6E6E6;
}
.recent-article-list-white .recent-article-text h3 a:hover {
  color: #ffed1d;
}
.recent-article-list-white .recent-article-text .post-entry li {
  color: #E6E6E6;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #ffed1d;
  position: fixed;
  bottom: 60px;
  right: 12px;
  cursor: pointer;
  z-index: 111;
  transform: translateX(5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s linear;
}
.scroll-top.scrolltopactive {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.scroll-top:hover .scroll-top-inner span {
  animation: none;
}

@keyframes scrollAnimation {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
.scroll-top-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.scroll-top-inner span {
  animation: scrollAnimation 1s infinite linear;
}
.scroll-top-inner span i {
  font-size: 18px;
  color: #222;
}

#validator-newsletter {
  color: #e35353;
}

.news-newsletter-sm .form-group .form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.news-newsletter-sm .main-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-card-grid-item-2 {
  height: 100%;
}
.news-card-grid-item-2 h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  color: #272727;
}
.news-card-grid-item-2 h3 a {
  color: #272727;
}
.news-card-grid-item-2 h3 a span {
  color: #ffed1d;
}
.news-card-grid-item-2 h3 a:hover {
  color: #ffed1d;
}
.news-card-grid-item-2 h3 span {
  color: #ffed1d;
}
.news-card-grid-item-2 .news-card-entry {
  margin-top: -5px;
  margin-bottom: 15px;
}
.news-card-grid-item-2 .news-card-entry li {
  margin-bottom: 0;
  margin-top: 5px;
}
.news-card-grid-item-2 > p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6em;
}
.news-card-grid-item-2.news-card-grid-dark h3 {
  color: #fff;
}
.news-card-grid-item-2.news-card-grid-dark h3 a {
  color: #fff;
}
.news-card-grid-item-2.news-card-grid-dark h3 a span {
  color: #ffed1d;
}
.news-card-grid-item-2.news-card-grid-dark h3 a:hover {
  color: #ffed1d;
}
.news-card-grid-item-2.news-card-grid-dark h3 span {
  color: #ffed1d;
}
.news-card-grid-item-2.news-card-grid-dark > p {
  color: #dbdbdb;
}
.news-card-grid-item-2 .news-card-thumb {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-1 {
  background-image: url(../images/travel/travel-lg-1.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-2 {
  background-image: url(../images/travel/travel-lg-2.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-3 {
  background-image: url(../images/travel/travel-lg-3.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-4 {
  background-image: url(../images/travel/travel-camera.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-5 {
  background-image: url(../images/travel/travel-lg-4.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-6 {
  background-image: url(../images/fashion/fashion-xl-1.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-7 {
  background-image: url(../images/fashion/fashion-xl-2.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-8 {
  background-image: url(../images/travel/travel-lg-5.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-9 {
  background-image: url(../images/travel/travel-lg-6.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-10 {
  background-image: url(../images/fashion/fashion-xl-3.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-11 {
  background-image: url(../images/fashion/fashion-xl-4.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-12 {
  background-image: url(../images/travel/travel-lg-7.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-13 {
  background-image: url(../images/travel/travel-long-8.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-14 {
  background-image: url(../images/travel/travel-lg-8.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-15 {
  background-image: url(../images/travel/travel-lg-9.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-16 {
  background-image: url(../images/travel/travel-lg-10.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-17 {
  background-image: url(../images/fashion/fashion-xl-5.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-18 {
  background-image: url(../images/fashion/fashion-xl-6.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-19 {
  background-image: url(../images/fashion/fashion-xl-7.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-20 {
  background-image: url(../images/men/men-xl-1.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-21 {
  background-image: url(../images/men/men-xl-2.jpg);
}
.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-22 {
  background-image: url(../images/men/men-xl-3.jpg);
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}/*# sourceMappingURL=style.css.map */