@viewport{user-zoom: fixed;}
   .preloader {
	background-color: #070807;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99999999;
}

.preloader figure img {animation: pulse 1s linear infinite;max-width: 170px;}
.preloader figure {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;}

@keyframes pulse {
  0% {
    opacity: 0.9;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(0.8);
  }
}

.searchFrm {display: none;z-index: 9999;width: 100%;height: 100%;margin: 0;text-align: center;position: fixed;top: 0;left: 0;background: rgb(0 0 0/0.75);padding: 25px 0;}
.searchFrm .clseBtn { position: absolute; top: 37px; right: 10px; color: #fff; font-size: 30px; width: 35px; height: 35px; }
.searchFrm .clseBtn:after,
.searchFrm .clseBtn:before { content:""; position:absolute; width:1px; height:35px; background:#fff; left:15px; top:0; }
.searchFrm .clseBtn:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.searchFrm .clseBtn:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.searchFrm form {width: 100%;max-width: 700px;border: 1px solid #fff;background: #fff;display: inline-block;position: relative;top: 50%;}
.searchFrm .search-submit {position: absolute;top: 0;right: 0;width: 100px;height: 100%;background: #000;color: #fff;}
.searchFrm .search-submit span.screen-reader-text:before { content: "\f002"; font: normal 17px/1 FontAwesome; color: #fff; }
.searchFrm label>span.screen-reader-text { display: none; }
.searchFrm label {width: 100%;display: none;margin: 0;height: 100%;}
.searchFrm label .search-field { height: auto; padding: 15px 45px 15px 20px; width: 100%; font-weight: 400; }
.searchFrm .search-submit .screen-reader-text { position: relative !important; width: auto; font-size: 0; }
.searchFrm  input#search-form-1 {padding: 15px 15px; width: 100%;}

.single-blog {transition: linear .2s; position: relative; border: solid 1px #cccccc91; box-shadow: 0 0 5px 2px #cccccc96;}
.single-blog figure {position: relative; background: #ccc; width: 100%; height: 400px; overflow: hidden; margin: 0;}
.single-blog figure:before {content: "No Image Found"; position: absolute; display: block; color: #000; text-align: center; display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; font-size: 24px;}
.single-blog figure img {position: relative;/* transform: scale(1.5); */z-index: 9;opacity: 1!important;width: 100%;height: 600px;object-fit: cover;}
.single-blog:hover {box-shadow: 0 0 12px 1px rgb(0 0 0 / 18%); transition: linear .2s; overflow: hidden;}
.single-blog .cont {padding: 19px 10px;}
.single-blog .cont h4 {margin-bottom: 0; font-size: 24px; font-weight: 700; color: #3944be;}
.single-blog figcaption {position: absolute;bottom: 0;right: 0;background: #2330c3;color: #fff;padding: 10px 20px;z-index: 9;}
.search-pg {padding: 50px 0;}
.search-pg .search-result-count.default-max-width {display: none;}
.search-pg header.page-header.alignwide {display: none;}
.search-pg  label {display: none;}
.search-pg input#search-form-2 {border: solid 1px #ccc; width: 100%; padding: 15px 15px;}
.search-pg  form.search-form {max-width: 940px; display: flex; margin: 0px auto;}
.search-pg input.search-submit {background: #000; color: #fff; width: 150px;}
.search-pg .page-content {text-align: center;}
.search-pg .page-content p {font-size: 21px; color: #000;}

.fixed {position: fixed !important;top:0;left:0;width: 100%;z-index:999;opacity:1;visibility:visible;-ms-animation-name: fadeInDown;-moz-animation-name: fadeInDown;-op-animation-name: fadeInDown;-webkit-animation-name: fadeInDown;animation-name: fadeInDown;-ms-animation-duration: 500ms;-moz-animation-duration: 500ms;-op-animation-duration: 500ms;-webkit-animation-duration: 500ms;animation-duration: 500ms;-ms-animation-timing-function: linear;-moz-animation-timing-function: linear;-op-animation-timing-function: linear;-webkit-animation-timing-function: linear;animation-timing-function: linear;-ms-animation-iteration-count: 1;-moz-animation-iteration-count: 1;-op-animation-iteration-count: 1;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;background: #000000;box-shadow: 0 8px 6px -6px rgb(252 252 252 / 40%);}


body {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  color: #676a6a;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: #272b2b;
}

a:hover {
  text-decoration: none;
  color: #272b2b;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #272b2b;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control {
  height: 50px;
  color: #272b2b;
  /* border: 1px dashed #ffffff; */
  background-color: #ffffff;
  border-radius: 0;
  font-size: 13px;
  padding: 10px 20px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

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

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

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

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #272b2b;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: 110px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

/*
Bg-color Style*/
.bg-color {
  background-color: #0d0d0d;
}

.bg-color-two {
  background-color: #0d0d0d;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 15px;
  color: #ffffff;
  padding: 15px 40px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #1d57af;
  border-radius: 4px;
  font-weight: 700;
  border: 1px solid #1d57af;
  margin-bottom: -4px;
}

.default-btn.two {
  background-color: #272b2b;
  color: #ffffff;
}

.default-btn.two:hover {
  color: #272b2b;
  background-color: #ffffff;
}

.default-btn.three {
  border-color: #1d57af;
  background-color: #1d57af;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.default-btn.three:hover {
  color: #272b2b;
  background-color: #ffffff;
}

.default-btn.active {
  margin-left: 20px;
  color: #272b2b;
  background-color: #ffffff;
}

.default-btn:hover {
  color: #000000;
  border-color: #ffffff !important;
  background-color: #ffffff;
}

/*
Read More Area Style*/
.read-more {
  line-height: 1;
  color: #1d56af;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.read-more i {
  position: relative;
  top: 2px;
}

.read-more:hover {
  color: #272b2b;
  letter-spacing: 2px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 750px;
  margin: -6px auto 50px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  color: #f9f9f9;
}

.section-title h2 {
  font-size: 50px;
  margin-bottom: 15px;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #f9f9f9;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title.white-title span {
  color: #ffffff;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

/*===== DEFAULT STYLE END ======*/
/*====================================================
HOME PAGE ONE STYLE
======================================================*/
/*
Nav Area Style
======================================================*/
.main-header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.navbar-area .container-fluid {
  padding-left: 27px;
  padding-right: 27px;
}

.navbar-area .main-nav {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
  font-size: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 15px;
  color: #676a6a;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 5px;
  font-weight: 700;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 120px;
  left: 0;
  padding: 0;
  opacity: 0;
  width: 250px;
  visibility: hidden;
  z-index: 99;
  display: block;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 2px solid #272b2b;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 13px;
  color: #676a6a;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #272b2b;
  background-color: #f3f3f3;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #272b2b;
  background-color: #f3f3f3;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -2px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #676a6a;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -4px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
  left: auto;
  right: -100%;
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar-area .main-nav .dropdown-toggle::after {
  display: none;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area .others-option .search-form {
  position: relative;
  display: inline-block;
}

.navbar-area .others-option .search-form .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #777777;
  background-color: transparent;
  padding: 6px 0;
  height: 100%;
  width: 235px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.navbar-area .others-option .search-form .form-control:focus {
  border: none;
  border-bottom: 1px solid #272b2b;
}

.navbar-area .others-option .search-form .search-button {
  /* position: absolute; */
  top: 5px;
  right: 0;
  background-color: transparent;
  font-size: 20px;
  padding: 0;
  line-height: 1;
}

.navbar-area .others-option .cart-icon {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: 4px;
}

.navbar-area .others-option .cart-icon a i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
  line-height: 1;
}

.navbar-area .others-option .cart-icon a span {
  position: absolute;
  top: -4px;
  right: -7px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
  background-color: #ff0000;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 9px;
}

.navbar-area .others-option .cart-icon a:hover i {
  color: #272b2b;
}

.navbar-area .others-option .menu-icon {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: 4px;
}

.navbar-area .others-option .menu-icon a i {
  font-size: 21px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}

.navbar-area .others-option .menu-icon a:hover i {
  color: #272b2b;
}

.mobile-nav {
  display: none;
}

/*
Hero Slider Area Style
======================================================*/
.hero-slider-area {
  position: relative;
}

.hero-slider-area .thumbs-wrap {
  position: relative;
  z-index: 1;
}

.hero-slider-area .thumbs-wrap .owl-thumbs.hero-slider-thumb {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: inline-block;
  padding: 0 15px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  color: #a5b1af;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: #ffffff;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: #ffffff;
}

.hero-slider-area .owl-item.active .hero-slider-text {
  overflow: hidden;
}

.hero-slider-area .owl-item.active .hero-slider-text.one h1 {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .hero-slider-text.one p {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .hero-slider-text.one .slider-btn {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .hero-slider-text.two h1 {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-text.two p {
  -webkit-animation: 3s .3s fadeInLeft both;
          animation: 3s .3s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-text.two .slider-btn {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .hero-slider-text.three h1 {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.hero-slider-area .owl-item.active .hero-slider-text.three p {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.hero-slider-area .owl-item.active .hero-slider-text.three .slider-btn {
  -webkit-animation: 2s .2s fadeInUp both;
          animation: 2s .2s fadeInUp both;
}

.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  margin: 0;
  padding: 0;
  background: transparent;
  width: 20px;
  height: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 0;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../../assets/img/slider-img/prev-1.png);
  background-position: left;
  background-repeat: no-repeat;
  width: 20px;
  height: 100px;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../../assets/img/slider-img/prev-2.png);
  background-position: left;
  background-repeat: no-repeat;
  width: 20px;
  height: 100px;
  opacity: 0;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev span {
  display: none;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev:hover::after {
  opacity: 1;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../../assets/img/slider-img/next-1.png);
  background-position: right;
  background-repeat: no-repeat;
  width: 20px;
  height: 100px;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../../assets/img/slider-img/next-2.png);
  background-position: right;
  background-repeat: no-repeat;
  width: 20px;
  height: 100px;
  opacity: 0;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next span {
  display: none;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next:hover::after {
  opacity: 1;
}

.hero-slider-area .social-wrap {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 1;
}

.hero-slider-area .social-wrap ul li {
  display: inline-block;
  padding: 0 5px;
}

.hero-slider-area .social-wrap ul li.follow-us {
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-right: 70px;
}

.hero-slider-area .social-wrap ul li.follow-us::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 85px;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  z-index: 1;
}

.hero-slider-area .social-wrap ul li a i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-slider-area .social-wrap ul li a:hover i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.hero-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.hero-slider-item.bg-1 {
  background-image: url(../../assets/img/slider-img/1.jpg);
}

.hero-slider-item.bg-2 {
  background-image: url(../../assets/img/slider-img/2.jpg);
}

.hero-slider-item.bg-3 {
  background-image: url(../../assets/img/slider-img/3.jpg);
}

.hero-slider-item.bg-4 {
  background-image: url(../../assets/img/slider-img/4.jpg);
}

.hero-slider-item.bg-5 {
  background-image: url(../../assets/img/slider-img/5.jpg);
}

.hero-slider-item.bg-6 {
  background-image: url(../../assets/img/slider-img/6.jpg);
}

.hero-slider-text {
  text-align: center;
  text-align: center;
  max-width: 900px;
  margin: 70px auto 0;
}

.hero-slider-text h1 {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-slider-text p {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

/*
About Area Style
======================================================*/
.about-content-wrap {
  background-image: url(../../assets/img/about-img.jpg);
  background-position: right;
  background-repeat: no-repeat;
  height: 522px;
}

.about-content-wrap .about-content {
  margin-top: 50px;
}

.about-content-wrap .about-content span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  margin-top: -6px;
}

.about-content-wrap .about-content h2 {
  font-size: 50px;
  margin-bottom: 30px;
  font-size: 52px;
}

.about-content-wrap .about-content p {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
}

.about-content-wrap .about-content p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -100px;
  width: 70px;
  height: 1px;
  background-color: #272b2b;
}

.about-content-wrap .about-content .default-btn {
  margin-top: 40px;
  margin-left: 100px;
}

.about-content-wrap .about-img {
  display: none;
}

/*
Video Created Area Style
======================================================*/
.video-created-area {
  background-image: url(../../assets/img/video-created-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.video-created-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.video-created-wrap {
  position: relative;
  max-width: 1020px;
  margin: auto;
}

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

.video-created-wrap .video-wrap a i {
  font-size: 100px;
  color: #ffffff;
  line-height: 1;
  color: #838b8b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.video-created-wrap .video-wrap a:hover i {
  color: #ffffff;
}

.video-created-wrap h2 {
  font-size: 50px;
  color: #ffffff;
  max-width: 375px;
  position: absolute;
  right: -215px;
  top: 40px;
  margin-bottom: 0;
}

/*
What We Do Area Style
======================================================*/
.what-we-do-content span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  margin-top: -6px;
}

.what-we-do-content h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

.what-we-do-content p {
  position: relative;
  margin-left: 100px;
  margin-bottom: 45px;
}

.what-we-do-content p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -100px;
  width: 70px;
  height: 1px;
  background-color: #272b2b;
}

.what-we-do-content .brand-wrap {
  margin-left: 100px;
  margin-bottom: 50px;
}

.what-we-do-content .brand-wrap a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.what-we-do-content .default-btn {
  margin-left: 100px;
}

.what-we-do-item {
  text-align: center;
  border: 1px dashed #676a6a;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 250px;
}

.what-we-do-item i {
  font-size: 60px;
  margin-bottom: 20px;
  display: block;
  color: #272b2b;
  line-height: 1;
}

.what-we-do-item h3 {
  margin-bottom: 15px;
  color: #fff;
}

.what-we-do-item.mt-mince-30 {
  margin-top: -30px;
}

.what-we-do-item:Hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Testimonial Area Style
======================================================*/
.testimonial-area {
  background-image: url(../../assets/img/testimonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}

.testimonial-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

.testimonial-area .owl-theme .owl-dots {
  margin-top: 100px !important;
  position: relative;
}

.testimonial-area .owl-theme .owl-dots::before {
  content: "";
  position: absolute;
  top: -72px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 50px;
  background-color: #ffffff;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
  background-color: #414749;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 10px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

.testimonial-content {
  max-width: 850px;
  margin: -12px auto 0;
}

.testimonial-content i {
  font-size: 100px;
  color: #313939;
  line-height: 1;
}

.testimonial-content p {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 35px;
}

.testimonial-content h3 {
  color: #ffffff;
  margin-bottom: 5px;
}

.testimonial-content span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

/*
Products Area Style
======================================================*/
.products-content span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.products-content h2 {
  font-size: 50px;
  margin-bottom: 30px;
  color: #fff;
}

.products-content p {
  position: relative;
  margin-left: 100px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #cfcfcf;
}

.products-content p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -100px;
  width: 70px;
  height: 1px;
  background-color: #272b2b;
}

.products-content .default-btn {
  margin-left: 100px;
}

.products-area {
  position: relative;
  z-index: 1;
}

.products-area .thumbs-wrap {
  position: absolute;
  top: 261px;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 1132px;
  margin: 0 auto 0;
  border-top: 2px solid #676a6a;
}

.products-area .thumbs-wrap .owl-thumb-item {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  margin-top: 50px;
  position: relative;
}

.products-area .thumbs-wrap .owl-thumb-item span {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.products-area .thumbs-wrap .owl-thumb-item span::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #909292;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products-area .thumbs-wrap .owl-thumb-item::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: #676a6a;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products-area .thumbs-wrap .owl-thumb-item::after {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #676a6a;
  border-radius: 50%;
  margin: auto;
}

.products-area .thumbs-wrap .owl-thumb-item:hover::before {
  background-color: #272b2b;
}

.products-area .thumbs-wrap .owl-thumb-item:hover span {
  color: #272b2b;
}

.products-area .thumbs-wrap .owl-thumb-item:hover span::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.products-area .thumbs-wrap .owl-thumb-item.active::before {
  background-color: #272b2b;
}

.products-area .thumbs-wrap .owl-thumb-item.active span {
  color: #272b2b;
}

.products-area .thumbs-wrap .owl-thumb-item.active span::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.products-area .owl-prev {
  position: absolute;
  top: -120px;
  left: 48px;
  width: 30px;
  height: 30px;
  border: 2px solid #676a6a !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products-area .owl-prev i {
  font-size: 30px;
  line-height: 27px;
  position: relative;
  left: -1px;
  color: #676a6a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products-area .owl-next {
  position: absolute;
  top: -120px;
  right: 48px;
  width: 30px;
  height: 30px;
  border: 2px solid #676a6a !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products-area .owl-next i {
  font-size: 30px;
  line-height: 27px;
  position: relative;
  left: -1px;
  color: #676a6a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #676a6a;
}

.products-area .owl-theme .owl-nav [class*=owl-]:hover i {
  color: #ffffff !important;
}

.products-slider-wrap {
  margin-top: 160px;
}

/*
Get In Touch Area Style
======================================================*/
.get-in-touch-area {
  background-image: url(assets/images/get-in-touch-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.get-in-touch-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.get-in-touch-content {
  text-align: center;
}

.get-in-touch-content h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #ffffff;
  margin-top: -13px;
}

.get-in-touch-content h3 {
  margin-bottom: 40px;
  color: #ffffff;
}

/*
Latest Trailer Area Style
======================================================*/
.latest-trailer .owl-theme .owl-dots {
  margin-top: 0;
  display: -ms-grid;
  display: grid;
  position: absolute;
  right: -18px;
  top: 42%;
}

.latest-trailer .owl-theme .owl-dots .owl-dot span {
  background-color: #b3b4b4;
  margin: 5px 0;
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-trailer .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #606060;
}

.latest-trailer .owl-theme .owl-dots .owl-dot.active span {
  background-color: #606060;
}

.latest-trailer-content span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  margin-top: -6px;
}

.latest-trailer-content h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

.latest-trailer-content p {
  position: relative;
  margin-left: 100px;
  margin-bottom: 40px;
}

.latest-trailer-content p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -100px;
  width: 70px;
  height: 1px;
  background-color: #272b2b;
}

.latest-trailer-item {
  position: relative;
}

.latest-trailer-item .video-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-trailer-item .latest-video-content {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}

.latest-trailer-item .latest-video-content span {
  color: #c5baa8;
}

.latest-trailer-item .latest-video-content h3 {
  font-weight: 600;
  margin-bottom: 0;
  color: #c5baa8;
  font-size: 30px;
}

.latest-trailer-item .latest-video-content p {
  color: #e2a750;
}

.latest-trailer-item .latest-video-content-2 h2 {
  font-size: 40px;
  position: absolute;
  top: 30px;
  right: 25px;
  text-align: center;
  line-height: 1;
}

.latest-trailer-item .latest-video-content-2 h2 sub {
  position: relative;
  top: 0;
  font-size: 25px;
}

.latest-trailer-item .latest-video-content-2 .bottom-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

.latest-trailer-item .latest-video-content-2 .bottom-content h3 {
  font-weight: normal;
  color: #abb5b2;
}

.latest-trailer-item .latest-video-content-2 .bottom-content p {
  color: #ffffff;
}

.latest-trailer-item .latest-video-content-3 .text-1 {
  color: #fefa93;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 30px;
  text-align: center;
  left: 0;
  right: 0;
  text-transform: uppercase;
}

.latest-trailer-item .latest-video-content-3 .text-2 {
  position: absolute;
  top: 30px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 55px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #1c2c09;
}

.latest-trailer-item .latest-video-content-3 .text-3 {
  position: absolute;
  bottom: 75px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -25px;
}

.latest-trailer-item .latest-video-content-3 .text-4 {
  position: absolute;
  bottom: 30px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  left: 0;
  right: 0;
  text-align: center;
}

.latest-trailer-item .latest-video-content-4 .text-1 {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
  color: #6c6d70;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.latest-trailer-item .latest-video-content-4 h3 {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.latest-trailer-item .latest-video-content-4 h3 span {
  font-size: 80px;
}

.latest-trailer-item .latest-video-content-4 p {
  font-size: 15px;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #514f4a;
}

.latest-trailer-item:hover .video-button {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.latest-trailer-two .owl-theme .owl-dots {
  margin-top: 30px !important;
  line-height: 1;
}

.latest-trailer-two .owl-theme .owl-dots .owl-dot span {
  background-color: #b3b4b4;
  margin: 0 5px;
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-trailer-two .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #606060;
}

.latest-trailer-two .owl-theme .owl-dots .owl-dot.active span {
  background-color: #606060;
}

/*
Exclusive Shop Area Style
======================================================*/
.exclusive-hop-area {
  background-image: url(../../assets/img/exclusive-hop-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.exclusive-hop-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}

.exclusive-hop-area .container {
  max-width: 1475px;
}

.exclusive-img {
  position: relative;
  z-index: 1;
}

.exclusive-img .exclusive-img-2 {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: -1;
  -webkit-animation: rotation 100s infinite linear;
          animation: rotation 100s infinite linear;
}

.exclusive-img .exclusive-img-2 img {
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.exclusive-video-list {
  background-color: #ffffff;
  padding: 20px;
  height: 450px;
  overflow-y: scroll;
}

.exclusive-video-list .exclusive-list-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.exclusive-video-list .exclusive-list-img.bg-1 {
  background-image: url(../../assets/img/exclusive-img/1.jpg);
}

.exclusive-video-list .exclusive-list-img.bg-2 {
  background-image: url(../../assets/img/exclusive-img/2.jpg);
}

.exclusive-video-list .exclusive-list-img.bg-3 {
  background-image: url(../../assets/img/exclusive-img/3.jpg);
}

.exclusive-video-list .exclusive-list-img.bg-4 {
  background-image: url(../../assets/img/exclusive-img/4.jpg);
}

.exclusive-video-list .row {
  margin-bottom: 20px;
}

.exclusive-video-list h3 {
  margin-bottom: 15px;
}

.exclusive-video-list span {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  display: block;
  margin-bottom: 10px;
  color: #272b2b;
}

.exclusive-video-list span del {
  margin-right: 10px;
  color: #676a6a;
}

.exclusive-video-list ul {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.exclusive-video-list ul li {
  display: inline-block;
  border-right: 1px solid #676a6a;
  font-size: 16px;
  padding-right: 15px;
  margin-right: 15px;
}

.exclusive-video-list ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.exclusive-video-list .default-btn {
  font-size: 15px;
  padding: 12px 25px;
  font-size: 14px;
}

.exclusive-video-list .default-btn i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/*
Team Area Style
======================================================*/
.ingle-team {
  text-align: center;
}

.ingle-team .team-img {
  position: relative;
}

.ingle-team .team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ingle-team .team-img .social {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ingle-team .team-img .social li {
  display: inline-block;
  padding: 0 10px;
}

.ingle-team .team-img .social li a i {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ingle-team .team-img .social li a:hover i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.ingle-team .team-content {
  margin-top: 20px;
}

.ingle-team .team-content span {
  font-family: "Open Sans", sans-serif;
}

.ingle-team:hover .team-img::before {
  opacity: 0.9;
}

.ingle-team:hover .team-img .social {
  opacity: 1;
}

/*
Blog Area Style
======================================================*/
.single-blog {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.single-blog img {
  width: 100%;
}

.blog-posts .single-blog .blog-content {
  margin-top: 25px;
  padding: 10px 20px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-blog .blog-content ul {
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

.single-blog .blog-content ul li {
  display: inline-block;
  color: #676a6a;
  border-right: 1px solid #676a6a;
  line-height: 1;
  padding: 0 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-blog .blog-content ul li i {
  margin: 5px;
}

.single-blog .blog-content ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.single-blog .blog-content ul li:first-child {
  padding-left: 0;
}

.single-blog .blog-content ul li:first-child i {
  margin-left: 0;
}

.single-blog .blog-content ul li a {
  color: #676a6a;
}

.single-blog .blog-content ul li a:hover {
  color: #272b2b;
}

.single-blog .blog-content h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.5;
  color: #d8d3d2;
  font-size: 19px;
}

.single-blog .blog-content p {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -8px;
  font-size: 14px;
}

.single-blog:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog:hover .blog-content a h3 {
  color: #272b2b;
}

/*
Partner Area Style
======================================================*/
.partner-area {
  background-image: url(../img/partner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.partner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.partner-area .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.partner-area .partner-item {
  text-align: center;
}

/*
Footer Top Area Style
======================================================*/
.footer-top-area {
  background-image: url(assets/images/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.footer-top-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.single-widget {
  margin-bottom: 30px;
}

.single-widget h3 {
  color: #ffffff;
  border-bottom: 1px solid #2a2f2f;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.single-widget img {
  margin-bottom: 30px;
}

.single-widget .newsletter-wrap {
  margin-bottom: 30px;
}

.single-widget .newsletter-wrap h3 {
  color: #ffffff;
  margin-bottom: 20px;
  border: none;
  padding-bottom: 0;
}

.single-widget .newsletter-wrap .newsletter-form {
  position: relative;
}

.single-widget .newsletter-wrap .newsletter-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}

.single-widget .newsletter-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.single-widget .newsletter-wrap .newsletter-form .form-control:-ms-input-placeholder {
  color: #676a6a;
}

.single-widget .newsletter-wrap .newsletter-form .form-control::-ms-input-placeholder {
  color: #676a6a;
}

.single-widget .newsletter-wrap .newsletter-form .form-control::placeholder {
  color: #676a6a;
}

.single-widget .newsletter-wrap .newsletter-form .send-btn {
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 0;
  color: #ffffff;
  font-size: 20px;
  padding-right: 0;
}

.single-widget .social-wrap li {
  display: inline-block;
  padding-right: 15px;
}

.single-widget .social-wrap li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #7c7e7e;
  color: #7c7e7e;
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-widget .social-wrap li a:hover i {
  border-color: #ffffff;
  color: #ffffff;
}

.single-widget .address li {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.single-widget .address li:last-child {
  margin-bottom: 0;
}

.single-widget .address li i {
  position: absolute;
  top: 0;
  left: 0;
}

.single-widget .address li a {
  display: block;
  color: #ffffff;
}

.single-widget .address li a:hover {
  color: #676a6a;
}

.single-widget .additional-link li {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.single-widget .additional-link li:last-child {
  margin-bottom: 0;
}

.single-widget .additional-link li a {
  display: block;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
}

.single-widget .additional-link li a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
}

.single-widget .additional-link li a:hover {
  color: #676a6a;
}

.single-widget .instagram li {
  display: inline-block;
  margin-bottom: 6px;
  /* margin-right: 2px; */
}

.single-widget .instagram li a img {
  margin-bottom: 0;
}

/*
Footer Bottom Style
======================================================*/
.footer-bottom-area {
  border-top: 1px solid #2a2f2f;
  background-color: #020607;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom-area .copyright-wrap {
  text-align: center;
}

.footer-bottom-area .copyright-wrap p {
  color: #676a6a;
}

.footer-bottom-area .copyright-wrap p a {
  color: #676a6a;
}

.footer-bottom-area .copyright-wrap p a:hover {
  color: #ffffff;
}

.footer-bottom-area .copyright-wrap p i {
  position: relative;
  top: 1px;
}

#validator-newsletter-2 {
  color: red;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
}

/*====================================================
HOME TWO STYLE AREA
======================================================*/
/*
Hero Slider Area Two Style
======================================================*/
.hero-slider-area-two {
  position: relative;
  z-index: 1;
}

.hero-slider-area-two .thumbs-wrap {
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 1;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item {
  padding: 15px 0;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  color: #383939;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -100px;
  width: 70px;
  height: 2px;
  background-color: #383939;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: #ffffff;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
  background-color: #ffffff;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: #ffffff;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
  background-color: #ffffff;
}

.hero-slider-area-two .owl-theme .owl-nav {
  position: absolute;
  bottom: 90px;
  right: 125px;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev {
  margin: 0;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev::before {
  content: "Prev";
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 15px;
  border-right: 1px solid #383939;
  line-height: 1;
  padding-right: 15px;
  color: #383939;
  font-weight: 700;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev i {
  position: absolute;
  left: -25px;
  top: 2px;
  color: #383939;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
  color: #ffffff;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev:hover i {
  color: #ffffff;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next {
  margin: 0;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next::after {
  content: "Next";
  color: #383939;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next i {
  position: absolute;
  right: -25px;
  top: 2px;
  color: #383939;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next:hover::after {
  color: #ffffff;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next:hover i {
  color: #ffffff;
}

.hero-slider-area-two .social-wrap {
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 1;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.hero-slider-area-two .social-wrap ul li {
  padding: 10px 0;
}

.hero-slider-area-two .social-wrap ul li a i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.hero-slider-area-two .social-wrap ul li a:hover i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.hero-slider-area-two .hero-slider-text ul {
  margin-bottom: 30px;
  line-height: 1;
}

.hero-slider-area-two .hero-slider-text ul li {
  display: inline-block;
  padding: 0 10px;
}

.hero-slider-area-two .hero-slider-text ul li a {
  position: relative;
  overflow: hidden;
}

.hero-slider-area-two .hero-slider-text ul li a .white-logo {
  position: absolute;
  top: 85px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-slider-area-two .hero-slider-text ul li a:hover .white-logo {
  top: 0;
}

/*
About Area Two Style
======================================================*/
.about-area-two .about-content span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.about-area-two .about-content h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.about-area-two .about-content p {
  margin-bottom: 0;
}

.about-area-two .about-content .default-btn {
  margin-top: 40px;
}

/*
Our Production Area Two Style
======================================================*/
.our-production-area .section-title {
  margin-bottom: 20px;
}

.our-production-area .what-we-do-item {
  border: none;
  margin-bottom: 0;
}

/*
Video Area Two Style
======================================================*/
.video-created-area-two .video-created-wrap {
  max-width: unset;
}

.video-created-area-two .video-created-wrap .video-wrap i {
  color: #ffffff;
  font-size: 100px;
}

/*
Video Area Two Style
======================================================*/
.testimonial-area-two .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-text img {
  margin-bottom: 18px;
}

.testimonial-text i {
  margin-bottom: 10px;
  display: block;
  font-size: 30px;
  margin-left: 21px;
}

.testimonial-text p {
  margin-bottom: 25px;
  font-size: 18px;
}

.testimonial-text h3 {
  margin-bottom: 2px;
  font-size: 18px;
}

.testimonial-text span {
  font-family: "Open Sans", sans-serif;
}

/*
Shop Area Two Style
======================================================*/
.single-shop {
  text-align: center;
  margin-bottom: 30px;
}

.single-shop .shop-img {
  position: relative;
}

.single-shop .shop-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-shop .shop-img .default-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 180px;
  margin: auto;
  font-size: 14px;
  padding: 15px 25px;
  border-color: #ffffff;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-shop .shop-img .default-btn i {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.single-shop h3 {
  margin-top: 30px;
}

.single-shop span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.single-shop:hover .shop-img::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-shop:hover .shop-img .default-btn {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
Shop Area Two Style
======================================================*/
.blog-area-two .single-blog {
  position: relative;
  z-index: 1;
}

.blog-area-two .single-blog.bg-1 {
  background-image: url(../../assets/img/blog/4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.blog-area-two .single-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.blog-area-two .single-blog .blog-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.blog-area-two .single-blog .blog-content ul li {
  color: #ffffff;
  border-color: #ffffff;
}

.blog-area-two .single-blog .blog-content ul li a {
  color: #ffffff;
}

.blog-area-two .single-blog .blog-content ul li a i {
  color: #ffffff;
}

.blog-area-two .single-blog .blog-content h3 {
  color: #ffffff;
  margin-bottom: 25px;
}

.blog-area-two .single-blog .blog-content .read-more {
  color: #ffffff;
}

.blog-area-two .single-blog:hover .blog-content h3 {
  color: #ffffff;
}

.team-area-two .ingle-team {
  margin-bottom: 30px;
}

/*====================================================
HOME TWO STYLE AREA
======================================================*/
/*
Nav Area Three Style
======================================================*/
.navbar-area.navbar-area-three .main-nav {
  background-color: transparent;
}

.navbar-area.navbar-area-three .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-area.navbar-area-three .main-nav nav .navbar-nav .nav-item a:hover {
  color: #ffffff;
}

.navbar-area.navbar-area-three .main-nav nav .navbar-nav .nav-item a.active {
  color: #ffffff;
}

.navbar-area.navbar-area-three.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #000000;
  -webkit-box-shadow: 0 8px 6px -6px rgba(252, 252, 252, 0.4);
          box-shadow: 0 8px 6px -6px rgba(252, 252, 252, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control {
  color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control::placeholder {
  color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .search-button {
  color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .cart-icon a i {
  color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .cart-icon a:hover i {
  color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .menu-icon a i {
  color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .menu-icon a:hover i {
  color: #ffffff;
}

/*
Banner Area Three Style
======================================================*/
.banner-area {
  background-image: url(../../assets/img/banner/1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.banner-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.banner-area .banner-video {
  text-align: center;
  margin-top: 68px;
}

.banner-area .banner-video a i {
  font-size: 100px;
  color: #ffffff;
}

.banner-area .banner-text {
  text-align: left;
  margin-top: 68px;
}

.banner-area .banner-text h1 {
  color: #ffffff;
  font-size: 80px;
}

.banner-area .banner-img {
  position: absolute;
  top: 68px;
  left: -300px;
  z-index: -1;
}

/*
About Area Three Style
======================================================*/
.about-area-two.three .about-content span {
  color: #ffffff;
}

.about-area-two.three .about-content h2 {
  color: #ffffff;
}

.about-area-two.three .about-content p {
  color: #ffffff;
}

.about-area-two.three .about-grid-img {
  margin-bottom: 15px;
  margin-right: 15px;
}

/*
Video Created Area Three Style
======================================================*/
.video-created-area-three .video-img {
  position: relative;
  z-index: 1;
}

.video-created-area-three .video-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-created-area-three .video-img h3 {
  font-size: 40px;
  position: absolute;
  bottom: 50px;
  left: 30px;
  text-align: center;
  color: #ffffff;
}

.video-created-area-three .video-wrap {
  position: relative;
  z-index: 1;
}

.video-created-area-three .video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-created-area-three .video-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 100px;
}

/*
TestimonialArea Three Style
======================================================*/
.testimonial-area-three .testimonial-text {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.testimonial-area-three .testimonial-text i {
  color: #0d0d0d;
  margin-left: 0;
  -webkit-text-stroke: 1px #1d57af;
}

.testimonial-area-three .testimonial-text p {
  color: #ffffff;
  position: relative;
  /* padding-bottom: 15px; */
}

.testimonial-area-three .testimonial-text p::before {
  content: "";
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: #303132;
  margin: auto;
}

.testimonial-area-three .testimonial-text h3 {
  color: #ffffff;
}

.testimonial-area-three .testimonial-text span {
  color: #ffffff;
}

.testimonial-area-three .owl-carousel .owl-item img {
  width: unset;
  margin: 0 auto 20px;
}

.testimonial-area-three .owl-theme .owl-dots {
  margin-top: 40px !important;
  line-height: 1;
}

.testimonial-area-three .owl-theme .owl-dots .owl-dot span {
  background-color: #414749;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 5px;
}

.testimonial-area-three .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}

.testimonial-area-three .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

/*
Latest Trailer Area Three Style
======================================================*/

.latest-trailer-three {
	background-color: #0d0d0d;
}

.latest-trailer-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.latest-trailer-three .owl-theme .owl-dots {
  margin-top: 30px !important;
  line-height: 1;
}

.latest-trailer-three .owl-theme .owl-dots .owl-dot span {
  background-color: #b3b4b4;
  margin: 0 5px;
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-trailer-three .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #606060;
}

.latest-trailer-three .owl-theme .owl-dots .owl-dot.active span {
  background-color: #606060;
}

/*
What We Do Area Three Style
======================================================*/
.what-we-do-area.three .what-we-do-content span {
  color: #ffffff;
}

.what-we-do-area.three .what-we-do-content h2 {
  color: #ffffff;
}

.what-we-do-area.three .what-we-do-content p {
  color: #ffffff;
}

.what-we-do-area.three .what-we-do-content p::before {
  background-color: #ffffff;
}

.what-we-do-area.three .what-we-do-content .brand-wrap .brand a {
  position: relative;
  overflow: hidden;
}

.what-we-do-area.three .what-we-do-content .brand-wrap .brand a .white-logo {
  position: absolute;
  top: 85px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.what-we-do-area.three .what-we-do-content .brand-wrap .brand a:hover .white-logo {
  top: 0;
}

.what-we-do-area.three .what-we-do-item i {
  color: #e2a850;
}

.what-we-do-area.three .what-we-do-item h3 {
  color: #ffffff;
}

.what-we-do-area.three .what-we-do-item p {
  color: #ffffff;
}

/*
What We Do Area Three Style
======================================================*/
.team-area-three {
  background-image: url(assets/images/team-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.team-area-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.team-area-three .ingle-team .team-content h3 a {
  color: #ffffff;
}

.team-area-three .ingle-team .team-content span {
  color: #2b5a9e;
}

/*
Blog Area Three Style
======================================================*/
.blog-area-three .single-blog .blog-content ul li {
  color: #ffffff;
}

.blog-area-three .single-blog .blog-content ul li a {
  color: #ffffff;
}

.blog-area-three .single-blog .blog-content ul li a i {
  color: #ffffff;
}

.blog-area-three .single-blog .blog-content a h3 {
  color: #ffffff;
}

.blog-area-three .single-blog .blog-content p {
  color: #ffffff;
}

.blog-area-three .single-blog .blog-content a {
  color: #ffffff;
}

/*
Partner Area Three Style
======================================================*/
.partner-area-three {
  background-image: url(../../assets/img/partner-bg-three.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.partner-area-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}

/*
Footer Top Area Three Style
======================================================*/
.footer-top-area-three {
  background-image: url(../../assets/img/footer-bg-three.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.footer-top-area-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}

/*
Footer Bottom Area Three Style
======================================================*/
.footer-bottom-area.three {
  background-color: #020202;
}

.footer-bottom-area.three p {
  color: #ffffff;
}

/*
Production Area Three Style
======================================================*/
.production-process-area .section-title {
  margin-bottom: 80px;
}

.production-process-area .production-item {
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 400px;
  max-width: 1140px;
  margin: auto;
  position: relative;
}

.single-process {
  text-align: center;
}

.single-process i {
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
  width: 100px;
  height: 100px;
  line-height: 94px;
  background-color: #000000;
  display: inline-block;
  border: 1px solid #ffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-process i:hover {
  color: #e2a750;
}

.single-process p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

.single-process.one {
  position: absolute;
  left: -40px;
  top: 132px;
  border: 20px solid #000000;
  border-radius: 50%;
}

.single-process.one .one {
  position: absolute;
  bottom: 30px;
  left: 113px;
  width: 145px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.single-process.two {
  position: absolute;
  left: 280px;
  top: -50px;
  border: 20px solid #000000;
  border-radius: 50%;
}

.single-process.two .two {
  margin-top: 15px;
  position: absolute;
  width: 150px;
  left: -25px;
}

.single-process.three {
  position: absolute;
  right: 300px;
  top: -60px;
  border: 20px solid #000000;
  border-radius: 50%;
}

.single-process.three .three {
  margin-top: 15px;
  position: absolute;
  width: 150px;
  left: -25px;
}

.single-process.four {
  position: absolute;
  left: 300px;
  bottom: -50px;
  border: 20px solid #000000;
  border-radius: 50%;
}

.single-process.four .four {
  margin-top: 15px;
  position: absolute;
  width: 220px;
  left: -56px;
  top: -60px;
}

.single-process.five {
  position: absolute;
  right: 300px;
  bottom: -55px;
  border: 20px solid #000000;
  border-radius: 50%;
}

.single-process.five .five {
  margin-top: 15px;
  position: absolute;
  width: 220px;
  left: -63px;
  top: -60px;
}

.single-process.six {
  position: absolute;
  right: -40px;
  top: 118px;
  border: 20px solid #000000;
  border-radius: 50%;
}

.single-process.six .six {
  position: absolute;
  bottom: 40px;
  left: -140px;
  width: 145px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

/*
Products Area Three Style
======================================================*/
.products-area.three {
  background-image: url(assets/images/products-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.products-area.three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}

.products-area.three .products-content {
  max-width: 585px;
  margin: 0px auto;
}

.products-area.three .products-content span {
  color: #ffffff;
}

.products-area.three .products-content h2 {
  color: #ffffff;
}

.products-area.three .products-content p {
  color: #ffffff;
}

.products-area.three .products-content p::before {
  background-color: #e2a850;
}

.products-area.three .thumbs-wrap {
  top: 450px;
  max-width: 368px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}

.products-area.three .thumbs-wrap .owl-thumb-item::before {
  background-color: #676a6a;
}

.products-area.three .thumbs-wrap .owl-thumb-item::after {
  background-color: #676a6a;
}

.products-area.three .thumbs-wrap .owl-thumb-item span {
  position: relative;
}

.products-area.three .thumbs-wrap .owl-thumb-item span::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0px;
  width: 25px;
  height: 25px;
  background-color: #74572b;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.products-area.three .thumbs-wrap .owl-thumb-item:hover span {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products-area.three .thumbs-wrap .owl-thumb-item:hover span::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.products-area.three .thumbs-wrap .owl-thumb-item:hover::before {
  background-color: #e2a750;
}

.products-area.three .thumbs-wrap .owl-thumb-item:hover::after {
  background-color: #e2a750;
}

.products-area.three .thumbs-wrap .owl-thumb-item.active span {
  color: #ffffff;
}

.products-area.three .thumbs-wrap .owl-thumb-item.active span::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.products-area.three .thumbs-wrap .owl-thumb-item.active::before {
  background-color: #e2a750;
}

.products-area.three .thumbs-wrap .owl-thumb-item.active::after {
  background-color: #e2a750;
}

.products-area.three .owl-prev {
  top: 25px;
  left: 73px;
  right: 0;
  margin: auto !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.products-area.three .owl-next {
  bottom: -523px;
  left: 74px;
  right: 0;
  margin: auto !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
Sidebar Area Style
======================================================*/
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 23%;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  padding: 40px;
}

.sidebar-modal .sidebar-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.sidebar-modal .sidebar-header .sidebar-logo {
  display: inline-block;
}

.sidebar-modal .sidebar-header .close-btn {
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #272b2b;
  color: #ffffff;
  border-radius: 0;
  float: right;
  text-align: center;
}

.sidebar-modal .sidebar-header .close-btn:hover {
  color: #ffffff;
  background-color: #272b2b;
}

.sidebar-modal .sidebar-about {
  margin-bottom: 30px;
}

.sidebar-modal .sidebar-about .title h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.sidebar-modal .sidebar-about .title p {
  margin-bottom: 0;
  font-size: 15px;
}

.sidebar-modal .contact-us {
  margin-bottom: 30px;
}

.sidebar-modal .contact-us h2 {
  font-size: 20px;
  margin-bottom: 25px;
}

.sidebar-modal .contact-us ul li {
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.sidebar-modal .contact-us ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .contact-us ul li i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 16px;
}

.sidebar-modal .contact-us ul li a {
  display: block;
}

.sidebar-modal .sidebar-instagram-feed {
  margin-bottom: 30px;
}

.sidebar-modal .sidebar-instagram-feed h2 {
  margin-bottom: 25px;
  font-size: 25px;
}

.sidebar-modal .sidebar-instagram-feed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.sidebar-modal .sidebar-instagram-feed ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.sidebar-modal .sidebar-instagram-feed ul li a {
  display: block;
  position: relative;
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
  opacity: .50;
  visibility: visible;
}

.sidebar-modal .sidebar-follow-us h2 {
  font-size: 20px;
  margin-bottom: 25px;
}

.sidebar-modal .sidebar-follow-us .social-wrap {
  line-height: 1;
}

.sidebar-modal .sidebar-follow-us .social-wrap li {
  display: inline-block;
  padding-right: 10px;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a i {
  font-size: 20px;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.9);
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

/*
Modal Newsletter Area Style
======================================================*/
.modal-newsletter-area .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  border-radius: 0;
}

.modal-newsletter-area .modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-newsletter-area .modal-body {
  padding: 0;
}

.modal-newsletter-area .modal-content {
  border-radius: 0;
}

.modal-newsletter-area .modal-content .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.modal-newsletter-area .modal-newsletter-wrap {
  padding: 30px;
  text-align: center;
}

.modal-newsletter-area .modal-newsletter-wrap h3 {
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: -8px;
}

.modal-newsletter-area .modal-newsletter-wrap p {
  margin-bottom: 30px;
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form {
  position: relative;
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .form-control {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #272b2b;
  color: #ffffff;
  height: 50px;
  padding: 10px 20px;
  border: none;
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .agree-label {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  margin-top: 30px;
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .agree-label #chb1 {
  margin-right: 5px;
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .agree-label label {
  margin-bottom: 0;
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form #validator-newsletter {
  text-align: left;
  color: #ff0000;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
}

.modal-newsletter-area .newsletter-img {
  position: relative;
  top: -1px;
}

.modal-newsletter-area .col-lg-7.pl-0 {
  padding-left: 0 !important;
}

.modal-newsletter-area .col-lg-5.p-0 {
  padding: 0 !important;
}

.modal-newsletter-area .modal-content .close {
  background-color: transparent;
  top: -5px;
  right: 0px;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-newsletter-area .modal-content .close:hover {
  color: #ff0000;
}

/*====================================================
INNER PAGE STYLE AREA
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  overflow: hidden;
  padding-top: 240px;
  padding-bottom: 180px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  z-index: 1;
  z-index: 1;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}

.page-title-area.bg-1 {
  background-image: url(../../assets/img/page-bg/1.jpg);
}

.page-title-area.bg-2 {
  background-image: url(../../assets/img/page-bg/2.jpg);
}

.page-title-area.bg-3 {
  background-image: url(../../assets/img/page-bg/3.jpg);
}

.page-title-area.bg-4 {
  background-image: url(../../assets/img/page-bg/4.jpg);
}

.page-title-area.bg-5 {
  background-image: url(../../assets/img/page-bg/5.jpg);
}

.page-title-area.bg-6 {
  background-image: url(../../assets/img/page-bg/6.jpg);
}

.page-title-area.bg-7 {
  background-image: url(../../assets/img/page-bg/7.jpg);
}

.page-title-area.bg-8 {
  background-image: url(../../assets/img/page-bg/8.jpg);
}

.page-title-area.bg-9 {
  background-image: url(../../assets/img/page-bg/9.jpg);
}

.page-title-area.bg-10 {
  background-image: url(../../assets/img/page-bg/10.jpg);
}

.page-title-area.bg-11 {
  background-image: url(../../assets/img/page-bg/11.jpg);
}

.page-title-area.bg-12 {
  background-image: url(../../assets/img/page-bg/12.jpg);
}

.page-title-area.bg-13 {
  background-image: url(../../assets/img/page-bg/13.jpg);
}

.page-title-area.bg-14 {
  background-image: url(../../assets/img/page-bg/14.jpg);
}

.page-title-area.bg-15 {
  background-image: url(../../assets/img/page-bg/15.jpg);
}

.page-title-area.bg-16 {
  background-image: url(../../assets/img/page-bg/16.jpg);
}

.page-title-area.bg-17 {
  background-image: url(../../assets/img/page-bg/17.jpg);
}

.page-title-area.bg-18 {
  background-image: url(../../assets/img/page-bg/18.jpg);
}

.page-title-area.bg-19 {
  background-image: url(../../assets/img/page-bg/19.jpg);
}

.page-title-area.bg-20 {
  background-image: url(../../assets/img/page-bg/20.jpg);
}

.page-title-area.bg-21 {
  background-image: url(../../assets/img/page-bg/21.jpg);
}

.page-title-area.bg-22 {
  background-image: url(../../assets/img/page-bg/22.jpg);
}

.page-title-area.bg-23 {
  background-image: url(../../assets/img/page-bg/23.jpg);
}

.page-title-area.bg-24 {
  background-image: url(../../assets/img/page-bg/24.jpg);
}

.page-title-area .page-title-content {
  margin-top: -10px;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -5px;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 15px;
  margin-left: 15px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: #ffffff;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #e2a850;
}

.page-title-area .page-title-content ul .active {
  color: #e2a850;
}

/* 
Bio Data Area Style
=====================================================*/
.bio-data .about-content h3 {
  position: relative;
  padding-left: 100px;
  font-size: 18px;
  margin-top: 30px;
}

.bio-data .about-content h3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: #272b2b;
}

.bio-data .about-content p {
  padding-left: 100px;
}

.bio-data .about-grid-img {
  /* margin-bottom: 15px; */
  /* margin-right: 15px; */
}

/* 
Counter Area Style
=====================================================*/
.counter-area .single-counter {
  text-align: center;
  margin-bottom: 30px;
}

.counter-area .single-counter h2 {
  margin-bottom: 0;
  font-size: 40px;
}

.counter-area .single-counter p {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

/* 
Collaborate Area Style
=====================================================*/
.collaborate-form .form-group { margin-bottom: 25px; }
.collaborate-form .form-group input[type="date"],
.collaborate-form .form-group .form-control { color: #ffffff; border: 1px dashed #676a6a; border-bottom: 3px solid #676a6a; background:transparent; }
.collaborate-form .form-group .wpcf7-radio { display: block; }
.collaborate-form .form-group .wpcf7-radio span.wpcf7-list-item { display: inline-block; margin:0 3px 0 0; }
.collaborate-form .form-group .wpcf7-radio span.wpcf7-list-item label { margin: 0; border: 1px dashed #676a6a; border-bottom: 3px solid #676a6a; padding: 8px; font-weight: 400; }
.collaborate-form .btn-primary { padding: 15px 40px; }
.collaborate-form .form-group label {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  color: #d7d7d7;
  font-weight: 600;
}

.collaborate-form .default-btn {
  margin-top: 5px;
}

/* 
Contact Area Style
=====================================================*/
.map-area iframe {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
}

.contact-info p {
  margin-bottom: 30px;
}

.contact-info ul li {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #272b2b;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.contact-info ul li i {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-info ul li a {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  text-transform: none;
}

.contact-info ul li span {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
}

.contact-info .social-wrap {
  padding-left: 30px;
  line-height: 1;
}

.contact-info .social-wrap li {
  display: inline-block;
}

.contact-info .social-wrap li.follow {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #272b2b;
  position: relative;
  margin-bottom: 20px;
  display: block;
  padding-left: 0;
}

.contact-info .social-wrap li a i {
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-info .social-wrap li a:hover i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.contact-wrap h3 {
  margin-bottom: 30px;
}

.contact-wrap #contactForm .form-group {
  margin-bottom: 30px;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

div#msgSubmit {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  bottom: -65px;
  left: 15px;
  text-transform: capitalize;
}

.text-success {
  color: #28a745;
}

/*
FAQ Area CSS
======================================================*/
.faq-accordion {
  max-width: 800px;
  margin: auto;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #676a6a;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 23px;
  font-size: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaf8";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
Blog Details Area CSS
======================================================*/
.blog-details-wrap .blog-top-content-wrap img {
  margin-bottom: 30px;
}

.blog-details-wrap .blog-top-content-wrap .post-details {
  margin-bottom: 10px;
}

.blog-details-wrap .blog-top-content-wrap .post-details li {
  display: inline-block;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
}

.blog-details-wrap .blog-top-content-wrap .post-details li i {
  margin-right: 5px;
  color: #272b2b;
  position: relative;
  top: 2px;
}

.blog-details-wrap .blog-top-content-wrap h3 {
  margin-bottom: 15px;
}

.blog-details-wrap .blog-top-content-wrap blockquote {
  position: relative;
}

.blog-details-wrap .blog-top-content-wrap blockquote i {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 30px;
}

.blog-details-wrap .blog-top-content-wrap blockquote p {
  padding-left: 50px;
  font-weight: 600;
}

.blog-details-wrap .tags-and-shear-wrap {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.blog-details-wrap .tags-and-shear-wrap .tag-list li {
  display: inline-block;
}

.blog-details-wrap .tags-and-shear-wrap .tag-list li span {
  font-weight: 600;
  text-transform: uppercase;
  color: #272b2b;
  margin-right: 10px;
}

.blog-details-wrap .tags-and-shear-wrap .tag-list li a {
  font-family: "Open Sans", sans-serif;
  border: 1px solid #e1e1e1;
  padding: 2px 6px;
  margin-right: 10px;
}

.blog-details-wrap .tags-and-shear-wrap .tag-list li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap {
  float: right;
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li {
  display: inline-block;
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li span {
  font-weight: 600;
  text-transform: uppercase;
  color: #272b2b;
  margin-right: 10px;
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li a {
  font-size: 16px;
  margin-right: 10px;
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li:last-child a {
  margin-right: 0;
}

.blog-details-wrap .post-next-and-prev-wrap {
  margin-bottom: 50px;
}

.blog-details-wrap .post-next-and-prev-wrap .prev-img {
  position: relative;
}

.blog-details-wrap .post-next-and-prev-wrap .prev-img h3 {
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 115px;
}

.blog-details-wrap .post-next-and-prev-wrap .next-img {
  position: relative;
  text-align: right;
}

.blog-details-wrap .post-next-and-prev-wrap .next-img h3 {
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 115px;
}

.blog-details-wrap .comments-wrap {
  margin-bottom: 50px;
}

.blog-details-wrap .comments-wrap h3 {
  margin-bottom: 30px;
}

.blog-details-wrap .comments-wrap ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}

.blog-details-wrap .comments-wrap ul li img {
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-wrap .comments-wrap ul li h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.blog-details-wrap .comments-wrap ul li span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.blog-details-wrap .comments-wrap ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.blog-details-wrap .comments-wrap ul li a:hover {
  letter-spacing: 1px;
}

.blog-details-wrap .comments-wrap ul li a i {
  margin-right: 5px;
}

.blog-details-wrap .leave-reply-wrap h3 {
  margin-bottom: 20px;
}

.blog-details-wrap .leave-reply-wrap p {
  margin-bottom: 30px;
}

.blog-details-wrap .leave-reply-wrap .form-group {
  margin-bottom: 30px;
}

.blog-details-wrap .leave-reply-wrap .form-group #chb1 {
  margin-right: 5px;
}

.blog-details-wrap .leave-reply-wrap .form-group span {
  font-family: "Open Sans", sans-serif;
}

.blog-details-wrap .leave-reply-wrap .form-group label {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}

.blog-details-sidebar-wrap .sidebar-widget {
  margin-bottom: 35px;
}

.blog-details-sidebar-wrap .sidebar-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.blog-details-sidebar-wrap .search-wrap .search-form {
  position: relative;
}

.blog-details-sidebar-wrap .search-wrap .search-form .form-control {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  padding: 0 0;
  font-weight: 700;
}

.blog-details-sidebar-wrap .search-wrap .search-form .search-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  height: 50px;
}

.blog-details-sidebar-wrap .popular-post-wrap ul li {
  margin-bottom: 20px;
}

.blog-details-sidebar-wrap .popular-post-wrap ul li a {
  position: relative;
  display: block;
}

.blog-details-sidebar-wrap .popular-post-wrap ul li a h3 {
  position: absolute;
  top: 0;
  left: 200px;
  font-size: 16px;
  margin-bottom: 0;
}

.blog-details-sidebar-wrap .popular-post-wrap ul li a span {
  padding-left: 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.blog-details-sidebar-wrap .categories-wrap ul li {
  margin-bottom: 10px;
}

.blog-details-sidebar-wrap .categories-wrap ul li:last-child {
  margin-bottom: 0;
}

.blog-details-sidebar-wrap .categories-wrap ul li a {
  font-family: "Open Sans", sans-serif;
}

.blog-details-sidebar-wrap .about-wrap img {
  margin-bottom: 20px;
  width: 100%;
}

.blog-details-sidebar-wrap .tags-wrap ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.blog-details-sidebar-wrap .tags-wrap ul li a {
  border: 1px solid #cfcfcf;
  padding: 10px 15px;
  font-family: "Open Sans", sans-serif;
}

.blog-details-sidebar-wrap .tags-wrap ul li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*
Shop Area CSS
======================================================*/
.woocommerce-topbar {
  margin-bottom: 40px;
  background-color: #f5f5f5;
  padding: 10px 30px;
}

.woocommerce-topbar .woocommerce-topbar-ordering {
  text-align: right;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #ffffff;
  color: #272b2b;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  float: unset;
  height: unset;
  line-height: initial;
  padding: 10px 35px 10px 15px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: #272b2b !important;
  color: #ffffff;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  font-weight: 700;
  color: #e2a750;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
  right: 20px;
}

/*
Cart Area CSS
======================================================*/
.cart-area .product-thumbnail {
  width: 130px;
}

.cart-area .cart-table {
  text-align: center;
}

.cart-area .cart-table table thead tr th {
  font-weight: 600;
  font-size: 18px;
  border-bottom: none;
  border: none;
  border-bottom: 1px solid #eaedff;
  text-transform: uppercase;
  color: #272b2b;
  padding-top: 0;
}

.cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #eaedff;
}

.cart-area .cart-table table tbody tr td a {
  color: #272b2b;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-area .cart-table table tbody tr td a:hover {
  color: #272b2b;
}

.cart-area .cart-table table tbody tr td.product-price {
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
  font-size: 15px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
  margin-left: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #676a6a;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  float: right;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.cart-area .cart-table table tbody tr td.product-quantity {
  font-family: "Open Sans", sans-serif;
  width: 145px;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
  position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #676a6a;
  outline: 0;
  display: block;
  border: none;
  border: 1px solid #cfcfcf;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  color: #676a6a;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  background-color: #272b2b;
  color: #ffffff;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  color: #676a6a;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  background-color: #272b2b;
  color: #ffffff;
}

.cart-area .cart-table table tbody tr td .subtotal-amount {
  font-family: "Open Sans", sans-serif;
}

.cart-area .coupon-cart {
  margin-top: 20px;
}

.cart-area .coupon-cart .form-group {
  position: relative;
}

.cart-area .coupon-cart .form-group .form-control {
  border: 1px solid #e1e1e1;
}

.cart-area .coupon-cart .form-group .form-control:focus {
  border-color: #272b2b;
}

.cart-area .coupon-cart .form-group .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
}

.cart-area .cart-totals {
  padding: 0 30px;
  border-radius: 0;
}

.cart-area .cart-totals h3 {
  margin-bottom: 25px;
}

.cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-area .cart-totals ul li {
  border-bottom: 1px solid #eaedff;
  padding: 12px 0;
  color: #676a6a;
  overflow: hidden;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.cart-area .cart-totals ul li:last-child {
  border-bottom: none;
}

.cart-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

/* 
Checkout Area CSS
=====================================================*/
.checkout-area .contact-form-action {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-area .contact-form-action .form-group {
  margin-bottom: 20px;
}

.checkout-area .faq-accordion {
  padding-left: 30px;
  padding-right: 30px;
}

.checkout-area .faq-accordion h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.checkout-area .faq-accordion .accordion .accordion-content {
  border-top: none;
  padding: 0;
  font-size: 14px;
  padding-left: 25px;
}

.checkout-area .faq-accordion .accordion .accordion-title {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #272b2b;
  border-radius: 50%;
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 50%;
  border-radius: 50%;
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
  color: #272b2b;
}

.checkout-area .faq-accordion .accordion .accordion-item {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-area .faq-accordion .form-check {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.checkout-area .checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.checkout-area .billing-details h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
  display: block;
  color: #272b2b;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.checkout-area .billing-details .form-group label .required {
  color: red;
}

.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #272b2b;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: #272b2b !important;
  color: #ffffff;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #272b2b !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}

.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.checkout-area .billing-details .form-check .form-check-label {
  color: #272b2b;
}

.checkout-area .billing-details .form-check label {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.checkout-area .cart-totals {
  padding: 0 30px;
  border-radius: 0;
  margin-bottom: 30px;
}

.checkout-area .cart-totals h3 {
  margin-bottom: 25px;
  font-size: 20px;
}

.checkout-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.checkout-area .cart-totals ul li {
  border-bottom: 1px solid #eaedff;
  padding: 12px 0;
  color: #676a6a;
  overflow: hidden;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.checkout-area .cart-totals ul li:first-child {
  padding-top: 0;
}

.checkout-area .cart-totals ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.checkout-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

/*
Shop Details Area CSS
=====================================================*/
.product-details-area .product-details-desc h3 {
  margin-bottom: 12px;
  font-weight: 700;
}

.product-details-area .product-details-desc p {
  margin-bottom: 0;
}

.product-details-area .product-details-desc .price {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
}

.product-details-area .product-details-desc .price span {
  padding: 0 5px;
}

.product-details-area .product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.product-details-area .product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-area .product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-area .product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-area .product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
  color: #272b2b;
  border-color: #272b2b;
}

.product-details-area .product-details-desc .product-summery {
  margin-top: 30px;
}

.product-details-area .product-details-desc .product-summery li {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #272b2b;
}

.product-details-area .product-details-desc .product-summery li:last-child {
  margin-bottom: 0;
}

.product-details-area .product-details-desc .product-summery li span {
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  font-weight: normal;
}

.product-details-area .product-details-desc .social-wrap {
  margin-top: 30px;
}

.product-details-area .product-details-desc .social-wrap li {
  display: inline-block;
  padding-right: 10px;
}

.product-details-area .product-details-desc .social-wrap li span {
  font-weight: 700;
  text-transform: uppercase;
}

.product-details-area .product-details-desc .social-wrap li a i {
  font-size: 16px;
  line-height: 1;
}

.product-details-area .product-details-desc .product-add-to-cart {
  margin-bottom: 30px;
  margin-top: 20px;
}

.product-details-area .product-details-desc .product-add-to-cart h3 {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  border: 1px solid #cfcfcf;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #272b2b;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
  border-right: 1px solid #cfcfcf;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
  border-left: 1px solid #cfcfcf;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .default-btn {
  margin-bottom: 0 !important;
}

.product-details-area .product-details-desc .default-btn i {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.product-details-area .product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn::before {
  display: none;
}

.product-details-area .product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #272b2b;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #272b2b;
  border-color: #272b2b;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-area .product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.product-details-area .product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-area .product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 15px;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
  margin-right: 4px;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a i {
  font-size: 20px;
  background-color: #def5ee;
  color: #272b2b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a:hover i {
  background-color: #272b2b;
  color: #ffffff;
}

.product-details-area .product-details-image {
  text-align: center;
  background-color: #f7f7f7;
}

.product-details-area .tab .tabs_item {
  display: none;
}

.product-details-area .tab .tabs_item:first-child {
  display: block;
}

.product-details-area .products-details-tab {
  margin-top: 50px;
}

.product-details-area .products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaedff;
}

.product-details-area .products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.product-details-area .products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  color: #333333;
  border: 1px solid #eaedff;
  border-bottom: none;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 1;
}

.product-details-area .products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: #272b2b;
  border-color: #272b2b;
}

.product-details-area .products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #272b2b;
  border-color: #272b2b;
}

.product-details-area .products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.product-details-area .products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #272b2b;
  border-color: #272b2b;
}

.product-details-area .products-details-tab .tabs li.current a .dot {
  border: 1px solid #ffffff;
}

.product-details-area .products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tab_content {
  border: 1px solid #eaedff;
  padding: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eaedff;
  border-bottom: none;
  padding: 10px 15px;
  color: #57647c;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eaedff;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #272b2b;
  font-size: 16px;
  font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 4px;
  background-color: #272b2b;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eaedff;
  padding-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff4800;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #444444;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}

/*
User Area CSS
=====================================================*/
.user-area-style {
  position: relative;
  z-index: 1;
}

.user-area-style .section-title h2 {
  font-size: 40px;
  margin-top: -11px;
}

.user-area-style .contact-form-action {
  border: 1px solid #ebf0ff;
  padding: 50px;
  margin: auto;
  max-width: 650px;
}

.user-area-style .contact-form-action .section-title {
  margin-bottom: 40px;
}

.user-area-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}

.user-area-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
  color: #272b2b;
}

.user-area-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .default-btn {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.user-area-style .contact-form-action form .login-action {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action .log-rem {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

.user-area-style .contact-form-action form .login-action .log-rem label {
  margin-bottom: 0;
}

.user-area-style .contact-form-action form .login-action .forgot-login {
  display: inline-block;
  float: right;
  font-family: "Open Sans", sans-serif;
}

.user-area-style .contact-form-action form .or {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

.user-area-style .contact-form-action form .or::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #ebf0ff;
}

.user-area-style .contact-form-action form .or::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #ebf0ff;
}

.user-area-style.recover-password-area h3 {
  font-size: 40px;
  margin-top: -11px;
}

.user-area-style.recover-password-area p {
  margin-bottom: 30px;
}

.user-area-style.recover-password-area .now-log-in {
  font-family: "Open Sans", sans-serif;
}

.user-area-style.recover-password-area .now-register {
  float: right;
}

/*
Portfolio Area Style
======================================================*/
.portfolio-wraps {
  text-align: center;
}

.portfolio-wraps .shorting .mix {
  display: none;
}

.portfolio-wraps .shorting-menu {
  margin-bottom: 40px;
  border-bottom: 1px solid #cfcfcf;
}

.portfolio-wraps .shorting-menu .filter {
  font-size: 16px;
  font-weight: 500;
  background-color: #cfcfcf;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 12px 30px;
  color: #272b2b;
  margin: 0 10px;
  border-radius: 0;
  text-transform: uppercase;
}

.portfolio-wraps .shorting-menu .filter.active {
  color: #ffffff;
  background-color: #272b2b;
}

.single-portfolio {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-portfolio .portfolio-image {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 380px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-portfolio .portfolio-image .price-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-portfolio .portfolio-image .price-wrap i {
  font-size: 60px;
  color: #ffffff;
}

.single-portfolio .portfolio-image:hover .price-wrap {
  opacity: 1;
}

.single-portfolio .portfolio-image.bg-1 {
  background-image: url(../../assets/img/portfolio/1.jpg);
}

.single-portfolio .portfolio-image.bg-2 {
  background-image: url(../../assets/img/portfolio/2.jpg);
}

.single-portfolio .portfolio-image.bg-3 {
  background-image: url(../../assets/img/portfolio/3.jpg);
}

.single-portfolio .portfolio-image.bg-4 {
  background-image: url(../../assets/img/portfolio/4.jpg);
}

.single-portfolio .portfolio-image.bg-5 {
  background-image: url(../../assets/img/portfolio/5.jpg);
}

.single-portfolio .portfolio-image.bg-6 {
  background-image: url(../../assets/img/portfolio/6.jpg);
}

.single-portfolio .portfolio-image.bg-7 {
  background-image: url(../../assets/img/portfolio/7.jpg);
}

.single-portfolio .portfolio-image.bg-8 {
  background-image: url(../../assets/img/portfolio/8.jpg);
}

.single-portfolio .portfolio-image.bg-9 {
  background-image: url(../../assets/img/portfolio/9.jpg);
}

.single-portfolio .portfolio-content {
  padding-top: 10px;
}

.single-portfolio .portfolio-content span {
  color: #676a6a;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

.single-portfolio .portfolio-content h3 {
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.single-portfolio .portfolio-content h3 a {
  color: #272b2b;
}

/*
Portfolio Details Area Style
======================================================*/
.portfolio-details-wrap .portfolio-img {
  margin-bottom: 30px;
}

.portfolio-details-wrap .portfolio-content span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.portfolio-details-wrap .portfolio-content h3 {
  margin-bottom: 20px;
}

.portfolio-details-wrap .portfolio-content p {
  padding-left: 100px;
  position: relative;
}

.portfolio-details-wrap .portfolio-content p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: #272b2b;
}

.portfolio-details-wrap .portfolio-date {
  border: 1px dashed #cfcfcf;
  padding: 30px;
}

.portfolio-details-wrap .portfolio-date .date-wrap {
  margin-bottom: 10px;
  position: relative;
}

.portfolio-details-wrap .portfolio-date .date-wrap li {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #272b2b;
}

.portfolio-details-wrap .portfolio-date .date-wrap li:last-child {
  margin-bottom: 0;
}

.portfolio-details-wrap .portfolio-date .date-wrap li span {
  display: inline-block;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 140px;
  text-transform: capitalize;
  color: #676a6a;
}

.portfolio-details-wrap .portfolio-date .social-wrap li {
  display: inline-block;
  margin-right: 5px;
}

.portfolio-details-wrap .portfolio-date .social-wrap li span {
  text-transform: uppercase;
  color: #272b2b;
  font-weight: 700;
  margin-right: 51px;
  margin-bottom: 0;
}

.portfolio-details-wrap .portfolio-date .social-wrap li a i {
  font-size: 18px;
}

.portfolio-details-wrap .post-next-and-prev-wrap {
  margin-top: 50px;
}

.portfolio-details-wrap .post-next-and-prev-wrap .prev-img {
  position: relative;
}

.portfolio-details-wrap .post-next-and-prev-wrap .prev-img h3 {
  font-size: 16px;
  position: absolute;
  top: 45px;
  left: 200px;
}

.portfolio-details-wrap .post-next-and-prev-wrap .grid {
  text-align: center;
}

.portfolio-details-wrap .post-next-and-prev-wrap .grid i {
  font-size: 50px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.portfolio-details-wrap .post-next-and-prev-wrap .next-img {
  position: relative;
  text-align: right;
}

.portfolio-details-wrap .post-next-and-prev-wrap .next-img h3 {
  font-size: 16px;
  position: absolute;
  top: 45px;
  right: 200px;
}

/*
Team Page Area Style
======================================================*/
.team-page-area .ingle-team {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-page-area .ingle-team:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Testimonial Page Area Style
======================================================*/
.testimonial-page-area .testimonial-text {
  text-align: center;
  margin-bottom: 30px;
}

.testimonial-page-area .testimonial-text i {
  margin-left: 0;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  padding: 50px 0;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}

.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
  color: #272b2b;
}

.error-area .error-content-wrap h1 .a {
  -webkit-animation: bounce 3s infinite linear;
          animation: bounce 3s infinite linear;
  display: inline-block;
}

.error-area .error-content-wrap h1 .red {
  color: #ff0000;
  -webkit-animation: bounce 2s infinite linear;
          animation: bounce 2s infinite linear;
  display: inline-block;
}

.error-area .error-content-wrap h1 .b {
  -webkit-animation: bounce 3s infinite linear;
          animation: bounce 3s infinite linear;
  display: inline-block;
}

.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #272b2b;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../../assets/img/coming-soon-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px 30px;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #272b2b;
  font-size: 60px;
  margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #272b2b;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #272b2b;
  color: #676a6a;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #272b2b;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content ul {
  margin-top: 30px;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  margin: 0 5px;
}

.coming-soon-area .coming-soon-content ul li a {
  width: 30px;
  height: 30px;
  line-height: 36px;
  background-color: #272b2b;
  border-radius: 50%;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content ul li a i {
  font-size: 18px;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  z-index: 9999;
}

.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #272b2b;
  z-index: 10;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 11;
}

.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin-reverse .6s linear infinite;
          animation: spin-reverse .6s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.loaded .loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.loaded .loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 88%;
  right: -10%;
  background-color: #272b2b;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #272b2b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #272b2b;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 88%;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 89px;
  text-align: center;
  border-radius: 0;
  color: #272b2b;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
}

.video-btn i {
  font-size: 30px;
  font-weight: 700;
  color: #272b2b;
  position: absolute;
  top: 0;
  left: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  background-color: #ffffff;
  border-radius: 50%;
}

.video-btn::before {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
  background-color: #272b2b;
}

.video-btn:hover i {
  color: #ffffff;
}

.video-btn:hover::after, .video-btn:hover::before {
  background-color: #272b2b;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
Nice select Area Style*/
.nice-select .list {
  width: 100%;
}

.nice-select .option:hover {
  background-color: #272b2b;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  color: #272b2b;
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
}

.pagination-area .page-numbers {
  width: 38px;
  height: 38px;
  color: #676a6a;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  line-height: 41px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 20px;
  font-weight: 500;
}

.pagination-area .page-numbers:hover {
  color: #272b2b;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 30px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  color: #272b2b;
}
.blog-area-two .single-blog img { max-height: 630px; min-height: 630px; object-fit: cover; }
.blog-area-two .dbl-blog img { max-height: 300px; min-height: 300px; }

.video-created-area-three .video-wrap i.fa.fa-play {
    border: solid 5px #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    font-size: 56px;
    line-height: 90px;
}

.our-production-area {
    background: #000000;
}

.what-we-do-area {
    background: #000000;
}

.navbar-area .others-option .search-form .search-button {color: #fff; font-size: 15px;}
.navbar-area .others-option .menu-icon a.burger-menu {color: #fff;}
.navbar-area .main-nav ul li a {padding: 0px 15px; font-weight: 700; font-family: "Oswald", sans-serif; font-size: 15px; text-transform: uppercase; color: #fff; letter-spacing: 1px;}
.navbar-area .main-nav ul {flex-direction: row;margin: auto;}
.navbar-area .main-nav ul li {display: inline-block;}


.main-slider .slick-dots {top: 40%;width: 0;left: 30px;display: block;}
.main-slider .slick-dots li button {font-size: 16px;text-shadow: none;color: #383939;width: 150px;height: 60px;position: relative;}
.main-slider .slick-dots li button:before {content: "";position: absolute;width: 70px;height: 2px;background: #ffff;opacity: 0.2;left: -20px;top: 50%;}
.main-slider .slick-dots li.slick-active button:before {width: 70px;opacity: 1;}
.main-slider .slick-dots li.slick-active button {color: #ffffff;}

.slider-content {text-align: center;max-width: 900px;margin: 70px auto 0;}
.slider-content h1 {font-size: 30px;color: #ffffff;margin-bottom: 20px;}
.slider-content p {color: #ffffff;text-transform: uppercase;letter-spacing: 4px;margin-bottom: 10px;font-size: 14px;}
.slider-content figure {margin: 0;}
.slider-content figure img {margin: 0px auto;}

.main-slider .social-wrap {position: absolute; top: 40%; right: 100px;}
.main-slider .social-wrap a.wp-block-getwid-icon__wrapper {padding: 10px 0; color: #fff;}
.main-slider {position: relative;}
.video-created-area-three {background: #000;}

.theme-btn a {background: #1d57af; padding: 10px 40px; border-radius: 4px; color: #ffffff; font-family: "Oswald", sans-serif; font-weight: 500; text-transform: uppercase; font-size: 15px;}
.theme-btn a:hover {background: #fff; color: #000;}
.slider-content .wp-block-buttons {display: block;margin-top: 30px;}

.navbar-area .main-nav ul li.active a,.navbar-area .main-nav ul li a:hover {color: #676a6a;}
.footer-logos {margin-top: -83px;}

.fixed .navbar-area .main-nav .navbar .navbar-brand img {max-width: 80px;}

.latest-trailer-three .owl-theme .owl-dots button.owl-dot, .testimonial-area-three .owl-theme .owl-dots button.owl-dot, .video-slider .owl-dots button.owl-dot, .film-slider .owl-dots button.owl-dot {background-color: #b3b4b4; margin: 0 5px; width: 10px; height: 10px; border-radius: 30px;}
.latest-trailer-three .owl-theme .owl-dots button.owl-dot.active, .testimonial-area-three .owl-theme .owl-dots button.owl-dot.active, .video-slider .owl-dots button.owl-dot.active, .film-slider .owl-dots button.owl-dot.active {background-color: #606060;}
.latest-trailer-three .owl-theme .owl-dots, .testimonial-area-three .owl-theme .owl-dots, .video-slider .owl-dots, .film-slider .owl-dots {display: block; text-align: center;}
.film-slider .owl-dots {margin-top: 35px;}

.main-slider .slick-active .slider-content h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 1.3s;}
.main-slider .slick-active .slider-content  p{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInRight; animation-delay: 1.3s;}
.main-slider .slick-active .slider-content .theme_btn {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 1.3s;}


.sec-heading .wp-container-5.wp-block-columns, .sec-heading .wp-container-10.wp-block-columns {gap: 1em; margin-bottom: 0;}
.sec-heading .about-grid-img figure img {width: 100%;}
.sec-heading .wp-block-columns {align-items: center !important;}
.sec-heading p {font-size: 14px; text-align: justify; line-height: 170%;}

.inner-services-production .what-we-do-item img {/* filter: invert(100%) sepia(88%) saturate(9%) hue-rotate(160deg) brightness(100%) contrast(102%); */}
.inner-services-production .what-we-do-item h3 {/* color: #000; */}
.inner-services-production .what-we-do-item p {/* color: #000; */font-size: 14px;line-height: 170%;}

.movies-sec .latest-trailer-item {position: relative;margin-bottom: 25px;}
.movies-sec .latest-trailer-item figure {margin: 0; overflow: hidden;}
.movies-sec .latest-trailer-item figure:before {content: ""; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; display: flex; align-items: center; justify-content: center; transform: scale(0); transition: all 0.5s;}
.movies-sec .latest-trailer-item:hover figure:before {transform: scale(1);}
.movies-sec .latest-trailer-item .film-cont {position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: linear 0.3s;}
.movies-sec .latest-trailer-item .film-cont h4 a {color: #fff; text-align: center;}
.movies-sec .latest-trailer-item:hover .film-cont {opacity: 1; visibility: visible; transition: linear 0.3s;}
.movies-sec .custom-headings {display: block; text-align: center; margin-bottom: 25px;}

.video-created-area-three .video-img img {max-height: 847px;min-height: 637px;object-fit: cover;}

.latest-trailer-item h4 {font-size: 17px; text-align: center; color: #fff; position: absolute; bottom: 0; left: 0; right: 0; opacity: 0; visibility: hidden; transition: all 0.5s;}
.latest-trailer-item:hover h4 {opacity: 1; visibility: visible; transition: all 0.5s;}

.about-grid-img figure img {width: 100%;}
.about-grid-img figure {margin: 0;}
.about-award {padding: 100px 0;}
.counter-area .wp-block-columns {margin-bottom: 0;}

.collaborate-area .wp-block-columns {align-items: center !important;}
.collaborate-area .section-title {margin-bottom: 0;}
.section-title p {font-size: 17px; font-weight: 600; text-transform: uppercase; color: #fff;}
.products-content h5 {color: #fff;}
.counter-area .single-counter span.wp-block-getwid-counter__number {color: #fff; font-weight: 600;}
.counter-area .single-counter p {color: #fff;}
.bio-data h5, .bio-data  h2, .bio-data h3 {color: #fff;}
.bio-data  p {color: #cfcfcf;font-size: 15px;}

.map iframe {width: 100%;}
.info-contact {margin-bottom: 15px;}
.info-contact .wp-block-getwid-icon-box__content a {margin-bottom: 0;color: #fff;font-size: 15px;}
.info-contact .wp-block-getwid-icon-box__icon-wrapper i {color: #fff; font-size: 16px;}
.info-contact .wp-block-getwid-icon-box__content p {color: #fff; margin-bottom: 0px;}

.info-contact h5 {color: #fff; font-size: 17px;}
.info-contact .wp-block-getwid-icon-box__icon-container.is-position-top {margin-right: 5px;}
.info-contact .wp-block-getwid-icon-box__icon-wrapper {padding: 3px 15px;}
.contact-area.sec {padding: 100px 0;}
.page-id-23 .inner-page {padding: 0;}

.contact-wrap .contact__form input {margin-bottom: 30px;}
.contact-wrap .contact__form .btn-primary {margin-top: 30px; padding: 12px 30px; border-radius: 4px; font-size: 15px; display: inline-block;}
.info-contact-mid {margin-bottom: 30px;}
.info-contact-mid h3, .info-contact-mid p {color: #fff;}
.info-contact .wp-block-getwid-icon.getwid-init {display: inline-block;}
.info-contact .wp-block-getwid-icon.getwid-init i {color: #fff;}

.film-box .film-content {text-align: center;}
.film-box .film-content h3 {font-size: 20px; color: #d8d4d4;}
.film-box .film-content span {font-size: 16px; color: #989595;}
.hour-sec .section-title {max-width: 100%;}
.hour-sec .section-title h2 {font-size: 40px;}
.hour-cover .wp-block-getwid-video-popup__icon {background: none; border: solid 4px #fff; line-height: 80px;}

.instagram-follow {padding: 50px 0 0;}
.instagram-follow .insta-txt {display: block; text-align: center;}
.instagram-follow .insta-txt h2 {color: #fff; font-size: 50px; margin-bottom: 50px;}
.hour-sec {padding: 100px 0;}


.detail-post nav.navigation.post-navigation {display: none;}
.post-inner .wp-block-columns {align-items: center !important; margin-bottom: 0;}
.post-inner {padding: 50px 0;}
.post-inner .post-img figure {margin-bottom: 0;}
.post-inner .post-img figure img {width: 100%;}
.post-inner .post-txt p {font-size: 16px; text-align: justify; line-height: 170%;}
.detail-post .post-taxonomies {display: none;}

.hour-cover .wp-block-buttons {display: block; text-align: center; margin: 50px 0 0;}
.navbar-area .main-nav .container {max-width: 1350px;}

.movies-sec .custom-headings h6, .movies-sec .custom-headings h2 {color: #fff;}
.what-we-do-item p {font-size: 15px;}
.counter-area {margin: 30px 0 0;}

.team-img figure {margin: 0;}
.team-img figure img {width: 100%;}
.team-sec .wp-block-columns {align-items: center !important;}
.detail-post {padding: 50px 0;}
.team-txt p {text-align: justify; font-size: 15px;}
.ingle-team .team-content h3 a {color: #fff;}
.inner-team .ingle-team {margin-bottom: 20px;}
.instagram-follow .wp-block-button.theme-btn { margin-top: 20px; }

.trailer-slider .latest-trailer-item img {max-height: 600px; min-height: 430px; object-fit: cover;}
.page-id-183 .inner-page {background: #0d0d0d;}
.page-id-183 .ptb-100 {padding-top: 50px;}
.fancybox-container .fancybox-stage video {max-width:100%; padding: 10px;}
.post-img video {max-height: 450px; background: #000;}
.contact__form .wpcf7-list-item {display: block;}

.collaborate-img figure img {width: 100%;max-height: 820px;object-fit: cover;}
.partner-area-two {padding: 50px 0 0;}
.contact__form  input.wpcf7-date {display: block; background: #fff; width: 100%; font-size: 13px; padding: 10px 20px;}

.collaborate-form h2, .collaborate-form h5 {text-align: center;}
.collaborate-form h2 {color: #fff;}
.collaborate-form h5 {font-size: 15px; color: #254d80;}
.collaborate-form form.wpcf7-form.init {margin-top: 50px;}
.hide {display: none;}
.custom-txt h5, .custom-txt h2, .custom-txt p {color: #fff !important;}
.reset_variations {padding: 5px 30px !important;}
.film-box .film-content .video-button {position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; height: 100%;}


.inner-banner.product-banner {min-height: 660px;padding: 0;}

.pr-cont{text-align:left;}
.pr-cont *{color:#fff;}
.inner-banner.product-banner .pr-cont  .woocommerce-product-details__short-description p {max-width:800px;font-size:16px;color:#fff;margin: 0 auto 30px;}
.pr-cont h1{font-size: 44px;margin: 0 0 20px 0;}
.shop_detail_page .pr-cont .woocommerce-product-details__short-description h4{margin:0 0 10px;font-size: 20px;color:#d90e16;font-weight:400;}
.inner-banner.product-banner h3 {position: static;}
.pr-cont h3{display:block;font-weight:700;text-decoration:underline;font-size:24px;}

.product-banner .pr-box{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;}
.product-banner .pr-box .pr-cont{max-width:1200px;margin: 0px auto 0;width:100%;text-align: center;}

.shop_detail_page .product-banner .pr-box { position:relative; z-index:10; height:auto; padding:100px 0 40px; }
.postid-519 .product-banner .pr-box .pr-cont { max-width:100%; padding:0 20px; }
.postid-519 .product-banner .pr-box table td { padding:20px; width:50%; vertical-align:top; }
.postid-519 .product-banner .pr-box .wp-video { width:100% !important; }

.woocommerce .pr-cont form.cart .variations{max-width:550px;margin:0 auto;}
.woocommerce .pr-cont form.cart .variations th.label{display:none;}
.woocommerce .pr-cont form.cart .variations td.value select{width:100%;color:#000;margin:30px 0 0;}
.woocommerce .pr-cont form.cart .variations td.value a.reset_variations{display:none!important;}
.woocommerce .pr-cont form.cart .variations td.value select option{color:#000;}
.woocommerce .pr-cont form.cart .single_variation_wrap{border:none;display:block;text-align:center;}
.woocommerce .pr-cont form.cart .single_variation_wrap .quantity{display:none!important;}
.woocommerce .pr-cont form.cart .single_variation_wrap button.single_add_to_cart_button{float:none;background:#fff;border-radius:5px;color:#000;padding:15px 20px;display:inline-block;width:100%;max-width:190px;border:none;}
.woocommerce .pr-cont form.cart .single_variation_wrap button.single_add_to_cart_button:hover{background:#000;color:#fff;}
.woocommerce div.product div.images.woocommerce-product-gallery{display:none;}
.woocommerce-tabs.wc-tabs-wrapper{display:none;}
section.related.products{width:100%;max-width:1200px;margin:0 auto;}
.woocommerce div.product div.summary{display:none;}

.post-password-required input.post-password-form__input {border: solid 1px #ccc;padding: 10px 5px;display: inline-block;max-width: 770px;width: 100%;}
.post-password-required input.post-password-form__submit {background: #000;border: solid 1px #ccc;display: inline-block;padding: 10px 40px;color: #fff;width: 130px;}
.post-password-required  form.post-password-form {max-width: 900px;margin: 0px auto;display: block;width: 100%;text-align: center;}
.post-password-required label {display: block;color: #fff;text-align: left;margin-bottom: 10px;font-size: 20px;}
.post-password-required p { text-align: center; color: #fff; font-size: 18px;}


#video_pp{position:fixed;top:0;left:0;width:100%;background:#000000e6;z-index:999;height:100%;display:none;}
#video_pp a.cls-vid{text-align:right;position:absolute;right:0;top:0;left:auto;display:inline-block;width:100%;padding:90px 90px 0 0 !important;font-size:26px!important;height:100%;z-index:1;background:transparent!important;}
#video_pp .vid_wrapper{max-width:800px;border:solid 3px #fff;width:100%;text-align:center;display:block;z-index:2;margin: auto;height: 450px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;overflow: hidden;}
#video_pp .vid_wrapper video{width:100%;max-width: 800px;display:block;max-height: 450px;height: 100%;}

.insta-widg .sb_instagram_header.sbi_medium.sbi_no_avatar {display: none;}
.insta-widg a.sbi_load_btn {display: none !important;}

.blog-posts .single-blog img{width:100%;height:400px;object-fit:cover;}
.blog-posts .single-blog a{display:block;}
.blog-posts .single-blog .blog-content{min-height:270px;}
.faq-pg h4 {color: #fff;font-size: 30px;margin: 50px 0 30px 0;}

.faq-pg .wp-block-getwid-accordion__content ul li{position:relative;line-height:190%;font-size:16px;color:#676a6a;font-weight:300;padding:0 0 0 12px;}
.faq-pg .wp-block-getwid-accordion__content ul li:before{content:"";position:absolute;display:block;width:6px;height:6px;background:#676a6a;border-radius:50%;top:12px;left:0;}
.faq-pg .wp-block-getwid-accordion__content ul{margin:0 0 15px;}
.faq-pg .wp-block-getwid-accordion__content p a{background:#000;color:#fff;padding:5px 20px;border:solid 1px #000;}
.faq-pg .wp-block-getwid-accordion__content p a:hover{background:transparent;color:#000;}

.single-hourfilm header.main-header{background:#000;}
.single-hourfilm .wp-block-cover{background:#000;}
.single-hourfilm .wp-block-cover .wp-block-cover__image-background{background-position:center!important;background-size:contain!important;}
.single-hourfilm .film-bx{text-align:center;}
.single-hourfilm .film-bx h4{font-size:44px;margin:100px 0 20px;}
.single-hourfilm .film-bx h6{font-size:20px;color:#fff;text-decoration:underline;}
.single-hourfilm .detail-post{padding:0;}
.single-hourfilm .gallery-sec h4 {text-align: center; font-size: 30px;    margin: 40px 0 20px 0;}
.single-hourfilm  .wp-block-cover * {color: #fff !important;}

.collaborate-form figure {margin: 0;}
.collaborate-form figure img {width: 100%; max-width: 450px; display: block; margin: 0px auto;}


.about-area-two .wp-block-columns.align-items-center .wp-block-columns {margin: 0 0 10px 0;gap: 10px;}
.about-area-two .wp-block-columns.align-items-center .wp-block-columns figure {margin: 0;}

.video-created-area-three .video-wrap .slick-slide figure{position:relative;background:#000;}
.video-created-area-three .video-wrap .slick-slide figure > a{position:relative;}
.video-created-area-three .video-wrap .slick-slide figure figcaption{position:absolute;bottom:0;left:0;right:0;margin:0 auto;padding:0 0 50px;font-size: 40px;font-weight: 700;text-transform: uppercase; color: #fff; text-align: center;}
.video-created-area-three .video-wrap .slick-slide figure figcaption a{position:relative;font-size: inherit;}
.video-created-area-three .video-wrap .slick-slide figure img{opacity:.6;}
.video-created-area-three .video-wrap .slick-slide figure > a:before{content:"\f01d";font-family:FontAwesome;position:absolute;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;z-index:1;font-size:100px;line-height:100px;text-align:center;transition:linear .2s;}
.video-created-area-three .video-wrap .slick-slide figure > a:hover:before{opacity:.5;transition:linear .2s;transform:scale(1.2);} 
.video-created-area-three .wp-block-columns {gap: 0;}
.video-created-area-three .video-img img{width: 100%; height: 637px;}

.latest-trailer-item .video-btn { font-size: 0; }

.main-slider .slick-slide { height: 870px;}


.single-widget .newsletter-wrap .newsletter-form form.wpcf7-form{position:relative;}
.single-widget .newsletter-wrap .newsletter-form form.wpcf7-form span.btn-bg{position:absolute;top:17px;right:2px;z-index:-1;}
.single-widget .newsletter-wrap .newsletter-form .send-btn{background:#ccc;width:50px;height:40px;display:inline-block;font-size:0;opacity:0;}
.single-widget .newsletter-wrap .newsletter-form form.wpcf7-form span.btn-bg i{font-size:28px;color:#fff;}
.single-widget .newsletter-wrap .wpcf7-response-output {position: absolute;bottom: -12px;font-size: 13px; color: #fff;}


.instagram-follow #sb_instagram .sb_instagram_header.sbi_medium.sbi_no_avatar {display: none;}
.instagram-follow #sb_instagram #sbi_images {width: 100%;}
.instagram-follow #sb_instagram #sbi_images .sbi_item {margin-right: 20px !important;width: 31.5%;margin-bottom: 20px !important;}
.instagram-follow #sb_instagram #sbi_images .sbi_item:last-child {margin-right: 0 !important;}


@media (min-width: 0px) and (max-width: 767px){
	
.slider-content{max-width:100%;margin:0;}
.main-slider .wp-block-getwid-media-text-slider-slide__content{padding:0!important;}
.main-slider .slick-dots li button{display:none;}
.main-slider .social-wrap{position:static;background:#000;}
.main-slider .social-wrap >.wp-block-group__inner-container{display:flex;justify-content:space-around;}
.slider-content h1{font-size:20px;}
.main-slider .slick-active .slider-content p{font-size:14px;line-height:150%;}

header.main-header { display: none; }

.main-slider .slick-slide{height:480px;width:100%;}
.pb-70{padding-bottom:30px;}
.pt-100{padding-top:50px;}
.ptb-100{padding-top:50px;padding-bottom:50px;}
.about-area-two{text-align:center;}
p,a,li{font-size:14px;}
.about-area-two .about-content h2{font-size:22px;margin-bottom:15px;}
.section-title p{font-size:14px;}
.section-title h2{font-size:22px;}
.video-created-area-three .video-wrap .slick-slide figure figcaption a{font-size:22px;}
.video-created-area-three .video-wrap .slick-slide figure figcaption{font-size:22px;}
.video-created-area-three .video-img img{height:100%;min-height:100%;}
.get-in-touch-content h2{font-size:22px;}
.blog-area-two .single-blog img{max-height:100%;min-height:100%;}
footer.footer-top-area{text-align:center;}
.single-widget .address li{border:1px solid #fff;padding:10px;display:flex;justify-content:center;flex-direction:column;}
.single-widget .address li i{position:static;}
#sb_instagram #sbi_images{display:flex;flex-wrap:wrap;}
#sb_instagram #sbi_images .sbi_item{width:50%!important;margin:10px 0!important;}



.inner-banner{padding:30px 0;}
.inner-banner h3{font-size:22px;}
.inner-banner ul.breadcumb a,.inner-banner ul.breadcumb span{font-size:14px;}
.bio-data .about-content h3{padding:0;margin-bottom:30px;}
.bio-data .about-content h3::before{top:34px;right:0;margin:0 auto;width:50%;}
.bio-data .about-content p{padding:0;}
.about-award{padding:0;}
.collaborate-area{padding-top:40px;}
.collaborate-form .form-group .wpcf7-radio span.wpcf7-list-item label{margin-bottom:10px;}
.collaborate-form .form-group .wpcf7-radio span.wpcf7-list-item{display:block;width:100%;}
.collaborate-form .form-group .wpcf7-radio span.wpcf7-list-item label{width:100%;}
.collaborate-form .form-group label{font-size:14px;}
	
	
	
.movies-sec .custom-headings h2 { font-size: 22px; } 
.latest-trailer-three ul.products li.entry { width: 100% !important; float: none; }

.hour-sec .section-title h2 { font-size: 22px; } 
.hour-sec { padding: 0 0 50px 0; } 
.instagram-follow .insta-txt h2 { font-size: 22px; } 
.hour-cover .wp-block-cover { min-height: 100%; }

.blog-posts .single-blog img { height: 100%; text-align: center; }

.contact-info{padding:0;text-align:center;}
.info-contact .wp-block-getwid-icon-box{flex-direction:column;justify-content:center;align-items:center;text-align:center;}
.info-contact .wp-block-getwid-icon-box__icon-container.is-position-top{margin:auto;}
.info-contact h5{text-align:center!important;margin-top:10px;}
.info-contact .wp-block-getwid-icon-box__content a{text-align:center;}
.info-contact .wp-block-getwid-icon-box{border:1px solid;padding:20px 30px;}
.info-contact-mid h3{text-align:center;}


.mobileheader .branding-logo img{max-width:80px;}
.mobileheader .menu-btn{position:relative;top:6px;}
.mobileheader{position:absolute;top:0;width:100%;z-index:1;}
.mobileheader .menu-btn a{color:#fff;}
.mobilemenu{position:fixed;}
.main-slider .wp-block-getwid-media-text-slider-slide-content__content-wrapper{padding:70px 0 0;}
.main-slider .slick-slide{height:530px;}



}
@media (min-width: 768px) and (max-width: 1023px){
	
.main-slider .slick-slide{height:580px;}
.main-slider .slick-slide .wp-block-getwid-media-text-slider-slide__content{padding:0!important;}
.main-slider .slick-dots li button:before{width:30px;}
.main-slider .slick-dots li button{width:60px;}
.main-slider .social-wrap{right:30px;}
.pb-70{padding-bottom:30px;}
.pt-100{padding-top:50px;}
.what-we-do-area .wp-block-columns{max-width:50%;margin:0 auto;}
.ptb-100{padding:50px 0;}
.about-area-two.three{text-align:center;padding:50px 20px;}
.about-area-two.three .wp-container-34.wp-block-columns{display:block;}
.about-area-two.three .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:48%!important;}
.about-area-two .wp-block-columns.align-items-center .wp-block-columns img{width:100%;}
.about-area-two .wp-block-columns.align-items-center .wp-block-columns{margin-top:30px;}
.our-production-area .what-we-do-item{border:1px solid;margin-bottom:30px;}
.blog-area-two .single-blog{max-width:50%;margin:0 auto;margin-bottom:30px;}
.blog-area-two .single-blog img{min-height:100%;max-height:100%;}
footer.footer-top-area.pt-100{padding-top:120px;}
.single-widget .newsletter-wrap{max-width:70%;}
.navbar-area .main-nav ul li a{font-size:11px;padding:0 4px;}
.navbar-area .main-nav .navbar .navbar-brand img{max-width:80px;margin-right:0;}
.navbar-area .main-nav .navbar .navbar-brand{margin:0;}

.inner-banner { padding: 100px 0 60px 0; } 
.is-layout-flow.wp-block-group.about-area-two.bio-data .is-layout-flex.wp-container-15.wp-block-columns .is-layout-flow.wp-block-column { flex-basis: 45%!important; margin-top: 10px; } 
.is-layout-flow.wp-block-group.about-area-two.bio-data .is-layout-flex.wp-container-15.wp-block-columns { display: block; }
 .about-award { padding: 40px 0 0 0; }
	
.hour-sec { padding: 0 0; } 
.hour-sec .section-title h2 { font-size: 30px; }
 .film-img { text-align: center; }	
 
 .contact-area.sec .is-layout-flex.wp-container-13.wp-block-columns { flex-wrap: nowrap; } 
 .contact-area.sec .is-layout-flex.wp-container-13.wp-block-columns .is-layout-flow.wp-block-column { flex-basis: 47%!important; } 
 .info-contact .wp-block-getwid-icon-box__icon-wrapper { padding-left: 0; } 
 .contact-area.sec { padding: 50px 0; }
}
@media (min-width: 1024px) and (max-width: 1199px){
.navbar-area .main-nav .navbar .navbar-brand { margin-right: 0; max-width: 100px; } 
.navbar-area .main-nav ul li a { font-size: 12px; }
}