/*
@File: Rezon Template Styles

* 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 CSS
** - Section Title CSS
** - Default btn CSS
** - Top Area CSS
** - Middle Header Area CSS
** - Navbar Area CSS
** - Main Slider Area CSS
** - Main Banner Area CSS
** - About Area CSS
** - Services Area CSS
** - Choose Area CSS
** - Video Area CSS
** - Quote Area CSS
** - Projects Area CSS
** - Testimonial Area CSS
** - Team Area CSS
** - Blog Area CSS
** - Newsletter Area CSS
** - Features Area CSS
** - Gallery Area CSS
** - Reasons Area CSS
** - FAQ Area CSS
** - Solution Area CSS
** - Pricing Area CSS
** - Page Title CSS
** - Appointment Area CSS
** - Log In Area CSS
** - Register CSS
** - 404 Error Area CSS
** - Privacy Area CSS
** - Contact Info Area CSS
** - Contact Area CSS
** - Services Details Area CSS
** - Projects Details Area CSS
** - Sidebar Widget Area CSS
** - Blog Details Area CSS
** - Products Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Product Details Area CSS
** - Footer Area CSS
** - Copyright Section CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #02162e;
}
a:hover, a:focus {
  color: #ff9f30;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #6b6b84;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

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

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

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

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

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #02162e;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default btn CSS
=================================================*/
.default-btn {
  display: inline-block;
  background-color: #ff9f30;
  color: #ffffff;
  transition: 0.5s;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 400;
  font-size: 16px;
}
.default-btn:hover {
  background-color: #ffffff;
  color: #ff9f30;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}
.section-title span {
  font-weight: 600;
  color: #ff9f30;
}
.section-title h2 {
  font-size: 38px;
  margin-top: 14px;
  margin-bottom: 16px;
}
.section-title p {
  margin-bottom: 0;
  max-width: 600px;
  margin: auto;
}

/*================================================
Top Area CSS
=================================================*/
.top-header {
  background-color: #161c24;
  padding-top: 12px;
  padding-bottom: 12px;
}

.top-left {
  padding-left: 0;
  margin-bottom: 0;
}
.top-left li {
  color: #ffffff;
  display: inline-block;
  list-style-type: none;
  font-weight: 500;
}
.top-left li i {
  color: #ff9f30;
  font-size: 22px;
  margin-right: 5px;
}

.top-social {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
.top-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 14px;
}
.top-social li:last-child {
  margin-right: 0;
}
.top-social li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid #eeeeee;
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  font-size: 22px;
  transition: 0.5s;
}
.top-social li i:hover {
  background-color: #ff9f30;
  border: 1px solid #ff9f30;
  color: #ffffff;
  transform: translateY(-5%);
}

/*================================================
Middle Header Area CSS
=================================================*/
.middle-header-area {
  background-color: #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.middle-logo h3 a {
  display: inline-block;
  font-size: 35px;
  color: #02162e;
}

.middle-info {
  position: relative;
  padding-left: 50px;
  display: inline-block;
  margin-right: 95px;
}
.middle-info::before {
  position: absolute;
  right: -52px;
  top: 2px;
  width: 1px;
  content: "";
  height: 46px;
  border: 1px dashed #ff9f30;
}
.middle-info:last-child {
  margin-right: 0;
}
.middle-info:last-child::before {
  display: none;
}
.middle-info .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.middle-info .icon i {
  font-size: 35px;
  color: #ff9f30;
}
.middle-info h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.middle-info h4 a {
  color: #02162e;
}
.middle-info h4 a:hover {
  color: #ff9f30;
}
.middle-info span {
  font-size: 15px;
}

.middle-btn {
  text-align: right;
}
.middle-btn .default-btn {
  padding: 10px 20px;
}
.middle-btn .default-btn i {
  font-size: 20px;
  position: relative;
  top: 2px;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}

.main-navbar {
  padding-top: 0;
}
.main-navbar .container-fluid {
  max-width: 1470px;
}
.main-navbar .navbar {
  transition: 0.5s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.main-navbar .navbar .navbar-nav {
  margin: auto;
}
.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
  color: #6b6b84 !important;
  transition: 0.5s;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #ff9f30 !important;
}
.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 20px;
  position: relative;
  display: block;
  color: #6b6b84;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ff9f30;
  letter-spacing: 1px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: -250px;
  left: auto;
  margin-top: 15px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ff9f30;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-navbar .navbar .others-options .option-item {
  margin-right: 20px;
}
.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}
.main-navbar .navbar .others-options .option-item .cart-btn {
  position: relative;
}
.main-navbar .navbar .others-options .option-item .cart-btn i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #efefef;
  color: #ff9f30;
  font-size: 22px;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
}
.main-navbar .navbar .others-options .option-item .cart-btn i:hover {
  background-color: transparent;
  color: #ff9f30;
  transform: translateY(-5%);
}
.main-navbar .navbar .others-options .option-item .cart-btn span {
  position: absolute;
  right: -1px;
  top: 2px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #ff9f30;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.main-navbar .navbar .others-options .option-item .search-btn {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #efefef;
  color: #ff9f30;
  font-size: 22px;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}
.main-navbar .navbar .others-options .option-item .search-btn:hover {
  background-color: transparent;
  color: #ff9f30;
  transform: translateY(-5%);
}
.main-navbar .navbar .others-options .option-item .close-btn {
  display: none;
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  background-color: #efefef;
  color: #ff9f30;
  font-size: 18px;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}
.main-navbar .navbar .others-options .option-item .close-btn:hover {
  background-color: transparent;
  color: #ff9f30;
  transform: translateY(-5%);
}
.main-navbar .navbar .others-options .option-item .close-btn.active {
  display: block;
}
.main-navbar .navbar .others-options .option-item .burger-menu i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  background-color: #efefef;
  color: #ff9f30;
  font-size: 22px;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}
.main-navbar .navbar .others-options .option-item .burger-menu i:hover {
  background-color: transparent;
  color: #ff9f30;
  transform: translateY(-5%);
}
.main-navbar .navbar .others-options .option-item .default-btn {
  border: 1px solid #ff9f30;
}

.p-relative .main-navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.p-relative .main-navbar .navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  max-width: 1295px;
  margin: auto;
}
.p-relative .main-navbar .navbar .navbar-brand {
  display: none;
}
.p-relative .main-navbar .navbar .navbar-nav {
  margin-left: 0;
}
.p-relative .main-navbar .navbar .navbar-nav .nav-item a {
  color: #02162e;
}
.p-relative.is-sticky .main-navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

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

.search-overlay {
  display: none;
}
.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #ffffff;
  z-index: 2;
  right: 0;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.search-overlay.search-popup .search-form {
  position: relative;
}
.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #02162e;
  outline: 0;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}
.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #ff9f30;
}
.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #6b6b84;
  transition: 0.5s;
  padding: 0;
}
.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #ff9f30;
}
.search-overlay.search-popup .search-form .search-button i {
  font-size: 18px;
  font-weight: bold;
}

.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
}
.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 30%;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  transition: 0.7s;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.sidebar-modal .sidebar-modal-inner .close-btn {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 20px;
  transition: 0.5s;
  color: #02162e;
  opacity: 0.66;
  cursor: pointer;
}
.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  opacity: 1;
}
.sidebar-modal .sidebar-about-area {
  margin-bottom: 40px;
}
.sidebar-modal .sidebar-about-area .title h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.sidebar-modal .sidebar-about-area .title p {
  margin-top: 15px;
  font-size: 15px;
}
.sidebar-modal .sidebar-instagram-feed {
  margin-bottom: 40px;
}
.sidebar-modal .sidebar-instagram-feed h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.sidebar-modal .sidebar-instagram-feed ul {
  display: flex;
  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 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.sidebar-modal .sidebar-instagram-feed ul li a {
  display: block;
  position: relative;
}
.sidebar-modal .sidebar-instagram-feed ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.sidebar-modal .sidebar-contact-area .contact-info {
  text-align: center;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
  margin-bottom: 0;
  text-transform: lowercase;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #ff9f30;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
  color: #02162e;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
  color: #02162e;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #ff9f30;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
  display: block;
  color: #6b6b84;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 1px;
  padding-left: 0;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  display: block;
  font-size: 25px;
  transition: 0.5s;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i:hover {
  color: #ffffff;
  border-color: #ff9f30;
  background-color: #ff9f30;
}
.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
}
.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

.others-option-for-responsive {
  display: none;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.5s;
  background-color: #02162e;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #ff9f30;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.others-option-for-responsive .option-inner .others-options .option-item {
  margin-right: 20px;
}
.others-option-for-responsive .option-inner .others-options .option-item:last-child {
  margin-right: 0;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn {
  position: relative;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #efefef;
  color: #ff9f30;
  font-size: 22px;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i:hover {
  background-color: transparent;
  color: #ff9f30;
  transform: translateY(-5%);
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn span {
  position: absolute;
  right: -1px;
  top: 2px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #ff9f30;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-btn {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #efefef;
  color: #ff9f30;
  font-size: 22px;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-btn:hover {
  background-color: transparent;
  color: #ff9f30;
  transform: translateY(-5%);
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn {
  display: none;
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  background-color: #efefef;
  color: #ff9f30;
  font-size: 18px;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn:hover {
  background-color: transparent;
  color: #ff9f30;
  transform: translateY(-5%);
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn.active {
  display: block;
}
.others-option-for-responsive .option-inner .others-options .option-item .burger-menu i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  background-color: #efefef;
  color: #ff9f30;
  font-size: 22px;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}
.others-option-for-responsive .option-inner .others-options .option-item .burger-menu i:hover {
  background-color: transparent;
  color: #ff9f30;
  transform: translateY(-5%);
}
.others-option-for-responsive .option-inner .others-options .option-item .default-btn {
  border: 1px solid #ff9f30;
}

@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #ff9f30;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 255px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #02162e;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #02162e;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 100px !important;
  }
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}
/*================================================
Main Slider Area CSS
=================================================*/
.main-slider-item {
  position: relative;
  z-index: 1;
  background-image: url(../img/slides/slides-bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 850px;
}
.main-slider-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
.main-slider-item.item-two {
  background-image: url(../img/slides/slides-bg2.jpg);
}
.main-slider-item.item-three {
  background-image: url(../img/slides/slides-bg3.jpg);
}

.main-slider-content {
  max-width: 650px;
  margin-top: 70px;
}
.main-slider-content strong {
  display: inline-block;
  padding: 5px 20px;
  background-color: #ff9f30;
  color: #ffffff;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
}
.main-slider-content h1 {
  font-size: 55px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.main-slider-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.main-slider-content .slider-btn {
  margin-top: 35px;
}
.main-slider-content .slider-btn .default-btn-two {
  display: inline-block;
  text-align: center;
  z-index: 1;
  background-color: #ffffff;
  color: #ff9f30;
  transition: 0.5s;
  border-radius: 5px;
  padding: 12px 25px;
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
}
.main-slider-content .slider-btn .default-btn-two:hover {
  background-color: #ff9f30;
  color: #ffffff;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  transition: 0.5s;
  background-color: #ffffff;
  color: #ff9f30;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover, .home-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #02162e;
}
.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.home-slides.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}
.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 20px;
  transition: 0.5s;
}
.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-item {
  position: relative;
  z-index: 1;
  background-image: url(../img/main-banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  background-attachment: fixed;
}
.main-banner-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}
.main-banner-item.item-two {
  background-image: url(../img/main-banner-bg2.jpg);
}
.main-banner-item.item-two .main-banner-content {
  max-width: 750px;
}

.main-banner-content {
  max-width: 650px;
  margin: auto;
  text-align: center;
}
.main-banner-content.two {
  max-width: 100%;
  text-align: left;
}
.main-banner-content h1 {
  font-size: 55px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-top: -10px;
  margin-bottom: 20px;
}
.main-banner-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.main-banner-content .banner-btn {
  margin-top: 35px;
}
.main-banner-content .banner-btn .default-btn-two {
  display: inline-block;
  text-align: center;
  z-index: 1;
  background-color: #ffffff;
  color: #ff9f30;
  transition: 0.5s;
  border-radius: 5px;
  padding: 12px 25px;
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
}
.main-banner-content .banner-btn .default-btn-two:hover {
  background-color: #ff9f30;
  color: #ffffff;
}

.banner-form {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 50px 40px;
  position: relative;
  border-radius: 10px;
}
.banner-form .content {
  margin-bottom: 35px;
}
.banner-form .content span {
  color: #ff9f30;
  font-weight: 500;
}
.banner-form .content h3 {
  font-size: 32px;
  margin-top: 14px;
  margin-bottom: 0;
}
.banner-form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.banner-form .form-group .form-control {
  padding: 15px 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
}
.banner-form .form-group .form-control:focus {
  box-shadow: none;
}
.banner-form .form-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 1;
  font-size: 18px;
  color: #04b8e5;
}
.banner-form textarea {
  height: 130px !important;
}
.banner-form .nice-select {
  height: 60px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding-top: 5px;
}
.banner-form .nice-select .list {
  background-color: #ffffff;
  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;
}
.banner-form .nice-select .list .option {
  transition: 0.6s;
  color: #02162e;
  padding-left: 20px;
  padding-right: 20px;
}
.banner-form .nice-select .list .option:hover {
  background-color: #ff9f30 !important;
  color: #ffffff;
}
.banner-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}
.banner-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #04b8e5;
  right: 23px;
}
.banner-form .banner-btn {
  margin-top: 15px;
}
.banner-form .banner-btn .default-btn {
  border: 1px solid #ff9f30;
  cursor: pointer;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-area::before {
  position: absolute;
  content: "";
  background-image: url(../img/about-shape-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 30%;
  z-index: -1;
}
.about-area.bg-ffffff {
  overflow: hidden;
}
.about-area.bg-ffffff::before {
  display: none;
}

.about-content span {
  color: #ff9f30;
  font-weight: 500;
}
.about-content h3 {
  font-size: 38px;
  margin-top: 14px;
  margin-bottom: 16px;
}
.about-content p {
  margin-bottom: 0;
}
.about-content .about-list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.about-content .about-list li {
  list-style-type: none;
  color: #02162e;
  font-weight: 500;
  position: relative;
  margin-bottom: 18px;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #f2f4fd;
  color: #ff9f30;
  text-align: center;
  font-size: 22px;
  border-radius: 30px;
  margin-right: 8px;
  transition: 0.5s;
}
.about-content .about-list li:hover i {
  background-color: #ff9f30;
  color: #ffffff;
}
.about-content .signature {
  position: relative;
  padding: 0px 235px 0 0;
  margin-top: 38px;
  display: inline-block;
}
.about-content .signature::before {
  position: absolute;
  left: 42%;
  top: 6px;
  width: 2px;
  content: "";
  height: 45px;
  background-color: #ff9f30;
}
.about-content .signature img {
  position: absolute;
  right: 35px;
  top: 10px;
}
.about-content .signature h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.about-content .signature span {
  font-size: 15px;
  color: #909090;
  font-weight: 500;
}

.about-inner {
  margin-top: 25px;
}
.about-inner .icon {
  margin-bottom: 12px;
}
.about-inner .icon i {
  font-size: 50px;
  color: #ff9f30;
}
.about-inner h4 {
  font-size: 25px;
  margin-bottom: 14px;
}
.about-inner p {
  margin-bottom: 0;
}

.about-image {
  position: relative;
  margin-bottom: 30px;
}
.about-image::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 95%;
  background-color: #ff9f30;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}
.about-image .about-years {
  display: inline-block;
  height: 120px;
  width: 120px;
  background-color: #f8f8f8;
  text-align: center;
  position: absolute;
  left: -50px;
  top: 80%;
  transform: translateY(-80%);
  padding-top: 25px;
  border-radius: 50%;
  transition: 0.5s;
}
.about-image .about-years h5 {
  font-size: 30px;
  color: #ff9f30;
  margin-bottom: 0;
  transition: 0.5s;
}
.about-image .about-years span {
  font-size: 20px;
  font-weight: bold;
  color: #02162e;
  transition: 0.5s;
}
.about-image .about-years:hover {
  background-color: #ff9f30;
}
.about-image .about-years:hover h5 {
  color: #ffffff;
}
.about-image .about-years:hover span {
  color: #ffffff;
}

.about-warp {
  position: absolute;
  top: 100px;
}

.about-information {
  background-color: #efefef;
  padding: 30px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.about-information::before {
  position: absolute;
  bottom: -16px;
  right: -5px;
  width: 0;
  height: 0;
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #e6757c;
  transform: rotate(225deg);
}
.about-information h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
.about-information h6 {
  font-size: 22px;
  margin-bottom: 0;
}
.about-information h6 a {
  color: #ff9f30;
}
.about-information h6 i {
  font-size: 35px;
  margin-right: 5px;
}

.about-warp-image {
  position: relative;
  padding-bottom: 50px;
  padding-left: 50px;
}
.about-warp-image img:nth-child(2) {
  position: absolute;
  left: 35px;
  bottom: -22px;
  z-index: 1;
  padding: 0;
  border-top: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}
.about-warp-image .about-years {
  display: inline-block;
  height: 120px;
  width: 120px;
  background-color: #f8f8f8;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 85%;
  transform: translateY(-85%);
  padding-top: 25px;
  border-radius: 50%;
  transition: 0.5s;
  z-index: 1;
}
.about-warp-image .about-years h5 {
  font-size: 30px;
  color: #ff9f30;
  margin-bottom: 0;
  transition: 0.5s;
}
.about-warp-image .about-years span {
  font-size: 20px;
  font-weight: bold;
  color: #02162e;
  transition: 0.5s;
}
.about-warp-image .about-years:hover {
  background-color: #ff9f30;
}
.about-warp-image .about-years:hover h5 {
  color: #ffffff;
}
.about-warp-image .about-years:hover span {
  color: #ffffff;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  background-image: url(../img/services-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
}
.services-area .section-title span {
  color: #ff9f30;
}
.services-area .section-title h2 {
  color: #ffffff;
}
.services-area .section-title p {
  color: #ffffff;
}
.services-area.bg-ffffff {
  background-image: url(../img/services-bg2.jpg);
}
.services-area.bg-ffffff .section-title h2 {
  color: #02162e;
}
.services-area.bg-ffffff .section-title p {
  color: #6b6b84;
}
.services-area.bg-f1f0f3 {
  background-image: unset;
  background-color: #f1f0f3;
}
.services-area.bg-f1f0f3 .section-title h2 {
  color: #02162e;
}
.services-area.bg-f1f0f3 .section-title p {
  color: #6b6b84;
}
.services-area.bg-666666 {
  background-image: unset;
  background-color: #ffffff;
}
.services-area.bg-666666 .section-title h2 {
  color: #02162e;
}
.services-area.bg-666666 .section-title p {
  color: #6b6b84;
}

.services-item .image a img {
  display: inline-block;
}
.services-item .content {
  background-color: #1b242d;
  padding: 30px;
}
.services-item .content h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-item .content h3 a {
  color: #ffffff;
}
.services-item .content h3 a:hover {
  color: #ff9f30;
}
.services-item .content p {
  color: #c4c4c5;
  font-size: 15px;
}

.services-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.services-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 40%;
  transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  transition: 0.5s;
  background-color: #ffffff;
  color: #ff9f30;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}
.services-slider.owl-theme .owl-nav [class*=owl-]:hover, .services-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #02162e;
}
.services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}
.services-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}
.services-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -20px;
  transition: 0.5s;
}
.services-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

.single-services {
  margin-bottom: 30px;
  text-align: center;
  transition: 0.5s;
}
.single-services .image {
  position: relative;
}
.single-services .image a img {
  display: inline-block;
}
.single-services .image .icon {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  z-index: 9;
}
.single-services .image .icon i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  color: #ff9f30;
  text-align: center;
  font-size: 30px;
  border-radius: 50px;
  transition: 0.5s;
}
.single-services .content {
  background-color: #ffffff;
  padding: 45px 30px 30px 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 0 0 8px 8px;
}
.single-services .content h3 {
  font-size: 25px;
  margin-bottom: 14px;
  transition: 0.5s;
}
.single-services .content h3 a {
  color: #02162e;
}
.single-services .content p {
  transition: 0.5s;
  font-size: 15px;
}
.single-services .content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #ff9f30;
  transition: 0.5s;
  border-radius: 0 0 8px 8px;
}
.single-services:hover .content::before {
  height: 100%;
}
.single-services:hover .content h3 a {
  color: #ffffff;
}
.single-services:hover .content h3 a:hover {
  color: #ff9f30;
}
.single-services:hover .content p {
  color: #ffffff;
}
.single-services:hover .image .icon i {
  background-color: #02162e;
  color: #ffffff;
}

.single-services-item {
  margin-bottom: 30px;
  transition: 0.5s;
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.single-services-item::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border: 5px solid #ff9f30;
}
.single-services-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: #ffffff;
}
.single-services-item .icon {
  margin-bottom: 20px;
}
.single-services-item .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: transparent;
  border: 1px dashed #ff9f30;
  color: #ff9f30;
  text-align: center;
  font-size: 30px;
  border-radius: 50px;
  transition: 0.5s;
}
.single-services-item h3 {
  font-size: 25px;
  margin-bottom: 14px;
}
.single-services-item h3 a {
  color: #02162e;
}
.single-services-item .learn-btn {
  color: #ff9f30;
  font-weight: 500;
  transition: 0.5s;
}
.single-services-item .learn-btn i {
  font-size: 22px;
  position: relative;
  top: 3px;
}
.single-services-item:hover {
  margin-top: 0;
  margin-right: 0;
}
.single-services-item:hover::before {
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.single-services-item:hover .icon i {
  background-color: #ff9f30;
  color: #ffffff;
}
.single-services-item:hover .learn-btn {
  letter-spacing: 1px;
}

/*================================================
Choose Area CSS
=================================================*/
.choose-item {
  position: relative;
  transition: 0.5s;
  padding-left: 65px;
  margin-bottom: 35px;
}
.choose-item.two {
  margin-bottom: 0;
}
.choose-item .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.choose-item .icon i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #ff9f30;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}
.choose-item h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.choose-item:hover .icon i {
  background-color: #fdced2;
  color: #02162e;
}

.choose-image {
  text-align: center;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
  background-image: url(../img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-bottom: 165px;
}
.video-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.9;
}

.video-content {
  position: relative;
  text-align: center;
}
.video-content h3 {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.video-content .video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ff9f30;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.video-content .video-btn i {
  font-size: 45px;
  position: relative;
  top: 12px;
  left: 2px;
}
.video-content .video-btn:hover {
  background-color: #ffffff;
  color: #ff9f30;
}

/*================================================
Quote Area CSS
=================================================*/
.quote-area {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.quote-area .container .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.quote-form {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 50px 40px;
  position: relative;
}
.quote-form .content {
  margin-bottom: 35px;
}
.quote-form .content span {
  color: #ff9f30;
  font-weight: 500;
}
.quote-form .content h3 {
  font-size: 32px;
  margin-top: 14px;
  margin-bottom: 0;
}
.quote-form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.quote-form .form-group .form-control {
  padding: 15px 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
}
.quote-form .form-group .form-control:focus {
  box-shadow: none;
}
.quote-form .form-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 1;
  font-size: 18px;
  color: #04b8e5;
}
.quote-form textarea {
  height: 130px !important;
}
.quote-form .nice-select {
  height: 60px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding-top: 5px;
}
.quote-form .nice-select .list {
  background-color: #ffffff;
  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;
}
.quote-form .nice-select .list .option {
  transition: 0.6s;
  color: #02162e;
  padding-left: 20px;
  padding-right: 20px;
}
.quote-form .nice-select .list .option:hover {
  background-color: #ff9f30 !important;
  color: #ffffff;
}
.quote-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}
.quote-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #04b8e5;
  right: 23px;
}
.quote-form .quote-btn {
  margin-top: 15px;
}
.quote-form .quote-btn .default-btn {
  border: 1px solid #ff9f30;
  cursor: pointer;
}

.quote-image {
  background-image: url(.././img/quote.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*================================================
Projects Area CSS
=================================================*/
.projects-item {
  transition: 0.5s;
  position: relative;
}
.projects-item .image {
  position: relative;
}
.projects-item .image .icon {
  position: absolute;
  right: 12px;
  bottom: -10px;
  z-index: 9;
}
.projects-item .image .icon i {
  display: inline-block;
  height: 30px;
  width: 35px;
  line-height: 30px;
  background-color: #ff9f30;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  transition: 0.5s;
}
.projects-item .content {
  background-color: #f6f6f6;
  padding: 30px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 8px 8px;
}
.projects-item .content h3 {
  font-size: 25px;
  margin-bottom: 0;
  transition: 0.5s;
}
.projects-item .content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #ff9f30;
  transition: 0.5s;
  border-radius: 0 0 8px 8px;
}
.projects-item:hover .image .icon i {
  background-color: #02162e;
  color: #ffffff;
}
.projects-item:hover .content::before {
  height: 100%;
}
.projects-item:hover .content h3 a {
  color: #ffffff;
}
.projects-item:hover .content span {
  color: #ffffff;
}

.projects-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.projects-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 40%;
  transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  transition: 0.5s;
  background-color: #ffffff;
  color: #ff9f30;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}
.projects-slider.owl-theme .owl-nav [class*=owl-]:hover, .projects-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #02162e;
}
.projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}
.projects-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}
.projects-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -20px;
  transition: 0.5s;
}
.projects-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

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

/*================================================
Testimonial Area CSS
=================================================*/
.testimonial-area {
  background-image: url(../img/testimonial-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.testimonial-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}
.testimonial-area.bg-ffffff {
  background-image: unset;
}
.testimonial-area.bg-ffffff::before {
  display: none;
}

.testimonial-slider .testimonial-item {
  text-align: center;
  background-color: #ff9f30;
  padding: 30px 50px;
  border-radius: 20px;
  margin-top: 25px;
}
.testimonial-slider .testimonial-item .info {
  margin-top: -55px;
  margin-bottom: 20px;
}
.testimonial-slider .testimonial-item .info img {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.testimonial-slider .testimonial-item .info h3 {
  font-size: 25px;
  margin-bottom: 8px;
  color: #ffffff;
}
.testimonial-slider .testimonial-item .info span {
  color: #ffffff;
  font-weight: 500;
}
.testimonial-slider .testimonial-item .text p {
  margin-bottom: 0;
  font-style: italic;
  color: #ffffff;
  max-width: 850px;
  margin: auto;
}
.testimonial-slider .testimonial-item .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.testimonial-slider .testimonial-item .icon i {
  font-size: 60px;
  color: #f9cbce;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ff9f30;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ff9f30;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(0);
}
.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span::before, .testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.testimonial-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
  line-height: 0;
}
.testimonial-slider.owl-theme .owl-nav {
  margin-top: 30px;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  transition: 0.5s;
  background-color: #ffffff;
  color: #ff9f30;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover, .testimonial-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #02162e;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}
.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 5px;
  transition: 0.5s;
}
.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 5px;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  background-color: #0f171f;
}
.team-area.bg-ffffff {
  background-color: #ffffff;
}
.team-area.bg-ffffff .section-title h2 {
  color: #02162e;
}
.team-area.bg-ffffff .section-title p {
  color: #02162e;
}
.team-area .section-title h2 {
  color: #ffffff;
}
.team-area .section-title p {
  color: #ffffff;
}

.single-team-box {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
  transition: 0.5s;
}
.single-team-box .image {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.single-team-box .image::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border: 5px solid #ff9f30;
}
.single-team-box .image img {
  border-radius: 5px 5px 0px 0px;
}
.single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.single-team-box .image .social li {
  display: inline-block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-right: 8px;
  transition: 0.5s;
}
.single-team-box .image .social li:last-child {
  margin-right: 0;
}
.single-team-box .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #ff9f30;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.5s;
}
.single-team-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.single-team-box .image .social li a:hover {
  color: #ff9f30;
  background-color: #ffffff;
  transform: translateY(-5%);
}
.single-team-box .content {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 0 0 5px 5px;
}
.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 25px;
}
.single-team-box .content span {
  display: block;
  color: #ff9f30;
  margin-top: 10px;
}
.single-team-box:hover {
  margin-top: 0;
  margin-right: 0;
}
.single-team-box:hover .image::before {
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.single-team-box:hover .image .social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  background-color: #fafafa;
}

.blog-item {
  margin-bottom: 30px;
  transition: 0.5s;
}
.blog-item .image {
  position: relative;
}
.blog-item .image .date {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-item .image .date span {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ffffff;
  color: #ff9f30;
  font-weight: 400;
  transition: 0.5s;
}
.blog-item .content {
  padding: 25px 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.blog-item .content h3 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 14px;
}
.blog-item .content h3 a {
  color: #02162e;
}
.blog-item .content .blog-btn {
  font-weight: 600;
  color: #ff9f30;
  transition: 0.5s;
}
.blog-item:hover .image .date span {
  background-color: #ff9f30;
  color: #ffffff;
}
.blog-item:hover .content h3 a {
  color: #ff9f30;
}
.blog-item:hover .content .blog-btn {
  letter-spacing: 1px;
}

/*================================================
Newsletter Area CSS
=================================================*/
.newsletter-inner {
  background-color: #ff9f30;
  padding: 55px 70px;
  border-radius: 30px;
  margin-bottom: -30px;
  z-index: 1;
  position: relative;
}

.newsletter-content {
  position: relative;
  z-index: 1;
}
.newsletter-content .icon {
  position: absolute;
  top: -16px;
  z-index: -1;
  left: 0;
}
.newsletter-content .icon i {
  font-size: 120px;
  color: rgba(253, 206, 210, 0.2);
}
.newsletter-content h2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.newsletter-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.newsletter-form {
  position: relative;
}
.newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 60px;
  padding-left: 25px;
  border-radius: 15px;
  outline: 0;
  color: #02162e;
}
.newsletter-form .input-newsletter::-moz-placeholder {
  color: #6b6b84;
}
.newsletter-form .input-newsletter::placeholder {
  color: #6b6b84;
}
.newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #ff9f30;
  color: #ffffff;
  border: none;
  height: 52px;
  padding: 0 30px;
  border-radius: 15px;
  transition: 0.5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.newsletter-form button:hover {
  background-color: #02162e;
  color: #ffffff;
}
.newsletter-form #validator-newsletter {
  color: white;
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 500;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  margin-top: -30px;
  z-index: 1;
}

.features-item {
  padding: 30px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.features-item .icon {
  margin-bottom: 25px;
  position: relative;
}
.features-item .icon i {
  font-size: 60px;
  color: #ff9f30;
}
.features-item .icon .shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.features-item h3 {
  font-size: 25px;
  margin-bottom: 14px;
  transition: 0.5s;
}
.features-item h3 a {
  color: #02162e;
}
.features-item:hover h3 a {
  color: #ff9f30;
}

/*================================================
Gallery Area CSS
=================================================*/
.gallery-area {
  overflow: hidden;
}
.gallery-area .container-fluid {
  padding: 0;
}

.gallery-item {
  transition: 0.5s;
  position: relative;
}
.gallery-item .content {
  background-color: #f6f6f6;
  position: absolute;
  width: 90%;
  bottom: 10px;
  border-radius: 0px;
  padding: 15px;
}
.gallery-item .content h3 {
  font-size: 22px;
  margin-bottom: 0;
  transition: 0.5s;
}
.gallery-item .content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #ff9f30;
  transition: 0.5s;
}
.gallery-item .content .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.gallery-item .content .icon i {
  display: inline-block;
  height: 30px;
  width: 35px;
  line-height: 30px;
  background-color: #ff9f30;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  transition: 0.5s;
}
.gallery-item:hover .content::before {
  height: 100%;
}
.gallery-item:hover .content h3 a {
  color: #ff9f30;
}
.gallery-item:hover .content .icon i {
  background-color: #02162e;
  color: #ffffff;
}

.gallery-slider.owl-theme .owl-nav {
  margin-top: 30px;
  line-height: 0px;
}
.gallery-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 40%;
  transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  transition: 0.5s;
  background-color: #ffffff;
  color: #ff9f30;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.gallery-slider.owl-theme .owl-nav [class*=owl-]:hover, .gallery-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #02162e;
}
.gallery-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.gallery-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}
.gallery-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}
.gallery-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ff9f30;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.gallery-slider.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ff9f30;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(0);
}
.gallery-slider.owl-theme .owl-dots .owl-dot:hover span::before, .gallery-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*================================================
Reasons Area CSS
=================================================*/
.reasons-area {
  background-image: url(../img/reasons-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.reasons-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}

.reasons-image {
  position: relative;
  z-index: 1;
  background-image: url(../img/reasons.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.reasons-image .video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ff9f30;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.reasons-image .video-btn i {
  font-size: 48px;
  position: relative;
  top: 10px;
  left: 12px;
}
.reasons-image .video-btn:hover {
  background-color: #ffffff;
  color: #ff9f30;
}

.reasons-item {
  padding-top: 30px;
  padding-bottom: 100px;
}
.reasons-item .text span {
  color: #ff9f30;
}
.reasons-item .text h3 {
  font-size: 38px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #ffffff;
}
.reasons-item .reasons-content {
  position: relative;
  margin-top: 40px;
  padding-left: 65px;
  transition: 0.5s;
}
.reasons-item .reasons-content .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.reasons-item .reasons-content .icon i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #ff9f30;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}
.reasons-item .reasons-content h4 {
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.reasons-item .reasons-content p {
  color: #ffffff;
}
.reasons-item .reasons-content:hover .icon i {
  background-color: #ffffff;
  color: #ff9f30;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-content {
  margin-bottom: 32px;
}
.faq-content span {
  color: #ff9f30;
}
.faq-content h3 {
  font-size: 38px;
  margin-top: 14px;
  margin-bottom: 15px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  background: #fef7fb;
  margin-bottom: 10px;
  border: none;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 25px 40px 20px 20px;
  color: #02162e;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #02162e;
  font-size: 20px;
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
  color: #ff9f30;
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 20px;
  border-top: 1px solid #ff9f30;
  color: var(--optionalColor);
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-image {
  background-image: url(../img/faq.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.faq-contact-form #contactForm .form-group {
  margin-bottom: 15px;
}
.faq-contact-form #contactForm .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #02162e;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  box-shadow: unset !important;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}
.faq-contact-form #contactForm .form-group .form-control:focus {
  border-color: #ff9f30;
}
.faq-contact-form #contactForm .form-group textarea.form-control {
  height: auto;
  padding: 15px 0 0 15px;
}
.faq-contact-form #contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}
.faq-contact-form #contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}
.faq-contact-form #contactForm #msgSubmit.text-danger, .faq-contact-form #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}
.faq-contact-form #contactForm .send-btn .default-btn {
  border: 1px solid #ff9f30;
}

/*================================================
Solution Area CSS
=================================================*/
.solution-area {
  background-color: #f0f0f0;
}

.solution-image {
  position: relative;
  z-index: 1;
  background-image: url(../img/reasons.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.solution-image .video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ff9f30;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.solution-image .video-btn i {
  font-size: 48px;
  position: relative;
  top: 10px;
  left: 12px;
}
.solution-image .video-btn:hover {
  background-color: #ffffff;
  color: #ff9f30;
}

.solution-item {
  padding-top: 30px;
  padding-bottom: 100px;
}
.solution-item .text span {
  color: #ff9f30;
}
.solution-item .text h3 {
  font-size: 38px;
  margin-top: 15px;
  margin-bottom: 0;
}
.solution-item .solution-content {
  position: relative;
  margin-top: 40px;
  padding-left: 85px;
  transition: 0.5s;
}
.solution-item .solution-content .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.solution-item .solution-content .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff9f30;
  font-size: 45px;
  text-align: center;
  transition: 0.5s;
}
.solution-item .solution-content h4 {
  font-size: 25px;
  margin-bottom: 16px;
}
.solution-item .solution-content:hover .icon i {
  background-color: #ff9f30;
  color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  padding-bottom: 35px;
}
.single-pricing .pricing-image {
  background-color: #fceeef;
  padding: 10px 5px;
  transition: 0.5s;
}
.single-pricing .pricing-header {
  margin-top: 25px;
}
.single-pricing .pricing-header h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ff9f30;
  margin-bottom: 15px;
}
.single-pricing .price {
  font-size: 35px;
  font-weight: 700;
  color: #02162e;
  line-height: 1;
  margin-bottom: 25px;
}
.single-pricing .price span {
  font-weight: 500;
  color: #6b6b84;
  display: block;
  font-size: 16px;
  margin-top: 12px;
}
.single-pricing .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-pricing .pricing-features li {
  margin-bottom: 12px;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
}
.single-pricing .pricing-features li:last-child {
  margin-bottom: 0;
}
.single-pricing .pricing-features li i {
  margin-right: 5px;
  color: #ff9f30;
}
.single-pricing .pricing-btn {
  margin-top: 25px;
}
.single-pricing .pricing-btn .default-btn {
  border: 1px solid #ff9f30;
}
.single-pricing:hover {
  transform: translateY(-5px);
}
.single-pricing:hover .pricing-image {
  background-color: #fdced2;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/page-banner/bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}
.page-title-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
.page-title-area.item-bg1 {
  background-image: url(../img/page-banner/bg-2.jpg);
}
.page-title-area.item-bg2 {
  background-image: url(../img/page-banner/bg-3.jpg);
}
.page-title-area.item-bg3 {
  background-image: url(../img/page-banner/bg-4.jpg);
}
.page-title-area.item-bg4 {
  background-image: url(../img/page-banner/bg-5.jpg);
}

.page-title-content {
  text-align: center;
}
.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 35px;
}
.page-title-content ul {
  text-align: center;
  position: relative;
  right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  top: 50%;
  transform: translateY(-50%);
}
.page-title-content ul li {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
  color: #ff9f30;
  position: relative;
}
.page-title-content ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background-color: #ff9f30;
}
.page-title-content ul li:first-child {
  margin-left: 0;
}
.page-title-content ul li:first-child::before {
  display: none;
}
.page-title-content ul li a {
  display: block;
  color: #ffffff;
}

/*================================================
Appointment Area CSS
=================================================*/
.appointment-form {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 30px;
  text-align: center;
}
.appointment-form form .form-group {
  margin-bottom: 15px;
}
.appointment-form form .form-control {
  padding: 15px 20px;
  border: 1px solid #f1f1f1;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: transparent;
  font-weight: 400;
  height: 60px;
  transition: 0.5s;
  border-radius: 5px;
}
.appointment-form form .form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #ff9f30;
}
.appointment-form form textarea {
  height: 150px !important;
}
.appointment-form form button {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  background-color: #ff9f30;
  padding: 14px 25px;
  border: 1px solid #ff9f30;
  transition: 0.5s;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
.appointment-form form button:hover {
  border-color: #ff9f30;
  color: #ff9f30;
  background-color: transparent;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
}

/*================================================
Log In Area CSS
=================================================*/
.login-form {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 5px;
  max-width: 1000px;
  margin: auto;
}
.login-form .sign-in-title {
  margin-bottom: 30px;
  text-align: center;
}
.login-form .sign-in-title h3 {
  font-size: 30px;
  margin-bottom: 8px;
}
.login-form .sign-in-title p {
  margin-bottom: 30px;
}
.login-form form .form-group {
  margin-bottom: 15px;
}
.login-form form .form-control {
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #02162e;
  padding-left: 20px;
  background: transparent;
}
.login-form form .form-control:focus {
  border-color: #ff9f30;
  outline: 0;
  box-shadow: none;
}
.login-form form .form-control::-moz-placeholder {
  color: #6b6b84;
}
.login-form form .form-control::placeholder {
  color: #6b6b84;
}
.login-form form .form-check {
  margin-top: 18px;
}
.login-form form .form-check .form-check-label {
  color: #6b6b84;
  position: relative;
  z-index: 1;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}
.login-form form .form-check-input {
  margin-top: 3px;
}
.login-form form .send-btn {
  text-align: center;
  margin-top: 20px;
}
.login-form form .send-btn .default-btn {
  cursor: pointer;
  border: 1px solid #ff9f30;
}
.login-form form span {
  display: block;
  color: #777777;
}
.login-form form span a {
  color: #ff9f30;
}
.login-form .forgot-password {
  margin-bottom: 0;
  margin-top: -25px;
  text-align: right;
}
.login-form .forgot-password a {
  color: #777777;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}
.login-form .forgot-password a:hover {
  color: #ff9f30;
}

/*================================================
Register CSS
=================================================*/
.register-form {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  text-align: center;
}
.register-form .register-in-title {
  margin-bottom: 30px;
}
.register-form .register-in-title h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.register-form .register-in-title p {
  margin-bottom: 30px;
}
.register-form form .form-group {
  margin-bottom: 15px;
}
.register-form form .form-control {
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #02162e;
  padding-left: 20px;
  background: transparent;
}
.register-form form .form-control:focus {
  border-color: #ff9f30;
  outline: 0;
  box-shadow: none;
}
.register-form form .form-control::-moz-placeholder {
  color: #6b6b84;
}
.register-form form .form-control::placeholder {
  color: #6b6b84;
}
.register-form form .send-btn {
  margin-top: 20px;
}
.register-form form .send-btn .default-btn {
  cursor: pointer;
  border: 1px solid #ff9f30;
}
.register-form form span {
  display: block;
  color: #6b6b84;
}
.register-form form span a {
  color: #ff9f30;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
.error-content h3 {
  font-size: 38px;
  margin-top: 45px;
  margin-bottom: 15px;
}
.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}
.error-content .default-btn {
  border: 1px solid #ff9f30;
}

/*================================================
Privacy Area CSS
=================================================*/
.privacy-content h3 {
  font-size: 25px;
  margin: 0 0 16px 0;
}
.privacy-content ol, .privacy-content ul {
  margin-top: 20px;
}
.privacy-content ol li, .privacy-content ul li {
  margin-bottom: 10px;
  color: #6b6b84;
  line-height: 1.8;
  font-weight: 400;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-box {
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #ff9f30;
  transition: 0.5s;
  margin-bottom: 12px;
  position: relative;
}
.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.contact-info-box h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}
.contact-info-box p {
  margin-bottom: 2px;
}
.contact-info-box p a {
  display: inline-block;
  color: #6b6b84;
}
.contact-info-box p a:hover {
  color: #ff9f30;
}
.contact-info-box p:last-child {
  margin-bottom: 0;
}
.contact-info-box:hover {
  transform: translateY(-10px);
}
.contact-info-box:hover .icon {
  background-color: #ff9f30;
  color: #ffffff;
  border-color: #ff9f30;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px;
}
.contact-form .form-group .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #ff9f30;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: 200px;
  padding: 8px 12px;
  line-height: 1.5rem;
}
.contact-form .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}
.contact-form .form-group label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-form #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}
.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
  margin-top: 15px;
}
.contact-form .default-btn {
  border: 1px solid #ff9f30;
}
.contact-form .form-check {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #6b6b84;
}
.contact-form .form-check a {
  color: #ff9f30;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-desc h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}
.services-details-desc p {
  margin-bottom: 0;
}
.services-details-desc .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.services-details-desc .features-list li {
  position: relative;
  color: #02162e;
  margin-bottom: 15px;
  padding-left: 25px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 18px;
}
.services-details-desc .features-list li i {
  color: #ff9f30;
  position: absolute;
  left: 0;
  top: 8px;
}
.services-details-desc .features-list li:last-child {
  margin-bottom: 0;
}
.services-details-desc .text-result h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}
.services-details-desc .text-result p {
  margin-bottom: 0;
}
.services-details-desc .services-details-faq {
  margin-top: 30px;
}
.services-details-desc .services-details-faq .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.services-details-desc .services-details-faq .accordion .accordion-item {
  display: block;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
  border: none;
}
.services-details-desc .services-details-faq .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.services-details-desc .services-details-faq .accordion .accordion-title {
  padding: 18px 20px 18px 55px;
  color: #02162e;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}
.services-details-desc .services-details-faq .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #ff9f30;
  color: #ffffff;
}
.services-details-desc .services-details-faq .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 25px;
}
.services-details-desc .services-details-faq .accordion .accordion-title.active {
  border-bottom-color: #ff9f30;
}
.services-details-desc .services-details-faq .accordion .accordion-title.active i::before {
  content: "\f068";
}
.services-details-desc .services-details-faq .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 15px;
}
.services-details-desc .services-details-faq .accordion .accordion-content.show {
  display: block;
}

/*================================================
Projects Details Area CSS
=================================================*/
.project-details-image {
  margin-bottom: 30px;
}

.projects-details-desc h3 {
  margin-bottom: 14px;
  font-size: 28px;
}
.projects-details-desc .features-text {
  margin-top: 20px;
  margin-bottom: 25px;
}
.projects-details-desc .features-text h4 {
  margin-bottom: 12px;
  font-size: 20px;
}
.projects-details-desc .features-text h4 i {
  font-size: 22px;
  margin-right: 4px;
  color: #ff9f30;
}
.projects-details-desc .text {
  margin-top: 25px;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 30px;
}
.widget-area .widget:first-child {
  margin-top: 0;
}
.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: #ff9f30;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.widget-area .widget_search {
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #ff9f30;
}
.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #ff9f30;
  transition: 0.5s;
  cursor: pointer;
}
.widget-area .widget_search form button:hover {
  background-color: #02162e;
  color: #ffffff;
}
.widget-area .widget_projects_info {
  background-color: #ffffff;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-top: 3px solid #ff9f30;
  padding: 40px 30px;
}
.widget-area .widget_projects_info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_projects_info ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  color: #6b6b84;
  font-weight: 600;
  font-size: 16.5px;
  padding-left: 35px;
  padding-bottom: 20px;
}
.widget-area .widget_projects_info ul li span {
  color: #02162e;
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.widget-area .widget_projects_info ul li a {
  display: block;
  color: #6b6b84;
  margin-bottom: 8px;
}
.widget-area .widget_projects_info ul li a:last-child {
  margin-bottom: 0;
}
.widget-area .widget_projects_info ul li a:hover {
  color: #ff9f30;
}
.widget-area .widget_projects_info ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff9f30;
  font-weight: normal;
  font-size: 25px;
}
.widget-area .widget_projects_info ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget-area .widget_contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 400px;
  text-align: center;
  margin-top: 30px;
  background-image: url(../img/emergency-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.widget-area .widget_contact::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #000000;
  opacity: 0.5;
}
.widget-area .widget_contact .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 35px;
}
.widget-area .widget_contact .text span {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.widget-area .widget_contact .text a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  font-family: "Mulish", sans-serif;
}
.widget-area .widget_services_list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_services_list ul li {
  margin-bottom: 12px;
}
.widget-area .widget_services_list ul li a {
  display: block;
  color: #02162e;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 20px 20px;
  position: relative;
  font-weight: 700;
}
.widget-area .widget_services_list ul li a i {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  transition: 0.5s;
  color: #02162e;
  font-size: 20px;
}
.widget-area .widget_services_list ul li a:hover {
  background-color: #ff9f30;
  color: #ffffff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
}
.widget-area .widget_services_list ul li a:hover i {
  right: 15px;
  color: #ffffff;
}
.widget-area .widget_services_list ul li a:hover i::after {
  background-color: rgba(255, 255, 255, 0.4);
}
.widget-area .widget_services_list ul li.active a {
  background-color: #ff9f30;
  color: #ffffff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
}
.widget-area .widget_services_list ul li.active a i {
  color: #ffffff;
}
.widget-area .widget_services_list ul li.active a i::after {
  background-color: rgba(255, 255, 255, 0.4);
}
.widget-area .widget_services_list ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_download_list {
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 20px 20px;
}
.widget-area .widget_download_list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_download_list ul li {
  margin-bottom: 10px;
}
.widget-area .widget_download_list ul li a {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  font-weight: 500;
  display: block;
  padding: 14px 15px;
}
.widget-area .widget_download_list ul li a:hover {
  background-color: #ff9f30;
  color: #ffffff;
}
.widget-area .widget_download_list ul li a i {
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 25px;
}
.widget-area .widget_download_list ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_rezon_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_rezon_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_rezon_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_rezon_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget-area .widget_rezon_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_rezon_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/blog1.jpg);
}
.widget-area .widget_rezon_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/blog2.jpg);
}
.widget-area .widget_rezon_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/blog3.jpg);
}
.widget-area .widget_rezon_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_rezon_posts_thumb .item .info time {
  display: block;
  color: #6b6b84;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}
.widget-area .widget_rezon_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
}
.widget-area .widget_rezon_posts_thumb .item .info .title a {
  display: inline-block;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6b6b84;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 500;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: #ff9f30;
  height: 8px;
  width: 8px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}
.widget-area .widget_categories ul li a {
  color: #02162e;
  display: block;
}
.widget-area .widget_categories ul li a:hover {
  color: #ff9f30;
}
.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6b6b84;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 500;
}
.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_archive ul li::before {
  background: #ff9f30;
  height: 8px;
  width: 8px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}
.widget-area .widget_archive ul li a {
  color: #02162e;
  display: block;
}
.widget-area .widget_archive ul li a:hover {
  color: #ff9f30;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}
.widget-area .tagcloud a {
  display: inline-block;
  color: #02162e;
  font-weight: 500;
  font-size: 14.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #ff9f30;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #02162e;
  margin-right: 20px;
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #02162e;
  font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6b6b84;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #ff9f30;
}
.blog-details-desc .article-content .entry-meta ul li i {
  color: #ff9f30;
  margin-right: 2px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #ff9f30;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #6b6b84;
}
.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 40px;
  background-color: #faf5f5;
  color: #ff9f30;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}
.blog-details-desc .article-content .features-list li:hover i {
  background-color: #ff9f30;
  color: #ffffff;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
  color: #6b6b84;
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #02162e;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #6b6b84;
}
.blog-details-desc .article-footer .article-tags a:hover {
  color: #ff9f30;
}
.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #6b6b84;
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #ff9f30;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #ff9f30;
  transform: translateY(-2px);
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 30px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p, .blockquote p {
  color: #02162e;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 20px !important;
}
blockquote cite, .blockquote cite {
  display: none;
}
blockquote::after, .blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ff9f30;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-navigation {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-navigation .navigation-links {
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
  flex: 0 0 50%;
  max-width: 50%;
}
.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
  transition: 0.5s;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 0;
}
.post-navigation .navigation-links .nav-next {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
  transition: 0.5s;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}
.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}
.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 25px;
}
.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 30px;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 115px;
  color: #02162e;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #02162e;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #ff9f30;
  border-color: #ff9f30;
}
.comments-area .comment-author {
  font-size: 18px;
  margin-bottom: 0.1em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 100px;
  left: -115px;
  position: absolute;
  width: 100px;
  border-radius: 50px;
}
.comments-area .comment-author .fn {
  font-size: 20px;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: #6b6b84;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 400;
}
.comments-area .comment-metadata a {
  color: #6b6b84;
}
.comments-area .comment-metadata a:hover {
  color: #ff9f30;
}

.comment-respond-reply {
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}
.comment-respond-reply .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 25px;
}
.comment-respond-reply .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}
.comment-respond-reply .comment-form {
  overflow: hidden;
}
.comment-respond-reply .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}
.comment-respond-reply .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.comment-respond-reply label {
  display: block;
  font-weight: 400;
  color: #02162e;
  margin-bottom: 5px;
}
.comment-respond-reply input[type=date], .comment-respond-reply input[type=time], .comment-respond-reply input[type=datetime-local], .comment-respond-reply input[type=week], .comment-respond-reply input[type=month], .comment-respond-reply input[type=text], .comment-respond-reply input[type=email], .comment-respond-reply input[type=url], .comment-respond-reply input[type=password], .comment-respond-reply input[type=search], .comment-respond-reply input[type=tel], .comment-respond-reply input[type=number], .comment-respond-reply textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.comment-respond-reply input[type=date]:focus, .comment-respond-reply input[type=time]:focus, .comment-respond-reply input[type=datetime-local]:focus, .comment-respond-reply input[type=week]:focus, .comment-respond-reply input[type=month]:focus, .comment-respond-reply input[type=text]:focus, .comment-respond-reply input[type=email]:focus, .comment-respond-reply input[type=url]:focus, .comment-respond-reply input[type=password]:focus, .comment-respond-reply input[type=search]:focus, .comment-respond-reply input[type=tel]:focus, .comment-respond-reply input[type=number]:focus, .comment-respond-reply textarea:focus {
  border-color: #ff9f30;
}
.comment-respond-reply .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comment-respond-reply .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comment-respond-reply .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comment-respond-reply .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.comment-respond-reply .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 4px;
}
.comment-respond-reply .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6b6b84;
  font-weight: normal;
  position: relative;
  top: -2px;
}
.comment-respond-reply .form-submit {
  float: left;
  width: 100%;
}
.comment-respond-reply .form-submit input {
  background: #ff9f30;
  border: none;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 5px;
  text-transform: capitalize;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
}
.comment-respond-reply .form-submit input:hover, .comment-respond-reply .form-submit input:focus {
  color: #ffffff;
  background-color: #02162e;
}

/*================================================
Products Area CSS
=================================================*/
.single-products-box {
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s;
}
.single-products-box .products-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.single-products-box .products-image a {
  position: relative;
  display: block;
}
.single-products-box .products-image a img {
  transition: 0.5s;
}
.single-products-box .products-content {
  margin-top: 20px;
  position: relative;
}
.single-products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.single-products-box .products-content h3 a {
  display: inline-block;
  color: #02162e;
}
.single-products-box .products-content h3 a:hover {
  color: #ff9f30;
}
.single-products-box .products-content .price {
  margin-top: 8px;
  transition: 0.5s;
  font-weight: 600;
}
.single-products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}
.single-products-box .products-content .star-rating {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #f49f0b;
}
.single-products-box .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}
.single-products-box .products-content .add-to-cart {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: capitalize;
  transition: 0.5s;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  font-size: 14px;
  font-weight: 600;
}
.single-products-box .products-content .add-to-cart:hover {
  color: #ff9f30;
}
.single-products-box:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}
.single-products-box:hover .products-content .add-to-cart {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.single-products-box:hover .products-image a img {
  transform: scale(1.07);
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 30px 0 30px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-weight: 700;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: 0.6s;
  white-space: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #ff9f30;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: #ff9f30;
  float: right;
  position: relative;
  top: -1px;
}
.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-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.6s;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #ff9f30;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #ff9f30;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  outline: 0;
  box-shadow: none;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #ff9f30;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #ff9f30;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
}
.cart-buttons .col-lg-5 {
  text-align: right;
}
.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}
.cart-buttons .shopping-coupon-code .form-control {
  height: 53px;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ff9f30;
}
.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  background: #ff9f30;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  line-height: 54px;
  font-weight: 600;
  outline: 0;
  transition: 0.6s;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
}
.cart-buttons .shopping-coupon-code button:hover {
  background-color: #fdced2;
  color: #ffffff;
}
.cart-buttons .default-btn {
  padding: 14px 30px;
  background-color: #ff9f30;
  color: #ffffff;
  border: 1px solid #ff9f30;
  text-decoration: none;
  display: inline-block;
}
.cart-buttons .default-btn:hover {
  background-color: #ffffff;
  color: #ff9f30;
  transition: 0.6s;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 620px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}
.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #02162e;
  overflow: hidden;
  font-weight: 600;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li b {
  font-weight: 500;
}
.cart-totals ul li span {
  float: right;
  color: #6b6b84;
  font-weight: 500;
}
.cart-totals .default-btn {
  border: 1px solid #ff9f30;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #02162e;
  position: relative;
}
.user-actions::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.user-actions i {
  color: #02162e;
  margin-right: 2px;
  font-size: 25px;
  color: #ff9f30;
  position: relative;
  top: 2px;
}
.user-actions span {
  display: inline-block;
  font-weight: 400;
  color: #02162e;
  font-size: 16px;
}
.user-actions span a {
  display: inline-block;
  color: #02162e;
  text-decoration: none;
}
.user-actions span a:hover, .user-actions span a:focus {
  color: #ff9f30;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
}
.billing-details .title::before {
  content: "";
  position: absolute;
  background: #ff9f30;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.billing-details .form-group {
  margin-bottom: 25px;
}
.billing-details .form-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
}
.billing-details .form-group label .required {
  color: #02162e;
}
.billing-details .form-group .nice-select {
  float: unset;
  line-height: 53px;
  color: #666666;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}
.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  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 {
  transition: 0.6s;
  padding-left: 20px;
  padding-right: 20px;
}
.billing-details .form-group .nice-select .list .option:hover {
  background-color: #ff9f30 !important;
  color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}
.billing-details .form-group .nice-select:after {
  right: 20px;
}
.billing-details .form-group .form-control {
  height: 50px;
  outline: 0;
  box-shadow: none;
}
.billing-details .form-group .form-control:focus {
  border-color: #ff9f30;
  outline: 0;
  box-shadow: none;
}
.billing-details .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.billing-details .form-check {
  margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
  color: #02162e;
}
.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
}
.order-details .title::before {
  content: "";
  position: absolute;
  background: #ff9f30;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.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;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 15.5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}
.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}
.order-details .order-table table tbody tr td.product-name a:hover {
  color: #ff9f30;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #666666;
  font-weight: 500;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}
.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #02162e;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .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]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ff9f30;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.6s;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .default-btn.order-btn {
  display: block;
  margin-top: 25px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border: 1px solid #ff9f30;
}

/*================================================
Product Details Area CSS
=================================================*/
.product-details-image {
  background-image: url(../img/product-details.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.product-details-desc {
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
}
.product-details-desc h3 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
}
.product-details-desc .price {
  margin-bottom: 15px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
}
.product-details-desc p {
  margin-bottom: 0;
}
.product-details-desc .product-review {
  margin-bottom: 15px;
}
.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.product-details-desc .product-review .rating i {
  color: #ffba0a;
}
.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: initial;
}
.product-details-desc .product-review .rating-count:hover {
  color: #ff9f30;
  border-color: #ff9f30;
  text-decoration: none;
}
.product-details-desc .product-add-to-cart {
  margin-top: 20px;
}
.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 55px;
  transition: 0.5s;
}
.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #ff9f30;
}
.product-details-desc .product-add-to-cart .input-counter input {
  height: 50px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.product-details-desc .product-add-to-cart .input-counter input::-moz-placeholder {
  color: #000000;
}
.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #000000;
}
.product-details-desc .product-add-to-cart .default-btn {
  position: relative;
  padding: 12px 30px;
  background-color: #ff9f30;
  color: #ffffff;
  border: 1px solid #ff9f30;
  cursor: pointer;
}
.product-details-desc .product-add-to-cart .default-btn i {
  margin-right: 2px;
}
.product-details-desc .product-add-to-cart .default-btn:hover {
  background-color: #ffffff;
  color: #ff9f30;
  transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}
.product-details-desc .buy-checkbox-btn input {
  display: none;
}
.product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
}
.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease;
  transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition: 0.6s;
}
.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  position: relative;
  top: 1px;
  padding-left: 4px;
  color: #666666;
}
.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #ff9f30;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #ff9f30;
  border-color: #ff9f30;
  animation: wave 0.4s ease;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}
.product-details-desc .buy-checkbox-btn .btn-light {
  background-color: #f2f2f2;
  border: none;
  padding: 13px 25px 10px 25px;
  transition: 0.6s;
  font-weight: 600;
  display: block;
  width: 100%;
}
.product-details-desc .buy-checkbox-btn .btn-light:hover {
  background-color: #ff9f30;
  color: #ffffff;
}
.product-details-desc .products-share {
  margin-top: 30px;
}
.product-details-desc .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.product-details-desc .products-share .social li {
  display: inline-block;
}
.product-details-desc .products-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.product-details-desc .products-share .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #ff9f30;
  color: #ffffff;
  border: 1px solid #ff9f30;
  text-align: center;
  font-size: 18px;
  margin-left: 2px;
}
.product-details-desc .products-share .social li a:hover, .product-details-desc .products-share .social li a:focus {
  color: #ff9f30;
  background-color: transparent;
}
.product-details-desc .products-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.product-details-desc .products-share .social li a.facebook:hover, .product-details-desc .products-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.product-details-desc .products-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}
.product-details-desc .products-share .social li a.twitter:hover, .product-details-desc .products-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.product-details-desc .products-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}
.product-details-desc .products-share .social li a.linkedin:hover, .product-details-desc .products-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.product-details-desc .products-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}
.product-details-desc .products-share .social li a.instagram:hover, .product-details-desc .products-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.products-details-tab {
  margin-top: 50px;
}
.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}
.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}
.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  color: #02162e;
  border: 1px dashed #eeeeee;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 18px;
}
.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #ff9f30;
  border-color: #ff9f30;
}
.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #ff9f30;
  border-color: #ff9f30;
}
.products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.products-details-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}
.products-details-tab .tab_content .tabs_item {
  display: none;
}
.products-details-tab .tab_content .tabs_item:first-child {
  display: block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 20px;
  background-color: #ff9f30;
  color: #ffffff;
  transition: 0.5s;
  font-size: 15px;
  border: 1px solid #ff9f30;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
  background-color: #ffffff;
  color: #ff9f30;
  text-decoration: none;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #666666;
  top: 40px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff9f30;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
  margin-bottom: 20px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
  max-width: 100%;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 15px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  height: 55px;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  transition: 0.5s;
  color: #02162e;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus {
  background-color: transparent;
  border: 1px solid #ff9f30;
  outline: 0;
  box-shadow: none;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
  padding-top: 15px;
  height: auto;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form .default-btn {
  border: 1px solid #ff9f30;
  cursor: pointer;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #19212a;
  padding-top: 125px;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget .logo {
  margin-bottom: 25px;
}
.single-footer-widget .logo h2 a {
  color: #ffffff;
}
.single-footer-widget p {
  color: #ffffff;
  margin-bottom: 0;
}
.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.single-footer-widget .social li {
  display: inline-block;
  margin-right: 10px;
}
.single-footer-widget .social li:last-child {
  margin-right: 0;
}
.single-footer-widget .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #ff9f30;
  color: #ffffff;
  border: 1px solid #ff9f30;
  text-align: center;
  font-size: 18px;
}
.single-footer-widget .social li a:hover, .single-footer-widget .social li a:focus {
  color: #ff9f30;
  background-color: transparent;
}
.single-footer-widget .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.single-footer-widget .social li a.facebook:hover, .single-footer-widget .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.single-footer-widget .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}
.single-footer-widget .social li a.twitter:hover, .single-footer-widget .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.single-footer-widget .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}
.single-footer-widget .social li a.linkedin:hover, .single-footer-widget .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.single-footer-widget .social li a.pinterest {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}
.single-footer-widget .social li a.pinterest:hover, .single-footer-widget .social li a.pinterest:focus {
  color: #c13584;
  background-color: transparent;
}
.single-footer-widget h3 {
  font-size: 22px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #ff9f30;
}
.single-footer-widget h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #ff9f30;
}
.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .quick-links li {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 15px;
}
.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}
.single-footer-widget .quick-links li a:hover {
  color: #ff9f30;
}
.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}
.single-footer-widget .quick-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #ff9f30;
}
.single-footer-widget .quick-links li i {
  color: #ff9f30;
}
.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  padding-left: 35px;
}
.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  color: #ff9f30;
}
.single-footer-widget .footer-contact-info li span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}
.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  font-size: 15px;
}
.single-footer-widget .footer-contact-info li a:hover {
  color: #ff9f30;
}
.single-footer-widget .footer-contact-info li a:hover::before {
  width: 100%;
}
.single-footer-widget .footer-contact-info li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #ff9f30;
}
.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

/*================================================
Copyright Section CSS
=================================================*/
.copyright-area {
  background-color: #0f171f;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright-area p {
  color: #ffffff;
}
.copyright-area p a {
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}
.copyright-area p a:hover {
  color: #ff9f30;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #02162e;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.9s;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.go-top:hover {
  background-color: #ff9f30;
  color: #ffffff;
  transition: 0.5s;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 30px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #82b440;
  padding: 8px 20px 8px;
  font-size: 14px;
  font-weight: 500;
  animation-name: tada;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.buy-now-btn:hover {
  background-color: #ff9f30;
  color: #ffffff !important;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}/*# sourceMappingURL=style.css.map */
{
  "version": 3,
  "mappings": "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",
  "sources": [
      "style.scss",
      "sass/abstracts/_variables.scss",
      "sass/abstracts/_mixins.scss",
      "sass/base/_reset.scss",
      "sass/base/_typography.scss",
      "sass/base/_helper_class.scss",
      "sass/components/_buttons.scss",
      "sass/layout/_contact.scss",
      "sass/layout/_features.scss",
      "sass/layout/_footer.scss"
  ],
  "names": [],
  "file": "style.css"
}