/*
@File: Sprio HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Navbar Area Style
** - Main Banner Area CSS  Style
** - Inner Banner Style
** - About Area Style
** - Consultation Area Style
** - Offer Area Style
** - Skill Area Style
** - Process Area Style
** - Counter Area Style
** - Service Area Style
** - Testimonials Area Style
** - Team Area Style
** - Blog Area Style
** - Contact Area Style
** - User All Area Style
** - Faq Area Style
** - Map Area Style
** - Product Area Style
** - Cart Wraps Area Style
** - 404 Error Area Style
** - Coming Soon Area Style
** - Pagination Area Style
** - Back To Top Button Style
** - PreLoader CSS Style
*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  color: #9a9a9a;
}

p {
  color: #9a9a9a;
}

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

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

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.4;
  color: #414141;
}

p a {
  color: #000;
}

h3 {
  font-size: 24px;
}

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

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

img {
  max-width: 100%;
}

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

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

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

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

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

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

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

/*================================
Default btn Style 
===================================*/
.default-btn {
  padding: 7px 27px 12px 27px;
  background-color: #414141;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-decoration: none;
}

.default-btn i {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: 5px;
  margin-left: 10px;
  font-weight: 400;
}

.default-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #b78438;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.default-btn:hover {
  background-color: #b78438;
  color: #ffffff;
}

.default-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

/*================================
Default btn Style End
===================================*/
/*================================
Section Title Style 
===================================*/
.section-title span {
  line-height: 0;
  padding-bottom: 5px;
  font-weight: 400;
  color: #9a9a9a;
}

.section-title h2 {
  font-size: 60px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.2;
}

.section-title p {
  padding-top: 10px;
  margin-bottom: 0;
}

.section-title-two span {
  line-height: 0;
  padding-bottom: 5px;
  font-weight: 400;
  color: #9a9a9a;
}

.section-title-two h2 {
  font-size: 50px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.2;
}

.section-title-two p {
  padding-top: 10px;
  margin-bottom: 0;
}

.sp-before {
  position: relative;
  margin-left: 30px;
}

.sp-before::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: -30px;
  width: 30px;
  height: 1px;
  background-color: #9a9a9a;
}

.sp-after {
  position: relative;
  margin-right: 30px;
}

.sp-after::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -30px;
  width: 30px;
  height: 1px;
  background-color: #9a9a9a;
}

/*================================
Section Title Style End
===================================*/
/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.navbar-light .navbar-brand img {
  float: left;
  padding: 10px 0;
  height: 90px;
  margin-left: 15px;
}

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

/* Main nav */
.main-nav {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  border-bottom: 1px solid #fdfdfd4f;
}

.main-nav._black {
  border-bottom: 1px solid #dee2e6;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #B78438 !important;
}

.main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav._black nav .navbar-nav .nav-item a {
  color: #000;
}

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

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #B78438 !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #B78438 !important;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-top: 3px solid #414141;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}

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

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #414141 !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px dashed #ebebeb;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #B78438 !important;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #B78438 !important;
  border-radius: 0;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #414141 !important;
  background-color: #f3f3f3;
}

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

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

.search-box {
  position: absolute;
  top: 15px;
  width: 250px;
  float: right;
  background-color: rgba(44, 44, 44, 0.5);
  right: 75px;
}

.search-box .form-control {
  height: 50px;
  width: 250px;
  border-radius: 0;
  background-color: rgba(44, 44, 44, 0.5);
  border: 0;
  font-weight: 500;
  color: #ffffff;
}

.search-box .form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.search-box .search-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 45px;
  line-height: 42px;
  background-color: transparent;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 20px;
}

.search-box .search-btn:hover {
  background-color: #414141;
}

.nav-ml {
  margin-left: 100px !important;
}

.nav-two {
  position: inherit;
  background-color: #ffffff;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  border-bottom: none;
}

.nav-two nav .navbar-nav .nav-item {
  padding: 25px 0;
}

.nav-two nav .navbar-nav .nav-item:hover a, .nav-two nav .navbar-nav .nav-item .active {
  color: #B78438 !important;
}

.nav-two nav .navbar-nav .nav-item a {
  color: #414141;
}

.nav-two nav .navbar-nav .nav-item.logo {
  position: relative;
  padding: 0 !important;
  top: 12px;
  margin-right: 40px;
  margin-left: 40px;
}

.nav-two .menu-contact .menu-contact-btn {
  color: #414141;
  font-size: 18px;
}

.nav-two .menu-contact .menu-contact-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

.nav-two .menu-contact .menu-contact-btn:hover {
  color: #B78438;
}

.nav-three {
  position: inherit;
  background-color: #ffffff;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  border-bottom: none;
}

.nav-three nav .navbar-nav .nav-item span {
  display: block;
  color: #878787;
  font-size: 16px;
  font-weight: 600;
}

.nav-three nav .navbar-nav .nav-item span.active {
  color: #B78438 !important;
}

.nav-three nav .navbar-nav .nav-item:hover span, .nav-three nav .navbar-nav .nav-item .active {
  color: #B78438 !important;
}

.nav-three nav .navbar-nav .nav-item:hover a, .nav-three nav .navbar-nav .nav-item .active {
  color: #B78438 !important;
}

.nav-three nav .navbar-nav .nav-item a {
  color: #414141;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-three nav .navbar-nav .nav-item.logo {
  position: relative;
  padding: 0 !important;
  top: 12px;
  margin-right: 40px;
  margin-left: 40px;
}

.nav-three .search-area {
  margin-left: 120px;
  float: right;
}

.nav-three .nav-ml {
  margin-left: 95px !important;
}

.search-area {
  float: left;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.search-area .search-item {
  display: inline-block;
  position: relative;
  color: #414141;
  cursor: pointer;
  top: 9px;
  margin-right: 30px;
}

.search-area .search-item i {
  display: inline-block;
  text-align: center;
  font-size: 26px;
  position: relative;
  top: -7px;
  font-weight: 600;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.search-area .search-item .search-overlay {
  display: none;
}

.search-area .search-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.search-area .search-item .search-overlay.search-popup .search-form {
  position: relative;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #9a9a9a;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #414141;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-button i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 0;
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  color: #7e7a7a;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #B78438;
}

.search-area .search-item .search-btn-2 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #414141;
}

.search-area .search-item .search-btn-2:hover {
  color: #B78438;
}

.search-area .search-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #9a9a9a;
}

.search-area .search-item .close-btn i {
  font-size: 20px;
}

.search-area .search-item .close-btn:hover {
  color: #b78438;
}

.search-area .search-item .close-btn.active {
  display: block;
  top: -5px;
}

.search-area .search-item .close-btn.active i {
  font-size: 20px;
}

.search-area .search-item .search-btn:hover, .search-area .search-item .text-color:hover {
  color: #414141 !important;
}

.menu-icon {
  position: absolute;
  top: 4px;
  right: 0;
}

.menu-icon .menu-icon-bg {
  height: 90px;
  font-size: 24px;
  color: #fff;
  line-height: 89px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin-right: 12px;
}

._black .menu-icon .menu-icon-bg {
  color: #000;
}

.navbar-area.sticky-nav .menu-icon .menu-icon-bg {
  color: #000;
}

.menu-icon .menu-icon-bg:hover, ._black .menu-icon .menu-icon-bg:hover {
  color: #B78438;
}

.navbar-area.sticky-nav .menu-icon .menu-icon-bg:hover {
  color: #B78438;
}

.menu-icon .menu-icon-two {
  font-size: 24px;
  color: #414141;
  margin-top: 20px;
  position: relative;
}

.menu-icon .menu-icon-two::before {
  content: '';
  position: absolute;
  top: 7px;
  height: 30px;
  width: 1px;
  background-color: #d1d1d1;
  left: -14px;
}

.menu-icon .menu-icon-two:hover {
  color: #B78438;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
          animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .navbar-light .navbar-brand img {
  max-width: 130px;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #fff;
  position: fixed;
  border-bottom: none;
}

.sticky-nav .main-nav nav .navbar-nav .nav-item a {
  color: #000;
}

.sticky-nav .menu-icon {
  position: absolute;
  top: 8px;
  right: 0;
}

.sticky-nav .menu-icon .menu-icon-bg {
  height: 78px;
  line-height: 78px;
}

.sticky-nav .nav-two {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  border-bottom: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sticky-nav .nav-three {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  border-bottom: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  right: 60px;
  top: 12px;
}

.side-nav-responsive .dot-menu .circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.side-nav-responsive .dot-menu .circle-inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #ffffff;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #9a9a9a;
}

.side-nav-responsive .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side-nav-responsive .container .container {
  position: absolute;
  top: 55px;
  right: 0;
  max-width: 100%;
  width: 310px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.side-nav-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
  padding: 10px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #414141;
  padding: 10px 0;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box {
  display: inline-block;
  width: 180px;
  background-color: rgba(44, 44, 44, 0.5);
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box .form-control {
  height: 50px;
  font-size: 14px;
  width: 180px;
  border-radius: 0;
  background-color: rgba(44, 44, 44, 0.5);
  border: 0;
  font-weight: 500;
  color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box .form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box .search-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 45px;
  line-height: 42px;
  background-color: #9a9a9a;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 16px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box .search-btn:hover {
  background-color: #414141;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-icon {
  display: inline-block;
  position: relative;
  top: 2px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-icon .menu-icon-bg {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  font-size: 20px;
  color: #414141;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-icon .menu-icon-bg:hover {

  color: #B78438;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-contact {
  margin-top: 10px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-contact .menu-contact-btn {
  color: #ffffff;
  font-size: 18px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-contact .menu-contact-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-contact .menu-contact-btn:hover {
  color: #B78438;
}

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

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

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

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

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

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

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

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

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

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

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

.sidebar-modal .contact-us ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-modal .contact-us ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

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

.sidebar-modal .contact-us ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 28px;
  color: #414141;
}

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

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

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

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

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

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

.sidebar-modal .sidebar-instagram-feed ul li a img {
  width: 100%;
}

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

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

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

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

.sidebar-modal .sidebar-follow-us .social-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

/*=================================
Sidebar Modal
====================================*/
/*=================================
Home Slider
====================================*/
.home-slider {
  position: relative;

}

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

.home-slider .thumbs-wrap .owl-thumbs.home-slider-thumb {
  position: absolute;
  bottom: 50px;
  left: 50%;
}

.home-slider .thumbs-wrap .owl-thumbs.home-slider-thumb::before {
  content: '03';
  position: absolute;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  left: 90px;
  right: 0;
  width: 50%;
  height: 100%;
  color: #ffffff;
  bottom: -40px;
}

.home-slider .thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: block;
  padding: 0 10px;
}

.home-slider .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  color: #6f7c8a;
  font-weight: 500;
  font-size: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  display: none;
}

.home-slider .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: #ffffff;
  display: block;
}

.home-slider .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: #ffffff;
  display: block;
}

.home-slider .owl-nav {
  margin-top: 0;
}

.home-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: 60px;
  left: 47.5%;
  color: #858482 !important;
  font-size: 25px !important;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.home-slider .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}

.home-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 60px;
  right: 38%;
  color: #858482 !important;
  font-size: 25px !important;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 1;
}

.home-slider .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}

.slider-item {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.slider-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 333px;
  height: 100%;
  width: 1px;
  background-color: #fdfdfd4f;
}

.slider-item .social-link {
  position: absolute;
  top: 15%;
  right: 0;
  overflow: hidden;
}

.slider-item .social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider-item .social-link ul li {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 150px;
  margin-top: 150px;
  position: relative;
}

.slider-item .social-link ul li::before {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  left: -35px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.slider-item .social-link ul li a {
  color: #ffffff;
}

.slider-item .social-link ul li a:hover {
  color: #ffffff;
}

.slider-item .social-link ul li:hover a {
  color: #B78438;
}

.slider-item .social-link ul li:hover::before {
  opacity: 0;
}

.slider-content {
  padding: 24px;
  max-width: 960px;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 9%);
  border-radius: 20px;
  margin-top: 150px;
}

.slider-content * {
  line-height: 1;
}


.slider-content span {
  line-height: 0;
  padding-bottom: 5px;
  margin-left: 45px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.slider-content span::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: -30px;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}

.slider-content h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
}

.slider-content h2 {
  color: #fff;
  font-weight: 400;
}

.slider-content p {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
}

.slider-content p:not(:last-of-type) {
  margin-bottom: 8px;
}

.slider-content .slider-btn .get-btn {
  padding: 10px 25px;
  background-color: #ffffff;
  color: #414141;
  font-size: 17px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 500;
}

.slider-content .slider-btn .get-btn:hover {
  background-color: #414141;
  color: #ffffff;
}

.slider-content .slider-btn .learn-btn {
  margin-left: 20px;
  padding: 9px 25px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.slider-content .slider-btn .learn-btn:hover {
  background-color: #ffffff;
  color: #414141;
}



.item-bg2 {
  background-image: url(../img/home-one/hone-one2.jpg);
}

.item-bg3 {
  background-image: url(../img/home-one/hone-one3.jpg);
}

.banner-area {
  position: relative;
}

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

.banner-area .thumbs-wrap .owl-thumbs.banner-area-thumb::before {
  content: '03';
  position: absolute;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  left: 90px;
  right: 0;
  width: 50%;
  height: 100%;
  color: #000000;
  bottom: -40px;
}

.banner-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: block;
  padding: 0 10px;
}

.banner-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  color: #000000;
  font-weight: 500;
  font-size: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  display: none;
}

.banner-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: #000000;
  display: block;
}

.banner-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: #000000;
  display: block;
}

.banner-area .owl-nav {
  margin-top: 0;
}

.banner-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  right: 190px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #414141 !important;
  font-size: 25px !important;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-area .owl-nav .owl-prev:hover {
  color: #000000 !important;
  background-color: transparent !important;
}

.banner-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #414141 !important;
  font-size: 25px !important;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 1;
}

.banner-area .owl-nav .owl-next:hover {
  color: #000000 !important;
  background-color: transparent !important;
}

.banner-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.9;
}

.banner-content {
  padding-top: 170px;
  padding-bottom: 200px;
  margin-left: 20px;
}

.banner-content .half-circle {
  width: 60px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 30px 30px 0 0;
  position: relative;
  top: 20px;
}

.banner-content span {
  line-height: 0;
  padding-bottom: 5px;
  font-weight: 600;
  color: #000000;
  position: relative;
  z-index: 1;
}

.banner-content h1 {
  font-size: 85px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 50px;
  max-width: 685px;
}

.banner-content .banner-btn .learn-btn {
  padding: 7px 27px 12px 27px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.banner-content .banner-btn .learn-btn i {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: 7px;
  margin-left: 10px;
  font-weight: 400;
}

.banner-content .banner-btn .learn-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-content .banner-btn .learn-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.banner-content .banner-btn .learn-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

.banner-content .banner-btn .get-btn {
  margin-left: 20px;
  padding: 7px 27px 12px 27px;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.banner-content .banner-btn .get-btn i {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: 5px;
  margin-right: 10px;
  font-weight: 400;
}

.banner-content .banner-btn .get-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-content .banner-btn .get-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.banner-content .banner-btn .get-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

.banner-bg1 {
  background-image: url(../img/home-two/home-two1.jpg);
}

.banner-bg2 {
  background-image: url(../img/home-two/home-two2.jpg);
}

.banner-bg3 {
  background-image: url(../img/home-two/home-two3.jpg);
}

.banner-area-two {
  position: relative;
}

.banner-area-two .owl-nav .owl-prev {
  position: absolute;
  bottom: -5px;
  right: 135px;
  width: 140px !important;
  height: 50px !important;
  line-height: 50px;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 26px !important;
  background-color: #000000 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-area-two .owl-nav .owl-prev i {
  margin-right: 40px;
}

.banner-area-two .owl-nav .owl-prev:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}

.banner-area-two .owl-nav .owl-prev::before {
  content: 'Prev';
  position: absolute;
  bottom: 10px;
  left: 70px;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.banner-area-two .owl-nav .owl-next {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 140px !important;
  height: 50px !important;
  line-height: 50px;
  border-radius: 0;
  color: #000000 !important;
  font-size: 26px !important;
  background-color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-area-two .owl-nav .owl-next i {
  margin-left: 40px;
}

.banner-area-two .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.banner-area-two .owl-nav .owl-next::before {
  content: 'Next';
  position: absolute;
  bottom: 10px;
  right: 70px;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.banner-item-two {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-item-two::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background-image: url(../img/home-three/home-three-shape.png);
}

.banner-content-two {
  padding-top: 230px;
  padding-bottom: 200px;
  margin-left: auto;
  position: relative;
  max-width: 700px;
}

.banner-content-two .images {
  position: absolute;
  top: 150px;
}

.banner-content-two .images img {
  max-width: 100%;
}

.banner-content-two .banner-play {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.banner-content-two .banner-play .banner-play-btn {
  font-size: 20px;
  color: #000000;
}

.banner-content-two .banner-play .banner-play-btn i {
  width: 50px;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
}

.banner-content-two .banner-play .banner-play-btn i:hover {
  background-color: #b78438;
  color: #ffffff;
}

.banner-content-two .banner-play .banner-play-btn span {
  margin-left: 10px;
}

.banner-content-two .banner-play .banner-play-btn:hover span {
  color: #b78438;
}

.banner-content-two .banner-play .banner-play-btn:hover i {
  background-color: #b78438;
  color: #ffffff;
}

.banner-content-two h1 {
  margin-top: 5px;
  font-size: 85px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 50px;
  max-width: 685px;
}

.banner-content-two .banner-btn .learn-btn {
  padding: 7px 27px 12px 27px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.banner-content-two .banner-btn .learn-btn i {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: 7px;
  margin-left: 10px;
  font-weight: 400;
}

.banner-content-two .banner-btn .learn-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-content-two .banner-btn .learn-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.banner-content-two .banner-btn .learn-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

.banner-content-two .banner-btn .get-btn {
  margin-left: 20px;
  padding: 7px 27px 12px 27px;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.banner-content-two .banner-btn .get-btn i {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: 5px;
  margin-right: 10px;
  font-weight: 400;
}

.banner-content-two .banner-btn .get-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-content-two .banner-btn .get-btn:hover {
  background-color: #ffffff;
  color: #414141;
}

.banner-content-two .banner-btn .get-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

.banner-two-bg1 {
  background-image: url(../img/home-three/home-three1.jpg);
}

.banner-two-bg2 {
  background-image: url(../img/home-three/home-three2.jpg);
}

/*=================================
Home Slider End
====================================*/
/*================================
Inner Banner
==================================*/
.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.inner-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.7;
}

.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.inner-banner .inner-title h3 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 500;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}

.inner-banner .inner-title ul li i {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  margin-right: 30px;
  top: -2px;
}

.inner-banner .inner-title ul li i::after {
  content: '';
  position: absolute;
  top: 15px;
  right: -25px;
  height: 1px;
  width: 20px;
  background-color: #ffffff;
}

.inner-banner .inner-title ul li a {
  color: #ffffff;
}

.inner-banner .inner-title ul li a:hover {
  color: #B78438;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/inner-banner1.jpg);
}

.inner-bg2 {
  background-image: url(../img/inner-banner/inner-banner2.jpg);
}

.inner-bg3 {
  background-image: url(../img/inner-banner/inner-banner3.jpg);
}

.inner-bg4 {
  background-image: url(../img/inner-banner/inner-banner4.jpg);
}

.inner-bg5 {
  background-image: url(../img/inner-banner/inner-banner5.jpg);
}

.inner-bg6 {
  background-image: url(../img/inner-banner/inner-banner6.jpg);
}

.inner-bg7 {
  background-image: url(../img/inner-banner/inner-banner7.jpg);
}

.inner-bg8 {
  background-image: url(../img/inner-banner/inner-banner8.jpg);
}

.inner-bg9 {
  background-image: url(../img/inner-banner/inner-banner9.jpg);
}

.inner-bg10 {
  background-image: url(../img/inner-banner/inner-banner10.jpg);
}

.inner-bg11 {
  background-image: url(../img/inner-banner/inner-banner11.jpg);
}

.inner-bg12 {
  background-image: url(../img/inner-banner/inner-banner12.jpg);
}

/*================================
Inner Banner End
==================================*/
/*=================================
About Area 
====================================*/
.about-content {
  max-width: 520px;
  margin-left: auto;
  margin-bottom: 30px;
}

.about-content .section-title {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.about-content .section-title p {
  max-width: 450px;
}

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

.about-content .about-counter h3 {
  font-size: 55px;
  color: #414141;
  margin-bottom: 0;
}

.about-content .about-counter span {
  color: #9a9a9a;
  font-size: 17px;
}

.about-content .signature {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.about-content .signature li {
  display: inline-block;
  margin-right: 40px;
}

.about-content .signature li img {
  max-width: 100%;
  position: relative;
  top: -15px;
}

.about-content .signature li h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #414141;
  position: relative;
}

.about-content .signature li h3::before {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 10px;
  height: 1px;
  left: -10px;
  background-color: #414141;
}

.about-img {
  position: relative;
  margin-left: 70px;
  margin-bottom: 60px;
  max-width: 675px;
}

.about-img .about-img-text {
  width: 275px;
  height: 230px;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: -40px;
  background-image: url(../img/about-img/shape.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.about-img .about-img-text span {
  font-size: 30px;
  color: #ffffff;
}

.about-img .about-img-text h3 {
  font-size: 55px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
}

.about-area-two {
  position: relative;
}

.about-area-two::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1170px;
  height: 1px;
  margin: 0 auto;
  background-color: #e6e6e6;
}

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

.about-content-two .section-title h2 {
  font-size: 50px;
  font-weight: 400;
}

.about-content-two .section-title p {
  margin-bottom: 40px;
}

.about-img-2 {
  position: relative;
  margin-bottom: 30px;
}

.about-img-2::before {
  content: '';
  position: absolute;
  bottom: -33px;
  width: 100%;
  height: 65px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-transform: skew(-85deg);
  transform: skew(-85deg);
}

.about-counter-area .about-counter-two {
  margin-bottom: 30px;
}

.about-counter-area .about-counter-two h3 {
  font-size: 40px;
  color: #414141;
  margin-bottom: 0;
  font-weight: 400;
}

.about-counter-area .about-counter-two span {
  color: #9a9a9a;
  font-size: 17px;
}

.about-counter-area .about-play {
  margin-top: 15px;
}

.about-counter-area .about-play .about-play-btn {
  font-size: 20px;
  color: #414141;
}

.about-counter-area .about-play .about-play-btn i {
  width: 50px;
  height: 50px;
  background-color: #414141;
  color: #ffffff;
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
}

.about-counter-area .about-play .about-play-btn i:hover {
  background-color: #b78438;
  color: #ffffff;
}

.about-counter-area .about-play .about-play-btn span {
  margin-left: 10px;
}

.about-counter-area .about-play .about-play-btn:hover span {
  color: #b78438;
}

.about-counter-area .about-play .about-play-btn:hover i {
  background-color: #b78438;
  color: #ffffff;
}

.about-img-3 img {
  width: 100%;
}

.about-card-area {
  margin-left: 40px;
}

.about-card-area .section-title-two {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.about-card {
  margin-bottom: 30px;
  position: relative;
}

.about-card i {
  font-size: 70px;
  color: #9a9a9a;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.about-card .content {
  margin-left: 100px;
}

.about-card .content h3 {
  margin-bottom: 10px;
}

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

.about-widget-card {
  margin-bottom: 50px;
  background-color: #ffffff;
  padding: 30px 30px 50px;
  border: 1px solid #414141;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.about-widget-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 20px;
  right: -21px;
  height: 100%;
  width: 20px;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.about-widget-card::after {
  content: '';
  position: absolute;
  bottom: -21px;
  right: -20px;
  height: 20px;
  width: 100%;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.about-widget-card:hover {
  background-color: #414141;
}

.about-widget-card:hover h3 {
  color: #ffffff;
}

.about-widget-card:hover::before {
  opacity: 0;
  height: 0;
}

.about-widget-card:hover::after {
  opacity: 0;
  width: 0;
}

.about-widget-card h3 {
  margin-bottom: 15px;
}

.about-widget-card p {
  margin-bottom: 10px;
}

.about-widget-card .number {
  font-size: 50px;
  color: #c4c4c4;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

/*=================================
About Area End
====================================*/
/*=================================
Consultation Area
====================================*/
.consultation-area {
  background-image: url(../img/consultation-img-.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.consultation-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

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

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

.consultation-content .section-title .sp-before::before {
  background-color: #ffffff;
}

.consultation-content .section-title h2 {
  color: #ffffff;
  max-width: 695px;
}

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

.consultation-content .consultation-btn {
  margin-top: 35px;
}

.learn-btn {
  padding: 7px 27px 12px 27px;
  background-color: #ffffff;
  color: #414141;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.learn-btn i {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: 7px;
  margin-left: 10px;
  font-weight: 400;
}

.learn-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #414141;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.learn-btn:hover {
  background-color: #414141;
  color: #ffffff;
}

.learn-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

.consultation-play-btn {
  float: right;
}

.consultation-play-btn .video-btn {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  color: #414141;
  border-radius: 50%;
  line-height: 105px;
  font-size: 45px;
  text-align: center;
}

.consultation-play-btn .video-btn:hover {
  background-color: #414141;
  color: #ffffff;
}

/*=================================
Consultation Area End
====================================*/
/*=================================
Offer Area 
====================================*/
.offer-card {
  margin-bottom: 50px;
  background-color: #ffffff;
  padding: 50px 30px;
  border: 1px solid #414141;
  margin-right: 20px;
  position: relative;
}

.offer-card::before {
  content: '';
  position: absolute;
  top: 20px;
  right: -21px;
  height: 100%;
  width: 20px;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.offer-card::after {
  content: '';
  position: absolute;
  bottom: -21px;
  right: -20px;
  height: 20px;
  width: 100%;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.offer-card:hover::before {
  opacity: 0;
  height: 0;
}

.offer-card:hover::after {
  opacity: 0;
  width: 0;
}

.offer-card h3 {
  margin-bottom: 15px;
}

.offer-card p {
  margin-bottom: 30px;
}

.offer-card .offer-icon {
  font-size: 70px;
  color: #747474;
  line-height: 1;
}

.offer-card .learn-btn {
  margin-top: 10px;
  font-size: 17px;
  color: #414141;
  display: block;
  font-weight: 600;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.offer-card .learn-btn i {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: 7px;
  margin-left: 10px;
  font-weight: 400;
}

.offer-card .learn-btn:hover {
  letter-spacing: .25px;
  color: #9a9a9a;
}

.offer-item {
  margin-bottom: 50px;
  background-color: #ffffff;
  padding: 50px 45px;
  border: 1px solid #414141;
  position: relative;
  z-index: 1;
}

.offer-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 100%;
  background-color: #414141;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.offer-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-image: url(../img/shape/offer-shape.png);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.offer-item:hover {
  background-color: #414141;
}

.offer-item:hover::before {
  opacity: 0;
  width: 0;
}

.offer-item:hover::after {
  opacity: 1;
  height: 100%;
}

.offer-item:hover h3 {
  color: #ffffff;
}

.offer-item:hover p {
  color: #c6c6c6;
}

.offer-item:hover .offer-item-icon {
  color: #c6c6c6;
}

.offer-item:hover .learn-btn {
  color: #ffffff;
}

.offer-item h3 {
  margin-bottom: 15px;
}

.offer-item p {
  margin-bottom: 30px;
}

.offer-item .offer-item-icon {
  font-size: 70px;
  color: #747474;
  line-height: 1;
}

.offer-item .learn-btn {
  margin-top: 10px;
  font-size: 17px;
  color: #414141;
  display: block;
  font-weight: 600;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.offer-item .learn-btn i {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: 7px;
  margin-left: 10px;
  font-weight: 400;
}

/*=================================
Offer Area End
====================================*/
/*=================================
Skill Area 
====================================*/
.skill-content {
  margin-top: 70px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  position: relative;
  max-width: 750px;
  padding: 70px 110px 70px 70px;
  margin-left: auto;
}

.skill-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/skill-img/skill-shape.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.progressbar-area {
  margin-top: 40px;
}

.progressbar-area .single-progressbar {
  margin-bottom: 30px;
}

.progressbar-area .single-progressbar h3 {
  font-size: 18px;
  color: #414141;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.progressbar-area .single-progressbar .progressbar-count {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 0;
  background-color: #414141;
}

.progressbar-area .single-progressbar .progressbar-count .progressbar-number {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #414141;
}

.progressbar-area .single-progressbar .progressbar-count .progressbar-circle {
  width: 13px;
  height: 13px;
  background-color: #414141;
  border-radius: 50px;
  position: absolute;
}

.progressbar-area .single-progressbar .progressbar-count .pn-1 {
  top: -40px;
  right: 40%;
}

.progressbar-area .single-progressbar .progressbar-count .pc-1 {
  top: -5px;
  right: 41%;
}

.progressbar-area .single-progressbar .progressbar-count .pn-2 {
  top: -40px;
  right: 25%;
}

.progressbar-area .single-progressbar .progressbar-count .pc-2 {
  top: -5px;
  right: 26%;
}

.progressbar-area .single-progressbar .progressbar-count .pn-3 {
  top: -40px;
  right: 5%;
}

.progressbar-area .single-progressbar .progressbar-count .pc-3 {
  top: -5px;
  right: 7%;
}

.progressbar-area .single-progressbar .progressbar-count .pn-4 {
  top: -40px;
  right: 12%;
}

.progressbar-area .single-progressbar .progressbar-count .pc-4 {
  top: -5px;
  right: 13%;
}

.skill-img {
  margin-left: -70px;
  position: relative;
}

.skill-content-two {
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: #414141;
  position: relative;
  z-index: 1;
  max-width: 765px;
  padding: 70px 100px;
  margin-left: auto;
}

.skill-content-two .section-title-two h2 {
  color: #ffffff;
}

.skill-content-two .progressbar-area .single-progressbar h3 {
  color: #ffffff;
}

.skill-content-two .progressbar-area .single-progressbar .progressbar-count {
  background-color: #ffffff;
}

.skill-content-two .progressbar-area .single-progressbar .progressbar-count .progressbar-number {
  color: #ffffff;
}

.skill-content-two .progressbar-area .single-progressbar .progressbar-count .progressbar-circle {
  background-color: #ffffff;
}

.skill-img-2 {
  margin-left: -400px;
  z-index: -1;
}

.skill-img-2 img {
  height: 790px;
  max-width: 905px;
}

/*=================================
Skill Area End
====================================*/
/*=================================
Process Area 
====================================*/
.process-area {
  background-color: #1a1a1a;
  position: relative;
}

.process-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-shape.png);
  background-size: cover;
  background-position: center center;
}

.process-area .section-title span {
  color: #cccccc;
}

.process-area .section-title .sp-after {
  background-color: #cccccc;
}

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

.process-area .section-title p {
  color: #cccccc;
  max-width: 720px;
  margin: 0 auto;
}

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

.process-card:hover i {
  background-color: #414141;
}

.process-card i {
  font-size: 65px;
  border: 1px dashed #636363;
  display: inline-block;
  width: 115px;
  height: 120px;
  line-height: 120px;
  background-color: transparent;
  color: #ffffff;
  margin-bottom: 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
}

.process-card .process-icon {
  position: relative;
  width: 115px;
  margin: 0 auto;
}

.process-card .process-icon .number {
  font-size: 17px;
  color: #414141;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  position: absolute;
  top: -15px;
  right: -10px;
}

.process-card h3 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 10px;
}

.process-card p {
  max-width: 325px;
  margin: 0 auto;
}

/*=================================
Process Area End
====================================*/
/*=================================
Counter Area 
====================================*/
.counter-area {
  background-image: url(../img/shape/counter-shape.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 50px;
}

.counter-title {
  margin-bottom: 30px;
}

.counter-title h3 {
  font-size: 30px;
  margin-bottom: 0;
  max-width: 224px;
}

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

.single-counter h3 {
  font-size: 40px;
  color: #414141;
  margin-bottom: 0;
  font-weight: 400;
}

.single-counter span {
  color: #9a9a9a;
  font-size: 17px;
}

/*=================================
Counter Area End
====================================*/
/*=================================
Service Area 
====================================*/
.service-area .section-title p {
  max-width: 720px;
  margin: 0 auto;
}

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

.service-card:hover .content .learn-btn {
  margin-left: 35px;
}

.service-card:hover .content .learn-btn i {
  top: 3px;
  left: -35px;
}

.service-card a {
  display: block;
  overflow: hidden;
}

.service-card a img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  transition: .5s;
}

._media .service-card a img {
  height: 300px;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-card .content {
  padding-top: 10px;
}

.service-card .content h3 {
  margin-bottom: 0;
}

.service-card .content h3 a {
  display: block;
  color: #414141;
}

.service-card .content p {
  margin-bottom: 6px;
}

.service-card .content .learn-btn {
  font-size: 17px;
  color: #1a1a1a;
  display: block;
  font-weight: 500;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  position: relative;
}

.service-card .content .learn-btn i {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 90px;
  font-weight: 400;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.service-card .content .learn-btn:hover {
  margin-left: 35px;
}

.service-card .content .learn-btn:hover i {
  position: absolute;
  top: 3px;
  left: -35px;
}

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

.service-content .section-title-two {
  margin-bottom: 40px;
}

.service-right-item {
  margin-left: 40px;
}

.service-item {
  margin-bottom: 30px;
}

.service-item:hover .content .learn-btn {
  margin-left: 35px;
}

.service-item:hover .content .learn-btn i {
  position: absolute;
  top: 3px;
  left: -35px;
}

.service-item .service-item-icon {
  font-size: 65px;
  color: #414141;
  line-height: 1;
}

.service-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-item .content h3 {
  margin-bottom: 10px;
}

.service-item .content span {
  color: #9a9a9a;
  transition: .3s;
}

.service-item .content span:hover {
  color: #000;
}

.service-item .content h3 a {
  display: block;
  color: #414141;
}

.service-item .content p {
  margin-bottom: 15px;
}

.service-item .content .learn-btn {
  font-size: 17px;
  color: #1a1a1a;
  display: block;
  font-weight: 500;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  position: relative;
}

.service-item .content .learn-btn i {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 90px;
  font-weight: 400;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.service-item .content .learn-btn:hover {
  margin-left: 35px;
}

.service-item .content .learn-btn:hover i {
  position: absolute;
  top: 3px;
  left: -35px;
}

.service-area-three .section-title-two p {
  max-width: 700px;
  margin: 0 auto;
}

.service-item-bg {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.service-item-bg:hover {
  box-shadow: unset;
}

.service-details-content .section-title-two {
  margin-bottom: 30px;
}

.service-details-content .section-title-two h2 {
  font-size: 40px;
}

.servicer-slider-item img {
  max-width: 100%;
}

.service-slider {
  position: relative;
}

.service-slider .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -6px;
  width: 140px !important;
  height: 50px !important;
  line-height: 50px;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 26px !important;
  background-color: #414141 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-slider .owl-nav .owl-prev i {
  margin-right: 40px;
}

.service-slider .owl-nav .owl-prev:hover {
  color: #414141 !important;
  background-color: #ffffff !important;
}

.service-slider .owl-nav .owl-prev::before {
  content: 'Prev';
  position: absolute;
  bottom: 10px;
  left: 70px;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.service-slider .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -6px;
  width: 140px !important;
  height: 50px !important;
  line-height: 50px;
  border-radius: 0;
  color: #414141 !important;
  font-size: 26px !important;
  background-color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-slider .owl-nav .owl-next i {
  margin-left: 40px;
}

.service-slider .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #414141 !important;
}

.service-slider .owl-nav .owl-next::before {
  content: 'Next';
  position: absolute;
  bottom: 10px;
  right: 70px;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.service-details-article {
  margin-top: 30px;
}

.service-details-article p {
  margin-bottom: 20px;
}

.service-details-article .blockquote {
  margin-right: 20px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 40px;
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #414141;
}

.service-details-article .blockquote::before {
  content: '\ee34';
  position: absolute;
  top: -40px;
  left: 30px;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  color: #414141;
  font-family: boxicons;
}

.service-details-article .blockquote::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -20px;
  width: 97%;
  height: 90%;
  background-color: #f3f3f3;
}

.service-details-article .blockquote p {
  font-size: 20px;
  color: #808080;
  font-weight: 600;
  margin-bottom: 0;
}

.service-circle {
  margin-top: 30px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 30px 15px;
  text-align: center;
  position: relative;
  margin-bottom: 45px;
  margin-right: 15px;
}

.service-circle::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -15px;
  right: -15px;
  width: 97%;
  height: 90%;
  background-color: #f3f3f3;
}

.service-circle h2 {
  width: 130px;
  height: 130px;
  background-image: url(../img/services/circle.png);
  font-size: 35px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.service-circle h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.service-details-categories ul li span {
  width: 35% !important;
  text-align: right !important;
}

/*=================================
Service Area End
====================================*/
/*=================================
Portfolio Area 
====================================*/
.portfolio-area {
  padding: 70px 0;
}

.portfolio-area .section-title {
  margin-bottom: 20px;
}

.portfolio-tab {
  margin-top: 30px;
}

.portfolio-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 30px;
}

.portfolio-tab .tabs li {
  position: relative;
  line-height: initial;
  padding-right: 30px;
}

.portfolio-tab .tabs li:not(:last-of-type):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #9a9a9a;
}

.portfolio-tab .tabs li a {
  text-transform: uppercase;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #9a9a9a;
}

.portfolio-tab .tabs li a:focus {
  color: #414141;
  border-bottom: 1px solid #414141;
}

.portfolio-tab .tabs li.active a {
  color: #414141;
  border-bottom: 1px solid #414141;
}

.portfolio-tab .tabs li.current a {
  color: #414141;
  border-bottom: 1px solid #414141;
}

.portfolio-tab .tabs-two li {
  margin-right: 15px;
}

.portfolio-tab .tabs-two li a {
  padding: 5px 15px;
}

.portfolio-tab .tabs-two li a:focus {
  color: #ffffff;
  border-bottom: none;
  background-color: #414141;
}

.portfolio-tab .tabs-two li.active a {
  color: #ffffff;
  border-bottom: none;
  background-color: #414141;
}

.portfolio-tab .tabs-two li.current a {
  color: #ffffff;
  border-bottom: none;
  background-color: #414141;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.portfolio-item {
  position: relative;
}

.portfolio-item .content1 {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.portfolio-item .content2 {
  position: absolute;
  bottom: 40px;
  left: 120px;
}

.portfolio-item .content3 {
  position: absolute;
  bottom: 40px;
  left: 180px;
}

.portfolio-item .content4 {
  position: absolute;
  bottom: 40px;
  right: 170px;
}

.portfolio-item .content .title {
  width: 420px;
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}

.portfolio-item .content .title h3 {
  display: inline-block;
  font-size: 24px;
  color: #414141;
  padding-left: 35px;
  font-weight: 600;
  width: 85%;
}

.portfolio-item .content .title h3 a {
  color: #414141;
}

.portfolio-item .content .title .number {
  display: inline-block;
  font-size: 30px;
  color: #9a9a9a;
  text-align: right;
  font-weight: 600;
}

.portfolio-item .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #000000;
  width: 245px;
  text-align: center;
}

.portfolio-item .content ul li {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.portfolio-item .content ul li a {
  font-size: 16px;
  color: #9a9a9a;
  font-weight: 600;
}

.portfolio-item .content ul li a:hover {
  color: #ffffff;
}

.portfolio-item .portfolio-line .line1 {
  top: 0;
  position: absolute;
  left: 15%;
  width: 1px;
  height: 100%;
  background-color: #fdfdfd4f;
}

.portfolio-item .portfolio-line .line2 {
  top: 0;
  position: absolute;
  left: 35%;
  width: 1px;
  height: 100%;
  background-color: #fdfdfd4f;
}

.portfolio-item .portfolio-line .line3 {
  top: 0;
  position: absolute;
  left: 55%;
  width: 1px;
  height: 100%;
  background-color: #fdfdfd4f;
}

.portfolio-item-two {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-item-two:hover .content {
  opacity: 1;
}

.portfolio-item-two .content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.portfolio-item-two .content.active {
  opacity: 1;
}

.portfolio-item-two .content .title {
  width: fit-content;
  background-color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  padding: 0 15px;
}

.portfolio-item-two .content .title h3 {
  display: inline-block;
  font-size: 20px;
  color: #414141;
  font-weight: 600;
}

.portfolio-item-two .content .title h3 a {
  color: #414141;
}

.portfolio-item-two .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #000000;
  text-align: center;
}

.portfolio-item-two .content ul li {
  display: inline-block;
    padding: 0 8px;
  text-align: center;
}

.portfolio-item-two .content ul li a {
  font-size: 15px;
  color: #9a9a9a;
  font-weight: 600;
}

.portfolio-item-two .content ul li a:hover {
  color: #ffffff;
}

.portfolio-area .tab_content .tabs_item .col-lg-3:nth-child(1) .portfolio-item-two {
  margin-top: 45px;
}

.portfolio-area .tab_content .tabs_item .col-lg-3:nth-child(3) .portfolio-item-two {
  margin-top: 45px;
}

.portfolio-list {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-list a {
  display: block;
}

.portfolio-list a img {
  width: 100%;
  height: 420px;
}

.portfolio-list:hover .content {
  opacity: 1;
}

.portfolio-list .content {
  position: absolute;
  bottom: 40px;
  left: 20px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.portfolio-list .content.active {
  opacity: 1;
}

.portfolio-list .content .title {
  width: 270px;
  background-color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}

.portfolio-list .content .title h3 {
  display: inline-block;
  font-size: 20px;
  color: #414141;
  padding-left: 15px;
  font-weight: 600;
}

.portfolio-list .content .title h3 a {
  color: #414141;
}

.portfolio-list .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  width: 245px;
  text-align: center;
}

.portfolio-list .content ul li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  margin: 0;
}

.portfolio-list .content ul li a {
  font-size: 15px;
  color: #414141;
  font-weight: 600;
}

.portfolio-list .content ul li a:hover {
  color: #9a9a9a;
}

.portfolio-details-content img {
  margin-bottom: 30px;
  width: 100%;
}

.portfolio-details-content .section-title-two {
  margin-bottom: 20px;
}

.portfolio-details-content .section-title-two h2 {
  font-size: 40px;
}

.portfolio-details-content p {
  margin-bottom: 20px;
}

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

.portfolio-details-content .portfolio-article h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details-content .portfolio-article p {
  margin-bottom: 0;
}

/*=================================
Portfolio Area End
====================================*/
/*=================================
Testimonials Area 
====================================*/
.testimonials-area {
  position: relative;
}

.testimonials-area .owl-nav .owl-prev {
  position: absolute;
  bottom: 25px;
  left: 470px;
  width: 140px !important;
  height: 50px !important;
  line-height: 50px;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 26px !important;
  background-color: #414141 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.testimonials-area .owl-nav .owl-prev i {
  margin-right: 40px;
}

.testimonials-area .owl-nav .owl-prev:hover {
  color: #414141 !important;
  background-color: #f8f8f8 !important;
}

.testimonials-area .owl-nav .owl-prev::before {
  content: 'Prev';
  position: absolute;
  bottom: 10px;
  left: 70px;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.testimonials-area .owl-nav .owl-next {
  position: absolute;
  bottom: 25px;
  left: 610px;
  width: 140px !important;
  height: 50px !important;
  line-height: 50px;
  border-radius: 0;
  color: #414141 !important;
  font-size: 26px !important;
  background-color: #f8f8f8 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.testimonials-area .owl-nav .owl-next i {
  margin-left: 40px;
}

.testimonials-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #414141 !important;
}

.testimonials-area .owl-nav .owl-next::before {
  content: 'Next';
  position: absolute;
  bottom: 10px;
  right: 70px;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.testimonials-img {
  margin-right: 20px;
  margin-bottom: 50px;
  position: relative;
}

.testimonials-img .quote-text {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-image: url(../img/testimonials/testimonials-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  font-size: 60px;
  color: #ffffff;
  line-height: 110px;
  text-align: center;
}

.testimonials-content {
  margin-left: 40px;
}

.testimonials-content h3 {
  margin-bottom: 5px;
}

.testimonials-content span {
  font-size: 20px;
  color: #838383;
}

.testimonials-content p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  margin-bottom: 40px;
}

/*=================================
Testimonials Area End
====================================*/
/*=================================
Team Area 
====================================*/
.team-area .section-title p {
  max-width: 695px;
  margin: 0 auto;
}

.team-area .section-title-two {
  position: relative;
  z-index: 1;
}

.team-bg {
  position: relative;
}

.team-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background-color: #f8f8f8;
}

.team-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background-image: url(../img/team/team-shape.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-card {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.team-card:hover .images::before {
  background-color: #414141;
}

.team-card:hover .images::after {
  background-color: #414141;
}

.team-card .images {
  border: 1px solid #9a9a9a;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.team-card .images::before {
  content: '';
  position: absolute;
  top: 10px;
  right: -11px;
  height: 100%;
  width: 10px;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.team-card .images::after {
  content: '';
  position: absolute;
  bottom: -11px;
  right: -10px;
  height: 10px;
  width: 100%;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.team-card .images a {
  display: block;
  text-align: center;
}

.team-card .images a.images-ptb {
  padding: 30px 30px 0;
}

.team-card .images a img {
  max-width: 100%;
}

.team-card .images .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.team-card .images .social-link li {
  display: inline-block;
  margin: -2px;
}

.team-card .images .social-link li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

.team-card .images .social-link li:nth-child(1) a {
  background-color: #0331b8;
}

.team-card .images .social-link li:nth-child(1) a:hover {
  background-color: #414141;
}

.team-card .images .social-link li:nth-child(2) a {
  background-color: #3f70ff;
}

.team-card .images .social-link li:nth-child(2) a:hover {
  background-color: #414141;
}

.team-card .images .social-link li:nth-child(3) a {
  background-color: #e52f29;
}

.team-card .images .social-link li:nth-child(3) a:hover {
  background-color: #414141;
}

.team-card .images .social-link li:nth-child(4) a {
  background-color: #b92722;
}

.team-card .images .social-link li:nth-child(4) a:hover {
  background-color: #414141;
}

.team-card .content {
  text-align: center;
  padding-top: 20px;
}

.team-card .content h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
}

.team-card .content h3 a {
  display: block;
  color: #b78438;
}

.team-card .content .sub-title {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.team-card .content .sub-title li {
  display: inline-block;
  font-size: 15px;
  color: #64677c;
  margin-right: 7px;
  position: relative;
}

.team-card .content .sub-title li:last-child {
  margin-right: 0;
}

.team-card .content .sub-title li:first-child::before {
  display: none;
}

.team-card .content .sub-title li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -7px;
  width: 1px;
  height: 15px;
  background-color: #64677c;
}

.team-border .images {
  border: none;
}

.team-profile-content {
  margin-bottom: 30px;
}

.team-profile-content .section-title-two {
  margin-bottom: 20px;
}

.team-profile-skill h2 {
  font-size: 40px;
  color: #414141;
  margin-bottom: 20px;
  font-weight: 400;
}

.team-profile-skill .team-profile-status {
  margin-bottom: 20px;
}

.team-profile-skill .team-profile-status h3 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0px;
}

.team-profile-skill .team-profile-status span {
  font-size: 16px;
}

.team-profile {
  margin-bottom: 30px;
  margin-left: 30px;
}

.team-profile img {
  width: 100%;
}

.team-profile .content {
  padding: 40px 40px 45px;
  background-color: #414141;
  position: relative;
}

.team-profile .content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/bg-shape.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-profile .content h3 {
  font-size: 20px;
  color: #ffffff;
}

.team-profile .content .sub-title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.team-profile .content .sub-title li {
  display: inline-block;
  font-size: 15px;
  color: #d0d0d0;
  margin-right: 7px;
  position: relative;
}

.team-profile .content .sub-title li:last-child {
  margin-right: 0;
}

.team-profile .content .sub-title li:first-child::before {
  display: none;
}

.team-profile .content .sub-title li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -7px;
  width: 1px;
  height: 15px;
  background-color: #d0d0d0;
}

.team-profile .content .more-title {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.team-profile .content .more-title li {
  display: block;
  color: #d0d0d0;
}

.team-profile .content .more-title li a {
  color: #d0d0d0;
}

.team-profile .content .more-title li a:hover {
  color: #ffffff;
}

.team-profile .content .social-icon {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

.team-profile .content .social-icon li {
  display: inline-block;
  margin: 0 -2px;
}

.team-profile .content .social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

.team-profile .content .social-icon li:nth-child(1) a {
  background-color: #3b5998;
}

.team-profile .content .social-icon li:nth-child(1) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.team-profile .content .social-icon li:nth-child(2) a {
  background-color: #55acee;
}

.team-profile .content .social-icon li:nth-child(2) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.team-profile .content .social-icon li:nth-child(3) a {
  background-color: #c80000;
}

.team-profile .content .social-icon li:nth-child(3) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.team-profile .content .social-icon li:nth-child(4) a {
  background-color: #ff0000;
}

.team-profile .content .social-icon li:nth-child(4) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

/*=================================
Team Area End
====================================*/
/*=================================
Blog Area
====================================*/
.blog-area {
  position: relative;
}

.blog-area .section-title {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}

.blog-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-bg {
  background-color: #f3f3f3;
}

.blog-btn {
  margin-bottom: 45px;
  float: right;
  margin-top: 60px;
}

.blog-btn .view-btn {
  padding: 10px 30px;
  background-color: #414141;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.blog-btn .view-btn:hover::before {
  opacity: 1;
  height: 100%;
  border-radius: 5px;
}

.blog-btn .view-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #b78438;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.blog-btn .view-btn i {
  margin-right: 5px;
  font-size: 26px;
  line-height: 1;
  position: relative;
  top: 5px;
}

.blog-card {
    display: flex;
    flex-direction: column;
  background-color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  z-index: 1;
  height: 100%;
}

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

.blog-card:hover .content h3 a {
  color: #b78438;
}

.blog-card a {
  display: block;
}

.blog-card a img {
  max-width: 100%;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.blog-card .content {
  padding: 10px 0 0;
  flex: 1;
}

.blog-card .content span {
  font-size: 15px;
  color: #9a9a9a;
  position: relative;
}


.blog-card .content span a {
  display: inline-block;
  color: #9a9a9a;
}

.blog-card .content span a:hover {
  color: #414141;
}

.blog-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-card .content h3 a {
  display: block;
  color: #414141;
}

.blog-card .content .learn-btn {
  font-size: 17px;
  color: #1a1a1a;
  display: block;
  font-weight: 500;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  position: relative;
}

.blog-card .content .learn-btn i {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: 7px;
  font-weight: 400;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.blog-card .content .learn-btn:hover {
  letter-spacing: 0.25px;
}

.blog-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-card-pb .content {
  padding-bottom: 0 !important;
}

.blog-card-border {
  border: 1px solid #c4c4c4;
  padding: 20px;
}

.blog-card-border .content {
  padding: 20px 0 10px 0;
}

.blog-card-border:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

.blog-title ul li {
  display: inline-block;
  margin-left: 45px;
  color: #9a9a9a;
  position: relative;
}

.blog-title ul li a {
  color: #9a9a9a;
}

.blog-title ul li::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 30px;
  height: 1px;
  left: -45px;
  background-color: #9a9a9a;
}

.blog-title ul li:last-child {
  margin-left: 0;
}

.blog-title ul li:last-child::before {
  display: none;
}

.blog-title h2 {
  font-size: 40px;
  color: #414141;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog-article .blog-article-img {
  margin-bottom: 30px;
}

.blog-article .article-content p {
  margin-bottom: 20px;
}

.blog-article .article-content .blockquote {
  margin-right: 20px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 40px;
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #414141;
}

.blog-article .article-content .blockquote::before {
  content: '\ee34';
  position: absolute;
  top: -40px;
  left: 30px;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  color: #414141;
  font-family: boxicons;
}

.blog-article .article-content .blockquote::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -20px;
  width: 97%;
  height: 90%;
  background-color: #f3f3f3;
}

.blog-article .article-content .blockquote p {
  font-size: 20px;
  color: #808080;
  font-weight: 600;
  margin-bottom: 0;
}

.blog-article .another-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.blog-article .another-content p {
  margin-bottom: 20px;
}

.blog-article .another-content .content-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-article .blog-article-share {
  margin-top: 30px;
  background-image: url(../img/blog/blog-shape2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.blog-article .blog-article-share .blog-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .blog-article-share .blog-tag ul li {
  display: inline-block;
  padding: 5px 8px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #ffffff;
  font-weight: 600;
}

.blog-article .blog-article-share .blog-tag ul li a {
  color: #9a9a9a;
}

.blog-article .blog-article-share .blog-tag ul li:hover a {
  color: #ffffff;
}

.blog-article .blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.blog-article .blog-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.blog-article .blog-article-share .social-icon li a {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

.blog-article .blog-article-share .social-icon li:nth-child(1) a {
  background-color: #3b5998;
}

.blog-article .blog-article-share .social-icon li:nth-child(1) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(2) a {
  background-color: #55acee;
}

.blog-article .blog-article-share .social-icon li:nth-child(2) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(3) a {
  background-color: #3f729b;
}

.blog-article .blog-article-share .social-icon li:nth-child(3) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(4) a {
  background-color: #ff0000;
}

.blog-article .blog-article-share .social-icon li:nth-child(4) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(5) a {
  background-color: #c80000;
}

.blog-article .blog-article-share .social-icon li:nth-child(5) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .article-author {
  margin-bottom: 40px;
  background-color: #ffffff;
  position: relative;
  padding: 60px 40px 10px;
}

.blog-article .article-author::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background-color: #414141;
  border-radius: 5px 5px 0 0;
}

.blog-article .article-author ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .article-author ul li {
  position: relative;
  z-index: 1;
  padding: 30px;
  padding-left: 150px;
  margin-bottom: 30px;
}

.blog-article .article-author ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.blog-article .article-author ul li img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid #ffffff;
}

.blog-article .article-author ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

.blog-article .article-author ul li span {
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
}

.blog-article .article-author ul li p {
  margin-top: 30px;
  margin-bottom: 0;
}

.blog-article .article-author .author-social-link {
  position: absolute;
  top: 110px;
  right: 40px;
}

.blog-article .article-author .author-social-link .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.blog-article .article-author .author-social-link .social-icon li {
  display: inline-block;
  margin-right: 3px;
  padding: 0;
  margin-bottom: 0;
}

.blog-article .article-author .author-social-link .social-icon li a {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

.blog-article .article-author .author-social-link .social-icon li:hover a {
  color: #B78438;
}

.blog-article .article-author .author-shape .shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-article .article-author .author-shape .shape-dots {
  position: absolute;
  top: 10%;
  right: 30%;
}

.blog-article .article-post {
  position: relative;
  margin-bottom: 40px;
}

.blog-article .article-post::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 60px;
  background-color: #eeeeee;
}

.blog-article .article-post .article-post-share {
  padding: 20px 30px;
  border: 1px dashed #414141;
}

.blog-article .article-post .article-post-share span {
  font-size: 14px;
  color: #9a9a9a;
  position: relative;
  font-weight: 600;
  margin-left: 40px;
  display: inline-block;
}

.blog-article .article-post .article-post-share span::before {
  content: '';
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #9a9a9a;
}

.blog-article .article-post .article-post-share span a {
  color: #9a9a9a;
  display: inline-block;
  margin-bottom: 0;
}

.blog-article .article-post .article-post-share span a:hover {
  color: #414141;
}

.blog-article .article-post .article-post-share a {
  display: block;
}

.blog-article .article-post .article-post-share a h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  max-width: 600px;
  color: #414141;
}

.blog-article .article-post .article-post-share a h3:hover {
  color: #414141;
}

.side-bar-widget {
  margin-bottom: 30px;
}

.search-widget {
  margin-bottom: 35px;
}

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

.search-widget .search-form .form-control {
  height: 50px;
  border: 1px solid #414141;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}

.search-widget .search-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #414141;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
}

.search-widget .search-form button i {
  color: #ffffff;
}

.search-widget .search-form button:hover {
  background-color: #B78438;
}

.side-bar-widget {
  margin-bottom: 35px;
  border: 1px solid #414141;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
}

.side-bar-widget .title {
  font-size: 20px;
  color: #414141;
  padding: 15px 30px;
  font-weight: 500;
}

.side-bar-widget .side-bar-categories {
  padding: 10px 15px 20px;
}

.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  background-color: #ececec;
}

.side-bar-widget .side-bar-categories ul li:hover {
  background-color: #414141;
}

.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #7d7d7d;
  font-weight: normal;
  padding: 7px 20px;
  font-weight: 600;
}

.side-bar-widget .side-bar-categories ul li a:hover {
  color: #ffffff;
}

.side-bar-widget .side-bar-categories ul li span {
  padding: 7px 15px;
  float: right;
  color: #ffffff;
  background-color: #414141;
  font-weight: 600;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 20px  30px 30px;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: var(--titleColor);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../img/blog/blog-1.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../img/blog/blog-2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../img/blog/blog-3.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #414141;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #414141;
}

.side-bar-widget .widget-popular-post .item .info p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 180px;
}

.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 10px 20px 20px;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  background-color: #ececec;
}

.side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #414141;
}

.side-bar-widget .side-bar-widget-tag li a {
  color: #777777;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}

.side-bar-widget .portfolio-details-categories ul li span {
  padding: 7px 10px;
  width: 40% !important;
  text-align: right !important;
}

.side-bar-contact {
  margin-bottom: 30px;
  background-color: #414141;
  position: relative;
  padding: 50px;
  text-align: center;
}

.side-bar-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/bg-shape.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.side-bar-contact i {
  font-size: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.side-bar-contact h3 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.side-bar-contact span {
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.side-bar-contact span a {
  display: block;
  color: #ffffff;
}

.side-bar-contact span a:hover {
  color: #9a9a9a;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Contact Area
====================================*/
.contact-area {
  background-color: #1a1a1a;
  position: relative;
}

.contact-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/contact-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form {
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form h2 {
  font-size: 58px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}

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

.contact-form .form-group i {
  position: absolute;
  top: 14px;
  left: 15px;
  line-height: 1;
  font-size: 18px;
  color: #bbbbbb;
  z-index: 1;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #bbbbbb;
  border: 1px solid #6c6c6c;
  background-color: #313131;
  font-weight: 600;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  width: 100%;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #9a9a9a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .submit-btn {
  border: 0;
  outline: none;
  padding: 10px 100px;
  color: #1a1a1a;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}

.contact-form .submit-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #64677c;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.contact-form .submit-btn:hover {
  color: #ffffff;
}

.contact-form .submit-btn:hover::before {
  height: 100%;
  opacity: 1;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #bbbbbb;
}

.contact-form .form-group .form-control::placeholder {
  color: #bbbbbb;
}

.contact-wrap-form {
  margin-bottom: 30px;
  max-width: 800px;
}

.contact-wrap-form h2 {
  font-size: 50px;
  color: #414141;
  margin-bottom: 30px;
  font-weight: 400;
}

.contact-wrap-form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.contact-wrap-form .form-group i {
  position: absolute;
  top: 14px;
  left: 15px;
  line-height: 1;
  font-size: 18px;
  color: #898989;
  z-index: 1;
}

.contact-wrap-form .form-group .form-control {
  height: 50px;
  color: #898989;
  border: none;
  border-bottom: 1px solid #6c6c6c;
  font-weight: 600;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  width: 100%;
  background-color: transparent;
}

.contact-wrap-form .form-group .form-control:focus {
  outline: none;
  border-color: #9a9a9a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-wrap-form .form-group textarea.form-control {
  height: auto;
}

.contact-wrap-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-wrap-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-wrap-form .default-btn {
  border: 0;
  outline: none;
  padding: 10px 70px;
}

.contact-wrap-form .form-group .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}

.contact-wrap-form .form-group .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}

.contact-wrap-form .form-group .form-control::-ms-input-placeholder {
  color: #bbbbbb;
}

.contact-wrap-form .form-group .form-control::placeholder {
  color: #bbbbbb;
}

.contact-two-form .contact-wrap-form {
  margin-left: auto;
  max-width: 740px;
}

.contact-area-two {
  background-color: #f7f7f7;
  position: relative;
}

.contact-area-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/contact-shape-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 720px;
}

.contact-area-three {
  background-image: url(../img/contact-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.contact-three-form {
  position: relative;
  bottom: -30px;
}

.contact-three-form .contact-wrap-form {
  background-color: #ffffff;
  margin-left: auto;
  padding: 85px 50px 95px;
  margin-bottom: 0;
}

.contact-section-img {
  margin-bottom: 30px;
}

.contact-section-img img {
  height: 400px;
}

.contact-section-content {
  padding: 50px 35px;
  background-color: #333333;
  position: relative;
  margin-bottom: 30px;
}

.contact-section-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/contact-shape-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-section-content h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.contact-section-content h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #848484;
  height: 2px;
  width: 180px;
}

.contact-section-content .contact-section-list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.contact-section-content .contact-section-list li {
  display: block;
  font-size: 17px;
  margin-top: 5px;
  font-weight: 500;
  color: #ffffff;
}

.contact-section-content .contact-section-list li span {
  color: #ffffff;
}

.contact-section-content .contact-section-list li a {
  color: #ffffff;
}

.contact-section-content .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

.contact-section-content .social-link li {
  display: inline-block;
  padding: 15px 5px;
  border-right: 1px solid #7d78787d;
}

.contact-section-content .social-link li:first-child {
  border-left: 1px solid #7d78787d;
}

.contact-section-content .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

.contact-section-content .social-link li:hover a {
  color: #B78438;
}

/*=================================
Contact Area End
====================================*/
/*==================================
User All Area 
=================================*/
.user-all-img {
  margin-bottom: 30px;
  margin-right: -150px;
}

.user-all-form {
  margin-bottom: 30px;
}

.user-all-form .contact-wrap-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
}

.user-all-form .contact-wrap-form .agree-label label {
  font-weight: 600;
  color: #414141;
  margin-left: 10px;
  font-size: 17px;
}

.user-all-form .contact-wrap-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #414141;
  font-weight: 600;
  font-size: 17px;
}

.user-all-form .contact-wrap-form .forget:hover {
  color: #B78438;
}

.user-all-form .contact-wrap-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
}

.user-all-form .contact-wrap-form .account-desc a {
  color: #414141;
}

.user-all-form .contact-wrap-form .account-desc a:hover {
  color: #B78438;
}

/*==================================
User All Area End
=================================*/
.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 26px;
  color: #414141;
  margin-bottom: 10px;
}

.single-content p {
  margin-bottom: 0;
}

/*==================================
Faq Area 
=================================*/
.faq-accordion {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

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

.faq-accordion .accordion .accordion-item {
  display: block;
  background-color: #ffffff;
}

.faq-accordion .accordion .accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #9a9a9a;
}

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

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 20px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #414141;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 15px;
}

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

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

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

/*==================================
Faq Area End
=================================*/
/*=================================
Map Area 
====================================*/
.map-area iframe {
  display: block;
  width: 100%;
  height: 470px;
}

/*=================================
Map Area End
====================================*/
/*=================================
Product Area 
====================================*/
.product-area .product-topbar {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.product-area .product-topbar .product-result-count p {
  font-size: 18px;
}

.product-area .product-topbar .product-topbar-ordering {
  text-align: right;
}

.product-area .product-topbar .product-topbar-ordering .nice-select {
  background-color: transparent;
  color: #414141;
  border-radius: 0;
  border: 1px solid #cfcfcf;
  float: unset;
  height: unset;
  line-height: initial;
  padding: 17px 35px 13px 20px;
  font-size: 16px;
}

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

.product-area .product-topbar .product-topbar-ordering .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #343434;
}

.product-area .product-topbar .product-topbar-ordering .nice-select .list .option:hover {
  background-color: #eee !important;
  color: #d80650;
}

.product-area .product-topbar .product-topbar-ordering .nice-select .list .option .selected {
  font-weight: 700;
  color: #d80650;
}

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

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

.single-product .images {
  position: relative;
  border: 1px solid #cfcfcf;
  margin-bottom: 35px;
  margin-right: 20px;
  text-align: center;
}

.single-product .images:hover .add-product {
  opacity: 1;
}

.single-product .images img {
  text-align: center;
}

.single-product .images::before {
  content: '';
  position: absolute;
  top: 20px;
  right: -21px;
  height: 100%;
  width: 20px;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.single-product .images::after {
  content: '';
  position: absolute;
  bottom: -21px;
  right: -20px;
  height: 20px;
  width: 100%;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.single-product .images:hover::before {
  opacity: 0;
  height: 0;
}

.single-product .images:hover::after {
  opacity: 0;
  width: 0;
}

.single-product .images .add-product {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-product .images .add-product li {
  display: inline-block;
}

.single-product .images .add-product li a {
  padding: 7px 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #414141;
}

.single-product .images .add-product li a.add-icon {
  padding: 7px 15px;
}

.single-product .images .add-product li a:hover {
  background-color: #b78438;
}

.single-product h3 {
  font-size: 18px;
  margin-top: 20px;
}

.single-product h3 a {
  display: block;
  color: #414141;
}

.single-product span {
  font-size: 18px;
  color: #414141;
}

.single-product span del {
  color: #9a9a9a;
}

.product-widget-search {
  margin-bottom: 35px;
}

.product-widget-search .search-form {
  position: relative;
}

.product-widget-search .search-form .form-control {
  height: 50px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}

.product-widget-search .search-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.product-widget-search .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  font-size: 20px;
}

.product-widget-search .search-form button i {
  color: #414141;
}

.product-widget-search .search-form button:hover i {
  color: #B78438;
}

.product-widget {
  margin-bottom: 35px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
}

.product-widget .title {
  font-size: 20px;
  color: #414141;
  padding: 15px 30px;
  font-weight: 500;
}

.product-widget .product-categories {
  padding: 10px 15px 20px;
}

.product-widget .product-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product-widget .product-categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.product-widget .product-categories ul li a {
  display: inline-block;
  color: #7d7d7d;
  font-weight: normal;
  width: 75%;
  padding: 7px 20px;
  background-color: #ececec;
  font-weight: 600;
}

.product-widget .product-categories ul li a:hover {
  color: #414141;
}

.product-widget .product-categories ul li span {
  padding: 7px 15px;
  float: right;
  color: #ffffff;
  background-color: #414141;
  font-weight: 600;
}

.product-widget .product-post {
  position: relative;
  overflow: hidden;
  padding: 0 15px 20px;
}

.product-widget .product-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.product-widget .product-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.product-widget .product-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.product-widget .product-post .item .thumb .full-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #9a9a9a;
}

.product-widget .product-post .item .thumb .full-image.bg1 {
  background-image: url(../img/product/product-list-short1.png);
}

.product-widget .product-post .item .thumb .full-image.bg2 {
  background-image: url(../img/product/product-list-short2.png);
}

.product-widget .product-post .item .thumb .full-image.bg3 {
  background-image: url(../img/product/product-list-short3.png);
}

.product-widget .product-post .item .info {
  overflow: hidden;
}

.product-widget .product-post .item .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-widget .product-post .item .info ul li {
  display: inline-block;
  font-size: 14px;
  color: #ee8100;
}

.product-widget .product-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 600;
}

.product-widget .product-post .item .info .title-text a {
  display: inline-block;
  color: #414141;
}

.product-widget .product-post .item .info .title-text a:hover {
  color: #ee8100;
}

.product-widget .product-post .item .info p {
  font-size: 17px;
  margin-bottom: 0;
  max-width: 180px;
}

.product-dtls-images {
  margin-bottom: 50px;
  border: 1px solid #cccccc;
  margin-right: 20px;
  position: relative;
}

.product-dtls-images::before {
  content: '';
  position: absolute;
  top: 20px;
  right: -21px;
  height: 100%;
  width: 20px;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.product-dtls-images::after {
  content: '';
  position: absolute;
  bottom: -21px;
  right: -20px;
  height: 20px;
  width: 100%;
  background-color: #f3f3f3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.product-dtls-images:hover::before {
  opacity: 0;
  height: 0;
}

.product-dtls-images:hover::after {
  opacity: 0;
  width: 0;
}

.product-desc {
  margin-bottom: 30px;
}

.product-desc .product-desc-topar {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

.product-desc .product-desc-topar h3 {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
}

.product-desc .product-desc-topar .price {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #414141;
}

.product-desc .product-desc-topar .price .old-price {
  text-decoration: line-through;
  color: #9a9a9a;
  margin-left: 10px;
  font-size: 15px;
}

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

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

.product-desc .product-desc-topar .product-review .rating i {
  color: #ee8100;
}

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

.product-desc .product-add {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.product-desc .product-add .form-input-counter {
  max-width: 60px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 20px;
}

.product-desc .product-add .form-input-counter .plus-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  color: #414141;
  width: 20px;
  height: 22px;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-desc .product-add .form-input-counter .plus-btn:hover {
  color: #B78438 !important;
}

.product-desc .product-add .form-input-counter .minus-btn {
  position: absolute;
  top: 22px;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  color: #414141;
  width: 20px;
  height: 22px;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-desc .product-add .form-input-counter .minus-btn:hover {
  color: #B78438 !important;
}

.product-desc .product-add .form-input-counter input {
  height: 45px;
  color: #414141;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px;
}

.product-desc .product-add .default-btn {
  border: none;
  margin-right: 20px;
  padding: 4px 26px 8px 26px;
}

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

.product-desc .product-status span {
  color: #9a9a9a;
}

.products-details-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #414141;
  padding-bottom: 15px;
  border-bottom: 1px solid #b1acac;
}

.products-details-tab .tabs li a span {
  color: #9a9a9a;
}

.products-details-tab .tabs li a:focus {
  color: #414141;
  border-bottom: 1px solid #414141;
}

.products-details-tab .tabs li.active a {
  color: #414141;
  border-bottom: 1px solid #414141;
}

.products-details-tab .tabs li.current a {
  color: #414141;
  border-bottom: 1px solid #414141;
}

.products-tabs-decs {
  max-width: 840px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.products-tabs-decs p {
  color: #414141;
  font-weight: 600;
}

.product-tab {
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 10px;
}

.product-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/product/product-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.products-tabs-reviews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-tabs-reviews ul li {
  position: relative;
  padding-bottom: 40px;
  padding-left: 260px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.products-tabs-reviews ul li:last-child {
  margin-bottom: 0;
}

.products-tabs-reviews ul li img {
  position: absolute;
  top: 0;
  left: 90px;
}

.products-tabs-reviews ul li h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #414141;
}

.products-tabs-reviews ul li .content .rating {
  display: inline-block;
  color: #ee8100;
  margin-right: 20px;
  position: relative;
}

.products-tabs-reviews ul li .content .rating::before {
  content: '';
  position: absolute;
  top: 3px;
  right: -13px;
  width: 1px;
  height: 20px;
  background-color: #cccccc;
}

.products-tabs-reviews ul li .content span {
  margin-bottom: 10px;
  display: inline-block;
}

.products-tabs-reviews ul li p {
  margin-bottom: 0;
  max-width: 650px;
}

.reviews-form {
  margin-top: 35px;
}

.reviews-form .contact-wrap-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-form .contact-wrap-form h3 {
  text-align: center;
  font-size: 24px;
  color: #414141;
  margin-bottom: 10px;
}

.reviews-form p {
  text-align: center;
  color: #414141;
  margin-bottom: 10px;
}

.reviews-form .rating {
  text-align: center;
  color: #ee8100;
  position: relative;
  margin-bottom: 30px;
}

/*=================================
Product Area End
====================================*/
/*=================================
Cart Wraps Area
===================================*/
.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #414141;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border-color: #eeeeee;
  border-left: none;
  border-right: none;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 60px;
  height: 60px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #414141;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #B78438 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #9a9a9a;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 24px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: #414141;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #414141;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #9a9a9a !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  left: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  color: #9a9a9a !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  right: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  color: #9a9a9a !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #414141;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-wraps-area .cart-buttons {
  margin-top: 30px;
}

.cart-wraps-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

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

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

.cart-wraps-area .cart-totals ul li {
  border: 1px solid #b8b08c;
  padding: 10px 15px;
  color: #414141;
  overflow: hidden;
  font-weight: 500;
}

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

.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}

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

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

.cart-wraps-area .cart-calc {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 24px;
  color: #414141;
  padding-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
  margin-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 50px;
  padding: 7px 18px;
  color: #6c777d;
  border: 1px solid  #cfcfcf;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #414141;
  background-color: #9a9a9a !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: 10px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
  background-color: #9a9a9a !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #b8b08c;
  color: #6c777d;
  padding: 12px 18px;
  font-weight: 400;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cfcfcf;
}

.cart-wraps-area .cart-calc .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #b8b08c;
}

.cart-wraps-area .cart-calc .nice-select .list {
  width: 100%;
}

.cart-wraps-area .cart-calc .nice-select .option {
  color: #414141 !important;
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #9a9a9a !important;
}

.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: 4px;
  font-weight: 500;
  color: #6c777d;
}

.cart-wraps-area .nice-select .option.focus, .cart-wraps-area .nice-select .option.selected.focus, .cart-wraps-area .nice-select .option:hover {
  background-color: #9a9a9a !important;
  color: #ffffff !important;
  font-weight: 600;
}

.cart-wraps-area .cart-calc select .option.focus, .cart-wraps-area .cart-calc .nice-select .option.selected.focus {
  background-color: #9a9a9a !important;
  color: #ffffff !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #414141;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #414141;
}

.cart-wraps-area.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #414141;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #414141;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #414141;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #414141;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #414141;
}

.cart-wraps-area .cart-calc .cart-wraps-area form .form-control input::-webkit-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-calc .cart-wraps-area form .form-control input:-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-webkit-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input:-ms-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
  color: #495057;
}

/*=================================
Cart Wraps Area End
===================================*/
/*=================================
Checkout Area 
===================================*/
.checkout-area .checkout-user {
  -webkit-box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #B78438;
  color: #414141;
}

.checkout-area .checkout-user span {
  color: #9a9a9a;
  font-size: 20px;
}

.checkout-area .checkout-user span a {
  color: #414141;
}

.checkout-area .checkout-user span a:hover {
  color: #b78438;
}

.billing-details {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 50px 30px 25px 30px;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.billing-details h3 {
  font-size: 24px;
  color: #414141;
  margin-bottom: 15px;
  font-weight: 600;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  color: #414141;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.billing-details .form-group label span {
  color: #9a9a9a;
}

.billing-details .form-group .form-control {
  height: 50px;
  color: #2d3652;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group .form-control:focus, .billing-details .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #9a9a9a;
}

.billing-details .form-group .form-message {
  font-size: 16px;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  padding: 18px 18px;
  font-weight: 400;
  width: 100%;
}

.billing-details .form-group .form-message:focus, .billing-details .form-group .form-message :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #9a9a9a;
}

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

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

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

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

.billing-details .form-group .nice-select .list .option:focus {
  border: none;
  outline: none;
}

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

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

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-input {
  width: 15px;
  height: 15px;
}

.billing-details .form-check .form-check-label {
  color: #414141;
  margin-left: 5px;
  font-weight: 500;
}

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

.order-details .order-table {
  background-color: #ffffff;
  padding: 50px 30px;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.order-details .order-table h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #414141;
  font-size: 18px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #414141;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #6e768f;
  display: inline-block;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #414141;
}

.order-details .order-table table tbody tr td.order-subtotal span {
  color: #414141;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.order-shipping span {
  color: #414141;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.total-price span {
  color: #414141;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.shipping-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 700;
}

.order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #414141;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #414141;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #414141;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .order-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #414141;
}

.order-details .payment-box .order-btn::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #b78438;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.order-details .payment-box .order-btn:hover {
  color: #ffffff;
  border: none;
}

.order-details .payment-box .order-btn:hover::before {
  left: auto;
  right: 0;
  width: 100%;
}

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

/*=================================
Checkout Area End
===================================*/
/*=================================
Footer Area 
====================================*/
.footer-bg {
  background-color: #000000;
}

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

.footer-widget h3 {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 20px;
}

.footer-widget .footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-widget .footer-logo img {
  max-width: 100%;
}

.footer-widget .footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-contact-list li {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

.footer-widget .footer-contact-list li span {
  color: #234467;
  font-weight: 600;
}

.footer-widget .footer-contact-list li a {
  color: #9a9a9a;
}

.footer-widget .footer-news {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-news li {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
}

.footer-widget .footer-news li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-news li i {
  font-size: 40px;
  color: #9a9a9a;
  position: absolute;
  left: 0;
  top: 7px;
}

.footer-widget .footer-news li .content {
  display: block;
}

.footer-widget .footer-news li .content span {
  margin-bottom: 0;
}

.footer-widget .footer-news li .content a {
  color: #9a9a9a;
  display: block;
}

.footer-widget .footer-news li .content a:hover {
  text-decoration: underline;
  color: #414141;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 5px;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  font-size: 15px;
  color: #9a9a9a;
}

.footer-widget .footer-list li a:hover {
  color: #414141;
}

.footer-widget .footer-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}

.footer-widget .footer-gallery li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.footer-widget .footer-gallery li a {
  display: block;
  position: relative;
}

.footer-widget .footer-gallery li a img {
  width: 100%;
}

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

.footer-widget .footer-gallery li a:hover::before {
  opacity: .50;
  visibility: visible;
}

.footer-widget.footer-widget-color h3 {
  color: #ffffff;
}

.footer-widget.footer-widget-color .footer-contact-list li {
  color: #f3f3f3cf;
}

.footer-widget.footer-widget-color .footer-contact-list li span {
  color: #ffffff;
}

.footer-widget.footer-widget-color .footer-contact-list li a {
  color: #f3f3f3cf;
}

.footer-widget.footer-widget-color .footer-news li i {
  color: #f3f3f3cf;
}

.footer-widget.footer-widget-color .footer-news li .content span {
  margin-bottom: 0;
  color: #f3f3f3cf;
}

.footer-widget.footer-widget-color .footer-news li .content a {
  color: #b3b3b3;
  display: block;
}

.footer-widget.footer-widget-color .footer-news li .content a:hover {
  color: #ffffff;
}

.footer-widget.footer-widget-color .footer-list li a {
  color: #f3f3f3cf;
}

.footer-widget.footer-widget-color .footer-list li a:hover {
  color: #ffffff;
}

.copy-right-area {
  padding: 20px 0;
  background-color: #f3f3f3;
}

.copy-right-icon .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copy-right-icon .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.copy-right-icon .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

.copy-right-icon .social-link li:nth-child(1) a {
  background-color: #3b5998;
}

.copy-right-icon .social-link li:nth-child(1) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.copy-right-icon .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.copy-right-icon .social-link li:nth-child(2) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.copy-right-icon .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.copy-right-icon .social-link li:nth-child(3) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.copy-right-icon .social-link li:nth-child(4) a {
  background-color: #ff0000;
}

.copy-right-icon .social-link li:nth-child(4) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.copy-right-icon .social-link li:nth-child(5) a {
  background-color: #c80000;
}

.copy-right-icon .social-link li:nth-child(5) a:hover {
  background-color: #414141;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.copyright-text {
  float: right;
}

.copyright-text p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #9a9a9a;
}

.copyright-text p a {
  color: #414141;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid #414141;
}

.copyright-text p a:hover {
  color: #b78438;
}

.copy-right-area-two {
  border-top: 1px solid #dee2e6;
  background-color: #fff;
}

.copy-right-icon-two .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copy-right-icon-two .social-link li {
  display: inline-block;
  padding: 15px 5px;
  border-right: 1px solid #dee2e6;
}

.copy-right-icon-two .social-link li:first-child {
  border-left: 1px solid #dee2e6;
}

.copy-right-icon-two .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #000;
}

.copy-right-icon-two .social-link li:hover a {
  color: #B78438;
}

.copyright-text-two {
  float: right;
}

.copyright-text-two p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #b3b3b3;
}

.copyright-text-two p a {
  color: inherit;
  font-weight: inherit;
  font-size: 15px;
  border-bottom: 1px solid #ffffff;
}

.copyright-text-two p a:hover {
  color: #B78438;
  border-color: #B78438;
}

/*=================================
Footer Area End
====================================*/
/*=================================
404 Error Area
===================================*/
.error-area {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
}

.error-area .error-content {
  text-align: center;
  position: relative;
}

.error-area .error-content img {
  max-width: 100%;
}

.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: #414141;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #9a9a9a;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #000000;
}

.coming-soon-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/contact-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  border: 5px solid #aec5df;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 20px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #ffffff;
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #414141;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #414141;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #B78438;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #414141;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  background-color: #f5f6fa;
  border: 1px solid #d7d7d7;
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #9a9a9a;
  background-color: #414141;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #9a9a9a;
  background-color: #414141;
}

/*==============================
Pagination Area End
=================================*/
/*==================================
Back To Top Button 
=====================================*/
#toTop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #414141;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #414141;
          box-shadow: 0 0 15px #414141;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  -webkit-transition: .9s;
  transition: .9s;
}

.top-btn:hover {
  background-color: #9a9a9a;
  -webkit-box-shadow: 0 0 15px #b78438;
          box-shadow: 0 0 15px #b78438;
  color: #fff;
}

/*==============================
Back To Top Button 
=================================*/

main {
  margin-bottom: 390px;
  background: #fff;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 390px;
  z-index: -1;
}

@media (max-width: 1638px) {
  main {
    margin-bottom: 390px;
  }

  footer {
    height: 390px;
  }
}

@media (max-width: 1173px) {
  main {
    margin-bottom: 386px;
  }

  footer {
    height: 386px;
  }
}

@media (max-width: 992px) {
  main {
    margin-bottom: 355px;
  }

  footer {
    height: 355px;
  }
}

@media (max-width: 768px) {
  main {
    margin-bottom: 0;
  }

  footer {
    position: unset;
    height: auto;
  }
}

.mean-menu {
  justify-content: center;
}

@media (max-width: 1370px) and (min-width: 1198px){
  .mean-menu {
    padding-right: 120px;
  }
}

@media (max-width: 1198px) {
  .mean-menu {
    justify-content: flex-end;
  }
}

._big-text {
  font-size: 22px;
}

@media (max-width: 600px) {
  ._big-text {
    font-size: 18px;
  }
}

.items-block {
  display: flex;
  flex-direction: column;
}

.items-block__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 16px;
  padding: 24px 0;
  border-bottom: 1px solid #dee2e6;
}

.items-block__item:first-of-type {
  border-top: 1px solid #dee2e6;
}

.items-block__item span {
  font-size: 14px;
  color: #000;
  opacity: 0;
  margin-top: 6px;
  transition: .3s;
}

.items-block__item:hover span {
  opacity: 1;
}

.items-block__item h3 {
  margin-bottom: 0;
}

@media (max-width: 1460px) {
  .items-block__item h3 {
    font-size: 18px;
  }

  .items-block__item span {
    margin-top: 3px;
  }
}

@media (max-width: 1120px) {
  .items-block__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .items-block__item span {
    opacity: 1;
    color: #9a9a9a;
  }
}

._video {
  width: 100%;
}

.form-block {

  background: #f6f6f6;
}

.form-block h2:first-of-type::first-letter {
  margin-left: 70px;
}

.form-block h2:last-of-type::first-letter {
  margin-left: 120px;
}

.form-block form {
  margin-top: 50px;
}

.form-block form p {
  font-size: 12px;
}

.form-block input, .form-block button {
  width: 100%;
  padding: 16px 30px;
}

.form-block input {
  border: 1px solid #dee2e6;
}

@media (max-width: 550px) {
  .form-block h2:first-of-type::first-letter {
    margin-left: 0;
  }

  .form-block h2:last-of-type::first-letter {
    margin-left: 0;
  }
}

footer p {
  margin-bottom: 0;
}

footer a, footer p {
  color: #000;
}

footer h5 {
  color: #9a9a9a;
}

main {
  overflow: hidden;
}

.bc {
  padding: 120px 0 30px;
}

.bc ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 4px;
  margin-bottom: 0;
}

.bc li {
  list-style-type: none
}

.bc a {
  color: #000;
  transition: .3s;
}

.bc a:hover {
  color: #B78438;
}

.bc h1 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 33px;
}

@media (max-width: 768px) {
  .bc {
    padding: 80px 0 30px;
  }

  .bc h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .bc ul {
    justify-content: center;
  }
}

.contact-map {
  width: 100%;
  height: 90vh;
}

@media (max-width: 1200px) {
  .contact-map {
    height: 50vh;
  }
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

.contact-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}

.contact-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: #000;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  transition: .3s;
}

.contact-social a:hover {
  background: #000;
  color: #fff;
}

.contact-big {
  position: relative;
  font-size: 60px;
  line-height: 1;
  color: #000;
}

.contact-big:before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  content: '';
}

.contact-big:hover {
  color: #000;
}

.contact-big:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

@media (max-width: 1150px) {
  .contact-big {
    font-size: 40px;
  }

  .contact-social {
    margin-top: 30px;
  }

  .contact-social a {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}

@media (max-width: 430px) {
  .contact-big {
    font-size: 32px;
  }

  .contact-social {
    margin-top: 20px;
  }

  .contact-social a {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}

.contact-address a, .contact-address p {
  font-size: 24px;
}

.contact-address a {
  color: #000;
}

@media (max-width: 1150px) {
  .contact-address a, .contact-address p {
    font-size: 18px;
  }
}

.video-block img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: .3s;
}

.video-block .js-video-block {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.video-block .js-video-block:hover img {
  transform: scale(1.05);
}

.video-block iframe {
  width: 100%;
  height: 300px;
}

.video-block span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-left: 5px;
  font-size: 40px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  transition: .3s;
}

.video-block span:hover {
  background: #000;
  color: #fff;
}

.video-block h3 {
  margin-top: 8px;
}

.port-item h4 {
  color: #9a9a9a;
  font-size: 16px;
  margin-bottom: 8px;
}

.port-item p {
  color: #000;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 0;
}

a:hover {
  color: #B78438;
}




/* Базовая позиция и плавность */
.logo-dark,
.logo-light {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.navbar-brand {
  position: relative;
  display: inline-block;
}

/* По умолчанию (внутренние страницы — показываем чёрное) */
.main-nav._black .logo-dark {
  opacity: 1;
  visibility: visible;
}
.main-nav._black .logo-light {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Главная страница до скролла (белое видно, чёрное скрыто) */
.main-nav:not(._black):not(.sticky-nav) .logo-dark {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
.main-nav:not(._black):not(.sticky-nav) .logo-light {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* После скролла на главной (показываем чёрное) */
.navbar-area.sticky-nav .main-nav .logo-dark {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
}
.navbar-area.sticky-nav .main-nav .logo-light {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px) {
.floor-img {
    width: 40%;
}
}
.tab_content {
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
  .slider-item {
    background-attachment: scroll !important;
  }
}


/* CUSTOM_LISTS */

.custom-list {
  counter-reset: level1; /* Счётчик 1-го уровня (6.) */
  padding-left: 0;
  list-style: none;
  margin: 1em 0;
  font-size: 14px;
}

/* Уровень 1: 6. (жирные) */
.custom-list > li {
  counter-increment: level1;
  counter-reset: level2; /* Сбрасываем счётчик для подуровней */
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.8em;
  font-weight: bold;
}

.custom-list > li::before {
  content: counter(level1) ".";
  position: absolute;
  left: 0;
}

/* Уровень 2: 6.1 */
.custom-list > li > ol {
  counter-reset: level2;
  list-style: none;
  padding-left: 0 !important;
  margin: 0.5em 0;
  font-weight: normal;
}

.custom-list > li > ol > li {
  counter-increment: level2;
  counter-reset: level3; /* Счётчик для 3-го уровня */
  position: relative;
  padding-left: 2.7em;
  margin-bottom: 0.5em;
  
}

.custom-list > li > ol > li::before {
  content: counter(level1) "." counter(level2);
  position: absolute;
  left: 1em;
}

/* Уровень 3: 6.2.1 (курсив) */
.custom-list > li > ol > li > ol {
  counter-reset: level3;
  list-style: none;
  padding-left: 0 !important;
  margin: 0.3em 0;
}

.custom-list > li > ol > li > ol > li {
  counter-increment: level3;
  position: relative;
  padding-left: 3.6em;
}

.custom-list > li > ol > li > ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3);
  position: absolute;
  left: 1em;
  font-style: normal;
}

/* Уровень 4: маркированные точки (•) */
.custom-list > li > ol > li > ol > li > ul {
  list-style: none;
  padding-left: 3.5em;
  margin: 0.3em 0;
}

.custom-list > li > ol > li > ol > li > ul > li {
  position: relative;
  padding-left: 1.5em;
}

.custom-list > li > ol > li > ol > li > ul > li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.custom-list ul li {
  list-style-type: disc;
}
.policy-text a {
    font-size: 12px;
    color: #ffffff6e;
}


#cookie_note {
	position: fixed;
	bottom: 15px;
	right: 50%;
	transform: translateX(50%);
	width: 98%;
	display: none;
	gap: 16px;
	justify-content:space-between;
	align-items: center;
	background: rgba(0,0,0,.9);
	border-radius: 50px;
	z-index: 9999999;
	max-width: 1200px;
	padding: 16px 24px; 
}

#cookie_note.show {
	display: flex;
}

#cookie_note .button {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	padding: 0;
	font-size: 9px; 
	margin-top: 0;
	background: #37699a;
}

#cookie_note p {
	margin: 0;
	color: #fff;
}

#cookie_note a {
	color: #37699a;
}

/* bannerr adv */
.box-cont {
    position: absolute;
    bottom: 200px;
    width: 100%;
        margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.box-cont > div {
    padding: 10px;
}
.mini-box {
    background: rgba(0, 0, 0, 49%);
    padding: 20px 40px;
    box-sizing: border-box;
    height: 100%;
    border-radius: 20px;
}
.mini-box p {
    color: white;
}
.mini-box h3 {
    color: white;
}
.mini-box hr {
    color: white;
}
@media (max-width: 768px) {

    .box-cont {
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }

    .mini-box {
        margin-bottom: 15px;
        padding: 15px;
        min-height: 180px;
        height: auto;
    }

    .mini-box h3 {
        font-size: 16px;
    }

    .mini-box p {
        font-size: 11px;
    }
      .box-cont .col-md-3 {
        width: 50%;
        float: left;
    }

}


.service-card__items {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 30px;
}

.service-card__items div {
    display: flex;
    gap: 4px;
    align-items: center;
}

.service-card__items p {
    margin-bottom: 0!important;
}

.blog-img img {
    object-fit: cover;
    height: 600px;
    width: 100%;
    margin: 30px 0;
}




.pvg-team {
    padding: 70px 0;
    background: #ffffff;
    color: #9a9a9a;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
  }

  .pvg-team__head {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
    gap: 30px 70px;
    align-items: end;
    margin-bottom: 45px;
  }

  .pvg-team__title {
    margin: 0;
    color: #414141;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
  }

  .pvg-team__lead {
    max-width: 690px;
    margin: 0;
    color: #9a9a9a;
  }

  .pvg-team__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }

  .pvg-team-card {
    min-height: 100%;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
  }

  .pvg-team-card:hover {
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.14);
    transform: translateY(-4px);
  }

  .pvg-team-card__photo {
    position: relative;
    overflow: hidden;
    height: 420px;
    background: #f6f6f6;
  }

  .pvg-team-card__photo-image {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 58%;
    height: calc(100% - 48px);
    background:
      linear-gradient(135deg, rgba(65, 65, 65, 0.58), rgba(65, 65, 65, 0.2)),
      var(--team-image) center / cover no-repeat;
    transform: translateX(-50%);
    transition: transform 0.35s ease, filter 0.35s ease;
  }

  .pvg-team-card__photo::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 50%;
    width: calc(58% - 32px);
    height: calc(100% - 80px);
    border: 1px solid rgba(255, 255, 255, 0.42);
    transform: translateX(-50%);
    transition: transform 0.35s ease, border-color 0.35s ease;
  }

  .pvg-team-card:hover .pvg-team-card__photo::before {
    border-color: rgba(255, 255, 255, 0.62);
    transform: translateX(-50%) scale(1.055);
  }

  .pvg-team-card:hover .pvg-team-card__photo-image {
    transform: translateX(-50%) scale(1.045);
    filter: saturate(1.05) contrast(1.03);
  }

  .pvg-team-card__content {
    padding: 24px;
  }

  .pvg-team-card__content h3 {
    margin: 0;
    color: #414141;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
  }
  
  .pvg-team-card__content h4 {
      margin-bottom: 24px;
       color: #414141;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
  }

  .pvg-team-card__content p {
    margin: 0;
    color: #9a9a9a;
  }

  .pvg-team-card__line {
    display: block;
    width: 54px;
    height: 1px;
    margin-top: 22px;
    background: #b78438;
    transition: width 0.3s ease;
  }

  .pvg-team-card:hover .pvg-team-card__line {
    width: 96px;
  }

  .pvg-team--wide-photo {
    padding-top: 0;
  }

  .pvg-team--wide-photo .pvg-team__head {
    margin-top: 30px;
  }

  .pvg-team--wide-photo .pvg-team-card__photo {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .pvg-team--wide-photo .pvg-team-card__photo-image {
    inset: 0;
    width: auto;
    height: auto;
    transform: none;
  }

  .pvg-team--wide-photo .pvg-team-card__photo::before {
    inset: 28px;
    width: auto;
    height: auto;
    transform: none;
  }

  .pvg-team--wide-photo .pvg-team-card:hover .pvg-team-card__photo::before {
    transform: scale(1.055);
  }

  .pvg-team--wide-photo .pvg-team-card:hover .pvg-team-card__photo-image {
    transform: scale(1.045);
  }

  .pvg-team__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 45px;
    padding: 34px 40px;
    background: #f6f6f6;
  }

  .pvg-team__cta p {
    max-width: 760px;
    margin: 0;
    color: #9a9a9a;
  }

  .pvg-team__button,
  .pvg-team-modal__submit {
    display: inline-block;
    width: auto;
    min-height: 52px;
    border: 0;
    background: #414141;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    line-height: 1.3;
    padding: 14px 28px;
    text-align: center;
    transition: background 0.3s ease;
  }

  .pvg-team__button:hover,
  .pvg-team-modal__submit:hover {
    background: #b78438;
  }

  .pvg-team__button {
    white-space: nowrap;
  }

  .pvg-team-modal {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.55);
    font-family: "Montserrat", Arial, sans-serif;
  }

  .pvg-team-modal.is-open {
    display: flex;
  }

  .pvg-team-modal__dialog {
    position: relative;
    width: min(100%, 560px);
    padding: 42px;
    background: #ffffff;
  }

  .pvg-team-modal__close {
    position: absolute;
    top: 16px;
    right: 18px;
    border: 0;
    background: transparent;
    color: #414141;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
  }

  .pvg-team-modal h3 {
    margin: 0 36px 12px 0;
    color: #414141;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
  }

  .pvg-team-modal p {
    margin: 0 0 24px;
    color: #9a9a9a;
    font-size: 16px;
    line-height: 1.8;
  }

  .pvg-team-modal input {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #dee2e6;
    color: #414141;
    font: inherit;
    padding: 16px 30px;
  }

  .pvg-team-modal__submit {
    width: 100%;
  }

  .pvg-team-modal__policy {
    display: block;
    margin-top: 14px;
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.6;
  }

  .pvg-team-modal__policy a {
    color: #000000;
  }

  @media (max-width: 1199px) {
    .pvg-team__head {
      grid-template-columns: 1fr;
      gap: 20px;
      align-items: start;
    }

    .pvg-team__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pvg-team-card__photo {
      height: 390px;
    }

    .pvg-team-card__photo-image {
      width: 62%;
    }

    .pvg-team-card__photo::before {
      width: calc(62% - 32px);
    }

  }

  @media (max-width: 767px) {
    .pvg-team {
      padding: 56px 0;
    }

    .pvg-team__container {
      padding: 0 16px;
    }

    .pvg-team__title {
      font-size: 30px;
    }

    .pvg-team__grid {
      grid-template-columns: 1fr;
    }

    .pvg-team__cta {
      grid-template-columns: 1fr;
    }

    .pvg-team__cta {
      padding: 28px 24px;
    }

    .pvg-team-card__content h3 {
      font-size: 21px;
    }

    .pvg-team-card__photo {
      height: 360px;
    }

    .pvg-team-card__photo-image {
      width: 68%;
    }

    .pvg-team-card__photo::before {
      width: calc(68% - 32px);
    }

    .pvg-team__button {
      width: 100%;
      white-space: normal;
    }
  }

  @media (max-width: 550px) {
    .pvg-team__head {
      margin-bottom: 32px;
    }

    .pvg-team-card__content {
      padding: 20px;
    }

    .pvg-team-modal__dialog {
      padding: 34px 22px 26px;
    }
  }


















@media only screen and (max-width: 767px) {
  /* Default CSS */
  body {
    font-size: 14px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pt-45 {
    padding-top: 30px;
  }
  .default-btn {
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .default-btn i {
    font-size: 24px;
  }
  .section-title span {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .section-title p {
    padding-top: 10px;
  }
  .section-title-two span {
    font-size: 14px;
  }
  .section-title-two h2 {
    font-size: 28px;
  }
  .section-title-two p {
    padding-top: 10px;
  }
  h3 {
    font-size: 20px;
  }
  /* Default CSS End */
  /* Navbar CSS */
  .mobile-nav .logo img {
    max-width: 110px;
    height: 40px;
    margin-top: -5px;
  }
  .d-in-line {
    display: none;
  }
  .side-nav-responsive {
    display: block;
  }
  .side-nav-responsive .side-nav-inner .side-nav {
    text-align: center;
  }
  .side-nav-responsive .side-nav-inner .side-nav .side-item {
    padding-left: unset;
    margin: 5px;
    text-align: center;
  }
  .nav-ml {
    margin-left: 0 !important;
  }
  .sidebar-modal .sidebar-modal-inner {
    width: 100%;
  }
  .mean-container .mean-nav ul li a span {
    display: none;
  }
  /* Navbar CSS End */
  /* Main Slider Area CSS */
  .home-slider {
    position: relative;
  }
  .home-slider .thumbs-wrap {
    display: none;
  }
  .home-slider .owl-nav .owl-prev {
    left: 40%;
    font-size: 20px !important;
    bottom: 70px;
    color: #ffffff !important;
  }
  .home-slider .owl-nav .owl-prev:hover {
    color: #c9c8d8 !important;
  }
  .home-slider .owl-nav .owl-next {
    z-index: 1;
    right: 40%;
    font-size: 20px !important;
    bottom: 70px;
    color: #ffffff !important;
  }
  .home-slider .owl-nav .owl-next:hover {
    color: #c9c8d8 !important;
  }
  .slider-item::before {
    display: none;
  }
  .slider-item .social-link {
    display: none;
  }
  .slider-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    text-align: center;
  }
  .slider-content::before {
    display: none;
  }
  .slider-content h1 {
    font-size: 22px;
    line-height: 1.2;
   /*  margin-bottom: 10px; */
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .slider-content .slider-btn .get-btn {
    padding: 7px 18px;
    font-size: 15px;
  }
  .slider-content .slider-btn .learn-btn {
    padding: 7px 18px;
    font-size: 15px;
  }
  .banner-area .thumbs-wrap {
    display: none;
  }
  .banner-area .owl-nav .owl-prev {
    left: 40%;
    font-size: 20px !important;
    top: auto;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    bottom: 70px;
    color: #414141 !important;
  }
  .banner-area .owl-nav .owl-next {
    z-index: 1;
    right: 40%;
    font-size: 20px !important;
    top: auto;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    bottom: 70px;
    color: #414141 !important;
  }
  .banner-content {
    padding-top: 130px;
    padding-bottom: 150px;
    margin-left: 0;
  }
  .banner-content h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .banner-content .banner-btn .learn-btn {
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .banner-content .banner-btn .learn-btn i {
    font-size: 24px;
  }
  .banner-content .banner-btn .get-btn {
    margin-left: 10px;
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .banner-content .banner-btn .get-btn i {
    font-size: 24px;
  }
  .banner-area-two {
    position: relative;
  }
  .banner-area-two .owl-nav .owl-prev {
    width: 120px !important;
    height: 40px !important;
    line-height: 40px;
    right: 115px;
  }
  .banner-area-two .owl-nav .owl-prev i {
    top: -4px;
    position: relative;
  }
  .banner-area-two .owl-nav .owl-prev::before {
    bottom: 5px;
    left: 65px;
  }
  .banner-area-two .owl-nav .owl-next {
    width: 120px !important;
    height: 40px !important;
    line-height: 40px;
    right: -5px;
  }
  .banner-area-two .owl-nav .owl-next i {
    top: -4px;
    position: relative;
  }
  .banner-area-two .owl-nav .owl-next::before {
    right: 65px;
    bottom: 5px;
  }
  .banner-item-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #c5d8dc;
    opacity: 0.3;
  }
  .banner-item-two::after {
    height: 40px;
  }
  .banner-content-two {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  .banner-content-two .images {
    top: 155px;
  }
  .banner-content-two .images img {
    max-width: 200px;
  }
  .banner-content-two h1 {
    font-size: 35px;
    margin-bottom: 25px;
    max-width: 450px;
  }
  .banner-content-two .banner-btn .learn-btn {
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .banner-content-two .banner-btn .learn-btn i {
    font-size: 24px;
  }
  .banner-content-two .banner-btn .get-btn {
    margin-left: 10px;
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .banner-content-two .banner-btn .get-btn i {
    font-size: 24px;
  }
  /* Main Slider Area CSS End */
  /* Inner Banner */
  .inner-banner .inner-title {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .inner-banner .inner-title h3 {
    font-size: 26px;
  }
  .inner-banner .inner-title ul li {
    font-size: 16px;
  }
  /* Inner Banner End */
  /* About Area CSS */
  .about-content {
    margin-bottom: 0;
    margin-right: auto;
  }
  .about-content .section-title {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .about-content .about-counter {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-content .about-counter h3 {
    font-size: 40px;
    line-height: 1;
  }
  .about-content .signature li {
    margin-right: 0px;
  }
  .about-content .signature li img {
    max-width: 80%;
    position: relative;
    top: -15px;
  }
  .about-img {
    margin-left: 0;
  }
  .about-img .about-img-text {
    width: 220px;
    height: auto;
    left: -10px;
  }
  .about-img .about-img-text span {
    font-size: 24px;
  }
  .about-img .about-img-text h3 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
  }
  .about-area-two::before {
    width: 100%;
  }
  .about-img-2::before {
    display: none;
  }
  .about-content-two {
    margin-bottom: 30px;
  }
  .about-content-two .section-title h2 {
    font-size: 28px;
  }
  .about-content-two .section-title p {
    margin-bottom: 25px;
  }
  .about-counter-area {
    margin-bottom: 30px;
  }
  .about-counter-area .about-counter-two {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-counter-area .about-counter-two h3 {
    font-size: 40px;
    line-height: 1;
  }
  .about-counter-area .about-play {
    margin-top: 10px;
    text-align: center;
  }
  .about-card-area {
    margin-left: 0;
  }
  /* About Area CSS */
  /* Skill Area CSS */
  .skill-content {
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 30px 15px 10px;
  }
  .progressbar-area {
    margin-top: 20px;
  }
  .progressbar-area .single-progressbar {
    margin-bottom: 30px;
  }
  .progressbar-area .single-progressbar h3 {
    font-size: 16px;
  }
  .progressbar-area .single-progressbar .progressbar-count .pn-1 {
    right: 30%;
  }
  .progressbar-area .single-progressbar .progressbar-count .pc-1 {
    right: 31%;
  }
  .progressbar-area .single-progressbar .progressbar-count .pn-2 {
    right: 15%;
  }
  .progressbar-area .single-progressbar .progressbar-count .pc-2 {
    right: 16%;
  }
  .progressbar-area .single-progressbar .progressbar-count .pn-3 {
    right: 3%;
  }
  .progressbar-area .single-progressbar .progressbar-count .pc-3 {
    right: 5%;
  }
  .progressbar-area .single-progressbar .progressbar-count .pn-4 {
    right: 8%;
  }
  .progressbar-area .single-progressbar .progressbar-count .pc-4 {
    right: 9%;
  }
  .skill-img {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .skill-content-two {
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 30px 15px 5px 15px;
  }
  .skill-img-2 {
    margin-bottom: 50px;
    margin-left: 0;
  }
  .skill-img-2 img {
    height: auto;
  }
  /* Skill Area CSS End */
  /* Consultation Content */
  .consultation-content {
    text-align: center;
  }
  .consultation-content .consultation-btn {
    margin-top: 25px;
  }
  .consultation-play-btn {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .consultation-play-btn .video-btn {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }
  /* Consultation Content End */
  /* Offer Area */
  .offer-card {
    padding: 30px 20px;
  }
  .offer-card h3 {
    margin-bottom: 10px;
  }
  .offer-card p {
    margin-bottom: 20px;
  }
  .offer-card .offer-icon {
    font-size: 60px;
  }
  .offer-item {
    padding: 30px 20px;
  }
  /* Offer Area End */
  .process-card h3 {
    font-size: 22px;
  }
  .process-card .number {
    right: 90px;
  }
  /* Counter Area */
  .counter-area {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .counter-title h3 {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
  }
  .single-counter {
    margin-bottom: 15px;
    text-align: center;
  }
  .single-counter h3 {
    font-size: 35px;
  }
  .single-counter span {
    font-size: 16px;
  }
  /* Counter Area End */
  /* Service Area */
  .service-card {
    margin-bottom: 20px;
  }
  .service-card .content {
    padding-top: 15px;
  }
  .service-card .content p {
    margin-bottom: 10px;
  }
  .service-content .section-title-two {
    margin-bottom: 20px;
  }
  .service-right-item {
    margin-left: 0;
  }
  .service-item .service-item-icon {
    font-size: 60px;
  }
  .service-item .content h3 {
    margin-bottom: 5px;
  }
  .service-item .content p {
    margin-bottom: 5px;
  }
  .service-details-content .section-title-two h2 {
    font-size: 28px;
  }
  .service-details-article .blockquote p {
    font-size: 17px;
  }
  /* Service Area End */
  /* Portfolio Area */
  .portfolio-area {
    padding-top: 0;
  }

  .portfolio-tab.tab li a {
    font-size: 16px;
  }
  .portfolio-tab .tabs-two li {
    margin-right: 0;
  }
  .portfolio-tab .tabs-two li a {
    padding: 5px 8px;
  }
  .portfolio-item a img {
    max-width: 100%;
    height: 240px;
  }
  .portfolio-item .content1 {
    left: 20px;
    right: 0;
  }
  .portfolio-item .content2 {
    left: 20px;
    right: 0;
  }
  .portfolio-item .content3 {
    left: 20px;
    right: 0;
  }
  .portfolio-item .content4 {
    left: 20px;
    right: 0;
  }
  .portfolio-item .content .title {
    width: 90%;
    height: 50px;
    line-height: 50px;
  }
  .portfolio-item .content .title h3 {
    font-size: 24px;
  }
  .portfolio-item .content .title .number {
    font-size: 20px;
  }
  .portfolio-item .content ul li {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .portfolio-line {
    display: none;
  }
  .portfolio-area .tab_content .tabs_item .col-lg-3:nth-child(1) .portfolio-item-two {
    margin-top: 0;
  }
  .portfolio-area .tab_content .tabs_item .col-lg-3:nth-child(3) .portfolio-item-two {
    margin-top: 0;
  }
  .portfolio-item-two .content {
    left: 10px;
  }
  .portfolio-list a img {
    height: auto;
  }
  .portfolio-list .content {
    bottom: 20px;
    left: 15px;
  }
  .portfolio-details-content .section-title-two h2 {
    font-size: 28px;
  }
  .portfolio-details-content .portfolio-article h3 {
    font-size: 28px;
  }
  /* Portfolio Area End */
  /* Testimonials Area */
  .testimonials-img {
    margin-bottom: 45px;
  }
  .testimonials-content {
    margin-left: 0;
  }
  .testimonials-content p {
    font-size: 17px;
    margin-bottom: 80px;
  }
  .testimonials-area .owl-nav .owl-prev {
    width: 120px !important;
    height: 40px !important;
    line-height: 40px;
    left: -5px;
    bottom: 15px;
  }
  .testimonials-area .owl-nav .owl-prev i {
    top: -4px;
    position: relative;
  }
  .testimonials-area .owl-nav .owl-prev::before {
    bottom: 5px;
    left: 65px;
  }
  .testimonials-area .owl-nav .owl-next {
    width: 120px !important;
    height: 40px !important;
    line-height: 40px;
    left: 115px;
    bottom: 15px;
  }
  .testimonials-area .owl-nav .owl-next i {
    top: -4px;
    position: relative;
  }
  .testimonials-area .owl-nav .owl-next::before {
    right: 65px;
    bottom: 5px;
  }
  /* Testimonials Area End */
  /* Team Area */
  .team-card .content h3 {
    margin-bottom: 5px;
  }
  .team-profile-skill h2 {
    font-size: 28px;
  }
  .team-profile {
    margin-left: 0;
  }
  /* Team Area End */
  /* Blog Area */
  .blog-area .section-title {
    margin-bottom: 20px;
  }
  .blog-btn {
    margin-bottom: 30px;
    float: none;
    margin-top: 0;
  }
  .blog-btn .view-btn {
    padding: 8px 20px;
  }
  .blog-card .content {
    padding: 10px 0 0;
  }
  .blog-card-border .content {
    padding: 20px 0 10px 0;
  }
  .blog-title h2 {
    font-size: 28px;
  }
  .blog-article .article-content .blockquote p {
    font-size: 17px;
  }
  .blog-article .another-content h2 {
    font-size: 28px;
  }
  .blog-article .another-content .content-img .row .col-6 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .blog-article .blog-article-share .blog-tag ul li {
    padding: 5px;
  }
  .blog-article .blog-article-share .social-icon {
    margin: 10px 0;
    float: none;
  }
  .blog-article .article-author {
    padding: 40px 40px 10px;
  }
  .blog-article .article-author ul li {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .blog-article .article-author ul li img {
    position: inherit;
  }
  .blog-article .article-author ul li h3 {
    color: #2a284f;
  }
  .blog-article .article-author ul li span {
    color: #2a284f;
  }
  .blog-article .article-author ul li p {
    margin-top: 0;
  }
  .blog-article .article-author .author-social-link {
    position: inherit;
    top: 0;
    right: auto;
    left: 0;
  }
  .blog-article .article-author .author-social-link .social-icon {
    float: none;
  }
  .blog-article .article-author .author-social-link .social-icon li a {
    color: #ff3900;
  }
  .blog-article .article-post::before {
    display: none;
  }
  .blog-article .article-post .article-post-share {
    margin-bottom: 10px;
  }
  .blog-article .article-post .article-post-share a h3 {
    font-size: 18px;
  }
  .side-bar-widget .title {
    padding: 20px 30px 5px;
  }
  .side-bar-widget .widget-popular-post .item .info .title-text {
    font-size: 16px;
  }
  .side-bar-contact {
    padding: 30px;
  }
  .side-bar-contact i {
    font-size: 45px;
  }
  .side-bar-contact h3 {
    font-size: 28px;
  }
  .side-bar-contact span {
    font-size: 20px;
  }
  /* Blog Area End */
  /* Contact Area */
  .contact-form h2 {
    font-size: 28px;
  }
  .contact-form .submit-btn {
    padding: 10px 45px;
    width: 100%;
    font-size: 16px;
  }
  .contact-two-form {
    margin-bottom: 0;
  }
  .contact-wrap-form {
    margin-bottom: 20px;
  }
  .contact-wrap-form h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .contact-wrap-form .default-btn {
    padding: 10px 45px;
    width: 100%;
    font-size: 16px;
  }
  .contact-area-three {
    padding: 50px 0;
  }
  .contact-three-form {
    bottom: 0;
  }
  .contact-three-form .contact-wrap-form {
    padding: 30px 15px;
  }
  .contact-section-img {
    margin-right: 15px;
  }
  .contact-section-img img {
    height: auto;
  }
  .contact-section-content {
    margin-left: 15px;
    padding: 40px 25px;
  }
  /* Contact Area End */
  /* User All */
  .user-all-img {
    margin-right: 0;
  }
  .user-all-form .contact-wrap-form .agree-label label {
    font-size: 15px;
  }
  .user-all-form .contact-wrap-form .forget {
    margin-bottom: 10px;
    float: left;
    font-size: 15px;
  }
  /* User All End */
  /* Product Area */
  .single-product {
    text-align: center;
  }
  .product-desc .product-desc-topar h3 {
    font-size: 26px;
  }
  .product-desc .product-add .form-input-counter {
    margin-right: 5px;
  }
  .product-desc .product-add .default-btn {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
  .products-tabs-reviews ul li {
    padding-left: 0;
  }
  .products-tabs-reviews ul li img {
    position: initial;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  /* Product Area End */
  /* Cart Wraps Area */
  .cart-wraps-area .cart-table {
    text-align: center;
  }
  .cart-wraps-area .cart-table table thead tr th {
    padding: 0 40px 10px;
    white-space: nowrap;
    font-size: 16px;
  }
  .cart-wraps-area .cart-table table thead tr th:first-child {
    text-align: left;
    padding-left: 0;
  }
  .cart-wraps-area .cart-table table thead tr td {
    white-space: nowrap;
  }
  .cart-wraps-area .cart-table table thead tr td:first-child {
    text-align: left;
    padding-left: 0;
  }
  .cart-wraps-area .cart-buttons {
    text-align: center;
  }
  .cart-wraps-area .cart-buttons .text-right {
    text-align: center !important;
    margin-top: 0;
  }
  .cart-wraps-area .cart-buttons .default-btn1 {
    display: block;
    text-align: center;
    width: 100%;
  }
  .cart-wraps-area .cart-totals {
    padding: 20px;
    margin-top: 35px;
  }
  .cart-wraps-area .cart-totals h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .cart-wraps-area .cart-totals ul li {
    font-size: 14px;
  }
  .cart-wraps-area .cart-totals .default-btn {
    display: block;
    text-align: center;
    width: 100%;
  }
  .cart-wraps-area .cart-wraps .continue-shopping-box {
    margin-bottom: 20px;
  }
  .cart-wraps-area .cart-calc {
    padding: 20px !important;
    margin-top: 30px;
  }
  .cart-wraps-area .cart-calc .cart-wraps-form h3 {
    font-size: 18px;
  }
  .cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
    width: 100%;
  }
  .cart-wraps-area .cart-calc .cart-wraps-form .default-btn {
    width: 100%;
  }
  /* Cart Wraps Area End */
  /* Checkout Area */
  .checkout-area .checkout-user {
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  .checkout-area .checkout-user span {
    font-size: 16px;
  }
  .billing-details {
    padding: 30px;
  }
  .billing-details h3 {
    font-size: 20px;
  }
  .billing-details .form-group {
    margin-bottom: 15px;
  }
  .order-details .order-table {
    padding: 30px 15px;
  }
  .order-details .order-table h3 {
    font-size: 20px;
  }
  .order-details .order-table table thead tr th {
    padding: 15px 10px;
    font-size: 16px;
  }
  .order-details .payment-box {
    padding: 30px;
  }
  /* Checkout Area End */
  /* Footer Area */
  .footer-widget .footer-logo {
    margin-bottom: 15px;
  }
  .footer-widget .footer-logo img {
    max-width: 120px;
  }
  .footer-widget h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .footer-widget .footer-news li {
    display: block;
  }
  .footer-widget .footer-gallery {
    max-width: 270px;
  }
  .footer-widget.pl-4, .footer-widget.px-4 {
    padding-left: 0 !important;
  }
  .copy-right-icon {
    text-align: center;
  }
  .copy-right-icon-two {
    text-align: center;
  }
  .copy-right-icon-two .social-link li {
    border: none;
  }
  .copy-right-icon-two .social-link li:first-child {
    border: none;
  }
  .copyright-text {
    text-align: center;
    margin-top: 10px;
    float: none;
  }
  .copy-right-icon-two {
    text-align: center;
  }
  .copy-right-icon-two .social-link li {
    border: none;
    padding: 15px 0px;
  }
  .copy-right-icon-two .social-link li:first-child {
    border: none;
  }
  .copyright-text-two {
    text-align: center;
    float: none;
    padding-bottom: 20px;
  }
  /* Footer Area End */
  /* Error Area CSS */
  .error-area {
    height: 100vh;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .error-area .error-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .error-area .error-content p {
    font-size: 16px;
    padding: 0 15px;
  }
  /* Error Area CSS End */
  /* Coming Soon */
  .coming-soon-area .coming-soon-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .coming-soon-area .coming-soon-content h1 {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0;
  }
  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
    margin-top: 15px;
  }
  .coming-soon-area .coming-soon-content #timer {
    margin-top: 10px;
  }
  .coming-soon-area .coming-soon-content #timer div {
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .coming-soon-area .coming-soon-content #timer div span {
    font-size: 14px;
    margin-top: -5px;
  }
  .coming-soon-area .coming-soon-content #timer div::before {
    display: none;
  }
  .coming-soon-area .coming-soon-content .newsletter-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    height: 55px;
    padding-left: 13px;
    font-size: 15px;
  }
  .coming-soon-area .coming-soon-content .newsletter-form button {
    position: relative;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    height: 50px;
  }
  /* Coming Soon End */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home-slider .owl-nav .owl-prev {
    left: 45%;
  }
  .home-slider .owl-nav .owl-next {
    z-index: 1;
    right: 45%;
  }
  .slider-content {
    max-width: 480px;
  }
  .slider-content h1 {
    max-width: 480px;
  }
  .banner-area .thumbs-wrap {
    display: none;
  }
  .banner-area .owl-nav .owl-prev {
    left: 45%;
  }
  .banner-area .owl-nav .owl-next {
    right: 45%;
  }
  .banner-area-two .container-fluid {
    width: 540px;
  }
  .about-area .container-fluid {
    width: 540px;
  }
  .about-widget-card {
    padding: 30px 15px 50px;
  }
  .portfolio-tab .tab li {
    margin-bottom: 0;
  }
  .portfolio-item .content1 {
    left: 25%;
  }
  .portfolio-item .content2 {
    left: 25%;
  }
  .portfolio-item .content3 {
    left: 25%;
  }
  .portfolio-item .content4 {
    left: 25%;
  }
  .portfolio-item .content .title {
    width: 400px;
  }
  .skill-content-two {
    padding: 40px 25px 15px 25px;
  }
  .contact-two-form .contact-wrap-form {
    margin-left: auto;
    max-width: 540px;
    margin-right: auto;
  }
  .contact-three-form .contact-wrap-form {
    padding: 40px 25px;
  }
  .portfolio-item-two .content {
    left: 10px;
  }
  .portfolio-item-two .content .title {
    width: 260px;
  }
  .portfolio-item-two .content .title h3 {
    font-size: 18px;
    padding-left: 10px;
  }
  .portfolio-list a img {
    width: 100%;
  }
  .team-bg::before {
    height: 75%;
  }
  .team-bg::after {
    height: 75%;
  }
  .cart-wraps-area .cart-wraps .continue-shopping-box {
    margin-bottom: 0;
  }
  .user-all-form .contact-wrap-form .forget {
    margin-bottom: 0;
    float: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Default CSS */
  body {
    font-size: 14px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pt-45 {
    padding-top: 30px;
  }
  .default-btn {
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .default-btn i {
    font-size: 24px;
  }
  .section-title span {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .section-title p {
    padding-top: 10px;
  }
  .section-title-two span {
    font-size: 14px;
  }
  .section-title-two h2 {
    font-size: 28px;
  }
  .section-title-two p {
    padding-top: 10px;
  }
  /* Default CSS End */
  /* Navbar CSS */
  .mobile-nav .logo img {
    max-width: 110px;
    height: 40px;
    margin-top: -5px;
  }
  .d-in-line {
    display: none;
  }
  .side-nav-responsive {
    display: block;
  }
  .side-nav-responsive .container .container {
    width: 325px;
  }
  .side-nav-responsive .side-nav-inner .side-nav {
    text-align: center;
  }
  .side-nav-responsive .side-nav-inner .side-nav .side-item {
    padding-left: unset;
    margin: 0 10px;
    text-align: center;
  }
  .nav-ml {
    margin-left: 0 !important;
  }
  .mean-container .mean-nav ul li a span {
    display: none;
  }
  /* Navbar CSS End */
  /* Main Slider Area CSS */
  .home-slider {
    position: relative;
  }
  .home-slider .thumbs-wrap {
    display: none;
  }
  .home-slider .owl-nav .owl-prev {
    left: 45%;
    bottom: 70px;
    color: #ffffff !important;
  }
  .home-slider .owl-nav .owl-prev:hover {
    color: #c9c8d8 !important;
  }
  .home-slider .owl-nav .owl-next {
    z-index: 1;
    right: 45%;
    bottom: 70px;
    color: #ffffff !important;
  }
  .home-slider .owl-nav .owl-next:hover {
    color: #c9c8d8 !important;
  }
  .slider-item::before {
    display: none;
  }
  .slider-item .social-link {
    display: none;
  }
  .slider-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .slider-content::before {
    display: none;
  }
  .slider-content h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .slider-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .slider-content .slider-btn .get-btn {
    padding: 7px 18px;
    font-size: 15px;
  }
  .slider-content .slider-btn .learn-btn {
    padding: 7px 18px;
    font-size: 15px;
  }
  .banner-area .container-fluid {
    width: 720px;
  }
  .banner-area .thumbs-wrap {
    display: none;
  }
  .banner-area .owl-nav .owl-prev {
    left: 45%;
    top: auto;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    bottom: 70px;
  }
  .banner-area .owl-nav .owl-next {
    z-index: 1;
    right: 45%;
    top: auto;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    bottom: 70px;
  }
  .banner-content {
    padding-top: 130px;
    padding-bottom: 150px;
    margin-left: 0;
  }
  .banner-content h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .banner-content .banner-btn .learn-btn {
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .banner-content .banner-btn .learn-btn i {
    font-size: 24px;
  }
  .banner-content .banner-btn .get-btn {
    margin-left: 10px;
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .banner-content .banner-btn .get-btn i {
    font-size: 24px;
  }
  .banner-area-two {
    position: relative;
  }
  .banner-area-two .owl-nav .owl-prev {
    width: 120px !important;
    height: 40px !important;
    line-height: 40px;
    right: 115px;
  }
  .banner-area-two .owl-nav .owl-prev i {
    top: -4px;
    position: relative;
  }
  .banner-area-two .owl-nav .owl-prev::before {
    bottom: 5px;
    left: 65px;
  }
  .banner-area-two .owl-nav .owl-next {
    width: 120px !important;
    height: 40px !important;
    line-height: 40px;
    right: -5px;
  }
  .banner-area-two .owl-nav .owl-next i {
    top: -4px;
    position: relative;
  }
  .banner-area-two .owl-nav .owl-next::before {
    right: 65px;
    bottom: 5px;
  }
  .banner-item-two::after {
    height: 40px;
  }
  .banner-content-two {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  .banner-content-two .images {
    top: 155px;
  }
  .banner-content-two .images img {
    max-width: 200px;
  }
  .banner-content-two h1 {
    font-size: 35px;
    margin-bottom: 25px;
    max-width: 450px;
  }
  .banner-content-two .banner-btn .learn-btn {
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .banner-content-two .banner-btn .learn-btn i {
    font-size: 24px;
  }
  .banner-content-two .banner-btn .get-btn {
    margin-left: 10px;
    padding: 6px 16px 10px 16px;
    font-size: 14px;
  }
  .banner-content-two .banner-btn .get-btn i {
    font-size: 24px;
  }
  /* Main Slider Area CSS End */
  /* Inner Banner */
  .inner-banner .inner-title {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .inner-banner .inner-title h3 {
    font-size: 26px;
  }
  .inner-banner .inner-title ul li {
    font-size: 16px;
  }
  /* Inner Banner End */
  /* About Area CSS */
  .about-area .container-fluid {
    width: 720px;
  }
  .about-content {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: auto;
  }
  .about-content .section-title {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .about-content .section-title p {
    max-width: 650px;
  }
  .about-content .about-counter {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-content .about-counter h3 {
    font-size: 40px;
    line-height: 1;
  }
  .about-content .signature li {
    margin-right: 0px;
  }
  .about-content .signature li img {
    max-width: 80%;
    position: relative;
    top: -15px;
  }
  .about-img {
    margin-left: 40px;
  }
  .about-img .about-img-text {
    width: 220px;
    height: auto;
  }
  .about-img .about-img-text span {
    font-size: 24px;
  }
  .about-img .about-img-text h3 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
  }
  .about-area-two::before {
    width: 100%;
  }
  .about-img-2::before {
    display: none;
  }
  .about-content-two {
    margin-bottom: 30px;
  }
  .about-content-two .section-title h2 {
    font-size: 28px;
  }
  .about-content-two .section-title p {
    margin-bottom: 25px;
  }
  .about-counter-area {
    margin-bottom: 30px;
  }
  .about-counter-area .about-counter-two {
    margin-bottom: 20px;
  }
  .about-counter-area .about-counter-two h3 {
    font-size: 40px;
    line-height: 1;
  }
  .about-counter-area .about-play {
    margin-top: 10px;
  }
  /* About Area CSS */
  /* Skill Area CSS */
  .skill-content {
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 50px 30px;
  }
  .progressbar-area {
    margin-top: 20px;
  }
  .skill-img {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .skill-img img {
    width: 100%;
  }
  .skill-content-two {
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 30px 25px 20px 25px;
  }
  .skill-img-2 {
    margin-bottom: 50px;
    margin-left: 0;
  }
  .skill-img-2 img {
    height: auto;
  }
  /* Skill Area CSS End */
  /* Counter Area */
  .counter-area {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .counter-title h3 {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
  }
  .single-counter {
    margin-bottom: 15px;
    text-align: center;
  }
  .single-counter h3 {
    font-size: 35px;
  }
  .single-counter span {
    font-size: 16px;
  }
  /* Counter Area End */
  /* Consultation Content */
  .consultation-content {
    text-align: center;
  }
  .consultation-content .consultation-btn {
    margin-top: 25px;
  }
  .consultation-play-btn {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .consultation-play-btn .video-btn {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }
  /* Consultation Content End */
  /* Portfolio Area */
  .portfolio-area {
    padding-top: 0;
  }

  .portfolio-tab.tab li a {
    font-size: 16px;
  }
  .portfolio-item .content .title {
    height: 50px;
    line-height: 50px;
  }
  .portfolio-item .content .title h3 {
    font-size: 24px;
  }
  .portfolio-item .content .title .number {
    font-size: 20px;
  }
  .portfolio-item .content ul li {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .portfolio-line {
    display: none;
  }
  .portfolio-area .tab_content .tabs_item .col-lg-3:nth-child(1) .portfolio-item-two {
    margin-top: 0;
  }
  .portfolio-area .tab_content .tabs_item .col-lg-3:nth-child(3) .portfolio-item-two {
    margin-top: 0;
  }
  .portfolio-list a img {
    max-width: 100%;
    height: 340px;
  }
  .portfolio-tab .tabs-two li {
    margin-right: 5px;
  }
  .portfolio-tab .tabs-two li a {
    padding: 5px 10px;
  }
  .portfolio-details-content .section-title-two h2 {
    font-size: 28px;
  }
  .portfolio-details-content .portfolio-article h3 {
    font-size: 28px;
  }
  /* Portfolio Area End */
  .testimonials-area {
    margin-bottom: 10px;
  }
  .testimonials-area .owl-nav .owl-prev {
    bottom: 10px;
    left: 235px;
  }
  .testimonials-area .owl-nav .owl-next {
    position: absolute;
    bottom: 10px;
    left: 375px;
  }
  .testimonials-img .quote-text {
    width: 90px;
    height: 90px;
    font-size: 45px;
    line-height: 90px;
  }
  .testimonials-content {
    margin-left: 0;
  }
  .testimonials-content p {
    font-size: 16px;
    margin-bottom: 70px;
  }
  /* Service Area */
  .service-content .section-title-two {
    margin-bottom: 20px;
  }
  .service-right-item {
    margin-left: 0;
  }
  .service-item .service-item-icon {
    font-size: 60px;
  }

  .service-item .content h3 {
    margin-bottom: 5px;
  }
  .service-item .content p {
    margin-bottom: 5px;
  }
  /* Service Area End */
  /* Team Area */
  .team-bg::before {
    height: 75%;
  }
  .team-bg::after {
    height: 75%;
  }
  .team-profile-skill h2 {
    font-size: 28px;
  }
  .team-profile {
    margin-left: 0;
  }
  .team-profile img {
    width: 100%;
  }
  /* Team Area End */
  /* Blog Area */
  .blog-area .section-title {
    margin-bottom: 30px;
  }
  .blog-btn {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .blog-shadow .content h3 {
    font-size: 19px;
  }
  /* Blog Area End */
  /* Contact Area */
  .contact-form h2 {
    font-size: 28px;
  }
  .contact-form .submit-btn {
    padding: 10px 60px;
    font-size: 16px;
  }
  .contact-two-form {
    margin-bottom: 0;
  }
  .contact-wrap-form {
    margin-bottom: 20px;
  }
  .contact-wrap-form h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .contact-wrap-form .default-btn {
    padding: 10px 45px;
    font-size: 16px;
  }
  .contact-two-form .contact-wrap-form {
    margin-left: auto;
    max-width: 720px;
    margin-right: auto;
  }
  .contact-area-three {
    padding: 50px 0;
  }
  .contact-three-form {
    bottom: 0;
  }
  .contact-three-form .contact-wrap-form {
    padding: 50px 30px;
  }
  .contact-section-img img {
    height: 380px;
  }
  .contact-section-content {
    padding: 40px 25px;
  }
  /* Contact Area End */
  .user-all-img {
    margin-right: 0;
  }
  /* Footer Area */
  .footer-widget .footer-logo {
    margin-bottom: 15px;
  }
  .footer-widget .footer-logo img {
    max-width: 120px;
  }
  .footer-widget h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .footer-widget .footer-news li {
    display: block;
  }
  .footer-widget .footer-gallery {
    max-width: 270px;
  }
  .footer-widget.pl-4, .footer-widget.px-4 {
    padding-left: 0 !important;
  }
  /* Footer Area End */
  /* Error Area CSS */
  .error-area {
    height: 100vh;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .error-area .error-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .error-area .error-content p {
    font-size: 16px;
    padding: 0 15px;
  }
  /* Error Area CSS End */
  /* Coming Soon */
  .coming-soon-area .coming-soon-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .coming-soon-area .coming-soon-content h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-top: 0;
  }
  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
    margin-top: 15px;
  }
  .coming-soon-area .coming-soon-content #timer {
    margin-top: 10px;
  }
  .coming-soon-area .coming-soon-content #timer div {
    font-size: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .coming-soon-area .coming-soon-content #timer div span {
    font-size: 14px;
    margin-top: -5px;
  }
  .coming-soon-area .coming-soon-content #timer div::before {
    display: none;
  }
  /* Coming Soon End */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 50px;
  }
  .d-in-line {
    display: none;
  }
  .sticky-nav {
    top: 0;
    position: fixed;
    -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
            animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    width: 100% !important;
    z-index: 999;
  }
  .sticky-nav .nav-two-responsive .dot-menu {
    top: 27px;
  }
  .side-nav-responsive {
    display: block;
  }
  .side-nav-responsive .dot-menu {
    top: 27px;
  }
  .side-nav-responsive .container .container {
    top: 85px;
  }
  .side-nav-responsive .side-nav-inner .side-nav {
    text-align: center;
  }
  .side-nav-responsive .side-nav-inner .side-nav .side-item {
    padding-left: unset;
    margin: 0 10px;
    text-align: center;
  }
  .nav-ml {
    margin-left: 10px !important;
  }
  .nav-two nav .navbar-nav .nav-item.logo {
    margin-right: 15px;
    margin-left: 15px;
  }
  .nav-two nav .navbar-nav .nav-item a {
    margin-left: 7px;
    margin-right: 7px;
  }
  .nav-three nav .navbar-nav .nav-item a {
    margin-left: 12px;
    margin-right: 12px;
  }
  .nav-two-responsive .dot-menu {
    right: 20px;
    top: -50px;
  }
  .nav-two-responsive .dot-menu .circle-inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: #000000;
  }
  .nav-two-responsive .dot-menu:hover .circle-inner .circle {
    background-color: #414141;
  }
  .nav-three-responsive .dot-menu {
    right: 0px;
    top: -55px;
  }
  .nav-three-responsive .dot-menu .circle-inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: #000000;
  }
  .nav-three-responsive .dot-menu:hover .circle-inner .circle {
    background-color: #414141;
  }
  .sticky-nav .nav-three-responsive .dot-menu {
    right: 0px;
    top: 27px;
  }
  .home-slider .owl-nav .owl-next {
    right: 35%;
  }
  .about-area-two::before {
    width: 100%;
  }
  .about-content .about-counter h3 {
    font-size: 50px;
    color: #414141;
    margin-bottom: 0;
  }
  .about-img .about-img-text h3 {
    font-size: 50px;
  }
  .portfolio-item-two .content {
    left: 10px;
  }
  .portfolio-item-two .content .title {
    width: 200px;
  }
  .portfolio-item-two .content .title h3 {
    font-size: 16px;
    padding-left: 10px;
  }
  .portfolio-item-two .content ul {
    width: 180px;
  }
  .portfolio-item-two .content ul li a {
    font-size: 13px;
  }
  .banner-content h1 {
    font-size: 75px;
  }
  .about-area-two {
    overflow: hidden;
  }
  .about-counter-area .about-counter-two span {
    font-size: 15px;
  }
  .skill-img img {
    height: 100%;
  }
  .skill-content-two {
    padding: 70px 50px;
  }
  .skill-img-2 img {
    height: 850px;
  }
  .counter-title h3 {
    font-size: 28px;
  }
  .testimonials-content p {
    font-size: 17px;
  }
  .testimonials-area .owl-nav .owl-prev {
    left: 275px;
  }
  .testimonials-area .owl-nav .owl-next {
    left: 420px;
  }
  .service-circle {
    padding: 20px 5px;
  }
  .service-circle h3 {
    font-size: 17px;
  }
  .blog-card-pb .content {
    padding-bottom: 0 !important;
    padding-top: 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .blog-card-border .content h3 {
    font-size: 20px;
  }
  .side-bar-widget .widget-popular-post .item .info .title-text {
    font-size: 16px;
  }
  .side-bar-contact {
    padding: 30px;
  }
  .side-bar-contact i {
    font-size: 45px;
  }
  .side-bar-contact h3 {
    font-size: 28px;
  }
  .side-bar-contact span {
    font-size: 20px;
  }
  .product-widget .product-categories {
    padding: 10px 15px 20px;
  }
  .product-widget .product-categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .product-widget .product-categories ul li {
    font-size: 14px;
  }
  .product-widget .product-categories ul li a {
    width: 70%;
    padding: 7px 10px;
  }
  .footer-plr.col-lg-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-widget.pl-4, .footer-widget.px-4 {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .blog-card .content {
    padding: 10px 0 0;
  }
  .offer-item {
    padding: 50px;
  }
  .testimonials-area .owl-nav .owl-prev {
    left: 470px;
  }
  .testimonials-area .owl-nav .owl-next {
    left: 610px;
  }
  .skill-content {
    padding: 70px 120px;
  }
  .skill-content-two {
    padding: 70px 120px;
  }
  .contact-two-form .contact-wrap-form {
    margin-left: auto;
    max-width: 800px;
  }
  .blog-card a img {
    width: 100%;
  }
  .team-profile img {
    width: 100%;
  }
  .portfolio-details-content img {
    width: 100%;
  }
  .about-content {
    max-width: 480px;
  }
  .about-img {
    max-width: 720px;
  }
}

@media only screen and (min-width: 1800px) {
  .search-box {
    right: 0;
  }
  .home-slider .owl-nav .owl-prev {
    left: 48.5%;
  }
  .home-slider .owl-nav .owl-next {
    right: 42%;
  }
  .banner-area .thumbs-wrap {
    right: 200px;
  }
  .banner-area .owl-nav {
    margin-top: 0;
  }
  .banner-area .owl-nav .owl-prev {
    right: 290px;
  }
  .banner-area .owl-nav .owl-next {
    right: 145px;
  }
}

@media only screen and (min-width: 1200px) {
  .container-max {
    max-width: 1320px !important;
    margin: 0 auto;
  }
  .container-max-2 {
    max-width: 1460px !important;
    /* margin: 0 auto; */
  }
  
}

@media only screen and (min-width: 1350px) {
  .container {
    max-width: 1320px !important;
  }
}
/*# sourceMappingURL=responsive.css.map */