/*
@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=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400;1,600;1,700&display=swap");

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Titillium Web", 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: 600;
  line-height: 1.4;
  color: #414141;
}

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: #08104d;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.default-btn:hover {
  background-color: #08104d;
  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;
  text-transform: none;
  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;
  text-transform: capitalize;
  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;
}

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

.navbar-light .navbar-brand .logo-two {
  display: none;
}

.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 nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #da691f !important;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  margin: 0 25px;
}

.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: #da691f !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #da691f !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 {
  text-transform: capitalize;
  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: #da691f !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: #da691f !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: #da691f !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 nav .navbar-nav .nav-item.logo .nav-link-logo2 {
  display: none;
}

.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: #da691f;
}

.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: #da691f !important;
}

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

.nav-three nav .navbar-nav .nav-item:hover a,
.nav-three nav .navbar-nav .nav-item .active {
  color: #da691f !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: #da691f;
}

.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: #da691f;
}

.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: #08104d;
}

.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: 0;
  right: 0;
}

.menu-icon .menu-icon-bg {
  width: 70px;
  height: 78px;
  background-color: #ffffff;
  font-size: 30px;
  color: #414141;
  line-height: 83px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.menu-icon .menu-icon-bg:hover {
  background-color: #414141;
  color: #ffffff;
}

.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: #da691f;
}

.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 .navbar-light .navbar-brand img.logo-black {
  display: none;
}

.sticky-nav .navbar-light .navbar-brand img.logo-white {
  display: block;
}

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

.sticky-nav .menu-icon {
  position: absolute;
  top: 0;
  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 {
  background-color: #414141;
  color: #ffffff;
}

.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: #da691f;
}

/*=================================
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 .sidebar-logo .sidebar-logo1 {
  display: inline-block;
}

.sidebar-modal .sidebar-header .sidebar-logo .sidebar-logo2 {
  display: none;
}

.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: "Titillium Web", 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 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.slider-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 70px;
  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: #da691f;
}

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

.slider-content {
  padding-top: 380px;
  padding-bottom: 250px;
  margin-left: 85px;
  max-width: 730px;
  position: relative;
  z-index: 1;
}

.slider-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 300px;
  left: -85px;
  width: 630px;
  height: 570px;
  border: 10px solid #ffffff26;
}

.slider-content span {
  line-height: 0;
  text-transform: capitalize;
  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: 66px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

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

.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-bg1 {
  background-image: url(../img/home-one/hone-one1.jpg);
}

.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: "Titillium Web", 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;
  text-transform: capitalize;
  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: #08104d;
  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: #08104d;
}

.banner-content-two .banner-play .banner-play-btn:hover i {
  background-color: #08104d;
  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: #da691f;
}

.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 .signature-img2 {
  display: none;
}

.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.jpg);
  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: #08104d;
  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: #08104d;
}

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

.about-img-3 {
  margin-bottom: 30px;
}

.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;
}

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

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

.consultation-content .consultation-btn .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;
}

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

.consultation-content .consultation-btn .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-top: 15px;
  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;
}

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

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

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

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

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

.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 {
  padding-top: 20px;
}

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

.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: 30px;
}

.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: '\ee83';
  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-top: 50px;
}

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

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

.portfolio-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}

.portfolio-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  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: 40px;
  left: 20px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

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

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

.portfolio-item-two .content .title h3 {
  display: inline-block;
  font-size: 20px;
  color: #414141;
  padding-left: 15px;
  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;
  width: 245px;
  text-align: center;
}

.portfolio-item-two .content ul li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  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: #08104d;
}

.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: #08104d;
  -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 {
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}

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

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

.blog-card a {
  display: block;
}

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

.blog-card .content {
  padding: 30px;
}

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

.blog-card .content span::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -30px;
  width: 30px;
  height: 1px;
  background-color: #9a9a9a;
}

.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 20px 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: '\ee83';
  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: #ac4e0f;
}

.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: #ac4e0f;
}

.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.active {
  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;
  width: 100%;
}

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

.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;
  position: absolute;
  right: 0;
  top: 0;
}

.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-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: #e38329;
  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: #ac4e0f;
}

/*=================================
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: #ac4e0f;
}

.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: #ac4e0f;
}

/*==================================
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;
  border: none;
}

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

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

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 20px;
  color: #232350;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #414141;
  border-radius: 50px;
  border: 1px solid #414141;
  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: #08104d;
}

.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: #ac4e0f;
}

.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: #da691f !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: #da691f !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: 15px 0;
  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: #da691f !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-table .table> :not(:first-child) {
  border-top: 0;
}

.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 #da691f;
  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: #08104d;
}

.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 .order-table .table> :not(:first-child) {
  border-top: 0;
}

.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: #08104d;
  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-logo .footer-logo2 {
  display: none;
}

.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: #08104d;
}

.copy-right-area-two {
  border-top: 1px solid #3b3b3b;
  background-color: #000000;
}

.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 #3b3b3b;
}

.copy-right-icon-two .social-link li:first-child {
  border-left: 1px solid #3b3b3b;
}

.copy-right-icon-two .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

.copy-right-icon-two .social-link li:hover a {
  color: #ac4e0f;
}

.copyright-text-two {
  float: right;
}

.copyright-text-two p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #b3b3b3;
}

.copyright-text-two p a {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid #ffffff;
}

.copyright-text-two p a:hover {
  color: #ac4e0f;
  border-color: #ac4e0f;
}

/*=================================
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;
  text-transform: capitalize;
  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: #ac4e0f;
}

.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: 20px;
  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 #08104d;
  box-shadow: 0 0 15px #08104d;
  color: #fff;
}

/*==============================
Back To Top Button 
=================================*/
/*==============================
PreLoader CSS 
=================================*/
.preloader {
  background: #414141;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  text-align: center;
}

.sk-cube-area {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-cube-area .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-cube-area .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-cube-area .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-cube-area .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-area .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-cube-area .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-cube-area .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-cube-area .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*==============================
PreLoader CSS End
=================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

/*# sourceMappingURL=style.css.map */

.navbar-expand-md .navbar-collapse {
  display: block !important;
}

.navbar-expand-md .navbar-collapse .navbar-nav.nav-ml {
  justify-content: right;
  margin-right: 2rem;
}
@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;
    filter: brightness(0) invert(1);
  }
  .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 {
    padding-top: 130px;
    padding-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    text-align: center;
  }
  .slider-content::before {
    display: none;
  }
  .slider-content h1 {
    font-size: 35px;
    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 {
    padding-top: 15px;
  }
  .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 {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .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: 20px;
  }
  .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 {
    padding-top: 130px;
    padding-bottom: 150px;
    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 {
    margin-right: 15px;
  }
  .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 {
    padding-top: 15px;
  }
  .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: 30px 45px;
  }
  .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 */
.switch-box {
  position: fixed;
  bottom: 15px;
  right: 120px;
  z-index: 9999;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1.5px solid #FF5733;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("../img/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box .slider.round {
  border-radius: 34px;
}

.switch-box .slider.round::before {
  border-radius: 50%;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box input:checked + .slider {
  background-color: transparent;
  border: 1.5px solid #FF3390;
}

.switch-box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #FF3390;
          box-shadow: 0 0 1px #FF3390;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: white url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff;
}

.theme-dark h3 {
  color: #ffffff;
}

.theme-dark h3 a {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark p {
  color: #8e8c8c;
}

.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}

.theme-dark .bg-color {
  background-color: #252525;
}

.theme-dark .navbar-light .navbar-brand .logo-one {
  display: none;
}

.theme-dark .navbar-light .navbar-brand .logo-two {
  display: inline-block;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a i {
  color: #ffffff;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a:hover {
  color: #da691f;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #252525 !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #da691f  !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #da691f  !important;
}

.theme-dark .nav-two {
  background-color: #1d1d1d;
}

.theme-dark .nav-two nav .navbar-nav .nav-item.logo .nav-link-logo1 {
  display: none;
}

.theme-dark .nav-two nav .navbar-nav .nav-item.logo .nav-link-logo2 {
  display: inline-block;
}

.theme-dark .nav-two .menu-contact .menu-contact-btn {
  color: #ffffff;
}

.theme-dark .nav-two .menu-contact .menu-contact-btn:hover {
  color: #da691f;
}

.theme-dark .nav-three {
  background-color: #1d1d1d;
}

.theme-dark .search-area .search-item i {
  color: #ffffff;
}

.theme-dark .menu-icon .menu-icon-two {
  color: #ffffff;
}

.theme-dark .search-area .search-item {
  color: #ffffff;
}

.theme-dark .search-area .search-item .search-btn {
  color: #ffffff;
}

.theme-dark .search-area .search-item .search-btn i {
  color: #ffffff;
}

.theme-dark .search-area .search-item .search-overlay.search-popup {
  background: #353535;
}

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

.theme-dark .search-area .search-item .search-overlay.search-popup .search-form .search-input {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark .sidebar-modal .sidebar-modal-inner {
  background-color: #080808;
}

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

.theme-dark .sidebar-modal .sidebar-header .sidebar-logo .sidebar-logo1 {
  display: none;
}

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

.theme-dark .sidebar-modal .sidebar-header .close-btn {
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #ffffff;
  color: #080808;
}

.theme-dark .sidebar-modal .contact-us ul li i {
  color: #ffffff;
}

.theme-dark .sidebar-modal .contact-us ul li a {
  color: #ffffff;
}

.theme-dark .sidebar-modal .sidebar-follow-us .social-wrap li {
  color: #ffffff;
}

.theme-dark .sidebar-modal .sidebar-follow-us .social-wrap li a i {
  color: #ffffff;
}

.theme-dark .slider-item::before {
  opacity: 0.7;
  background-color: #080808;
}

.theme-dark .banner-item-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #080808;
}

.theme-dark .about-content .about-counter h3 {
  color: #ffffff;
}

.theme-dark .about-content .about-counter span {
  color: #8e8c8c;
}

.theme-dark .about-content .signature li .signature-img1 {
  display: none;
}

.theme-dark .about-content .signature li .signature-img2 {
  display: inline-block;
}

.theme-dark .about-content .signature li h3 {
  color: #ffffff;
}

.theme-dark .about-content .signature li h3::before {
  background-color: #ffffff;
}

.theme-dark .about-counter-area .about-counter-two h3 {
  color: #ffffff;
}

.theme-dark .about-counter-area .about-play .about-play-btn span {
  color: #ffffff;
}

.theme-dark .about-img-2::before {
  background-color: #1d1d1d;
}

.theme-dark .about-widget-card {
  background-color: #252525;
}

.theme-dark .about-widget-card::before {
  background-color: #080808;
}

.theme-dark .about-widget-card::after {
  background-color: #080808;
}

.theme-dark .about-widget-card:hover::before {
  background-color: #252525;
}

.theme-dark .about-widget-card:hover::after {
  background-color: #252525;
}

.theme-dark .offer-card {
  background-color: #1d1d1d;
}

.theme-dark .offer-item {
  background-color: #080808;
}

.theme-dark .skill-content {
  background-color: #252525;
}

.theme-dark .counter-area {
  background-image: none;
  background-color: #252525;
}

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

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

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

.theme-dark .progressbar-area .single-progressbar .progressbar-count {
  background-color: #ffffff;
}

.theme-dark .progressbar-area .single-progressbar .progressbar-count .progressbar-number {
  color: #ffffff;
}

.theme-dark .progressbar-area .single-progressbar .progressbar-count .progressbar-circle {
  background-color: #ffffff;
}

.theme-dark .service-card .content h3 a {
  display: block;
  color: #ffffff;
}

.theme-dark .service-card .content p {
  margin-bottom: 15px;
}

.theme-dark .service-card .content .learn-btn {
  color: #ffffff;
}

.theme-dark .service-item .service-item-icon {
  color: #ffffff;
}

.theme-dark .service-item .content h3 a {
  display: block;
  color: #ffffff;
}

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

.theme-dark .service-item .content .learn-btn {
  color: #ffffff;
}

.theme-dark .service-item-bg {
  background-color: #252525;
}

.theme-dark .service-details-article .blockquote {
  background-color: #252525;
}

.theme-dark .service-details-article .blockquote p {
  color: #ffffff;
}

.theme-dark .service-details-article .blockquote::after {
  background-color: #080808;
}

.theme-dark .service-details-article .blockquote:hover::after {
  background-color: #252525;
}

.theme-dark .service-circle {
  background-color: #252525;
}

.theme-dark .service-circle::before {
  background-color: #080808;
}

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

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

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

.theme-dark .portfolio-tab .tabs-two li a:focus {
  color: #1d1d1d;
  background-color: #ffffff;
}

.theme-dark .portfolio-tab .tabs-two li.active a {
  color: #1d1d1d;
  background-color: #ffffff;
}

.theme-dark .portfolio-tab .tabs-two li.current a {
  color: #1d1d1d;
  background-color: #ffffff;
}

.theme-dark .team-card .content h3 a {
  color: #ffffff;
}

.theme-dark .team-bg::before {
  background-color: #080808;
}

.theme-dark .blog-area {
  background-color: #252525;
}

.theme-dark .blog-shape {
  opacity: 0.1;
}

.theme-dark .blog-card {
  background-color: #080808;
}

.theme-dark .blog-card.blog-card-pb {
  background-color: transparent;
}

.theme-dark .blog-card .content {
  padding: 30px;
}

.theme-dark .blog-card .content span {
  color: #8e8c8c;
}

.theme-dark .blog-card .content span::before {
  background-color: #8e8c8c;
}

.theme-dark .blog-card .content span a {
  color: #8e8c8c;
}

.theme-dark .blog-card .content span a:hover {
  color: #da691f;
}

.theme-dark .blog-card .content h3 a {
  color: #ffffff;
}

.theme-dark .blog-card .content .learn-btn {
  color: #ffffff;
}

.theme-dark .blog-article .article-content .blockquote {
  background-color: #252525;
}

.theme-dark .blog-article .article-content .blockquote p {
  color: #ffffff;
}

.theme-dark .blog-article .article-content .blockquote::after {
  background-color: #080808;
}

.theme-dark .blog-article .article-content .blockquote:hover::after {
  background-color: #252525;
}

.theme-dark .blog-article .article-author {
  background-color: #252525;
}

.theme-dark .blog-article .article-post .article-post-share a h3 {
  color: #ffffff;
}

.theme-dark .search-widget .search-form .form-control {
  background-color: #252525;
}

.theme-dark .side-bar-widget {
  background-color: #252525;
}

.theme-dark .side-bar-widget .title {
  color: #ffffff;
}

.theme-dark .side-bar-widget .side-bar-categories ul li {
  background-color: #080808;
}

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

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

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

.theme-dark .side-bar-widget .side-bar-categories ul li span {
  color: #ffffff;
  background-color: #1d1d1d;
}

.theme-dark .side-bar-widget .widget-popular-post .item .info .title-text a {
  color: #ffffff;
}

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

.theme-dark .side-bar-widget .side-bar-widget-tag li {
  color: #ffffff;
  background-color: #1d1d1d;
}

.theme-dark .side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #da691f;
}

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

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

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

.theme-dark .side-bar-contact {
  background-color: #252525;
}

.theme-dark .contact-area-two {
  background-color: #080808;
}

.theme-dark .contact-three-form .contact-wrap-form {
  background-color: #252525;
}

.theme-dark .single-product .images {
  border: 1px solid #252525;
}

.theme-dark .single-product .images::before {
  background-color: #080808;
}

.theme-dark .single-product .images::after {
  background-color: #080808;
}

.theme-dark .single-product h3 a {
  color: #ffffff;
}

.theme-dark .single-product span {
  color: #ffffff;
}

.theme-dark .single-product span del {
  color: #8e8c8c;
}

.theme-dark .product-widget-search .search-form .form-control {
  background-color: #252525;
}

.theme-dark .product-widget {
  background-color: #252525;
}

.theme-dark .product-widget .title {
  color: #ffffff;
}

.theme-dark .product-widget .product-categories ul li a {
  color: #ffffff;
  background-color: #080808;
}

.theme-dark .product-widget .product-post .item .info ul li {
  color: #ee8100;
}

.theme-dark .product-widget .product-post .item .info .title-text a {
  color: #ffffff;
}

.theme-dark .product-widget .product-post .item .info .title-text a:hover {
  color: #ee8100;
}

.theme-dark .cart-wraps-area .cart-table table thead tr th {
  color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-table table tbody tr td {
  color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  background-color: #1d1d1d;
}

.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  color: #ffffff;
  background-color: #252525;
}

.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-calc {
  background-color: #252525;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form h3 {
  color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .nice-select {
  background-color: #1d1d1d;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .list {
  background-color: #252525;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .list .option {
  color: #ffffff !important;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .option:hover {
  color: #ffffff;
  background-color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .option.focus {
  color: #ffffff;
  background-color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .option.selected.focus {
  color: #ffffff;
  background-color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-totals {
  background-color: #252525;
}

.theme-dark .cart-wraps-area .cart-totals ul li {
  color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-totals ul li span {
  color: #ffffff;
}

.theme-dark .billing-details {
  background-color: #252525;
}

.theme-dark .billing-details .form-group label {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-message {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .nice-select {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .list {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .list .option {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .option:hover {
  color: #ffffff;
  background-color: #ee8100;
}

.theme-dark .billing-details .form-group .option.focus {
  color: #ffffff;
  background-color: #ee8100;
}

.theme-dark .billing-details .form-group .option.selected.focus {
  color: #ffffff;
  background-color: #ee8100;
}

.theme-dark .billing-details .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .checkout-area .checkout-user {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark .checkout-area .checkout-user span {
  color: #ffffff;
}

.theme-dark .checkout-area .checkout-user span a {
  color: #ffffff;
}

.theme-dark .order-details .order-table {
  background-color: #252525;
}

.theme-dark .order-details .order-table table thead tr th {
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr td {
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr td.order-subtotal span {
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr td.order-shipping span {
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr td.total-price span {
  color: #ffffff;
}

.theme-dark .order-details .payment-box {
  background-color: #252525;
}

.theme-dark .order-details .payment-box .payment-method p [type="radio"]:checked + label {
  color: #ee8100;
}

.theme-dark .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.theme-dark .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  color: #ffffff;
}

.theme-dark .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  color: #ffffff;
}

.theme-dark .product-desc .price {
  color: #ffffff;
}

.theme-dark .product-desc .product-review .rating-count {
  color: #ffffff;
}

.theme-dark .product-desc .product-share ul li span {
  color: #ffffff;
}

.theme-dark .product-tab {
  background-color: #252525;
}

.theme-dark .products-details-tab .tabs li a {
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  color: #ffffff;
}

.theme-dark .products-tabs-reviews ul li h3 {
  color: #ffffff;
}

.theme-dark .reviews-form .contact-wrap-form h3 {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-item {
  background-color: #252525;
}

.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
  border-color: #ffffff;
}

.theme-dark .error-area .error-content h3 {
  color: #ffffff;
  margin-top: 25px;
}

.theme-dark .user-all-form .contact-wrap-form {
  background-color: #252525;
}

.theme-dark .user-all-form .contact-wrap-form .agree-label label {
  color: #ffffff;
}

.theme-dark .user-all-form .contact-wrap-form .forget {
  color: #ffffff;
}

.theme-dark .user-all-form .contact-wrap-form .account-desc a {
  color: #ffffff;
}

.theme-dark .footer-widget .footer-logo .footer-logo1 {
  display: none;
}

.theme-dark .footer-widget .footer-logo .footer-logo2 {
  display: inline-block;
}

.theme-dark .footer-widget .footer-contact-list li span {
  color: #96987e;
}

.theme-dark .footer-widget .footer-news li .content a:hover {
  color: #ffffff;
}

.theme-dark .footer-widget .footer-list li a:hover {
  color: #ffffff;
}

.theme-dark .copy-right-area {
  background-color: #080808;
}

.theme-dark .copyright-text p a {
  color: #969494;
  border-bottom: 1px solid #969494;
}

.theme-dark .copyright-text p a:hover {
  color: #ffffff;
}
/*# sourceMappingURL=theme-dark.css.map */
/* çerez cerez */

#cerez-sozlesme {
    position: fixed;
    transform: translate(0, 100px);
    left: 0;
    bottom: 100px;
    z-index: 100;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    padding: 20px 30px;
}

#cerez-sozlesme p,
#cerez-sozlesme p a {
    color: #fff !important;
    padding-top: 10px;
}

#cerez-sozlesme p a {
    text-decoration: underline;
}

#cerez-sozlesme .btn-sozlesme {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 12px;
    color: var(--renk-yazi) !important;
    text-decoration: none;
}

@media (min-width: 576px) {
    #cerez-sozlesme {
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    #cerez-sozlesme p {
        margin: 0;
    }
    #cerez-sozlesme .btn-sozlesme {
        width: 20%;
    }
}

@media (min-width: 760px) {
    #cerez-sozlesme {
        padding: 15px 20px;
    }
}

@media (min-width: 992px) {
    #cerez-sozlesme p {
        font-size: 12px;
        padding: 5px 0;
    }
    #cerez-sozlesme .btn-sozlesme {
        width: 100px;
        margin-left: 10px;
    }
}

.whatsapp {
    width: 55px;
    left: 10px;
    z-index: 101;
    height: 55px;
    bottom: 10px;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #25d366;
}

.wpicon {
    display: block;
}

.wpicon i {
    color: #fff;
    font-size: 30px;
    padding: 13px 0px;
}

.wpicon img {
    filter: brightness(0) invert(1);
}

.glightbox {
    cursor: pointer;
}

/* çerez cerez */.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent!important;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:.3125em;border-bottom-left-radius:.3125em}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}