@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');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




 body {
	 font-size: 16px;
	 font-family: 'Open Sans', sans-serif;
	 color: #333;
}
 body.one-body-color {
	 background-color: #f8fdf5;
}
 body.three-body-color {
	 background-color: #f9faff;
}
 a {
	 transition: all ease 0.5s;
	 text-decoration: none;
	 color: #333;
}
a:hover {
    text-decoration: none;
    color: #62bd5e !important;
}
 a:focus {
	 text-decoration: none;
}
 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;
    font-family: "Montserrat", sans-serif;
}
 h3 {
	 line-height: 1.5;
}
 .d-table {
	 width: 100%;
	 height: 100%;
}
 .d-table-cell {
	 vertical-align: middle;
}
p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
}
 p:last-child {
	 margin-bottom: 0;
}
 img {
	 max-width: 100%;
	 height: auto;
}
 .form-control {
	 height: 50px;
	 color: #62bd5e;
	 border: 1px solid #ebebeb;
	 background-color: transparent;
	 border-radius: 0;
	 font-size: 16px;
	 padding: 10px 20px;
	 width: 100%;
}
 .form-control::placeholder {
	 color: #676a6a;
}
 .form-control:focus {
	 color: #000;
	 background-color: transparent;
	 box-shadow: unset;
	 outline: 0;
	 border: 1px solid #62bd5e;
}
 .form-control:hover:focus, .form-control:focus {
	 box-shadow: unset;
}
 textarea.form-control {
	 height: auto;
}
 .ptb-100 {
	 padding-top: 100px;
	 padding-bottom: 100px;
}
 .ptb-70 {
	 padding-top: 70px;
	 padding-bottom: 70px;
}
 .pt-100 {
	 padding-top: 100px;
}
 .pb-100 {
	 padding-bottom: 100px;
}
 .pt-70 {
	 padding-top: 70px;
}
 .pb-70 {
	 padding-bottom: 70px;
}
 .pb-40 {
	 padding-bottom: 40px;
}
 .mt-100 {
	 margin-top: 100px;
}
 .mt-minus-100 {
	 margin-top: -100px;
}
 .mt-30 {
	 margin-top: 30px;
}
 .mb-30 {
	 margin-bottom: 30px;
}
/* Bg-color Style*/
 .bg-color {
	 background-color: #62bd5e;
}
 .bg-color-two {
	 background-color: #f8f7f2;
}
 .bg-color-three {
	 background-color: #eff4fa;
}
/* Default Btn Area Style*/
 .default-btn {
	 font-size: 16px;
	 color: #fff;
	 line-height: 1;
	 transition: all ease 0.5s;
	 text-align: center;
	 background-color: #62bd5e;
	 position: relative;
	 z-index: 1;
	 overflow: hidden;
	 display: inline-table;
	 padding: 15px 40px;
	 border-radius: 4px;
}
 .default-btn:hover {
	 background-color: #1b1b1b;
	 color: #fff;
}
/* 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 0;
    position: relative;
}
 .section-title span {
	 font-size: 16px;
	 color: #62bd5e;
	 display: block;
	 margin-bottom: 15px;
}
 .section-title h2 {
	 font-size: 40px;
	 margin-bottom: 20px;
	 position: relative;
}
.section-title h2:last-child {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
}
 .section-title p {
	 max-width: 600px;
	 margin: auto;
}
 .section-title.white-title span {
	 color: #62bd5e;
}
 .section-title.white-title h2 {
	 color: #fff;
}
 .section-title.white-title p {
	 color: #fff;
}
/* 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: #333;
	 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: #333;
	 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: #333;
	 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: #000;
	 color: #fff;
	 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: #111;
}
 .top-header.top-header-style-two .header-left-content li a {
	 color: #fff;
}
 .top-header.top-header-style-two .header-right-content .language .language-settings .dropdown-toggle {
	 color: #fff;
}
 .top-header.top-header-style-two .header-right-content .my-account li a {
	 color: #fff;
}
 .top-header.top-header-style-two .header-right-content .my-account li a span {
	 background-color: #fff;
	 color: #1b1b1b;
	 font-size: 12px;
}
/* Nav Area Style ======================================================*/
 .navbar-area {
	 background-color: #fff;
}
 .navbar-area .desktop-nav {
	 padding-top: 0;
	 padding-bottom: 0;
}
 .navbar-area .desktop-nav .navbar {
	 position: inherit;
	 padding: 0;
}
 .navbar-area .desktop-nav .navbar .navbar-brand {
	 font-size: inherit;
	 line-height: 1;
	 padding: 0;
	 margin-right: 0;
}
 .navbar-area .desktop-nav .navbar ul {
	 padding-left: 0;
	 list-style-type: none;
	 margin-bottom: 0;
	 line-height: 1;
}
 .navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
	 position: relative;
	 padding: 0;
}
 .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
	 font-size: 15px;
	 font-weight: 700;
	 color: #1b1b1b;
	 transition: all ease 0.5s;
	 margin-left: 0;
	 margin-right: 0;
	 padding: 35px 0;
	 position: relative;
	 margin: 0 15px;
}
 .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
	 font-size: 22px;
	 line-height: 0;
	 position: relative;
	 top: 4px;
}
 .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
	 color: #62bd5e;
}
 .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
	 color: #62bd5e;
}
 .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	 position: absolute;
	 top: 130%;
	 left: 15px;
	 opacity: 0;
	 width: 250px;
	 visibility: hidden;
	 z-index: 99;
	 display: block;
	 padding: 0;
	 background-color: #fff;
	 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 #62bd5e;
}
 .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: 14px;
	 color: #1b1b1b;
	 position: relative;
	 padding: 15px 15px;
	 border-bottom: 1px dashed #eee;
	 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: #62bd5e;
}
 .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 #eee;
}
 .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: #333;
	 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: #fff;
	 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 #eee;
	 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: #fff;
	 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: #fff;
	 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: #fff;
	 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: #fff;
}
 .navbar-area.navbar-area-style-three {
	 background-color: #f9faff;
}
 .navbar-area.navbar-area-style-three .desktop-nav .navbar .others-option .option-item .search-btn, .navbar-area.navbar-area-style-three .desktop-nav .navbar .others-option .option-item .close-btn {
	 color: #333;
	 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: #fff;
	 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: #fff;
	 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: #333;
	 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: #fff;
	 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 #eee;
	 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: #fff;
	 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: #fff;
	 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: #fff;
	 width: 39px;
	 height: 39px;
	 line-height: 39px;
	 background-color: #62bd5e;
	 text-align: center;
	 border-radius: 50%;
	 display: none;
	 font-size: 20px;
}
 .others-option-for-responsive .others-option .option-item .close-btn:hover {
	 background-color: #62bd5e;
}
 .others-option-for-responsive .others-option .option-item .close-btn.active {
	 display: block;
}
 .others-option-for-responsive .others-option .get-quote {
	 display: inline-block;
	 margin-left: 14px;
}
/* Hero Slider Area Style ======================================================*/
 .hero-slider-area .owl-theme .owl-nav {
	 margin-top: 0;
	 position: absolute;
	 left: 30px;
	 right: 30px;
	 bottom: 50%;
	 transform: translateY(35px);
}
 .hero-slider-area .owl-theme .owl-nav .owl-prev, .hero-slider-area .owl-theme .owl-nav .owl-next {
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 transition: all ease 0.5s;
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 background-color: #fff;
	 border-radius: 50%;
	 border: 1px solid #62bd5e;
}
 .hero-slider-area .owl-theme .owl-nav .owl-prev i, .hero-slider-area .owl-theme .owl-nav .owl-next i {
	 font-size: 20px;
	 color: #62bd5e;
}
 .hero-slider-area .owl-theme .owl-nav .owl-prev:hover, .hero-slider-area .owl-theme .owl-nav .owl-next:hover {
	 background-color: #62bd5e;
}
 .hero-slider-area .owl-theme .owl-nav .owl-prev:hover i, .hero-slider-area .owl-theme .owl-nav .owl-next:hover i {
	 color: #fff;
}
 .hero-slider-area .owl-theme .owl-nav .owl-next {
	 right: 0;
	 left: auto;
}
 .hero-slider-area .owl-dots {
	 margin-top: 0 !important;
	 line-height: 1;
	 display: 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 #333;
	 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: #333;
	 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%;
	 padding-top: 100px;
	 padding-bottom: 100px;
}
 .hero-slider-area .hero-slider-item.bg-1 {
	 background-image: url(../../assets/images/slider/slider-1.jpg);
}
 .hero-slider-area .hero-slider-item.bg-2 {
	 background-image: url(../../assets/images/slider/slider-2.jpg);
}
 .hero-slider-area .hero-slider-item.bg-3 {
	 background-image: url(../../assets/images/slider/slider-3.jpg);
}
 .hero-slider-area .hero-slider-item.bg-4 {
	 background-image: url(../../assets/images/slider/slider-4.jpg);
}
 .hero-slider-area .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: #333;
}
 .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: #fff;
}
 .hero-slider-area.hero-slider-area-style-two.hero-slider-video .social-icon li a i {
	 border: 1px solid #fff;
}
 .hero-slider-area.hero-slider-area-style-two.hero-slider-video .social-icon li span {
	 color: #fff;
}
 .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: #fff;
}
 .hero-slider-content {
	 max-width: 600px;
	 margin-left: 50px;
}
 .hero-slider-content span {
	 display: block;
	 margin-bottom: 10px;
	 color: #62bd5e;
}
 .hero-slider-content h1 {
	 font-size: 70px;
	 color: #fff;
	 margin-bottom: 20px;
}
 .hero-slider-content p {
	 color: #fff;
	 max-width: 450px;
	 margin-bottom: 30px;
}
/* Banner Area Style ======================================================*/
 .banner-area {
	 background-image: url(../images/home-one-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: 700px;
    margin-right: auto;
    text-align: left;
    position: relative;
    padding: 50px 0;
    z-index: 1;
    overflow: hidden;
    padding-top: 86px;
    padding-bottom: 103px;
    margin-left: 0;
}
 .banner-area .banner-content::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: transparent;
	 z-index: -1;
	 animation: 1s 0.1s flipInY;
}
 .banner-area .banner-content span {
	 display: inline-block;
	 margin-bottom: 20px;
	 color: #fff;
	 background-color: #62bd5e;
	 padding: 5px 10px;
	 animation: 0.3s fadeInUpBig;
}
.banner-area .banner-content h1 {
    font-size: 50px;
    margin-bottom: 3px;
    animation: 0.6s fadeInUpBig;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.banner-area .banner-content p {
    max-width: 712px;
    margin: 0 auto;
    margin-bottom: 19px;
    animation: 0.9s fadeInUpBig;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
 .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: #fff;
	 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: #fff;
	 font-size: 20px;
	 margin-bottom: 10px;
}
 .single-expertise .expertise-content p {
	 color: #fff;
}
 .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: #fff;
	 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	 padding: 30px;
}
 .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: #fff;
}
 .single-expertise-box {
	 position: relative;
	 background-color: #eff4fa;
	 padding: 30px;
	 padding-left: 100px;
	 overflow: hidden;
	 transition: all ease 0.5s;
	 margin-bottom: 30px;
}
 .single-expertise-box i {
	 position: absolute;
	 top: -35px;
	 left: -35px;
	 font-size: 40px;
	 background-color: #e1eeea;
	 color: #62bd5e;
	 width: 150px;
	 height: 150px;
	 line-height: 150px;
	 text-align: center;
	 border-radius: 0% 100% 100% 0% / 0% 0% 100% 100%;
	 transition: all ease 0.5s;
}
 .single-expertise-box h3 {
	 font-size: 20px;
	 transition: all ease 0.5s;
}
 .single-expertise-box p {
	 transition: all ease 0.5s;
}
 .single-expertise-box:hover {
	 background-color: #62bd5e;
}
 .single-expertise-box:hover i {
	 color: #fff;
	 background-color: #71c36e;
}
 .single-expertise-box:hover h3 {
	 color: #fff;
}
 .single-expertise-box:hover p {
	 color: #fff;
}
/* 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: #fff;
	 opacity: 0.94;
}
.about-us-area.about-us-area-style-two h3 {
    transform: rotate(0);
    top: auto;
    bottom: 50px;
    right: auto;
    left: -8px;
    font-family: "Poppins", sans-serif;
}
 .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 .about-img-2 {
	 text-align: right;
	 margin-top: -125px;
}
.about-img-content h3 {
    font-size: 26px;
    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: 0;
    margin-top: 0;
    text-align: left;
}

.about-content p {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}
.about-content span {
    font-size: 27px;
    color: #62bd5e;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px !important;
    line-height: 2;
}
.about-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 36px;
}
.about-content h4 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}
.about-content h3 {
    font-size: 19px;
    margin-bottom: 20px !important;
    font-family: "Poppins", sans-serif;
}
 .about-content ul {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
.about-content ul li {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 19px;
    background: #62bd5e;
    padding: 10px;
    color: #fff;
}
 .about-content ul li:last-child {
	 margin-bottom: 0;
}
 .about-content ul li::before {
	 content: "";
	 position: absolute;
	 top: 7px;
	 left: 0;
	 width: 10px;
	 height: 10px;
	 background-color: #62bd5e;
	 border-radius: 50%;
}
 .about-content .default-btn {
	 margin-top: 30px;
}
/* Why Choose Area Style ======================================================*/
 .why-choose-us-area.why-choose-us-about .why-choose-us-content span {
	 color: #62bd5e;
}
 .why-choose-us-area.why-choose-us-about .why-choose-us-content h2 {
	 color: #1b1b1b;
}
 .why-choose-us-area.why-choose-us-about .why-choose-us-content ul li span {
	 color: #1b1b1b;
	 border: 1px solid #62bd5e;
}
 .why-choose-us-area.why-choose-us-about .why-choose-us-content ul li span::before {
	 background-color: #f8fdf5;
}
 .why-choose-us-area.why-choose-us-about .why-choose-us-content ul li h3 {
	 color: #1b1b1b;
}
 .why-choose-us-area.why-choose-us-about .why-choose-us-content ul li p {
	 color: #333;
}
 .why-choose-us-content {
	 margin-top: -5px;
}
 .why-choose-us-content span {
	 font-size: 14px;
	 color: #fff;
	 font-weight: 600;
	 display: block;
	 margin-bottom: 15px;
}
 .why-choose-us-content h2 {
	 font-size: 38px;
	 color: #fff;
	 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 #fff;
	 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: #fff;
	 border-radius: 50%;
	 z-index: -1;
	 margin: 3px;
}
 .why-choose-us-content ul li h3 {
	 color: #fff;
	 font-size: 20px;
	 margin-bottom: 15px;
}
 .why-choose-us-content ul li p {
	 color: #fff;
}
 .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: #fff;
}
 .what-we-offer-area .owl-item.active.center .single-what-we-offer .what-we-offer-content p {
	 color: #fff;
}
 .what-we-offer-area .owl-item.active.center .single-what-we-offer .what-we-offer-content .read-more {
	 color: #fff;
}
 .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: 50px;
	 height: 50px;
	 line-height: 50px;
	 background-color: #f8fdf5;
	 border-radius: 50%;
	 border: 1px solid #62bd5e;
	 margin: 0;
}
 .what-we-offer-area .owl-theme .owl-nav .owl-prev i, .what-we-offer-area .owl-theme .owl-nav .owl-next i {
	 font-size: 20px;
	 color: #62bd5e;
}
 .what-we-offer-area .owl-theme .owl-nav .owl-prev:hover, .what-we-offer-area .owl-theme .owl-nav .owl-next:hover {
	 background-color: #62bd5e;
}
 .what-we-offer-area .owl-theme .owl-nav .owl-prev:hover i, .what-we-offer-area .owl-theme .owl-nav .owl-next:hover i {
	 color: #fff;
}
 .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: #333;
}
 .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: #333;
}
 .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: #fff;
	 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: #333;
}
 .what-we-offer-area.services-page-style .single-what-we-offer:hover .what-we-offer-content .read-more {
	 color: #62bd5e;
}
 .single-what-we-offer {
	 padding: 10px;
	 background-color: #f8fdf5;
	 margin-bottom: 30px;
	 transition: all ease 0.5s;
	 position: relative;
	 z-index: 1;
}
 .single-what-we-offer::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 0;
	 background-color: #62bd5e;
	 transition: all ease 0.5s;
	 z-index: -1;
}
 .single-what-we-offer .what-we-offer-content {
	 padding: 20px;
	 padding-top: 30px;
}
 .single-what-we-offer .what-we-offer-content h3 {
	 font-size: 20px;
	 margin-bottom: 15px;
}
 .single-what-we-offer .what-we-offer-content p {
	 margin-bottom: 16px;
	 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: #fff;
}
 .single-what-we-offer:hover .what-we-offer-content p {
	 color: #fff;
}
 .single-what-we-offer:hover .what-we-offer-content .read-more {
	 color: #fff;
}
/* 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: #fff;
	 margin-bottom: 20px;
}
 .calculate-box .calculate-form .form-group {
	 margin-bottom: 20px;
}
 .calculate-box .calculate-form .form-group .form-control {
	 background-color: #fff;
	 border: none;
}
 .calculate-box .calculate-form .form-group label {
	 color: #fff;
	 display: block;
	 margin-bottom: 10px;
}
 .calculate-box .calculate-form .form-group .nice-select {
	 width: 100%;
	 height: 50px;
	 border-radius: 0;
	 border-color: #fff;
}
 .calculate-box .calculate-form .form-group .nice-select:focus {
	 border-color: #fff;
}
 .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: #fff;
	 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: #fff;
	 z-index: -1;
}
/* What We Offer Area Style ======================================================*/
 .appointment-area {
	 background-image: url(../../assets/images/appointment-bg.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 position: relative;
	 z-index: 1;
}
 .appointment-area::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-image: linear-gradient(to right, #fff, 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: #fff;
}
 .appointment-area.appointment-area-style-two .appointment-action .form-group .nice-select {
	 background-color: #fff;
}
 .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: #fff;
}
 .appointment-area.appointment-area-style-three .appointment-action .form-group .nice-select {
	 background-color: #fff;
}
 .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 {
	 max-width: 560px;
	 margin-left: 40px;
}
 .appointment-action h2 {
	 font-size: 40px;
	 margin-bottom: 20px;
}
 .appointment-action p {
	 margin-bottom: 30px;
}
 .appointment-action .form-group {
	 margin-bottom: 30px;
	 position: relative;
}
 .appointment-action .form-group i {
	 position: absolute;
	 top: 17px;
	 right: 15px;
}
 .appointment-action .form-group .nice-select {
	 width: 100%;
	 border-radius: 0;
	 border: none;
	 border-bottom: 1px solid #eaeaea;
	 background-color: #ececec;
	 height: 50px;
	 padding-left: 15px;
	 padding-right: 15px;
	 margin-bottom: 30px;
}
 .appointment-action .form-group .nice-select::after {
	 right: 19px;
	 width: 8px;
	 height: 8px;
}
 .appointment-action .form-group .nice-select .current {
	 position: relative;
	 top: 3px;
}
 .appointment-action .form-group .form-control {
	 color: #1b1b1b;
	 border: none;
	 border-bottom: 1px solid #eaeaea;
	 background-color: #ececec;
	 padding: 10px 15px;
}
 .appointment-action .form-group .form-control::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: #fff;
}
 .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: #fff;
	 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: #fff;
}
 .customer-story-slider .single-customer-story p {
	 color: #fff;
}
 .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: #fff;
}
 .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: #fff;
}
 .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;
}
 .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: #fff;
	 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: #fff;
}
 .single-team .team-content {
	 padding: 30px;
}
 .single-team .team-content h3 {
	 font-size: 22px;
	 transition: all ease 0.5s;
}
 .single-team .team-content span {
	 color: #62bd5e;
	 font-size: 15px;
}
 .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: #fff;
}
 .testimonials-area .owl-theme .owl-dots .owl-dot:hover span {
	 background-color: #fff;
}
 .testimonials-area.testimonials-area-style-two::before {
	 background-color: #fff;
}
 .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: #333;
}
 .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: #333;
}
 .testimonials-area.testimonials-area-style-two .owl-theme .owl-dots .owl-dot span {
	 background-color: #a6a5a3;
}
 .testimonials-area.testimonials-area-style-two .owl-theme .owl-dots .owl-dot:hover span {
	 background-color: #1b1b1b;
}
 .testimonials-area.testimonials-area-style-two .owl-theme .owl-dots .owl-dot.active span {
	 background-color: #1b1b1b;
}
 .testimonials-content {
	 max-width: 810px;
	 margin-left: auto;
	 background-color: #62bd5e;
	 padding: 100px 50px;
	 text-align: center;
}
 .testimonials-content .single-testimonials i {
	 font-size: 80px;
	 line-height: 1;
	 color: #fff;
	 display: block;
	 margin-bottom: 30px;
	 margin-top: -13px;
}
 .testimonials-content .single-testimonials p {
	 color: #fff;
	 margin-bottom: 30px;
}
 .testimonials-content .single-testimonials .writer-name h3 {
	 font-size: 18px;
	 color: #fff;
}
 .testimonials-content .single-testimonials .writer-name span {
	 color: #fff;
}
/* FAQ Area CSS ======================================================*/
 .faq-area.faq-page-style .faq-accordion .accordion .accordion-title {
	 background-color: #fff;
	 border: 1px solid #ebebeb;
}
 .faq-area.faq-page-style .faq-accordion .accordion .accordion-content {
	 border: 1px solid #ebebeb;
	 border-top: none;
	 background-color: #fff;
}
 .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 #fff;
	 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: #f9f9f9;
	 opacity: 0.94;
	 z-index: -1;
}
 .healthy-life-area .healthy-life-shape-img {
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 z-index: -1;
}
 .healthy-life-area.healthy-life-area-style-two .healthy-life-content {
	 max-width: 607px;
	 margin-left: auto;
	 padding-right: 40px;
}
 .healthy-life-area.healthy-life-area-style-two .healthy-life-img-2 {
	 background-image: url(../../assets/images/healthy-life-img-2.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 height: 100%;
}
 .healthy-life-area.healthy-life-area-style-two .pr-0 {
	 padding-right: 0;
}
 .healthy-life-area.healthy-life-area-style-three .healthy-life-content {
	 margin-left: 0;
}
 .healthy-life-content {
	 margin-left: 40px;
	 margin-top: -5px;
}
 .healthy-life-content h2 {
	 font-size: 40px;
	 margin-bottom: 20px;
}
 .healthy-life-content p {
	 margin-bottom: 25px;
}
 .healthy-life-content h3 {
	 font-size: 20px;
	 margin-bottom: 20px;
}
 .healthy-life-content ul {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .healthy-life-content ul li {
	 margin-bottom: 15px;
	 font-weight: 600;
	 font-size: 16px;
	 position: relative;
	 padding-left: 20px;
}
 .healthy-life-content ul li:last-child {
	 margin-bottom: 0;
}
 .healthy-life-content ul li::before {
	 content: "";
	 position: absolute;
	 top: 7px;
	 left: 0;
	 width: 10px;
	 height: 10px;
	 background-color: #62bd5e;
	 border-radius: 50%;
}
/* Pricing Area Style =====================================================*/
 .pricing-area.pricing-area-style-three {
	 position: relative;
	 z-index: 1;
}
 .pricing-area.pricing-area-style-three::before {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 439px;
	 background-color: #f9faff;
	 z-index: -1;
}
 .pricing-area.pricing-area-style-three .single-pricing-box {
	 background-color: #eff4fa;
}
 .pricing-area.pricing-area-style-three .single-pricing-box .pricing-title {
	 background-color: #f9faff;
	 border-color: #f9faff;
}
 .pricing-area.pricing-area-style-three .single-pricing-box .pricing-title h1 {
	 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: #333;
}
 .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 #fff;
	 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: #fff;
}
/* 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: -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;
}
 .our-news-area .owl-theme .owl-nav .owl-prev i, .our-news-area .owl-theme .owl-nav .owl-next i {
	 font-size: 20px;
	 color: #62bd5e;
}
 .our-news-area .owl-theme .owl-nav .owl-prev:hover, .our-news-area .owl-theme .owl-nav .owl-next:hover {
	 background-color: #62bd5e;
}
 .our-news-area .owl-theme .owl-nav .owl-prev:hover i, .our-news-area .owl-theme .owl-nav .owl-next:hover i {
	 color: #fff;
}
 .our-news-area .owl-theme .owl-nav .owl-next {
	 right: -25px;
	 left: auto;
}
 .our-news-area.our-news-area-style-two {
	 position: relative;
}
 .our-news-area.our-news-area-style-two .section-title {
	 margin-left: 0;
	 text-align: left;
}
 .our-news-area.our-news-area-style-two .owl-theme .owl-nav {
	 left: auto;
	 right: 120px;
	 top: -75px;
	 bottom: auto;
}
 .our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-prev, .our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-next {
	 left: 0;
	 right: 0;
	 background-color: #f8f7f2;
	 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: #f8fdf5;
	 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: #62bd5e;
	 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: #fff;
}
 .single-news:hover .news-content ul li a {
	 color: #fff;
}
 .single-news:hover .news-content ul li span {
	 color: #fff;
}
 .single-news:hover .news-content h3 a {
	 color: #fff;
}
 .single-news:hover .news-content p {
	 color: #fff;
}
 .single-news:hover .news-content .read-more {
	 color: #fff;
}
/* Partner Area Style ======================================================*/
 .partner-area .owl-carousel .owl-item img {
	 display: block;
	 width: auto;
	 margin: auto;
}
/* Footer Area Style ======================================================*/
 /* .footer-area {
	 background-color: #111;
} */
 .single-footer-widget {
	 margin-bottom: 30px;
}
 .single-footer-widget .logo {
	 margin-bottom: 15px;
	 display: inline-block;
}
 .single-footer-widget p {
	 margin-bottom: 25px;
	 color: #f8fdf5;
}
 .single-footer-widget .open-close {
	 padding: 0;
	 margin: 0;
	 margin-bottom: 16px;
	 list-style-type: none;
}
 .single-footer-widget .open-close li {
	 color: #f8fdf5;
	 margin-bottom: 10px;
}
 .single-footer-widget .open-close li span {
	 font-size: 20px;
	 font-family: 'Libre Baskerville', serif;
	 display: block;
	 margin-bottom: 15px;
}
 .single-footer-widget .social-icon {
	 line-height: 1;
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .single-footer-widget .social-icon li {
	 display: inline-block;
	 margin-right: 5px;
}
 .single-footer-widget .social-icon li span {
	 color: #fff;
}
 .single-footer-widget .social-icon li a i {
	 width: 30px;
	 height: 30px;
	 line-height: 28px;
	 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: #62bd5e;
	 border-color: #62bd5e;
	 color: #fff;
}
 .single-footer-widget h3 {
	 font-size: 24px;
	 margin-bottom: 25px;
	 padding-bottom: 10px;
	 color: #fff;
	 position: relative;
	 border-bottom: 1px solid #333535;
}
 .single-footer-widget .address {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .single-footer-widget .address li {
	 position: relative;
	 margin-bottom: 20px;
	 position: relative;
	 color: #f8fdf5;
	 padding-left: 40px;
}
 .single-footer-widget .address li i {
	 position: absolute;
	 color: #62bd5e;
	 left: 0;
	 top: 5px;
	 font-size: 25px;
}
 .single-footer-widget .address li a {
	 display: block;
	 color: #f8fdf5;
}
 .single-footer-widget .address li a:hover {
	 color: #62bd5e;
}
 .single-footer-widget .address li:last-child {
	 margin-bottom: 0;
}
 .single-footer-widget .import-link {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .single-footer-widget .import-link li {
	 margin-bottom: 16px;
}
 .single-footer-widget .import-link li a {
	 color: #f8fdf5;
}
 .single-footer-widget .import-link li:last-child {
	 margin-bottom: 0;
}
 .single-footer-widget .import-link li:hover::before {
	 border-radius: 50%;
}
 .single-footer-widget .import-link li:hover a {
	 color: #62bd5e;
}
 .single-footer-widget .newsletter-form p {
	 margin-bottom: 25px;
	 color: #f8fdf5;
}
 .single-footer-widget .newsletter-form .form-control {
	 background-color: transparent;
}
 .single-footer-widget .newsletter-form .form-control::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: #111;
	 border-top: 1px solid #333535;
	 padding-top: 15px;
	 padding-bottom: 15px;
	 text-align: center;
}
 .copy-right-area p {
	 color: #f8fdf5;
}
 .copy-right-area p a {
	 color: #62bd5e;
}
 .copy-right-area p a:hover {
	 color: #fff;
}
/*==================================================== INNER PAGES STYLE AREA ======================================================*/
/* Page Title Area Style =====================================================*/
 .page-title-area {
	 padding-top: 100px;
	 padding-bottom: 100px;
	 background-color: #eff4fa;
	 text-align: center;
}
 .page-title-area .page-title-content {
	 position: relative;
	 margin-top: -7px;
}
 .page-title-area .page-title-content h2 {
	 margin-bottom: 15px;
	 font-size: 45px;
}
 .page-title-area .page-title-content ul {
	 padding-left: 0;
	 list-style-type: none;
	 margin-top: 10px;
	 margin-bottom: -5px;
}
 .page-title-area .page-title-content ul li {
	 display: inline-block;
	 position: relative;
	 font-size: 16px;
	 padding-right: 15px;
	 margin-left: 15px;
}
 .page-title-area .page-title-content ul li::before {
	 content: "";
	 position: absolute;
	 top: 5px;
	 right: -3px;
	 background-color: #333;
	 width: 1px;
	 height: 15px;
	 transform: rotate(25deg);
}
 .page-title-area .page-title-content ul li.active {
	 color: #62bd5e;
}
 .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: #1b1b1b;
}
 .page-title-area .page-title-content ul li a:hover {
	 color: #62bd5e;
}
/* Portfolio Area Style ======================================================*/
 .portfolio-area {
	 text-align: center;
}
 .portfolio-area .shorting .mix {
	 display: none;
}
 .portfolio-area .shorting-menu {
	 margin-bottom: 40px;
	 border-bottom: 1px solid #eee;
}
 .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: #fff;
	 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: #fff;
}
 .single-contact-info i {
	 display: inline-block;
	 width: 100px;
	 height: 100px;
	 line-height: 100px;
	 background-color: #f8fdf5;
	 border-radius: 50%;
	 font-size: 50px;
	 color: #62bd5e;
	 border: 1px solid #edeeec;
	 margin-bottom: 20px;
	 transition: all ease 0.5s;
}
 .single-contact-info p {
	 font-size: 17px;
	 font-weight: 700;
	 font-family: 'Libre Baskerville', serif;
}
 .single-contact-info a {
	 display: block;
	 font-size: 17px;
	 font-weight: 700;
	 font-family: 'Libre Baskerville', serif;
	 margin-bottom: 10px;
}
 .single-contact-info a:last-child {
	 margin-bottom: 0;
}
 .single-contact-info:hover i {
	 background-color: #62bd5e;
	 color: #fff;
	 border-color: #62bd5e;
}
/* 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: #fff;
}
 .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: #fff;
	 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
 .main-contact-area .form-group .form-control::placeholder {
	 color: #ccc;
}
 .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: #333;
}
 .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: #fff;
	 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: #fff;
	 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: #fff;
}
 .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: #fff;
	 border: 1px solid #ebebeb;
}
 .news-details-content .leave-reply form .form-group .form-control::placeholder {
	 color: #ccc;
}
/* Sidebar Widget Style =====================================================*/
 .widget-sidebar {
	 margin-left: 15px;
}
 .sidebar-widget {
	 margin-bottom: 35px;
	 padding: 30px;
	 background-color: #fff;
	 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
 .sidebar-widget h3 {
	 font-size: 20px;
	 background-color: #fff;
	 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: #fff;
	 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: #fff;
	 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 #eee;
	 padding-bottom: 10px;
}
 .sidebar-widget.categories ul li a {
	 border-left: 1px solid #fff;
	 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 #eee;
}
 .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 #eee;
	 padding: 8px 12px;
	 display: inline-block;
	 background-color: #fff;
}
 .sidebar-widget.tags ul li a:hover {
	 transform: translateY(-2px);
	 background-color: #62bd5e;
	 color: #fff;
	 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 #eee;
	 padding-bottom: 10px;
}
 .sidebar-widget.open-closed ul li span {
	 float: right;
	 position: relative;
	 top: 1px;
}
 .sidebar-widget.open-closed ul li:last-child {
	 margin-bottom: 0;
	 padding-bottom: 0;
	 border-bottom: none;
}
/* News List Style =====================================================*/
 .news-list-area .single-news {
	 padding: 0;
	 text-align: left;
}
/* Services Details Style =====================================================*/
 .services-details-area {
	 padding-bottom: 40px;
}
 .services-details-area .sidebar-widget.search {
	 margin-top: 0;
}
 .services-details-content img {
	 margin-bottom: 30px;
}
 .services-details-content .services-content-item {
	 margin-bottom: 30px;
}
 .services-details-content .services-content-item .services-details-img {
	 margin-bottom: 30px;
}
 .services-details-content .services-content-item h3 {
	 font-size: 25px;
	 margin-bottom: 15px;
}
 .services-details-content .services-content-item img {
	 margin-bottom: 0;
}
 .services-details-content .services-content-item .services-list {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .services-details-content .services-content-item .services-list li {
	 margin-bottom: 15px;
	 font-weight: 600;
	 font-size: 15px;
	 position: relative;
	 padding-left: 20px;
}
 .services-details-content .services-content-item .services-list li::before {
	 content: "";
	 position: absolute;
	 top: 6.5px;
	 left: 0;
	 width: 10px;
	 height: 10px;
	 background-color: #62bd5e;
	 border-radius: 50%;
}
 .services-details-content .services-content-item .single-team img {
	 margin-bottom: 0;
}
 .services-details-content .services-content-item .single-team h3 {
	 font-size: 20px;
}
/* Product Area Style ======================================================*/
 .showing-result {
	 margin-bottom: 30px;
	 margin-right: 15px;
	 background-color: #fff;
	 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: #fff;
	 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
 .showing-result .showing-top-bar-ordering .nice-select .list {
	 background-color: #fff;
	 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: #fff;
}
 .showing-result .showing-top-bar-ordering .nice-select .list .option.selected {
	 font-weight: 500;
	 color: #333;
}
 .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: #fff;
	 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::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: #fff;
	 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: #fff;
	 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: #fff;
}
 .single-product .product-img ul li .default-btn i {
	 width: unset;
	 height: unset;
	 line-height: unset;
	 background-color: transparent;
	 color: #fff;
	 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: #eee;
	 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: #f00;
	 color: #fff;
}
 .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: #eee;
	 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: #222;
}
 .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: #333;
	 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: #fff;
}
 .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: #fff;
}
 .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::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: #eee;
	 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: #fff;
}
 .product-view-one .owl-carousel .owl-item img {
	 width: unset;
	 margin: auto;
}
 .product-view-one #big .item {
	 padding: 30px;
	 background-color: #fff;
	 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: #fff;
	 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: #fff;
	 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: #fff;
	 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::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: #fff;
	 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: #fff;
	 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: #fff;
	 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: #333;
	 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: #666;
	 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: #fff;
}
 .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: #fff;
	 border-color: #ebebeb;
}
 .checkout-area .billing-details .form-group label {
	 display: block;
	 color: #333;
	 margin-bottom: 10px;
	 font-size: 16px;
}
 .checkout-area .billing-details .form-group label .required {
	 color: #333;
}
 .checkout-area .billing-details .form-group .nice-select {
	 float: unset;
	 line-height: 45px;
	 color: #333;
	 padding-top: 0;
	 padding-bottom: 0;
}
 .checkout-area .billing-details .form-group .nice-select .list {
	 background-color: #fff;
	 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: #fff;
}
 .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: #fff !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: #333;
	 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: #fff;
}
 .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: #333;
	 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: #666;
	 font-weight: normal;
}
 .checkout-area .faq-accordion {
	 margin-bottom: 30px;
	 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	 background-color: #fff;
	 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: #fff;
	 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: #fff;
	 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: #fff;
}
 .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: #000;
	 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: #fff;
	 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: #fff;
	 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: #fff;
	 outline: 0;
	 transition: all ease 0.5s;
}
 .coming-soon-content .newsletter-form .input-newsletter::placeholder {
	 color: #333;
}
 .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: #fff;
	 border: none;
	 transition: all ease 0.5s;
	 font-weight: 600;
	 font-size: 15px;
}
 .coming-soon-content .newsletter-form button:hover {
	 color: #fff;
	 background-color: #1b1b1b;
}
 .coming-soon-content .newsletter-form #validator-newsletter {
	 color: #fff;
	 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: #000;
	 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: #fff;
	 margin-top: -48px;
}
 .error-area .error-content h1 .a {
	 display: inline-block;
}
 .error-area .error-content h1 .red {
	 color: #f00;
	 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: #f00;
}
 .error-area .error-content p {
	 margin: 20px 0 20px;
	 font-size: 19px;
	 color: #fff;
}
/* Partner details Style =====================================================*/
 .partner-details {
	 max-width: 800px;
	 margin: auto;
}
 .partner-details .partner-single-img {
	 margin-bottom: 35px;
	 text-align: center;
}
 .partner-details .partner-content {
	 margin-bottom: 30px;
}
 .partner-details .partner-content h2 {
	 font-size: 24px;
	 margin-bottom: 15px;
}
 .partner-details .partner-content h3 {
	 margin-bottom: 15px;
	 font-size: 20px;
}
 .partner-details .partner-content p {
	 margin-bottom: 10px;
}
/* Product Details Area Style =====================================================*/
 .product-details-area .product-details-desc h3 {
	 margin-bottom: 10px;
	 font-size: 25px;
}
 .product-details-area .product-details-desc .rating {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
	 margin-bottom: 10px;
}
 .product-details-area .product-details-desc .rating li {
	 display: inline-block;
}
 .product-details-area .product-details-desc .rating li i {
	 color: #ffba0a;
}
 .product-details-area .product-details-desc .price {
	 font-weight: 600;
	 margin-bottom: 10px;
	 font-size: 20px;
	 color: #62bd5e;
}
 .product-details-area .product-details-desc p {
	 margin-bottom: 25px;
}
 .product-details-area .product-details-desc .category {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
	 position: relative;
}
 .product-details-area .product-details-desc .category li {
	 font-size: 17px;
	 font-weight: 600;
	 margin-top: 15px;
	 color: #1b1b1b;
}
 .product-details-area .product-details-desc .category li span {
	 font-weight: normal;
	 max-width: 200px;
	 display: inline-block;
	 text-align: left;
	 margin-left: 112px;
	 position: absolute;
	 left: 0;
}
 .product-details-area .product-details-desc .product-add-to-cart {
	 margin-top: 20px;
	 margin-bottom: 20px;
}
 .product-details-area .product-details-desc .product-add-to-cart h3 {
	 display: inline-block;
	 margin-right: 10px;
	 font-size: 17px;
}
 .product-details-area .product-details-desc .product-add-to-cart .input-counter {
	 max-width: 130px;
	 min-width: 130px;
	 margin-right: 10px;
	 text-align: center;
	 display: inline-block;
	 position: relative;
	 border: 1px solid #cfcfcf;
}
 .product-details-area .product-details-desc .product-add-to-cart .input-counter span {
	 position: absolute;
	 top: 0;
	 background-color: transparent;
	 cursor: pointer;
	 color: #d0d0d0;
	 width: 40px;
	 height: 100%;
	 line-height: 50px;
	 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: #333;
	 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::placeholder {
	 color: #333;
}
 .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: #000;
	 top: 0;
	 left: 0;
	 z-index: 99999;
}
 .preloader .lds-ripple {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 width: 100px;
	 height: 100px;
	 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: 2s;
	 background: #06aed5;
}
 .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: 2s;
	 background: #ec008c;
}
 .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: 2s;
	 background: #ffbf00;
}
 .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: 2s;
	 background: #079c00;
}
 .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: #62bd5e;
	 z-index: 4;
	 width: 40px;
	 text-align: center;
	 height: 42px;
	 line-height: 42px;
	 opacity: 0;
	 visibility: hidden;
	 transition: 0.9s;
}
 .go-top i {
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 0;
	 right: 0;
	 margin: 0 auto;
	 color: #fff;
	 transition: 0.5s;
	 font-size: 20px;
}
 .go-top i:last-child {
	 opacity: 0;
	 visibility: hidden;
	 top: 60%;
}
 .go-top::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: -1;
	 background-color: #62bd5e;
	 opacity: 0;
	 visibility: hidden;
	 transition: 0.5s;
}
 .go-top:hover {
	 color: #fff;
	 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: #fff;
}
 .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: 3%;
	 top: 87%;
}
/* Video wave Style*/
 .video-btn {
	 display: inline-block;
	 width: 70px;
	 height: 70px;
	 line-height: 70px;
	 text-align: center;
	 border-radius: 0;
	 color: #62bd5e;
	 position: relative;
	 top: 3px;
	 z-index: 1;
	 background-color: rgba(98, 189, 94, 0.8);
	 border-radius: 50%;
	 transition: all ease 0.5s;
}
 .video-btn i {
	 font-size: 42px;
	 color: #fff;
	 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: #fff;
	 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: #fff;
	 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: #fff;
}
 .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: #fff;
	 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
 .pagination-area .page-numbers:hover {
	 color: #fff;
	 border-color: #62bd5e;
	 background-color: #62bd5e;
}
 .pagination-area .page-numbers i {
	 font-size: 17px;
}
 .pagination-area .page-numbers.current {
	 color: #fff;
	 border-color: #62bd5e;
	 background-color: #62bd5e;
}

.banner-area {
    background-image: url(../images/home-one-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 85px 0;
    position: relative;
    z-index: 1;
    height: 600px;
}
 .banner-area::before {
	 content: '';
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 left: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
	 background-color: var(--titleColor);
	 opacity: 0.4;
}
 .banner-content {
	 padding: 50px 40px;
	 background-color: var(--whiteColor);
	 max-width: 700px;
	 margin-left: auto;
	 position: relative;
}
 .banner-content h1 {
	 font-size: 55px;
	 color: var(--titleColor);
	 line-height: 1.2;
	 margin-bottom: 20px;
}
 .banner-content h1 b {
	 color: var(--greenColor);
	 font-weight: 600;
}
 .banner-content p {
	 margin-bottom: 25px;
}
 .banner-shape img:nth-child(1) {
	 position: absolute;
	 top: 20px;
	 right: 40px;
	 animation: animationFramesOne 7s infinite linear;
}
 .banner-shape img:nth-child(2) {
	 position: absolute;
	 bottom: 55px;
	 right: 30px;
	 animation: animationFramesOne 9s infinite linear;
}
 .banner-shape img:nth-child(3) {
	 position: absolute;
	 bottom: 55px;
	 right: 50%;
	 animation: animationFramesOne 11s infinite linear;
}
 .banner-slider-area {
	 padding: 50px 0;
	 position: relative;
	 z-index: 1;
}
 .banner-slider-area::before {
	 content: '';
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 left: 0;
	 right: 0;
	 width: 100%;
	 height: 85%;
	 background-color: #f2fef2;
}
 .banner-slider-area .owl-dots {
	 margin-top: 0 !important;
	 margin-bottom: 0 !important;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translateX(-50%) translateY(-50%);
	 display: grid;
}
 .banner-slider-area .owl-dots .owl-dot span {
	 background-color: var(--greenColor) !important;
	 transition: 0.7s;
	 margin: 7px 0;
	 width: 12px !important;
	 height: 12px !important;
	 position: relative;
	 z-index: 1;
	 display: block;
}
 .banner-slider-area .owl-dots .owl-dot span::before {
	 content: '';
	 position: absolute;
	 z-index: -1;
	 left: 50%;
	 top: 50%;
	 transform: translateX(-50%) translateY(-50%);
	 width: 20px;
	 height: 20px;
	 background-color: transparent;
	 border: 1px solid var(--greenColor);
	 border-radius: 50%;
	 opacity: 0;
	 transition: 0.7s;
}
 .banner-slider-area .owl-dots .owl-dot.active span {
	 width: 10px !important;
	 height: 10px !important;
}
 .banner-slider-area .owl-dots .owl-dot.active span::before {
	 opacity: 1;
}
 .banner-slider-area .owl-dots .owl-dot:hover span {
	 width: 10px !important;
	 height: 10px !important;
}
 .banner-slider-area .owl-dots .owl-dot:hover span::before {
	 opacity: 1;
}
 .banner-item-content {
	 position: relative;
}
 .banner-item-content h1 {
	 font-size: 55px;
	 color: var(--titleColor);
	 line-height: 1.2;
	 margin-bottom: 20px;
}
 .banner-item-content p {
	 margin-bottom: 25px;
}
 .banner-item-content .banner-btn .two {
	 margin-left: 20px;
}
 .banner-shape-two img:nth-child(1) {
	 position: absolute;
	 bottom: 170px;
	 left: 40%;
	 width: unset !important;
	 animation: moveIn-to 9s infinite linear;
}
 .banner-shape-two img:nth-child(2) {
	 position: absolute;
	 top: 50px;
	 left: 0;
	 width: unset !important;
	 animation: moveIn-to 12s infinite linear;
}
 .banner-shape-two img:nth-child(3) {
	 position: absolute;
	 bottom: 115px;
	 left: 3%;
	 width: unset !important;
	 animation: movebounce-up 15s infinite linear;
}
 .banner-item-img {
	 padding-left: 30px;
}
 .banner-item-img img {
	 border-bottom-left-radius: 30px;
}
 .banner-area-three {
	 padding: 50px 0;
	 background-image: url(../images/home-three-bg.jpg);
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
}
 .banner-content-two {
	 max-width: 760px;
	 background-color: var(--whiteColor);
	 padding: 130px 110px;
	 border-radius: 50%;
	 position: relative;
}
 .banner-content-two span {
	 color: var(--greenColor);
	 font-weight: 600;
}
 .banner-content-two h1 {
	 font-size: 55px;
	 color: var(--titleColor);
	 line-height: 1.2;
	 margin-bottom: 17px;
}
 .banner-content-two p {
	 margin-bottom: 25px;
}
 .banner-content-two .banner-btn .two {
	 margin-left: 20px;
	 border: 1px solid var(--greenColor);
	 background-color: transparent;
	 color: var(--greenColor);
}
 .banner-content-two .banner-btn .two:hover {
	 color: var(--whiteColor);
}
 .banner-content-two .banner-content-shape img:nth-child(1) {
	 position: absolute;
	 top: 135px;
	 left: 55px;
	 animation: moveIn-to 13s infinite linear;
}
 .banner-content-two .banner-content-shape img:nth-child(2) {
	 position: absolute;
	 top: 65%;
	 transform: translateY(-65%);
	 left: 30px;
	 animation: moveIn-to 11s infinite linear;
}
 .banner-content-two .banner-content-shape img:nth-child(3) {
	 position: absolute;
	 top: 75px;
	 right: 45px;
	 height: 400px;
}


.banner-bottom-card {
	 padding: 30px;
	 position: relative;
	 z-index: 1;
	 border-radius: 15px;
	 margin-bottom: 30px;
	 box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
 .banner-bottom-card::before {
	 content: '';
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 right: 0;
	 width: 100px;
	 height: 75px;
	 transition: var(--transition);
	 background-color: #f3fcec;
	 border-bottom-left-radius: 400px;
}
 .banner-bottom-card i {
	 width: 80px;
	 height: 80px;
	 line-height: 92px;
	 font-size: 40px;
	 color: var(--whiteColor);
	 background-color: var(--greenColor);
	 border-radius: 50px;
	 display: inline-block;
	 text-align: center;
	 margin-bottom: 15px;
}
.banner-bottom-card h3 {
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    letter-spacing: 0;
}
.banner-bottom-card p {
    margin-bottom: 15px;
    min-height: 112px;
}
 .banner-bottom-card .learn-btn {
	 color: var(--greenColor);
	 font-weight: 600;
	 transition: var(--transition);
}
 .banner-bottom-card .learn-btn:hover {
	 color: var(--titleColor);
	 letter-spacing: 0.25px;
}
 .banner-bottom-card:hover::before {
	 height: 100%;
	 width: 100%;
	 border-bottom-left-radius: 0;
	 background-color: var(--greenColor);
	 border-radius: 15px;
}
 .banner-bottom-card:hover i {
	 color: var(--greenColor);
	 background-color: var(--whiteColor);
}
 .banner-bottom-card:hover h3 {
	 color: var(--whiteColor);
}
 .banner-bottom-card:hover p {
	 color: var(--whiteColor);
}
 .banner-bottom-card:hover .learn-btn {
	 color: var(--whiteColor);
}
 .banner-bottom-card-two {
	 padding: 20px;
}
 .banner-bottom-card-two i {
	 width: 60px;
	 height: 60px;
	 line-height: 62px;
	 font-size: 30px;
}
 .banner-bottom-card-two h3 {
	 margin-bottom: 15px;
	 font-size: 21px !important;
}
 .banner-bottom-card-two p {
	 margin-bottom: 0 !important;
}
 .banner-bottom-item {
	 padding: 30px 30px 25px;
	 border: 1px dashed var(--greenColor);
	 position: relative;
	 z-index: 1;
	 border-radius: 10px;
	 margin-bottom: 30px;
	 overflow: hidden;
}
 .banner-bottom-item::before {
	 content: '';
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 left: 0;
	 right: 0;
	 width: 100%;
	 height: 0;
	 transition: var(--transition);
	 background-color: var(--greenColor);
	 opacity: 0;
	 border-radius: 10px;
}
 .banner-bottom-item i {
	 font-size: 40px;
	 color: var(--greenColor);
	 line-height: 1;
	 display: inline-block;
	 text-align: center;
	 margin-bottom: 10px;
	 position: relative;
	 z-index: 1;
	 padding-top: 10px;
	 padding-left: 15px;
}
 .banner-bottom-item i::after {
	 content: '';
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 left: 0;
	 width: 40px;
	 height: 40px;
	 border-radius: 50px;
	 transition: var(--transition);
	 background-color: #cfeaba;
}
 .banner-bottom-item h3 {
	 margin-bottom: 10px;
}
 .banner-bottom-item p {
	 margin-bottom: 10px;
}
 .banner-bottom-item .learn-btn {
	 color: var(--greenColor);
	 font-weight: 600;
	 transition: var(--transition);
}
 .banner-bottom-item .learn-btn:hover {
	 color: var(--titleColor);
	 letter-spacing: 0.25px;
}
 .banner-bottom-item .top-shape img:nth-child(1) {
	 position: absolute;
	 top: 25px;
	 right: 25px;
	 transition: var(--transition);
}
 .banner-bottom-item .top-shape img:nth-child(2) {
	 position: absolute;
	 top: -125px;
	 right: 25px;
	 opacity: 0;
	 transition: var(--transition);
	 animation: rotated360 15s infinite linear;
}
 .banner-bottom-item:hover {
	 border: 1px solid var(--greenColor);
}
 .banner-bottom-item:hover::before {
	 height: 100%;
	 opacity: 1;
}
 .banner-bottom-item:hover .top-shape img:nth-child(1) {
	 opacity: 0;
}
 .banner-bottom-item:hover .top-shape img:nth-child(2) {
	 position: absolute;
	 top: 25px;
	 opacity: 1;
}
 .banner-bottom-item:hover i {
	 color: var(--whiteColor);
}
 .banner-bottom-item:hover h3 {
	 color: var(--whiteColor);
}
 .banner-bottom-item:hover p {
	 color: var(--whiteColor);
}
 .banner-bottom-item:hover .learn-btn {
	 color: var(--whiteColor);
	 letter-spacing: 0.25px;
}
.about-area {
	 background-color: #f7fef1;
	 position: relative;
	 z-index: 1;
}
 .about-area::before {
	 content: '';
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 right: 0;
	 width: 49%;
	 height: 100%;
	 transition: var(--transition);
	 background-size: cover;
	 background-position: center center;
	 background-image: url(../images/about-bg.png);
	 background-repeat: no-repeat;
}
 .about-content {
	 margin-bottom: 20px;
}
.about-content .section-title {
    margin-bottom: 5px;
}
 .about-content h3 {
	 margin-bottom: 15px;
}
 .about-content .about-list ul {
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}
 .about-content .about-list ul li {
	 display: block;
	 margin-bottom: 10px;
	 font-weight: 500;
	 transition: var(--transition);
}
 .about-content .about-list ul li i {
	 margin-right: 5px;
	 font-size: 18px;
	 color: var(--greenColor);
	 position: relative;
	 top: 2px;
	 transition: var(--transition);
}
 .about-content .about-list ul li:hover {
	 color: var(--greenColor);
	 letter-spacing: 0.25px;
}
 .about-content .about-list ul li:hover i {
	 color: var(--transition);
}
 .about-play-btn {
	 text-align: center;
}
 .about-play-btn .play-btn i {
	 width: 100px;
	 height: 100px;
	 line-height: 100px;
	 background-color: var(--whiteColor);
	 color: var(--greenColor);
	 font-size: 45px;
	 border-radius: 50px;
	 margin: 0 auto;
	 padding-left: 5px;
	 position: relative;
	 transition: var(--transition);
}
 .about-play-btn .play-btn i::after {
	 content: '';
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 right: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: transparent;
	 border: 1px solid var(--whiteColor);
	 border-radius: 50px;
	 animation: ripple 2s infinite ease-in-out;
	 transition: var(--transition);
}
 .about-play-btn .play-btn i:hover {
	 background-color: var(--greenColor);
	 color: var(--whiteColor);
}
 .about-play-btn .play-btn i:hover::after {
	 border-color: var(--greenColor);
}
 .about-shape img:nth-child(1) {
	 position: absolute;
	 z-index: -1;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 0;
	 animation: movebounce-up 11s infinite linear;
}
 .about-shape img:nth-child(2) {
	 position: absolute;
	 z-index: -1;
	 top: 20px;
	 left: 40px;
	 animation: animationFramesOne 10s infinite linear;
}
 .about-shape img:nth-child(3) {
	 position: absolute;
	 z-index: -1;
	 bottom: 25px;
	 left: 20px;
	 animation: animationFramesOne 12s infinite linear;
}
.about-shape img:nth-child(4) {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    animation: animationFramesOne 15s infinite linear;
}
 .about-area-two {
	 position: relative;
}
 .about-content-two {
	 margin-bottom: 30px;
}
 .about-content-two .section-title {
	 margin-bottom: 20px;
}
 .about-content-two .about-content-item {
	 padding-left: 65px;
	 position: relative;
	 margin-bottom: 25px;
}
 .about-content-two .about-content-item i {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 50px;
	 height: 50px;
	 line-height: 55px;
	 background-color: var(--greenColor);
	 color: var(--whiteColor);
	 border-radius: 50px;
	 text-align: center;
	 font-size: 26px;
	 transition: var(--transition);
}
 .about-content-two .about-content-item h3 {
	 font-size: 18px;
	 margin-bottom: 10px;
	 transition: var(--transition);
}
 .about-content-two .about-content-item p {
	 margin-bottom: 0;
}
 .about-content-two .about-content-item:hover i {
	 background-color: var(--titleColor);
}
 .about-content-two .about-content-item:hover h3 {
	 color: var(--greenColor);
}
 .about-img {
	 margin-bottom: 30px;
	 animation: movebounce-up 17s infinite linear;
}
 .about-shape-two img:nth-child(1) {
	 position: absolute;
	 z-index: -1;
	 bottom: 40px;
	 left: 40px;
	 animation: moveIn-to 11s infinite linear;
}
 .about-shape-two img:nth-child(2) {
	 position: absolute;
	 z-index: -1;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 0;
	 animation: moveIn-to 13s infinite linear;
}
.banner-bottom-card h3 span {
    color: #62bd5e;
}

.about-content h2 b {
    color: #62bd5e;
    display: block;
    text-align: left;
    margin-left: 0;
}

.services-card h3 {
    padding-top: 17px;
    padding-bottom: 14px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
}

#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: rgb(98 189 94);
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 40px;
        border-radius: 30px;
        background: #1eaa25;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #378733;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #2e7d32;
    }