/*
@File: Vidmo Template Styles

******************************************* 
** - Default-style
** - Default-btn-style
** - Section-title-style
** - Pre Loader-style
** - Navbar-style
** - Banner-style
** - About-style
** - Features-style
** - Works-style
** - History-style
** - Services-style
** - Trust-style
** - Trailer-style
** - Counter-style
** - Video-style
** - Movie-style
** - Awards-style
** - Faq-style
** - Team-style
** - Paginations-style
** - Help-style
** - Testimonial-style
** - Pricing-style
** - Subscribe-style
** - Blog-style
** - User-style
** - Contact-style
** - Footer-style
** - Patner-style
** - Privacy-Policy-style
** - Terms-Condition-style
** - Error-style
** - Coming-Soon-style
*******************************************
*/
@import url("css2.css");
/*Default-style
======================================================*/
body {
  color: #555555;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

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

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

.mlr-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mlrt-5 {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555555;
  font-family: "Nunito", sans-serif;
  line-height: 1.8;
}

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

a {
  text-decoration: none;
}

.owl-nav {
  margin-top: 0 !important;
}

.owl-dots {
  margin-top: 0 !important;
}

.form-control {
  height: 50px;
  border: 1px solid #e1e1e1;
  padding-left: 15px;
  border-radius: unset;
}

.form-control::-webkit-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control:-ms-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control::-ms-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control::placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control:focus {
  border: 1px solid #ffd800;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea {
  height: auto !important;
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.bg-f8f8f8 {
  background-color: #f8f8f8;
}

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

::selection {
  background: #ffd800;
  color: #ffffff;
}

/*Default-btn
======================================================*/
.default-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: unset;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  border: 1px solid #ffd800;
  background-color: #ffd800;
  z-index: 1;
}

.default-btn i {
  position: relative;
  top: 2px;
  padding-left: 7px;
}

.default-btn.style2 {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.41);
}

.default-btn.style3 {
  background-color: #000000;
  border-color: #000000;
}

.default-btn::before {
  position: absolute;
  content: '';
  background-color: #ffd800;
  height: 0%;
  width: 0%;
  bottom: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn::after {
  position: absolute;
  content: '';
  background-color: #ffd800;
  height: 0%;
  width: 0%;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn:hover {
  color: #ffffff;
  border-color: #ffd800;
}

.default-btn:hover::before {
  width: 100%;
  height: 100%;
}

.default-btn:hover::after {
  width: 100%;
  height: 100%;
}

.default-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*Section Title-btn
======================================================*/
.section-title {
  max-width: 780px;
  margin: auto auto 40px auto;
  text-align: center;
}

.section-title span {
  color: #ffd800;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}

.section-title h2 {
  font-size: 56px;
  font-weight: 700;
}

.section-title.style2 {
  text-align: start;
  margin-left: 0;
  margin-right: auto;
  max-width: 570px;
}

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

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

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

.no-scroll-y {
  overflow-y: hidden;
}

/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #ffd800;
  height: 8em;
  margin: 0 auto 3.5em auto;
  width: 8em;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 3em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: #ffd800;
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

/* Preloader Animation */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  /* Spinner Loading */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  /* Prelaoder */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-area.style2 {
  position: fixed;
  background-color: unset;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 999;
}

.navbar-area.style2 .desktop-nav {
  position: relative;
}

.navbar-area.style2 .desktop-nav::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -15px;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a {
  color: #ffffff;
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a:hover, .navbar-area.style2 .desktop-nav .navbar .nav-item a:focus, .navbar-area.style2 .desktop-nav .navbar .nav-item a.active {
  color: #ffd800;
}

.navbar-area.style2 .desktop-nav .others-options {
  padding-left: 60px;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .search-btn a {
  color: #ffffff;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .search-btn a:hover {
  color: #ffd800;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu {
  border-bottom: 2px solid #ffffff;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::before {
  background-color: #ffffff;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::after {
  background-color: #ffffff;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu {
  border-color: #ffd800;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
  background-color: #ffd800;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
  background-color: #ffd800;
}

.navbar-area.style2.is-sticky {
  background-color: #000000;
  position: fixed !important;
}

.navbar-area.style3 {
  background-color: #000000;
}

.navbar-area.style3 .desktop-nav {
  position: relative;
}

.navbar-area.style3 .desktop-nav .navbar .nav-item a {
  color: #ffffff;
}

.navbar-area.style3 .desktop-nav .navbar .nav-item a:hover, .navbar-area.style3 .desktop-nav .navbar .nav-item a:focus, .navbar-area.style3 .desktop-nav .navbar .nav-item a.active {
  color: #ffd800;
}

.navbar-area.style3 .desktop-nav .others-options {
  padding-left: 60px;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .search-btn a {
  color: #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .search-btn a:hover {
  color: #ffd800;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu {
  border-bottom: 2px solid #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::before {
  background-color: #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::after {
  background-color: #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu {
  border-color: #ffd800;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
  background-color: #ffd800;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
  background-color: #ffd800;
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: -webkit-sticky !important;
  position: sticky !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -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 .container-fluid {
  max-width: 1580px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}

.navbar-area .navbar-brand .white-logo {
  display: none;
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
  display: none;
}

.navbar-brand {
  margin-right: 40px;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  color: #1b2336;
  line-height: 1;
  position: relative;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 18px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  top: 4px;
  right: 0;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  opacity: .6;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -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);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #1b2336;
  padding: 15px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  font-size: 14px;
  opacity: .6;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ffd800;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

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

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 16px;
  -webkit-transform: translateY(1);
          transform: translateY(1);
  visibility: visible;
}

.desktop-nav .navbar .others-options {
  padding-left: 50px;
  position: relative;
  top: -2px;
}

.desktop-nav .navbar .others-options .option-item {
  display: inline-block;
  margin-right: 25px;
}

.desktop-nav .navbar .others-options .option-item:last-child {
  margin-right: 0;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu {
  height: 20px;
  width: 25px;
  border-bottom: 2px solid #000000;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 5px;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 30px;
  left: 0;
  top: 9px;
  background-color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 15px;
  left: 0;
  top: 0;
  background-color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu {
  border-color: #ffd800;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
  background-color: #ffd800;
  width: 15px;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
  background-color: #ffd800;
  width: 25px;
}

.desktop-nav .navbar .others-options .option-item .search-btn {
  font-size: 20px;
  position: relative;
  top: 5px;
}

.desktop-nav .navbar .others-options .option-item .search-btn a {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options .option-item .search-btn a:hover {
  color: #ffd800;
}

/*
Search Modal Style CSS
======================================================*/
.searchmodal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  display: table;
}

.searchmodal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  display: table-cell;
  vertical-align: middle;
  background-color: #000000;
  opacity: .77;
}

.searchmodal .modal-body {
  max-width: 700px;
  margin: auto;
  padding: 0;
}

.searchmodal .modal-header {
  border: none;
}

.searchmodal .modal-header button {
  position: relative;
}

.searchmodal .modal-header button.close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 55px;
  background-color: transparent;
  border-radius: 50px;
  color: #ffd800;
  border: none;
  font-size: 35px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.searchmodal .modal-header button.close i {
  position: relative;
  top: -4px;
  left: 0;
}

.searchmodal .modal-header button.close:hover, .searchmodal .modal-header button.close:focus {
  color: #ffffff;
}

.modal-search-form {
  position: relative;
}

.modal-search-form .search-field {
  background-color: transparent;
  height: 60px;
  padding: 8px 15px;
  border: 1px solid #484848;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 10px;
  color: #ffffff;
}

.modal-search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-search-form .search-field::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-search-form .search-field::placeholder {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-search-form .search-field:focus {
  border-color: #ffd800;
}

.modal-search-form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::placeholder {
  color: transparent;
}

.modal-search-form button {
  border: none;
  background-color: #eeeeee;
  color: #ffd800;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  padding: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.modal-search-form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}

.modal-search-form button:hover, .modal-search-form button:focus {
  background-color: #ffd800;
  color: #ffffff;
}

/*Sidebar Modal
======================================================*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: #0e0e0e;
  border: none;
  border-radius: 0;
}

.modal.right .modal-content button.close {
  position: absolute;
  right: 20px;
  top: 30px;
  background-color: transparent;
  border: none;
  text-shadow: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  z-index: 99;
  opacity: 1;
}

.modal.right .modal-content button.close i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #ffd800;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 50%;
}

.modal.right .modal-content button.close i:hover {
  background-color: #000000;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.sidebarModal {
  position: relative;
}

.sidebarModal.modal .modal-body {
  padding: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebarModal.modal .modal-body .sidebar-content {
  margin-top: 35px;
  margin-bottom: 30px;
}

.sidebarModal.modal .modal-body .sidebar-content p {
  margin-bottom: 30px;
  color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
  margin-top: 25px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info {
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
  font-size: 22px;
  margin-bottom: 0;
  color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
  list-style-type: none;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
  color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
  color: #ffd800;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #ffd800;
}

.sidebarModal.modal .modal-body .sidebar-social-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li {
  display: inline-block;
  margin-right: 8px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
  margin-right: 0;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 16px;
  background: #ffd800;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #000000;
  color: #ffffff;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 40px;
  top: -42px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background-color: #ffd800;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #ffd800;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.others-option-for-responsive .others-options {
  padding: 10px;
  text-align: center;
}

.others-option-for-responsive .others-options .option-item {
  display: inline-block;
  margin-right: 15px;
}

.others-option-for-responsive .others-options .option-item:last-child {
  margin-right: 0;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu {
  height: 20px;
  width: 25px;
  border-bottom: 2px solid #000000;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 5px;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 30px;
  left: 0;
  top: 9px;
  background-color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 15px;
  left: 0;
  top: 0;
  background-color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu {
  border-color: #ffd800;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
  background-color: #ffd800;
  width: 15px;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
  background-color: #ffd800;
  width: 25px;
}

.others-option-for-responsive .others-options .option-item .search-btn {
  font-size: 20px;
  position: relative;
  top: 5px;
}

.others-option-for-responsive .others-options .option-item .search-btn a {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .option-item .search-btn a:hover {
  color: #ffd800;
}

.mobile-responsive-nav {
  display: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*
Banner Area Style
======================================================*/
.banner-slider-item {
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-slider-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90.22deg, rgba(2, 2, 2, 0.6) 0.14%, rgba(16, 16, 16, 0.396) 99.76%);
}

.banner-slider-item.bg-1 {
  background-image: url(../images/banner/banner-bg-1.jpg);
  background-attachment: scroll;
}

.banner-slider-item.bg-2 {
  background-image: url(../images/banner/banner-bg-2.jpg);
  background-attachment: scroll;
}

.banner-content {
  max-width: 1580px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  position: relative;
}

.banner-content .banner-left-content {
  z-index: 1;
}

.banner-content .banner-left-content span {
  color: #aeaeae;
  background: rgba(255, 255, 255, 0.11);
  padding: 4px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.banner-content .banner-left-content h1 {
  font-size: 120px;
  color: #ffffff;
  font-weight: 800;
  line-height: 130px;
  margin-bottom: 30px;
}

.banner-content .banner-left-content p {
  color: #d6c9c9;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  max-width: 850px;
}

.banner-area .container-fluid {
  padding: 0;
  overflow: hidden;
}

.banner-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 65px;
}

.banner-slider.owl-theme .owl-nav .owl-prev, .banner-slider.owl-theme .owl-nav .owl-next {
  background-color: unset !important;
  position: relative;
  right: 40px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #ffffff;
}

.banner-slider.owl-theme .owl-nav .owl-prev img, .banner-slider.owl-theme .owl-nav .owl-next img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.banner-slider.owl-theme .owl-nav .owl-prev.owl-next, .banner-slider.owl-theme .owl-nav .owl-next.owl-next {
  left: 40px;
  right: auto;
}

.banner-slider.owl-theme .owl-nav .owl-prev:hover img, .banner-slider.owl-theme .owl-nav .owl-next:hover img {
  -webkit-filter: invert(69%) sepia(14%) saturate(992%) hue-rotate(348deg) brightness(91%) contrast(86%);
          filter: invert(69%) sepia(14%) saturate(992%) hue-rotate(348deg) brightness(91%) contrast(86%);
}

.slider-counter {
  z-index: 1;
  bottom: 100px;
  position: relative;
  text-align: center;
  color: #ffffff;
  max-width: 30px;
  margin: auto;
  font-size: 18px;
}

.slider-counter.active {
  color: #ffffff;
}

.video-play-btn {
  text-align: end;
  margin-right: 100px;
}

.video-play-btn .play-btn a {
  color: #ffd800;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.video-play-btn .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.video-play-btn .play-btn a::before {
  position: absolute;
  content: '';
  height: 110px;
  width: 110px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffd800;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-play-btn .play-btn a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.video-play-btn .play-btn a:hover::before {
  border-color: #ffffff;
}

.banner-area-style2.bg-1 {
  background-image: url(../images/banner/banner-bg-3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: scroll;
  z-index: 1;
}

.banner-area-style2.bg-1::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(21, 21, 21, 0.5);
  z-index: -1;
}

.banner-content-style2 {
  padding-top: 150px;
  padding-bottom: 150px;
  max-width: 930px;
  margin: auto;
  text-align: center;
}

.banner-content-style2 h1 {
  font-size: 120px;
  color: #ffffff;
  font-weight: 800;
  line-height: 130px;
  margin-bottom: 25px;
}

.banner-content-style2 p {
  max-width: 790px;
  margin: auto;
  color: #cacaca;
  margin-bottom: 30px;
}

.banner-logo-content {
  text-align: center;
  padding-bottom: 80px;
}

.banner-logo-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.banner-logo-content ul li {
  display: inline-block;
  margin-right: 50px;
}

.banner-logo-content ul li img {
  opacity: .4;
}

.banner-logo-content ul li:last-child {
  margin-right: 0;
}

.banner-area-style3 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.banner-area-style3 .container-fluid {
  max-width: 1520px;
}

.banner-area-style3.bg-image {
  background-image: url(../images/banner/banner-bg-4.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.banner-area-style3.bg-image::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.31);
  z-index: -1;
}

.banner-content3 {
  max-width: 790px;
  margin-right: 0;
  margin-left: auto;
}

.banner-content3 h1 {
  font-size: 110px;
  font-weight: 800;
  line-height: 120px;
  color: #ffffff;
  margin-bottom: 20px;
}

.banner-content3 p {
  color: #cacaca;
  margin-bottom: 30px;
}

/*
Page Banner Area Style
======================================================*/
.page-banner-area {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.page-banner-area.bg-1 {
  background-image: url(../images/banner/banner-bg-5.jpg);
}

.page-banner-area.bg-2 {
  background-image: url(../images/banner/banner-bg-6.jpg);
}

.page-banner-area.bg-3 {
  background-image: url(../images/banner/banner-bg-7.jpg);
}

.page-banner-area.bg-4 {
  background-image: url(../images/banner/banner-bg-8.jpg);
}

.page-banner-area.bg-5 {
  background-image: url(../images/banner/banner-bg-9.jpg);
}

.page-banner-area.bg-6 {
  background-image: url(../images/banner/banner-bg-10.jpg);
}

.page-banner-content {
  text-align: center;
}

.page-banner-content h1 {
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  color: #ffd800;
  position: relative;
}

.page-banner-content ul li::before {
  position: absolute;
  content: '';
  right: -13px;
  height: 15px;
  width: 1px;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-banner-content ul li a {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.page-banner-content ul li a:hover {
  color: #ffd800;
}

.page-banner-content ul li:last-child {
  margin-right: 0;
}

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

/*
Experience Area Style
======================================================*/
.experience-area .container {
  position: relative;
}

.experience-area .container .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: movebounce2 7s linear infinite;
          animation: movebounce2 7s linear infinite;
}

.experience-content .experience-title {
  margin-bottom: 25px;
}

.experience-content .experience-title span {
  color: #ffd800;
  display: inline-block;
  margin-bottom: 10px;
}

.experience-content .experience-title h2 {
  font-size: 56px;
}

.experience-content .content p {
  margin-bottom: 18px;
}

.experience-content .content p:last-child {
  margin-bottom: 0;
}

.experience-content .content .default-btn {
  margin-top: 10px;
}

.experience-image {
  padding-right: 45px;
  padding-top: 15px;
  position: relative;
}

.experience-image .experience {
  height: 180px;
  width: 180px;
  background-color: #000000;
  border-radius: 100%;
  border: 5px solid #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding: 25px;
}

.experience-image .experience h2 {
  font-size: 48px;
  color: #ffd800;
}

.experience-image .experience span {
  color: #ffffff;
  font-size: 18px;
}

/*
About Area Style
======================================================*/
.about-img {
  padding-left: 40px;
  position: relative;
}

.about-img .small-img {
  width: 270px;
  border: 5px solid #ffffff;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.about-content .about-title {
  margin-bottom: 20px;
}

.about-content .about-title span {
  color: #ffd800;
  margin-bottom: 5px;
  display: inline-block;
}

.about-content .about-title h2 {
  font-size: 56px;
  margin-bottom: 20px;
}

.about-content .experience {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}

.about-content .experience p {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
}

.about-content .experience span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 48px;
  color: #ffd800;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

.about-content .content {
  margin-bottom: 30px;
}

/*
Features Area Style
======================================================*/
.features-area.bg-1 {
  background-color: #141414;
  background-image: url(../images/features/features-shape-1.png);
  background-size: cover;
  background-position: center center;
}

.single-features-card {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-features-card .features-img {
  margin-bottom: 22px;
}

.single-features-card h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

.single-features-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -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);
}

.single-features-box .features-img {
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-features-box .features-img img {
  overflow: hidden;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

.single-features-box .features-img .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
  opacity: 0;
}

.single-features-box .features-img .play-btn a {
  color: #ffd800;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.single-features-box .features-img .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.single-features-box .features-img .play-btn a::before {
  position: absolute;
  content: '';
  height: 70px;
  width: 70px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
  z-index: -1;
}

.single-features-box .features-img .play-btn a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.single-features-box .features-content {
  background-color: #252525;
  padding: 20px;
  text-align: center;
}

.single-features-box .features-content h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.single-features-box .features-content span {
  color: #cfcfcf;
}

.single-features-box:hover .features-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-features-box:hover .features-img .play-btn {
  opacity: 1;
}

.features-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.features-slider.owl-theme .owl-nav .owl-prev, .features-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  background-color: #000000;
  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: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}

.features-slider.owl-theme .owl-nav .owl-prev i, .features-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.features-slider.owl-theme .owl-nav .owl-prev.owl-next, .features-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.features-slider.owl-theme .owl-nav .owl-prev.owl-next i, .features-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.features-slider.owl-theme .owl-nav .owl-prev:hover, .features-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

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

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

.works-btn {
  margin-bottom: 45px;
  text-align: end;
}

.single-works-card {
  overflow: hidden;
  position: relative;
}

.single-works-card .works-img {
  overflow: hidden;
}

.single-works-card .works-img img {
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  overflow: hidden;
}

.single-works-card .content {
  text-align: center;
  background: rgba(0, 0, 0, 0.82);
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 20px;
  width: 300px;
}

.single-works-card .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-works-card .content span {
  color: #d1c8c8;
}

.single-works-card:hover .works-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-works-card:hover .content h3 {
  color: #ffd800;
}

.single-works-card.style2 {
  margin-bottom: 30px;
}

.works-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.works-slider.owl-theme .owl-nav .owl-prev, .works-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  background-color: #000000;
  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: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.works-slider.owl-theme .owl-nav .owl-prev i, .works-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.works-slider.owl-theme .owl-nav .owl-prev.owl-next, .works-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.works-slider.owl-theme .owl-nav .owl-prev.owl-next i, .works-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.works-slider.owl-theme .owl-nav .owl-prev:hover, .works-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.works-slider.style2.owl-theme .owl-nav .owl-prev, .works-slider.style2.owl-theme .owl-nav .owl-next {
  background-color: #f8f8f8;
  color: #ffd800;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.works-slider.style2.owl-theme .owl-nav .owl-prev:hover, .works-slider.style2.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.work-details-content .work-details-top-content {
  margin-bottom: 30px;
}

.work-details-content .work-details-top-content .work-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
}

.work-details-content .work-details-top-content .work-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
}

.work-details-content .work-details-top-content .work-img .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.work-details-content .work-details-top-content .work-img .play-btn a {
  color: #ffd800;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.work-details-content .work-details-top-content .work-img .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.work-details-content .work-details-top-content .work-img .play-btn a::before {
  position: absolute;
  content: '';
  height: 80px;
  width: 80px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
  z-index: -1;
}

.work-details-content .work-details-top-content .work-img .play-btn a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.work-details-content .work-details-top-content .work-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border-radius: 5px;
}

.work-details-content .work-details-top-content .list {
  margin-bottom: 15px;
}

.work-details-content .work-details-top-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.work-details-content .work-details-top-content .list ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.work-details-content .work-details-top-content .list ul li::before {
  position: absolute;
  content: '/';
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.work-details-content .work-details-top-content .list ul li a {
  color: #555555;
}

.work-details-content .work-details-top-content .list ul li:last-child {
  margin-right: 0;
}

.work-details-content .work-details-top-content .list ul li:last-child::before {
  display: none;
}

.work-details-content .work-details-top-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.work-details-content .quote {
  padding: 50px 30px;
  position: relative;
  background-color: #f8f8f8;
  text-align: center;
  margin-bottom: 30px;
}

.work-details-content .quote .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.work-details-content .quote p {
  margin-bottom: 0;
  font-size: 18px;
  color: #000000;
}

.work-details-content .films-story {
  margin-bottom: 30px;
}

.work-details-content .films-story h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.work-details-content .films-story p {
  margin-bottom: 22px;
}

.work-details-content .films-story .story-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.work-details-content .films-story .story-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  color: #000000;
}

.work-details-content .films-story .story-list li:last-child {
  margin-bottom: 0;
}

.work-details-content .films-story .story-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ffd800;
}

.sidebar-search {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-search .form-control {
  height: 60px;
  border: 1px solid rgba(196, 196, 196, 0.29);
}

.sidebar-search .default-btn {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  padding: 10px 18px;
  font-size: 22px;
}

.work-details-sidebar .work-sidebar-widget {
  padding: 30px;
  -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);
  margin-bottom: 30px;
  border-radius: 5px;
}

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

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li {
  margin-bottom: 20px;
  list-style-type: none;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  color: #000000;
  margin-bottom: 8px;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li:last-child {
  margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.Popular-work {
  position: relative;
  overflow: hidden;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb {
  float: left;
  height: 65px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 20px;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage {
  width: 130px;
  height: 130px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #000000;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg1 {
  background-image: url(../images/works/works-img-3.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg2 {
  background-image: url(../images/works/works-img-4.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg3 {
  background-image: url(../images/works/works-img-5.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info {
  overflow: hidden;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title {
  margin-bottom: 7px;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a {
  display: inline-block;
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a:hover {
  color: #ffd800;
}

.work-details-sidebar .work-sidebar-widget.categories {
  padding: 30px 30px 20px 30px;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a {
  padding: 8px 25px;
  color: #555555;
  background-color: #f8f8f8;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

/*
History Area Style
======================================================*/
.history-area .tab-teaser .tab-menu ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.history-area .tab-teaser .tab-menu li {
  list-style-type: none;
  margin-bottom: 12px;
}

.history-area .tab-teaser .tab-menu li a {
  color: #000000;
  padding: 10px 35px;
  background: #f5f5f5;
  font-weight: 500;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
}

.history-area .tab-teaser .tab-menu li a::before {
  position: absolute;
  content: '';
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  height: 2px;
  width: 25px;
  background-color: #000000;
  opacity: 0;
}

.history-area .tab-teaser .tab-menu li a::after {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  background-color: #000000;
  -webkit-clip-path: polygon(30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51%);
          clip-path: polygon(30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51%);
  right: -37px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.history-area .tab-teaser .tab-menu li a.active, .history-area .tab-teaser .tab-menu li a:hover, .history-area .tab-teaser .tab-menu li a:focus {
  background-color: #000000;
  color: #ffffff;
}

.history-area .tab-teaser .tab-menu li a.active::before, .history-area .tab-teaser .tab-menu li a:hover::before, .history-area .tab-teaser .tab-menu li a:focus::before {
  opacity: 1;
}

.history-area .tab-teaser .tab-menu li a.active::after, .history-area .tab-teaser .tab-menu li a:hover::after, .history-area .tab-teaser .tab-menu li a:focus::after {
  opacity: 1;
}

.history-area .tab-teaser .tab-menu li a:hover::before {
  opacity: 0;
}

.history-area .tab-teaser .tab-menu li a:hover::after {
  opacity: 0;
}

.history-area .tab-teaser .tab-menu li:last-child {
  margin-bottom: 0;
}

.history-area .tab-box {
  display: none;
  padding: 35px;
  -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);
  margin-left: -35px;
}

.history-area .tab-box:first-child {
  display: block;
}

.history-area .tab-box .history-content .history-title {
  margin-bottom: 35px;
}

.history-area .tab-box .history-content .history-title span {
  color: #ffd800;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
}

.history-area .tab-box .history-content .history-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.history-area .tab-box .history-content .logo-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.history-area .tab-box .history-content .logo-list ul li {
  display: inline-block;
  margin-right: 10px;
}

.history-area .tab-box .history-content .logo-list ul li:last-child {
  margin-right: 0;
}

.history-content-style2 .history-title {
  margin-bottom: 30px;
}

.history-content-style2 .history-title span {
  color: #ffd800;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.history-content-style2 .history-title h2 {
  font-size: 56px;
}

.history-box {
  background-color: #f8f8f8;
  padding: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.history-box .card-left-content {
  text-align: center;
}

.history-box .card-left-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.history-box .card-left-content span {
  font-size: 18px;
  font-weight: 600;
  color: #ffd800;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.history-box .card-right-content {
  border-left: 1px dashed #ffd800;
  padding-left: 25px;
}

.history-box .card-right-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.history-box .card-right-content p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.history-box:hover, .history-box.active {
  background-color: #000000;
}

.history-box:hover::after, .history-box.active::after {
  height: 75%;
}

.history-box:hover .card-left-content h4, .history-box.active .card-left-content h4 {
  color: #ffffff;
}

.history-box:hover .card-right-content h3, .history-box.active .card-right-content h3 {
  color: #ffffff;
}

.history-box:hover .card-right-content p, .history-box.active .card-right-content p {
  color: #ffffff;
}

.history-img-content-style2 {
  padding-left: 70px;
  padding-bottom: 35px;
  position: relative;
}

.history-img-content-style2 .small-img {
  height: 300px;
  width: 300px;
  border-radius: 100%;
  border: 6px solid #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.history-content-style2 {
  /* Firefox */
  /* Chrome, Edge, and Safari */
}

.history-content-style2 .scrollmenu {
  overflow-y: scroll;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  height: 320px;
  display: block;
  left: 0;
  top: 0;
}

.history-content-style2 * {
  scrollbar-width: auto;
  scrollbar-color: #e2dede #e2dede;
}

.history-content-style2 *::-webkit-scrollbar {
  width: 12px;
}

.history-content-style2 *::-webkit-scrollbar-track {
  background: #e2dede;
}

.history-content-style2 *::-webkit-scrollbar-thumb {
  background-color: #ffd800;
  border-radius: 0;
  border: 3px solid #e2dede;
}

/*
Services Area Style
======================================================*/
.services-area {
  position: relative;
}

.services-area.bg-color {
  background-color: #1d1d1d;
}

.services-area .services-shape {
  position: absolute;
  right: 0;
  top: 0;
}

.single-services-card .services-img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-services-card .services-img img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-services-card .services-contet {
  padding: 30px;
  background-color: #141414;
}

.single-services-card .services-contet h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-services-card .services-contet h3 a {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-card .services-contet p {
  color: #dbd9d9;
}

.single-services-card:hover .services-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-services-card:hover .services-contet h3 a {
  color: #ffd800;
}

.services-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.services-slider.owl-theme .owl-nav .owl-prev, .services-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #000000;
  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: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.services-slider.owl-theme .owl-nav .owl-prev i, .services-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.services-slider.owl-theme .owl-nav .owl-prev.owl-next, .services-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.services-slider.owl-theme .owl-nav .owl-prev.owl-next i, .services-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.services-slider.owl-theme .owl-nav .owl-prev:hover, .services-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.single-service-box {
  position: relative;
}

.single-service-box .services-content1 {
  position: absolute;
  background-color: #ffffff;
  padding: 25px;
  text-align: center;
  left: 30px;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-service-box .services-content1 h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.single-service-box .services-content2 {
  position: absolute;
  padding: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.83);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-service-box .services-content2 h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 18px;
}

.single-service-box .services-content2 p {
  color: #ffffff;
}

.single-service-box:hover .services-content1 {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.single-service-box:hover .services-content2 {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.services-slider2.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.services-slider2.owl-theme .owl-nav .owl-prev, .services-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #f8f8f8;
  color: #ffd800;
  border: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}

.services-slider2.owl-theme .owl-nav .owl-prev i, .services-slider2.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.services-slider2.owl-theme .owl-nav .owl-prev.owl-next, .services-slider2.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.services-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .services-slider2.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.services-slider2.owl-theme .owl-nav .owl-prev:hover, .services-slider2.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

/*
Trust Area Style
======================================================*/
.trust-image {
  position: relative;
  padding-right: 100px;
  padding-bottom: 30px;
}

.trust-image .small-img {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: 0;
  border: 15px solid #f5f5f5;
  background-color: #f5f5f5;
}

.trust-image .small-img img {
  border-radius: 20px 0 0 0;
}

.trust-content .trust-title {
  margin-bottom: 30px;
}

.trust-content .trust-title span {
  color: #ffd800;
  font-size: 18px;
  font-weight: 600;
}

.trust-content .trust-title h2 {
  font-size: 56px;
}

.trust-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  border-radius: unset;
  border: unset;
}

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

.trust-content .faq-accordion .accordion .accordion-title {
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  border-radius: unset;
  cursor: pointer;
}

.trust-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #555555;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trust-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
}

.trust-content .faq-accordion .accordion .accordion-content {
  display: none;
  padding-top: 20px;
  background-color: #f5f5f5;
}

.trust-content .faq-accordion .accordion .accordion-content p {
  font-weight: 400;
}

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

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

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

.trailer-area .container-fluid {
  padding: 0;
  overflow: hidden;
}

.single-trailer-card {
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-trailer-card .trailer-img {
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-trailer-card .trailer-img img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-trailer-card .trailer-img .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  opacity: 0;
}

.single-trailer-card .trailer-img .play-btn a {
  color: #ffd800;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.single-trailer-card .trailer-img .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.single-trailer-card .trailer-img .play-btn a::before {
  position: absolute;
  content: '';
  height: 90px;
  width: 90px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
  z-index: -1;
}

.single-trailer-card .trailer-img .play-btn a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.single-trailer-card .trailer-content {
  background-color: #000000;
  padding: 30px;
  text-align: center;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -50px;
}

.single-trailer-card .trailer-content h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.single-trailer-card .trailer-content span {
  color: #ffffff;
}

.single-trailer-card .trailer-content::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 0%;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #ffd800;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-trailer-card:hover .trailer-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-trailer-card:hover .trailer-img .play-btn {
  opacity: 1;
}

.single-trailer-card:hover .trailer-content::before {
  width: 100%;
  left: 0;
  right: auto;
}

.active.center .single-trailer-card .trailer-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.active.center .single-trailer-card .trailer-img .play-btn {
  opacity: 1;
}

.active.center .single-trailer-card .trailer-content::before {
  width: 100%;
  left: 0;
  right: auto;
}

.trailer-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
  max-width: 1320px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}

.trailer-slider.owl-theme .owl-nav .owl-prev, .trailer-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #000000;
  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: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.trailer-slider.owl-theme .owl-nav .owl-prev i, .trailer-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.trailer-slider.owl-theme .owl-nav .owl-prev.owl-next, .trailer-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.trailer-slider.owl-theme .owl-nav .owl-prev.owl-next i, .trailer-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.trailer-slider.owl-theme .owl-nav .owl-prev:hover, .trailer-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.trailer-area-style2.bg-color {
  background-color: #141414;
}

.single-trailer-box {
  margin-bottom: 40px;
}

.single-trailer-box .trailer-img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-trailer-box .trailer-img img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-trailer-box .content {
  text-align: center;
  padding: 30px 30px 0 30px;
}

.single-trailer-box .content h3 {
  font-size: 24px;
  color: #ffffff;
}

.single-trailer-box .content span {
  color: #cbc3c3;
}

.single-trailer-box:hover .trailer-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.trailer-slider2.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev, .trailer-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: -90px;
  background-color: #000000;
  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: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev i, .trailer-slider2.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next, .trailer-slider2.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .trailer-slider2.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev:hover, .trailer-slider2.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.trailer-slider2.owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trailer-slider2.owl-theme .owl-dots .owl-dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trailer-slider2.owl-theme .owl-dots .owl-dot span {
  width: 100% !important;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trailer-slider2.owl-theme .owl-dots .owl-dot.active span {
  height: 2px;
  background: #ffd800;
}

.lines {
  top: 0;
  left: 0;
  right: 0;
  width: 90vw;
  z-index: -1;
  height: 100%;
  margin: auto;
  position: absolute;
}

.lines .line {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}

.lines .line::after {
  left: 0;
  top: -50%;
  content: "";
  width: 100%;
  height: 15vh;
  display: block;
  position: absolute;
  -webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
}

.lines .line:nth-child(1) {
  margin-left: -19%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 19%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/*
Counter Area Style
======================================================*/
.counter-area-style2 {
  position: relative;
  z-index: 1;
}

.counter-area-style2.bg-color {
  background-color: #1d1d1d;
}

.single-counter-card {
  text-align: center;
  margin-bottom: 30px;
}

.single-counter-card h1 {
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 0;
}

.single-counter-card h1 span {
  font-family: "Barlow Condensed", sans-serif;
}

.single-counter-card p {
  color: #ffd800;
}

.single-counter-card span.odometer-formatting-mark {
  display: none;
}

/*
Movie Area Style
======================================================*/
.movie-area {
  position: relative;
  z-index: 1;
}

.movie-area.bg-color {
  background-color: #141414;
}

.movie-area .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.movie-area .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}

.movie-content .movie-title {
  margin-bottom: 25px;
}

.movie-content .movie-title span {
  color: #ffd800;
}

.movie-content .movie-title h2 {
  font-size: 56px;
  color: #ffffff;
}

.movie-content p {
  color: #dbdada;
}

.movie-content .series {
  margin-bottom: 25px;
}

.movie-content .series ul {
  padding-left: 0;
  margin-bottom: 0;
}

.movie-content .series ul li {
  display: inline-block;
  margin-right: 30px;
}

.movie-content .series ul li a {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.movie-content .series ul li a:hover {
  color: #ffd800;
}

.movie-content .series ul li:last-child {
  margin-right: 0;
}

/*
Watch Video Area Style
======================================================*/
.watch-video-area.bg-img {
  background-image: url(../images/video-img/video-img-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.watch-video-area.bg-img::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(20, 20, 20, 0.9);
  z-index: -1;
}

.watch-video-content {
  position: relative;
  margin-bottom: 30px;
}

.watch-video-content .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 35%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.watch-video-content .play-btn a {
  color: #ffd800;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.watch-video-content .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.watch-video-content .play-btn a::before {
  position: absolute;
  content: '';
  height: 90px;
  width: 90px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
  z-index: -1;
}

.watch-video-content .play-btn a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.watch-video-content .video-content {
  background: rgba(0, 0, 0, 0.68);
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 30px;
  width: 540px;
}

.watch-video-content .video-content h3 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
}

.watch-video-content .video-content span {
  color: #ffffff;
}

.video-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.video-slider.owl-theme .owl-nav .owl-prev, .video-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  background-color: #000000;
  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: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}

.video-slider.owl-theme .owl-nav .owl-prev i, .video-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.video-slider.owl-theme .owl-nav .owl-prev.owl-next, .video-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.video-slider.owl-theme .owl-nav .owl-prev.owl-next i, .video-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.video-slider.owl-theme .owl-nav .owl-prev:hover, .video-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.single-video-card {
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 30px;
}

.single-video-card .video-img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-video-card .video-img img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-video-card .video-content {
  padding: 30px;
  background-color: #212121;
  position: absolute;
  text-align: center;
  left: 30px;
  right: 30px;
  bottom: 0;
}

.single-video-card .video-content h3 {
  font-size: 24px;
  color: #ffffff;
}

.single-video-card .video-content span {
  color: #ffffff;
}

.single-video-card:hover .video-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-video-box {
  position: relative;
  margin-bottom: 80px;
}

.single-video-box .video-img {
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-video-box .video-img img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-video-box .video-img .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  opacity: 0;
}

.single-video-box .video-img .play-btn a {
  color: #ffd800;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.single-video-box .video-img .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.single-video-box .video-img .play-btn a::before {
  position: absolute;
  content: '';
  height: 90px;
  width: 90px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
  z-index: -1;
}

.single-video-box .video-img .play-btn a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.single-video-box .video-content {
  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);
  padding: 30px;
  text-align: center;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -50px;
}

.single-video-box .video-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.single-video-box .video-content::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #ffd800;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-video-box:hover .video-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-video-box:hover .video-img .play-btn {
  opacity: 1;
}

.single-video-box:hover .video-content::before {
  width: 75%;
}

.video-details {
  padding: 30px;
  -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: 5px;
}

.video-details-content {
  margin-bottom: 30px;
}

.video-details-content .video-img {
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
  border-radius: 5px;
}

.video-details-content .video-img img {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-details-content .video-img .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-details-content .video-img .play-btn a {
  color: #ffd800;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.video-details-content .video-img .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.video-details-content .video-img .play-btn a::before {
  position: absolute;
  content: '';
  height: 90px;
  width: 90px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
  z-index: -1;
}

.video-details-content .video-img .play-btn a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.video-details-content .video-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border-radius: 5px;
}

.video-details-content .video-info .left-info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.video-details-content .video-info .left-info ul li {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

.video-details-content .video-info .left-info ul li::before {
  position: absolute;
  content: ',';
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-details-content .video-info .left-info ul li:last-child {
  margin-right: 0;
}

.video-details-content .video-info .left-info ul li:last-child::before {
  display: none;
}

.video-details-content .video-info .left-info ul li a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-details-content .video-info .left-info ul li a:hover {
  color: #ffd800;
}

.video-details-content .video-info .right-info {
  text-align: end;
}

.video-details-content .video-info .right-info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.video-details-content .video-info .right-info ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 25px;
}

.video-details-content .video-info .right-info ul li:last-child {
  margin-right: 0;
}

.video-details-content .video-info .right-info ul li i {
  color: #ffd800;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-details-informaion {
  padding: 30px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
  border-radius: 5px;
}

.video-details-informaion .information-list {
  margin-bottom: 30px;
}

.video-details-informaion .information-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.video-details-informaion .information-list ul li {
  margin-bottom: 20px;
  list-style-type: none;
}

.video-details-informaion .information-list ul li h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  color: #000000;
  margin-bottom: 8px;
}

.video-details-informaion .information-list ul li:last-child {
  margin-bottom: 0;
}

.video-details-informaion .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.video-details-informaion .social-content ul li {
  display: inline-block;
  margin-right: 7px;
}

.video-details-informaion .social-content ul li:last-child {
  margin-right: 0;
}

.video-details-informaion .social-content ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffd800;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
          box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-details-informaion .social-content ul li a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.video-details-bottom-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

/*
Awards Area Style
======================================================*/
.awards-slider.owl-carousel .owl-item img {
  margin: auto;
  width: auto;
}

.awards-logo img {
  opacity: .20;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.awards-logo img:hover {
  opacity: 1;
}

.center.active .awards-logo img {
  opacity: 1;
}

/*
Faq Area Style
======================================================*/
.faq-content {
  max-width: 1100px;
  margin: auto;
}

.faq-content .accordion .accordion-item {
  display: block;
  margin-bottom: 30px;
  border: none;
  border-radius: 7px;
}

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

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

.faq-content .accordion .accordion-title {
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  background-color: #f8f8f8;
  font-family: "Barlow Condensed", sans-serif;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.faq-content .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  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);
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.faq-content .accordion .accordion-title.active {
  border-left: 4px solid rgba(197, 153, 112, 0.2);
  border-right: 4px solid rgba(197, 153, 112, 0.2);
}

.faq-content .accordion .accordion-title.active i {
  background-color: #ffd800;
}

.faq-content .accordion .accordion-title.active i::before {
  content: "\f077";
  color: #ffffff;
  font-family: "Font Awesome 6 Free";
}

.faq-content .accordion .accordion-content {
  display: none;
  background-color: #ffffff;
  padding: 20px;
  border-left: 4px solid rgba(197, 153, 112, 0.2);
  border-right: 4px solid rgba(197, 153, 112, 0.2);
  border-bottom: 4px solid rgba(197, 153, 112, 0.2);
}

.faq-content .accordion .accordion-content p {
  font-weight: 400;
}

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

/*
Team Area Style
======================================================*/
.team-area.bg-color {
  background-color: #1d1d1d;
}

.team-area.bg-color2 {
  background-color: #141414;
  background-image: url(../images/team/team-shape-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.single-team-card {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -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);
  overflow: hidden;
  margin: 5px;
}

.single-team-card::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.single-team-card .team-content {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content span {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content .social-content {
  position: absolute;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content .social-content ul li {
  display: inline-block;
  margin-right: 7px;
}

.single-team-card .team-content .social-content ul li:last-child {
  margin-right: 0;
}

.single-team-card .team-content .social-content ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #ffd800;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
          box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content .social-content ul li a:hover {
  background-color: #ffffff;
}

.single-team-card:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.single-team-card:hover .team-content {
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
}

.single-team-card:hover .team-content h3 {
  color: #ffffff;
}

.single-team-card:hover .team-content span {
  color: #ffffff;
}

.single-team-card:hover .team-content .social-content {
  opacity: 1;
}

.single-team-card.style2::before {
  display: none;
}

.single-team-card.style2 .team-img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card.style2 .team-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card.style2 .team-content {
  background-color: #141414;
  padding: 30px;
  bottom: -60px;
}

.single-team-card.style2 .team-content h3 {
  color: #ffffff;
}

.single-team-card.style2 .team-content span {
  color: #ffffff;
}

.single-team-card.style2 .team-content .social-content {
  position: unset;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 1;
}

.single-team-card.style2 .team-content .social-content ul {
  margin-top: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card.style2 .team-content .social-content ul li a {
  color: #ffd800;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
          box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
}

.single-team-card.style2 .team-content .social-content ul li a:hover {
  background-color: #ffffff;
}

.single-team-card.style2:hover .team-content {
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 0;
}

.single-team-card.style2:hover .team-img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.single-team-card.style3 {
  margin: 0;
  margin-bottom: 30px;
}

.team-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.team-slider.owl-theme .owl-nav .owl-prev, .team-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  background-color: #f5f5f5;
  color: #555555;
  border: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.team-slider.owl-theme .owl-nav .owl-prev i, .team-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.team-slider.owl-theme .owl-nav .owl-prev.owl-next, .team-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.team-slider.owl-theme .owl-nav .owl-prev.owl-next i, .team-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.team-slider.owl-theme .owl-nav .owl-prev:hover, .team-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.team-slider2.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.team-slider2.owl-theme .owl-nav .owl-prev, .team-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #000000;
  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: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}

.team-slider2.owl-theme .owl-nav .owl-prev i, .team-slider2.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.team-slider2.owl-theme .owl-nav .owl-prev.owl-next, .team-slider2.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.team-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .team-slider2.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.team-slider2.owl-theme .owl-nav .owl-prev:hover, .team-slider2.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.single-team-box .team-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.single-team-box .team-img img {
  overflow: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.single-team-box .team-img .social-content {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  bottom: 30px;
}

.single-team-box .team-img .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-team-box .team-img .social-content ul li {
  margin-right: 8px;
  list-style-type: none;
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.single-team-box .team-img .social-content ul li:last-child {
  margin-right: 0;
}

.single-team-box .team-img .social-content ul li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-team-box .team-img .social-content ul li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-team-box .team-img .social-content ul li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-team-box .team-img .social-content ul li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.single-team-box .team-img .social-content ul li a {
  color: #ffffff;
  height: 35px;
  background-color: #ffd800;
  width: 35px;
  line-height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-box .team-img .social-content ul li a:hover {
  background-color: #ffffff;
  color: #ffd800;
}

.single-team-box .team-content {
  text-align: center;
  padding: 30px;
  background-color: #0d0d0d;
}

.single-team-box .team-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
}

.single-team-box .team-content span {
  color: #cecccc;
}

.single-team-box:hover .team-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-team-box:hover .team-img .social-content ul li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team-box.style2 .team-img {
  border-radius: 10px 10px 0 0;
}

.single-team-box.style2 .team-img img {
  border-radius: 10px 10px 0 0;
}

.single-team-box.style2 .team-content {
  padding: 30px;
  -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);
}

.single-team-box.style2 .team-content .social-content {
  margin-top: 20px;
}

.single-team-box.style2 .team-content .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-team-box.style2 .team-content .social-content ul li {
  margin-right: 8px;
  list-style-type: none;
  display: inline-block;
}

.single-team-box.style2 .team-content .social-content ul li:last-child {
  margin-right: 0;
}

.single-team-box.style2 .team-content .social-content ul li a {
  color: #ffd800;
  height: 35px;
  background-color: #ffffff;
  width: 35px;
  line-height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-box.style2 .team-content .social-content ul li a:hover {
  background-color: #ffd800;
  color: #ffffff;
  border-color: #ffd800;
}

.team-title-content {
  padding-top: 30px;
}

.team-title-content span {
  color: #ffd800;
  margin-bottom: 10px;
  display: inline-block;
}

.team-title-content h2 {
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 20px;
}

.team-title-content p {
  color: #cacaca;
}

.team-slider3.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.team-slider3.owl-theme .owl-nav .owl-prev, .team-slider3.owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  left: -440px;
  bottom: 50px;
  background-color: #000000;
  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: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
}

.team-slider3.owl-theme .owl-nav .owl-prev i, .team-slider3.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.team-slider3.owl-theme .owl-nav .owl-prev.owl-next, .team-slider3.owl-theme .owl-nav .owl-next.owl-next {
  left: -350px;
}

.team-slider3.owl-theme .owl-nav .owl-prev.owl-next i, .team-slider3.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.team-slider3.owl-theme .owl-nav .owl-prev:hover, .team-slider3.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

/*
Paginations Style
======================================================*/
.paginations {
  text-align: center;
}

.paginations ul {
  padding-left: 0;
  margin-bottom: 0;
}

.paginations ul li {
  display: inline-block;
  padding-right: 7px;
}

.paginations ul li a {
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid rgba(196, 196, 196, 0.26);
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #000000;
  font-size: 18px;
  -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);
}

.paginations ul li a i {
  position: relative;
  font-size: 18px;
}

.paginations ul li a:hover {
  background-color: #ffd800;
  color: #ffffff;
  border: 1px solid #ffd800;
}

.paginations ul li a.active {
  background-color: #ffd800;
  color: #ffffff;
  border: 1px solid #ffd800;
}

/*
Help Area Style
======================================================*/
.helps-area {
  position: relative;
  z-index: 1;
}

.helps-area .shape .shape1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.helps-area .shape .shape2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.help-content {
  max-width: 880px;
  margin: auto;
  text-align: center;
}

.help-content .section-title {
  margin-bottom: 25px;
}

.help-content p {
  margin-bottom: 30px;
}

/*
Testimonial Area Style
======================================================*/
.testimonial-area {
  position: relative;
  z-index: 1;
}

.testimonial-area.bg-color {
  background-color: #141414;
}

.testimonial-area .testimonial-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.testimonial-box .testimonial-image {
  -webkit-clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%);
          clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%);
}

.testimonial-content {
  padding-right: 65px;
}

.testimonial-content .rating-list {
  margin-bottom: 20px;
}

.testimonial-content .rating-list i {
  color: #be9400;
  margin-right: 5px;
}

.testimonial-content .rating-list i:last-child {
  margin-right: 0;
}

.testimonial-content p {
  color: #bfbebe;
  margin-bottom: 20px;
  font-size: 18px;
}

.testimonial-content .clients-info h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 12px;
}

.testimonial-content .clients-info span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  color: #b9b9b9;
}

.testimonial-content .clients-info span::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.24);
}

.testimonial-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: -30px;
  background-color: #000000;
  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: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev i, .testimonial-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next, .testimonial-slider.owl-theme .owl-nav .owl-next.owl-next {
  top: 50%;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next i, .testimonial-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev:hover, .testimonial-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.single-testimonials-box {
  background-color: #ffffff;
  padding: 35px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.single-testimonials-box .top-content {
  margin-bottom: 20px;
}

.single-testimonials-box .top-content h3 {
  font-size: 24px;
}

.single-testimonials-box .top-content .ratings {
  text-align: end;
}

.single-testimonials-box .top-content .ratings i {
  color: #be9400;
}

.single-testimonials-box .quote {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: -1;
  opacity: .7;
}

.single-testimonials-box .quote img {
  width: auto;
}

.single-testimonials-box p {
  margin-bottom: 0;
}

.single-testimonials-box.style2 {
  -webkit-box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
          box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  margin-bottom: 30px;
}

.testimonial-slider2.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev, .testimonial-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #ffffff;
  color: #ffd800;
  border: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev i, .testimonial-slider2.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next, .testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev:hover, .testimonial-slider2.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffd800;
  color: #ffffff;
}

/*
Pricing Area Style
======================================================*/
.single-pricing-card {
  padding: 30px 0 40px 0;
  text-align: center;
  -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);
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.single-pricing-card .pricing-top-content {
  margin-bottom: 30px;
}

.single-pricing-card .pricing-top-content .icon {
  margin-bottom: 6px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .pricing-top-content h1 {
  font-size: 40px;
  color: #ffd800;
  margin-bottom: 8px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .pricing-top-content span {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .plan {
  background-color: #ffd800;
  padding: 10px;
  margin-bottom: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .plan span {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .pricing-features-list {
  margin-bottom: 25px;
}

.single-pricing-card .pricing-features-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-pricing-card .pricing-features-list ul li {
  list-style-type: none;
  margin-bottom: 12px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .pricing-features-list ul li del {
  color: #cacaca;
}

.single-pricing-card .pricing-features-list ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-card .default-btn {
  background: rgba(197, 153, 112, 0.1);
  color: #ffd800;
}

.single-pricing-card .shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.single-pricing-card:hover, .single-pricing-card.active {
  background-color: #000000;
}

.single-pricing-card:hover .pricing-top-content span, .single-pricing-card.active .pricing-top-content span {
  color: #ffffff;
}

.single-pricing-card:hover .plan, .single-pricing-card.active .plan {
  background-color: #ffffff;
}

.single-pricing-card:hover .plan span, .single-pricing-card.active .plan span {
  color: #000000;
}

.single-pricing-card:hover .default-btn, .single-pricing-card.active .default-btn {
  background: #ffd800;
  color: #ffffff;
}

.single-pricing-card:hover .pricing-features-list ul li, .single-pricing-card.active .pricing-features-list ul li {
  color: #ffffff;
}

.single-pricing-card:hover .pricing-features-list ul li del, .single-pricing-card.active .pricing-features-list ul li del {
  color: #242424;
}

/*
Subscribe Area Style
======================================================*/
.subscribe-area.bg {
  background-image: url(../images/subscribe/subscribe-img-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.subscribe-content span {
  color: #ffd800;
  display: inline-block;
  margin-bottom: 10px;
}

.subscribe-content h2 {
  font-size: 56px;
}

.subscribe-form .newsletter-form {
  position: relative;
}

.subscribe-form .newsletter-form .form-control {
  height: 70px;
  background-color: #ffffff;
  border: unset;
  -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);
  padding-left: 25px;
}

.subscribe-form .newsletter-form .form-control::-webkit-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.subscribe-form .newsletter-form .form-control:-ms-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.subscribe-form .newsletter-form .form-control::-ms-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.subscribe-form .newsletter-form .form-control::placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.subscribe-form .newsletter-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-form .newsletter-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-form .newsletter-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-form .newsletter-form .form-control:focus::placeholder {
  color: transparent;
}

.subscribe-form .newsletter-form .default-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.subscribe-form .newsletter-form #validator-newsletter {
  color: #ffd800;
  padding-top: 7px;
}

/*
Blog Area Style
======================================================*/
.single-blog-card {
  -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);
  margin-bottom: 30px;
}

.single-blog-card .blog-img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.single-blog-card .blog-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-card .blog-img .tag {
  position: absolute;
  background-color: #000000;
  bottom: 30px;
  left: 30px;
  padding: 5px 15px;
}

.single-blog-card .blog-img .tag a {
  color: #ffffff;
}

.single-blog-card .blog-content {
  padding: 30px;
}

.single-blog-card .blog-content .info {
  margin-bottom: 20px;
}

.single-blog-card .blog-content .info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-blog-card .blog-content .info ul li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
}

.single-blog-card .blog-content .info ul li:last-child {
  margin-right: 0;
}

.single-blog-card .blog-content .info ul li:last-child::before {
  display: none;
}

.single-blog-card .blog-content .info ul li::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 42px;
  background: rgba(196, 196, 196, 0.49);
  right: -53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-card .blog-content .info ul li a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #555555;
  padding-left: 5px;
}

.single-blog-card .blog-content .info ul li a:hover {
  color: #ffd800;
}

.single-blog-card .blog-content h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
}

.single-blog-card .blog-content h2 a {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-blog-card:hover .blog-content h2 a {
  color: #ffd800;
}

.single-blog-card.style2 .blog-content {
  background-color: #141414;
}

.single-blog-card.style2 .blog-content .info ul li {
  color: #bdbdbd;
}

.single-blog-card.style2 .blog-content .info ul li::before {
  background: rgba(196, 196, 196, 0.49);
}

.single-blog-card.style2 .blog-content .info ul li a {
  color: #bdbdbd;
}

.single-blog-card.style2 .blog-content .info ul li a:hover {
  color: #ffd800;
}

.single-blog-card.style2 .blog-content h2 a {
  color: #ffffff;
}

.single-blog-card.style2:hover .blog-content h2 a {
  color: #ffd800;
}

.blog-area.blog-bg {
  background-image: url(../images/blog/blog-bg-1.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.blog-area.blog-bg::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(29, 29, 29, 0.95);
  z-index: -1;
}

.single-blog-box {
  margin-bottom: 30px;
}

.single-blog-box .blog-img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-box .blog-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-box .blog-content {
  padding-top: 25px;
}

.single-blog-box .blog-content .info {
  margin-bottom: 18px;
}

.single-blog-box .blog-content .info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-blog-box .blog-content .info ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.single-blog-box .blog-content .info ul li::before {
  position: absolute;
  content: '';
  right: -13px;
  height: 15px;
  width: 1px;
  background-color: rgba(217, 216, 216, 0.78);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-box .blog-content .info ul li:last-child::before {
  display: none;
}

.single-blog-box .blog-content h3 {
  font-size: 24px;
}

.single-blog-box .blog-content h3 a {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-box .blog-content h3 a:hover {
  color: #ffd800;
}

.single-blog-box:hover .blog-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-details-content .single-blog {
  margin-bottom: 30px;
}

.blog-details-content .single-blog h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.blog-details-content .single-blog .info {
  margin-bottom: 30px;
}

.blog-details-content .single-blog .info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-content .single-blog .info ul li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
}

.blog-details-content .single-blog .info ul li:last-child {
  margin-right: 0;
}

.blog-details-content .single-blog .info ul li:last-child::before {
  display: none;
}

.blog-details-content .single-blog .info ul li::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 42px;
  background: rgba(196, 196, 196, 0.49);
  right: -53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-content .single-blog .info ul li a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-details-content .single-blog .info ul li a:hover {
  color: #ffd800;
}

.blog-details-content .single-blog .img {
  margin-bottom: 30px;
}

.blog-details-content .quote {
  padding: 50px 30px;
  position: relative;
  background-color: #f8f8f8;
  text-align: center;
  margin-bottom: 30px;
}

.blog-details-content .quote .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-content .quote p {
  margin-bottom: 0;
  font-size: 18px;
  color: #000000;
}

.blog-details-content .free-movie-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.blog-details-content .free-movie-content p {
  margin-bottom: 30px;
}

.blog-details-content .free-movie-content .movie-img {
  margin-bottom: 25px;
}

.blog-details-content .tag-and-share {
  padding: 30px 0;
  border-top: 1px solid rgba(217, 216, 216, 0.54);
}

.blog-details-content .tag-and-share .tags ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-content .tag-and-share .tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 6px;
}

.blog-details-content .tag-and-share .tags ul li span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.blog-details-content .tag-and-share .tags ul li a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.blog-details-content .tag-and-share .tags ul li a::before {
  position: absolute;
  content: ',';
  right: -3px;
}

.blog-details-content .tag-and-share .tags ul li a:hover {
  color: #ffd800;
}

.blog-details-content .tag-and-share .tags ul li:last-child {
  margin-right: 0;
}

.blog-details-content .tag-and-share .tags ul li:last-child a::before {
  display: none;
}

.blog-details-content .tag-and-share .share {
  text-align: end;
}

.blog-details-content .tag-and-share .share ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-content .tag-and-share .share ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 6px;
}

.blog-details-content .tag-and-share .share ul li span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.blog-details-content .tag-and-share .share ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffd800;
  display: inline-block;
  background-color: #f8f8f8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-details-content .tag-and-share .share ul li a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.blog-details-content .tag-and-share .share ul li:last-child {
  margin-right: 0;
}

.blog-details-content .comments-reply-area {
  margin-bottom: 30px;
}

.blog-details-content .comments-reply-area h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.blog-details-content .comments-reply-area .form-group {
  margin-bottom: 25px;
}

.blog-details-content .comments-reply-area .form-group .form-control {
  background-color: #f8f8f8;
  border: none;
}

.blog-details-content .comments-reply-area .form-group .form-check-input {
  border: 1px solid rgba(217, 216, 216, 0.93);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: unset;
}

.blog-details-content .comments-reply-area .form-group .form-check-input:checked {
  background-color: #ffd800;
  border-color: #ffd800;
}

.sidebar-widget {
  padding: 30px;
  -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);
  margin-bottom: 30px;
  border-radius: 5px;
}

.sidebar-widget h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.sidebar-widget.categories ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-widget.categories ul li {
  list-style-type: none;
  margin-bottom: 13px;
  position: relative;
}

.sidebar-widget.categories ul li i {
  position: absolute;
  right: 0;
}

.sidebar-widget.categories ul li a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.categories ul li a:hover {
  color: #ffd800;
}

.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget.popular-post {
  position: relative;
  overflow: hidden;
}

.sidebar-widget.popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar-widget.popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-widget.popular-post .item .thumb {
  float: left;
  height: 76px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 20px;
}

.sidebar-widget.popular-post .item .thumb .fullimage {
  width: 80px;
  height: 70px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #000000;
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg1 {
  background-image: url(../images/blog/blog-img-1.jpg);
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg2 {
  background-image: url(../images/blog/blog-img-2.jpg);
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg3 {
  background-image: url(../images/blog/blog-img-7.jpg);
}

.sidebar-widget.popular-post .item .info {
  overflow: hidden;
}

.sidebar-widget.popular-post .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 10px;
  font-weight: 500;
}

.sidebar-widget.popular-post .item .info .title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

.sidebar-widget.popular-post .item .info .title a {
  display: inline-block;
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.popular-post .item .info .title a:hover {
  color: #ffd800;
}

.sidebar-widget.tags {
  padding-bottom: 20px;
}

.sidebar-widget.tags ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}

.sidebar-widget.tags ul li a {
  padding: 8px 25px;
  color: #555555;
  background-color: #f8f8f8;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.tags ul li a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.blog-search-bar {
  position: relative;
}

.blog-search-bar .form-control {
  height: 60px;
  border: unset;
  background-color: #f8f8f8;
}

.blog-search-bar .default-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 8px 16px;
  font-size: 22px;
}

/*
Login Area Style
======================================================*/
.login-form {
  max-width: 1100px;
  margin: auto;
  padding: 60px;
  border: 4px solid rgba(196, 196, 196, 0.19);
}

.login-form .form-group {
  margin-bottom: 25px;
}

.login-form .form-group label {
  margin-bottom: 10px;
}

.login-form .form-group .form-control {
  background-color: #f8f8f8;
  border: unset;
}

.login-form ul {
  padding-left: 0;
  margin-bottom: 25px;
}

.login-form ul li {
  list-style-type: none;
}

.login-form ul li a {
  color: #ffd800;
}

.login-form .default-btn {
  width: 100%;
}

.login-form .form-check-input {
  border: 1px solid rgba(217, 216, 216, 0.93);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: unset;
}

.login-form .form-check-input:checked {
  background-color: #ffd800;
  border-color: #ffd800;
}

/*
Register Area Style
======================================================*/
.register-form {
  max-width: 1100px;
  margin: auto;
  padding: 60px;
  border: 4px solid rgba(196, 196, 196, 0.19);
}

.register-form .form-group {
  margin-bottom: 25px;
}

.register-form .form-group label {
  margin-bottom: 10px;
}

.register-form .form-group .form-control {
  background-color: #f8f8f8;
  border: unset;
}

.register-form .form-check {
  margin-bottom: 25px;
}

.register-form .default-btn {
  width: 100%;
}

.register-form .form-check-input {
  border: 1px solid rgba(217, 216, 216, 0.93);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: unset;
}

.register-form .form-check-input:checked {
  background-color: #ffd800;
  border-color: #ffd800;
}

/*
Password Area Style
======================================================*/
.password-form {
  max-width: 860px;
  margin: auto;
  padding: 60px;
  border: 4px solid rgba(196, 196, 196, 0.19);
}

.password-form .form-group {
  margin-bottom: 25px;
}

.password-form .form-group label {
  margin-bottom: 10px;
}

.password-form .form-group .form-control {
  background-color: #f8f8f8;
  border: unset;
}

.password-form .default-btn {
  width: 100%;
}

/*
Privacy Policy Style
======================================================*/
.privacy-content {
  margin-bottom: 10px;
}

.privacy-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.privacy-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.privacy-content p {
  margin-bottom: 25px;
}

.privacy-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.privacy-content .list ul li {
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-left: 22px;
  list-style-type: none;
  padding-bottom: 15px;
}

.privacy-content .list ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ffd800;
}

/*
Terms & Condition Style
======================================================*/
.condition-content {
  margin-bottom: 10px;
}

.condition-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.condition-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.condition-content p {
  margin-bottom: 25px;
}

.condition-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.condition-content .list ul li {
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-left: 22px;
  list-style-type: none;
  padding-bottom: 15px;
}

.condition-content .list ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ffd800;
}

/*
Error Area Style
======================================================*/
.error-area {
  text-align: center;
}

.error-area .top-content {
  margin-bottom: 20px;
}

.error-area .top-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.error-area .top-content ul li {
  font-size: 200px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  color: #ffd800;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.error-area .top-content ul li:first-child {
  color: #000000;
  -webkit-animation: movebounce 7s linear infinite;
          animation: movebounce 7s linear infinite;
}

.error-area .top-content ul li:last-child {
  color: #555555;
  -webkit-animation: movebounce 9s linear infinite;
          animation: movebounce 9s linear infinite;
}

.error-area h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.error-area p {
  margin-bottom: 30px;
}

/*Coming Soon Style
======================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-counter {
  max-width: 880px;
  margin: auto;
  border: 30px solid #ffffff;
  background-color: #f7f7f7;
  -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);
  padding-top: 100px;
  padding-bottom: 80px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}

.coming-soon-counter::before {
  position: absolute;
  content: '';
  height: 100%;
  width: auto;
  left: -60px !important;
  right: 0;
  bottom: -60px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  z-index: -1;
}

.coming-soon-counter .list ul {
  margin-bottom: 0;
  padding-left: 0;
}

.coming-soon-counter .list ul li {
  margin: 0 30px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  color: #ffd800;
}

.coming-soon-counter .list ul li span {
  font-size: 15px;
  font-weight: 500;
  color: #555555;
}

.coming-soon-counter .list ul li::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #555555;
  border-radius: 100%;
  right: -30px;
  top: 42px;
}

.coming-soon-counter .list ul li::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #555555;
  border-radius: 100%;
  right: -30px;
  top: 55px;
}

.coming-soon-counter .list ul li:last-child::before {
  display: none;
}

.coming-soon-counter .list ul li:last-child::after {
  display: none;
}

.coming-soon-content {
  padding-bottom: 50px;
  max-width: 880px;
  margin: auto;
  text-align: center;
}

.coming-soon-content .top-content {
  max-width: 620px;
  margin: auto;
}

.coming-soon-content .top-content .coming-soon-logo {
  margin-bottom: 20px;
}

.coming-soon-content .top-content .coming-soon-logo .logo-2 {
  display: none;
}

.coming-soon-content .top-content h1 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
}

.coming-soon-content .newsletter-form {
  position: relative;
  margin-bottom: 30px;
  z-index: 4;
}

.coming-soon-content .newsletter-form .form-control {
  height: 60px;
}

.coming-soon-content .newsletter-form .default-btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.coming-soon-content .newsletter-form .default-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.coming-soon-content .newsletter-form .default-btn i {
  position: relative;
  top: 2px;
  padding-left: 7px;
}

.coming-soon-content .social-links ul {
  margin-bottom: 0;
  padding-left: 0;
}

.coming-soon-content .social-links ul li {
  display: inline-block;
  margin-right: 10px;
}

.coming-soon-content .social-links ul li:last-child {
  margin-right: 0;
}

.coming-soon-content .social-links ul li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #ffffff;
  border-radius: 100%;
  color: #555555;
  -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: 1px solid #eeeeee;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content .social-links ul li a:hover {
  background-color: #ffd800;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Contact Area Style
======================================================*/
.get-in-touch h2 {
  font-size: 56px;
  margin-bottom: 25px;
}

.get-in-touch .contact-info-card {
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
}

.get-in-touch .contact-info-card .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
  background: rgba(197, 153, 112, 0.1);
  text-align: center;
  color: #ffd800;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}

.get-in-touch .contact-info-card .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffd800;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.get-in-touch .contact-info-card h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.get-in-touch .contact-info-card a {
  display: block;
  color: #555555;
  margin-bottom: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.get-in-touch .contact-info-card a:hover {
  color: #ffd800;
}

.get-in-touch .contact-info-card span {
  display: inline-block;
  margin-bottom: 5px;
}

.get-in-touch .contact-info-card:hover .icon {
  color: #ffffff;
}

.get-in-touch .contact-info-card:hover .icon::before {
  height: 100%;
}

.get-in-touch .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.get-in-touch .social-content ul li {
  display: inline-block;
  margin-right: 7px;
}

.get-in-touch .social-content ul li:last-child {
  margin-right: 0;
}

.get-in-touch .social-content ul li span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.get-in-touch .social-content ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffd800;
  display: inline-block;
  background: #f8f8f8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.get-in-touch .social-content ul li a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.map-area iframe {
  height: 470px;
  width: 100%;
  position: relative;
  margin-bottom: -10px;
}

.contacts-form {
  max-width: 1100px;
  margin: auto;
}

.contacts-form .form-group {
  margin-bottom: 25px;
}

.contacts-form .form-group .form-control {
  background-color: #ffffff;
  border: none;
}

.contacts-form .form-group .list-unstyled {
  color: #ffd800;
  padding-top: 7px;
}

.contacts-form .form-group .form-check label a {
  color: #ffd800;
}

.contacts-form .form-group .form-check .form-check-input {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: unset;
}

.contacts-form .form-group .form-check .form-check-input:checked {
  background-color: #ffd800;
  border-color: #ffd800;
}

.contacts-form .text-danger {
  color: #ffd800 !important;
  padding-top: 7px;
}

/*
Footer Area Style
======================================================*/
.footer-area {
  background-color: #000000;
  overflow: hidden;
}

.footer-area .container {
  position: relative;
}

.footer-area .container .shape .shape-1 {
  position: absolute;
  bottom: 0;
  left: -120px;
  -webkit-animation: ripple 5s linear infinite;
          animation: ripple 5s linear infinite;
}

.footer-area .container .shape .shape-2 {
  position: absolute;
  right: -50px;
  top: 30px;
  -webkit-animation: ripple 8s linear infinite;
          animation: ripple 8s linear infinite;
}

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

.single-footer-widget h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}

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

.single-footer-widget.logo-area p {
  color: #d9d8d8;
  margin-bottom: 30px;
}

.single-footer-widget.logo-area .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget.logo-area .social-content ul li {
  display: inline-block;
  margin-right: 7px;
}

.single-footer-widget.logo-area .social-content ul li:last-child {
  margin-right: 0;
}

.single-footer-widget.logo-area .social-content ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffd800;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
          box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.logo-area .social-content ul li a:hover {
  background-color: #ffd800;
  color: #ffffff;
}

.single-footer-widget.quick-links {
  padding-left: 60px;
}

.single-footer-widget.quick-links ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget.quick-links ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget.quick-links ul li i {
  color: #ffd800;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li a {
  color: #d9d8d8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.single-footer-widget.quick-links ul li:hover a {
  color: #ffd800;
}

.single-footer-widget.instagram-content {
  margin-bottom: 0;
  padding-right: 30px;
  margin-bottom: 20px;
}

.single-footer-widget.instagram-content .single-instagram-box {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
}

.single-footer-widget.instagram-content .single-instagram-box img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.instagram-content .single-instagram-box a {
  position: absolute;
  color: #ffffff;
  left: 0;
  right: 0;
  font-size: 40px;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.single-footer-widget.instagram-content .single-instagram-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.single-footer-widget.instagram-content .single-instagram-box:hover a {
  opacity: 1;
}

.single-footer-widget.get-in-touch {
  padding-left: 70px;
}

.single-footer-widget.get-in-touch ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget.get-in-touch ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.single-footer-widget.get-in-touch ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget.get-in-touch ul li span {
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}

.single-footer-widget.get-in-touch ul li a {
  color: #d9d8d8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
}

.single-footer-widget.get-in-touch ul li a:hover {
  color: #ffd800;
}

.single-footer-widget.get-in-touch ul li p {
  color: #d9d8d8;
}

.single-footer-widget.get-in-touch ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.get-in-touch ul li:hover i {
  color: #ffd800;
}

/*
Copy Right Style
======================================================*/
.copy-right-area {
  background-color: #000000;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy-right-area p {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}

.copy-right-area p span {
  color: #ffd800;
}

.copy-right-area p a {
  color: #ffd800;
  font-weight: 600;
}

/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #ffd800;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 55px;
  line-height: 45px;
  border-radius: 5px;
  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: 26px;
}

.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%;
  border-radius: 5px;
  z-index: -1;
  background-color: #ffd800;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background: #000000;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i {
  color: #ffffff;
}

.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(-95%);
          transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}
/*# sourceMappingURL=style.css.map */