/*
@File: Dibiz 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
** - Navbar Area CSS
** - Search Overlay CSS
** - Main Banner Area CSS
** - Boxes Area CSS
** - Featured Services Area CSS
** - About Area CSS
** - What We Do Area CSS
** - Services Area CSS
** - Services Details Area CSS
** - Testimonials Area CSS
** - Partner Area CSS
** - History Area CSS
** - Portfolio Area CSS
** - Portfolio Details Area CSS
** - SEO Analysis Area CSS
** - How It's Work Area CSS
** - Team Area CSS
** - Pricing Area CSS
** - Gallery Area CSS
** - Subscribe Area CSS
** - Project Start Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Products Area CSS
** - Products Details Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Page Title Area CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Profile Authentication Area CSS
** - 404 Error Area CSS
** - Terms of Service Area CSS
** - Privacy Policy Area CSS
** - Coming Soon Area CSS
** - FAQ Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS
** - Sidebar Modal CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
:root {
  --fontFamily: 'Nunito', sans-serif;
  --mainColor: #fe4c1c;
  --optionalColor: #4b5280;
  --whiteColor: #ffffff;
  --blackColor: #080e32;
  --fontSize: 16px;
  --transition: .5s;
}

body {
  padding: 0;
  margin: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

a {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: #ea202a;
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--optionalColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.container {
  max-width: 1230px;
}

/*section-title*/
.section-title {
  .max-width: 720px;
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.section-title .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 42px;
}

.section-title p {
  max-width: 600px;
  font-size: 17px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.section-title .learn-more-btn {
  margin-top: 20px;
}

/*default-btn*/
.default-btn {
  text-align: center;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  border: none;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  color: var(--whiteColor);
  background-color: var(--blackColor);
  font-size: 17px;
  font-weight: 700;
}

.default-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #ea202a;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.default-btn:hover {
  color: var(--whiteColor);
}

.default-btn:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/*form-control*/
.form-control {
  height: 50px;
  color: var(--blackColor);
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: 16px;
  font-weight: 600;
}

.form-control::-webkit-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::placeholder {
  color: #7e7e7e;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:focus {
  border-color: #ea202a;
  background-color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar-area {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: var(--whiteColor) !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area.navbar-color-white.is-sticky {
  background-color: var(--blackColor) !important;
}

.dibiz-responsive-nav {
  display: none;
}

.dibiz-nav .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.dibiz-nav .navbar {
  position: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.dibiz-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.dibiz-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.dibiz-nav .navbar .navbar-nav {
  margin-left: auto;
}

.dibiz-nav .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.dibiz-nav .navbar .navbar-nav .nav-item a {
  color: var(--blackColor);
  font-size: 17.5px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.dibiz-nav .navbar .navbar-nav .nav-item a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: -5px;
  margin-right: -3px;
}

.dibiz-nav .navbar .navbar-nav .nav-item a:hover, .dibiz-nav .navbar .navbar-nav .nav-item a:focus, .dibiz-nav .navbar .navbar-nav .nav-item a.active {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.dibiz-nav .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.dibiz-nav .navbar .navbar-nav .nav-item:hover a, .dibiz-nav .navbar .navbar-nav .nav-item.active a {
  color: #ea202a;
}

.dibiz-nav .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: var(--whiteColor);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 3px solid #ea202a;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 20px;
  position: relative;
  display: block;
  color: var(--blackColor);
  font-size: 16.5px;
  font-weight: 700;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  margin-top: 15px;
  visibility: hidden;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.dibiz-nav .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;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.dibiz-nav .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;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ea202a;
}

.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.dibiz-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/*.dibiz-nav .navbar .others-option {
  background-color: #ea202a;
  border-radius: 30px;
  padding: 10px 18px 3px;
  margin-left: 30px;
}
}*/
.dibiz-nav .navbar .others-option {
  background-color: #ea202a;
  border-radius: 30px;
  padding: 8px 18px 8px;
  margin-left: 30px;
}
  
.dibiz-nav .navbar .others-option .cart-btn{
  display:none;
}
.dibiz-nav .navbar .others-option a, .others-option-for-responsive .others-option a{
	color: #fffbfa;
    font-size: 17.5px;
    font-weight: 700;
	text-transform: capitalize;
}
.dibiz-nav .navbar .others-option .option-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.dibiz-nav .navbar .others-option .option-item::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -4px;
  background-color: #fa6a45;
  height: 25px;
  width: 1.5px;
}

.dibiz-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.dibiz-nav .navbar .others-option .option-item:first-child::before {
  display: none;
}

.dibiz-nav .navbar .others-option .side-menu-btn i {
  cursor: pointer;
  font-size: 35px;
  position: relative;
  top: 4px;
  line-height: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
}

.dibiz-nav .navbar .others-option .side-menu-btn i:hover {
  color: var(--whiteColor);
}

.dibiz-nav .navbar .others-option .search-box i {
  cursor: pointer;
  font-size: 22px;
  color: var(--whiteColor);
  position: relative;
  top: -2px;
  line-height: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.dibiz-nav .navbar .others-option .search-box i:hover {
  color: var(--whiteColor);
}

.dibiz-nav .navbar .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  font-size: 25px;
  color: var(--whiteColor);
  line-height: 1;
  padding-right: 10px;
}

.dibiz-nav .navbar .others-option .cart-btn a span {
  position: absolute;
  right: 0;
  top: -3px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--blackColor);
  font-size: 14px;
  font-weight: 600;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item a {
  color: var(--whiteColor);
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item a:hover, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item a:focus, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item a.active {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item:hover a, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item.active a {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ea202a;
}

.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ea202a;
}

.navbar-style-two {
  position: relative;
  background-color: var(--whiteColor);
}

.navbar-style-two.is-sticky {
  position: fixed;
  background-color: var(--whiteColor) !important;
}

/*test mega menu*/


.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: -34px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--blackColor);
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #ea202a;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
  padding: 15px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: var(--whiteColor);
}

.others-option-for-responsive .option-inner .others-option {
  background-color: #ea202a;
  border-radius: 30px;
  padding: 10px 18px 3px;
}

.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.others-option-for-responsive .option-inner .others-option .option-item::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -4px;
  background-color: #fa6a45;
  height: 25px;
  width: 1.5px;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child::before {
  display: none;
}

.others-option-for-responsive .option-inner .others-option .side-menu-btn i {
  cursor: pointer;
  font-size: 35px;
  position: relative;
  top: 4px;
  line-height: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
}

.others-option-for-responsive .option-inner .others-option .side-menu-btn i:hover {
  color: var(--whiteColor);
}

.others-option-for-responsive .option-inner .others-option .search-box i {
  cursor: pointer;
  font-size: 22px;
  color: var(--whiteColor);
  position: relative;
  top: -2px;
  line-height: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.others-option-for-responsive .option-inner .others-option .search-box i:hover {
  color: var(--whiteColor);
}

.others-option-for-responsive .option-inner .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  font-size: 25px;
  color: var(--whiteColor);
  line-height: 1;
  padding-right: 10px;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a span {
  position: absolute;
  right: 0;
  top: -3px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--blackColor);
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .navbar-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.is-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dibiz-responsive-nav {
    display: block;
  }
  .dibiz-responsive-nav .dibiz-responsive-menu {
    position: relative;
  }
  .dibiz-responsive-nav .dibiz-responsive-menu.mean-container .mean-nav {
    margin-top: 55px;
  }
  .dibiz-responsive-nav .dibiz-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .dibiz-responsive-nav .dibiz-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #ea202a;
  }
  .dibiz-responsive-nav .dibiz-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14.5px;
  }
  .dibiz-responsive-nav .dibiz-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 357px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .dibiz-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--blackColor);
  }
  .dibiz-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--blackColor);
  }
  .dibiz-responsive-nav .others-option {
    display: none !important;
    background-color: #ea202a;
    border-radius: 30px;
    padding: 10px 18px 3px;
  }
  .dibiz-responsive-nav .others-option .option-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
  }
  .dibiz-responsive-nav .others-option .option-item::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -4px;
    background-color: #fa6a45;
    height: 25px;
    width: 1.5px;
  }
  .dibiz-responsive-nav .others-option .option-item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .dibiz-responsive-nav .others-option .option-item:first-child::before {
    display: none;
  }
  .dibiz-responsive-nav .others-option .side-menu-btn i {
    cursor: pointer;
    font-size: 35px;
    position: relative;
    top: 4px;
    line-height: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--whiteColor);
  }
  .dibiz-responsive-nav .others-option .side-menu-btn i:hover {
    color: var(--whiteColor);
  }
  .dibiz-responsive-nav .others-option .search-box i {
    cursor: pointer;
    font-size: 22px;
    color: var(--whiteColor);
    position: relative;
    top: -2px;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .dibiz-responsive-nav .others-option .search-box i:hover {
    color: var(--whiteColor);
  }
  .dibiz-responsive-nav .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    font-size: 25px;
    color: var(--whiteColor);
    line-height: 1;
    padding-right: 10px;
  }
  .dibiz-responsive-nav .others-option .cart-btn a span {
    position: absolute;
    right: 0;
    top: -3px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: var(--blackColor);
    font-size: 14px;
    font-weight: 600;
  }
  .dibiz-responsive-nav .logo {
    position: relative;
    width: 60%;
    z-index: 999;
  }
  .dibiz-nav {
    display: none;
  }
  .navbar-color-white .dibiz-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--whiteColor);
  }
  .navbar-color-white .dibiz-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--whiteColor);
  }
  .navbar-color-white .others-option-for-responsive .dot-menu .inner .circle {
    background-color: var(--whiteColor);
  }
  .others-option-for-responsive {
    display: block;
  }
}

/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.search-overlay .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 0.9s ease-in-out 1.5s;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: var(--whiteColor);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  background: #ea202a;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
  -webkit-transition: all 0.9s ease-in-out 1.4s;
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
}

.search-overlay .search-overlay-form form {
  position: relative;
}

.search-overlay .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: var(--blackColor);
  padding: 3px 0 0 25px;
}

.search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: .5px;
  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: .5px;
  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: .5px;
  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search::placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: .5px;
  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: var(--whiteColor);
  height: 50px;
  border-radius: 50%;
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none;
  font-size: 20px;
  line-height: 45px;
}

.search-overlay .search-overlay-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  position: relative;
  z-index: 1;
  padding-top: 95px;
  background-color: #fffbfb;
  background-image: url(../../assets/img/banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.main-banner-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.main-banner-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.main-banner-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.main-banner-content {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-banner-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.main-banner-content h1 {
  margin-bottom: 20px;
  font-size: 60px;
}

.main-banner-content p {
  max-width: 630px;
}

.main-banner-content .btn-box {
  margin-top: 30px;
}

.main-banner-content .btn-box .video-btn {
  margin-left: 25px;
  position: relative;
  padding-left: 55px;
  font-size: 18px;
  font-weight: 700;
}

.main-banner-content .btn-box .video-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: normal;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #4b77e1;
  color: var(--whiteColor);
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
}

.main-banner-content .btn-box .video-btn:hover {
  color: #ea202a;
}

.main-banner-content .btn-box .video-btn:hover i {
  color: var(--whiteColor);
  background-color: #ea202a;
}

.main-banner-image {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/banner-img1.jpg);
}

.main-banner-image img {
  display: none;
}

.home-wrapper-area {
  position: relative;
  z-index: 1;
  background-color: var(--blackColor);
  padding-top: 95px;
  padding-bottom: 280px;
}

.home-wrapper-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.home-wrapper-area .shape2 {
  left: 9%;
  top: 17%;
}

.home-wrapper-area .shape3 {
  top: 20%;
}

.home-wrapper-area .shape4 {
  left: auto;
  bottom: 21%;
  right: 15%;
}

.home-wrapper-area .shape8 {
  left: 35%;
  bottom: 35%;
}

.home-wrapper-area .shape6 {
  left: 8%;
  bottom: 8%;
}

.home-wrapper-area .shape5 {
  left: 10%;
  bottom: 32%;
}

.banner-content {
  overflow: hidden;
}

.banner-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.banner-content h1 {
  margin-bottom: 20px;
  color: var(--whiteColor);
  font-size: 60px;
}

.banner-content p {
  max-width: 630px;
  color: #e1e1e1;
}

.banner-content .btn-box {
  margin-top: 30px;
}

.banner-content .btn-box .default-btn {
  background-color: var(--whiteColor);
}

.banner-content .btn-box .default-btn:hover {
  color: var(--blackColor);
}

.banner-content .btn-box .video-btn {
  margin-left: 25px;
  position: relative;
  padding-left: 55px;
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 700;
}

.banner-content .btn-box .video-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: normal;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #4b77e1;
  color: var(--whiteColor);
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
}

.banner-content .btn-box .video-btn:hover {
  color: #ea202a;
}

.banner-content .btn-box .video-btn:hover i {
  color: var(--whiteColor);
  background-color: #ea202a;
}

.banner-image {
  overflow: hidden;
  text-align: center;
}

.owl-item.active .banner-content .sub-title {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.owl-item.active .banner-content p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.owl-item.active .banner-content .btn-box {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.owl-item.active .banner-image img {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -100px;
  bottom: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #9b9dac;
  margin: 0 7px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #9b9dac;
  text-align: center;
  line-height: 40px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ea202a;
  border-color: #ea202a;
  color: var(--whiteColor);
}

.home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.home-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: transparent;
  border: 1px solid #fe9b81;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
}

.home-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ea202a;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  visibility: hidden;
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span, .home-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ea202a;
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span::before, .home-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.digital-agency-banner {
  .background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
  .background-image: url(../../assets/img/banner.jpg);
  background: 0 -60px url(../../assets/img/banner.jpg);
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
}

.digital-agency-banner .banner-content .sub-title {
  color: var(--whiteColor);
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1{
  .color: #fff;
  .font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  .border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  .letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}


.main-banner {
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  background-image: url(../../assets/img/banner-bg2.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 230px;
}

.main-banner .shape2 {
  left: 10%;
  top: 20%;
}

.main-banner .shape7 {
  left: 85%;
  bottom: 10%;
}

.main-banner .shape6 {
  left: 90%;
  bottom: 85%;
}

.main-banner .shape13 {
  left: 67%;
  bottom: 43%;
}

.banner-area-content {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.banner-area-content h1 {
  margin-bottom: 20px;
  font-size: 55px;
}

.banner-area-content p {
  max-width: 630px;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
}

.banner-area-content img {
  margin-top: 60px;
}

.banner-area-content form {
  margin-top: 35px;
}

.banner-area-content form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.banner-area-content form .row .col-lg-5, .banner-area-content form .row .col-lg-3, .banner-area-content form .row .col-lg-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.banner-area-content form .form-group {
  margin-bottom: 0;
}

.banner-area-content form .form-control {
  background-color: var(--whiteColor);
  height: 55px;
}

.banner-area-content form .form-control:focus {
  border-color: #ea202a;
}

.banner-area-content form .default-btn {
  height: 55px;
  display: block;
  width: 100%;
}

.banner-section {
  position: relative;
  z-index: 1;
  background-color: #F7F9F8;
  padding-top: 120px;
  padding-bottom: 120px;
}

.banner-section .shape2 {
  left: 10%;
  top: 20%;
}

.banner-section .shape7 {
  left: 85%;
  bottom: 10%;
}

.banner-section .shape6 {
  left: 90%;
  bottom: 85%;
}

.banner-section .shape13 {
  left: 67%;
  bottom: 43%;
}

.banner-section .shape8 {
  left: 60%;
  bottom: auto;
  top: 8%;
}

.home-content {
  max-width: 740px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-content img {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 40px;
}

.home-content .sub-title {
  display: block;
  margin-bottom: 13px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.home-content h1 {
  margin-bottom: 12px;
  font-size: 55px;
}

.home-content p {
  max-width: 630px;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
}

.home-content .default-btn {
  margin-top: 10px;
}

.owl-item.active .home-content img {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active .home-content .sub-title {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.owl-item.active .home-content h1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.owl-item.active .home-content p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.owl-item.active .home-content .default-btn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.home-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #9b9dac;
  margin: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #9b9dac;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 35px;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ea202a;
  border-color: #ea202a;
  color: var(--whiteColor);
}

.banner-area {
  padding-bottom: 170px;
  padding-top: 240px;
}

.banner-area .main-banner-content {
  padding: 0;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.banner-area .main-banner-content p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.banner-area .main-banner-content .default-btn {
  margin-top: 10px;
}

.banner-area .shape4 {
  left: 85%;
  bottom: 30%;
  z-index: -1;
}

.banner-area .shape5 {
  left: 5%;
  bottom: 40%;
}

.banner-area .shape6 {
  left: 30%;
  bottom: 35%;
}

.banner-area .shape7 {
  left: 75%;
  bottom: 55%;
}

.banner-area .shape8 {
  left: auto;
  bottom: auto;
  top: 20%;
  right: 15%;
}

.shape1 {
  position: absolute;
  left: 46%;
  top: 16%;
  z-index: 1;
}

.shape1 img {
  -webkit-animation: movescale 5s linear infinite;
          animation: movescale 5s linear infinite;
}

.shape2 {
  position: absolute;
  left: 4%;
  top: 21%;
  z-index: -1;
}

.shape2 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape3 {
  position: absolute;
  left: 25%;
  top: 24%;
  z-index: -1;
}

.shape3 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.shape4 {
  position: absolute;
  left: 47%;
  bottom: 10%;
  z-index: 1;
}

.shape4 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.shape5 {
  position: absolute;
  left: 9%;
  bottom: 10%;
  z-index: -1;
}

.shape5 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape6 {
  position: absolute;
  left: 25%;
  bottom: 17%;
  z-index: -1;
}

.shape6 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape7 {
  position: absolute;
  left: 35%;
  bottom: 8%;
  z-index: -1;
}

.shape7 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape8 {
  position: absolute;
  left: 38%;
  bottom: 22%;
  z-index: -1;
}

.shape8 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.shape13 {
  position: absolute;
  left: 25%;
  bottom: 30%;
  z-index: -1;
}

.shape13 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape14 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@-webkit-keyframes movescale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes movescale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}

.single-boxes-box {
  margin-bottom: 30px;
  text-align: center;
  padding: 50px 25px;
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.single-boxes-box .icon {
  background-color: #fae4de;
  position: relative;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #ea202a;
  font-size: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.single-boxes-box .icon .circles-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-boxes-box .icon .circles-box .circle-one {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  background-color: #ea202a;
}

.single-boxes-box h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.single-boxes-box .learn-more-btn {
  margin-top: 10px;
}

.single-boxes-box:hover .icon {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.single-boxes-box:hover .icon .circles-box .circle-two {
  opacity: 1;
  visibility: visible;
}

.col-lg-4:nth-child(2) .single-boxes-box .icon, .col-lg-4:nth-child(8) .single-boxes-box .icon, .col-lg-4:nth-child(14) .single-boxes-box .icon {
  background-color: #d8d1e8;
  color: #290390;
}

.col-lg-4:nth-child(2) .single-boxes-box .icon .circles-box, .col-lg-4:nth-child(8) .single-boxes-box .icon .circles-box, .col-lg-4:nth-child(14) .single-boxes-box .icon .circles-box {
  -webkit-animation-name: rotatemetwo;
          animation-name: rotatemetwo;
}

.col-lg-4:nth-child(2) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(8) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(14) .single-boxes-box .icon .circles-box .circle-one {
  background-color: #290390;
}

.col-lg-4:nth-child(2) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(8) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(14) .single-boxes-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(2) .single-boxes-box:hover .icon, .col-lg-4:nth-child(8) .single-boxes-box:hover .icon, .col-lg-4:nth-child(14) .single-boxes-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(3) .single-boxes-box .icon, .col-lg-4:nth-child(9) .single-boxes-box .icon, .col-lg-4:nth-child(15) .single-boxes-box .icon {
  background-color: #d6ebea;
  color: #1fa299;
}

.col-lg-4:nth-child(3) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(9) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(15) .single-boxes-box .icon .circles-box .circle-one {
  background-color: #1fa299;
}

.col-lg-4:nth-child(3) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(9) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(15) .single-boxes-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(3) .single-boxes-box:hover .icon, .col-lg-4:nth-child(9) .single-boxes-box:hover .icon, .col-lg-4:nth-child(15) .single-boxes-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(4) .single-boxes-box .icon, .col-lg-4:nth-child(10) .single-boxes-box .icon, .col-lg-4:nth-child(16) .single-boxes-box .icon {
  background-color: #f3e3f6;
  color: #9916b1;
}

.col-lg-4:nth-child(4) .single-boxes-box .icon .circles-box, .col-lg-4:nth-child(10) .single-boxes-box .icon .circles-box, .col-lg-4:nth-child(16) .single-boxes-box .icon .circles-box {
  -webkit-animation-name: rotatemetwo;
          animation-name: rotatemetwo;
}

.col-lg-4:nth-child(4) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(10) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(16) .single-boxes-box .icon .circles-box .circle-one {
  background-color: #9916b1;
}

.col-lg-4:nth-child(4) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(10) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(16) .single-boxes-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(4) .single-boxes-box:hover .icon, .col-lg-4:nth-child(10) .single-boxes-box:hover .icon, .col-lg-4:nth-child(16) .single-boxes-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(5) .single-boxes-box .icon, .col-lg-4:nth-child(11) .single-boxes-box .icon, .col-lg-4:nth-child(17) .single-boxes-box .icon {
  background-color: #f9e1f0;
  color: #cb0680;
}

.col-lg-4:nth-child(5) .single-boxes-box .icon .circles-box, .col-lg-4:nth-child(11) .single-boxes-box .icon .circles-box, .col-lg-4:nth-child(17) .single-boxes-box .icon .circles-box {
  -webkit-animation-name: rotatemetwo;
          animation-name: rotatemetwo;
}

.col-lg-4:nth-child(5) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(11) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(17) .single-boxes-box .icon .circles-box .circle-one {
  background-color: #cb0680;
}

.col-lg-4:nth-child(5) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(11) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(17) .single-boxes-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(5) .single-boxes-box:hover .icon, .col-lg-4:nth-child(11) .single-boxes-box:hover .icon, .col-lg-4:nth-child(17) .single-boxes-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(6) .single-boxes-box .icon, .col-lg-4:nth-child(12) .single-boxes-box .icon, .col-lg-4:nth-child(18) .single-boxes-box .icon {
  background-color: #e6f5e3;
  color: #2eb01c;
}

.col-lg-4:nth-child(6) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(12) .single-boxes-box .icon .circles-box .circle-one, .col-lg-4:nth-child(18) .single-boxes-box .icon .circles-box .circle-one {
  background-color: #2eb01c;
}

.col-lg-4:nth-child(6) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(12) .single-boxes-box .icon .circles-box .circle-two, .col-lg-4:nth-child(18) .single-boxes-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(6) .single-boxes-box:hover .icon, .col-lg-4:nth-child(12) .single-boxes-box:hover .icon, .col-lg-4:nth-child(18) .single-boxes-box:hover .icon {
  background-color: var(--whiteColor);
}

/*================================================
Featured Services Area CSS
=================================================*/
.single-featured-services-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f9f9f9;
  .padding: 50px 25px;
  padding: 0px;
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-featured-services-box .icon {
  background-color: #fae4de;
  position: relative;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #ea202a;
  font-size: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.single-featured-services-box .icon .circles-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-featured-services-box .icon .circles-box .circle-one {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  background-color: #ea202a;
}

.single-featured-services-box .icon .circles-box .circle-two {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  background-color: #1c17a0;
}

.single-featured-services-box h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.single-featured-services-box .learn-more-btn {
  margin-top: 10px;
}

.single-featured-services-box:hover {
  border-radius: 0;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
		  
}

.single-featured-services-box:hover .icon {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.single-featured-services-box:hover .icon .circles-box .circle-two {
  opacity: 1;
  visibility: visible;
}

.learn-more-btn {
  text-align: center;
  display: inline-block;
  color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding: 9px 25px 9px 55px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.learn-more-btn .left-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 46px;
  background-color: #ea202a;
  color: var(--whiteColor);
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 30px;
  font-weight: normal;
}

.learn-more-btn .right-icon {
  position: absolute;
  right: 20px;
  top: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  font-weight: normal;
}

.learn-more-btn:hover {
  background-color: #ea202a;
  color: var(--whiteColor);
  padding-left: 25px;
  padding-right: 55px;
}

.learn-more-btn:hover .left-icon {
  opacity: 0;
  visibility: hidden;
}

.learn-more-btn:hover .right-icon {
  color: var(--whiteColor);
  opacity: 1;
  visibility: visible;
}

.col-lg-4:nth-child(2) .single-featured-services-box .icon, .col-lg-4:nth-child(8) .single-featured-services-box .icon, .col-lg-4:nth-child(14) .single-featured-services-box .icon {
  background-color: #d8d1e8;
  color: #290390;
}

.col-lg-4:nth-child(2) .single-featured-services-box .icon .circles-box, .col-lg-4:nth-child(8) .single-featured-services-box .icon .circles-box, .col-lg-4:nth-child(14) .single-featured-services-box .icon .circles-box {
  -webkit-animation-name: rotatemetwo;
          animation-name: rotatemetwo;
}

.col-lg-4:nth-child(2) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(8) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(14) .single-featured-services-box .icon .circles-box .circle-one {
  background-color: #290390;
}

.col-lg-4:nth-child(2) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(8) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(14) .single-featured-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(2) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(8) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(14) .single-featured-services-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(3) .single-featured-services-box .icon, .col-lg-4:nth-child(9) .single-featured-services-box .icon, .col-lg-4:nth-child(15) .single-featured-services-box .icon {
  background-color: #d6ebea;
  color: #1fa299;
}

.col-lg-4:nth-child(3) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(9) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(15) .single-featured-services-box .icon .circles-box .circle-one {
  background-color: #1fa299;
}

.col-lg-4:nth-child(3) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(9) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(15) .single-featured-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(3) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(9) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(15) .single-featured-services-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(4) .single-featured-services-box .icon, .col-lg-4:nth-child(10) .single-featured-services-box .icon, .col-lg-4:nth-child(16) .single-featured-services-box .icon {
  background-color: #f3e3f6;
  color: #9916b1;
}

.col-lg-4:nth-child(4) .single-featured-services-box .icon .circles-box, .col-lg-4:nth-child(10) .single-featured-services-box .icon .circles-box, .col-lg-4:nth-child(16) .single-featured-services-box .icon .circles-box {
  -webkit-animation-name: rotatemetwo;
          animation-name: rotatemetwo;
}

.col-lg-4:nth-child(4) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(10) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(16) .single-featured-services-box .icon .circles-box .circle-one {
  background-color: #9916b1;
}

.col-lg-4:nth-child(4) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(10) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(16) .single-featured-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(4) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(10) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(16) .single-featured-services-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(5) .single-featured-services-box .icon, .col-lg-4:nth-child(11) .single-featured-services-box .icon, .col-lg-4:nth-child(17) .single-featured-services-box .icon {
  background-color: #f9e1f0;
  color: #cb0680;
}

.col-lg-4:nth-child(5) .single-featured-services-box .icon .circles-box, .col-lg-4:nth-child(11) .single-featured-services-box .icon .circles-box, .col-lg-4:nth-child(17) .single-featured-services-box .icon .circles-box {
  -webkit-animation-name: rotatemetwo;
          animation-name: rotatemetwo;
}

.col-lg-4:nth-child(5) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(11) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(17) .single-featured-services-box .icon .circles-box .circle-one {
  background-color: #cb0680;
}

.col-lg-4:nth-child(5) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(11) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(17) .single-featured-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(5) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(11) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(17) .single-featured-services-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(6) .single-featured-services-box .icon, .col-lg-4:nth-child(12) .single-featured-services-box .icon, .col-lg-4:nth-child(18) .single-featured-services-box .icon {
  background-color: #e6f5e3;
  color: #2eb01c;
}

.col-lg-4:nth-child(6) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(12) .single-featured-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(18) .single-featured-services-box .icon .circles-box .circle-one {
  background-color: #2eb01c;
}

.col-lg-4:nth-child(6) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(12) .single-featured-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(18) .single-featured-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(6) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(12) .single-featured-services-box:hover .icon, .col-lg-4:nth-child(18) .single-featured-services-box:hover .icon {
  background-color: var(--whiteColor);
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatemetwo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotatemetwo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  .z-index: 1;
  background:url(../../assets/img/about-area-bg.jpg);
}

.about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.about-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
  
}

.about-image {
  height: 100%;
  margin-right: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/about-img1.jpg) cover no-repeat;
}

.about-image img {
  display: none;
}

.about-content .content {
  max-width: 600px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
}

.about-content .text {
  max-width: 600px;
  padding-left: 20px;
  padding-top: 45px;
}

.about-content .sub-title {
  display: block;
  margin-bottom: 12px;
  .color: #ea202a;
  color: #ffffff;
  text-transform: uppercase;
  .font-size: 15.5px;
  font-size: 21.5px;
  font-weight: 700;
}

.about-content h2 {
  margin-bottom: 0;
  font-size: 42px;
  color: #fff;
}

.about-content p {
  margin-top: 12px;
  color: #fff;
}

.about-content .funfacts-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  margin-top: 30px;
}

.about-content .funfacts-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.about-content .funfacts-list li .list {
  position: relative;
  margin-bottom: 20px;
}

.about-content .funfacts-list li .list i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #ea202a;
  font-size: 40px;
  line-height: 1;
}

.about-content .funfacts-list li .list h3 {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 50px;
}

.about-content .funfacts-list li .list p {
  display: block;
  line-height: initial;
  padding-right: 5px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.about-content .funfacts-list li .list .odometer-formatting-mark {
  display: none;
}

.about-content .default-btn {
  margin-top: 10px;
}

.about-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.about-content .features-list li {
  margin-bottom: 20px;
  position: relative;
  color: var(--optionalColor);
  padding-left: 60px;
  font-weight: 600;
}

.about-content .features-list li i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #ea202a;
  color: var(--whiteColor);
  border-radius: 50%;
  line-height: 45px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-content .features-list li:last-child {
  margin-bottom: 0;
}

.about-content .features-list li:hover i {
  background-color: var(--whiteColor);
  color: #ea202a;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.about-img {
  text-align: center;
  padding-top: 50px;
}
/* Link Section*/
.link_section {
    margin-top: 42px;
}
.link_list ul, .link_list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.link_list ul li {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}
.link_list ul li .link_box1 {
    width: 94%;
    margin: auto;
    border: 1px solid #ea202a;
    border-radius: 36px;
    background: #fff;
    padding: 15px 10px;
    height: 90px;
    position: relative;
}
.link_box_sec1 {
    float: left;
    position: absolute;
    z-index: 99;
    top: -2px;
    left: -7px;
}
.link_box_sec2 {
    float: right;
    width: 67%;
    color: #000;
    height: 64px;
    overflow: hidden;
}.link_cnt {
    font: 15px/16px;
    color: #000;
    height: 56px;
    overflow: hidden;
}
.link_box_img figure {
    width: 93px;
    height: 93px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.link_list ul li .link_box_img {
    width: 93px;
    height: 93px;
    background: #ea202a;
    border-radius: 100%;
    margin: auto;
    overflow: hidden;
}
.link_list p {
    font: 15px/16px;
    color: #000;
    height: 56px;
    overflow: hidden;
	margin-top:0px !important;
}
.link_box1:hover .link_box_img figure svg{
	transform: scale(1.4);
    transform: rotate(360deg);
}

.link_list ul li:nth-child(2) .link_box1 {
    border: 1px solid #cb0680;
}
.link_list ul li:nth-child(2) .link_box_img {
    background: #cb0680;
}
.link_list ul li:nth-child(3) .link_box1 {
    border: 1px solid #1fa299;
}
.link_list ul li:nth-child(3) .link_box_img {
    background: #1fa299;
}
.link_list ul li:nth-child(4) .link_box1 {
    border: 1px solid #2eb01c;
}
.link_list ul li:nth-child(4) .link_box_img {
    background: #2eb01c;
}

a, circle, div, path, rect, svg {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
/*-----Close List---*/


.shape15 {
  position: absolute;
  right: 0;
  top: 10%;
  text-align: right;
  z-index: -1;
}

.shape15 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  max-width: 50%;
}

/*================================================
What We Do Area CSS
=================================================*/
.what-we-do-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.what-we-do-content h2 {
  margin-bottom: 0;
  font-size: 42px;
}

.what-we-do-content p {
  margin-top: 12px;
}

.what-we-do-content .skills-item {
  position: relative;
  margin-top: 25px;
}

.what-we-do-content .skills-item .skills-header {
  position: relative;
  margin-bottom: 12px;
}

.what-we-do-content .skills-item .skills-header .skills-title {
  margin-bottom: 0;
  font-size: 18px;
}

.what-we-do-content .skills-item .skills-header .skills-percentage {
  position: absolute;
  right: 0;
  top: -2px;
  color: #ea202a;
  font-size: 18px;
  font-weight: 600;
}

.what-we-do-content .skills-item .skills-bar {
  position: relative;
  width: 100%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner {
  position: relative;
  width: 100%;
  border-radius: 30px;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
}

.what-we-do-content .skills-item .skills-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #ea202a;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 30px;
  margin-top: -2px;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="50"] {
  width: 50%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="55"] {
  width: 55%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="60"] {
  width: 60%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="65"] {
  width: 65%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="70"] {
  width: 70%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="75"] {
  width: 75%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="80"] {
  width: 80%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="85"] {
  width: 85%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="90"] {
  width: 90%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="95"] {
  width: 95%;
}

.what-we-do-content .skills-item .skills-bar .bar-inner [data-width="100"] {
  width: 100%;
}

.what-we-do-content-accordion {
  padding-left: 50px;
}

.what-we-do-content-accordion .accordion {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.what-we-do-content-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 25px;
}

.what-we-do-content-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.what-we-do-content-accordion .accordion .accordion-item .accordion-title {
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
  color: var(--blackColor);
  padding-left: 55px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.what-we-do-content-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 5px !important;
  background-color: #ea202a;
  color: var(--whiteColor);
  line-height: 40px;
}

.what-we-do-content-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f104";
}

.what-we-do-content-accordion .accordion .accordion-item .accordion-content {
  display: none;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 18px;
}

.what-we-do-content-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.what-we-do-content-accordion .accordion .accordion-item:nth-child(2) .accordion-title i, .what-we-do-content-accordion .accordion .accordion-item:nth-child(5) .accordion-title i {
  background-color: #290390;
  color: var(--whiteColor);
}

.what-we-do-content-accordion .accordion .accordion-item:nth-child(3) .accordion-title i, .what-we-do-content-accordion .accordion .accordion-item:nth-child(6) .accordion-title i {
  background-color: #1fa299;
  color: var(--whiteColor);
}

/*================================================
Services Area CSS
=================================================*/
.single-services-box {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  padding: 50px 35px;
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-services-box .icon {
  background-color: #ffe9e3;
  position: relative;
  border-radius: 50%;
  width: 90px;
  text-align: center;
  height: 90px;
  line-height: 90px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #ea202a;
  font-size: 40px;
  margin-bottom: 30px;
}

.single-services-box .icon .circles-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-services-box .icon .circles-box .circle-one {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  background-color: #ea202a;
}

.single-services-box .icon .circles-box .circle-two {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  background-color: #1c17a0;
}

.single-services-box h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.single-services-box .learn-more-btn {
  margin-top: 10px;
}

.single-services-box:hover {
  border-radius: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services-box:hover .icon {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.col-lg-4:nth-child(2) .single-services-box .icon, .col-lg-4:nth-child(8) .single-services-box .icon, .col-lg-4:nth-child(14) .single-services-box .icon {
  background-color: #e5e0f2;
  color: #290390;
}

.col-lg-4:nth-child(2) .single-services-box .icon .circles-box, .col-lg-4:nth-child(8) .single-services-box .icon .circles-box, .col-lg-4:nth-child(14) .single-services-box .icon .circles-box {
  -webkit-animation-name: rotatemetwo;
          animation-name: rotatemetwo;
}

.col-lg-4:nth-child(2) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(8) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(14) .single-services-box .icon .circles-box .circle-one {
  background-color: #290390;
}

.col-lg-4:nth-child(2) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(8) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(14) .single-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(2) .single-services-box:hover .icon, .col-lg-4:nth-child(8) .single-services-box:hover .icon, .col-lg-4:nth-child(14) .single-services-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(3) .single-services-box .icon, .col-lg-4:nth-child(9) .single-services-box .icon, .col-lg-4:nth-child(15) .single-services-box .icon {
  background-color: #e4f4f3;
  color: #1fa299;
}

.col-lg-4:nth-child(3) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(9) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(15) .single-services-box .icon .circles-box .circle-one {
  background-color: #1fa299;
}

.col-lg-4:nth-child(3) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(9) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(15) .single-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(3) .single-services-box:hover .icon, .col-lg-4:nth-child(9) .single-services-box:hover .icon, .col-lg-4:nth-child(15) .single-services-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(4) .single-services-box .icon, .col-lg-4:nth-child(10) .single-services-box .icon, .col-lg-4:nth-child(16) .single-services-box .icon {
  background-color: #f3e3f6;
  color: #9916b1;
}

.col-lg-4:nth-child(4) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(10) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(16) .single-services-box .icon .circles-box .circle-one {
  background-color: #9916b1;
}

.col-lg-4:nth-child(4) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(10) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(16) .single-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(4) .single-services-box:hover .icon, .col-lg-4:nth-child(10) .single-services-box:hover .icon, .col-lg-4:nth-child(16) .single-services-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(5) .single-services-box .icon, .col-lg-4:nth-child(11) .single-services-box .icon, .col-lg-4:nth-child(17) .single-services-box .icon {
  background-color: #f9e1f0;
  color: #cb0680;
}

.col-lg-4:nth-child(5) .single-services-box .icon .circles-box, .col-lg-4:nth-child(11) .single-services-box .icon .circles-box, .col-lg-4:nth-child(17) .single-services-box .icon .circles-box {
  -webkit-animation-name: rotatemetwo;
          animation-name: rotatemetwo;
}

.col-lg-4:nth-child(5) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(11) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(17) .single-services-box .icon .circles-box .circle-one {
  background-color: #cb0680;
}

.col-lg-4:nth-child(5) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(11) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(17) .single-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(5) .single-services-box:hover .icon, .col-lg-4:nth-child(11) .single-services-box:hover .icon, .col-lg-4:nth-child(17) .single-services-box:hover .icon {
  background-color: var(--whiteColor);
}

.col-lg-4:nth-child(6) .single-services-box .icon, .col-lg-4:nth-child(12) .single-services-box .icon, .col-lg-4:nth-child(18) .single-services-box .icon {
  background-color: #e6f5e3;
  color: #2eb01c;
}

.col-lg-4:nth-child(6) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(12) .single-services-box .icon .circles-box .circle-one, .col-lg-4:nth-child(18) .single-services-box .icon .circles-box .circle-one {
  background-color: #2eb01c;
}

.col-lg-4:nth-child(6) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(12) .single-services-box .icon .circles-box .circle-two, .col-lg-4:nth-child(18) .single-services-box .icon .circles-box .circle-two {
  background-color: #ea202a;
}

.col-lg-4:nth-child(6) .single-services-box:hover .icon, .col-lg-4:nth-child(12) .single-services-box:hover .icon, .col-lg-4:nth-child(18) .single-services-box:hover .icon {
  background-color: var(--whiteColor);
}

.services-area {
  position: relative;
  z-index: 1;
}
.services-area .shape3 {
  left: 85%;
  top: 20%;
}

.services-area .shape6 {
  left: 85%;
  bottom: 17%;
}

.services-area .single-featured-services-box {
  background-color: var(--whiteColor);
}


/*CH1 Area*/
.single-featured-services-box .ch1-info-front .icon{
	top:18px !important;
}
.ch1-info-back-btn {
    text-align: center;
    display: inline-block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    color: #ea202a;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 700;
	margin-top:25px;
}
.ch1-info-back-btn:hover {
    color: var(--whiteColor);
    background-color: #000;
}


.ch1-item {
	width: 100%;
	height: 100%;
	min-height: 360px;
	margin-bottom: 30px;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px
}

.ch1-info {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.ch1-info>div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.ch1-info .ch1-info-front {
	box-shadow: inset 0 0 0 2px #ea202a;
}

.ch1-info .ch1-info-back {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	background: #ea202a;
	box-shadow: inset 0 0 0 2px #ea202a;
	opacity: 0;
	position: absolute;
}
.ch1-info-back_d_box {
    background: #f9f9f9;
    margin-top: 35px;
    padding: 25px;
    height: 149px;
    position: relative;
}
.list_web a {
    font: 700 14px/24px Roboto,serif;
    color: #424242;
    background:url(../../assets/img/dot.png) no-repeat 0 8px;
    padding-left: 15px;
    display: table;
    text-transform: capitalize;
}
.ch1-info h3 {
	color: #fff;
}

.ch1-info .ch1-info-front p {
	color: #000
}

.ch1-info .ch1-info-back h3 {
	padding: 20px 0 0 0;
	color: #fff;
	margin-top: 30px
}

.ch1-info .ch1-info-back p {
	padding: 20px 5px
}

.ch1-info p {
	text-align: justify;
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 15px;
	border-top: 1px solid rgb(235, 40, 49);
}
.ch1-info p {
	border-top: 1px solid rgb(235, 40, 49);
}

.ch1-info p a {
	display: block;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif
}

.ch1-info p a:hover {
	color: #fff222;
	color: rgba(255, 242, 34, .8)
}

.ch1-item:hover .ch1-info-front {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	opacity: 0
}

.ch1-item:hover .ch1-info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	opacity: 1
}

/*CH2 Area*/
.single-featured-services-box .ch2-info-front .icon{
	top:18px !important;
	background-color: #cb068025;
	color: #cb0680;
}
.single-featured-services-box .ch2-info-front .icon .circles-box .circle-one{
	background-color: #cb0680;
}
.ch2-info-back-btn {
    text-align: center;
    display: inline-block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    color: #cb0680;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 700;
	margin-top:25px;
}
.ch2-info-back-btn:hover {
    color: var(--whiteColor);
    background-color: #000;
}


.ch2-item {
	width: 100%;
	height: 100%;
	min-height: 360px;
	margin-bottom: 30px;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px
}

.ch2-info {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.ch2-info>div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.ch2-info .ch2-info-front {
	box-shadow: inset 0 0 0 2px #cb0680;
}

.ch2-info .ch2-info-back {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	background: #cb0680;
	box-shadow: inset 0 0 0 2px #cb0680;
	opacity: 0;
	position: absolute;
}
.ch2-info-back_d_box {
    background: #f9f9f9;
    margin-top: 35px;
    padding: 25px;
    height: 149px;
    position: relative;
}
.list_web a {
    font: 700 14px/24px Roboto,serif;
    color: #424242;
    background:url(../../assets/img/dot.png) no-repeat 0 8px;
    padding-left: 15px;
    display: table;
    text-transform: capitalize;
}
.ch2-info h3 {
	color: #fff;
}

.ch2-info .ch2-info-front p {
	color: #000
}

.ch2-info .ch2-info-back h3 {
	padding: 20px 0 0 0;
	color: #fff;
	margin-top: 30px
}

.ch2-info .ch2-info-back p {
	padding: 20px 5px
}

.ch2-info p {
	text-align: justify;
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 15px;
	border-top: 1px solid rgb(235, 40, 49);
}
.ch2-info p {
	border-top: 1px solid rgb(203, 6, 128);
}

.ch2-info p a {
	display: block;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif
}

.ch2-info p a:hover {
	color: #fff222;
	color: rgba(255, 242, 34, .8)
}

.ch2-item:hover .ch2-info-front {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	opacity: 0
}

.ch2-item:hover .ch2-info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	opacity: 1
}

/*CH3 Area*/
.single-featured-services-box .ch3-info-front .icon{
	top:18px !important;
	background-color: #1fa29940;
	color: #1fa299;
}
.single-featured-services-box .ch3-info-front .icon .circles-box .circle-one{
	background-color: #1fa299;
}
.ch3-info-back-btn {
    text-align: center;
    display: inline-block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    color: #1fa299;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 700;
	margin-top:25px;
}
.ch3-info-back-btn:hover {
    color: var(--whiteColor);
    background-color: #000;
}


.ch3-item {
	width: 100%;
	height: 100%;
	min-height: 360px;
	margin-bottom: 30px;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px
}

.ch3-info {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.ch3-info>div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.ch3-info .ch3-info-front {
	box-shadow: inset 0 0 0 2px #1fa299;
}

.ch3-info .ch3-info-back {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	background: #1fa299;
	box-shadow: inset 0 0 0 2px #1fa299;
	opacity: 0;
	position: absolute;
}
.ch3-info-back_d_box {
    background: #f9f9f9;
    margin-top: 35px;
    padding: 25px;
    height: 149px;
    position: relative;
}
.list_web a {
    font: 700 14px/24px Roboto,serif;
    color: #424242;
    background:url(../../assets/img/dot.png) no-repeat 0 8px;
    padding-left: 15px;
    display: table;
    text-transform: capitalize;
}
.ch3-info h3 {
	color: #fff;
}

.ch3-info .ch3-info-front p {
	color: #000
}

.ch3-info .ch3-info-back h3 {
	padding: 20px 0 0 0;
	color: #fff;
	margin-top: 30px
}

.ch3-info .ch3-info-back p {
	padding: 20px 5px
}

.ch3-info p {
	text-align: justify;
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 15px;
	border-top: 1px solid #1fa299;
}
.ch3-info p {
	.border-top: 1px solid #1fa299;
}

.ch3-info p a {
	display: block;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif
}

.ch3-info p a:hover {
	color: #fff222;
	color: rgba(255, 242, 34, .8)
}

.ch3-item:hover .ch3-info-front {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	opacity: 0
}

.ch3-item:hover .ch3-info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	opacity: 1
}

/*CH4 Area*/
.single-featured-services-box .ch4-info-front .icon{
	top:18px !important;
	background-color: #2eb01c40;
	color: #2eb01c;
}
.single-featured-services-box .ch4-info-front .icon .circles-box .circle-one{
	background-color: #2eb01c;
}
.ch4-info-back-btn {
    text-align: center;
    display: inline-block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    color: #2eb01c;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 700;
	margin-top:25px;
}
.ch4-info-back-btn:hover {
    color: var(--whiteColor);
    background-color: #000;
}


.ch4-item {
	width: 100%;
	height: 100%;
	min-height: 360px;
	margin-bottom: 30px;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px
}

.ch4-info {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.ch4-info>div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.ch4-info .ch4-info-front {
	box-shadow: inset 0 0 0 2px #2eb01c;
}

.ch4-info .ch4-info-back {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	background: #2eb01c;
	box-shadow: inset 0 0 0 2px #2eb01c;
	opacity: 0;
	position: absolute;
}
.ch4-info-back_d_box {
    background: #f9f9f9;
    margin-top: 35px;
    padding: 25px;
    height: 149px;
    position: relative;
}
.list_web a {
    font: 700 14px/24px Roboto,serif;
    color: #424242;
    background:url(../../assets/img/dot.png) no-repeat 0 8px;
    padding-left: 15px;
    display: table;
    text-transform: capitalize;
}
.ch4-info h3 {
	color: #fff;
}

.ch4-info .ch4-info-front p {
	color: #000
}

.ch4-info .ch4-info-back h3 {
	padding: 20px 0 0 0;
	color: #fff;
	margin-top: 30px
}

.ch4-info .ch4-info-back p {
	padding: 20px 5px
}

.ch4-info p {
	text-align: justify;
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 15px;
	border-top: 1px solid rgb(235, 40, 49);
}
.ch4-info p {
	border-top: 1px solid #2eb01c;
}

.ch4-info p a {
	display: block;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif
}

.ch4-info p a:hover {
	color: #fff222;
	color: rgba(255, 242, 34, .8)
}

.ch4-item:hover .ch4-info-front {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	opacity: 0
}

.ch4-item:hover .ch4-info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	opacity: 1
}



/*================================================
Services Details Area CSS
=================================================*/
.overview-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 60px;
}

.overview-box:last-child {
  margin-bottom: 0;
}

.overview-box .overview-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.overview-box .overview-content .content {
  padding-right: 30px;
}

.overview-box .overview-content .content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.overview-box .overview-content .content h2 {
  margin-bottom: 15px;
  font-size: 42px;
}

.overview-box .overview-content .content .features-text {
  margin-top: 25px;
}

.overview-box .overview-content .content .features-text h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.overview-box .overview-content .content.right-content {
  padding-left: 30px;
  padding-right: 0;
}

.overview-box .overview-content .content .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.overview-box .overview-content .content .features-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.overview-box .overview-content .content .features-list li span {
  display: block;
  background-color: #F8FAFF;
  border-radius: 5px;
  padding: 13px 12px 10px 40px;
  z-index: 1;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 800;
  font-size: 15.5px;
}

.overview-box .overview-content .content .features-list li span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #ea202a;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.overview-box .overview-content .content .features-list li span i {
  font-size: 18px;
  color: var(--whiteColor);
  background-color: #ea202a;
  width: 23px;
  height: 23px;
  line-height: 23px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overview-box .overview-content .content .features-list li span:hover {
  color: var(--whiteColor);
}

.overview-box .overview-content .content .features-list li span:hover::before {
  width: 100%;
}

.overview-box .overview-content .content .features-list li span:hover i {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.overview-box .overview-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.overview-box .overview-image .image {
  text-align: center;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.testimonials-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.testimonials-area .container-fluid .row .col-lg-7, .testimonials-area .container-fluid .row .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}

.testimonials-content {
  max-width: 758px;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 150px;
}

.testimonials-content .sub-title {
  display: block;
  margin-bottom: 15px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.testimonials-content h2 {
  margin-bottom: 0;
  font-size: 42px;
  padding-right: 50px;
}

.testimonials-content .testimonials-slides {
  margin-top: 20px;
}

.single-testimonials-item {
  position: relative;
  z-index: 1;
}

.single-testimonials-item p {
  font-weight: 600;
}

.single-testimonials-item .client-info {
  margin-top: 25px;
}

.single-testimonials-item .client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.single-testimonials-item .client-info .title {
  margin-left: 15px;
}

.single-testimonials-item .client-info .title h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.single-testimonials-item .client-info .title span {
  display: block;
  font-weight: 600;
  margin-top: 3px;
}

.single-testimonials-item::before {
  content: "\f118";
  font-family: Flaticon;
  position: absolute;
  right: 220px;
  bottom: -12px;
  color: #fff1ed;
  line-height: 1;
  font-size: 90px;
  z-index: -1;
}

.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  text-align: left;
}

.testimonials-slides.owl-theme .owl-dots {
  margin-top: 30px !important;
  margin-left: 2px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: transparent;
  border: 1px solid #fe9b81;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ea202a;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  visibility: hidden;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ea202a;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.testimonials-image {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/testimonials-img.jpg);
}

.testimonials-image img {
  display: none;
}

.feedback-area {
  position: relative;
  .z-index: 1;
  .background-color: var(--blackColor);
  background: url(../../assets/img/testimonial-bg.jpg);
}

.feedback-image {
  position: relative;
  width: 400px;
  height: 400px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.feedback-image img {
  border-radius: 50%;
  .border: 1.5px dashed #072a50;
  border: 1.5px dashed #ea202a;
  padding: 5px;
}

.feedback-image img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.feedback-image img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

.feedback-image img:nth-child(3) {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feedback-image img:nth-child(4) {
  position: absolute;
  left: 0;
  bottom: 0;
}

.feedback-image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  .border: 6px dashed #141a3c;
  border: 6px dashed #ea202a;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.feedback-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  .font-size: 15.5px;
  font-size: 21.5px;
  font-weight: 700;
}

.feedback-content h2 {
  margin-bottom: 0;
  font-size: 42px;
  color: var(--whiteColor);
}

.feedback-content .feedback-slides {
  margin-top: 20px;
}

.single-feedback-item {
  position: relative;
  color: var(--whiteColor);
  z-index: 1;
}

.single-feedback-item p {
  color: var(--whiteColor);
  font-weight: 600;
}

.single-feedback-item .client-info {
  margin-top: 25px;
}

.single-feedback-item .client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.single-feedback-item .client-info .title {
  margin-left: 15px;
}

.single-feedback-item .client-info .title h3 {
  font-size: 20px;
  color: var(--whiteColor);
  margin-bottom: 0;
}

.single-feedback-item .client-info .title span {
  display: block;
  font-weight: 600;
  margin-top: 3px;
  color: #e3e3e3;
}

.single-feedback-item::before {
  content: "\f118";
  font-family: Flaticon;
  position: absolute;
  right: 220px;
  bottom: -12px;
  .color: #2a172f;
  color: #ffffff;
  line-height: 1;
  z-index: -1;
  font-size: 90px;
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  text-align: left;
}

.feedback-slides.owl-theme .owl-dots {
  margin-top: 30px !important;
  margin-left: 2px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: transparent;
  border: 1px solid #fe9b81;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ea202a;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  visibility: hidden;
}

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ea202a;
}

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.shape16 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  position: relative;
  z-index: 1;
}

.partner-area.ptb-70 {
  padding-bottom: 40px;
}

.single-partner-item {
  text-align: center;
  margin-bottom: 30px;
}
.single-partner-item:hover img {
    animation: category-bounce 1s !important;
}
@keyframes category-bounce {
 0%, 20%, 60%, 100% {
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 40% {
   -webkit-transform: translateY(-4px);
   transform: translateY(-4px);
 }
 80% {
   -webkit-transform: translateY(-4px);
   transform: translateY(-4px);
 }
}
.pointer {cursor: pointer;}

/*================================================
History Area CSS
=================================================*/
.history-timeline {
  position: relative;
  list-style-type: none;
  padding-left: 0;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.history-timeline::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  top: 0;
  left: 130px;
  position: absolute;
}

.history-timeline .timeline-block {
  position: relative;
  padding-left: 165px;
  margin-bottom: 30px;
}

.history-timeline .timeline-block:last-child {
  margin-bottom: 0;
}

.history-timeline .timeline-block:last-child::before {
  display: none;
}

.history-timeline .timeline-block::before {
  content: "\ea17";
  position: absolute;
  left: 116px;
  color: #ea202a;
  bottom: -25px;
  -webkit-animation: fade-down 1.5s infinite linear;
          animation: fade-down 1.5s infinite linear;
  font-family: "boxicons" !important;
  font-size: 30px;
}

.history-timeline .timeline-block .timeline-date {
  text-align: right;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--optionalColor);
  font-size: 15px;
}

.history-timeline .timeline-block .timeline-date span {
  display: block;
  margin-bottom: 3px;
  color: var(--blackColor);
  font-weight: 700;
}

.history-timeline .timeline-block .timeline-date sup {
  color: var(--blackColor);
  font-weight: 600;
}

.history-timeline .timeline-block .timeline-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 126px;
}

.history-timeline .timeline-block .timeline-icon .dot-badge {
  background-color: #ea202a;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.history-timeline .timeline-block .timeline-content {
  background-color: var(--whiteColor);
  padding: 30px;
}

.history-timeline .timeline-block .timeline-content .content {
  padding-left: 5px;
  padding-right: 15px;
}

.history-timeline .timeline-block .timeline-content .content h3 {
  margin-bottom: 15px;
  font-size: 25px;
}

/*================================================
Portfolio Area CSS
=================================================*/
.portfolio-area {
  overflow: hidden;
}

.portfolio-area .section-title {
  text-align: left;
  max-width: 655px;
  margin-left: 0;
  margin-right: 0;
}

.portfolio-area .section-title p {
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
}

.portfolio-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-area.section-title-center .section-title {
  text-align: center;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-area.section-title-center .section-title p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-area.no-space .row {
  margin-left: 0;
  margin-right: 0;
}

.portfolio-area.no-space .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-area.no-space .single-portfolio-item {
  margin-bottom: 0;
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-item .image {
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-item .image img {
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-item .content {
  border-radius: 0;
  border-right: 1px solid #ECF5FE;
}

.portfolio-area.no-space .single-portfolio-box {
  border-radius: 0;
  margin-bottom: 0;
}

.portfolio-area.no-space .single-portfolio-box .image {
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-box .image img {
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-box .content {
  border-radius: 0;
  border-right: 1px solid #ECF5FE;
}

.single-portfolio-item {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}

.single-portfolio-item .image {
  border-radius: 5px 5px 0 0;
}

.single-portfolio-item .image img {
  border-radius: 5px 5px 0 0;
}

.single-portfolio-item .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 30px 25px 25px;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.single-portfolio-item .content h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.single-portfolio-item .content .link-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
  border-radius: 3px;
  position: absolute;
  font-size: 25px;
  right: 20px;
  top: -20px;
  display: inline-block;
}

.single-portfolio-item .content .link-btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.single-portfolio-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f9f9f9;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  .border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

.single-portfolio-box .image {
  .border-radius: 5px 5px 0 0;
}

.single-portfolio-box .image img {
  .border-radius: 5px 5px 0 0;
}

.single-portfolio-box .content {
  text-align: left;
  padding: 25px 25px 20px;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.single-portfolio-box .content h3 {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 25px;
}

.single-portfolio-box .content span {
  display: block;
  color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 600;
  margin-top: 6px;
}

.single-portfolio-box .content .link-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
  border-radius: 3px;
  position: absolute;
  font-size: 25px;
  right: 20px;
  top: -20px;
  display: inline-block;
}

.single-portfolio-box:hover {
  background-color: #ea202a;
}

.single-portfolio-box:hover .content h3 {
  color: var(--whiteColor);
}

.single-portfolio-box:hover .content h3 a {
  color: var(--whiteColor);
}

.single-portfolio-box:hover .content span {
  color: var(--whiteColor);
}

.single-portfolio-box:hover .content .link-btn {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.portfolio-slides {
  left: calc((100% - 1200px) / 2);
  position: relative;
}

.portfolio-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -105px;
  right: 21%;
}

.portfolio-slides.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #ea202a;
  margin: 0 7px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ea202a;
  text-align: center;
  line-height: 39px;
}

.portfolio-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-right: 0;
}

.portfolio-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ea202a;
  border-color: #ea202a;
  color: var(--whiteColor);
}

/*================================================
Portfolio Details Area CSS
=================================================*/
.portfolio-details-image {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-details-image .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 78px;
  line-height: 75px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  text-align: center;
  color: #ea202a;
  z-index: 1;
  font-size: 35px;
}

.portfolio-details-image .video-btn::after, .portfolio-details-image .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
}

.portfolio-details-image .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.portfolio-details-image .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.portfolio-details-image .video-btn:hover {
  background-color: #ea202a;
  color: var(--whiteColor);
}

.portfolio-details-image .video-btn:hover::after, .portfolio-details-image .video-btn:hover::before {
  border-color: #ea202a;
}

.portfolio-details-image-slides.owl-theme {
  margin-bottom: 30px;
}

.portfolio-details-image-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.portfolio-details-image-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: var(--whiteColor);
  width: 45px;
  height: 45px;
  line-height: 40px;
  position: absolute;
  left: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border-style: solid;
  border-color: var(--whiteColor);
  border-width: 1.5px;
}

.portfolio-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.portfolio-details-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ea202a;
  color: var(--whiteColor);
  border-color: #ea202a;
}

.portfolio-details-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.portfolio-details-desc .sub-title {
  display: block;
  margin-bottom: -20px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.portfolio-details-desc h3 {
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 26px;
}

.portfolio-details-desc .image {
  padding-right: 15px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.portfolio-details-desc .image img {
  border-radius: 5px;
}

.portfolio-details-desc .content {
  margin-top: 15px;
  margin-bottom: 30px;
}

.portfolio-details-desc .content h3 {
  font-size: 25px;
  margin-top: 0;
}

.portfolio-details-desc .content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.portfolio-details-desc .content ul li {
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--optionalColor);
  position: relative;
  padding-left: 20px;
}

.portfolio-details-desc .content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ea202a;
}

.portfolio-details-desc .content ul li:last-child {
  margin-bottom: 0;
}

.portfolio-details-info {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-top: 3px solid #ea202a;
  padding: 40px 30px;
  margin-left: 15px;
}

.portfolio-details-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.portfolio-details-info ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  color: var(--optionalColor);
  font-weight: 600;
  font-size: 16.5px;
  padding-left: 35px;
  padding-bottom: 20px;
}

.portfolio-details-info ul li span {
  color: var(--blackColor);
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
}

.portfolio-details-info ul li a {
  display: block;
  color: var(--optionalColor);
  margin-bottom: 8px;
}

.portfolio-details-info ul li a:last-child {
  margin-bottom: 0;
}

.portfolio-details-info ul li a:hover {
  color: #ea202a;
}

.portfolio-details-info ul li .icon {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ea202a;
  font-weight: normal;
  font-size: 25px;
}

.portfolio-details-info ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/*================================================
SEO Analysis Area CSS
=================================================*/
.analysis-img {
  text-align: center;
  padding-right: 15px;
}

.analysis-form {
  padding-left: 15px;
}

.analysis-form .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.analysis-form h2 {
  margin-bottom: 0;
  font-size: 42px;
}

.analysis-form p {
  margin-top: 12px;
}

.analysis-form form {
  margin-top: 25px;
}

.analysis-form form .default-btn {
  margin-top: 5px;
}

/*================================================
How It's Work Area CSS
=================================================*/
.how-its-work-area {
  .background-color: var(--blackColor);
  background: url(../../assets/img/process-bg.jpg);
}

.how-its-work-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  .font-size: 15.5px;
  font-size: 21.5px;
  font-weight: 700;
}

.how-its-work-content h2 {
  margin-bottom: 15px;
  font-size: 42px;
  color: var(--whiteColor);
}

.how-its-work-content p {
  color: #e1e1e1;
}

.how-its-work-content .inner-box {
  margin-top: 35px;
}

.how-its-work-content .inner-box .single-item {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  padding-bottom: 30px;
}

.how-its-work-content .inner-box .single-item .count-box {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 65px;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 50%;
  .background-color: var(--blackColor);
  background-color: #ea202a;
  -webkit-box-shadow: #edf1fe 0 0 0 5px;
          box-shadow: #edf1fe 0 0 0 5px;
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
}

.how-its-work-content .inner-box .single-item h3 {
  margin-bottom: 8px;
  color: var(--whiteColor);
  font-size: 25px;
}

.how-its-work-content .inner-box .single-item::before {
  content: '';
  position: absolute;
  top: 3px;
  width: 1px;
  height: 100%;
  background-color: var(--whiteColor);
  z-index: -1;
  left: 40px;
}

.how-its-work-content .inner-box .single-item::after {
  content: "\ea17";
  position: absolute;
  left: 26px;
  color: var(--whiteColor);
  bottom: 10px;
  -webkit-animation: fade-down 1.5s infinite linear;
          animation: fade-down 1.5s infinite linear;
  font-family: "boxicons" !important;
  font-size: 30px;
}

.how-its-work-content .inner-box .single-item:last-child {
  padding-bottom: 0;
}

.how-its-work-content .inner-box .single-item:last-child::before {
  display: none;
}

.how-its-work-content .inner-box .single-item:last-child::after {
  display: none;
}

.how-its-work-image {
  text-align: center;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  position: relative;
  z-index: 1;
}

.team-area .section-title {
  text-align: left;
  padding-left: 70px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.team-area .row {
  margin-left: 0;
  margin-right: 0;
}

.team-area .row .col-lg-3, .team-area .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.team-area .shape3 {
  left: 85%;
  top: 20%;
}

.single-team-box {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.single-team-box .content {
  position: absolute;
  left: 0;
  bottom: -20px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #f9f9f9;
  text-align: left;
  padding: 15px 30px;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.single-team-box .content span {
  margin-top: 6px;
  display: block;
  font-weight: 600;
  color: #ea202a;
}

.single-team-box .social-link {
  position: absolute;
  right: 20px;
  top: 20px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-team-box .social-link li {
  display: block;
  margin-bottom: 8px;
}

.single-team-box .social-link li:last-child {
  margin-bottom: 0;
}

.single-team-box .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  font-size: 18px;
  position: relative;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .4s;
  transition: .4s;
}

.single-team-box .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.single-team-box .social-link li a:hover {
  background-color: #ea202a;
  color: var(--whiteColor);
}

.single-team-box .social-link li:nth-child(2) a, .single-team-box .social-link li:nth-child(4) a, .single-team-box .social-link li:nth-child(6) a, .single-team-box .social-link li:nth-child(8) a {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.single-team-box:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.single-team-box:hover .social-link li a {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.single-team-member {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-team-member .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 25px 25px 15px;
  position: relative;
}

.single-team-member .content h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.single-team-member .content span {
  margin-top: 6px;
  display: block;
  font-weight: 600;
  color: #ea202a;
}

.single-team-member .content i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
  border-radius: 2px;
  position: absolute;
  right: 20px;
  top: -16px;
  display: inline-block;
}

.single-team-member .image {
  position: relative;
}

.single-team-member .image .social-link {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-team-member .image .social-link li {
  display: block;
  margin-bottom: 8px;
}

.single-team-member .image .social-link li:last-child {
  margin-bottom: 0;
}

.single-team-member .image .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  font-size: 18px;
  position: relative;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .4s;
  transition: .4s;
}

.single-team-member .image .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.single-team-member .image .social-link li a:hover {
  background-color: #ea202a;
  color: var(--whiteColor);
}

.single-team-member .image .social-link li:nth-child(2) a, .single-team-member .image .social-link li:nth-child(4) a, .single-team-member .image .social-link li:nth-child(6) a, .single-team-member .image .social-link li:nth-child(8) a {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.single-team-member:hover .content i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.single-team-member:hover .image .social-link li a {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.team-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.team-slides.owl-theme .owl-dots {
  margin-top: 10px !important;
}

.team-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: transparent;
  border: 1px solid #fe9b81;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
}

.team-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ea202a;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  visibility: hidden;
}

.team-slides.owl-theme .owl-dots .owl-dot:hover span, .team-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ea202a;
}

.team-slides.owl-theme .owl-dots .owl-dot:hover span::before, .team-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.team-area-two {
  position: relative;
  z-index: 1;
}

.team-area-two .section-title {
  max-width: 660px;
}

.team-area-two .shape3 {
  left: 85%;
  top: 20%;
}

.team-area-two .shape6 {
  left: 85%;
  bottom: 17%;
}

.shape17 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  position: relative;
  z-index: 1;
}

.pricing-area .shape3 {
  left: 85%;
  top: 20%;
}

.pricing-area .shape6 {
  left: 85%;
  bottom: 17%;
}

.single-pricing-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  background-color: var(--whiteColor);
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-pricing-box .pricing-header .icon {
  background-color: #ffe9e3;
  position: relative;
  border-radius: 50%;
  width: 90px;
  text-align: center;
  height: 90px;
  line-height: 90px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #ea202a;
  font-size: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.single-pricing-box .pricing-header .icon .circles-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-pricing-box .pricing-header .icon .circles-box .circle-one {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  background-color: #ea202a;
}

.single-pricing-box .pricing-header .icon .circles-box .circle-two {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  background-color: #1c17a0;
}

.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  background-color: #f9f9f9;
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.single-pricing-box .pricing-features {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.single-pricing-box .pricing-features ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-pricing-box .pricing-features ul li {
  margin-bottom: 13px;
  color: #4b5280;
  font-size: 16px;
  font-weight: 600;
}

.single-pricing-box .pricing-features ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-box .price {
  font-size: 40px;
  font-weight: 800;
}

.single-pricing-box .price span {
  display: block;
  color: #4b5280;
  margin-top: -3px;
  font-size: 18px;
  font-weight: 600;
}

.single-pricing-box .default-btn {
  margin-top: 20px;
}

.col-lg-4:nth-child(2) .single-pricing-box .pricing-header .icon {
  background-color: #e5e0f2;
  color: #290390;
}

.col-lg-4:nth-child(2) .single-pricing-box .pricing-header .icon .circles-box .circle-one {
  background-color: #290390;
}

.col-lg-4:nth-child(2) .single-pricing-box .default-btn {
  background-color: #ea202a;
  color: var(--whiteColor);
}

.col-lg-4:nth-child(2) .single-pricing-box .default-btn::before {
  background-color: #290390;
}

.col-lg-4:nth-child(2) .single-pricing-box .default-btn:hover {
  color: var(--whiteColor);
}

.col-lg-4:nth-child(3) .single-pricing-box .pricing-header .icon {
  background-color: #e4f4f3;
  color: #1fa299;
}

.col-lg-4:nth-child(3) .single-pricing-box .pricing-header .icon .circles-box .circle-one {
  background-color: #1fa299;
}

.col-lg-4:nth-child(3) .single-pricing-box .default-btn {
  background-color: #ea202a;
  color: var(--whiteColor);
}

.col-lg-4:nth-child(3) .single-pricing-box .default-btn::before {
  background-color: #1fa299;
}

.col-lg-4:nth-child(3) .single-pricing-box .default-btn:hover {
  color: var(--whiteColor);
}

/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.single-gallery-item a {
  display: block;
  border-radius: 5px;
}

.single-gallery-item a img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-gallery-item:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
}

.subscribe-content {
  max-width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content .sub-title {
  display: block;
  margin-bottom: 15px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.subscribe-content h2 {
  margin-bottom: 0;
  font-size: 42px;
}

.subscribe-content p {
  max-width: 600px;
  font-size: 17px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.subscribe-content .newsletter-form {
  position: relative;
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  color: var(--blackColor);
  height: 50px;
  padding-left: 18px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}

.subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .validation-danger {
  color: red;
  margin-top: 15px;
}

.subscribe-content .newsletter-form .validation-success {
  margin-top: 15px;
}

.subscribe-content .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
}

.subscribe-content .newsletter-form .default-btn i {
  top: 12px;
}

.shape9 {
  position: absolute;
  left: 17%;
  bottom: 30%;
  z-index: -1;
}

.shape9 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape10 {
  position: absolute;
  left: 20%;
  bottom: 45%;
  z-index: -1;
}

.shape10 img {
  -webkit-animation: movescale 5s linear infinite;
          animation: movescale 5s linear infinite;
}

.shape11 {
  position: absolute;
  right: 14%;
  bottom: 15%;
  z-index: -1;
}

.shape11 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape12 {
  position: absolute;
  right: 11%;
  bottom: 33%;
  z-index: -1;
}

.shape12 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

/*================================================
Project Start Area CSS
=================================================*/
.project-start-area {
  position: relative;
  z-index: 1;
}

.project-start-area .shape3 {
  left: 85%;
  top: 20%;
}

.project-start-area .shape6 {
  left: 85%;
  bottom: 17%;
}

.project-start-content {
  padding-left: 30px;
}

.project-start-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}

.project-start-content h2 {
  margin-bottom: 0;
  font-size: 42px;
}

.project-start-content p {
  margin-top: 12px;
}

.project-start-content .default-btn {
  margin-top: 5px;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
  margin-bottom: 30px;
  padding: 12px 12px 25px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog-post .image {
  border-radius: 5px;
}

.single-blog-post .image a {
  border-radius: 5px;
}

.single-blog-post .image a img {
  border-radius: 5px;
}

.single-blog-post .content {
  padding-top: 25px;
  padding-left: 8px;
  padding-right: 8px;
}

.single-blog-post .content h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.3;
}

.single-blog-post .content .d-flex {
  margin-top: 20px;
}

.single-blog-post .content .d-flex img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.single-blog-post .content .d-flex .info {
  margin-left: 15px;
}

.single-blog-post .content .d-flex .info h5 {
  margin-bottom: 0;
  font-size: 18px;
}

.single-blog-post .content .d-flex .info span {
  display: block;
  color: var(--optionalColor);
  margin-top: 3px;
}

.single-blog-post:hover {
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc {
  background-color: var(--whiteColor);
  padding: 25px;
}

.blog-details-desc .article-image img {
  width: 100%;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: var(--whiteColor);
  width: 45px;
  height: 45px;
  line-height: 40px;
  position: absolute;
  left: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border-style: solid;
  border-color: var(--whiteColor);
  border-width: 1.5px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ea202a;
  color: var(--whiteColor);
  border-color: #ea202a;
}

.blog-details-desc .article-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.blog-details-desc .article-video iframe {
  width: 100%;
  height: 400px;
  border: none !important;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.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 {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 32px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: #ea202a;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          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: 15px;
  position: relative;
  padding-left: 26px;
  font-weight: 600;
  color: var(--optionalColor);
}

.blog-details-desc .article-content .features-list li i {
  color: #ea202a;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: var(--optionalColor);
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--blackColor);
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  font-weight: 700;
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          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: 3px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #ea202a;
  color: var(--whiteColor);
  border: 1px solid #ea202a;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: #ea202a;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #fdfcfc;
}

.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #ea202a;
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid var(--whiteColor);
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title h4 {
  margin-bottom: 5px;
  font-size: 22px;
}

.blog-details-desc .article-author .author-profile .author-profile-title span {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--optionalColor);
}

.blog-details-desc .article-author .author-profile .author-profile-title p {
  font-size: 16px;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 22px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  -webkit-animation: fade-up 1.5s infinite linear;
          animation: fade-up 1.5s infinite linear;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\f118";
  font-family: Flaticon;
  font-size: 135px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ea202a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dibiz-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #ea202a;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #ea202a;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: var(--whiteColor);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 700;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 800;
  font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: var(--optionalColor);
  text-transform: capitalize;
  margin-top: 7px;
  font-weight: 600;
  font-size: 16px;
}

.next-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #ea202a;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #ea202a;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: var(--whiteColor);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 700;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 800;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: var(--optionalColor);
  text-transform: capitalize;
  margin-top: 7px;
  font-weight: 600;
  font-size: 16px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  line-height: initial;
  margin-bottom: 30px;
  font-size: 25px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 70px;
  color: var(--blackColor);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: var(--blackColor);
  display: inline-block;
  padding: 6px 20px 3px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.comments-area .comment-body .reply a:hover {
  color: var(--whiteColor);
  background-color: #ea202a;
  border-color: #ea202a;
}

.comments-area .comment-author {
  font-size: 18px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 800;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: var(--optionalColor);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  display: inline-block;
  color: var(--optionalColor);
}

.comments-area .comment-metadata a:hover {
  color: #ea202a;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 25px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 1px 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  color: var(--blackColor);
  font-size: 16px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--optionalColor);
  font-weight: normal;
  font-size: var(--fontSize);
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #ea202a;
  border: none;
  color: var(--whiteColor);
  padding: 12px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: var(--whiteColor);
  background: var(--blackColor);
}

/*================================================
Products Area CSS
=================================================*/
.single-products-box {
  position: relative;
  margin-bottom: 30px;
}

.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 {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-products-box .products-image .products-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.single-products-box .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-products-box .products-image .products-button ul li {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single-products-box .products-image .products-button ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: var(--blackColor);
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
  background-color: var(--whiteColor);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

.single-products-box .products-image .products-button ul li a .tooltip-label {
  right: 110%;
  top: 5px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: absolute;
  padding: 0 10px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #ea202a;
  color: var(--whiteColor);
  line-height: 28px;
  font-size: 12px;
  font-weight: 800;
}

.single-products-box .products-image .products-button ul li a .tooltip-label::before {
  content: '';
  background-color: #ea202a;
  top: 50%;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  right: -1px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.single-products-box .products-image .products-button ul li a:hover {
  background-color: #ea202a;
  color: var(--whiteColor);
}

.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  right: 135%;
}

.single-products-box .products-image .products-button ul li:last-child {
  margin-bottom: 0;
}

.single-products-box .products-image .products-button ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-products-box .products-image .products-button ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-products-box .products-image .products-button ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-products-box .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: var(--whiteColor);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-products-box .products-image .new-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: green;
  color: var(--whiteColor);
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-products-box .products-content {
  margin-top: 25px;
  position: relative;
}

.single-products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 23px;
}

.single-products-box .products-content h3 a {
  display: inline-block;
}

.single-products-box .products-content .price {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 800;
}

.single-products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 700;
}

.single-products-box .products-content .add-to-cart {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
  color: var(--optionalColor);
  font-size: 14px;
  font-weight: 800;
}

.single-products-box .products-content .add-to-cart:hover {
  color: #ea202a;
}

.single-products-box:hover .products-image a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
          transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.single-products-box:hover .products-image .products-button ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.dibiz-grid-sorting {
  margin-bottom: 40px;
}

.dibiz-grid-sorting .result-count p {
  font-weight: 500;
}

.dibiz-grid-sorting .result-count p .count {
  font-weight: 700;
  color: var(--blackColor);
}

.dibiz-grid-sorting .ordering {
  text-align: right;
}

.dibiz-grid-sorting .ordering label {
  display: inline-block;
  margin-bottom: 0;
  color: var(--optionalColor);
  margin-right: 5px;
  font-weight: 700;
}

.dibiz-grid-sorting .ordering .nice-select {
  display: inline-block;
  width: 215px;
  float: unset;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0 0 0 12px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
}

.dibiz-grid-sorting .ordering .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dibiz-grid-sorting .ordering .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: 16.5px;
  font-weight: 700;
}

.dibiz-grid-sorting .ordering .nice-select .list .option:hover {
  background-color: #ea202a !important;
  color: var(--whiteColor);
}

.dibiz-grid-sorting .ordering .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}

.dibiz-grid-sorting .ordering .nice-select .list .option.focus, .dibiz-grid-sorting .ordering .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}

.dibiz-grid-sorting .ordering .nice-select .list .option::before {
  content: "\ea0f";
  position: absolute;
  left: 10px;
  top: -3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #ea202a;
  font-family: 'boxicons';
  font-size: 20px;
}

.dibiz-grid-sorting .ordering .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}

.dibiz-grid-sorting .ordering .nice-select .list .option.selected:hover {
  background-color: #ea202a !important;
  color: var(--whiteColor);
}

.dibiz-grid-sorting .ordering .nice-select .list .option.selected:hover::before {
  color: var(--whiteColor);
}

.dibiz-grid-sorting .ordering .nice-select:after {
  border-color: var(--blackColor);
  height: 8px;
  width: 8px;
  margin-top: -5px;
}

.dibiz-grid-sorting .ordering .nice-select:hover {
  border-color: #ea202a;
  background-color: transparent;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-image {
  border-radius: 5px;
}

.products-details-image a {
  display: block;
  border-radius: 5px;
}

.products-details-image a img {
  border-radius: 5px;
}

.products-details-desc {
  padding-left: 30px;
}

.products-details-desc h3 {
  margin-bottom: 15px;
  font-size: 25px;
}

.products-details-desc .price {
  margin-bottom: 15px;
  color: #ea202a;
  font-size: 15.5px;
  font-weight: 700;
}

.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}

.products-details-desc .products-review {
  margin-bottom: 18px;
}

.products-details-desc .products-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
}

.products-details-desc .products-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
  display: inline-block;
  color: var(--blackColor);
  border-bottom: 1px solid var(--blackColor);
  line-height: initial;
  position: relative;
  top: -3px;
  font-weight: 600;
}

.products-details-desc .products-review .rating-count:hover {
  color: #ea202a;
  border-color: #ea202a;
}

.products-details-desc .products-meta {
  margin-top: 20px;
}

.products-details-desc .products-meta span {
  display: block;
  color: var(--blackColor);
  margin-bottom: 10px;
  font-weight: 700;
}

.products-details-desc .products-meta span span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
}

.products-details-desc .products-meta span span.sku {
  color: #ea202a;
}

.products-details-desc .products-meta span span.in-stock {
  color: var(--optionalColor);
}

.products-details-desc .products-meta span a {
  display: inline-block;
  color: var(--optionalColor);
  font-weight: 600;
}

.products-details-desc .products-meta span a:hover, .products-details-desc .products-meta span a:focus {
  color: #ea202a;
}

.products-details-desc .products-meta span:last-child {
  margin-bottom: 0;
}

.products-details-desc .products-add-to-cart {
  margin-top: 25px;
}

.products-details-desc .products-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 55px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 25px;
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: #ea202a;
}

.products-details-desc .products-add-to-cart .input-counter input {
  height: 50px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .default-btn {
  top: -2px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.products-details-desc .products-share {
  margin-top: 30px;
}

.products-details-desc .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.products-details-desc .products-share .social li {
  display: inline-block;
}

.products-details-desc .products-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -2px;
}

.products-details-desc .products-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #ea202a;
  color: var(--whiteColor);
  border: 1px solid #ea202a;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.products-details-desc .products-share .social li a:hover, .products-details-desc .products-share .social li a:focus {
  color: #ea202a;
  background-color: transparent;
}

.products-details-desc .products-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: var(--whiteColor);
}

.products-details-desc .products-share .social li a.facebook:hover, .products-details-desc .products-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.products-details-desc .products-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: var(--whiteColor);
}

.products-details-desc .products-share .social li a.twitter:hover, .products-details-desc .products-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.products-details-desc .products-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: var(--whiteColor);
}

.products-details-desc .products-share .social li a.linkedin:hover, .products-details-desc .products-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.products-details-desc .products-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: var(--whiteColor);
}

.products-details-desc .products-share .social li a.instagram:hover, .products-details-desc .products-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.products-details-tabs {
  margin-top: 50px;
}

.products-details-tabs .nav {
  text-align: center;
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
  display: block;
}

.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.products-details-tabs .nav .nav-item .nav-link {
  color: #cccccc;
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
}

.products-details-tabs .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: -2px;
}

.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}

.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.products-details-tabs .tab-content .tab-pane {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.products-details-tabs .tab-content .tab-pane p {
  line-height: 1.8;
}

.products-details-tabs .tab-content .tab-pane ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  position: relative;
  color: var(--optionalColor);
  padding-left: 15px;
  font-weight: 600;
}

.products-details-tabs .tab-content .tab-pane ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 25px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating {
  display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
  font-size: 17px;
  color: #cecfd2;
  margin-right: -2px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
  color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
  display: block;
  color: var(--optionalColor);
}

.products-details-tabs .tab-content .tab-pane .products-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
  font-weight: 700;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .right {
  text-align: right;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #3bb7ba;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments {
  margin-top: 40px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 700;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  font-weight: 800;
  margin-left: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
  margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
  color: red;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
  margin-top: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
  margin-bottom: 25px;
  text-align: left;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
  text-align: left;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
  float: right;
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
  padding-right: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
  content: "\2605";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 27px;
  color: #CCCCCC;
  line-height: 1;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
  display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
  color: #f6b500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
  text-align: left;
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
  display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--optionalColor);
  font-weight: 600;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ea202a;
  position: absolute;
  top: 5.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
  border-color: #ea202a;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
  border-color: #ea202a;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  margin-top: 22px;
  border: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  color: var(--whiteColor);
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding: 11px 40px;
  font-weight: 700;
  font-size: 17px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: var(--optionalColor);
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  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 {
  display: inline-block;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
  font-size: 18px;
}

.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: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 22px;
}

.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: #ea202a;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}

.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: var(--blackColor);
  color: var(--whiteColor);
  border: none;
  padding: 0 25px;
  line-height: 48px;
  outline: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 700;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: #ea202a;
}

.cart-totals {
  background: var(--whiteColor);
  padding: 40px;
  max-width: 500px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 25px;
}

.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: var(--blackColor);
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  font-size: 19px;
  border-top: none;
}

.cart-totals ul li:last-child span {
  color: var(--blackColor);
  font-weight: 600;
}

.cart-totals ul li span {
  float: right;
  color: var(--optionalColor);
  font-weight: normal;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: var(--whiteColor);
  padding: 15px 20px;
  border-top: 3px solid #ea202a;
  position: relative;
  margin-bottom: 40px;
}

.user-actions i {
  color: #ea202a;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.user-actions span {
  display: inline-block;
  color: #ea202a;
  font-weight: 700;
  font-size: 16px;
}

.user-actions span a {
  display: inline-block;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 25px;
}

.billing-details .title::before {
  content: '';
  position: absolute;
  background: #ea202a;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 15px;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .nice-select {
  display: block;
  float: unset;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0 0 0 12px;
  height: 45px;
  line-height: 45px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.billing-details .form-group .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: 16.5px;
  font-weight: 700;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #ea202a !important;
  color: var(--whiteColor);
}

.billing-details .form-group .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}

.billing-details .form-group .nice-select .list .option.focus, .billing-details .form-group .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}

.billing-details .form-group .nice-select .list .option::before {
  content: "\ea0f";
  position: absolute;
  left: 10px;
  top: -3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #ea202a;
  font-family: 'boxicons';
  font-size: 20px;
}

.billing-details .form-group .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}

.billing-details .form-group .nice-select .list .option.selected:hover {
  background-color: #ea202a !important;
  color: var(--whiteColor);
}

.billing-details .form-group .nice-select .list .option.selected:hover::before {
  color: var(--whiteColor);
}

.billing-details .form-group .nice-select:after {
  border-color: var(--blackColor);
  height: 8px;
  width: 8px;
  margin-top: -5px;
}

.billing-details .form-group .nice-select:hover {
  border-color: #ea202a;
  background-color: transparent;
}

.billing-details .form-check {
  margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
  color: var(--blackColor);
  font-weight: 600;
}

.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 0;
  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: 25px;
}

.order-details .title::before {
  content: '';
  position: absolute;
  background: #ea202a;
  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;
  padding: 12px 20px 10px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: var(--optionalColor);
  white-space: nowrap;
  border-color: #eaedff;
  font-size: 15px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name a {
  display: inline-block;
}

.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: var(--blackColor);
  font-weight: 800;
}

.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 {
  color: var(--blackColor);
  font-weight: 800;
}

.order-details .payment-box {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          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: var(--blackColor);
  position: relative;
  margin-bottom: 8px;
  font-weight: 800;
}

.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: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: var(--whiteColor);
}

.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: #ea202a;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .payment-box .default-btn {
  margin-top: 15px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  .background-color: var(--blackColor);
  background: url(../../assets/img/service-1-bg.jpg);
  position: relative;
  z-index: 1;
  .padding-bottom: 120px;
  padding-bottom: 118px;
  padding-top: 210px;
}

.page-title-area .shape8 {
  left: 90%;
}

.page-title-area .shape3 {
  left: auto;
  top: 10%;
  right: 8%;
}

.page-title-area .shape6 {
  left: 40%;
  bottom: 55%;
}

.page-title-area.page-title-style-two {
  padding-top: 140px;
  padding-bottom: 120px;
}

.page-title-content {
  text-align: center;
}

.page-title-content h1 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 45px;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, var(--whiteColor)), to(var(--whiteColor)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--whiteColor) 75%, var(--whiteColor) 100%);
  -webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 35px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 15px 2px #e4e4ee;
          box-shadow: 0 0 15px 2px #e4e4ee;
  color: var(--blackColor);
  text-align: center;
  display: inline-block;
  border-radius: 0;
  line-height: 42px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 800;
  font-size: 18px;
}

.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--whiteColor);
  background-color: #ea202a;
}

.pagination-area .page-numbers i {
  position: relative;
  top: 1.5px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area {
  padding-left: 10px;
}

.widget-area.widget-left-sidebar {
  padding-right: 10px;
  padding-left: 0;
}

.widget-area .widget {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  padding: 25px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #ea202a;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
  height: 50px;
  color: var(--blackColor);
  background-color: #f2f4f5;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 0 0 15px;
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 600;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_search form .search-field::placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.widget-area .widget_search form button {
  border: none;
  background-color: var(--whiteColor);
  color: #ea202a;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 5px;
  font-size: 20px;
}

.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  border-radius: 5px;
  background-color: #ea202a;
  color: var(--whiteColor);
}

.widget-area .widget_dibiz_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_dibiz_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_dibiz_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_dibiz_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_dibiz_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_dibiz_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog/blog-img8.jpg);
}

.widget-area .widget_dibiz_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog/blog-img7.jpg);
}

.widget-area .widget_dibiz_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog/blog-img6.jpg);
}

.widget-area .widget_dibiz_posts_thumb .item .thumb::before, .widget-area .widget_dibiz_posts_thumb .item .thumb::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: var(--whiteColor);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget-area .widget_dibiz_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}

.widget-area .widget_dibiz_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}

.widget-area .widget_dibiz_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_dibiz_posts_thumb .item .info span {
  display: block;
  color: var(--optionalColor);
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 13px;
}

.widget-area .widget_dibiz_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 800;
}

.widget-area .widget_dibiz_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_dibiz_posts_thumb .item:hover .thumb::before, .widget-area .widget_dibiz_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.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;
  overflow: hidden;
  color: var(--blackColor);
  padding-left: 18px;
  font-weight: 700;
  font-size: 15.5px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #ea202a;
  height: 8px;
  width: 8px;
  content: '';
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: var(--blackColor);
  display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
  color: #ea202a;
}

.widget-area .widget_categories ul li .post-count {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}

.widget-area .tagcloud a {
  display: inline-block;
  background: #f5f5f5;
  color: var(--blackColor);
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14.5px !important;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: var(--whiteColor);
  background-color: #ea202a;
}

.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.widget-area .widget_instagram ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.widget-area .widget_instagram ul li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.widget-area .widget_instagram ul li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.widget-area .widget_instagram ul li .box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  color: var(--whiteColor);
  z-index: 2;
}

.widget-area .widget_instagram ul li .box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_instagram ul li .box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_instagram ul li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.widget-area .widget_instagram ul li .box:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.widget-area .widget_instagram ul li .box:hover i {
  opacity: 1;
  visibility: visible;
}

.widget-area .widget_insight ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_insight ul li {
  margin-bottom: -1px;
}

.widget-area .widget_insight ul li a {
  position: relative;
  display: block;
  padding: 15px 25px 15px 40px;
  color: var(--blackColor);
  border: 1px solid #eeeeee;
  font-weight: 700;
  font-size: 18px;
}

.widget-area .widget_insight ul li a::before {
  width: 5px;
  height: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--optionalColor);
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.widget-area .widget_insight ul li a:hover, .widget-area .widget_insight ul li a.active {
  border-color: #ea202a;
  background-color: #ea202a;
  color: var(--whiteColor);
}

.widget-area .widget_insight ul li a:hover::before, .widget-area .widget_insight ul li a.active::before {
  background-color: var(--whiteColor);
}

.widget-area .widget_insight ul li.active a {
  border-color: #ea202a;
  background-color: #ea202a;
  color: var(--whiteColor);
}

.widget-area .widget_insight ul li.active a::before {
  background-color: var(--whiteColor);
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
  padding: 40px 50px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  margin-right: 30px;
}

.login-form h2 {
  margin-bottom: 25px;
  font-size: 35px;
}

.login-form form .form-group {
  margin-bottom: 25px;
}

.login-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: var(--blackColor);
  font-weight: 700;
}

.login-form form .remember-me-wrap {
  margin-bottom: 0;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked, .login-form form .remember-me-wrap [type="checkbox"]:not(:checked) {
  display: none;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label, .login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--optionalColor);
  font-weight: 600;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:before, .login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after, .login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ea202a;
  position: absolute;
  top: 5.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login-form form .remember-me-wrap [type="checkbox"]:hover + label:before {
  border-color: #ea202a;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:before {
  border-color: #ea202a;
}

.login-form form .lost-your-password-wrap {
  text-align: right;
}

.login-form form .lost-your-password-wrap a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.3;
}

.login-form form .lost-your-password-wrap a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #eeeeee;
}

.login-form form .lost-your-password-wrap a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: 0;
  content: '';
  background-color: #ea202a;
}

.login-form form .lost-your-password-wrap a:hover::before {
  width: 0;
}

.login-form form .lost-your-password-wrap a:hover::after {
  width: 100%;
}

.login-form form button {
  margin-top: 22px;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  color: var(--whiteColor);
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  border-radius: 5px;
  padding: 14.5px 30px;
  font-weight: 700;
}

.login-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.register-form {
  padding-top: 30px;
  padding-left: 30px;
}

.register-form h2 {
  margin-bottom: 25px;
  font-size: 35px;
}

.register-form form .form-group {
  margin-bottom: 25px;
}

.register-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: var(--blackColor);
  font-weight: 700;
}

.register-form form .description {
  font-style: italic;
  font-size: 13.5px;
  margin-top: -10px;
  margin-bottom: 0;
}

.register-form form button {
  margin-top: 22px;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  color: var(--whiteColor);
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  border-radius: 5px;
  padding: 14.5px 30px;
  font-weight: 700;
}

.register-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
}

.error-content h3 {
  margin-bottom: 20px;
  margin-top: 45px;
  font-size: 40px;
}

.error-content p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.error-content .default-btn {
  margin-top: 30px;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content img {
  margin-bottom: 30px;
}

.terms-of-service-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}

.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}

.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 17px !important;
  font-weight: 600;
}

.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
  display: none;
}

.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
  display: none;
}

.terms-of-service-content ol, .terms-of-service-content ul {
  margin-top: 20px;
}

.terms-of-service-content ol li, .terms-of-service-content ul li {
  margin-bottom: 10px;
  color: var(--optionalColor);
  line-height: 1.8;
  font-weight: 600;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content img {
  margin-bottom: 30px;
}

.privacy-policy-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}

.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}

.privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 17px !important;
  font-weight: 600;
}

.privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
  display: none;
}

.privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
  display: none;
}

.privacy-policy-content ol, .privacy-policy-content ul {
  margin-top: 20px;
}

.privacy-policy-content ol li, .privacy-policy-content ul li {
  margin-bottom: 10px;
  color: var(--optionalColor);
  line-height: 1.8;
  font-weight: 600;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #f6f7fb;
  background-image: url(../../assets/img/coming-soon-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 700px;
  background: var(--whiteColor);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
          box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-content .logo {
  display: inline-block;
}

.coming-soon-content h2 {
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 0;
}

.coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-content #timer div {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: var(--blackColor);
}

.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 9px;
  font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: #ea202a;
}

.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0 0 0 32px;
  color: var(--blackColor);
  height: 45px;
  display: block;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 400;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #A1A1A1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content form .default-btn {
  border-radius: 0;
}

.coming-soon-content form .default-btn::before {
  border-radius: 0;
}

.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: red;
}

.coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-item {
  margin-bottom: 30px;
}

.faq-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 100px;
  z-index: 1;

}

.contact-info-box .icon {
  .width: 75px;
  width:85px;
  height: 85px;
  background-color: #f7f7f7;
  .border-radius: 3px;
  border-radius: 125px;
  position: absolute;
  text-align: center;
  left: 0;
  font-size: 40px;
  color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.contact-info-box p {
  margin-bottom: 3px;
  font-weight: 600;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box .back-icon {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
  color: var(--blackColor);
  line-height: 1;
  opacity: .04;
  font-size: 100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.contact-info-box:hover .icon {
  background-color: #ea202a;
  color: var(--whiteColor);
}
.contact-area{
    position: relative;
    .z-index: 1;
    background: url(../../assets/img/contact-bg.jpg);
}
.contact-area .section-title h2{
	color:#fff;
}
.contact-area .section-title p{
	color:#fff;
}
.contact-image {
  margin-top: 20px;
  text-align: center;
}

.contact-form {
  padding: 40px;
  margin-left: 15px;
  -webkit-box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
          box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
  background-color: var(--whiteColor);
}

.contact-form form .form-group textarea.form-control {
  height: auto;
}

.contact-form form .help-block ul {
  margin-bottom: 0;
  margin-top: 12px;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form .default-btn {
  margin-top: 5px;
}

.contact-form form #msgSubmit {
  margin: 0 !important;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 15px !important;
}

#map iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -7px;
  border: none;
}

/*================================================
Footer Area CSS
=================================================*/
. {
  padding-top: 100px;
  position: relative;
  z-index: 1;
  background-color: #100f1f;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
  font-size: 15px;
  display: inline-block;
}

.single-footer-widget .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social-link li:last-child {
  margin-right: 0;
}

.single-footer-widget .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: var(--whiteColor);
  background-color: #1e1d2f;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}

.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.single-footer-widget .social-link li a:hover {
  background-color: #ea202a;
  color: var(--whiteColor);
}

.single-footer-widget h3 {
  margin-bottom: 25px;
  font-size: 25px;
  color: var(--whiteColor);
}

.single-footer-widget p {
  color: #ededed;
}

.single-footer-widget .footer-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-links-list li {
  margin-bottom: 12px;
  color: #ededed;
  font-weight: 600;
}

.single-footer-widget .footer-links-list li a {
  color: #ededed;
  display: inline-block;
}

.single-footer-widget .footer-links-list li a:hover {
  color: #ea202a;
}

.single-footer-widget .footer-links-list 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: 13px;
  color: #ededed;
  position: relative;
  padding-left: 23px;
  font-weight: 600;
}

.single-footer-widget .footer-contact-info li a {
  color: #ededed;
  display: inline-block;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #ea202a;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  color: #ea202a;
  top: 4px;
}

.single-footer-widget .footer-contact-info li i.bxs-inbox {
  top: 3px;
}

.footer-bottom-area {
  margin-top: 70px;
  border-top: 1px solid #181726;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-bottom-area p {
  color: #ededed;
}

.footer-bottom-area p i {
  position: relative;
  top: 1.4px;
}

.footer-bottom-area p a {
  color: #ea202a;
  font-weight: 700;
}

.footer-bottom-area p a:hover {
  color: var(--whiteColor);
}

.footer-bottom-area p strong {
  color: var(--whiteColor);
}

.footer-bottom-area ul {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.footer-bottom-area ul li {
  color: #ededed;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.footer-bottom-area ul li:last-child {
  margin-right: 0;
}

.footer-bottom-area ul li:last-child::before {
  display: none;
}

.footer-bottom-area ul li::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 5.2px;
  width: 1px;
  height: 14px;
  background-color: #ededed;
}

.footer-bottom-area ul li a {
  display: block;
  color: #ededed;
}

.footer-bottom-area ul li a:hover {
  color: #ea202a;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  background-color: #ea202a;
  color: var(--whiteColor);
  z-index: 4;
  width: 43px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  font-size: 27px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Sidebar Modal CSS
=================================================*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: var(--whiteColor);
  border: none;
  border-radius: 0;
}

.modal.right .modal-content button.close {
  float: unset;
  position: absolute;
  right: 20px;
  top: 15px;
  color: var(--blackColor);
  z-index: 2;
  opacity: 1;
  border: none;
  text-shadow: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-size: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.modal.right .modal-content button.close:hover {
  color: red;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.sidebarModal.modal .modal-body {
  text-align: center;
  padding: 80px 30px;
}

.sidebarModal.modal .modal-body .instagram-list {
  margin-top: 70px;
}

.sidebarModal.modal .modal-body .instagram-list .row {
  margin-left: -5px;
  margin-right: -5px;
}

.sidebarModal.modal .modal-body .instagram-list .row .col-lg-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.sidebarModal.modal .modal-body .instagram-list .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 10px;
}

.sidebarModal.modal .modal-body .instagram-list .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.sidebarModal.modal .modal-body .instagram-list .box i {
  position: absolute;
  left: 0;
  right: 0;
  color: var(--whiteColor);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.sidebarModal.modal .modal-body .instagram-list .box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebarModal.modal .modal-body .instagram-list .box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #ea202a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}

.sidebarModal.modal .modal-body .instagram-list .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.sidebarModal.modal .modal-body .instagram-list .box:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.sidebarModal.modal .modal-body .instagram-list .box:hover i {
  opacity: 1;
  visibility: visible;
}

.sidebarModal.modal .modal-body .sidebar-contact-info {
  margin-top: 80px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info h2 {
  margin-bottom: 0;
  font-size: 30px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info h2 span {
  display: block;
  font-size: var(--fontSize);
  margin-top: 8px;
  margin-bottom: 8px;
}

.sidebarModal.modal .modal-body .social-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
}

.sidebarModal.modal .modal-body .social-list li {
  display: inline-block;
  margin-right: 8px;
}

.sidebarModal.modal .modal-body .social-list li span {
  display: block;
  color: #ea202a;
  font-weight: 600;
}

.sidebarModal.modal .modal-body .social-list li a {
  position: relative;
  top: 3px;
  font-size: 20px;
}

.sidebarModal.modal .modal-body .social-list li:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=style.css.map */


/* about section */
.about-services-area {
    position: relative;
    .z-index: 1;
    background: url(../../assets/img/about-bg.jpg);
}

.about p {
    .max-width: 600px;
    font-size: 17px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
	color: #2e2e2e;
}

.about-services-area .shape2 {
    position: absolute;
    left: 4%;
    top: 21%;
    z-index: 1;
}
.about-services-area .shape3 {
    position: absolute;
    left: 25%;
    top: 24%;
    z-index: 1;
}
.about-services-area .shape5 {
    position: absolute;
    left: 9%;
    bottom: 10%;
    z-index: 1;
}
.about-services-area .shape6 {
    position: absolute;
    left: 80%;
    bottom: 45%;
    z-index: 1;
}
.about-services-area .shape7 {
    position: absolute;
    left: 92%;
    bottom: 8%;
    z-index: 1;
}
.about-services-area .shape8 {
    position: absolute;
    left: 85%;
    bottom: 70%;
    z-index: 1;
}
.how-its-work-area .feedback-image::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    .border: 6px;
    border: 6px dashed #ffffff;
    border: 6px dashed #ffffff;
}
.how-its-work-area .feedback-image img {
    border-radius: 50%;
    .border: 1.5px;
    border: 1.5px dashed #ffffff;
    border: 1.5px dashed #ffffff;
    padding: 5px;
}
.navbar-area {
    background-color: #ffffffc4;
}
.navbar-color-white .dibiz-nav .navbar .navbar-nav .nav-item a {
    color: var(--blackColor);
}
.navbar-area.navbar-color-white.is-sticky {
    background-color: #ffffff !important;
}
.about span {
    font-weight: 800;
    color: #3bb7ba;
}

/* start_request_secton */
.requ-expert{
}
.requ-expert .container-fluid{
	padding-left:0px;
	padding-right:0px;
}
.expert-design {
    background: #437dd2;
    min-height: 100px;
    width: 100%;
}

.expert {
    width: 100%;
    background: none;
    margin-bottom: 0;
}
.expert h1{
	text-align: center;
    color: #fff;
    font-weight: 600;
	padding: 20px 90px 20px 155px;
	float:left;
}
.expert .default-btn{
	margin: 25px;
	float:left;
}
.expert h1 span{
    font-weight: 800;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 32px solid #437dd2;
    margin: auto;
	z-index:-1;
}
.requ-expert:hover .expert-design{
	background: #3bb7ba;
}
.requ-expert:hover .triangle-down{
	border-top: 32px solid #3bb7ba;
}
/* End_request_secton */

/*process-box*/
.our-blog{
	    background: 0 -150px url(../../assets/img/cwd-process-bg.jpg);
		z-index:-1;
}
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    .top: 42%;
	top:39%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    .top: 42%;
	top:39%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #3bb7ba;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #3bb7ba;
    box-shadow: 0 0 0px 6px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 39px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #3bb7ba;
    box-shadow: 0 0 0px 6px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 39px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-box h5{
	padding-top:10px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #04889800;
    border-right: 8px solid #048898;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #048898;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    .top: 64px;
	top: 56px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    .top: 63px;
	top: 56px;
    z-index: 9;
}

/* service */
/*============ Service Features style ============*/
.service-heading-block{
	display:block;
	margin-bottom:30px;
	}
.title {
  display: block;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 10px;
}
.sub-title {
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}
.feature-block {
  background-color: #fff0;
    border-radius: 2px;
    padding: 15px;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    margin-bottom: 15px;
    transition: all ease .5s;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 18px 15px;
}
.ms-feature:hover, 
.ms-feature:focus {
  background-color: #fafafa;
  box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 3px rgba(0, 0, 0, 0.12);
}
.fb-icon {
  border-radius: 50%;
  display: block;
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  text-align:center;
  margin:1rem auto;
  width: 80px;
  transition: all 0.5s ease 0s;
}
/*.feature-block:hover .fb-icon,
.feature-block:focus .fb-icon {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  transform: rotate(360deg);
}*/
.fb-icon.color-info {
  background-color: #5bc0de;
  color: #fff;
}
.fb-icon.color-warning {
  background-color: #eea236;
  color: #fff;
}
.fb-icon.color-success {
  background-color: #5cb85c;
  color: #fff;
}
.fb-icon.color-danger {
  background-color: #d9534f;
  color: #fff;
}
..feature-block h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 3rem 0 1rem;
}
.feature-info1 {
  color: #ea202a;
}
.feature-info2 {
  color: #cb0680;
}
.feature-info3 {
  color: #1fa299;
}
.feature-info4 {
  color: #2eb01c;
}
.feature-block p{
    text-align: justify;
    padding: 20px;
}
.btn-custom{
  border: medium none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 10px 1px;
  outline: 0 none;
  padding: 8px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.feature-block:hover .feature-block-img{
	transform: scale(1.4);
    transform: rotate(360deg);
}

/*-----Cuatom Web Design----*/
.servicetab {
    margin-top: 40px;
}
.nav-tabs {
    border: none;
}
.servicetab nav .nav-item.active {
    color: #fff;
    background-color: #0075af;
    border-color: #fff #fff #fff;
}
.servicetab nav .nav-item {
    width: 100%;
}
.servicetab nav .nav-item {
    width: 100%;
    background: #3bb7ba;
    border-radius: initial;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: 600;
	text-align: left;
}
/*================================================
Project Start Area CSS
=================================================*/
.mb35 {
    margin-bottom: 0px;
}
.custom-service-sec-area {
  position: relative;
  .z-index: 1;
  background: 0 -300px url(../../assets/img/custom-service-sec-bg.jpg);
}

.custom-service-sec-area .shape3 {
  left: 85%;
  top: 20%;
}

.custom-service-sec-area .shape6 {
  left: 85%;
  bottom: 17%;
}

.custom-service-sec-content {
  padding-left: 30px;
}

.custom-service-sec-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}
.custom-service-sec-content img{
	float:left;
	width:42px;
	margin-right:10px;
}

.custom-service-sec-content h5 {
  margin-bottom: 0;
  color:#fff;
  font-weight:600;
  float:left;
  width:88%;
}
.title_b {
    font-size: 2.25rem;
	font-weight:700;
    color: #fff;
    width: 55px;
    float: left;
	margin-top: -15px;
}
.title_cnt {
    font-size: 1.25rem;
    color: #fff;
    width: 88%;
    float: left;
	line-height: normal;
}
.custom-service-sec-content p {
  .margin-top: 12px;
}

.custom-service-sec-content .default-btn {
  margin-top: 5px;
}

/* Faq Area */

.faq-area .accordion {
  background-color: #fff;
  color: #0075af;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  font-weight:800;
  transition: 0.4s;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  
}
.faq-area .accordion img{
   margin-right:15px;  
}

.faq-area .active, .faq-area .accordion:hover {
  background-color: #eee;
  
}

.faq-area .accordion:after {
  content: '\002B';
  font-size:22px;
  color: #0078ae;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-area .active:after {
  content: "\2212";
}

.faq-area .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


/* Hire Area */

.hire-area{
}
.hire_box {
    text-align: right;
}
.hire_box .title {
	font-size:58px;
	font-weight:800;
	line-height: 1;
    color: #ea202a;
    text-transform: uppercase;
}
.hire_box .sub_title {
	font-size:34px;
	font-weight:600;
    color: #05924d;
	line-height: 1;
    text-transform: uppercase;
    text-align: right;
    margin-top: 0;
}
.hire_cnt {
    color: #222;
}
.hire_button {
  border: none;
  color: white;
  padding: 4px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  font-weight:600;
  margin: 4px 15px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.hire_button1 {
  background-color: #0075af;
  color: #fff; 
  .border: 2px solid #4CAF50;
  border-radius:10px;
}
.hire_button1:hover {
  background-color: #05924d;
  color: white;
}
.mt-60{
    margin-top:60px;
}

.section-block-grey {
    padding: 90px 0px 90px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
	min-height: 169px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #3bb7ba;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #5f27cd;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
    width: 75%;

}

.serv-section-2 h1 {
    color: #fff;
    .font-size: 20px;
    .font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #3bb7ba;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before{
    background: #ea202a;
	color:#fff;
}
.serv-section-2:hover h1{
	color:#fff;
}
.serv-section-2:hover .section-heading-line-left{
	background: #ea202a;
}

/*================================================
Project Start Area CSS
=================================================*/
.mb35 {
    margin-bottom: 0px;
}
.qualities-service-sec-area {
  position: relative;
  .z-index: 1;
  background:url(../../assets/img/qualities-bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}
.qualitie_list_1{
	width:250px;
	height:250px;
	background-color:rgba(94,83,167,.7);
	border:4px solid #FFF;
	border-radius:150px;
}
.qualitie_list_2{
	width:250px;
	height:250px;
	background-color:rgba(109,198,66,.7);
	border:4px solid #FFF;
	border-radius:150px;
}
.qualitie_list_3{
	width:250px;
	height:250px;
	background-color:rgba(227,178,25,.7);
	border:4px solid #FFF;
	border-radius:150px;
}
.qualitie_list_4{
	width:250px;
	height:250px;
	background-color:rgba(253,104,38,.7);
	border:4px solid #FFF;
	border-radius:150px;
}
.qualitie_list_1:hover, .qualitie_list_2:hover, .qualitie_list_3:hover, .qualitie_list_4:hover{
	background-color:#00000025;
	cursor: default;
}
.qualitie_list_inner{
	.padding:45px 90px;
}
.qualitie_list_1 .title, .qualitie_list_2 .title, .qualitie_list_3 .title, .qualitie_list_4 .title {
    .font: 600 20px/24px 'Open Sans',Arial,Helvetica,sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 18px;
}

.qualitie_img {
    width: 94px;
    margin: auto;
	margin-top:30px;
    overflow: hidden;
    border-bottom: 2px solid #fff;
    padding-bottom: 16px;
}

/*================================================
Responsive Web Design Start Area CSS
=================================================*/


.res-page-title-area {
    .background-color: var(--blackColor);
    background: url(../../assets/img/responsive-web-design-banner.jpg);
    position: relative;
    z-index: 1;
    .padding-bottom: 120px;
    padding-bottom: 118px;
    padding-top: 210px;
}
.res-page-title-area .banner-content h1{
	font-size:50px;
}
.res-about-services-area .section-title {
    .max-width: 720px;
    max-width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
.res-about-services-area .section-title span{
	font-weight:500;
}

.res-about-services-area .about p {
    text-align: center;
}
.res-about-services-area .about span {
    font-weight: 800;
    color: #ea202a;
}

/*================================================
             6. FEATURES SECTION
==================================================*/

.features-section {
	.background: url(../../assets/img/responsive-webiste-bg.jpg);
	.background-position:cover;
	background: #efeeec!important;
    .padding-top: 60px;
    .padding-bottom: 50px;
	
}
.features-heading h1 {
    padding-bottom: 70px;
}
/*.features-heading h2 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.features-heading p {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 70px;
}*/
.features-content{
	padding-left:64px;
}
.features-wrap {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	border: 1px solid #0d8caf;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
}
/*.features-wrap h3 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}
.features-wrap p {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
}*/
.features-wrap h5 {
	color: #0c91b4;
}
.Fluid-Layout-Img{
	padding-right:15px;
	float:left;
}
.Fluid-Layout-1{
	background:url(../../assets/img/Fluid-Layout-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.Fluid-Layout-2{
	background:url(../../assets/img/Browser-Compatibility-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.Fluid-Layout-3{
	background:url(../../assets/img/Device-Agnostic-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.Fluid-Layout-4{
	background:url(../../assets/img/Unrivalled-Performance-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.Fluid-Layout-5{
	background:url(../../assets/img/Fits-Into-Every-Width-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.Fluid-Layout-6{
	background:url(../../assets/img/Rich-UX-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.features-wrap:hover {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	border: 1px dashed #ea202a;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
    .box-shadow: 0 7px 10px -3px gray;
    .transition: 1s ease;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.features-wrap:hover h5 {
	color: #ea202a;
}
.features-wrap:hover .Fluid-Layout-1{
	background:url(../../assets/img/Fluid-Layout-2.png) no-repeat;
}
.features-wrap:hover .Fluid-Layout-2{
	background:url(../../assets/img/Browser-Compatibility-2.png) no-repeat;
}
.features-wrap:hover .Fluid-Layout-3{
	background:url(../../assets/img/Device-Agnostic-2.png) no-repeat;
}
.features-wrap:hover .Fluid-Layout-4{
	background:url(../../assets/img/Unrivalled-Performance-2.png) no-repeat;
}
.features-wrap:hover .Fluid-Layout-5{
	background:url(../../assets/img/Fits-Into-Every-Width-2.png) no-repeat;
}
.features-wrap:hover .Fluid-Layout-6{
	background:url(../../assets/img/Rich-UX-2.png) no-repeat;
}
.features-img img {
    display: block;
    margin: 0px auto;
}
/* start_consult_secton */
.consult-expert{
}
.consult-expert .container-fluid{
	padding-left:0px;
	padding-right:0px;
}
.consult-design {
    background: #0d8caf;
    min-height: 100px;
    width: 100%;
}

.consult {
    width: 100%;
    background: none;
    margin-bottom: 0;
}
.consult h1{
	text-align: center;
    color: #fff;
    font-weight: 600;
	padding: 20px 90px 20px 155px;
	float:left;
}
.consult .default-btn{
	margin: 25px;
	float:left;
}
.consult h1 span{
    font-weight: 800;
}

.consult-expert .triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 32px solid #0d8caf;
    margin: auto;
	z-index:-1;
}
.consult-expert:hover .consult-design{
	background: #3bb7ba;
}
.consult-expert:hover .triangle-down {
	border-top: 32px solid #3bb7ba;
}
/* End_consult_secton */

/*================================================
How It's Responsive Work Area CSS
=================================================*/
.how-responsive-work-area {
  .background-color: var(--blackColor);
  .background: url(../../assets/img/process-bg.jpg);
}

.how-responsive-work-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #0d8caf;
  text-transform: uppercase;
  .font-size: 15.5px;
  font-size: 21.5px;
  font-weight: 700;
}

.how-responsive-work-content h2 {
  margin-bottom: 15px;
  font-size: 42px;
  color: var(--whiteColor);
}

.how-responsive-work-content p {
  .color: #e1e1e1;
  color: var(--optionalColor);
  
}

.how-responsive-work-content .inner-box {
  margin-top: 35px;
}

.how-responsive-work-content .inner-box .single-item {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  padding-bottom: 30px;
}

.how-responsive-work-content .inner-box .single-item .count-box {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 65px;
  text-align: center;
  .color: var(--whiteColor);
  color:#0d8caf;
  background-color: #ffffff;
   border-radius: 50%;
  .background-color: var(--blackColor);
  .background-color: #ea202a;
  -webkit-box-shadow: #0d8caf 0 0 0 5px;
          box-shadow: #0d8caf 0 0 0 5px;
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
}

.how-responsive-work-content .inner-box .single-item h3 {
  margin-bottom: 8px;
  .color: var(--whiteColor);
  color: #0d8caf;
  font-size: 25px;
  border-bottom: 1px solid #0d8caf;
  padding: 0 15px 8px 0;
  display: inline-block;
  position: relative;
}


.how-responsive-work-content .inner-box .single-item::before {
  content: '';
  position: absolute;
  top: 3px;
  width: 1px;
  height: 100%;
  .background-color: var(--whiteColor);
  background-color:#0d8caf;
  z-index: -1;
  left: 40px;
}

.how-responsive-work-content .inner-box .single-item::after {
  content: "\ea17";
  position: absolute;
  left: 26px;
  .color: var(--whiteColor);
  color:#0d8caf;
  bottom: 35px;
  -webkit-animation: fade-down 1.5s infinite linear;
          animation: fade-down 1.5s infinite linear;
  font-family: "boxicons" !important;
  font-size: 30px;
}

.how-responsive-work-content .inner-box .single-item:last-child {
  padding-bottom: 0;
}

.how-responsive-work-content .inner-box .single-item:last-child::before {
  display: none;
}

.how-responsive-work-content .inner-box .single-item:last-child::after {
  display: none;
}

.how-responsive-work-image {
  text-align: center;
}
.how-responsive_box {
    text-align: right;
}
.how-responsive_box .title {
	font-size:58px;
	font-weight:800;
	line-height: 1;
    color: #ea202a;
    .text-transform: uppercase;
}
.how-responsive_box .sub_title {
	font-size:34px;
	font-weight:600;
    color: #05924d;
	line-height: 1;
    .text-transform: uppercase;
    text-align: right;
    margin-top: 0;
}
/*================================================
Resp port Start Area CSS
=================================================*/
.mb35 {
    .margin-bottom: 0px;
	.padding-top:150px;
	.padding-bottom:50px;
}
.resp-port-sec-area {
  position: relative;
  .z-index: 1;
  background: url(../../assets/img/resp-port-bg.png) center top no-repeat;
  width: 100%;
  background-attachment: local;
  background-size:cover;	
}

 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .jssora061 {display:block;position:absolute;cursor:pointer;}
        .jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
        .jssora061:hover {opacity:.8;}
        .jssora061.jssora061dn {opacity:.5;}
        .jssora061.jssora061ds {opacity:.3;pointer-events:none;}

.resp-port-sec-area .section-title h1{
	text-align:left;
}
.resp-port-sec-area .section-title p{
    text-align: left;
    color: #fff;
    padding-top: 30px;
}

/*================================================
Logo Designing Start Area CSS
=================================================*/


.logo-page-title-area {
    .background-color: var(--blackColor);
    background: url(../../assets/img/logo-designing-banner.jpg);
    position: relative;
    z-index: 1;
    .padding-bottom: 120px;
    padding-bottom: 118px;
    padding-top: 210px;
}
.logo-page-title-area .banner-content h1{
	font-size:50px;
}
/* start_requir_secton */
.requir-expert{
}
.requir-expert .container-fluid{
	padding-left:0px;
	padding-right:0px;
}
.requir-design {
    background: #5e3b7f;
    min-height: 100px;
    width: 100%;
}

.requir {
    width: 100%;
    background: none;
    margin-bottom: 0;
}
.requir h1{
	text-align: center;
    color: #fff;
    font-weight: 600;
	padding: 20px 90px 20px 155px;
	float:left;
}
.requir .default-btn{
	margin: 25px;
	float:left;
}
.requir h1 span{
    font-weight: 800;
}

.requir-expert .triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 32px solid #5e3b7f;
    margin: auto;
	z-index:-1;
}
.requir-expert:hover .requir-design{
	background: #c8336d;
}
.requir-expert:hover .triangle-down {
	border-top: 32px solid #c8336d;
}
/* End_requir_secton */


.effect-block {
  background-color: #fff0;
    border-radius: 2px;
    padding: 15px;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    margin-bottom: 15px;
    transition: all ease .5s;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 18px 15px;
}
.ms-effect:hover, 
.ms-effect:focus {
  background-color: #fafafa;
  box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 3px rgba(0, 0, 0, 0.12);
}
.fb-icon {
  border-radius: 50%;
  display: block;
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  text-align:center;
  margin:1rem auto;
  width: 80px;
  transition: all 0.5s ease 0s;
}
/*.feature-block:hover .fb-icon,
.feature-block:focus .fb-icon {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  transform: rotate(360deg);
}*/
.fb-icon.color-info {
  background-color: #5bc0de;
  color: #fff;
}
.fb-icon.color-warning {
  background-color: #eea236;
  color: #fff;
}
.fb-icon.color-success {
  background-color: #5cb85c;
  color: #fff;
}
.fb-icon.color-danger {
  background-color: #d9534f;
  color: #fff;
}
..effect-block h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 3rem 0 1rem;
}
.effect-info1 {
  color: #05924d;
}
.effect-info2 {
  color: #05924d;
}
.effect-info3 {
  color: #05924d;
}
.effect-info4 {
  color: #05924d;
}
.effect-block p{
    text-align: center;
    padding: 20px;
}
.btn-custom{
  border: medium none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 10px 1px;
  outline: 0 none;
  padding: 8px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.effect-block:hover{
  background-color: #f9f9f9;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border: 1px dashed #c8336d;
}
.effect-block-img{
  padding:15px 0 20px 0;
}
.effect-block:hover img{
	transform: scale(1.4);
    transform: rotate(360deg);
}

/*================================================
logo Service Start Area CSS
=================================================*/
.mb35 {
    margin-bottom: 0px;
}
.logo-service-sec-area {
  position: relative;
  .z-index: 1;
  background:url(../../assets/img/logo-bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}
.logo_list{
	width:250px;
	height:150px;
	background-color:#fff;
	border:4px solid #c8336d;
	.border-radius:150px;
}
.logo_list:hover{
	cursor: default;
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.logo_list_inner{
	.padding:45px 90px;
}

/*================================================
             6.LOGO FEATURES SECTION
==================================================*/

.logo-features-section {
	.background: url(../../assets/img/responsive-webiste-bg.jpg);
	.background-position:cover;
	background: #e5f0f5 !important;
    .padding-top: 60px;
    .padding-bottom: 50px;
	
}
.logo-features-heading h1 {
    padding-bottom: 70px;
}
.logo-features-content{
	
}
.logo-features-wrap {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	.border: 1px solid #c8336d;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
	min-height: 285px;

}
.logo-features-wrap h4{
	color:green !important;
}
.logo-Fluid-Layout-Img{
	padding-right:15px;
	float:left;
}
.logo-Fluid-Layout-1{
	background:url(../../assets/img/01.png) no-repeat;
	width:54px;
	height:54px;
	float:left;
}
.logo-Fluid-Layout-2{
	background:url(../../assets/img/02.png) no-repeat;
	width:54px;
	height:54px;
	float:left;
}
.logo-Fluid-Layout-3{
	background:url(../../assets/img/03.png) no-repeat;
	width:54px;
	height:54px;
	float:left;
}
.logo-Fluid-Layout-4{
	background:url(../../assets/img/04.png) no-repeat;
	width:54px;
	height:54px;
	float:left;
}
.logo-Fluid-Layout-5{
	background:url(../../assets/img/05.png) no-repeat;
	width:54px;
	height:54px;
	float:left;
}
.logo-Fluid-Layout-6{
	background:url(../../assets/img/06.png) no-repeat;
	width:54px;
	height:54px;
	float:left;
}
.logo-features-wrap:hover {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	.border: 1px dashed #ea202a;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
    .box-shadow: 0 7px 10px -3px gray;
    .transition: 1s ease;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.logo-features-wrap:hover .logo-Fluid-Layout-1{
	background:url(../../assets/img/01-1.png) no-repeat;
}
.logo-features-wrap:hover .logo-Fluid-Layout-2{
	background:url(../../assets/img/02-1.png) no-repeat;
}
.logo-features-wrap:hover .logo-Fluid-Layout-3{
	background:url(../../assets/img/03-1.png) no-repeat;
}
.logo-features-wrap:hover .logo-Fluid-Layout-4{
	background:url(../../assets/img/04-1.png) no-repeat;
}
.logo-features-wrap:hover .logo-Fluid-Layout-5{
	background:url(../../assets/img/05-1.png) no-repeat;
}
.logo-features-wrap:hover .logo-Fluid-Layout-6{
	background:url(../../assets/img/06-1.png) no-repeat;
}
.logo-features-img img {
    display: block;
    margin: 0px auto;
}

/*================================================
E-Commerce Designing Start Area CSS
=================================================*/


.ecommerce-page-title-area {
    .background-color: var(--blackColor);
    background: url(../../assets/img/ecommerce-website-banner.jpg);
    position: relative;
    z-index: 1;
    .padding-bottom: 120px;
    padding-bottom: 118px;
    padding-top: 210px;
}
.ecommerce-page-title-area .banner-content h1{
	font-size:50px;
}

.ecommerce-right-sec {
    margin-bottom: 30px;
	position:relative;
    padding: 30px;
    border-radius: 5px;
    background-color: var(--whiteColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.ecommerce-right-sec-back{
    position: absolute;
    content: "";
    background: #fa466c;
    top: 100px;
    bottom: 15px;
    left: 85px;
    right: 1px;
}
hr.boldbx{
	width:35%;
	border-width: 4px 0 0;
	border-color: #2eb3c0;
	float:left;
}

.demand_car_tab_btn .nav-tabs:after,
.demand_car_tab_outer:after,
.demand_light-pc:after {
    clear: both;
    display: block;
    content: ""
}

.demand_car_tab_outer {
    clear: both;
    background: url(../../assets/img/carHire_panel_bg.jpg) no-repeat center top;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sec_heading_white {
    font-size: 38px;
    color: #fff
}

.sec_heading_white .light {
	font-weight:normal;
}

.sec_heading_white .bold {
}

.demand_car_tab_outer .align_left {
    width: 50%;
    float: left;
    background: rgba(0, 0, 0, .68)
}

.demand_car_tab_outer .align_right {
    width: 50%;
    float: left
}

.demand_car_tab_btn {
    max-width: 590px;
    float: right;
    padding: 40px 15px 45px
}

.carHire_demandTab_title {
    margin-bottom: 30px
}

.demand_car_tab_btn .nav-tabs {
    margin: 0 -7px;
    border: 0
}

.demand_car_tab_btn .nav-tabs li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 7px
}

.demand_car_tab_btn .nav-tabs li a {
    border: 1px solid #656567;
    height: 87px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 27px 10px 20px;
    border-radius: 0;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.demand_car_tab_btn .nav-tabs li a span {
    width: 46px;
    float: left;
    font-size: 28px;
    line-height: 10px
}

.demand_car_tab_btn .nav-tabs .nav-item a:hover,
.demand_car_tab_btn .nav-tabs .nav-item.show .nav-link,
.demand_car_tab_btn .nav-tabs .nav-link.active {
    background: url(../../assets/img/red-pattern.jpg) repeat left top;
    border-color: #a71214;
    color: #fff
}

.demand_car_tab_outer .tab-content {
    padding: 20px 15px 20px 55px;
    max-width: 610px
}

.demand_car_tab_outer .tab-pane {
    background: #fff;
    padding: 70px 40px 60px;
    text-align: center;
    min-height: 400px
}

.demand_car_tab_outer .tab-pane img {
    text-align: center;
    display: block;
    margin: 0 auto
}

.demand_car_tab_outer .panel_content {
    margin-top: 35px
}

.demand_car_tab_outer .panel_content h6 {
    font-size: 18px;
    color: #616161;
	text-transform:uppercase;
}
@media (max-width:767.98px) {
    
    .demand_car_tab_outer .align_left {
        width: 100%;
        float: none;
        background: #000
    }
    .demand_car_tab_btn .nav-tabs li a span {
        margin-top: -5px
    }
    .demand_car_tab_btn .nav-tabs li a {
        height: auto;
        padding: 26px 8px
    }
    .demand_car_tab_outer .tab-content {
        padding: 0;
        max-width: 100%
    }
    .demand_car_tab_outer .panel_content {
        margin-top: 15px
    }
    .demand_car_tab_outer .align_right {
        width: 100%;
        float: none;
        background: url(../images/carHire_panel_bg.jpg) no-repeat center top;
        padding: 20px;
        clear: both
    }
    .demand_car_tab_btn {
        max-width: 100%;
        float: none;
        padding: 30px 15px 25px
    }
    .demand_car_tab_outer {
        background: 0 0;
        display: -webkit-block;
        display: -ms-block;
        display: block
    }
       .demand_car_tab_outer .tab-pane {
        min-height: 0
    }
}

/*================================================
             6.E-commerce FEATURES SECTION
==================================================*/

.ecom-features-section {
	.background: url(../../assets/img/responsive-webiste-bg.jpg);
	.background-position:cover;
	background: #e5f0f5 !important;
    .padding-top: 60px;
    .padding-bottom: 50px;
	
}
.ecom-features-heading h1 {
    padding-bottom: 70px;
}
.ecom-features-content{
	
}
.ecom-features-wrap {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	.border: 1px solid #c8336d;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
	min-height: 285px;

}
.ecom-features-wrap h4{
	color:green !important;
}
.ecom-features-content h1{
	color:#424242;
	padding-top:75px;
}
.ecom-features-content h1 span{
	color:#01b5d8;
}
.ecom-Fluid-Layout-Img{
	padding-right:15px;
	float:left;
}

.ecom-features-wrap:hover {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	border: 1px dashed #ea202a;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
    .box-shadow: 0 7px 10px -3px gray;
    .transition: 1s ease;
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.ecom-features-img img {
    display: block;
    margin: 0px auto;
}
.ecom-features-text{
	padding:0 30px;
}
.feature-btn{
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25);
    background: -webkit-linear-gradient(top,#ff0509 0%,#c40003 100%);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size:22px;
	font-weight:700;
    padding-top: 30px;
    cursor: pointer;
    border: 0;
    margin-right: 15px;
    text-shadow: 1px 0 2px #222;
    text-transform: uppercase;
	margin:47px;
}
.feature-btn:hover{
    color: #fff;
	text-decoration: none;
	text-shadow: none;
	background: -webkit-linear-gradient(top, #c40003 0%, #ff0509 100%)
}
.ecommerce-bdr-b{
	border-bottom: 1px solid #d5d5d5;
    padding-bottom: 275px;
    margin-bottom: 30px;
}

.ecommerce-bdr-b h3{
	color:green !important;
}
.sec_left {
    float: left;
    width: 74%;
}
.create_cnt {
    color: #333;
    margin-top: 20px;
}
.sec_right {
    float: right;
}
.sec_left2 {
    float: right;
    width: 74%;
}
.sec_right2 {
    float: left;
}

/* ----- PHP WEB DESIGN Section -----*/
.php-page-title-area {
    .background-color: var(--blackColor);
    background: url(../../assets/img/php-web-design.jpg);
    position: relative;
    z-index: 1;
    .padding-bottom: 120px;
    padding-bottom: 118px;
    padding-top: 210px;
}
.php-page-title-area .banner-content h1{
	font-size:50px;
}
/*php-ser-offer*/
.php-ser-offer{
	    background:url(../../assets/img/banner-bg2.jpg);
		z-index:-1;
}
.php-ser-offer .section-title h1 span{
	font-weight:500;
}


.php-ser-offer .accordion {
  background-color: #fff;
  color: #0075af;
  cursor: pointer;
  padding: 5px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  font-weight:800;
  transition: 0.4s;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  
}
.php-ser-offer .accordion img{
   margin-right:15px;  
}

.php-ser-offer .active, .php-ser-offer .accordion:hover {
  background-color: #fff;
  
}

.php-ser-offer .accordion:after {
  content: '\002B';
  font-size:22px;
  color: #0078ae;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.php-ser-offer .active:after {
  content: "\2212";
}

.php-ser-offer .panel {
  padding: 0 18px;
  background-color: #f9f9f9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.php-ser-offer .panel p{
  font-size:17px;
  padding-top: 15px;
}
.php-ser-offer .panel ul{
    margin: 20px 0;
    list-style: inside;
}
.php-ser-offer .panel ul li {
    font-size:17px;
	color: #05924d;
}
.php-ser-offer .panel span{
  color:green;
}
.php_box {
    background: #fff;
    padding: 16px 30px;
    border-radius: 10px;
    box-shadow: 1px 0 25px #ccc;
}
.php-proj-sec-area {
  position: relative;
  .z-index: 1;
  background:url(../../assets/img/banner-bg1.jpg);
  width: 100%;
  background-attachment: local;
  background-size:cover;	
}
.php_box img{
	float:left;
	margin-right:15px;
}

.php_box p{
	font-size:17px;
}
.php-benf-sec-area {
  position: relative;
  .z-index: 1;
  background:url(../../assets/img/banner-bg.jpg);
  width: 100%;
  background-attachment: local;
  background-size:cover;	
}
.php_box img{
	float:left;
	margin-right:15px;
}

.php_box p{
	font-size:17px;
}
.php-proj-sec-area .section-title h1 span{
	font-weight:500;
}
.php-benf-sec-area .section-title h1 span{
	font-weight:500;
}
.services-area .effect-block{
	min-height:375px;
	background:#fff;
	border:1px solid #0078ae;
	margin:15px 0;
}
.services-area .effect-block:hover{
	border:1px solid #c8336d;
}
.PHP-Fluid-Layout-Img{
	padding-right:15px;
}
.PHP-Fluid-Layout-1{
	background:url(../../assets/img/experience-&-education.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}
.services-area .effect-block:hover .PHP-Fluid-Layout-1{
	background:url(../../assets/img/experience-&-education-1.png) no-repeat;
}
.PHP-Fluid-Layout-2{
	background:url(../../assets/img/areas-of-expertise.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}
.services-area .effect-block:hover .PHP-Fluid-Layout-2{
	background:url(../../assets/img/areas-of-expertise-1.png) no-repeat;
}
.PHP-Fluid-Layout-3{
	background:url(../../assets/img/technical-knowledge.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}
.services-area .effect-block:hover .PHP-Fluid-Layout-3{
	background:url(../../assets/img/technical-knowledge-1.png) no-repeat;
}
.PHP-Fluid-Layout-4{
	background:url(../../assets/img/excellent-support.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}
.services-area .effect-block:hover .PHP-Fluid-Layout-4{
	background:url(../../assets/img/excellent-support-1.png) no-repeat;
}
.PHP-Fluid-Layout-5{
	background:url(../../assets/img/flexible-hiring-options.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}
.services-area .effect-block:hover .PHP-Fluid-Layout-5{
	background:url(../../assets/img/flexible-hiring-options-1.png) no-repeat;
}
.PHP-Fluid-Layout-6{
	background:url(../../assets/img/customer-satisfaction.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}
.services-area .effect-block:hover .PHP-Fluid-Layout-6{
	background:url(../../assets/img/customer-satisfaction-1.png) no-repeat;
}

/* ----- CMS WEB DEVELOPMENT Section -----*/
.cms-page-title-area {
    .background-color: var(--blackColor);
    background: url(../../assets/img/cms-web-development.jpg);
    position: relative;
    z-index: 1;
    .padding-bottom: 120px;
    padding-bottom: 118px;
    padding-top: 210px;
}
.cms-about-services-area .section-title {
    .max-width: 720px;
    max-width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
.cms-about-services-area .section-title span{
	font-weight:500;
}

.cms-about-services-area .about p {
    text-align: center;
}
.cms-about-services-area .about span {
    font-weight: 800;
    color: green;
}

.servicetab {
    margin-top: 40px;
}
.nav-tabs {
    border: none;
}
.servicetab nav .nav-item.active {
    color: #fff;
    background-color: #0075af;
    border-color: #fff #fff #fff;
}
.servicetab nav .nav-item {
    width: 100%;
}
.servicetab nav .nav-item {
    width: 100%;
    background: #3bb7ba;
    border-radius: initial;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: 600;
	text-align: left;
}
.cms-services-area {
  position: relative;
  .z-index: 1;
  background:url(../../assets/img/c-bg-1.jpg);
}
.cms-services-area .section-title h1 span{
	font-weight:500;
}
.cms-services-area .section-title h1 span{
	font-weight:500;
}
.cms-services-area .effect-block{
	min-height: 480px;
	background:#fff;
	border:1px solid #0078ae;
	margin:15px 0;
	
}
.cms-services-area .effect-block p{
	padding:0px;
}
.cms-services-area .effect-block:hover{
	border:1px solid #3bb7ba;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.cms-Fluid-Layout-Img{
	padding-right:15px;
}
.cms-Fluid-Layout-1{
	background:url(../../assets/img/cms-adv-1.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}

.cms-services-area .effect-block:hover .cms-Fluid-Layout-1{
	background:url(../../assets/img/cms-adv-1-1.png) no-repeat;
}
.cms-Fluid-Layout-2{
	background:url(../../assets/img/cms-adv-2.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}

.cms-services-area .effect-block:hover .cms-Fluid-Layout-2{
	background:url(../../assets/img/cms-adv-2-2.png) no-repeat;
}
.cms-Fluid-Layout-3{
	background:url(../../assets/img/cms-adv-3.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}
.cms-services-area .effect-block:hover .cms-Fluid-Layout-3{
	background:url(../../assets/img/cms-adv-3-3.png) no-repeat;
}
.cms-Fluid-Layout-4{
	background:url(../../assets/img/cms-adv-4.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}
.cms-services-area .effect-block:hover .cms-Fluid-Layout-4{
	background:url(../../assets/img/cms-adv-4-4.png) no-repeat;
}
.cms-Fluid-Layout-5{
	background:url(../../assets/img/cms-adv-5.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}
.cms-services-area .effect-block:hover .cms-Fluid-Layout-5{
	background:url(../../assets/img/cms-adv-5-5.png) no-repeat;
}
.cms-Fluid-Layout-6{
	background:url(../../assets/img/cms-adv-6.png) no-repeat;
	background-position: center !important;
	width:100px;
	height:100px;
	margin: 0 35%;
}

.cms-services-area .effect-block:hover .cms-Fluid-Layout-6{
	background:url(../../assets/img/cms-adv-6-6.png) no-repeat;
}
.cms-services-area .section-title{
	margin-bottom:15px;
}
.cms-services-area .about{
	margin-bottom:45px;
}
.cms-services-area .about span {
    font-weight: 800;
    color: green;
}

.cms-service-sec-area {
  position: relative;
  .z-index: 1;
  background:url(../../assets/img/qualities-bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}
.cms-service-sec-area .section-title h1 span{
	font-weight:500;
}
.cms-service-sec-area .section-title h1 span{
	font-weight:500;
}
.cms-service-sec-area .effect-block{
	min-height: 350px;
	background:#fff;
	border:0;
	margin:15px 0;
	
}
.cms-service-sec-area .effect-info2 {
    color: #070707;
}
.cms-service-sec-area .effect-block p{
	padding:5px;
}
.cms-service-sec-area .effect-block:hover{
	border:0;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.cms-service-sec-area .cms-Fluid-Layout-Img {
    padding-right: 15px;
    margin-top: -22%;
}
.cms-service-sec-area .cms-Fluid-Layout-1{
	background:url(../../assets/img/cms-diff-1.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 35%;
}

.cms-service-sec-area .effect-block:hover .cms-Fluid-Layout-1{
	background:url(../../assets/img/cms-diff-1-1.png) no-repeat;
}
.cms-service-sec-area .cms-Fluid-Layout-2{
	background:url(../../assets/img/cms-diff-2.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 35%;
}

.cms-service-sec-area .effect-block:hover .cms-Fluid-Layout-2{
	background:url(../../assets/img/cms-diff-2-2.png) no-repeat;
}
.cms-service-sec-area  .cms-Fluid-Layout-3{
	background:url(../../assets/img/cms-diff-3.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 35%;
}
.cms-service-sec-area .effect-block:hover .cms-Fluid-Layout-3{
	background:url(../../assets/img/cms-diff-3-3.png) no-repeat;
}
.cms-service-sec-area .section-title{
	margin-bottom:120px;
}

/* ----- WordPress Web Development Section -----*/
.wordpress-page-title-area {
    .background-color: var(--blackColor);
    background: url(../../assets/img/wordpress-web-development-bannner.jpg);
    position: relative;
    z-index: 1;
    .padding-bottom: 120px;
    padding-bottom: 118px;
    padding-top: 210px;
}
.wordpress-page-title-area h1{
	font-size:50px;
}
.wordpress-services-area {
  position: relative;
  .z-index: 1;
  background:#f9f9f9;
}
.wordpress-services-area .about p {
    text-align: center;
}
.wordpress-services-area .section-title h1 span{
	font-weight:500;
}

.wordpress-services-area .effect-block{
	min-height: 415px;
	background:#fff;
	border:1px solid #0078ae;
	margin:15px 0;
	
}
.wordpress-services-area .effect-info2 {
  color: #05924d;
  font-weight:600;
}
.wordpress-services-area .effect-block p{
	padding:0px;
}
.wordpress-services-area .effect-block:hover{
	border:1px solid #3bb7ba;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.wordpress-Fluid-Layout-Img{
	padding-right:15px;
}
.wordpress-Fluid-Layout-1{
	background:url(../../assets/img/wordress-d-ser-1.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 26%;
}
/*
.wordpress-services-area .effect-block:hover .wordpress-Fluid-Layout-1{
	background:url(../../assets/img/wordress-d-ser-1-1.png) no-repeat;
}*/
.wordpress-Fluid-Layout-2{
	background:url(../../assets/img/wordress-d-ser-2.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 26%;
}
/*
.wordpress-services-area .effect-block:hover .wordpress-Fluid-Layout-2{
	background:url(../../assets/img/cms-adv-2-2.png) no-repeat;
}*/
.wordpress-Fluid-Layout-3{
	background:url(../../assets/img/wordress-d-ser-3.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 26%;
}
/*
.wordpress-services-area .effect-block:hover .wordpress-Fluid-Layout-3{
	background:url(../../assets/img/cms-adv-3-3.png) no-repeat;
}*/
.wordpress-Fluid-Layout-4{
	background:url(../../assets/img/wordress-d-ser-4.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 26%;
}
/*
.wordpress-services-area .effect-block:hover .wordpress-Fluid-Layout-4{
	background:url(../../assets/img/cms-adv-4-4.png) no-repeat;
}*/
.wordpress-Fluid-Layout-5{
	background:url(../../assets/img/wordress-d-ser-5.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 26%;
}
/*
.wordpress-services-area .effect-block:hover .wordpress-Fluid-Layout-5{
	background:url(../../assets/img/cms-adv-5-5.png) no-repeat;
}*/
.wordpress-Fluid-Layout-6{
	background:url(../../assets/img/wordress-d-ser-6.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 26%;
}
/*
.wordpress-services-area .effect-block:hover .wordpress-Fluid-Layout-6{
	background:url(../../assets/img/cms-adv-6-6.png) no-repeat;
}*/
.wordpress-Fluid-Layout-7{
	background:url(../../assets/img/wordress-d-ser-7.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 26%;
}
/*
.wordpress-services-area .effect-block:hover .wordpress-Fluid-Layout-7{
	background:url(../../assets/img/cms-adv-6-6.png) no-repeat;
}*/
.wordpress-Fluid-Layout-8{
	background:url(../../assets/img/wordress-d-ser-8.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 26%;
}
/*
.wordpress-services-area .effect-block:hover .wordpress-Fluid-Layout-8{
	background:url(../../assets/img/cms-adv-6-6.png) no-repeat;
}*/
.wordpress-services-area .section-title{
	margin-bottom:15px;
}
.wordpress-services-area .about{
	margin-bottom:45px;
}
.wordpress-services-area .about span {
    font-weight: 800;
    color: green;
}
.wordpress-analysis-area{
	position: relative;
    .z-index: 1;
    background: url(../../assets/img/c-bg-1.jpg);
}
.wordpress-analysis-area .tabitem h3{
	color:#fff;
}

.wordpress-analysis-area .tabitem p{
	color:#fff;
}

/*WordPress Development */
.wordpress-service-sec-area {
  position: relative;
  .z-index: 1;
  background:url(../../assets/img/wordpress-sec-bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}
.wordpress-service-sec-area .section-title h1 span{
	font-weight:500;
}
.wordpress-service-sec-area .section-title h1 span{
	font-weight:500;
}
.wordpress-service-sec-area .effect-block{
	min-height: 425px;
	background:#fff;
	border:0;
	margin:15px 0;
	
}
.wordpress-service-sec-area .effect-info2 {
    color: #070707;
}
.wordpress-service-sec-area .effect-block p{
	padding:5px;
}
.wordpress-service-sec-area .effect-block:hover{
	border:0;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.5);
	background: #f9f9f9;
}
.wordpress-service-sec-area .wordpress-Fluid-Layout-Img {
    padding-right: 15px;
    margin-top: -31%;
}
.wordpress-service-sec-area .wordpress-Fluid-Layout-1{
	background:url(../../assets/img/wordress-d-sec-1.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 27%;
}
/*
.wordpress-service-sec-area .effect-block:hover .wordpress-Fluid-Layout-1{
	background:url(../../assets/img/cms-diff-1-1.png) no-repeat;
}*/
.wordpress-service-sec-area .wordpress-Fluid-Layout-2{
	background:url(../../assets/img/wordress-d-sec-2.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 27%;
}
/*
.wordpress-service-sec-area .effect-block:hover .wordpress-Fluid-Layout-2{
	background:url(../../assets/img/wordress-d-sec-2-2.png) no-repeat;
}*/
.wordpress-service-sec-area  .wordpress-Fluid-Layout-3{
	background:url(../../assets/img/wordress-d-sec-3.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 27%;
}
/*
.wordpress-service-sec-area .effect-block:hover .wordpress-Fluid-Layout-3{
	background:url(../../assets/img/cms-diff-3-3.png) no-repeat;
}*/
.wordpress-service-sec-area  .wordpress-Fluid-Layout-4{
	background:url(../../assets/img/wordress-d-sec-4.png) no-repeat;
	background-position: center !important;
	width:120px;
	height:120px;
	margin: 0 27%;
}
/*
.wordpress-service-sec-area .effect-block:hover .wordpress-Fluid-Layout-3{
	background:url(../../assets/img/cms-diff-3-3.png) no-repeat;
}*/
.wordpress-service-sec-area .section-title{
	margin-bottom:15px;
}

.wordpress-service-sec-area .about p{
	margin-bottom:95px;
	text-align:center;
	color:#f9f9f9 !important;
}

/* ----- Search Engine Optimization Section -----*/
.seo-page-title-area {
    .background-color: var(--blackColor);
    background: url(../../assets/img/search-engine-optimization-banner.jpg);
    position: relative;
    z-index: 1;
    .padding-bottom: 120px;
    padding-bottom: 118px;
    padding-top: 210px;
}
.seo-page-title-area .section-title {
    margin-bottom: 35px;
}
.seo-page-title-area h1{
	font-size:50px;
	
}
.seo-serv-area {
  position: relative;
  .z-index: 1;
  background:#fff;
}
.seo-serv-area .about p {
    text-align: center;
	padding-bottom:35px;
}
.seo-serv-area .about p span {
	color:green;
}
.seo-serv-area .section-title h1 span{
	font-weight:500;
}
.seo-services-area {
  position: relative;
  .z-index: 1;
  background:#f2f2f2;
}

.seo-services-area .section-title h1 span{
	font-weight:500;
}
.seo-features-wrap {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	.border: 1px solid #c8336d;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
	min-height: 285px;

}
.seo-features-wrap h4{
	color:green !important;
	text-align:left;
}
.seo-features-wrap p{
	text-align:left;
	padding-left: 15%;
}
.seo-features-wrap p span{
	color:#05924d;
	font-weight:700;
}
.seo-Fluid-Layout-Img{
	padding-right:15px;
	float:left;
}
.seo-Fluid-Layout-1{
	background:url(../../assets/img/seo-1.png) no-repeat;
	width:64px;
	height:64px;
	float:left;
}
.seo-Fluid-Layout-2{
	background:url(../../assets/img/seo-2.png) no-repeat;
	width:64px;
	height:64px;
	float:left;
}
.seo-Fluid-Layout-3{
	background:url(../../assets/img/seo-3.png) no-repeat;
	width:64px;
	height:64px;
	float:left;
}
.seo-Fluid-Layout-4{
	background:url(../../assets/img/seo-4.png) no-repeat;
	width:64px;
	height:64px;
	float:left;
}
.seo-Fluid-Layout-5{
	background:url(../../assets/img/seo-5.png) no-repeat;
	width:64px;
	height:64px;
	float:left;
}
.seo-Fluid-Layout-6{
	background:url(../../assets/img/seo-6.png) no-repeat;
	width:64px;
	height:64px;
	float:left;
}
.seo-Fluid-Layout-7{
	background:url(../../assets/img/seo-7.png) no-repeat;
	width:64px;
	height:64px;
	float:left;
}
.seo-Fluid-Layout-8{
	background:url(../../assets/img/seo-8.png) no-repeat;
	width:64px;
	height:64px;
	float:left;
}
.seo-features-wrap:hover {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	.border: 1px dashed #ea202a;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
    .box-shadow: 0 7px 10px -3px gray;
    .transition: 1s ease;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.seo-features-wrap:hover .seo-Fluid-Layout-1{
	background:url(../../assets/img/seo-1-1.png) no-repeat;
}
.seo-features-wrap:hover .seo-Fluid-Layout-2{
	background:url(../../assets/img/seo-2-2.png) no-repeat;
}
.seo-features-wrap:hover .seo-Fluid-Layout-3{
	background:url(../../assets/img/seo-3-3.png) no-repeat;
}
.seo-features-wrap:hover .seo-Fluid-Layout-4{
	background:url(../../assets/img/seo-4-4.png) no-repeat;
}
.seo-features-wrap:hover .seo-Fluid-Layout-5{
	background:url(../../assets/img/seo-5-5.png) no-repeat;
}
.seo-features-wrap:hover .seo-Fluid-Layout-6{
	background:url(../../assets/img/seo-6-6.png) no-repeat;
}
.seo-features-wrap:hover .seo-Fluid-Layout-7{
	background:url(../../assets/img/seo-7-7.png) no-repeat;
}
.seo-features-wrap:hover .seo-Fluid-Layout-8{
	background:url(../../assets/img/seo-8-8.png) no-repeat;
}
.seo-features-img img {
    display: block;
    margin: 0px auto;
}

/*================================================
             6. SEO FEATURES SECTION
==================================================*/

.seo-f-features-section {
	.background: url(../../assets/img/responsive-webiste-bg.jpg);
	.background-position:cover;
	background: #d8f1f2!important;
    .padding-top: 60px;
    .padding-bottom: 50px;
	
}
.seo-f-features-heading h1 {
    padding-bottom: 70px;
	color:#0078ae;
}
.seo-f-features-section .seo-f-features-heading h1 span{
	font-weight:500;
}
/*.seo-f-features-heading h2 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.seo-f-features-heading p {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 70px;
}
.seo-f-features-content{
	padding-left:64px;
}*/
.seo-f-features-wrap {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	.border: 1px solid #0d8caf;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
}
/*.seo-f-features-wrap h3 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}
.seo-f-features-wrap p {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
}*/
.seo-f-features-wrap h4 {
	color: green;
}
.seo-f-features-wrap p span {
	color: green;
	font-weight:600;
}
.seo-f-luid-Layout-Img{
	padding-right:15px;
	float:left;
}
.seo-f-Fluid-Layout-1{
	background:url(../../assets/img/Fluid-Layout-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.seo-f-Fluid-Layout-2{
	background:url(../../assets/img/Browser-Compatibility-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.seo-f-Fluid-Layout-3{
	background:url(../../assets/img/Device-Agnostic-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.seo-f-Fluid-Layout-4{
	background:url(../../assets/img/Unrivalled-Performance-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.seo-f-Fluid-Layout-5{
	background:url(../../assets/img/Fits-Into-Every-Width-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.seo-f-Fluid-Layout-6{
	background:url(../../assets/img/Rich-UX-1.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.seo-f-features-wrap:hover {
    background: #fff none repeat scroll 0 0;
    .border: 2px solid #fbcce8;
	.border: 1px dashed #ea202a;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 25px 13px;
    .box-shadow: 0 7px 10px -3px gray;
    .transition: 1s ease;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.seo-f-features-wrap:hover h5 {
	color: #ea202a;
}
.seo-f-features-wrap:hover .seo-f-Fluid-Layout-1{
	background:url(../../assets/img/Fluid-Layout-2.png) no-repeat;
}
.seo-f-features-wrap:hover .seo-f-Fluid-Layout-2{
	background:url(../../assets/img/Browser-Compatibility-2.png) no-repeat;
}
.seo-f-features-wrap:hover .seo-f-Fluid-Layout-3{
	background:url(../../assets/img/Device-Agnostic-2.png) no-repeat;
}
.seo-f-features-wrap:hover .seo-f-Fluid-Layout-4{
	background:url(../../assets/img/Unrivalled-Performance-2.png) no-repeat;
}
.seo-f-features-wrap:hover .seo-f-Fluid-Layout-5{
	background:url(../../assets/img/Fits-Into-Every-Width-2.png) no-repeat;
}
.seo-f-features-wrap:hover .seo-f-Fluid-Layout-6{
	background:url(../../assets/img/Rich-UX-2.png) no-repeat;
}
.seo-f-features-img img {
    display: block;
    margin: 0px auto;
	padding-top:45px;
	padding-bottom:45px;
}
/*================================================
PPC Service Start Area CSS
=================================================*/


.ppc-page-title-area {
    .background-color: var(--blackColor);
    background: url(../../assets/img/ppc-banner.jpg);
    position: relative;
    z-index: 1;
    .padding-bottom: 120px;
    padding-bottom: 118px;
    padding-top: 210px;
}
.ppc-page-title-area h1{
	font-size:50px;
	
}
.ppc-page-title-area-page-title-area .banner-content h1{
	font-size:50px;
}
.effect-info1 {
    color: #ea202a;
}
/* start_ppc_secton */
.ppc-expert{
}
.ppc-expert .container-fluid{
	padding-left:0px;
	padding-right:0px;
}
.ppc-design {
    background: #17a8d5;
    min-height: 100px;
    width: 100%;
}

.ppc {
    width: 100%;
    background: none;
    margin-bottom: 0;
}
.ppc h1{
	text-align: center;
    color: #fff;
    font-weight: 600;
	padding: 20px 90px 20px 155px;
	float:left;
}
.ppc .default-btn{
	margin: 25px;
	float:left;
}
.ppc h1 span{
    font-weight: 800;
}

.ppc-expert .triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 32px solid #17a8d5;
    margin: auto;
	z-index:-1;
}
.ppc-expert:hover .ppc-design{
	background: #3bb7ba;
}
.ppc-expert:hover .triangle-down {
	border-top: 32px solid #3bb7ba;
}
/* End_ppc_secton */
.ppc-services-area .effect-info {
  color: #ea202a;
}
.ppc-services-area .effect-block{
	min-height:385px;
	background:#fff;
	border:1px solid #21212157;
	margin:15px 0;
}

.mb35 {
    margin-bottom: 0px;
}
.ppc-service-sec-area {
  position: relative;
  .z-index: 1;
  background:url(../../assets/img/ppc-bg2.jpg);
}

.ppc-service-sec-area .shape3 {
  left: 85%;
  top: 20%;
}

.ppc-service-sec-area .shape6 {
  left: 85%;
  bottom: 17%;
}

.ppc-service-sec-content {
  padding-left: 30px;
}

.ppc-service-sec-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #ea202a;
  text-transform: uppercase;
  font-size: 15.5px;
  font-weight: 700;
}
.ppc-service-sec-content img{
	float:left;
	width:42px;
	margin-right:10px;
}

.ppc-service-sec-content h5 {
  margin-bottom: 0;
  color:#fff;
  font-weight:600;
  float:left;
  width:88%;
}
.ppc-service-sec-content .title_b {
    font-size: 2.25rem;
	font-weight:700;
    color: #fff;
    width: 55px;
    float: left;
	margin-top: -15px;
}
.ppc-service-sec-content .title_cnt {
    font-size: 1.25rem;
    color: #fff;
    width: 88%;
    float: left;
	line-height: normal;
}
.ppc-service-sec-content p {
  .margin-top: 12px;
}

.ppc-service-sec-area .section-title h1 span {
    font-weight: 500;
}
.ppc-service-sec-area .title_b {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1b4e69;
    width: 55px;
    padding-left: 15px;
    float: left;
    margin-top: -15px;
    background: #fff;
    border-radius: 15px;
	margin-top: 5px;
}
.ppc-service-sec-area .title_cnt {
    padding-left: 24px;
	padding-bottom: 35px;
}

.ppc-service-sec-content:hover .title_b{
    background-color: #1b4e69;
	color:#fff;
}
.ppc-serv-area .effect-info {
  color: #ea202a;
}
.ppc-serv-area .effect-block{
	min-height:475px;
	background:#fff;
	border:1px solid #21212157;
	margin:15px 0;
}
.ppc-serv-area .effect-block figure {
    text-align: center;
    margin: 0 auto 37px;
    width: 192px;
    height: 192px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
}
.ppc-serv-area .effect-block figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ppc-serv-area .effect-block figure:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #e1e1e1;
    content: '';
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s cubic-bezier(.42,0,.58,1);
    -moz-transition: all .4s cubic-bezier(.42,0,.58,1);
    -ms-transition: all .4s cubic-bezier(.42,0,.58,1);
    -o-transition: all .4s cubic-bezier(.42,0,.58,1);
    transition: all .4s cubic-bezier(.42,0,.58,1);
}
.ppc-serv-area .effect-block:hover figure:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    border: 4px solid #e71937;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
}
.ppc-serv-area .effect-block:hover figure img {
    transform: 0px !important;
}
.ppc-serv-area .effect-block-img {
    padding: 0px;
}
.ppc-serv-area .effect-block:nth-child(2n) {
	border-right: none
}
.ppc-serv-area .effect-block figure svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90px;
}
.ppc-serv-area .effect-block:nth-child(2) figure:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ppc-serv-area .effect-block:nth-child(2):hover figure:after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.ppc-serv-area .effect-block:nth-child(3) figure:after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.ppc-serv-area .effect-block:nth-child(3):hover figure:after {
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

.ppc-serv-area .effect-block:nth-child(4) figure:after {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg)
}

.ppc-serv-area .effect-block:nth-child(4):hover figure:after {
	-webkit-transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	transform: rotate(405deg)
}

.contact-page-title-area{
	background: url(../../assets/img/contact-banner.jpg);
    position: relative;
    z-index: 1;
    .padding-bottom: 120px;
    padding-bottom: 118px;
    padding-top: 210px;
}
.contact-page-title-area h1 {
    font-size: 50px;
}
.contact-page-title-area .page-title-content {
  text-align: left;
}
