/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.3
Tested up to: 6.7
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html {
    scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Parkinsans", sans-serif;
	line-height: 26px;
}

.main-heading{
    font-size: 36px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #275E31;
}
/* Top bar section */
.top-bar {
    background: #016735;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.informa {
    text-align: right;
}

.informa ul {
    display: inline-flex;
    margin-bottom: 0;
    align-items: center;
}

.informa li {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

.informa li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.social {
    line-height: 45px;
}

.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin-left: 7px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
}

.social a:first-child {
    margin: 0;
}

.call-us-header {
    color: #fff;
    position: relative;
    padding-left: 30px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

.call-us-header a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.call-us-header a:hover {
    text-decoration: underline;
}

/* Header  */
@media(min-width:767px){
	.header-logo{
		width: 70%;
	}
}

header#masthead {
    padding: 10px 0;
}


section.welcome-section.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.welcome-section .section-title {
    margin-bottom: 70px;
    margin-top: -8px;
    text-align: center;
}

section.welcome-section .section-title h2 {
    font-size: 32px;
    margin-bottom: 44px;
    position: relative;
    color: #275E31;
}

section.welcome-section .section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 75px;
    height: 3px;
    margin: 0 auto;
    background: #8AC24E;
    right: 0;
    border-radius: 5px;
}

section.welcome-section .section-title p {
    max-width: 700px;
    margin: 0 auto 0;
    width: 100%;
    color: #555;
}

section.welcome-section .single-box {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

section.welcome-section .single-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #8AC24E;
    font-size: 40px;
    transition: all 0.5s;
}

section.welcome-section .single-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #275E31;
}

section.welcome-section p:last-child {
    margin-bottom: 0;
}

section.welcome-section .welcome-inner-content {
    margin-top: 70px;
}

section.welcome-section .welcome-inner-content span {
    text-transform: uppercase;
    display: block;
    margin-top: -4px;
    font-size: 18px;
    color: #8AC24E;
    font-weight: 600;
}

section.welcome-section .welcome-inner-content h3 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #275E31;
}

section.welcome-section .welcome-inner-content p {
    margin-bottom: 20px;
    color: #555;
}

section.welcome-section .welcome-inner-content ul {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

section.welcome-section .welcome-inner-content ul li {
    position: relative;
    color: #555;
    margin-bottom: 15px;
    padding-left: 28px;
    width: 50%;
    font-size: 15px;
}

section.welcome-section .welcome-inner-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    background: #8AC24E;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

section.welcome-section .default-btn {
    background-color: #8AC24E;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #8AC24E;
    cursor: pointer;
    padding: 12px 35px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s;
}

section.welcome-section .default-btn:hover {
    background-color: #275E31;
    border-color: #275E31;
    color: #fff;
    text-decoration: none;
}

section.welcome-section .welcome-image img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.banner-bottom {
    background-color: #f4f9fd;
}

.banner-bottom-card {
    padding: 60px 20px 55px;
    position: relative;
    z-index: 1;
    border-right: 2px solid #f6f6f6;
    transition: all 0.5s ease;
}

.banner-bottom-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #8AC24E;
    transition: all 0.5s ease;
    opacity: 0;
}

.banner-bottom-card span {
    font-size: 16px;
    font-weight: 400;
    color: #4f4f4f;
    display: block;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}

.banner-bottom-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #275E31;
    transition: all 0.5s ease;
}

.banner-bottom-card p {
    margin-bottom: 0;
    transition: all 0.5s ease;
    color: #555;
}

.banner-bottom-card i {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 75px;
    color: #8AC24E;
    transition: all 0.5s ease;
}

@media(max-width:767px) {
    .banner-bottom-card {
        border-bottom: 2px solid #f6f6f6;
    }

    .banner-bottom .col-lg-3:nth-child(4) .banner-bottom-card {
        border-bottom: none;
    }
}

.banner-bottom .col-lg-3:nth-child(4) .banner-bottom-card {
    border-right: none;
}

.banner-bottom-card:hover::before {
    width: 100%;
    opacity: 1;
}

.banner-bottom-card:hover span {
    color: #fff;
}

.banner-bottom-card:hover h3 {
    color: #fff;
}

.banner-bottom-card:hover p {
    color: #fff;
}

.banner-bottom-card:hover i {
    color: rgba(255, 255, 255, 0.2);
}


section.products-area.bg-f4f9fd {
    background-color: #f4f9fd;
    padding: 60px 0;
}

section.products-area .section-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

section.products-area .section-title span {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    color: #8AC24E;
}

section.products-area .section-title h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    color: #275E31;
}

section.products-area .section-title p {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}

section.products-area .single-products-box {
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 8px;
}

section.products-area .single-products-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    transition: 0.5s;
}

section.products-area .single-products-box .icon {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 21px !important;
    margin: auto;
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    color: #ffffff;
    font-size: 30px;
    background-color: #8AC24E;
    transition: 0.5s;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

section.products-area .single-products-box h3 {
    transition: 0.5s;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: #275E31;
}

section.products-area .single-products-box h3 a {
    display: inline-block;
    color: #8AC24E;
    text-decoration: none;
}

section.products-area .single-products-box p {
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 0;
    color: #555;
}

section.products-area .single-products-box .read-more-btn {
    display: inline-block;
    margin-top: 18px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #8AC24E;
    text-decoration: none;
}

section.products-area .single-products-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    background-color: #8AC24E;
}

section.products-area .single-products-box:hover {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    transform: translateY(-5px);
}

section.products-area .single-products-box:hover::before {
    opacity: .80;
    background-color: #8AC24E;
}

section.products-area .single-products-box:hover .icon {
    border-radius: 50%;
    background-color: #ffffff !important;
    color: #8AC24E;
}

section.products-area .single-products-box:hover h3 {
    color: #ffffff;
}

section.products-area .single-products-box:hover p {
    color: #ffffff;
}

section.products-area .single-products-box:hover h3 a {
    color: #ffffff;
}

section.products-area .single-products-box:hover .read-more-btn {
    color: #ffffff;
}



section.features-area {
    position: relative;
    padding: 60px 0;
}

section.features-area .section-title span {
    padding-bottom: 10px;
    line-height: 0;
    font-size: 15px;
    color: #4f4f4f;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.features-area .section-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
    color: #275E31;
    margin-bottom: 0;
}

section.features-area .feature-card {
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    border-radius: 5px;
    overflow: hidden;
}

section.features-area .feature-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    background-color: #8AC24E;
    opacity: 0;
    transition: all 0.5s ease;
}

section.features-area .feature-card a {
    display: block;
}

section.features-area .feature-card a img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

section.features-area .feature-card .content {
    padding: 20px 20px 20px 110px;
    position: relative;
    z-index: 1;
}

section.features-area .feature-card .content .feature-icon {
    position: absolute;
    top: 30px;
    left: 30px;
}

section.features-area .feature-card .content .feature-icon i {
    font-size: 50px;
    color: #8AC24E;
    line-height: 1;
    transition: all 0.5s ease;
}

section.features-area .feature-card .content .icon-bg {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 20px;
    opacity: 0.1;
    transition: all 0.5s ease;
}

section.features-area .feature-card .content h3 {
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

section.features-area .feature-card .content h3 a {
    color: #275E31;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s ease;
}

section.features-area .feature-card .content p {
    color: #555;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
}

section.features-area .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

section.features-area .feature-card:hover::before {
    height: 100%;
    opacity: 1;
}

section.features-area .feature-card:hover .content .feature-icon i {
    color: #fff;
}

section.features-area .feature-card:hover .content h3 a,
section.features-area .feature-card:hover .content p {
    color: #fff;
}

section.features-area .feature-card:hover .content .icon-bg {
    opacity: 0.3;
}
/* Our services section */

section.our-services {
    padding: 60px 0;
    position: relative;
}
section.our-services .main-content .comp-img img {
    transition: all 0.5s ease;
}
section.our-services .main-content:hover .comp-img img {
    transform: scale(1.1);
}

section.our-services .main-content {
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    margin-bottom: 25px;
}
	
section.our-services .main-content:hover{
	margin-top: -10px;
	box-shadow: 10px 10px 5px #ccc;
}

section.our-services .ribbon {
    text-transform: uppercase;
    color: white;
    font-size: 10px !important;
}
section.our-services .heading {
    margin-bottom: 5px;
}
  
section.our-services .ribbon3 {
    width: 150px;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #8AC352;
}
section.our-services .rating {
    color: #FFC84A;
    margin: 0 0 5px;
}
section.our-services .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
}

section.our-services .ribbon span {
    font-size: 0.6rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px;
    right: -29px;
}

section.our-services .ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

section.our-services .ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

section.our-services .red span {
    background: linear-gradient(#FFC84A 0%, #dc9900 100%);
}

section.our-services .red span::before {
    border-left-color: #af7900;
    border-top-color: #af7900;
}

section.our-services .red span::after {
    border-right-color: #af7900;
    border-top-color: #af7900;
}

section.our-services p.comp-desc {
    text-align: start;
}

section.our-services .border-main {
    border-bottom: none;
    padding-bottom: none;
}

@media(max-width:767px) {
    section.our-services .description {
        text-align: left;
        border-left: none;
        padding-left: 0;
    }

    section.our-services p.comp-desc {
        text-align: start;
        font-size: 14px;
    }

    section.our-services .border-main {
        border-bottom: 1px solid #f6f6f6;
        padding-bottom: 15px;
    }
}

section.our-services span.main {
    text-transform: uppercase;
    display: block;
    margin-top: -4px;
    font-size: 18px;
    color: #8AC24E;
    font-weight: 600;
}
section.our-services .description {
    text-align: left;
    border-left: 1px solid #f6f6f6;
    padding-left: 15px;
}

section.our-services .call-outer {
    border: 1px solid #f6f6f6;
    padding: 2px;
    border-radius: 10px;
}
section.our-services .call-outer a {
    font-size: 14px !important;
    text-decoration: none;
}

section.appointment.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.appointment .pr-20 {
    padding-right: 20px;
}

section.appointment .border-25 {
    border-radius: 25px;
}

section.appointment .appointment-text-area-2 .default-section-title {
    margin-top: 20px;
}

section.appointment .default-section-title span {
    color: #8AC24E;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

section.appointment p:last-child {
    margin-bottom: 0;
}

.appointment-text-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.appointment .appointment-text-list ul li {
    margin-top: 12px;
    color: #555555;
    font-size: 16px;
}

section.appointment .appointment-text-list ul li i {
    font-size: 12px;
    margin-right: 5px;
    color: #8AC24E;
}

section.appointment .appointment-form-area-2 {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

section.appointment .appointment-form-area-2 .default-section-title {
    padding: 25px 50px;
    background-color: #275E31;
}

section.appointment .appointment-form-area-2 .default-section-title span,
section.appointment .appointment-form-area-2 .default-section-title h3 {
    color: #fff;
}

section.appointment .contact-form {
    padding: 50px 50px;
}


.partner-card {
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ecef;
    padding: 20px;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.partner-card img {
    max-height: 80px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.products-area .text-success {
    color: #275E31 !important;
}


section.pcd-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

section.pcd-section .pcd-highlight {
    color: #8AC24E;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

section.pcd-section .pcd-title {
    font-size: 36px;
    font-weight: 700;
    color: #275E31;
    margin-bottom: 20px;
    line-height: 1.3;
}

section.pcd-section .pcd-content {
    color: #555;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.7;
}

section.pcd-section .pcd-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.pcd-section .pcd-features li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: #444;
    font-size: 16px;
}

section.pcd-section .pcd-features li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #8AC24E;
    font-size: 18px;
}

section.pcd-section .pcd-btn {
    background: #8AC24E;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s;
    border: 2px solid #8AC24E;
    text-decoration: none;
}

section.pcd-section .pcd-btn:hover {
    background: transparent;
    color: #8AC24E;
}

section.pcd-section .pcd-image {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

section.pcd-section .pcd-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(39, 94, 49, 0.2) 0%, rgba(138, 194, 78, 0.1) 100%);
    z-index: 1;
}

section.pcd-section .pcd-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s;
}

section.pcd-section .pcd-image:hover img {
    transform: scale(1.05);
}

section.pcd-section .pcd-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #275E31;
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

@media (max-width: 991px) {
    section.pcd-section {
        padding: 60px 0;
    }

    section.pcd-section .pcd-title {
        font-size: 28px;
    }
    section.pcd-section .pcd-badge {
        top: unset !important;
        bottom: 20px !important;
        right: 20px;
    }
    section.appointment .contact-form {
        padding: 20px;
    }
}

/* othersection */
/* Hover effect for social icons */
.social-icons a:hover i {
	transform: scale(1.2);
	transition: transform 0.3s ease;
  }
  
  .card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px;
    padding: 15px 25px;
    background-color: #F4F9FD;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid transparent !important;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
    margin-bottom: 20px;
    background-color: #F4F9FD;
    border-radius: 25px;
    padding: 15px 25px;
    color: #212529;
    border: 1px solid transparent !important;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 120px;
	min-height: calc(1.5em + .75rem + 2px);
}
textarea.wpcf7-form-control:focus {
    border: 1px solid #275E31 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 12px 25px;
    border-radius: 25px;
    width: 100%;
    border: 0px;
    margin-top: 10px;
	color: #fff;
    background-color: #275E31;
	transition: all 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    border: 1px solid #216030;
    background-color: #fff;
	color: #216030;
}

section.mobile-contact.d-block.d-md-none {
    padding: 20px;
    background: #f8fafc;
}
section.mobile-contact input.wpcf7-form-control.wpcf7-text {
    padding: 8px 20px !important;
    background: #fff !important;
}

section.mobile-contact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px !important;
    background: #fff !important;
}

#sequence {
	width: 100%;
	float: left;
	background: #216030;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	padding: 0;
	color: #fff !important;
	margin: 0 !important;
}

#sequence a {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 5px 0;
	font-size: 15px;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
	border-right: 1px solid;
}
a.main-btn {
    position: relative;
    display: inline-block;
    background-color: #3d6242;
    z-index: 1;
    padding: 10px 30px;
    transition: 0.6s;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 5px;
    font-size: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    overflow: hidden;
}
a.main-btn:hover{box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transform: translateY(-6px);}
a.main-btn::before
{
  content:"";
  position:absolute;
  top:2px;
  left:2px;
  bottom:2px;
  width:100%;
  background:var(--secondaryColor);z-index: -1;
  
}
a.main-btn span:nth-child(1)
{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:linear-gradient(to right, #d99551, #e89840);
  animation: animate1 2s linear infinite;
  animation-delay:1s;
  
}
@keyframes animate1
{
  0%
  {
    transform:translateX(-100%);
}
  100%
  {
    transform:translateX(100%);
  }
}
a.main-btn span:nth-child(2)
{
  position:absolute;
  top:0;
  right:0;
  width:3px;
  height:100%;
  background:linear-gradient(to bottom, #d99551 ,#e89840);
  animation: animate2 2s linear infinite;
  animation-delay:2s;
}
@keyframes animate2
{
  0%
  {
    transform:translateY(-100%);
}
  100%
  {
    transform:translateY(100%);
  }
}
a.main-btn span:nth-child(3)
{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:3px;
  background:linear-gradient(to left, #cc7071, #d47c64);
   animation: animate3 2s linear infinite;
  animation-delay:1s;
  
}
@keyframes animate3
{
  0%
  {
    transform:translateX(100%);
}
  100%
  {
    transform:translateX(-100%);
  }
}
a.main-btn span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to left, #cc7071, #d47c64);
    animation-delay: 2s;
}
@keyframes animate4
{
  0%
  {
    transform:translateY(100%);
	}
}