@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap";
body {
    font-size: 16px;
    font-family: open sans, sans-serif;
    color: #333;
}
body.one-body-color {
    background-color: #f8fdf5;
}
body.three-body-color {
    background-color: #f9faff;
}
a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #333;
}

html{
    scroll-behavior: smooth;
}


ul li{
    list-style: none;
}
a:hover {
    text-decoration: none;
    color: #74a22c;
}
a:focus {
    text-decoration: none;
}
button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b;
    font-weight: 700;
    font-family: libre baskerville, serif;
}
h3 {
    line-height: 1.5;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}

.container{
    max-width: 1255px!important;
}

.form-control {
    height: 50px;
    color: #74a22c;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}
.form-control::-webkit-input-placeholder {
    color: #676a6a;
}
.form-control:-ms-input-placeholder {
    color: #676a6a;
}
.form-control::-ms-input-placeholder {
    color: #676a6a;
}
.form-control::placeholder {
    color: #676a6a;
}
.form-control:focus {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #74a22c;
}
.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
textarea.form-control {
    height: 71px;
}
.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 {
    background-color: #74a22c;
}
.bg-color-two {
    background-color: #f8f7f2;
}
.bg-color-three {
    background-color: #eff4fa;
}
.default-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #74a22c;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 15px 18px;
    border-radius: 4px;
}
.default-btn:hover {
    background-color: #1b1b1b;
    color: #fff;
}
.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: #74a22c;
    letter-spacing: 1px;
}
.img-whatsapp-icon{
    position: fixed;
    right: 1%;
    bottom: 20%;
    z-index: 999;
    width: 45px;
    height: 45px;
    transform: translate(-50%,-50%);
}
/*-----------------Start-section-title-here-----------*/
.section-title {
    margin: -6px auto 50px;
    text-align: center;
    position: relative;
}
.section-title span {
    font-size: 16px;
    color: #74a22c;
    display: block;
    margin-bottom: 15px;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
}
.section-title h2:last-child {
    margin-bottom: 0;
}
.section-title p {
    max-width: 600px;
    margin: auto;
}
.section-title.white-title span {
    color: #74a22c;
}
.section-title.white-title h2 {
    color: #fff;
}
.section-title.white-title p {
    color: #fff;
}
/*-----------------End-section-title-here-----------*/
.top-header {
    background-color: #f8fdf5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-right-content .social-icon{
    display: flex;
    justify-content: right;
}
.navbar-expand-md .navbar-brand{
    background: #fff;
    text-align: center;
    width: 127px;
    height: 130px;
    position: absolute;
    top: 60px;
    z-index: 99;
    border-radius: 0px 0px 100px 100px;
    box-shadow: 0px 12px 10px rgb(0 0 0 / 13%);
    padding: 0px 7px;
}

.header-right-content .social-icon li i{
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #7ba635;
    color: #fff;
    margin-left: 10px;
    transition: 0.3s ease;
    border-radius: 100px;
}

.header-right-content .social-icon li .bxl-facebook:hover{
    background-color: #1877f2;
}

.header-right-content .social-icon li .bxl-instagram:hover{
    background-color: #e95950;
}

.header-right-content .social-icon li .fa-youtube-play:hover{
    background-color: #ff0000;
}

.header-right-content .social-icon li .fa-whatsapp:hover{
    background-color: #25d366;
}


.header-right-content .social-icon li i:hover{
    box-shadow: 0px 5px 10px rgba(0 0 0 / 10%);
}
/*--------------Start-navbar-area-here-------------*/
.navbar-area {
    background-color: #fff;
}
.navbar-area .desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-expand-md .navbar-collapse{
    justify-content: flex-end;
    display: flex;
}
.navbar-area .desktop-nav .navbar {
    position: inherit;
    padding: 0;
}
.navbar-area .desktop-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    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: 600;
    color: #1b1b1b;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-left: 0;
    margin-right: 0;
    padding: 35px 0;
    position: relative;
    margin: 0 11px;
}
.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: #74a22c;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #74a22c;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 98%;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 5px;
    z-index: 99;
    padding-bottom: 5px;
}

.is-sticky .navbar-expand-md .navbar-brand{
    top: 0px;
}


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

/*-------------STart-dropdown-here-------------*/
.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;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-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;
    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;
    -webkit-transition: all ease 0.5s;
    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: 100%;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu::before {
    height: 100%;
    right: auto;
    bottom: 0;
}



/*-------------End-dropdown-here---------------*/




/*--------------End-navbar-area-here-----------*/
/*-----------Start-mobile-nav-here-----------*/
.mobile-nav {
    display: none;
}
.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;
    z-index: 99999;
}
.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #1b1b1b;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #74a22c;
}
.others-option-for-responsive .container {
    position: relative;
}
.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 2;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    max-width: 235px;
    right: 15px;
}
.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.others-option-for-responsive .others-option {
    position: relative;
}
.others-option-for-responsive .others-option .option-item {
    color: #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;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-top: 18px;
}
.others-option-for-responsive .others-option .option-item .search-overlay.search-popup .search-form {
    position: relative;
}
.others-option-for-responsive .others-option .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #1b1b1b;
    outline: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}
.others-option-for-responsive .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #74a22c;
}
.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: #74a22c;
    border: none;
    width: 50px;
    outline: 0;
    color: #fff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0;
}
.others-option-for-responsive .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #1b1b1b;
}
.others-option-for-responsive .others-option .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #fff;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background-color: #74a22c;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}
.others-option-for-responsive .others-option .option-item .search-btn:hover {
    background-color: #74a22c;
}
.others-option-for-responsive .others-option .option-item .close-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #fff;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background-color: #74a22c;
    text-align: center;
    border-radius: 50%;
    display: none;
    font-size: 20px;
}
.others-option-for-responsive .others-option .option-item .close-btn:hover {
    background-color: #74a22c;
}
.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;
}
/*---------------End-mobile-nav-here------------*/
/*--------------Start-hero-slider-area-here-------------*/

.hero-slider-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 50%;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
}
.hero-slider-area .owl-theme .owl-nav .owl-prev,
.hero-slider-area .owl-theme .owl-nav .owl-next {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #74a22c;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev i,
.hero-slider-area .owl-theme .owl-nav .owl-next i {
    font-size: 20px;
    color: #74a22c;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev:hover,
.hero-slider-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #74a22c;
}
.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: -ms-grid;
    display: grid;
    position: absolute;
    right: 50px;
    top: 50%;
}
.hero-slider-area .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 10px 0;
    background: 0 0 !important;
    border: 1px solid #333;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
}
.hero-slider-area .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 50%;
    margin: 3px;
}
.hero-slider-area .owl-dots .owl-dot:hover span {
    border-color: #74a22c;
}
.hero-slider-area .owl-dots .owl-dot:hover span::before {
    background-color: #74a22c;
}
.hero-slider-area .owl-dots .owl-dot.active span {
    border-color: #74a22c;
}
.hero-slider-area .owl-dots .owl-dot.active span::before {
    background-color: #74a22c;
}
.hero-slider-area .hero-slider-content {
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.hero-slider-area .owl-item.active.center .hero-slider-content {
    opacity: 1;
}
.hero-slider-area .owl-item.active .hero-slider-content {
    overflow: hidden;
}
.hero-slider-area .owl-item.active .hero-slider-content span {
    -webkit-animation: 1s 0.1s fadeInDownBig both;
    animation: 1s 0.1s fadeInDownBig both;
}
.hero-slider-area .owl-item.active .hero-slider-content h1 {
    -webkit-animation: 1s 0.1s fadeInLeft both;
    animation: 1s 0.1s fadeInLeft both;
}
.hero-slider-area .owl-item.active .hero-slider-content p {
    -webkit-animation: 1s 0.1s fadeInRight both;
    animation: 1s 0.1s fadeInRight both;
}
.hero-slider-area .owl-item.active .hero-slider-content .hero-slider-btn {
    -webkit-animation: 1s 0.1s fadeInUpBig both;
    animation: 1s 0.1s fadeInUpBig both;
}
.banner-btn:hover{
    background-color: #fff;
    color: #000;
}
.why-choose-us-btn{
    background-color: #fff;
    color: #000;
}
.hero-slider-area .hero-slider-item {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.hero-slider-area .hero-slider-item.bg-1 {
    background-image: url(../images/slider/slider-1.jpg);
}
.hero-slider-area .hero-slider-item.bg-2 {
    background-image: url(../images/slider/slider-2.jpg);
}
.hero-slider-area .hero-slider-item.bg-3 {
    background-image: url(../images/slider/slider-3.jpg);
}
.hero-slider-area .hero-slider-item.bg-4 {
    background-image: url(../images/slider/slider-4.jpg);
}
.hero-slider-area .hero-slider-item.bg-5 {
    background-image: url(../images/slider/slider-5.jpg);
}
.hero-slider-area.hero-slider-area-style-two .hero-slider-content {
    opacity: 1;
    margin-left: 0;
    max-width: 800px;
    position: relative;
    padding: 100px;
    z-index: 1;
}
.hero-slider-area.hero-slider-area-style-two .hero-slider-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(249, 248, 243, 0.9);
    z-index: -1;
}
.hero-slider-area.hero-slider-area-style-two .hero-slider-content h1 {
    color: #1b1b1b;
}
.hero-slider-area.hero-slider-area-style-two .hero-slider-content p {
    color: #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 {
    -webkit-animation: 1s 0.1s fadeInDownBig both;
    animation: 1s 0.1s fadeInDownBig both;
}
.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content span {
    -webkit-animation: 1s 0.1s fadeInDownBig both;
    animation: 1s 0.1s fadeInDownBig both;
}
.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content h1 {
    -webkit-animation: 1s 0.1s fadeInLeft both;
    animation: 1s 0.1s fadeInLeft both;
}
.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content p {
    -webkit-animation: 1s 0.1s fadeInRight both;
    animation: 1s 0.1s fadeInRight both;
}
.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content .hero-slider-btn {
    -webkit-animation: 1s 0.1s fadeInUpBig both;
    animation: 1s 0.1s fadeInUpBig both;
}
.hero-slider-area .social-icon {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 15px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.hero-slider-area .social-icon li {
    margin: 15px 0;
    display: -ms-grid;
    display: grid;
    position: relative;
}
.hero-slider-area .social-icon li span {
    position: absolute;
    top: 3px;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.hero-slider-area .social-icon li a i {
    display: inline-block;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #74a22c;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.hero-slider-area .social-icon li:hover span {
    left: 40px;
    opacity: 1;
}
.hero-slider-area .social-icon li:hover a i {
    background-color: #74a22c;
    color: #fff;
}
.hero-slider-content {
    max-width: 600px;
    margin-left: 50px;
}
.hero-slider-content span {
    display: block;
    margin-bottom: 10px;
    color: #74a22c;
}
.hero-slider-content h1 {
    font-size: 43px;
    color: #fff;
    margin-bottom: 20px;
}
.hero-slider-content p {
    color: #fff;
/*    max-width: 450px;*/
    margin-bottom: 30px;
}
/*---------------End-hero-slider-area-here-----------*/

/*--------------Start-about-us-area-here--------------*/
.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 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: auto;
    bottom: 50px;
    right: auto;
    left: 0;
} 
.about-img-content {
    position: relative;
}
.about-img-content .about-img-1 .about-img-2 {
    text-align: right;
    margin-top: -125px;
}
.about-img-content h3 {
    font-size: 25px;
    max-width: 200px;
    position: absolute;
    top: 60px;
    right: -66px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 0;
}
.about-img-content h3 span {
    color: #74a22c;
}
.about-img-content .video {
    position: absolute;
    bottom: 45px;
    left: 35px;
}
.about-content {
    margin-left: 40px;
    margin-top: -5px;
}
.about-content span {
    font-size: 14px;
    color: #74a22c;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.about-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.about-content h4 {
    font-weight: 400;
    line-height: 1.5;
    font-size: 24px;
    margin-bottom: 10px;
}
.about-content h3 {
    font-size: 20px;
    margin-bottom: 20px !important;
}
.about-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.about-content ul li {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.about-content ul li:last-child {
    margin-bottom: 0;
}
.about-content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #74a22c;
    border-radius: 50%;
}
.about-content .default-btn {
    margin-top: 30px;
}


/*--------------End-about-us-area-here-------------*/
/*----------------Start-why-choose-us-area-here------------*/
.why-choose-us-area{
    position: relative;
    overflow: hidden;
}
.why-choose-us-area .leif-img-one{
    position: absolute;
    top: -60px;
    right: 40px;
}
.why-choose-us-area .leif-img-two{
    position: absolute;
    left: 20px;
    bottom: -30px;
}
.why-choose-us-area.why-choose-us-about .why-choose-us-content span {
    color: #74a22c;
}
.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 #74a22c;
}
.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-area .row .col-lg-6{
    margin-bottom: 30px;
}
.why-choose-us-content {
    margin-top: -5px;
}
.why-choose-us-content span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 22;
}
.why-choose-us-content h2 {
    font-size: 38px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.why-choose-us-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.why-choose-us-content ul li {
    position: relative;
    padding-left: 57px;
    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: #74a22c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    border: 1px dashed #fff;
    z-index: 1;
    font-family: libre baskerville, serif;
    font-style: italic;
    font-weight: 400;
}
.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: 3px;
}
.why-choose-us-content ul li p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.why-choose-us-img {
    text-align: right;
}
/*----------------End-why-choose-us-area-here-----------*/
/*-------------------Start-what-we-offer-area-here-----------*/

.what-we-offer-content  h3{
    margin-bottom: 5px;
}
.what-we-offer-area.what-we-offer-area-style-two .single-what-we-offer:hover .what-we-offer-content h3 a {
    color: #74a22c;
}
.what-we-offer-area .single-what-we-offer .what-we-offer-content ul li{
    transition: all 0.3s ease;
}

.what-we-offer-area .single-what-we-offer .what-we-offer-content ul li:before{
    transition: all 0.3s ease;
}

.what-we-offer-area .single-what-we-offer:hover .what-we-offer-content ul li{
    color: #fff;
}
.what-we-offer-area .single-what-we-offer:hover .what-we-offer-content ul li:before{
    background-color: #fff;
}
.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: #74a22c;
}
.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.services-page-style .single-what-we-offer {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.what-we-offer-area.services-page-style .single-what-we-offer::before {
    display: none;
}
.what-we-offer-area.services-page-style .single-what-we-offer:hover .what-we-offer-content h3 a {
    color: #74a22c;
}
.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: #74a22c;
}
.what-we-offer-content{
    margin-left: 0px;
}
/*------------End-what-we-offer-area-here-----------*/
/*-----------------Start-single-what-we-offer-here--------*/
.single-what-we-offer {
    padding: 10px;
    background-color: #f8fdf5;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    min-height: 290px;
}
.single-what-we-offer .number-text{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px solid #74a22c;
    color: #000;
    transition: all 0.3s ease;
    font-size: 30px;
}
.single-what-we-offer:hover .number-text{
    border: 2px solid #fff;
    color: #fff;
}
.single-what-we-offer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #74a22c;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
}
.single-what-we-offer{
    box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
}
.single-what-we-offer .what-we-offer-content {
    padding: 30px 10px 30px 10px;
    padding-top: 30px;
    height: 345px;
}
.single-what-we-offer .what-we-offer-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.single-what-we-offer .what-we-offer-content p {
    margin-bottom: 16px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-what-we-offer:hover::before {
    height: 100%;
    top: auto;
    bottom: 0;
}
.single-what-we-offer:hover .what-we-offer-content h3 a {
    color: #fff;
}
.single-what-we-offer:hover .what-we-offer-content ul li {
    transition: all ease 0.5s;
}
.single-what-we-offer:hover .what-we-offer-content ul li {
    color: #fff;
}
.single-what-we-offer:hover .what-we-offer-content ul li:before{
    background-color: #fff;
    transition: all ease 0.5s;
}
/*-------------End-single-what-we-offer-here---------*/
/*----------------Start-appointment-area-here-----------*/
.appointment-area {
    background-color: #fff;
}
/*.appointment-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0.95)));
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.95));
    z-index: -1;
}*/
.appointment-area .col-lg-6.pl-0 {
    padding-left: 0;
}

/*.appointment-img {
    background-image: url(../images/appointment-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}*/
.appointment-action {
/*    max-width: 560px;*/

    margin-left: 40px;
}
.appointment-area{
    background-image: url(../images/appointment-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.appointment-action h2 {
    font-size: 37px;
    margin-bottom: 3px;
}
.appointment-action p {
    margin-bottom: 18px;
}
.appointment-action .form-group {
    margin-bottom: 14px;
    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: 14px;
}
.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: 00px 15px;
}
.appointment-action .form-group .form-control::-webkit-input-placeholder {
    color: #1b1b1b;
}
.appointment-action .form-group .form-control:-ms-input-placeholder {
    color: #1b1b1b;
}
.appointment-action .form-group .form-control::-ms-input-placeholder {
    color: #1b1b1b;
}
.appointment-action .form-group .form-control::placeholder {
    color: #1b1b1b;
}
.appointment-action .form-group .form-control:focus {
    border-color: #74a22c;
}
/*-----------End-appointment-area-here------------*/

/*--------------Start-customer-story-area-here---------*/
.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 {
    margin: auto;
}
.single-customer-story .img-story{
    max-width: 810px;
     margin: auto;
}

.single-customer-story .img-story img{
    width: 100%;
    border-radius: 10px;
}


.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;
    line-height: 22px;
    margin-bottom: 17px;
}
.customer-story-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(-105px);
    transform: translateY(-105px);
}
.customer-story-slider.owl-theme .owl-nav .owl-prev,
.customer-story-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    left: -25px;
    bottom: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f8fdf5;
    border-radius: 50%;
    border: 1px solid #74a22c;
    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: #74a22c;
}
.customer-story-slider.owl-theme .owl-nav .owl-prev:hover,
.customer-story-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #74a22c;
}
.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;
}
/*--------------ENd-customer-story-area-here------------*/
/*-----------------Start-team-area-here--------------*/
.team-area {
    position: relative;
}
.team-area .section-title {
    margin-left: 0;
    margin-right: auto;
}
.team-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: -11%;
}
.team-area .owl-theme .owl-nav .owl-prev,
.team-area .owl-theme .owl-nav .owl-next {
    position: absolute;
    left: -25px;
    bottom: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f8fdf5;
    border-radius: 50%;
    border: 1px solid #74a22c;
    margin: 0;
}
.team-area .owl-theme .owl-nav .owl-prev i,
.team-area .owl-theme .owl-nav .owl-next i {
    font-size: 20px;
    color: #74a22c;
}
.team-area .owl-theme .owl-nav .owl-prev:hover,
.team-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #74a22c;
}
.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;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.team-area.team-area-style-three .owl-theme .owl-nav .owl-prev,
.team-area.team-area-style-three .owl-theme .owl-nav .owl-next {
    position: unset;
    background-color: #eff4fa;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin: 0 5px;
}
.team-area.team-area-style-three .owl-theme .owl-nav .owl-prev:hover,
.team-area.team-area-style-three .owl-theme .owl-nav .owl-next:hover {
    background-color: #74a22c;
}
.team-area.team-page-style .section-title {
    text-align: center;
    margin-left: auto;
}
.team-area .single-team{
    cursor: pointer;
}
.team-area .single-team .team-img .video-btn{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
}

.team-area .single-team:hover .team-img .video-btn{
    opacity: 1;
    visibility: visible;
}



.single-team {
    text-align: center;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
}
.single-team .team-img {
    position: relative;
    z-index: 1;
}
.single-team .team-content {
    padding: 30px;
}
.single-team .team-content h3 {
    font-size: 22px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-team .team-content span {
    color: #74a22c;
    font-size: 15px;
}
.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*--------------End-team-area-here-----------*/
/*----------Start-testimonials-area-here------------*/
.testimonials-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/testimonials-area-bg.jpg);
    background-size: cover;
    height: 100%;
    position: relative;
    /*background: #ececec;*/
    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: 7px;
    position: absolute;
    bottom: 25px;
    left: 15px;
    margin-bottom: 0;
}
.testimonials-area .mobile-box-left .owl-theme .owl-dots{
    display: none;
}
.testimonials-area .owl-theme .owl-dots {
    line-height: 1;
    margin-top: 5px !important;
}
.testimonials-area .owl-theme .owl-dots .owl-dot span {
    background-color: #adddaa;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    line-height: 1;
    margin: 0 5px;
}
.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #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: 630px;
    margin-left: auto;
    background-color: #74a22c;
    padding: 100px 50px;
    text-align: center;
}

.testimonials-content .single-testimonials p {
    color: #fff;
    margin-bottom: 6px;
    font-size: 14px;
}
.testimonials-content .single-testimonials .writer-name h3 {
    font-size: 18px;
    color: #fff;
}
.testimonials-content .single-testimonials .writer-name span {
    color: #fff;
}
.testimonials-content.green{
    position: relative;
    height: 550px;
    border-radius: 10px;
}

.testimonials-content .mobile-frame{
    background-color: transparent;
    width: 330px;
    height: 550px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.mobile-box-left{
    background-color: transparent;
    position: relative;
     transform: rotateZ(-15deg);
}

.testimonials-area{
    margin-top: 50px;
}

.mobile-box-left .mobile-frame{
    background-image: url(../images/phone-four.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding: 77px 56px 82px 55px;
}




.img-bg{
    position: absolute;
    left: 40px;
    top: -24px;
    width: 46%;
    height: 46%;
}


.cricle-img {
    position: absolute;
    left: -94px;
    top: 120px;
}


/*--------------ENd-testimonials-area-here-----------*/

/*-------------Start-our-news-area-here--------*/
.our-news-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
}
.our-news-area .owl-theme .owl-nav .owl-prev,
.our-news-area .owl-theme .owl-nav .owl-next {
    position: absolute;
    left: -25px;
    bottom: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f8fdf5;
    border-radius: 50%;
    border: 1px solid #74a22c;
    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: #74a22c;
}
.our-news-area .owl-theme .owl-nav .owl-prev:hover,
.our-news-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #74a22c;
}
.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;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-prev:hover,
.our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-next:hover {
    background-color: #74a22c;
}
.our-news-area.our-news-area-style-two .owl-theme .owl-nav .owl-next {
    left: 70px;
}
.our-news-area.our-news-area-style-two .single-news {
    text-align: left;
    background-color: #f8f7f2;
}
.our-news-area.our-news-area-style-three .section-title {
    text-align: center;
    margin-left: auto;
}
.our-news-area.our-news-area-style-three .owl-theme .owl-nav {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.our-news-area.our-news-area-style-three .owl-theme .owl-nav .owl-prev,
.our-news-area.our-news-area-style-three .owl-theme .owl-nav .owl-next {
    position: unset;
    background-color: #eff4fa;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin: 0 5px;
}
.our-news-area.our-news-area-style-three .owl-theme .owl-nav .owl-prev:hover,
.our-news-area.our-news-area-style-three .owl-theme .owl-nav .owl-next:hover {
    background-color: #74a22c;
}
.our-news-area.our-news-area-style-three .single-news {
    text-align: left;
    background-color: #eff4fa;
}
/*-----------------End-our-news-area-here------------*/
/*---------------Start-single-news-here-------------*/
.single-news {
    padding: 10px;
    background-color: #f8fdf5;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
}
.single-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #74a22c;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
}
.single-news .news-content {
    padding: 20px;
    padding-top: 30px;
}
.single-news .news-content ul {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    list-style-type: none;
    line-height: 1;
}
.single-news .news-content ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 12px;
    border-right: 1px solid #74a22c;
}
.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: #74a22c;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-news .news-content ul li span {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-news .news-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.single-news .news-content p {
    margin-bottom: 18px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-news:hover::before {
    height: 100%;
    top: auto;
    bottom: 0;
}
.single-news:hover .news-content ul {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    list-style-type: none;
    line-height: 1;
}
.single-news:hover .news-content ul li i {
    color: #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 .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
}
/*-----------ENd-single-news-here----------*/
/*---------------Start-footer-area-here----------*/
.footer-area {
    background-color: #111;
    position: relative;
    z-index: 000;
}
.footer-area:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 00;
    -webkit-filter: blur(304px);
    filter: blur(404px);
    background-color: #74a22c;
}
.footer-area .container{
    z-index: 99;
    position: relative;
}


.social-icon-footer{
    width: 35px;
    height: 35px;
    padding: 4px;
    background-color: #fff;
    border-radius: 100px;
    margin: 10px auto;
}
/*------------ENd-footer-area-here-------------*/
/*-------------Start-copy-right-area-here------------*/
.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: #74a22c;
}
.copy-right-area p a:hover {
    color: #fff;
}
/*-------------End-copy-right-area-here-----------*/

#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 999999999999;
}

#preloader .inner-box{
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

#preloader .inner-box .main .preloader-logo{
    width: 100px;
    height: 100px;
}
.main {
  width: 167px;
  height: 170px;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: ;
}

.spinner {
  position: relative;
}


@keyframes test {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.circle1 {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 7px solid transparent;
  top: 10px;
  left: 10px;
  border-bottom-color: #f79f00;
  border-top-color: #f79f00;
  animation: test 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s infinite;
}

.circle2 {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 7px solid transparent;
  top: 0;
  left: 0;
  border-left-color: #79a72c;
  border-right-color: #79a72c;
  animation: test 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #74a22c;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #74a22c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top:hover {
    color: #fff;
    background-color: #74a22c;
}
.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 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 87%;
}
.nice-select .list {
    width: 100%;
    border-radius: 0;
    height: 200px;
    overflow-y: scroll;
}
.nice-select .option:hover {
    background-color: #74a22c;
    color: #fff;
}
.nice-select .option.selected.focus {
    color: #74a22c;
}
.nice-select .current {
    font-size: 16px;
}
.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;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.pagination-area .page-numbers:hover {
    color: #fff;
    border-color: #74a22c;
    background-color: #74a22c;
}
.pagination-area .page-numbers i {
    font-size: 17px;
}
.pagination-area .page-numbers.current {
    color: #fff;
    border-color: #74a22c;
    background-color: #74a22c;
}



.instagram-gallery{
    position: relative;
    background-image: url(../images/bgr1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 00;
}

.instagram-gallery  .content-box{
    text-align: center;
    padding-left: 40px;
}
.cricle-box{
    width: 150px;
    height: 150px;
    padding: 11px;
    background-color: #fff;
    border-radius: 100px;
    position: relative;
    margin: 0px auto;
}
.cricle-box:before{
    content: '';
    width: 165px;
    height: 165px;
    border-radius: 100px;
    border: 2px dashed #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.instagram-gallery  .content-box .content{
    position: relative;
}
.instagram-gallery  .content-box .content h1{
    color: #fff;
    font-size: 26px;
    margin-top: 30px;
}
.instagram-gallery  .content-box .content .list .item{
    text-align: left;
}
.instagram-gallery  .content-box .content .list .item p{
    font-size: 14px;
}
.instagram-gallery  .content-box .content .list ul{
    padding-left: 53px;
}
.instagram-gallery  .content-box .content .list .item p i{
    margin-right: 5px;
    color: #ffde7e;
}
.instagram-cricle{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
}

/*----------------End-instagram-gallery-here-----------------*/


/*-------------start-how-can-we-help-------------*/
.we-can-help-you-section .help-box{
    padding: 20px 20px 20px 20px;
    border: 1px solid #fff;
    transition: 0.3s ease;
    text-align: center;
    min-height: 190px;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}
.we-can-help-you-section .help-box:hover{
    background-color: #74a22c;
    border: 1px solid  #74a22c;
}
.we-can-help-you-section{
    background-image: url(../images/we-can-help-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.we-can-help-you-section .help-box:hover .icon-box{
    border: 2px solid  #74a22c;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.we-can-help-you-section .help-box .icon-box{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    margin: 0px auto;
    transition: 0.3s ease;
    background-color: #fff;
    border: 2px solid  #74a22c;
}

.we-can-help-you-section .help-box .heading h3{
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 0px;
    font-family: open sans, sans-serif;
    transition: 0.3s ease;
}

.our-services-section .serves-box{
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 50px 10px 50px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    text-align: center;
    height: 370px;
    margin-top: 120px;
}


.our-services-section .top-image-box{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 250px;
    top: -1%;
}

.our-services-section .top-image-box img{
    border-radius: 20px;
}
.our-services-section{
    position: relative;
}
.our-services-section .top-img{
    position: absolute;
    left: 0px;
    top: 45px;
    animation: move 2s linear infinite alternate;
}

.customer-story-area .top-img{
    position: absolute;
    right: 0px;
    top: 50px;
    animation: move 2s linear infinite alternate;
}

@keyframes move{
    to{
        top: 0px;
    }
    from{
        bottom: 60px;
    }
}

.modal-dialog{
    max-width: 800px!important;
}

.modal-dialog .modal-content .modal-title{
    color: #74a22c ;
}
.modal-dialog .modal-content .modal-body{
    height: 500px;
    overflow: hidden;
    border-radius: 5px;
    background-image: url(../images/popup-img.jpg);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

/*--------------Start-new-process-here--------------*/

.process-box ul .item .process-main-box{
    display: flex;
    align-items: center;
}

.process-box ul .item .number-section{
    width: 100px;
}

.process-box ul .item{
    margin-bottom: 25px;
}

.process-box ul .item .number-section .number-process{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    font-size: 20px;
    position: relative;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    background-color: #74a22c;
}
.process-box ul .item .number-section .number-process:before{
    content: '';
    position: absolute;
    transform: translate(50%, -50%);
    left: -81%;
    top: 50%;
    border-radius: 100px;
    width: 65px;
    height: 65px;
    border: 2px dashed #74a22c;
}

.process-box ul{
    position: relative;
}
.process-box ul:before{
    content: '';
    position: absolute;
    left: 51px;
    top: -15px;
    height: 108%;
    width: 11px;
    background-color: #74a22c;
    border-radius: 100px;
}

.process-box ul .item .process-main-box .content-process h4{
    font-size: 20px;
}
.process-box ul .item .process-main-box .content-process{
    position: relative;
    padding-top: 10px;
}

.Why-Choose-Us-section{
    background-image: url(../images/why-choose-us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.testimonials-section{
    position: relative;
}
.testimonials-section .top-img{
    position: absolute;
    right: 70px;
    top: -130px;
    animation: move 2s linear infinite alternate;
}