/*
@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

body.one-body-color {
  background-color: #f8fdf5;
}

body.three-body-color {
  background-color: #f9faff;
}

a {
  transition: all ease 0.5s;
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #62bd5e;
}

a:focus {
  text-decoration: none;
}

.text-blue {
  color: #153f94
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b1b;
  font-weight: bold;
}

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: 40px;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 5px
}

.form-control::-moz-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
}

.form-control:hover:focus,
.form-control:focus {
  box-shadow: unset;
}

.register-now {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100;
}

textarea.form-control {
  height: auto;
}

.text-left {
  text-align: left !important
}

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

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

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

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

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

.pl-50 {
  padding-left: 50px
}

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

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

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

.mt-100 {
  margin-top: 100px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

/*
Bg-color Style*/
.bg-color {
  background-color: #62bd5e;
}

.bg-color-two {
  background-color: #eff4fa;
}

.bg-color-three {
  background-color: #EFAD3A;
}

.bg-blue {
  background: #153f94
}

.team-img-border {
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  width: 250px
}

/*
Default Btn Area Style*/
.default-btn {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #EFAD3A;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 15px;
  border-radius: 4px;
  text-transform: uppercase
}

.download-btn {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 0px !important;
  margin-right: 10px;
}

.default-btn:hover {
  background-color: #153f94;
  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: 0px auto 30px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 16px;
  font-weight: bold
}

.section-title p {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 15px !important;
  background: #efad3a;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
  color: #153f94;
  text-transform: uppercase;
}

.section-title h2:last-child {
  margin-bottom: 40px;
}

.section-title p {
  margin: auto;
}

.section-title.white-title span {
  color: #62bd5e;
}

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

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

/* ===================================
    Magnific popup
====================================== */

.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg,
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  background: #000;
  opacity: 0.93;
}

.mfp-bg,
.mfp-wrap {
  z-index: 10007
}

#popup-form {
  cursor: default;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  background: transparent
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
}

.mfp-close,
.mfp-close:active {
  opacity: 1;
  background-color: transparent;
  color: #fff;
  right: 30px;
  top: 30px;
}

.modal-popup-main .mfp-close,
.modal-popup-main .mfp-close:active {
  right: 0;
  top: 0;
}

.border-radius-6 {
  border-radius: 6px;
}

.padding-ten-all {
  padding: 10%;
}

.grid-sizer {
  padding: 0 !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

input,
textarea,
select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  /*width: 100%;*/
  margin: 0 0 10px 0;
  max-width: 100%;
  resize: none;
  color: inherit;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1020px;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-container * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.p-0 {
  padding: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.text-large {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}

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

/*
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;
  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;
  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;
  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;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-top: 30px !important;
  transition: all ease 0.5s;
  left: 0 !important;
  right: auto !important;
  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;
  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 {
  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: 16px;
  font-weight: 700;
  color: #1b1b1b;
  transition: all ease 0.5s;
  margin-left: 0;
  margin-right: 0;
  padding: 35px 0px;
  position: relative;
  margin: 0 18px;
}

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

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #153f94;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 130%;
  left: 15px;
  opacity: 0;
  width: 270px;
  visibility: hidden;
  z-index: 99;
  display: block;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-top: 2px solid #153f94;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 15px;
  line-height: 20px;
  color: #1b1b1b;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #d3d3d3;
  margin-left: 0;
  margin-right: 0;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 7px;
  transition: all ease 0.5s;
  font-size: 20px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #153f94;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #62bd5e;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

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

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: -98%;
  top: 20px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b1b1b;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px dashed #eeeeee;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #62bd5e;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #62bd5e;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #62bd5e;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -4px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
  right: -100%;
}

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

.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;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  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: flex;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 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;
  transition: all ease 0.5s;
  transform: scaleY(0);
  z-index: 2;
  padding: 15px;
  background-color: #ffffff;
  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;
  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;
  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;
  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;
  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;
  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;
  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
======================================================*/
.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 50%;
  transform: translateY(35px);
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 0px;
  bottom: 15px;
  transition: all ease 0.5s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff !important;
  border-radius: 50%;
  border: 2px solid #153f94 !important;
}

.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
  font-size: 18px;
  color: #153f94;
  font-weight: 600;
  line-height: 20px
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background-color: #153f94 !important;
}

.owl-theme .owl-nav .owl-prev:hover i,
.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.hero-slider-area .owl-dots {
  margin-top: 0 !important;
  line-height: 1;
  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%;
  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;
  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;
  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 {
  animation: 1s 0.1s fadeInDownBig both;
}

.hero-slider-area .owl-item.active .hero-slider-content h1 {
  animation: 1s 0.1s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content p {
  animation: 1s 0.1s fadeInRight both;
}

.hero-slider-area .owl-item.active .hero-slider-content .hero-slider-btn {
  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%;
  min-height:525px;
  padding-top: 50px;
  padding-bottom: 50px;
} */
.hero-slider-item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  min-height: 525px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-slider-item img {
  width: 100%;
  height: 525px;
  object-fit: contain;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.bg-gradient-primary {
  background: linear-gradient(180deg, #EFAD39 0%, #FFF7AD 100%);
}

.bg-gradient-secondary {
  background: linear-gradient(180deg, #153F94 0%, #153f94 100%);
}

.hero-slider-item.bg-1 {
  background-image: url(../../assets/images/slider/slider-1.jpg);
}

.hero-slider-item.bg-1-mobile {
  background-image: url(../../assets/images/slider/slider-1-mobile.png);
}

.hero-slider-item.bg-2 {
  background-image: url(../../assets/images/about/about-img-1.jpeg);
}

.hero-slider-item.bg-3 {
  background-image: url(../../assets/images/homepage/about.jpg);
}

.hero-slider-item.bg-4 {
  background-image: url(../../assets/images/slider/slider-4.jpg);
}

.hero-slider-item.bg-5 {
  background-image: url(../../assets/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 {
  animation: 1s 0.1s fadeInDownBig both;
}

.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content span {
  animation: 1s 0.1s fadeInDownBig both;
}

.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content h1 {
  animation: 1s 0.1s fadeInLeft both;
}

.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content p {
  animation: 1s 0.1s fadeInRight both;
}

.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content .hero-slider-btn {
  animation: 1s 0.1s fadeInUpBig both;
}

.hero-slider-area.hero-slider-area-style-two.hero-slider-video {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-slider-area.hero-slider-area-style-two.hero-slider-video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}

.hero-slider-area.hero-slider-area-style-two.hero-slider-video .hero-slider-content {
  position: relative;
  z-index: 3;
}

.hero-slider-area.hero-slider-area-style-two.hero-slider-video .social-icon li a {
  color: #ffffff;
}

.hero-slider-area.hero-slider-area-style-two.hero-slider-video .social-icon li a i {
  border: 1px solid #ffffff;
}

.hero-slider-area.hero-slider-area-style-two.hero-slider-video .social-icon li span {
  color: #ffffff;
}

.hero-slider-area .social-icon {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 15px;
  transform: translateY(-30px);
}

.hero-slider-area .social-icon li {
  margin: 15px 0;
  display: grid;
  position: relative;
}

.hero-slider-area .social-icon li span {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  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;
  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: 700px;
  margin-left: 52px;
}

.hero-slider-content span {
  display: block;
  margin-bottom: 10px;
  margin-top: 175px;
  color: #62bd5e;
  display: none;
}

.hero-slider-btn {
  display: none;
}

.hero-slider-content h1 {
  font-size: 20px;
  color: #153f94;
  margin-bottom: 8px;
  margin-top: 250px;
  text-transform: uppercase;
  display: none;
}

.owl-nav {
  display: none;
}

.hero-slider-content p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  display: none;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  background-image: url(../../assets/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;
  animation: 1s 0.1s flipInY;
}

.banner-area .banner-content span {
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #62bd5e;
  padding: 5px 10px;
  animation: 0.3s fadeInUpBig;
}

.banner-area .banner-content h1 {
  font-size: 72px;
  margin-bottom: 30px;
  animation: 0.6s fadeInUpBig;
}

.banner-area .banner-content p {
  max-width: 450px;
  margin: auto;
  margin-bottom: 40px;
  animation: 0.9s fadeInUpBig;
}

.banner-area .banner-content .banner-btn {
  animation: 1s fadeInUpBig;
}

.banner-area .banner-content .banner-btn .default-btn.active {
  margin-left: 30px;
}

/*
Expertise Area Style
======================================================*/
.single-expertise {
  overflow: hidden;
  position: relative;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-expertise::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  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;
  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 {
  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: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-bottom: 5px solid #EFAD3A
}

.single-expertises i {
  font-size: 50px;
  background-color: #f8f7f2;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  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: 19px;
  overflow: hidden;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  border-bottom: 5px solid #EFAD3A
}

.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%;
  transition: all ease 0.5s;
}

.single-expertise-box h3 {
  font-size: 18px;
  transition: all ease 0.5s;
  text-transform: uppercase
}

.single-expertise-box p {
  transition: all ease 0.5s;
}

.single-expertise-box:hover {
  background-color: #efad3a;
}

.single-expertise-box:hover i {
  color: #ffffff;
  background-color: #71c36e;
}

.single-expertise-box:hover h3 {
  color: #ffffff;
}

.single-expertise-box:hover p {
  color: #ffffff;
}

.single-expertise-box:hover ul {
  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 {
  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%;
  justify-content: center;
  align-items: center;
  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 {
  border-radius: 25px
}

.about-img-content h3 {
  font-size: 25px;
  max-width: 200px;
  position: absolute;
  top: 60px;
  right: -66px;
  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: 0px;
  margin-top: 0px;
}

.about-content span {
  font-size: 20px;
  color: #153f94;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.about-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #153f94;
}

.about-content h4 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 30px;
  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-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: #efad3a;
  border-radius: 50%;
}

.about-content .default-btn {
  margin-top: 0px;
}

/*
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%;
  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;
  transition: all ease 0.5s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f8fdf5;
  border-radius: 50%;
  border: 2px solid #efad3a;
  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: 18px;
  color: #efad3a;
  font-weight: 600;
  line-height: 20px
}

.what-we-offer-area .owl-theme .owl-nav .owl-prev:hover,
.what-we-offer-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #efad3a;
}

.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;
  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;
  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;
  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;
  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: #EFF4FA;
  margin-bottom: 30px;
  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: #efad3a;
  transition: all ease 0.5s;
  z-index: -1;
}

.single-what-we-offer .what-we-offer-content {
  padding: 20px 20px 10px;
  padding-top: 20px;
}

.single-what-we-offer .what-we-offer-content h3 {
  font-size: 22px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}

.single-what-we-offer .what-we-offer-content p {
  margin-bottom: 16px;
  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(../../assets/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;
}

/* ===============
Floating call and WhatsApp Button
==================   */

.floating-buttons {
  position: fixed;
  bottom: 85px;
  Right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.floating-buttons a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.floating-buttons a img:hover {
  transform: scale(1.1);
}

.custom-border {
  border: 2px solid #045879;
  border-radius: 15px;
  padding: 20px;
  background-color: #ffffff;
  /* optional */
}

/* 
======== 
Floating Buttons Ends
========  */

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  /*background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  /*background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
  z-index: 1;
}

.custom-icon-color {
  color: #153D94 !important;
}



/*** Service ***/
.service-item {
  background: #eff4fa;
  transition: .5s;
}

/* .service-item:hover {
    margin-top: -10px;
    background: #153f94;
} */
.service-item * {
  transition: .5s;
}

/* .service-item:hover * {
    color: #fff !important;
} */


/* MODULE SECTION STYLES */
#modules {
  background-color: #fff;
  padding: 50px 0;
}

#modules .container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

#modules h1 {
  text-align: center;
  color: #222;
  margin-bottom: 30px;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-buttons button {
  padding: 10px 20px;
  border: none;
  background-color: #ddd;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.tab-buttons button.active {
  background-color: #EFAD3A;
  color: white;
}

.module-content {
  display: none;
  animation: fade 0.5s ease-in-out;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.module-content.active {
  display: block;
}

.topics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.topic {
  text-align: center;
  padding: 15px;
  background-color: #f0f2f5;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.topic:hover {
  transform: translateY(-5px);
}

.topic img {
  object-fit: cover;
  border-radius: 10px;
}

.topic h4 {
  margin: 15px 0 10px;
  font-size: 1.1rem;
  color: #333;
}

.topic p {
  font-size: 0.9rem;
  color: #555;
}

.module-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  /* Makes it rectangular */
  object-fit: cover;
  /* Ensures it fills the container properly */
  border-radius: 8px;
  /* Optional: Makes corners slightly rounded */
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {

  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {

  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #EFAC39 !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #153D94;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

/*
What We Offer Area Style
======================================================*/
.appointment-area {
  background: #eff4fa;
}

.appointment-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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(../../assets/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: grid;
  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(../../assets/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(../../assets/images/appointment-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.appointment-action {
  margin-left: 40px;
}

.appointment-action h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.appointment-action p {
  margin-bottom: 30px;
}

.appointment-action .form-group {
  margin-bottom: 20px;
  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;
  background-color: #fff;
  padding: 10px 15px;
}

.appointment-action .form-group .form-control::-moz-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;
  transition: all ease 0.5s;
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: #62bd5e;
}

.table-condensed .next {
  background-color: #f2f9fc;
  border-radius: 4px;
  transition: all ease 0.5s;
  cursor: pointer;
}

.table-condensed .next:hover {
  background-color: #62bd5e;
}

.table-condensed .day {
  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%;
  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;
  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;
  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;
  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;
  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;
  transition: all ease 0.5s;
  z-index: 1;
  background: #EFF4FA;
  margin-bottom: 25px
}

.single-team .team-img {
  position: relative;
  z-index: 1;
}

.single-team .team-img .team-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0.5s;
  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;
  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: 25px;
}

.single-team .team-content h3 {
  font-size: 22px;
  transition: all ease 0.5s;
  color: #153f94;
  text-transform: uppercase;
}

.single-team .team-content span {
  color: #efad3a;
  font-size: 16px;
  font-weight: 600
}

.single-team .team-content p {
  padding-top: 10px
}

.single-team:hover {
  transform: translateY(-5px);
}

.single-team:hover .team-img .team-link {
  transform: scaleY(1);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

/*
Testimonial Area Style
======================================================*/
.testimonials-area {
  background-image: url(../../assets/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;
  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 {
  background-color: #EFF4FA;
  padding: 40px;
  text-align: center;
}

.testimonials-content .single-testimonials i {
  font-size: 80px;
  line-height: 1;
  color: #153f94;
  display: block;
  margin-bottom: 15px;
}

.testimonials-content .single-testimonials p {
  margin-bottom: 30px;
}

.testimonials-content .single-testimonials .writer-name h3 {
  font-size: 20px;
  color: #153f94;
}

.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: #f8f7f2;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 25px;
  transition: all ease 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
  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(../../assets/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: #EFAD3A;
  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(../../assets/images/Courses/BOTOX2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.healthy-life-area.healthy-life-area-style-two .healthy-life-img-3 {
  background-image: url(../../assets/images/Courses/Cosmaceuticals.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;
}

.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: 400;
  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: #fff;
  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 {
  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;
  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: "Open Sans", sans-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%;
  transform: translateY(35px);
}

.our-news-area .owl-theme .owl-nav .owl-prev,
.our-news-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -20px;
  bottom: 0;
  transition: all ease 0.5s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #efad3a;
  margin: 0;
}

.our-news-area .owl-theme .owl-nav .owl-prev i,
.our-news-area .owl-theme .owl-nav .owl-next i {
  font-size: 18px;
  color: #efad3a;
  font-weight: 600;
  line-height: 20px
}

.our-news-area .owl-theme .owl-nav .owl-prev:hover,
.our-news-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #efad3a;
}

.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: -20px;
  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;
  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;
  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;
  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: #fff;
  margin-bottom: 30px;
  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: #efad3a;
  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;
  transition: all ease 0.5s;
}

.single-news .news-content ul li span {
  transition: all ease 0.5s;
}

.single-news .news-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-news .news-content p {
  margin-bottom: 18px;
  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: #153f94;
}

.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;
  font-size: 24px
}

.single-footer-widget .social-icon li span {
  color: #ffffff;
}

.single-footer-widget .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #f8fdf5;
  text-align: center;
  transition: all ease 0.5s;
}

.single-footer-widget .social-icon li a:hover {
  transform: translateY(-2px);
}

.single-footer-widget .social-icon li a:hover i {
  background-color: #EFAD3A;
  border-color: #EFAD3A;
  color: #ffffff;
  border-radius: 5px;
}

.single-footer-widget h3 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #ffffff;
  position: relative;
}

.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: #fff;
  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: 10px;
}

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

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

.copy-right-area p a:hover {
  color: #ffffff;
}

/*====================================================
INNER PAGES STYLE AREA
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eff4fa;
  text-align: center;
}

.page-title-area .page-title-content {
  position: relative;
  margin-top: -7px;
}

.page-title-area .page-title-content h3 {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -5px;
  color: #fff
}

.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: #fff;
  width: 2px;
  height: 15px;
  transform: rotate(25deg);
}

.page-title-area .page-title-content ul li.active {}

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

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #fff;
  font-weight: bold
}

.page-title-area .page-title-content ul li a:hover {
  color: #1b1b1b;
}

.page-title-overlay {
  position: relative;
}

.page-title {
  padding: 100px 0 100px;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.page-title-overlay::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
  content: "";
  opacity: 0.85;
}

/*
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;
  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;
  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%;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgba(98, 189, 94, 0.9);
  transform: scale(0);
  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 {
  transform: scale(1);
}

/*
Contact Info Area Style
======================================================*/
.single-contact-info {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.single-contact-info i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #153f94;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  border: 2px solid #153f94;
  margin-bottom: 10px;
  transition: all ease 0.5s;
}

.single-contact-info p {
  font-size: 17px;
  line-height: 24px;
}

.single-contact-info a {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 24px;
}

.single-contact-info a:last-child {
  margin-bottom: 0;
}

.single-contact-info:hover i {
  background-color: #efad3a;
  color: #ffffff;
  border-color: #efad3a;
}

/* 
Main Contact Area Style
=====================================================*/
.main-contact-area #contactForm {
  max-width: 810px;
  margin: auto;
  padding: 40px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.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;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.main-contact-area .form-group .form-control::-moz-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;
  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;
  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;
  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;
  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::-moz-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;
  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;
  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;
  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 {
  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: 0px;
}

.services-details-area img {
  border-radius: 10px 10px 0px 0px
}

.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: #efad3a;
  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;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.showing-result .showing-top-bar-ordering .nice-select .list {
  background-color: #ffffff;
  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 {
  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::-moz-placeholder {
  color: #616161;
}

.showing-result .search-form .form-control::placeholder {
  color: #616161;
}

.single-product {
  text-align: center;
  margin-bottom: 30px;
  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;
  transition: all ease 0.5s;
  padding: 0;
  margin: 0;
  list-style-type: none;
  transform: scaleY(0);
}

.single-product .product-img ul li {
  display: inline-block;
  margin: 0 5px;
  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;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  color: #1b1b1b;
  border-radius: 4px;
  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;
  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 {
  transform: translateY(-5px);
}

.single-product:hover .product-img ul {
  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;
  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;
  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;
  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;
  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;
  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::-moz-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;
  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 {
  animation: zoomIn 1s linear;
}

.product-view-one .owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all ease 0.5s;
  opacity: 0;
  transform: translateY(-25px);
}

.product-view-one .owl-next i {
  background-color: #62bd5e;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  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;
  transition: all ease 0.5s;
  opacity: 0;
  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;
  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::-moz-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;
  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;
  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;
  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;
  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 {
  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;
  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;
  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;
  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;
  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(../../assets/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;
  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;
  transition: all ease 0.5s;
}

.coming-soon-content .newsletter-form .input-newsletter::-moz-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;
  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(../../assets/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;
  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;
}

.partner-item {
  border: 1px solid #e2e2e2;
  padding: 5px;
  background: #fff
}

/*
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;
  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::-moz-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;
  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: 150px;
  height: 150px;
  transform: translate(-50px, -50px);
}

.preloader .loader-inner-1 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(70deg);
}

.preloader .loader-inner-1:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  animation-name: loading-1;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 5s;
}

.preloader .loader-inner-2 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(160deg);
}

.preloader .loader-inner-2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  animation-name: loading-1;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 5s;
}

.preloader .loader-inner-3 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-110deg);
}

.preloader .loader-inner-3:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  animation-name: loading-1;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 5s;
}

.preloader .loader-inner-4 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-20deg);
}

.preloader .loader-inner-4:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  animation-name: loading-1;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 5s;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@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: #efad3a;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  border-radius: 50%
}

.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  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: #153f94;
  opacity: 0;
  visibility: hidden;
  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 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 20px;
  top: 92%;
}

/*
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%;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  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%;
  transition: all ease 0.5s;
  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);
}

@keyframes ripple {

  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.video-btn-2 span {
  top: 50%;
  left: 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%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #62bd5e;
  animation: videoTwo 8s linear infinite;
}

.video-btn-2 span::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #62bd5e;
  animation: videoTwo 8s linear infinite;
}

.video-btn-2 span:nth-child(1)::after {
  animation-delay: 1s;
}

.video-btn-2 span:nth-child(1)::before {
  animation-delay: 5s;
}

.video-btn-2 span:nth-child(2)::after {
  animation-delay: 2s;
}

.video-btn-2 span:nth-child(2)::before {
  animation-delay: 6s;
}

.video-btn-2 span:nth-child(3)::after {
  animation-delay: 3s;
}

.video-btn-2 span:nth-child(3)::before {
  animation-delay: 7s;
}

.video-btn-2 span:nth-child(4)::after {
  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;
}

@keyframes videoTwo {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    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%;
  transform: translate(-50%, -50%);
  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%;
  transform: translate(-50%, -50%);
  animation: video 25s linear infinite;
}

@keyframes video {
  0% {
    border-radius: 33.33% 50%;
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    border-radius: 50% 33.33%;
    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;
  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 */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
  margin-top: 8px;
}

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

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 21px;
  left: 6px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #4CAF50;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  background: #fff;
  padding: 20px;
  width: 400px;
  max-width: 90%;
  margin: 15% auto;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 100000;
  animation: popupFade 0.3s ease;
}

.popup-content button {
  margin-top: 10px;
  padding: 8px 15px;
  border: none;
  background: #4CAF50;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .popup-content {
    width: 90%;
    margin: 40% auto;
    padding: 15px;
    font-size: 14px;
  }

  .popup-content button {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }

  .banner-img {
    height: auto !important;
  }
}

@keyframes popupFade {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.mobile-no {
  display: flex;
  justify-content: space-between;
}

.mobile {
  background: #EFAD3A;
  border-radius: 34px 34px 34px 34px;
  line-height: 40px;
  font-size: 13px;
  height: fit-content;
  color: white;
  width: auto;
      padding-left: 6px;
    padding-right: 6px;
}
.top-corner{
  display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.mobile:hover{
  color: white !important;
}
.elementor-top-section  {
    background-color: #FFFFFF;
    display: none;
}
@media (max-width: 767px) {
    .elementor-top-section {
      display: block;
        border-width: 1px 0px 0px 0px;
        padding: 3% 0% 3% 0%;
    }
}
.elementor-top-section {
    border-style: solid;
    border-color: #919191;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-sticky--active {
    z-index: 99;
}
@media (max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }
}
@media (max-width: 1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
    }
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}
@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap;
    }
}
.elementor-section .elementor-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media (max-width: 767px) {
    .elementor-10 .elementor-element.elementor-element-92e1bbc.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
        align-content: center;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .elementor-10 .elementor-element.elementor-element-92e1bbc.elementor-column > .elementor-widget-wrap {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .elementor-10 .elementor-element.elementor-element-92e1bbc > .elementor-element-populated {
        padding: 0px 0px 0px 0px;
    }
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px;
}
.elementor-widget-wrap {
    display: flex;
}
.elementor-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
@media (max-width: 767px) {
    .elementor-element-56e4492 {
      width: 100%;
        --container-widget-flex-grow: 0;
        --icon-box-icon-margin: 12px;
    }
}
.elementor-element-92e1bbc{
  width: 76%;
}
@media (max-width: 767px) {
    .elementor-widget-container {
        padding: 3% 3% 3% 9%;
        border-radius: 8px 8px 8px 8px;
    }
}
.elementor-widget-container {
    background-color: #3F3073;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.63);
}
.elementor-element:not(.e-div-block-base) .elementor-widget-container, .elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)) {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
@media (max-width: 767px) {
    .elementor-10 .elementor-element.elementor-element-56e4492 .elementor-icon-box-wrapper {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        flex-direction: row;
        text-align: start;
    }
}
@media (max-width: 767px) {
    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        display: flex;
    }
}
@media (max-width: 767px) {
    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: 0;
        margin-right: var(--icon-box-icon-margin, 15px);
--icon-box-icon-margin: 12px;

    }
}
@media (max-width: 767px) {
    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto;
    }
}
.elementor-10 .elementor-element.elementor-element-56e4492.elementor-view-framed .elementor-icon, .elementor-10 .elementor-element.elementor-element-56e4492.elementor-view-default .elementor-icon {
    fill: #000000;
    color: #000000;
    border-color: #000000;
}
@media (max-width: 767px) {
    .elementor-icon {
        font-size: 47px;
    }
}
.elementor-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}
@media (max-width: 767px) {
    .elementor-icon-box-title a {
        font-size: 17px;
        line-height: 1.3em;
    }
}

.elementor-icon-box-title a {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
        color: #fff;
}
.elementor-column-gap-default{
  display: flex;
  justify-content: center;
}