/*
@File: Aava 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 AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area Style
** - Hero Slider Area Style
** - Banner Area Style
** - Expertise Area Style
** - About Area Style
** - Why Choose Area Style
** - What We Offer Area Style
** - Calculate Area Style
** - What We Offer Area Style
** - Customer Story Area Style
** - Team Area Style
** - Testimonial Area Style
** - FAQ Area CSS
** - Healthy Life Area Style
** - Pricing Area Style
** - Our News Area Style
** - Partner Area Style
** - Footer Area Style
** - Copy Right Area Style

** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap");
body {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  color: #333333;
}

body.one-body-color {
  background-color: #f8fdf5;
}

body.three-body-color {
  background-color: #f9faff;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #62bd5e;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b1b;
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
}

h3 {
  line-height: 1.5;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 50px;
  color: #62bd5e;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: 0;
  border: 1px solid #62bd5e;
}

.form-control:hover:focus,
.form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*
Bg-color Style*/
.bg-color {
  background-color: #62bd5e;
}

.bg-color-two {
  background-color: #f8f7f2;
}

.bg-color-three {
  background-color: #eff4fa;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #62bd5e;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 15px 40px;
  border-radius: 4px;
}

.default-btn:hover {
  background-color: #1b1b1b;
  color: #ffffff;
}

/*
Read More Btn Area Style*/
.read-more {
  font-weight: 600;
  font-size: 15px;
  color: #1b1b1b;
}

.read-more i {
  position: relative;
  position: relative;
  top: 1.7px;
  margin-left: 5px;
}

.read-more:hover {
  color: #62bd5e;
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 750px;
  margin: -6px auto 50px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 14px;
  color: #62bd5e;
  display: block;
  /* margin-bottom: -16px; */
}

.section-title h2 {
  font-size: 30px;
  margin: 0px 0px 0 0;
  font-weight: 700;
  position: relative;
  font-family: "Libre Baskerville", serif;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title.white-title span {
  color: #62bd5e;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

/*
Header Area Style
======================================================*/
.top-header {
  background-color: #f8fdf5;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header .header-left-content .contact-info {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 30px;
}

.top-header .header-left-content .contact-info li {
  display: inline-block;
  margin-right: 30px;
  color: #1b1b1b;
  position: relative;
  padding-left: 30px;
}

.top-header .header-left-content .contact-info li i {
  color: #62bd5e;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  font-size: 20px;
  top: -1px;
  left: 0;
}

.top-header .header-left-content .contact-info li:last-child {
  margin-right: 0;
}

.top-header .header-left-content .contact-info li a {
  font-size: 15px;
  color: #1b1b1b;
}

.top-header .header-left-content .contact-info li a:hover {
  color: #62bd5e;
}

.top-header .header-left-content .social-icon {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  top: 2px;
}

.top-header .header-left-content .social-icon li {
  display: inline-block;
  margin-right: 10px;
}

.top-header .header-left-content .social-icon li a i {
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.top-header .header-left-content .social-icon li a:hover i {
  color: #62bd5e;
}

.top-header .header-left-content .social-icon li:last-child {
  margin-right: 0;
}

.top-header .header-right-content {
  line-height: 1;
  text-align: right;
  position: relative;
  top: -4px;
}

.top-header .header-right-content .language {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}

.top-header .header-right-content .language .language-settings {
  position: relative;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-toggle::after {
  display: none;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-toggle.language-btn {
  display: inline-block;
  font-size: 15px;
  padding-left: 20px;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-toggle.language-btn
  i {
  position: relative;
  font-size: 20px;
  top: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-toggle.language-btn
  span {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 16px;
  color: #62bd5e;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-toggle:hover {
  color: #62bd5e;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-toggle:hover
  .language-btn
  i {
  color: #62bd5e;
}

.top-header .header-right-content .language .language-settings .dropdown-menu {
  padding: 15px;
  float: unset;
  border: none;
  -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);
  border-radius: 0;
  margin-top: 30px !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0 !important;
  right: auto !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: block;
  top: 0;
  border-top: 2px solid #62bd5e;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu
  .dropdown-item {
  padding: 0;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 600;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu
  .dropdown-item::before {
  display: none;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu
  .dropdown-item:last-child {
  margin-bottom: 0;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu
  .dropdown-item
  img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu
  .dropdown-item
  span {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu
  .dropdown-item
  span:hover {
  color: #62bd5e;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu
  .dropdown-item:hover {
  background-color: transparent !important;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu
  .dropdown-item:focus {
  background-color: transparent !important;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu
  .dropdown-item.active {
  color: #62bd5e;
  background-color: transparent;
}

.top-header
  .header-right-content
  .language
  .language-settings
  .dropdown-menu.show {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.top-header .header-right-content .my-account {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.top-header .header-right-content .my-account li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

.top-header .header-right-content .my-account li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.top-header .header-right-content .my-account li a {
  font-size: 15px;
  color: #333333;
  position: relative;
  z-index: 1;
}

.top-header .header-right-content .my-account li a i {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 16px;
  color: #62bd5e;
}

.top-header .header-right-content .my-account li a span {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
}

.top-header .header-right-content .my-account li a:hover {
  color: #62bd5e;
}

.top-header.top-header-style-two {
  background-color: #111111;
}

.top-header.top-header-style-two .header-left-content li a {
  color: #ffffff;
}

.top-header.top-header-style-two
  .header-right-content
  .language
  .language-settings
  .dropdown-toggle {
  color: #ffffff;
}

.top-header.top-header-style-two .header-right-content .my-account li a {
  color: #ffffff;
}

.top-header.top-header-style-two .header-right-content .my-account li a span {
  background-color: #ffffff;
  color: #1b1b1b;
  font-size: 12px;
}

/*
Nav Area Style
======================================================*/
.navbar-area {
  background-color: #ffffff;
}

.navbar-area .desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area .desktop-nav .navbar {
  position: inherit;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin-right: 0;
}

.navbar-area .desktop-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  line-height: 1;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 700;
  color: #1b1b1b;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-left: 0;
  margin-right: 0;
  padding: 35px 0;
  position: relative;
  margin: 0 15px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
  color: #62bd5e;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #62bd5e;
}


.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 98%;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item:hover
  .dropdown-menu::before {
  height: 100%;
  right: auto;
  bottom: 0;
}

.navbar-area .desktop-nav .navbar .others-option {
  position: relative;
  top: -2px;
}

.navbar-area .desktop-nav .navbar .others-option .option-item {
  color: #333333;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 3px;
}

.navbar-area .desktop-nav .navbar .others-option .option-item .search-overlay {
  display: none;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 18px;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form {
  position: relative;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #1b1b1b;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-input:focus {
  border-color: #62bd5e;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #62bd5e;
  border: none;
  width: 50px;
  outline: 0;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 0;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-button:hover {
  background-color: #1b1b1b;
}

.navbar-area .desktop-nav .navbar .others-option .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #ffffff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #62bd5e;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .search-btn:hover {
  background-color: #62bd5e;
}

.navbar-area .desktop-nav .navbar .others-option .option-item .close-btn {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #ffffff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #62bd5e;
  text-align: center;
  border-radius: 50%;
  display: none;
  font-size: 20px;
}

.navbar-area .desktop-nav .navbar .others-option .option-item .close-btn:hover {
  background-color: #62bd5e;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .close-btn.active {
  display: block;
}

.navbar-area .desktop-nav .navbar .others-option .get-quote {
  display: inline-block;
  margin-left: 30px;
}

.navbar-area.navbar-area-style-two {
  background-color: #f8f7f2;
}

.navbar-area.navbar-area-style-two
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .search-btn,
.navbar-area.navbar-area-style-two
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .close-btn {
  color: #62bd5e;
  background-color: #ffffff;
}

.navbar-area.navbar-area-style-three {
  background-color: #f9faff;
}

.navbar-area.navbar-area-style-three
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .search-btn,
.navbar-area.navbar-area-style-three
  .desktop-nav
  .navbar
  .others-option
  .option-item
  .close-btn {
  color: #333333;
  background: #eff4fa;
  border-radius: 0;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -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;
}

.mobile-nav {
  display: none;
}

/*
Others Option For Responsive Area Style
======================================================*/
.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: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #1b1b1b;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #62bd5e;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 2;
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  max-width: 235px;
  right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.others-option-for-responsive .others-option {
  position: relative;
}

.others-option-for-responsive .others-option .option-item {
  color: #333333;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 0;
}

.others-option-for-responsive .others-option .option-item .search-overlay {
  display: none;
}

.others-option-for-responsive
  .others-option
  .option-item
  .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 18px;
}

.others-option-for-responsive
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form {
  position: relative;
}

.others-option-for-responsive
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #1b1b1b;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}

.others-option-for-responsive
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-input:focus {
  border-color: #62bd5e;
}

.others-option-for-responsive
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #62bd5e;
  border: none;
  width: 50px;
  outline: 0;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 0;
}

.others-option-for-responsive
  .others-option
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-button:hover {
  background-color: #1b1b1b;
}

.others-option-for-responsive .others-option .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #ffffff;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background-color: #62bd5e;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}

.others-option-for-responsive .others-option .option-item .search-btn:hover {
  background-color: #62bd5e;
}

.others-option-for-responsive .others-option .option-item .close-btn {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #ffffff;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background-color: #62bd5e;
  text-align: center;
  border-radius: 50%;
  display: none;
  font-size: 20px;
}

.others-option-for-responsive .others-option .option-item .close-btn:hover {
  background-color: #62bd5e;
}

.others-option-for-responsive .others-option .option-item .close-btn.active {
  display: block;
}

.others-option-for-responsive .others-option .get-quote {
  display: inline-block;
  margin-left: 14px;
}

/*
Hero Slider Area Style
======================================================*/
.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50%;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
}

.hero-slider-area .owl-theme .owl-nav .owl-prev,
.hero-slider-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #62bd5e;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev i,
.hero-slider-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #62bd5e;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev:hover,
.hero-slider-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #62bd5e;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev:hover i,
.hero-slider-area .owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.hero-slider-area .owl-theme .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.hero-slider-area .owl-dots {
  margin-top: 0 !important;
  line-height: 1;
  display: -ms-grid;
  display: grid;
  position: absolute;
  right: 50px;
  top: 50%;
}

.hero-slider-area .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 10px 0;
  background: transparent !important;
  border: 1px solid #333333;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.hero-slider-area .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 50%;
  margin: 3px;
}

.hero-slider-area .owl-dots .owl-dot:hover span {
  border-color: #62bd5e;
}

.hero-slider-area .owl-dots .owl-dot:hover span::before {
  background-color: #62bd5e;
}

.hero-slider-area .owl-dots .owl-dot.active span {
  border-color: #62bd5e;
}

.hero-slider-area .owl-dots .owl-dot.active span::before {
  background-color: #62bd5e;
}

.hero-slider-area .hero-slider-content {
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hero-slider-area .owl-item.active.center .hero-slider-content {
  opacity: 1;
}

.hero-slider-area .owl-item.active .hero-slider-content {
  overflow: hidden;
}

.hero-slider-area .owl-item.active .hero-slider-content span {
  -webkit-animation: 1s 0.1s fadeInDownBig both;
  animation: 1s 0.1s fadeInDownBig both;
}

.hero-slider-area .owl-item.active .hero-slider-content h1 {
  -webkit-animation: 1s 0.1s fadeInLeft both;
  animation: 1s 0.1s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content p {
  -webkit-animation: 1s 0.1s fadeInRight both;
  animation: 1s 0.1s fadeInRight both;
}

.hero-slider-area .owl-item.active .hero-slider-content .hero-slider-btn {
  -webkit-animation: 1s 0.1s fadeInUpBig both;
  animation: 1s 0.1s fadeInUpBig both;
}

.hero-slider-area .hero-slider-item {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-slider-area .hero-slider-item.bg-1 {
  background-image: url(../images/slider/slider-1.jpg);
}

.hero-slider-area .hero-slider-item.bg-2 {
  background-image: url(../images/slider/slider-2.jpg);
}

.hero-slider-area .hero-slider-item.bg-3 {
  background-image: url(../images/slider/slider-3.jpg);
}

.hero-slider-area .hero-slider-item.bg-4 {
  background-image: url(../images/slider/slider-4.jpg);
}

.hero-slider-area .hero-slider-item.bg-5 {
  background-image: url(../images/slider/slider-5.jpg);
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-content {
  opacity: 1;
  margin-left: 0;
  max-width: 800px;
  position: relative;
  padding: 100px;
  z-index: 1;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 248, 243, 0.9);
  z-index: -1;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-content h1 {
  color: #1b1b1b;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-content p {
  color: #333333;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-item {
  background-position: right;
  background-size: contain;
}

.hero-slider-area.hero-slider-area-style-two
  .owl-item.active
  .hero-slider-content {
  overflow: hidden;
}

.hero-slider-area.hero-slider-area-style-two
  .owl-item.active
  .hero-slider-content::before {
  -webkit-animation: 1s 0.1s fadeInDownBig both;
  animation: 1s 0.1s fadeInDownBig both;
}

.hero-slider-area.hero-slider-area-style-two
  .owl-item.active
  .hero-slider-content
  span {
  -webkit-animation: 1s 0.1s fadeInDownBig both;
  animation: 1s 0.1s fadeInDownBig both;
}

.hero-slider-area.hero-slider-area-style-two
  .owl-item.active
  .hero-slider-content
  h1 {
  -webkit-animation: 1s 0.1s fadeInLeft both;
  animation: 1s 0.1s fadeInLeft both;
}

.hero-slider-area.hero-slider-area-style-two
  .owl-item.active
  .hero-slider-content
  p {
  -webkit-animation: 1s 0.1s fadeInRight both;
  animation: 1s 0.1s fadeInRight both;
}

.hero-slider-area.hero-slider-area-style-two
  .owl-item.active
  .hero-slider-content
  .hero-slider-btn {
  -webkit-animation: 1s 0.1s fadeInUpBig both;
  animation: 1s 0.1s fadeInUpBig both;
}

.hero-slider-area .social-icon {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 15px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.hero-slider-area .social-icon li {
  margin: 15px 0;
  display: -ms-grid;
  display: grid;
  position: relative;
}

.hero-slider-area .social-icon li span {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hero-slider-area .social-icon li a i {
  display: inline-block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #62bd5e;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hero-slider-area .social-icon li:hover span {
  left: 40px;
  opacity: 1;
}

.hero-slider-area .social-icon li:hover a i {
  background-color: #62bd5e;
  color: #ffffff;
}

.hero-slider-content {
  max-width: 600px;
  margin-left: 50px;
}

.hero-slider-content span {
  display: block;
  margin-bottom: 10px;
  color: #62bd5e;
}

.hero-slider-content h1 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-slider-content p {
  color: #ffffff;
  max-width: 450px;
  margin-bottom: 30px;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  background-image: url(../images/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.banner-area .banner-content {
  max-width: 810px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 50px;
  z-index: 1;
  overflow: hidden;
}

.banner-area .banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 248, 243, 0.9);
  z-index: -1;
  -webkit-animation: 1s 0.1s flipInY;
  animation: 1s 0.1s flipInY;
}

.banner-area .banner-content span {
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #62bd5e;
  padding: 5px 10px;
  -webkit-animation: 0.3s fadeInUpBig;
  animation: 0.3s fadeInUpBig;
}

.banner-area .banner-content h1 {
  font-size: 72px;
  margin-bottom: 30px;
  -webkit-animation: 0.6s fadeInUpBig;
  animation: 0.6s fadeInUpBig;
}

.banner-area .banner-content p {
  max-width: 450px;
  margin: auto;
  margin-bottom: 40px;
  -webkit-animation: 0.9s fadeInUpBig;
  animation: 0.9s fadeInUpBig;
}

.banner-area .banner-content .banner-btn {
  -webkit-animation: 1s fadeInUpBig;
  animation: 1s fadeInUpBig;
}

.banner-area .banner-content .banner-btn .default-btn.active {
  margin-left: 30px;
}

/*
Expertise Area Style
======================================================*/
.single-expertise {
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-expertise::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.9))
  );
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.single-expertise .expertise-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-expertise .expertise-title h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
}

.single-expertise .expertise-content {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.single-expertise .expertise-content h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}

.single-expertise .expertise-content p {
  color: #ffffff;
}

.single-expertise:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-expertise:hover .expertise-title {
  opacity: 0;
}

.single-expertise:hover .expertise-content {
  bottom: 0;
  opacity: 1;
}

.single-expertise:hover .expertise-content h3 {
  bottom: 50px;
}

.single-expertises {
  text-align: center;
  margin-bottom: 30px;
  /* background-color: #b81111; */
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.single-expertises i {
  font-size: 50px;
  /* background-color: #37321a; */
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #1b1b1b;
}

.single-expertises h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.single-expertises:hover i {
  background-color: #62bd5e;
  color: #ffffff;
}

.single-expertise-box {
  position: relative;
  background-color: #eff4fa;
  padding: 30px;
  padding-left: 100px;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-expertise-box i {
  position: absolute;
  top: -35px;
  left: -35px;
  font-size: 40px;
  background-color: #e1eeea;
  color: #62bd5e;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border-radius: 0% 100% 100% 0% / 0% 0% 100% 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-expertise-box h3 {
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-expertise-box p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-expertise-box:hover {
  background-color: #62bd5e;
}

.single-expertise-box:hover i {
  color: #ffffff;
  background-color: #71c36e;
}

.single-expertise-box:hover h3 {
  color: #ffffff;
}

.single-expertise-box:hover p {
  color: #ffffff;
}

/*
About Area Style
======================================================*/
.about-us-area {
  position: relative;
  z-index: 1;
}

.about-us-area .about-shape-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-us-area .about-shape-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.94;
}

.about-us-area.about-us-area-style-two h3 {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: auto;
  bottom: 50px;
  right: auto;
  left: 0;
}

.about-us-area.about-us-area-style-three .about-img-content h3 {
  max-width: 100%;
  top: 200px;
  right: -250px;
  letter-spacing: 6px;
}

.about-us-area.about-us-area-style-three .about-img-content .video {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us-area.about-us-area-style-three .about-content .default-btn {
  margin-top: 15px;
}

.about-img-content {
  position: relative;
}

.about-img-content .about-img-1 .about-img-2 {
  text-align: right;
  margin-top: -125px;
}

.about-img-content h3 {
  font-size: 25px;
  max-width: 200px;
  position: absolute;
  top: 60px;
  right: -66px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 0;
}

.about-img-content h3 span {
  color: #62bd5e;
}

.about-img-content .video {
  position: absolute;
  bottom: 45px;
  left: 35px;
}

.about-content {
  margin-left: 40px;
  margin-top: -5px;
}

.about-content span {
  font-size: 14px;
  color: #62bd5e;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.about-content h2 {
  font-size: 43px;
  margin-bottom: 15px;
  font-weight: 600;
}
.about-content h4 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 22px;
  margin-bottom: 10px;
}

.about-content h3 {
  font-size: 20px;
  margin-bottom: 20px !important;
}

.about-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.about-content ul li {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.about-content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #62bd5e;
  border-radius: 50%;
}

.about-content .default-btn {
  margin-top: 30px;
}

/*
Why Choose Area Style
======================================================*/
.why-choose-us-area.why-choose-us-about .why-choose-us-content span {
  color: #62bd5e;
}

.why-choose-us-area.why-choose-us-about .why-choose-us-content h2 {
  color: #1b1b1b;
}

.why-choose-us-area.why-choose-us-about .why-choose-us-content ul li span {
  color: #1b1b1b;
  border: 1px solid #62bd5e;
}

.why-choose-us-area.why-choose-us-about
  .why-choose-us-content
  ul
  li
  span::before {
  background-color: #f8fdf5;
}

.why-choose-us-area.why-choose-us-about .why-choose-us-content ul li h3 {
  color: #1b1b1b;
}

.why-choose-us-area.why-choose-us-about .why-choose-us-content ul li p {
  color: #333333;
}

.why-choose-us-content {
  margin-top: -5px;
}

.why-choose-us-content span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.why-choose-us-content h2 {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 40px;
}

.why-choose-us-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.why-choose-us-content ul li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 35px;
}

.why-choose-us-content ul li:last-child {
  margin-bottom: 0;
}

.why-choose-us-content ul li span {
  position: absolute;
  left: 0;
  top: 0;
  color: #62bd5e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  display: inline-block;
  text-align: center;
  border: 1px dashed #ffffff;
  z-index: 1;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: normal;
}

.why-choose-us-content ul li span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  margin: 3px;
}

.why-choose-us-content ul li h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}

.why-choose-us-content ul li p {
  color: #ffffff;
}

.why-choose-us-img {
  text-align: right;
}

/*
What We Offer Area Style
======================================================*/
.what-we-offer-area .owl-item.active.center .single-what-we-offer::before {
  height: 100%;
}

.what-we-offer-area
  .owl-item.active.center
  .single-what-we-offer
  .what-we-offer-content
  h3
  a {
  color: #ffffff;
}

.what-we-offer-area
  .owl-item.active.center
  .single-what-we-offer
  .what-we-offer-content
  p {
  color: #ffffff;
}

.what-we-offer-area
  .owl-item.active.center
  .single-what-we-offer
  .what-we-offer-content
  .read-more {
  color: #ffffff;
}

.what-we-offer-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
}

.what-we-offer-area .owl-theme .owl-nav .owl-prev,
.what-we-offer-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -25px;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f8fdf5;
  border-radius: 50%;
  border: 1px solid #62bd5e;
  margin: 0;
}

.what-we-offer-area .owl-theme .owl-nav .owl-prev i,
.what-we-offer-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #62bd5e;
}

.what-we-offer-area .owl-theme .owl-nav .owl-prev:hover,
.what-we-offer-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #62bd5e;
}

.what-we-offer-area .owl-theme .owl-nav .owl-prev:hover i,
.what-we-offer-area .owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.what-we-offer-area .owl-theme .owl-nav .owl-next {
  right: -25px;
  left: auto;
}

.what-we-offer-area.what-we-offer-area-style-two {
  position: relative;
}

.what-we-offer-area.what-we-offer-area-style-two .section-title {
  margin-left: 0;
  text-align: left;
}

.what-we-offer-area.what-we-offer-area-style-two .single-what-we-offer {
  background-color: #f8fdf5;
  text-align: left;
}

.what-we-offer-area.what-we-offer-area-style-two .single-what-we-offer::before {
  display: none;
}

.what-we-offer-area.what-we-offer-area-style-two
  .single-what-we-offer:hover
  .what-we-offer-content
  h3
  a {
  color: #62bd5e;
}

.what-we-offer-area.what-we-offer-area-style-two
  .single-what-we-offer:hover
  .what-we-offer-content
  p {
  color: #333333;
}

.what-we-offer-area.what-we-offer-area-style-two
  .single-what-we-offer:hover
  .what-we-offer-content
  .read-more {
  color: #62bd5e;
}

.what-we-offer-area.what-we-offer-area-style-two
  .owl-item.active.center
  .single-what-we-offer::before {
  height: 100%;
}

.what-we-offer-area.what-we-offer-area-style-two
  .owl-item.active.center
  .single-what-we-offer
  .what-we-offer-content
  h3
  a {
  color: #62bd5e;
}

.what-we-offer-area.what-we-offer-area-style-two
  .owl-item.active.center
  .single-what-we-offer
  .what-we-offer-content
  p {
  color: #333333;
}

.what-we-offer-area.what-we-offer-area-style-two
  .owl-item.active.center
  .single-what-we-offer
  .what-we-offer-content
  .read-more {
  color: #62bd5e;
}

.what-we-offer-area.what-we-offer-area-style-two .owl-theme .owl-nav {
  left: auto;
  right: 120px;
  top: -75px;
  bottom: auto;
}

.what-we-offer-area.what-we-offer-area-style-two .owl-theme .owl-nav .owl-prev,
.what-we-offer-area.what-we-offer-area-style-two .owl-theme .owl-nav .owl-next {
  left: 0;
  right: 0;
  background-color: #f8f7f2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.what-we-offer-area.what-we-offer-area-style-two
  .owl-theme
  .owl-nav
  .owl-prev:hover,
.what-we-offer-area.what-we-offer-area-style-two
  .owl-theme
  .owl-nav
  .owl-next:hover {
  background-color: #62bd5e;
}

.what-we-offer-area.what-we-offer-area-style-two .owl-theme .owl-nav .owl-next {
  left: 70px;
}

.what-we-offer-area.what-we-offer-area-style-three .section-title {
  margin-left: auto;
  text-align: center;
}

.what-we-offer-area.what-we-offer-area-style-three .single-what-we-offer {
  background-color: #f9faff;
}

.what-we-offer-area.what-we-offer-area-style-three .owl-theme .owl-nav {
  position: unset;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.what-we-offer-area.what-we-offer-area-style-three
  .owl-theme
  .owl-nav
  .owl-prev,
.what-we-offer-area.what-we-offer-area-style-three
  .owl-theme
  .owl-nav
  .owl-next {
  position: unset;
  background-color: #f9faff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0 5px;
}

.what-we-offer-area.what-we-offer-area-style-three
  .owl-theme
  .owl-nav
  .owl-prev:hover,
.what-we-offer-area.what-we-offer-area-style-three
  .owl-theme
  .owl-nav
  .owl-next:hover {
  background-color: #62bd5e;
}

.what-we-offer-area.services-page-style .single-what-we-offer {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.what-we-offer-area.services-page-style .single-what-we-offer::before {
  display: none;
}

.what-we-offer-area.services-page-style
  .single-what-we-offer:hover
  .what-we-offer-content
  h3
  a {
  color: #62bd5e;
}

.what-we-offer-area.services-page-style
  .single-what-we-offer:hover
  .what-we-offer-content
  p {
  color: #333333;
}

.what-we-offer-area.services-page-style
  .single-what-we-offer:hover
  .what-we-offer-content
  .read-more {
  color: #62bd5e;
}

.single-what-we-offer {
  padding: 10px;
  background-color: #f8fdf5;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}

.single-what-we-offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #62bd5e;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.single-what-we-offer .what-we-offer-content {
  padding: 20px;
  padding-top: 30px;
}

.single-what-we-offer .what-we-offer-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.single-what-we-offer .what-we-offer-content p {
  margin-bottom: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-what-we-offer:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}

.single-what-we-offer:hover .what-we-offer-content h3 a {
  color: #ffffff;
}

.single-what-we-offer:hover .what-we-offer-content p {
  color: #ffffff;
}

.single-what-we-offer:hover .what-we-offer-content .read-more {
  color: #ffffff;
}

/*
Calculate Area Style
======================================================*/
.calculate-area {
  position: relative;
  background-image: url(../images/calculate-bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.calculate-box .calculate-form {
  background-color: #62bd5e;
  padding: 30px;
}

.calculate-box .calculate-form h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}

.calculate-box .calculate-form .form-group {
  margin-bottom: 20px;
}

.calculate-box .calculate-form .form-group .form-control {
  background-color: #ffffff;
  border: none;
}

.calculate-box .calculate-form .form-group label {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.calculate-box .calculate-form .form-group .nice-select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-color: #ffffff;
}

.calculate-box .calculate-form .form-group .nice-select:focus {
  border-color: #ffffff;
}

.calculate-box .calculate-form .form-group .nice-select .current {
  position: relative;
  top: 4px;
}

.calculate-box .calculate-form .form-group .nice-select::after {
  width: 8px;
  height: 8px;
}

.calculate-box .calculate-form .default-btn {
  margin-top: 20px;
  background-color: #1b1b1b;
  width: 100%;
  height: 50px;
  border-radius: 0;
}

.calculate-box .calculate-form .default-btn:hover {
  background-color: #ffffff;
  color: #1b1b1b;
}

.calculate-img {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin-left: 100px;
  z-index: 1;
}

.calculate-img::before {
  content: "";
  position: absolute;
  top: 130px;
  left: -23px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
}

/*
What We Offer Area Style
======================================================*/
.appointment-area {
  background-image: url(../images/appointment-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.appointment-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(rgba(255, 255, 255, 0.95))
  );
  background-image: linear-gradient(
    to right,
    #ffffff,
    rgba(255, 255, 255, 0.95)
  );
  z-index: -1;
}

.appointment-area .col-lg-6.pl-0 {
  padding-left: 0;
}

.appointment-area.appointment-area-style-two {
  background-image: unset;
}

.appointment-area.appointment-area-style-two::before {
  display: none;
}

.appointment-area.appointment-area-style-two .appointment-img-2 {
  background-image: url(../images/appointment-img-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.appointment-area.appointment-area-style-two .appointment-action {
  max-width: 810px;
  margin-left: -250px;
}

.appointment-area.appointment-area-style-two .appointment-action form {
  background-color: rgba(248, 247, 242, 0.94);
  padding: 50px 100px;
  position: relative;
}

.appointment-area.appointment-area-style-two .appointment-action form h2 {
  font-size: 30px;
  letter-spacing: 9px;
  display: -ms-grid;
  display: grid;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 0;
  position: absolute;
  left: 438px;
  top: 118px;
}

.appointment-area.appointment-area-style-two
  .appointment-action
  .form-group
  .form-control {
  background-color: #ffffff;
}

.appointment-area.appointment-area-style-two
  .appointment-action
  .form-group
  .nice-select {
  background-color: #ffffff;
}

.appointment-area.appointment-area-style-three {
  background-image: url(../images/appointment-bg-2.jpg);
}

.appointment-area.appointment-area-style-three::before {
  display: none;
}

.appointment-area.appointment-area-style-three .appointment-action {
  background-color: rgba(239, 244, 250, 0.95);
  text-align: center;
  max-width: 810px;
  margin: auto;
  padding: 50px 100px;
}

.appointment-area.appointment-area-style-three .appointment-action h2 {
  margin-bottom: 30px;
}

.appointment-area.appointment-area-style-three
  .appointment-action
  .default-btn {
  width: 100%;
}

.appointment-area.appointment-area-style-three
  .appointment-action
  .form-group
  .form-control {
  background-color: #ffffff;
}

.appointment-area.appointment-area-style-three
  .appointment-action
  .form-group
  .nice-select {
  background-color: #ffffff;
}

.appointment-img {
  background-image: url(../images/appointment-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.appointment-action {
  max-width: 560px;
  margin-left: 40px;
}

.appointment-action h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.appointment-action p {
  margin-bottom: 30px;
}

.appointment-action .form-group {
  margin-bottom: 30px;
  position: relative;
}

.appointment-action .form-group i {
  position: absolute;
  top: 17px;
  right: 15px;
}

.appointment-action .form-group .nice-select {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eaeaea;
  background-color: #ececec;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.appointment-action .form-group .nice-select::after {
  right: 19px;
  width: 8px;
  height: 8px;
}

.appointment-action .form-group .nice-select .current {
  position: relative;
  top: 3px;
}

.appointment-action .form-group .form-control {
  color: #1b1b1b;
  border: none;
  border-bottom: 1px solid #eaeaea;
  background-color: #ececec;
  padding: 10px 15px;
}

.appointment-action .form-group .form-control::-webkit-input-placeholder {
  color: #1b1b1b;
}

.appointment-action .form-group .form-control:-ms-input-placeholder {
  color: #1b1b1b;
}

.appointment-action .form-group .form-control::-ms-input-placeholder {
  color: #1b1b1b;
}

.appointment-action .form-group .form-control::placeholder {
  color: #1b1b1b;
}

.appointment-action .form-group .form-control:focus {
  border-color: #62bd5e;
}

.table-condensed {
  border-collapse: collapse;
  width: 256px;
  text-align: center;
}

.table-condensed .prev {
  background-color: #f2f9fc;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: #62bd5e;
}

.table-condensed .next {
  background-color: #f2f9fc;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}

.table-condensed .next:hover {
  background-color: #62bd5e;
}

.table-condensed .day {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  transition: all ease 0.5s;
  border-radius: 4px;
  font-size: 14px;
}

.table-condensed .day:hover {
  background-color: #62bd5e;
  color: #ffffff;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  border-radius: 0 !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background-color: #62bd5e;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: #62bd5e;
  border-color: #62bd5e;
}

/*
Customer Story Area Style
======================================================*/
.customer-story-area {
  position: relative;
  z-index: 1;
}

.customer-story-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48%;
  background-color: #ffffff;
  z-index: -1;
}

.customer-story-slider {
  max-width: 810px;
  margin: auto;
}

.customer-story-slider .single-customer-story img {
  margin-bottom: 30px;
}

.customer-story-slider .single-customer-story h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}

.customer-story-slider .single-customer-story p {
  color: #ffffff;
}

.customer-story-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(-105px);
  transform: translateY(-105px);
}

.customer-story-slider.owl-theme .owl-nav .owl-prev,
.customer-story-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -25px;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f8fdf5;
  border-radius: 50%;
  border: 1px solid #62bd5e;
  margin: 0;
}

.customer-story-slider.owl-theme .owl-nav .owl-prev i,
.customer-story-slider.owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #62bd5e;
}

.customer-story-slider.owl-theme .owl-nav .owl-prev:hover,
.customer-story-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #62bd5e;
}

.customer-story-slider.owl-theme .owl-nav .owl-prev:hover i,
.customer-story-slider.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.customer-story-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
  left: auto;
}

/*
Team Area Style
======================================================*/
.team-area {
  position: relative;
}

.team-area .section-title {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.team-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 90px;
  top: -43px;
}

.team-area .owl-theme .owl-nav .owl-prev,
.team-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -25px;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f8fdf5;
  border-radius: 50%;
  border: 1px solid #62bd5e;
  margin: 0;
}

.team-area .owl-theme .owl-nav .owl-prev i,
.team-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #62bd5e;
}

.team-area .owl-theme .owl-nav .owl-prev:hover,
.team-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #62bd5e;
}

.team-area .owl-theme .owl-nav .owl-prev:hover i,
.team-area .owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.team-area .owl-theme .owl-nav .owl-next {
  left: 40px;
}

.team-area.team-area-style-three .section-title {
  text-align: center;
  margin-left: auto;
}

.team-area.team-area-style-three .owl-theme .owl-nav {
  position: unset;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-area.team-area-style-three .owl-theme .owl-nav .owl-prev,
.team-area.team-area-style-three .owl-theme .owl-nav .owl-next {
  position: unset;
  background-color: #eff4fa;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0 5px;
}

.team-area.team-area-style-three .owl-theme .owl-nav .owl-prev:hover,
.team-area.team-area-style-three .owl-theme .owl-nav .owl-next:hover {
  background-color: #62bd5e;
}

.team-area.team-page-style .section-title {
  text-align: center;
  margin-left: auto;
}

.single-team {
  text-align: center;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}

.single-team .team-img {
  position: relative;
  z-index: 1;
}

.single-team .team-img .team-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  padding: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  list-style-type: none;
}

.single-team .team-img .team-link li {
  display: inline-block;
  margin: 0 2px;
}

.single-team .team-img .team-link li a {
  margin: 0 0;
  display: inline-block;
}

.single-team .team-img .team-link li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  color: #62bd5e;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team .team-img .team-link li a:hover i {
  background-color: #62bd5e;
  color: #ffffff;
}

.single-team .team-content {
  padding: 30px;
}

.single-team .team-content h3 {
  font-size: 22px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team .team-content span {
  color: #62bd5e;
  font-size: 15px;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-team:hover .team-img .team-link {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.9))
  );
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

/*
Testimonial Area Style
======================================================*/
.testimonials-area {
  background-image: url(../images/testimonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.testimonials-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #f9f9f9;
  z-index: -1;
}

.testimonials-area .container {
  position: relative;
}

.testimonials-area .container h4 {
  font-size: 30px;
  letter-spacing: 15px;
  position: absolute;
  bottom: 25px;
  left: 15px;
  margin-bottom: 0;
}

.testimonials-area .owl-theme .owl-dots {
  line-height: 1;
  margin-top: 30px !important;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
  background-color: #adddaa;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  line-height: 1;
  margin: 0 5px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

.testimonials-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}

.testimonials-area.testimonials-area-style-two::before {
  background-color: #ffffff;
}

.testimonials-area.testimonials-area-style-two .testimonials-content {
  background-color: rgba(248, 247, 242, 0.95);
}

.testimonials-area.testimonials-area-style-two .testimonials-content i {
  color: #1b1b1b;
}

.testimonials-area.testimonials-area-style-two .testimonials-content p {
  color: #333333;
}

.testimonials-area.testimonials-area-style-two
  .testimonials-content
  .writer-name
  h3 {
  color: #1b1b1b;
}

.testimonials-area.testimonials-area-style-two
  .testimonials-content
  .writer-name
  span {
  color: #333333;
}

.testimonials-area.testimonials-area-style-two
  .owl-theme
  .owl-dots
  .owl-dot
  span {
  background-color: #a6a5a3;
}

.testimonials-area.testimonials-area-style-two
  .owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background-color: #1b1b1b;
}

.testimonials-area.testimonials-area-style-two
  .owl-theme
  .owl-dots
  .owl-dot.active
  span {
  background-color: #1b1b1b;
}

.testimonials-content {
  max-width: 810px;
  margin-left: auto;
  background-color: #62bd5e;
  padding: 100px 50px;
  text-align: center;
}

.testimonials-content .single-testimonials i {
  font-size: 80px;
  line-height: 1;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
  margin-top: -13px;
}

.testimonials-content .single-testimonials p {
  color: #ffffff;
  margin-bottom: 30px;
}

.testimonials-content .single-testimonials .writer-name h3 {
  font-size: 18px;
  color: #ffffff;
}

.testimonials-content .single-testimonials .writer-name span {
  color: #ffffff;
}

/*
FAQ Area CSS
======================================================*/
.faq-area.faq-page-style .faq-accordion .accordion .accordion-title {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}

.faq-area.faq-page-style .faq-accordion .accordion .accordion-content {
  border: 1px solid #ebebeb;
  border-top: none;
  background-color: #ffffff;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #1b1b1b;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  background-color: #62bd5e;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\e9ac";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -6px;
  padding: 23px;
  background-color: #fefdf8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
Healthy Life Area Style
======================================================*/
.healthy-life-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/healthy-life-shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.healthy-life-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 0.94;
  z-index: -1;
}

.healthy-life-area .healthy-life-shape-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.healthy-life-area.healthy-life-area-style-two .healthy-life-content {
  max-width: 607px;
  margin-left: auto;
  padding-right: 40px;
}

.healthy-life-area.healthy-life-area-style-two .healthy-life-img-2 {
  background-image: url(../images/healthy-life-img-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.healthy-life-area.healthy-life-area-style-two .pr-0 {
  padding-right: 0;
}

.healthy-life-area.healthy-life-area-style-three .healthy-life-content {
  margin-left: 0;
}

.healthy-life-content {
  margin-left: 40px;
  margin-top: -5px;
}

.healthy-life-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.healthy-life-content p {
  margin-bottom: 25px;
  text-align: justify;
}

.healthy-life-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.healthy-life-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.healthy-life-content ul li {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.healthy-life-content ul li:last-child {
  margin-bottom: 0;
}

.healthy-life-content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #62bd5e;
  border-radius: 50%;
}

/* 
Pricing Area Style
=====================================================*/
.pricing-area.pricing-area-style-three {
  position: relative;
  z-index: 1;
}

.pricing-area.pricing-area-style-three::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 439px;
  background-color: #f9faff;
  z-index: -1;
}

.pricing-area.pricing-area-style-three .single-pricing-box {
  background-color: #eff4fa;
}

.pricing-area.pricing-area-style-three .single-pricing-box .pricing-title {
  background-color: #f9faff;
  border-color: #f9faff;
}

.pricing-area.pricing-area-style-three .single-pricing-box .pricing-title h1 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.pricing-area.pricing-area-style-three
  .single-pricing-box:hover
  .pricing-title {
  border-color: #62bd5e;
}

.pricing-area.pricing-area-style-three
  .single-pricing-box:hover
  .pricing-title
  h1 {
  color: #62bd5e;
}

.pricing-area.pricing-area-style-three
  .single-pricing-box:hover
  .pricing-title
  h1
  sub {
  color: #333333;
}

.single-pricing-box {
  text-align: center;
  background-color: #f8f7f2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.single-pricing-box .pricing-title {
  margin-bottom: 30px;
  padding: 30px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-box .pricing-title h3 {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}

.single-pricing-box .pricing-title h1 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 48px;
}

.single-pricing-box .pricing-title h1 sub {
  font-weight: normal;
  font-size: 15px;
  font-family: "Libre Baskerville", serif;
  margin-left: -10px;
}

.single-pricing-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 0 30px 30px;
  line-height: 1;
}

.single-pricing-box ul li {
  font-size: 16px;
  margin-bottom: 20px;
}

.single-pricing-box ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-box ul li i {
  margin-right: 5px;
}

.single-pricing-box .default-btn {
  background-color: transparent;
  color: #62bd5e;
  border: 1px solid #62bd5e;
}

.single-pricing-box:hover .pricing-title {
  border-color: #62bd5e;
}

.single-pricing-box:hover .default-btn {
  background-color: #62bd5e;
  color: #ffffff;
}

/*
Our News Area Style
======================================================*/
.our-news-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
}

.our-news-area .owl-theme .owl-nav .owl-prev,
.our-news-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -25px;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f8fdf5;
  border-radius: 50%;
  border: 1px solid #62bd5e;
  margin: 0;
}

.our-news-area .owl-theme .owl-nav .owl-prev i,
.our-news-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #62bd5e;
}

.our-news-area .owl-theme .owl-nav .owl-prev:hover,
.our-news-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #62bd5e;
}

.our-news-area .owl-theme .owl-nav .owl-prev:hover i,
.our-news-area .owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.our-news-area .owl-theme .owl-nav .owl-next {
  right: -25px;
  left: auto;
}

.our-news-area.our-news-area-style-two {
  position: relative;
}

.our-news-area.our-news-area-style-two .section-title {
  margin-left: 0;
  text-align: left;
}

.our-news-area.our-news-area-style-two .owl-theme .owl-nav {
  left: auto;
  right: 120px;
  top: -75px;
  bottom: auto;
}

.our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-prev,
.our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-next {
  left: 0;
  right: 0;
  background-color: #f8f7f2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-prev:hover,
.our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-next:hover {
  background-color: #62bd5e;
}

.our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-next {
  left: 70px;
}

.our-news-area.our-news-area-style-two .single-news {
  text-align: left;
  background-color: #f8f7f2;
}

.our-news-area.our-news-area-style-three .section-title {
  text-align: center;
  margin-left: auto;
}

.our-news-area.our-news-area-style-three .owl-theme .owl-nav {
  position: unset;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.our-news-area.our-news-area-style-three .owl-theme .owl-nav .owl-prev,
.our-news-area.our-news-area-style-three .owl-theme .owl-nav .owl-next {
  position: unset;
  background-color: #eff4fa;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0 5px;
}

.our-news-area.our-news-area-style-three .owl-theme .owl-nav .owl-prev:hover,
.our-news-area.our-news-area-style-three .owl-theme .owl-nav .owl-next:hover {
  background-color: #62bd5e;
}

.our-news-area.our-news-area-style-three .single-news {
  text-align: left;
  background-color: #eff4fa;
}

.single-news {
  padding: 10px;
  background-color: #f8fdf5;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}

.single-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #62bd5e;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.single-news .news-content {
  padding: 20px;
  padding-top: 30px;
}

.single-news .news-content ul {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  list-style-type: none;
  line-height: 1;
}

.single-news .news-content ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 12px;
  border-right: 1px solid #62bd5e;
}

.single-news .news-content ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.single-news .news-content ul li i {
  margin-right: 5px;
  color: #62bd5e;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-news .news-content ul li span {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-news .news-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-news .news-content p {
  margin-bottom: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-news:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}

.single-news:hover .news-content ul {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  list-style-type: none;
  line-height: 1;
}

.single-news:hover .news-content ul li i {
  color: #ffffff;
}

.single-news:hover .news-content ul li a {
  color: #ffffff;
}

.single-news:hover .news-content ul li span {
  color: #ffffff;
}

.single-news:hover .news-content h3 a {
  color: #ffffff;
}

.single-news:hover .news-content p {
  color: #ffffff;
}

.single-news:hover .news-content .read-more {
  color: #ffffff;
}

/*
Partner Area Style
======================================================*/
.partner-area .owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin: auto;
}

/*
Footer Area Style
======================================================*/
.footer-area {
  background-color: #111111;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 15px;
  display: inline-block;
}

.single-footer-widget p {
  margin-bottom: 25px;
  color: #f8fdf5;
}

.single-footer-widget .open-close {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  list-style-type: none;
}

.single-footer-widget .open-close li {
  color: #f8fdf5;
  margin-bottom: 10px;
}

.single-footer-widget .open-close li span {
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  display: block;
  margin-bottom: 15px;
}

.single-footer-widget .social-icon {
  line-height: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social-icon li span {
  color: #ffffff;
}

.single-footer-widget .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #f8fdf5;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget .social-icon li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.single-footer-widget .social-icon li a:hover i {
  background-color: #62bd5e;
  border-color: #62bd5e;
  color: #ffffff;
}

.single-footer-widget h3 {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #333535;
}

.single-footer-widget .address {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .address li {
  position: relative;
  margin-bottom: 20px;
  position: relative;
  color: #f8fdf5;
  padding-left: 40px;
}

.single-footer-widget .address li i {
  position: absolute;
  color: #62bd5e;
  left: 0;
  top: 5px;
  font-size: 25px;
}

.single-footer-widget .address li a {
  display: block;
  color: #f8fdf5;
}

.single-footer-widget .address li a:hover {
  color: #62bd5e;
}

.single-footer-widget .address li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .import-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .import-link li {
  margin-bottom: 16px;
}

.single-footer-widget .import-link li a {
  color: #f8fdf5;
}

.single-footer-widget .import-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .import-link li:hover::before {
  border-radius: 50%;
}

.single-footer-widget .import-link li:hover a {
  color: #62bd5e;
}

.single-footer-widget .newsletter-form p {
  margin-bottom: 25px;
  color: #f8fdf5;
}

.single-footer-widget .newsletter-form .form-control {
  background-color: transparent;
}

.single-footer-widget
  .newsletter-form
  .form-control::-webkit-input-placeholder {
  color: #f5f5f5;
}

.single-footer-widget .newsletter-form .form-control:-ms-input-placeholder {
  color: #f5f5f5;
}

.single-footer-widget .newsletter-form .form-control::-ms-input-placeholder {
  color: #f5f5f5;
}

.single-footer-widget .newsletter-form .form-control::placeholder {
  color: #f5f5f5;
}

.single-footer-widget .newsletter-form .default-btn {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.single-footer-widget .newsletter-form #validator-newsletter {
  color: #8b0000;
  margin-top: 10px;
}

/*
Copy Right Area Style
======================================================*/
.copy-right-area {
  background-color: #111111;
  border-top: 1px solid #333535;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.copy-right-area p {
  color: #f8fdf5;
}

.copy-right-area p a {
  color: #62bd5e;
}

.copy-right-area p a:hover {
  color: #ffffff;
}

/*====================================================
INNER PAGES STYLE AREA
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #48c265;
  text-align: center;
}

.page-title-area .page-title-content {
  position: relative;
  margin-top: -7px;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  font-size: 45px;
      font-weight: 600;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -5px;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: #333333;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.page-title-area .page-title-content ul li.active {
  color: #fff;
}

.page-title-area .page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-area .page-title-content ul li:last-child {
  padding-right: 0;
  font-weight: 600;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #1b1b1b;
}

.page-title-area .page-title-content ul li a:hover {
  color: #62bd5e;
}

/*
Portfolio Area Style
======================================================*/
.portfolio-area {
  text-align: center;
}

.portfolio-area .shorting .mix {
  display: none;
}

.portfolio-area .shorting-menu {
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}

.portfolio-area .shorting-menu .filter {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 12px 30px;
  color: #1b1b1b;
  margin: 0 10px;
  background-color: transparent;
  position: relative;
  padding-top: 0;
}

.portfolio-area .shorting-menu .filter::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  border-bottom: 1px solid #62bd5e;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.portfolio-area .shorting-menu .filter i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
}

.portfolio-area .shorting-menu .filter:hover {
  color: #62bd5e;
}

.portfolio-area .shorting-menu .filter:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.portfolio-area .shorting-menu .filter.active {
  color: #62bd5e;
}

.portfolio-area .shorting-menu .filter.active::before {
  width: 100%;
  left: 0;
  right: auto;
}

.single-portfolio {
  position: relative;
  margin-bottom: 30px;
}

.single-portfolio a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(98, 189, 94, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-portfolio a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
}

.single-portfolio:hover a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
Contact Info Area Style
======================================================*/
.single-contact-info {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.single-contact-info i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #f8fdf5;
  border-radius: 50%;
  font-size: 50px;
  color: #62bd5e;
  border: 1px solid #edeeec;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-contact-info p {
  font-size: 17px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
}

.single-contact-info a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 10px;
}

.single-contact-info a:last-child {
  margin-bottom: 0;
}

.single-contact-info:hover i {
  background-color: #62bd5e;
  color: #ffffff;
  border-color: #62bd5e;
}

/* 
Main Contact Area Style
=====================================================*/
.main-contact-area #contactForm {
  max-width: 90%;
  margin: auto;
  padding: 40px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #f0f1f2;
}

.main-contact-area .form-group {
  margin-bottom: 30px;
}

.main-contact-area .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}

.main-contact-area .form-group .form-control {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.main-contact-area .form-group .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.main-contact-area .form-group .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.main-contact-area .form-group .form-control::-ms-input-placeholder {
  color: #cccccc;
}

.main-contact-area .form-group .form-control::placeholder {
  color: #cccccc;
}

.main-contact-area .form-group.checkboxs {
  position: relative;
  max-width: 365px;
  margin: 0 auto 30px;
}

.main-contact-area .form-group.checkboxs #chb2 {
  position: absolute;
  top: 8px;
  left: 0;
}

.main-contact-area .form-group.checkboxs p {
  padding-left: 20px;
}

.main-contact-area .form-group.checkboxs p a {
  color: #62bd5e;
}

.main-contact-area .form-group.checkboxs p a:hover {
  color: #1b1b1b;
}

.main-contact-area .default-btn {
  text-align: center;
  display: table;
  margin: auto;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
  text-align: left;
  text-align: center;
}

.map-area iframe {
  height: 480px;
  width: 100%;
  border: none !important;
  display: block;
}

/* 
Map Area Style
=====================================================*/
.map-area iframe {
  height: 480px;
  width: 100%;
  border: none !important;
  display: block;
}

/*
Privacy Policy Style
=====================================================*/
.privacy-policy {
  max-width: 800px;
  margin: auto;
}

.privacy-policy .privacy-content {
  margin-bottom: 30px;
}

.privacy-policy .privacy-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.privacy-policy .privacy-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.privacy-policy .privacy-content p {
  margin-bottom: 10px;
}

/*
Terms And Conditions Style
=====================================================*/
.terms-conditions {
  max-width: 800px;
  margin: auto;
}

.terms-conditions .terms-content {
  margin-bottom: 30px;
}

.terms-conditions .terms-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.terms-conditions .terms-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.terms-conditions .terms-content p {
  margin-bottom: 10px;
}

/* 
News Details Content Style
=====================================================*/
.news-details-content .news-details-img {
  margin-bottom: 30px;
  position: relative;
}

.news-details-content .news-top-content .news-content .admin {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.news-details-content .news-top-content .news-content .admin li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.news-details-content .news-top-content .news-content .admin li i {
  color: #62bd5e;
  display: inline-block;
  margin-right: 5px;
}

.news-details-content .news-top-content .news-content .admin li::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -4px;
  width: 1px;
  height: 85%;
  background-color: #333333;
}

.news-details-content .news-top-content .news-content .admin li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.news-details-content
  .news-top-content
  .news-content
  .admin
  li:last-child::before {
  display: none;
}

.news-details-content .news-top-content .news-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.news-details-content .news-top-content blockquote {
  padding: 30px;
  padding-left: 100px;
  position: relative;
  text-align: center;
  background-color: #eff4fa;
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-details-content .news-top-content blockquote p {
  font-size: 18px;
  color: #1b1b1b;
  font-weight: 600;
}

.news-details-content .news-top-content blockquote i {
  font-size: 60px;
  color: #62bd5e;
  position: absolute;
  top: 40px;
  left: 30px;
  line-height: 1;
}

.news-details-content .news-top-content .news-content-2 {
  margin-bottom: 25px;
}

.news-details-content .news-top-content .news-content-3 {
  margin-bottom: 30px;
}

.news-details-content .news-top-content .news-content-3 h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.news-details-content .tags {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0 20px;
}

.news-details-content .tags .tag-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
  display: inline-block;
}

.news-details-content .tags .tag-link li {
  display: inline-block;
  margin-right: 15px;
}

.news-details-content .tags .tag-link li.title i {
  color: #1b1b1b;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.news-details-content .tags .tag-link li a {
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}

.news-details-content .tags .tag-link li a:hover {
  color: #62bd5e;
}

.news-details-content .share-link {
  display: inline-block;
  float: right;
  position: relative;
  padding-bottom: 20px;
}

.news-details-content .share-link span {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -2px;
  cursor: pointer;
}

.news-details-content .share-link span i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #62bd5e;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.news-details-content .share-link .social-icon {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 4px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.news-details-content .share-link .social-icon li {
  display: inline-block;
}

.news-details-content .share-link .social-icon li a {
  padding: 0 5px;
}

.news-details-content .share-link .social-icon li a i {
  font-size: 18px;
}

.news-details-content .share-link:hover .social-icon {
  top: 46px;
  opacity: 1;
}

.news-details-content .leave-reply {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.news-details-content .leave-reply h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #62bd5e;
  font-size: 24px;
}

.news-details-content .leave-reply form p {
  margin-top: -10px;
}

.news-details-content .leave-reply form .form-group {
  margin-bottom: 30px;
}

.news-details-content .leave-reply form .form-group label {
  margin-bottom: 10px;
}

.news-details-content .leave-reply form .form-group .form-control {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}

.news-details-content
  .leave-reply
  form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.news-details-content
  .leave-reply
  form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.news-details-content
  .leave-reply
  form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #cccccc;
}

.news-details-content .leave-reply form .form-group .form-control::placeholder {
  color: #cccccc;
}

/* 
Sidebar Widget Style
=====================================================*/
.widget-sidebar {
  margin-left: 15px;
}

.sidebar-widget {
  margin-bottom: 35px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.sidebar-widget h3 {
  font-size: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #62bd5e;
}

.sidebar-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-widget.search .search-form {
  background-color: #ffffff;
  position: relative;
}

.sidebar-widget.search .search-form .search-button {
  position: absolute;
  width: 50px;
  height: 49px;
  line-height: 49px;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #62bd5e;
}

.sidebar-widget.search .search-form .search-button:hover {
  background-color: #1b1b1b;
}

.sidebar-widget.categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.sidebar-widget.categories ul li a {
  border-left: 1px solid #ffffff;
  display: block;
}

.sidebar-widget.categories ul li a i {
  font-size: 20px;
  float: right;
  position: relative;
  top: 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.categories ul li a:hover {
  border-left: 1px solid #62bd5e;
  padding-left: 5px;
}

.sidebar-widget.categories ul li span {
  float: right;
  position: relative;
  top: 1px;
}

.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget.recent-post ul li {
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 90px;
  border-bottom: 1px solid #eeeeee;
}

.sidebar-widget.recent-post ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-widget.recent-post ul li a {
  font-size: 15px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}

.sidebar-widget.recent-post ul li a:hover {
  color: #62bd5e;
}

.sidebar-widget.recent-post ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-widget.recent-post ul li span {
  display: block;
  font-size: 14px;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-widget.tags ul li a {
  border: 1px solid #eeeeee;
  padding: 8px 12px;
  display: inline-block;
  background-color: #ffffff;
}

.sidebar-widget.tags ul li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: #62bd5e;
  color: #ffffff;
  border-color: #62bd5e;
}

.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget.employer-widget .form-group {
  margin-bottom: 30px;
}

.sidebar-widget.employer-widget .default-btn {
  width: 100%;
}

.sidebar-widget.open-closed ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.sidebar-widget.open-closed ul li span {
  float: right;
  position: relative;
  top: 1px;
}

.sidebar-widget.open-closed ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* 
News List Style
=====================================================*/
.news-list-area .single-news {
  padding: 0;
  text-align: left;
}

/* 
Services Details Style
=====================================================*/
.services-details-area {
  padding-bottom: 40px;
}

.services-details-area .sidebar-widget.search {
  margin-top: 0;
}

.services-details-content img {
  margin-bottom: 30px;
}

.services-details-content .services-content-item {
  margin-bottom: 30px;
}

.services-details-content .services-content-item .services-details-img {
  margin-bottom: 30px;
}

.services-details-content .services-content-item h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.services-details-content .services-content-item img {
  margin-bottom: 0;
}

.services-details-content .services-content-item .services-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.services-details-content .services-content-item .services-list li {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}

.services-details-content .services-content-item .services-list li::before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #62bd5e;
  border-radius: 50%;
}

.services-details-content .services-content-item .single-team img {
  margin-bottom: 0;
}

.services-details-content .services-content-item .single-team h3 {
  font-size: 20px;
}

/*
Product Area Style
======================================================*/
.showing-result {
  margin-bottom: 30px;
  margin-right: 15px;
  background-color: #ffffff;
  padding: 10px;
}

.showing-result .showing-top-bar-ordering {
  text-align: right;
}

.showing-result .showing-top-bar-ordering .nice-select {
  color: #62bd5e;
  border-radius: 0;
  border: none;
  float: unset;
  height: unset;
  line-height: initial;
  padding: 15px 35px 15px 15px;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.showing-result .showing-top-bar-ordering .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 250px;
  overflow-y: scroll;
}

.showing-result .showing-top-bar-ordering .nice-select .list .option {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.showing-result .showing-top-bar-ordering .nice-select .list .option:hover {
  background-color: #62bd5e !important;
  color: #ffffff;
}

.showing-result .showing-top-bar-ordering .nice-select .list .option.selected {
  font-weight: 500;
  color: #333333;
}

.showing-result .showing-top-bar-ordering .nice-select:after {
  right: 20px;
}

.showing-result .search-form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #62bd5e;
  color: #ffffff;
  font-size: 20px;
}

.showing-result .search-form .form-control {
  border: 1px solid #d7d7d7;
  background-color: #f5f6fa;
  font-size: 16px;
}

.showing-result .search-form .form-control::-webkit-input-placeholder {
  color: #616161;
}

.showing-result .search-form .form-control:-ms-input-placeholder {
  color: #616161;
}

.showing-result .search-form .form-control::-ms-input-placeholder {
  color: #616161;
}

.showing-result .search-form .form-control::placeholder {
  color: #616161;
}

.single-product {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-product .product-img {
  position: relative;
  margin-bottom: 20px;
  position: relative;
}

.single-product .product-img span {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #62bd5e;
  color: #ffffff;
  border-radius: 50%;
}

.single-product .product-img span.red {
  background-color: #ed1d24;
}

.single-product .product-img ul {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.single-product .product-img ul li {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-product .product-img ul li a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  color: #1b1b1b;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-product .product-img ul li a:hover i {
  background-color: #62bd5e;
  color: #ffffff;
}

.single-product .product-img ul li .default-btn i {
  width: unset;
  height: unset;
  line-height: unset;
  background-color: transparent;
  color: #ffffff;
  position: relative;
  top: 1px;
}

.single-product .product-img ul li .default-btn:hover i {
  background-color: transparent;
}

.single-product a h3 {
  margin-bottom: 6px;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-product a:hover h3 {
  color: #62bd5e;
}

.single-product .rating {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 5px;
}

.single-product .rating li {
  display: inline-block;
  margin: 0 1px;
}

.single-product .rating li i {
  color: #ffb607;
}

.single-product span {
  font-size: 16px;
  display: block;
  color: #62bd5e;
}

.single-product span del {
  margin-right: 10px;
}

.single-product:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-product:hover .product-img ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.product-area .pagination-area {
  text-align: center;
}

/*
product-view-one
=================================================*/
.product-view-one {
  padding-right: 0 !important;
}

.product-view-one.modal.show .modal-dialog {
  margin-top: 25px;
}

.product-view-one .product-view-one-image {
  background-color: #eeeeee;
  padding: 30px;
}

.product-view-one .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}

.product-view-one .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}

.product-view-one .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #1b1b1b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
}

.product-view-one .modal-content button.close:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.product-view-one .modal-content .product-content h3 {
  font-size: 22px;
  margin-bottom: 14px;
}

.product-view-one .modal-content .product-content h3 a {
  color: #1b1b1b;
}

.product-view-one .modal-content .product-content h3 a:hover {
  color: #1b1b1b;
}

.product-view-one .modal-content .product-content .price {
  margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .price span {
  display: inline-block;
  font-size: 18px;
  color: #1b1b1b;
}

.product-view-one .modal-content .product-content .price del {
  display: inline-block;
  font-size: 18px;
  color: #c1c1c1;
  margin-left: 5px;
}

.product-view-one .modal-content .product-content .product-review {
  margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .product-review .rating {
  display: inline-block;
  padding-right: 5px;
}

.product-view-one .modal-content .product-content .product-review .rating i {
  color: #62bd5e;
}

.product-view-one
  .modal-content
  .product-content
  .product-review
  .rating-count {
  display: inline-block;
  color: #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  line-height: initial;
}

.product-view-one .modal-content .product-content .product-info {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.product-view-one .modal-content .product-content .product-info li {
  font-size: 16px;
  color: #1b1b1b;
  margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .product-info li:last-child {
  margin-bottom: 0;
}

.product-view-one .modal-content .product-content .product-info li span {
  color: #1b1b1b;
}

.product-view-one .modal-content .product-content .product-info li a {
  display: inline-block;
  font-weight: 500;
  color: #1b1b1b;
}

.product-view-one .modal-content .product-content .product-info li a:hover {
  color: #1b1b1b;
}

.product-view-one .modal-content .product-content .product-color-switch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .product-color-switch h4 {
  font-size: 16px;
  color: #1b1b1b;
  margin-bottom: 6px;
}

.product-view-one .modal-content .product-content .product-color-switch ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: -4px;
  padding-left: 0;
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
  display: inline-block;
  margin-left: 4px;
  margin-top: 4px;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li
  a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li
  a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li
  a:hover {
  border-color: #1b1b1b;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li
  a:focus {
  border-color: #1b1b1b;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li
  a.color-white::before {
  background: blue;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li
  a.color-black::before {
  background: #222222;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li
  a.color-green::before {
  background: green;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li
  a.color-yellowgreen::before {
  background: yellowgreen;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li
  a.color-teal::before {
  background: teal;
}

.product-view-one
  .modal-content
  .product-content
  .product-color-switch
  ul
  li.active
  a {
  border-color: #1b1b1b;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #333333;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  span:hover {
  color: #1b1b1b;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  span.minus-btn {
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  span.minus-btn:hover {
  background-color: #62bd5e;
  color: #ffffff;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  span.plus-btn {
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  span.plus-btn:hover {
  background-color: #62bd5e;
  color: #ffffff;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  input {
  height: 48px;
  color: #1b1b1b;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  input::-webkit-input-placeholder {
  color: #1b1b1b;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  input:-ms-input-placeholder {
  color: #1b1b1b;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  input::-ms-input-placeholder {
  color: #1b1b1b;
}

.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  input::placeholder {
  color: #1b1b1b;
}

.product-view-one .modal-content .product-content .share-this-product h3 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 10px;
}

.product-view-one .modal-content .product-content .share-this-product ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product-view-one .modal-content .product-content .share-this-product ul li {
  display: inline-block;
  margin-right: 3px;
}

.product-view-one
  .modal-content
  .product-content
  .share-this-product
  ul
  li
  a
  i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #eeeeee;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.product-view-one
  .modal-content
  .product-content
  .share-this-product
  ul
  li
  a:hover
  i {
  background-color: #62bd5e;
  color: #ffffff;
}

.product-view-one .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.product-view-one #big .item {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.product-view-one .owl-item.active.current {
  background-color: #62bd5e !important;
  padding: 5px;
}

.product-view-one.fade {
  -webkit-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;
}

.product-view-one .owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.product-view-one .owl-next i {
  background-color: #62bd5e;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 4px;
  font-size: 15px;
}

.product-view-one .owl-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.product-view-one .owl-prev i {
  background-color: #62bd5e !important;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  border-radius: 4px;
}

.product-view-one:hover .owl-prev {
  opacity: 1;
  left: 0;
}

.product-view-one:hover .owl-next {
  opacity: 1;
  right: 0;
}

.product-view-one .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.product-view-one .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

/*
Shopping Cart Area Style
======================================================*/
.shopping-cart-area .container {
  max-width: 1020px;
}

.shopping-cart-area .cart-controller {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  margin-bottom: 35px;
}

.shopping-cart-area .trash {
  text-align: center !important;
}

.shopping-cart-area .trash .remove {
  color: #ed1d24;
  font-size: 20px;
}

.shopping-cart-area .trash .remove:hover {
  color: #ed1d24;
}

.shopping-cart-area .product-thumbnail {
  width: 130px;
}

.shopping-cart-area .cart-table {
  text-align: center;
}

.shopping-cart-area .cart-table table thead tr {
  border-style: none;
}

.shopping-cart-area .cart-table table thead tr th {
  border: none;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 30px;
}

.shopping-cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #dedede;
  white-space: nowrap;
  padding: 15px 30px;
}

.shopping-cart-area .cart-table table tbody tr td a {
  color: #1b1b1b;
  font-weight: 600;
}

.shopping-cart-area .cart-table table tbody tr td a:hover {
  color: #62bd5e;
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity {
  width: 145px;
  padding: 0;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter {
  position: relative;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input {
  height: 45px;
  color: #1b1b1b;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #1b1b1b;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #1b1b1b;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-ms-input-placeholder {
  color: #1b1b1b;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::placeholder {
  color: #1b1b1b;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .minus-btn {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  cursor: pointer;
  color: #1b1b1b;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid #dedede;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .minus-btn
  i {
  font-weight: 700;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .minus-btn:hover {
  color: #ffffff;
  background-color: #62bd5e;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .plus-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  color: #1b1b1b;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid #dedede;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .plus-btn
  i {
  font-weight: 700;
}

.shopping-cart-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .plus-btn:hover {
  color: #ffffff;
  background-color: #62bd5e;
}

.shopping-cart-area .coupon-cart {
  padding: 20px;
  padding-top: 5px;
}

.shopping-cart-area .coupon-cart .form-group {
  position: relative;
}

.shopping-cart-area .coupon-cart .form-group .form-control {
  border: 1px solid #dedede;
}

.shopping-cart-area .coupon-cart .form-group .form-control:focus {
  border-color: #62bd5e;
}

.shopping-cart-area .coupon-cart .form-group .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 15px 40px;
}

.shopping-cart-area .coupon-cart .form-group .default-btn::before {
  display: none;
}

.shopping-cart-area .coupon-cart .form-group .default-btn::after {
  display: none;
}

.shopping-cart-area .coupon-cart .default-btn.update-cart {
  float: right;
  height: 50px;
}

.shopping-cart-area .cart-totals {
  padding: 30px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  max-width: 400px;
  margin: auto;
}

.shopping-cart-area .cart-totals h3 {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #62bd5e;
  font-size: 20px;
}

.shopping-cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.shopping-cart-area .cart-totals ul li {
  color: #333333;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

.shopping-cart-area .cart-totals ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.shopping-cart-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.shopping-cart-area .cart-totals .default-btn {
  display: block;
}

.shopping-cart-area.wishlist-style .cart-controller {
  margin-bottom: 0;
}

.shopping-cart-area.wishlist-style .cart-table {
  text-align: center;
}

.shopping-cart-area.wishlist-style .cart-table table {
  margin-bottom: 0;
}

/* 
Checkout Area Style
=====================================================*/
.checkout-area .billing-details {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.checkout-area .billing-details h3 {
  margin-bottom: 20px;
  font-size: 25px;
}

.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-group .form-control {
  background-color: #ffffff;
  border-color: #ebebeb;
}

.checkout-area .billing-details .form-group label {
  display: block;
  color: #333333;
  margin-bottom: 10px;
  font-size: 16px;
}

.checkout-area .billing-details .form-group label .required {
  color: #333333;
}

.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #333333;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: #62bd5e !important;
  color: #ffffff;
}

.checkout-area
  .billing-details
  .form-group
  .nice-select
  .list
  .option.selected {
  background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area
  .billing-details
  .form-group
  .nice-select
  .option.selected.focus {
  background-color: #62bd5e !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}

.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
}

.checkout-area .billing-details .form-check label {
  position: relative;
  top: 1px;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.checkout-area .cart-totals {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  background-color: #ffffff;
}

.checkout-area .cart-totals h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #62bd5e;
  font-size: 20px;
}

.checkout-area .cart-totals ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.checkout-area .cart-totals ul li {
  color: #333333;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

.checkout-area .cart-totals ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.checkout-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.checkout-area .faq-accordion {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 0;
}

.checkout-area .faq-accordion h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #62bd5e;
  font-size: 20px;
}

.checkout-area .faq-accordion .accordion .accordion-content {
  border-top: none;
  padding: 0;
  background-color: transparent;
}

.checkout-area .faq-accordion .accordion .accordion-content .form-group {
  margin-bottom: 30px;
}

.checkout-area .faq-accordion .accordion .accordion-title {
  padding: 0;
  position: relative;
  padding-left: 25px;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  color: #1b1b1b;
  font-weight: 600;
}

.checkout-area .faq-accordion .accordion .accordion-title.active::after {
  background-color: #62bd5e;
}

.checkout-area .faq-accordion .accordion .accordion-title.active::before {
  border-color: #62bd5e;
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -4px;
  width: 17px;
  height: 17px;
  border: 1px solid #1b1b1b;
  border-radius: 50%;
  margin: 3px;
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  border-radius: 50%;
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
  color: #62bd5e;
}

.checkout-area .faq-accordion .accordion .accordion-item {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}

.checkout-area .faq-accordion .form-check {
  font-size: 14px;
}

.checkout-area .faq-accordion .form-check label {
  margin-bottom: 5px;
}

.checkout-area .faq-accordion .form-check label a {
  color: #62bd5e;
}

.checkout-area .faq-accordion .form-check label a:hover {
  color: #62bd5e;
}

.checkout-area .log-in-coupon-code .faq-accordion {
  max-width: 100%;
  padding: 15px;
  margin-bottom: 30px;
}

.checkout-area .log-in-coupon-code .faq-accordion .accordion-item {
  margin-bottom: 0;
}

.checkout-area .log-in-coupon-code .faq-accordion .accordion-item p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkout-area
  .log-in-coupon-code
  .faq-accordion
  .accordion-item
  .accordion-title {
  margin-bottom: 0;
  font-weight: 600;
}

/*
User Area CSS
=====================================================*/
.user-area-style {
  position: relative;
  z-index: 1;
}

.user-area-style .contact-form-action {
  max-width: 600px;
  border-bottom: none;
  background-color: #ffffff;
  padding: 30px;
  margin: auto;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.user-area-style .contact-form-action .account-title {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action .account-title h2 {
  font-size: 30px;
  position: relative;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #62bd5e;
}

.user-area-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}

.user-area-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
  color: #62bd5e;
}

.user-area-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .form-group label {
  margin-bottom: 10px;
}

.user-area-style .contact-form-action form .form-group .form-control {
  background-color: #ffffff;
}

.user-area-style .contact-form-action form .login-action {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action .log-rem {
  display: inline-block;
}

.user-area-style .contact-form-action form .login-action .log-rem label {
  margin-bottom: 0;
}

.user-area-style .contact-form-action form .login-action .forgot-login {
  display: inline-block;
  float: right;
}

.user-area-style .contact-form-action form .right {
  float: right;
}

.user-area-style .contact-form-action p {
  margin-top: 25px;
  line-height: 1;
}

.user-area-style .contact-form-action p a {
  color: #1b1b1b;
}

.user-area-style .contact-form-action p a:hover {
  color: #62bd5e;
}

.user-area-style.log-in-style .contact-form-action {
  max-width: 600px;
  margin: auto;
}

.user-area-style.register-style .contact-form-action {
  max-width: 600px;
  margin: auto;
}

.user-area-style.recover-password-area .recover {
  max-width: 600px;
  margin: auto;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

.user-area-style.recover-password-area .recover .default-btn {
  margin-bottom: 0;
  margin-top: 30px;
}

.user-area-style.recover-password-area h3 {
  font-size: 40px;
  margin-top: -11px;
}

.user-area-style.recover-password-area p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.user-area-style.recover-password-area p a {
  color: #62bd5e;
  font-weight: 600;
}

.user-area-style.recover-password-area .now-register {
  float: right;
  margin: 0;
}

/*
Coming Soon Style
=====================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0.9;
}

.coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-content .logo {
  margin-bottom: 20px;
}

.coming-soon-content .logo a {
  display: inline-block;
}

.coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
}

.coming-soon-content p {
  color: #f3f3f3;
  line-height: 1.8;
  font-size: 14.5px;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-content #timer {
  margin-top: 60px;
}

.coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #62bd5e;
  width: 130px;
  height: 130px;
  border-radius: 5px;
  padding-top: 13px;
  font-size: 50px;
  font-weight: 700;
}

.coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -6px;
  font-size: 17px;
  font-weight: 500;
}

.coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -9px;
  top: 25px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00045f;
}

.coming-soon-content #timer div::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: 25px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00045f;
}

.coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-content #timer div:last-child::after {
  display: none;
}

.coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content
  .newsletter-form
  .input-newsletter::-webkit-input-placeholder {
  color: #333333;
}

.coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #333333;
}

.coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #333333;
}

.coming-soon-content .newsletter-form .input-newsletter::placeholder {
  color: #333333;
}

.coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  background-color: #62bd5e;
  outline: 0;
  color: #ffffff;
  border: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 600;
  font-size: 15px;
}

.coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #1b1b1b;
}

.coming-soon-content .newsletter-form #validator-newsletter {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
  background-image: url(../images/error-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: 1;
}

.error-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}

.error-area .error-content {
  z-index: 1;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin-top: -48px;
}

.error-area .error-content h1 .a {
  display: inline-block;
}

.error-area .error-content h1 .red {
  color: #ff0000;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error-area .error-content h1 .b {
  display: inline-block;
}

.error-area .error-content h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #ffffff;
}

/*
Partner details Style
=====================================================*/
.partner-details {
  max-width: 800px;
  margin: auto;
}

.partner-details .partner-single-img {
  margin-bottom: 35px;
  text-align: center;
}

.partner-details .partner-content {
  margin-bottom: 30px;
}

.partner-details .partner-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.partner-details .partner-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.partner-details .partner-content p {
  margin-bottom: 10px;
}

/*
Product Details Area Style
=====================================================*/
.product-details-area .product-details-desc h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.product-details-area .product-details-desc .rating {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
}

.product-details-area .product-details-desc .rating li {
  display: inline-block;
}

.product-details-area .product-details-desc .rating li i {
  color: #ffba0a;
}

.product-details-area .product-details-desc .price {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
  color: #62bd5e;
}

.product-details-area .product-details-desc p {
  margin-bottom: 25px;
}

.product-details-area .product-details-desc .category {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}

.product-details-area .product-details-desc .category li {
  font-size: 17px;
  font-weight: 600;
  margin-top: 15px;
  color: #1b1b1b;
}

.product-details-area .product-details-desc .category li span {
  font-weight: normal;
  max-width: 200px;
  display: inline-block;
  text-align: left;
  margin-left: 112px;
  position: absolute;
  left: 0;
}

.product-details-area .product-details-desc .product-add-to-cart {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-details-area .product-details-desc .product-add-to-cart h3 {
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  border: 1px solid #cfcfcf;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter
  span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter
  span:hover {
  color: #62bd5e;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter
  span.minus-btn {
  left: 0;
  border-right: 1px solid #cfcfcf;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter
  span.plus-btn {
  right: 0;
  border-left: 1px solid #cfcfcf;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter
  input {
  height: 44px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter
  input::-webkit-input-placeholder {
  color: #333333;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter
  input:-ms-input-placeholder {
  color: #333333;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter
  input::-ms-input-placeholder {
  color: #333333;
}

.product-details-area
  .product-details-desc
  .product-add-to-cart
  .input-counter
  input::placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .social-wrap {
  margin-top: 20px;
  padding-left: 0;
}

.product-details-area .product-details-desc .social-wrap li {
  display: inline-block;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #1b1b1b;
}

.product-details-area .product-details-desc .social-wrap li span {
  display: inline-block;
  margin-right: 45px;
}

.product-details-area .product-details-desc .social-wrap li a i {
  font-size: 20px;
  line-height: 1;
  color: #1b1b1b;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.product-details-area .product-details-desc .social-wrap li a:hover i {
  color: #62bd5e;
}

.product-details-area .product-details-image {
  text-align: center;
}

.product-details-area .products-details-content {
  margin-top: 40px;
  overflow: hidden;
}

.product-details-area .products-details-content h4 {
  font-weight: 600;
  font-size: 18px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.product-details-area .products-details-content h4::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 125px;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.product-details-area .products-details-content .overview-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 30px;
}

.product-details-area .products-details-content .overview-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.product-details-area .products-details-content .overview-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #62bd5e;
  border-radius: 50%;
}

.product-details-area .products-details-content .overview-list li:last-child {
  margin-bottom: 0;
}

.product-details-area .products-details-content .reviews h4 {
  font-size: 18px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.product-details-area .products-details-content .reviews h4::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 125px;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.product-details-area .products-details-content .reviews ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 615px;
}

.product-details-area .products-details-content .reviews ul li {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.product-details-area .products-details-content .reviews ul li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 65px;
  width: 500px;
  height: 3px;
  background-color: #e1e1e1;
  z-index: -1;
}

.product-details-area .products-details-content .reviews ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 65px;
  width: 500px;
  height: 3px;
  background-color: #62bd5e;
}

.product-details-area .products-details-content .reviews ul li span {
  float: right;
}

.product-details-area .products-details-content .reviews ul li:last-child {
  margin-bottom: 0;
}

.product-details-area
  .products-details-content
  .reviews
  ul
  li:nth-child(1)::before {
  width: 450px;
}

.product-details-area
  .products-details-content
  .reviews
  ul
  li:nth-child(2)::before {
  width: 100px;
}

.product-details-area
  .products-details-content
  .reviews
  ul
  li:nth-child(3)::before {
  width: 0;
}

.product-details-area
  .products-details-content
  .reviews
  ul
  li:nth-child(4)::before {
  width: 10px;
}

.product-details-area
  .products-details-content
  .reviews
  ul
  li:nth-child(5)::before {
  width: 5px;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
/* .preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000000;
  top: 0;
  left: 0;
  z-index: 99999;
} */

/* .preloader .lds-ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50px, -50px);
  transform: translate(-50px, -50px);
}

.preloader .loader-inner-1 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}

.preloader .loader-inner-1:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  -webkit-animation-name: loading-1;
  animation-name: loading-1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  background: #06aed5;
}

.preloader .loader-inner-2 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}

.preloader .loader-inner-2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  -webkit-animation-name: loading-1;
  animation-name: loading-1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  background: #ec008c;
}

.preloader .loader-inner-3 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
}

.preloader .loader-inner-3:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  -webkit-animation-name: loading-1;
  animation-name: loading-1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  background: #ffbf00;
}

.preloader .loader-inner-4 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.preloader .loader-inner-4:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  -webkit-animation-name: loading-1;
  animation-name: loading-1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  background: #079c00;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@-webkit-keyframes loading-1 {
  0% {
    width: 20px;
    right: 0;
  }
  30% {
    width: 120px;
    right: -100px;
  }
  60% {
    width: 20px;
    right: -100px;
  }
}

@keyframes loading-1 {
  0% {
    width: 20px;
    right: 0;
  }
  30% {
    width: 120px;
    right: -100px;
  }
  60% {
    width: 20px;
    right: -100px;
  }
} */

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #62bd5e;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #62bd5e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #62bd5e;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 87%;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 0;
  color: #62bd5e;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(98, 189, 94, 0.8);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after,
.video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  background-color: rgba(98, 189, 94, 0.8);
}

.video-btn:hover {
  background-color: rgba(27, 27, 27, 0.8);
}

.video-btn:hover::before,
.video-btn:hover::after {
  background-color: rgba(27, 27, 27, 0.8);
}

@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.video-btn-2 span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.video-btn-2 span::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #62bd5e;
  -webkit-animation: videoTwo 8s linear infinite;
  animation: videoTwo 8s linear infinite;
}

.video-btn-2 span::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #62bd5e;
  -webkit-animation: videoTwo 8s linear infinite;
  animation: videoTwo 8s linear infinite;
}

.video-btn-2 span:nth-child(1)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-btn-2 span:nth-child(1)::before {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.video-btn-2 span:nth-child(2)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-btn-2 span:nth-child(2)::before {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.video-btn-2 span:nth-child(3)::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.video-btn-2 span:nth-child(3)::before {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.video-btn-2 span:nth-child(4)::after {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.video-btn-2 i {
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  color: #62bd5e;
  border: 5px solid #62bd5e;
  font-size: 60px;
}

.video-btn-2.video-btn-3 i {
  color: #1b1b1b;
  border-color: #1b1b1b;
}

.video-btn-2.video-btn-3 span::before {
  border: 0.1px solid #1b1b1b;
}

.video-btn-2.video-btn-3 span::after {
  border: 0.1px solid #1b1b1b;
}

@-webkit-keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

@keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

/*
Video wave Style Two*/
.video-button {
  width: 51px;
  height: 51px;
  text-align: center;
  border-radius: 50%;
  background: #62bd5e;
  position: relative;
  margin: 30px auto 30px;
  z-index: 1;
}

.video-button i {
  color: #ffffff;
  font-size: 40px;
  line-height: 51px;
  position: relative;
  left: 3px;
  top: 1px;
}

.video-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(18, 190, 200, 0.5);
  width: 100px;
  height: 100px;
  border-radius: 33.33% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: video 20s linear infinite;
  animation: video 20s linear infinite;
}

.video-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(18, 190, 200, 0.3);
  height: 73px;
  width: 73px;
  border-radius: 33.33% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: video 25s linear infinite;
  animation: video 25s linear infinite;
}

@-webkit-keyframes video {
  0% {
    border-radius: 33.33% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    border-radius: 50% 33.33%;
    -webkit-transform: translate(-50%, -50%) rotate(1800deg);
    transform: translate(-50%, -50%) rotate(1800deg);
  }
}

@keyframes video {
  0% {
    border-radius: 33.33% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    border-radius: 50% 33.33%;
    -webkit-transform: translate(-50%, -50%) rotate(1800deg);
    transform: translate(-50%, -50%) rotate(1800deg);
  }
}

/*
Nice select Area Style*/
.nice-select .list {
  width: 100%;
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
}

.nice-select .option:hover {
  background-color: #62bd5e;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  color: #62bd5e;
}

.nice-select .current {
  font-size: 16px;
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #1b1b1b;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #62bd5e;
  background-color: #62bd5e;
}

.pagination-area .page-numbers i {
  font-size: 17px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #62bd5e;
  background-color: #62bd5e;
}
/*# sourceMappingURL=style.css.map */

.w3_megamenu .dropdown a,
.w3_megamenu .dropdown-menu a {
  color: #656565;
}
.w3_megamenu .dropdown-menu > li > a {
  padding: 6px 15px;
}
.w3_megamenu .navbar-nav > li > .dropdown-menu {
  margin-top: 1px;
}
.w3_megamenu i {
  color: #bfbfbf;
}
.w3_megamenu .dropdown-menu {
  box-shadow: none;
  border: 1px solid #efefef;
  padding: 0;
}
.w3_megamenu .form-control {
  margin-top: 10px;
  border: 1px solid #efefef;
}
.w3_megamenu .btn {
  margin: 10px 0 20px;
}
.w3_megamenu video {
  max-width: 100%;
  height: auto;
}
.w3_megamenu iframe,
.w3_megamenu embed,
.w3_megamenu object {
  max-width: 100%;
}
.w3_megamenu .google-map {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 200px;
}
.w3_megamenu div.google-map {
  background: rgba(255, 255, 255, 0.5);
  background: #ffffff;
  height: 200px;
  margin: 0 0 0px 0;
  width: 100%;
}
#googlemaps img {
  max-width: none;
}
.w3_megamenu .dropdown-menu .withoutdesc {
  margin-top: 0;
  padding: 15px 20px;
  display: block;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.w3_megamenu a:hover {
  text-decoration: none;
}
.w3_megamenu .dropdown-menu .withoutdesc ul li {
  padding: 3px 10px;
}
.w3_megamenu .dropdown-menu .withoutdesc ul li:hover,
.w3_megamenu .dropdown-menu .withoutdesc ul li:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5 !important;
}
.w3_megamenu .dropdown-menu .withoutdesc li:last-child {
  border-bottom: 0 solid #fff;
}
.w3_megamenu .w3_megamenu-content.withdesc a:after {
  color: #cfcfcf;
  content: attr(data-description);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  margin: 10px 0 15px;
  text-transform: uppercase;
}

.w3_megamenu .dropdown-submenu {
  position: relative;
}
.w3_megamenu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.w3_megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.w3_megamenu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.w3_megamenu .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.w3_megamenu .dropdown-submenu.pull-left {
  float: none;
}
.w3_megamenu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.w3_megamenu p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #656565;
}
.w3_megamenu .nav,
.w3_megamenu .collapse,
.w3_megamenu .dropup,
.w3_megamenu .dropdown {
  position: static;
}
.w3_megamenu .half {
  width: 50%;
  left: auto !important;
  right: auto !important;
}
.w3_megamenu .container {
  position: relative;
}
.w3_megamenu .dropdown-menu {
  left: auto;
}
.w3_megamenu .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.w3_megamenu .w3_megamenu-content {
  padding: 15px 25px;
  background: #fafafa;
}
.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.w3_megamenu .title {
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.w3_megamenu ul {
  list-style: none;
  padding-left: 0px;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

ul.dropdown-menu.dropdown-multicol2 .dropdown-col li.nav-item {
  float: left;
  width: 40%;
}
ul.dropdown-menu.dropdown-multicol2 .dropdown-col {
  float: left;
  width: 30%;
}

/* Start Gallery CSS */
.thumb {
  margin-bottom: 15px;
}
.thumb:last-child {
  margin-bottom: 0;
}
/* CSS Image Hover Effects: */
.thumb figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.col-md-12.dataspacemargeing {
    margin: 119px 8px 202px 0px;
}
.col-md-12.dataspacemargeing .col-md-1margingfonttexty p.text-center.textaareafile {
    font-size: 21px;
    font-weight: 700;
}
.col-md-12.dataspacemargeing .col-md-8.marfgfonmt h3.text-center.textaareafile {
    font-weight: 600;
    font-size: 24px;
    font-family: inherit;
}


.social-menu ul{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
}

.social-menu ul li{
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab{
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: rgba(0, 0, 0, 0.829);
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #000;
}

.container-fluid.p-0.magingbackgroud {
    background: #3fb453;
}
.container-fluid.p-0.magingbackgroud .col-md-8.mt-2.col-12 {
    padding: 30px;
}
.container-fluid.p-0.magingbackgroud ul.forstylemagri {
    list-style: none;
    display: -webkit-inline-box;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
li.margiclas {
    margin-right: 21px;
}

ul.margtopmarg {
    margin-top: 53px;
}
.readmore {
    margin: 36px;
}
.container-cusomized {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}
.col-lg-12.margitpop {
  margin-top: 41px;
}
p.jusytificationtext {
  text-align: justify;
}



/* rightside popup */
input[type=text], input[type=password] {
  width: 100%;
  padding: 9px 9px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
  .submit{
  margin-top:15px;
  }
  .popup-btn a {
    top: 346px;
    position: fixed;
    right: -52px;
    font-size: 21px;
    border-radius: 10px 9px 0px 0px;
    us: 10px 9px 0px 0px;
    z-index: 1000;
    transform: rotate(-90deg);
    background-color: red;
    padding: 3px 23px 35px;
    background-color: #48c265;
    color: #fff;
    font-weight: 600;
}
  .popup-btn a:hover{
  text-decoration: none;
  color:#fff;
  }
  .form-part{
  padding: 20px 0px;
  }
  .modal-header{
  padding:10px 0px !important;
  }
  .modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
  }
  .modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  width: 80%;
  padding: 20px;
  border:3px solid #000 !important;
  }
  .close {
  position: absolute;
  right:10px;
  top:8px;
  font-size: 35px;
  font-weight: bold;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  }
  .close:hover,
  .close:focus {
  cursor: pointer;
  }
  .animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
  }
  @-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
  }
  @keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px !important;
}
.hero-slider-content h4.margefont {
  font-size: 47px;
  font-weight: 600;
}
span.welcomeypd {
  font-size: 24px;
}

/* home page index*/


code {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 2px 4px;
}

.demo-area {
  width: 100%;
}

.demo-section-header {
  margin-top: 2em;
  margin-bottom: 1em;
}

.demo-description {
  text-align: left;
  margin: 2em 10%;
}

.a-way {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
}

.item {
  display: inline-block;
  background-color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  margin: 10px;
}

.wrong-item {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wrong-item:hover,
.wrong-item:active {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.demo-section-description {
  color: #888;
  font-size: 13px;
}

.correct-item {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 5px;
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.correct-item:after {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.correct-item:hover:after {
  opacity: 1;
}

.correct-item:hover {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
.col-md-3.textmarkeginall {
  float: inline-start;
  width: 299px;
  border: 1px solid#00000040;
  margin: 5px;
  padding: 6px; 
}
.item-details h5 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 22px;
}
.content.row.margingfont h4.fontjusti {
  font-size: 21px;
  font-family: system-ui;
}
.container-cusomized .section-title h2.margintop {
  margin-top: 67px;
}
.col-md-6.maringbuttommarg {
  margin-bottom: 68px;
}
.row.maringbuttommarg {
  margin-bottom: 68px;
}


.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}
.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}
.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #6a64f1;
  color: white;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}

.formbold-file-input input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.formbold-file-input label {
  position: relative;
  border: 1px dashed #e0e0e0;
  border-radius: 6px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  text-align: center;
}
.formbold-drop-file {
  display: block;
  font-weight: 600;
  color: #07074d;
  font-size: 20px;
  margin-bottom: 8px;
}

.formbold-or {
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  display: block;
  margin-bottom: 8px;
}
.formbold-browse {
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  display: inline-block;
  padding: 8px 28px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.formbold-file-list {
  border-radius: 6px;
  background: #f5f7fb;
  padding: 16px 32px;
}

.formbold-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.formbold-file-item button {
  color: #07074d;
  border: none;
  background: transparent;
  cursor: pointer;
}

.formbold-file-name {
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  padding-right: 12px;
}
.formbold-progress-bar {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 8px;
  background: #e2e5ef;
}

.formbold-progress {
  position: absolute;
  width: 75%;
  height: 100%;
  left: 0;
  top: 0;
  background: #6a64f1;
  border-radius: 8px;
}

@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}

form.modal-content.animate {
  width: 550px !important;
}
textarea.textwightarea {
  width: 100%;
  height: 100px;
  border: 1px solid #00000047;
}
p.textalinejsuti {
  text-align: justify;
  font-size: 15px;
  font-family: inherit;
}


@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
.service-block-one a {
  text-decoration: none;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
.service-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  border: 1px solid #0000002b;
  padding: 50px 20px 36px;
}
.service-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover:before {
  height: 100%;
  top: 0;
}
.service-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 8px;
  z-index: 1;
  transition: all 500ms ease;
}
.service-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: #303030;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  left: -9px;
  top: -13px;
  z-index: -1;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .icon-box:before {
  background: #c42526;
}
.service-block-one .inner-box:hover .icon-box {
  transform: rotateY(360deg);
  color: #fff;
}
.service-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}
.service-block-one .inner-box h3 a {
  display: inline-block;
  color: #000;
  font-family: "Libre Baskerville", serif;
}
.service-block-one .inner-box p {
  position: relative;
  color: #000;
  margin-bottom: 33px;
}
.service-block-one .inner-box .theme-btn {
  padding: 12px 25px;
}
.service-block-one .inner-box:hover .theme-btn {
  background: #de3f40;
}
.service-section .sec-title {
  margin-bottom: 70px;
}
.service-section .sec-title span {
  margin-bottom: 21px;
}
.service-block-one .inner-box .icon-box {
  color: #da292a;
}
.service-block-one .inner-box:before {
  background: #62bd5e;
}
.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  background: #48c265;
  line-height: 26px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn:before {
  position: absolute;
  content: "";
  background: #1c1d1f;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.theme-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn i {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .service-block-one .inner-box {
    padding: 30px;
  }
  .service-block-one {
    margin-bottom: 15px;
  }
  .theme-btn {
    padding: 10px 20px;
  }
}

/*testimonial*/

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
  font-family: "Libre Baskerville", serif;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}
.testimonial4_slide h3 {
  color: #fff;
}
.testimonial4_slide a.linkcolode {
  background-color: azure;
  padding: 10px;
  border-radius: 12px;
  color: #e53d3d;
  font-size: 13px;
}
section.testimonials.SERVICE {
  margin: 66px 0px;
}
.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* ------testimonial  close-------*/

.responsive-cell-block {
  min-height: 75px;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 25px;
  height: 50%;
  width: 100%;
}

img {
  object-fit: cover;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.responsive-container-block.bg {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1320px;
  margin: 50px 0 50px 0;
}

.text-blk.title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin: 0 0 15px 0;
}

* {
  font-family: Nunito, sans-serif;
}

.text-blk.desc {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  max-width: 750px;
}

.responsive-container-block.blocks {
  width: 100%;
  min-height: 0px;
  justify-content: space-between;
  max-width: 1320px;
}

.responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content {
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  display: flex;
  margin-bottom: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #00781d;
  border-style: dashed;
}

.text-blk.info-block {
  width: 85%;
  height: auto;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  margin: 30px 0 30px 0;
}

.responsive-container-block.person {
  width: 90%;
  min-height: 0px;
  height: auto;
  margin-top: 0px;
  margin-right: 31.25px;
  margin-bottom: 20px;
  margin-left: 31.25px;
}

.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.icon-block {
  width: 22%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.text-block {
  width: 78%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.text-blk.name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  height: auto;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.text-blk.desig {
  line-height: 16px;
  height: auto;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.responsive-container-block.big-container {
  justify-content: center;
  padding: 0 50px 0 50px;
}

@media (max-width: 1024px) {
  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content {
    width: 47%;
  }

  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content.bottom {
    margin-top: 5%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 25%;
  }

  .text-blk.desc {
    width: 70%;
  }

  .responsive-container-block.person {
    margin-top: 5%;
    margin-right: 31.25px;
    margin-bottom: 0px;
    margin-left: 31.25px;
  }

  .text-blk.title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .responsive-container-block.person {
    margin-top: 21.9375px;
    margin-right: 31.25px;
    margin-bottom: 20px;
    margin-left: 31.25px;
  }

  .text-blk.info-block {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .responsive-container-block.person {
    margin-top: 0px;
    margin-right: 31.25px;
    margin-bottom: 0px;
    margin-left: 31.25px;
  }

  .text-blk.info-block {
    height: 50%;
    font-size: 17px;
  }

  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5%;
    margin-left: 0px;
  }

  .text-blk.desc {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    width: 85%;
    font-size: 17px;
  }

  .text-blk.title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 30px;
  }

  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content.bottom {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .responsive-container-block.blocks {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .responsive-container-block.bg {
    flex-wrap: nowrap;
  }

  .responsive-container-block.person {
    margin-top: 0px;
    margin-right: 31.25px;
    margin-bottom: 20px;
    margin-left: 31.25px;
  }

  .text-blk.info-block {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .text-blk.desc {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .text-blk.desig {
    font-size: 15px;
  }

  .text-blk.name {
    font-size: 17px;
  }
}

@media (max-width: 500px) {
  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8%;
    margin-left: 0px;
  }

  .text-blk.desc {
    width: 90%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-blk.title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 26px;
  }

  .text-blk.info-block {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0 20px 0;
  }

  .text-blk.desc {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .responsive-container-block.big-container {
    padding: 0 30px 0 30px;
  }

  .text-blk.name {
    font-size: 17px;
  }

  .text-blk.desig {
    font-size: 15px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/*contact us*/


.contain {
  background-color: #eee;
  max-width: 1405px;
  margin-left: auto;
  margin-bottom: 8rem;
  margin-top: 8rem;
  margin-right: auto;
}

div.form {
  background-color: #eee;
}
.contact-wrapper {
  margin: auto 0;
}

.submit-btn {
  float: left;
}
.reset-btn {
  float: right;
}

.form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #ec1c24;
}

.highlight-text {
  color: #ec1c24;
}

.hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.highlight-text-grey {
  font-weight: 500;
}

.email-info {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
}

::-webkit-input-placeholder {
  /* Chrome */
  font-family: "Libre Baskerville", serif;
}

.required-input {
  color: black;
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}

h3,
ul {
  margin: 0;
}

h3 {
  margin-bottom: 1rem;
}

.form-input:focus,
textarea:focus {
  outline: 1.5px solid #ec1c24;
}

.form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.wrapper > * {
  padding: 1em;
}
@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .wrapper > * {
    padding: 2em 2em;
  }
}

ul {
  list-style: none;
  padding: 0;
}

.contacts {
  color: #212d31;
}

.form {
  background: #fff;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
form label {
  display: block;
}
form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

button,
.submit-btn,
.form-input,
textarea {
  padding: 1em;
}

button,
.submit-btn {
  background: transparent;
  border: 1px solid #ec1c24;
  color: #ec1c24;
  border-radius: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
}
button:hover,
.submit-btn:hover,
button:focus,
.submit-btn:focus {
  background: #ec1c24;
  outline: 0;
  color: #eee;
}
.error {
  color: #ec1c24;
}
span.fontcolorr {
  font-size: 18px;
  color: #000 !important;
}
span.fontcolorr a {
  color: #000;
  font-weight: 500;
  padding: 10px 0;
}
li.fontcolor {
  font-size: 22px;
  color: #000;
  font-weight: 800;
  padding: 10px 0;
}
li.email-info a.mailto {
  color: #000;
}
li.call-info a {
  color: #000;
}


/*slider certificate */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");



.slider-container {
  width: 100%;
  position: relative;
}

.slide {
  width: 100%;
  display: none;
}

.slide-image {
  width: 100%;
  object-fit: cover;
}


.slide-btn:hover {
  gap: 1rem;
}

.slide-number-container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 5;
  font-size: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: rgb(72 194 101);
  letter-spacing: 0.2rem;
}
.slide-number-container hr {
  width: 3rem;
  transform: rotate(130deg);
  border-color: rgba(211, 211, 211, 0.788);
}

.slider-nav {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.slider-nav-btn {
  cursor: pointer;
  background-color: rgb(72 194 101);
    color: #fcfcfc;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
}
.slider-nav-btn:hover {
  background-color: white;
  color: black;
}

.dot-container {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.dot {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  background-color: rgb(72 194 101);
  border-radius: 50%;
  display: inline-block;
  transition: ease 0.3s;
}
.active,
.dot:hover {
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}
@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

.container-fluid.margingtomarging {
  margin: 44px 0px 44px 0px;
}