/*!
Theme Name: Greencard
Theme URI: http://underscores.me/
Author: Creativepeoples
Author URI: http://creativepeoples.xyz/
Description: Fast, Safe, and Secure Payments Wordpress Website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greencard
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Greencard is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.66;
    color: #666666;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    outline: medium none;
    color: #7E7B8A;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
    margin: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}

ul {
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

p {
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #444;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::-webkit-input-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*:-ms-input-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.position-relative {
    position: relative !important;
}

.separator {
    border-top: 1px solid #f2f2f2
}

a:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

textarea,
input {
    width: 100%;
    border: 1px solid #707070;
    padding: 0 35px;
    border-radius: 5px;
}

input::placeholder,
textarea::placeholder {
    color: #888888;
    font-size: 18px;
}

body.page-template.elementor-page .section-padding {
    padding: 0;
}


/* header area css */

header.header_area nav.navbar {
    padding: 0;
    margin: 0;
}

header.header_area ul li {
    display: inline-block;
    margin-left: 40px;
}

header.header_area ul li a {
    line-height: 60px;
    padding: 0;
    font-size: 20px;
    color: #081817;
    font-weight: 600;
    display: block;
}

header.header_area ul li.ContactUs a {
    background: #71C010;
    color: #fff;
    border-radius: 30px;
    padding: 0 30px !important;
}

header.header_area ul li.ContactUs a:Hover,
.site-btn a:hover {
    background: #222;
    color: #fff;
}

header.header_area ul li.ContactUs {
    margin-left: 45px;
}

header.header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 3;
    background: #fff;
    -webkit-animation: sticky-menu 1s;
    animation: sticky-menu 1s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    -webkit-transition: .3s;
    transition: .3s;
}

header.header_area {
    padding: 10px 0;
}

header.header_area a.navbar-brand {
    display: inline-block;
    padding: 0;
    margin: 0;
}

@-webkit-keyframes sticky {
    0% {
        top: -500px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -500px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes sticky-menu {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky-menu {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

header.header_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 3;
}


/* hero area css */

.hero-area {
    padding-top: 130px;
    padding-bottom: 60px;
    background: #F6F7F7;
    position: relative;
}

.heading h1 {
    font-size: 75px;
    color: #000000;
    line-height: 1.2;
    font-weight: bold;
}

.heading h1 span {
    color: #71C010;
}

.hero-inner-content .heading {
    margin-bottom: 20px;
}

.hero-inner-content .desc {
    margin-bottom: 35px;
    font-size: 25px;
    color: #666666;
    line-height: 1.4;
}

.hero-btn a {
    display: inline-block;
    margin-right: 30px;
}

.hero-btn a img {
    border-radius: 5px;
}


/* common title */

.common-title h3 {
    font-size: 50px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
}

.common-title h3 span {
    color: #71C010;
}


/* box items  */

.box-item-wrapper .title h4 {
    color: #393939;
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0;
    margin-top: 30px;
}

.box-item-wrapper .desc {
    font-size: 18px;
    color: #666666;
}

.box-item-wrapper-image {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background-color: #FFF1E5;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.box-item-wrapper-image img.two.position-absulate {
    position: absolute;
    right: -10px;
    top: 0;
    z-index: -1;
}

.box-item-wrapper-image {
    line-height: 100px;
}

.box-item-wrapper {
    transition: .3s;
}

.box-item-wrapper:hover {
    padding: 35px 25px;
    background: #71C010;
    box-shadow: 0px 30px 50px rgb(0 0 0 / 8%);
    border-radius: 10px;
}

.box-item-wrapper {
    padding: 35px 25px;
}

.box-item-wrapper:hover .title h4,
.box-item-wrapper:hover .desc {
    color: #fff;
}


/* cta area css */

.cta-area {
    position: relative;
    z-index: 1;
}

.cta-thumb-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.cta-thumb-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.common-title h4 {
    font-size: 25px;
    color: #71C010;
    font-weight: 400;
    margin-bottom: 5px;
}

.common-title h3 {
    font-size: 50px;
    font-weight: bold;
    color: #081817;
}

.site-btn a {
    display: inline-block;
    line-height: 60px;
    border-radius: 30px;
    background: #71C010;
    color: #fff;
    padding: 0 35px;
}

.cta-area .site-btn {
    margin-top: 25px;
}

.cta-area .desc {
    margin-top: 20px;
}

.cta-area.cta-area-2 .cta-thumb-right {
    right: auto;
    left: 0;
    top: 0;
}

.cta-area.cta-area-2 .cta-thumb-left {
    left: auto;
    right: 0;
    bottom: 0;
}

.common-title {
    margin-bottom: 40px;
}

.common-title .desc {
    margin-top: 20px;
}

.cta-number-item-inner-area {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 148px;
    position: relative;
}

.cta-number-item-inner-area h3 {
    color: #FFA400;
    font-size: 30px;
    font-weight: bold;
}

.cta-number-item-inner-area:after {
    position: absolute;
    right: 0;
    width: 140px;
    height: 4px;
    content: "";
    background: #FFA400;
    bottom: 0;
}

.elementor-345 .elementor-element.elementor-element-04a0894 .cta-area .cta-area-thumbnail {
    padding-right: 90px;
}

.elementor-345 .elementor-element.elementor-element-a5fe2eb .cta-area .cta-area-thumbnail {
    padding-right: 40px;
    text-align: right;
}

.elementor-345 .elementor-element.elementor-element-d41068d .cta-area .cta-area-thumbnail {
    padding-left: 100px;
}

.elementor-345 .elementor-element.elementor-element-9367e40 .cta-area .cta-area-thumbnail {
    text-align: right;
}


/* how is work */

.how-its-work-inner-content .heading h1 {
    font-size: 50px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
}

.how-its-work-inner-content .desc {
    font-size: 18px;
    color: #666666;
    margin-bottom: 25px;
}

.how-its-work-btn a {
    display: inline-block !important;
    border-radius: 5px;
}

.how-its-work-btn a img {
    max-width: 190px;
    margin-right: 20px;
    border-radius: 5px;
}

.elementor-5 .elementor-element.elementor-element-d41068d .cta-area .cta-area-thumbnail {
    text-align: right;
}

.freequency-area {
    padding-top: 130px;
    padding-bottom: 170px;
}

.freequecny-card-area .card {
    margin-bottom: 40px;
    background: #FFFFFF;
    border: navajowhite;
}

.freequecny-card-area .card .card-header {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 5px;
}

.freequecny-card-area .card {
    box-shadow: 0px 10px 20px rgb(183 183 183 / 16%);
    border: none;
    padding: 30px 50px;
    margin-bottom: 30px;
}

.freequecny-card-area .card .card-header button {
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #393939;
}

.freequecny-card-area .card .card-body {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    font-size: 20px;
}

.freequecny-card-area .card .card-header button:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.freequecny-card-area .card .card-header:focus {
    outline: none;
    text-decoration: none;
}

.freequecny-card-area .card .card-header button[aria-expanded="true"]:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: 'FontAwesome';
    color: #081817;
    font-size: 34px;
}

.freequecny-card-area .card .card-header button[aria-expanded="false"]:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: 'FontAwesome';
    color: #081817;
    font-size: 34px;
}

.freequecny-card-area .card .card-header button {
    position: relative;
    padding-right: 40px;
}

.freequecny-card-area .card .card-header button:hover {
    text-decoration: none;
}

.freequecny-card-area .card.active {
    background: #71C010;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 8px;
}

.freequecny-card-area .card.active button {
    color: #fff;
}

.freequecny-card-area .card.active {
    color: #fff;
}

.freequecny-card-area .card.active button[aria-expanded="true"]:after,
.freequecny-card-area .card.active button[aria-expanded="false"]:after {
    color: #fff;
}


/* footer area css */

footer.footer-area {
    position: relative;
    background: #F6F7F7;
    z-index: 1;
}

.footer-top-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer-bottom-thumbnail {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.footer-widget-area {
    padding-top: 145px;
    padding-bottom: 140px;
}

.footer-copyright-outer-row {
    padding-top: 25px;
    padding-bottom: 100px;
    border-top: 1px solid #9E9E9E;
}

.copytext p {
    margin: 0;
    padding: 0;
}

.copytext p strong {
    font-weight: bold;
}

.social-list a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #88D04A;
    text-align: center;
    border-radius: 50%;
    color: #88D04A;
    line-height: 33px;
    margin-left: 15px;
}

.social-list a:hover {
    background: #88D04A;
    color: #fff;
    border-color: #88D04A;
}

.foooter-widget h3.widget-title {
    font-size: 25px;
    font-weight: bold;
    color: #081817;
    margin-bottom: 25px;
}

.foooter-widget ul li {
    display: block;
    margin-bottom: 20px;
}

.foooter-widget ul li a {
    display: inline-block;
    color: #666666;
}

.apps-button a {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 1;
    background: #081817;
    color: #fff;
    border-radius: 5px;
    padding-left: 59px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 70px;
    padding-right: 20px;
}

.apps-button a span {
    line-height: initial !important;
}

.apps-button a span {
    display: block;
}

.apps-button a img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 35px;
}

.apps-button a span.span1 {
    font-size: 14px;
    display: block;
}

.apps-button a span.span2 {
    font-size: 25px;
    font-weight: bold;
}


/* scrool top css */

#scrollUp {
    background-color: #FE5C2B;
    bottom: 20px;
    color: #fff;
    padding: 10px 20px;
    right: 20px;
    border-radius: 50%;
}

#scrollUp {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 37px;
    font-size: 35px;
    background: #71C010;
}


/* filter css */

.box-item-wrapper img.imageone.imagtwo {
    display: inline-block;
}

.box-item-wrapper-image img.two.three.position-absulate.d-none {
    display: none !important;
}

.box-item-wrapper:hover img.two.three.position-absulate.d-none {
    display: block !important;
    position: absolute;
    right: 0;
    z-index: 2;
}

.box-item-wrapper:hover img.two.position-absulate {
    display: none;
}

img.imageone.imagtwo {
    display: none !important;
}

.box-item-wrapper:hover img.imageone.imagtwo {
    display: inline-block !important;
}

.box-item-wrapper:hover img.imageone {
    display: none;
}


/* four zero css */

.four-zero-page-error {
    height: 100vh;
}

.icon {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: #71C010;
    border-radius: 50%;
    font-size: 88px;
    color: #fff;
}

.four-zero-content h1 {
    font-size: 98px;
}


/*  */

.what-it-works-item-two-list {
    padding: 50px 55px;
    border: 1px solid #A4A4A4;
    border-radius: 10px;
}

.what-it-works-item-two-list .img img {
    width: auto;
    object-fit: cover;
    height: 285px;
}

.what-it-works-item-two-list .img {
    margin-bottom: 20px;
}

.what-it-works-item-two-list h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 1.16;
}

.work-itemstitle {
    min-height: 65px;
    margin-bottom: 10px;
}

.what-it-works-item-two-list .desc {
    margin-bottom: 15px;
}

.what-it-works-item-two-list .desc {
    min-height: 116px;
}

.apps-button.how-its-work-btn-list a {
    display: inline-block !important;
    width: auto !important;
    line-height: 48px !important;
    text-align: left;
    padding-right: 15px;
    margin: 0 5px;
    padding-left: 55px;
}

.apps-button.how-its-work-btn-list a span.span2 {
    font-size: 16px;
}

.apps-button.how-its-work-btn-list a span.span1 {
    font-size: 10px;
}

.apps-button.how-its-work-btn-list a img {
    width: 30px;
    left: 17px;
}

.what-it-works-item-two-list.what-it-works-item-two-list-0 {
    padding-left: 35px;
    padding-right: 35px;
}

.what-it-works-item-two-list .how-its-work-btn a {
    display: inline-block !important;
    border-radius: 5px;
    margin: 0 10px !important;
    width: 150px;
    height: 45px;
}

.what-it-works-item-two-list .how-its-work-btn a img {
    width: 100%;
    height: 100%;
}

.what-it-works-item-two-list {
    padding-bottom: 30px;
}

.what-it-works-item-two-list .site-btn a {
    line-height: 50px;
}


/* breadcum css */

.breadcum-area {
    padding-top: 220px;
    padding-bottom: 140px;
    background-color: #F6F7F7;
}

.custom-heading-title h1 {
    font-size: 60px;
    font-weight: bold;
}

.custom-heading-title {
    margin-bottom: 5px;
}

.breadcum-content .breadcum-navxt {
    font-size: 25px;
    color: #081817;
    font-weight: 600;
}

.breadcum-content .breadcum-navxt a {
    color: #081817;
}


/* contact form css */

textarea,
input,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
    line-height: 60px;
    padding: 0 20px;
    border: 1px solid #C8CACF;
    background: #fff;
    border-radius: 5px;
}

.contact-form-area {}

.contact-form-area label {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #393939;
}

.contact-form-area br {
    display: none;
}

.contact-form-area .form-group {
    margin-bottom: 30px;
}

.contact-form-area .form-group textarea {
    line-height: initial;
    padding: 20px;
    height: 230px;
}

.contact-form-area .form-group textarea::placeholder {
    font-size: 20px;
    color: #9E9E9E;
}

.contact-form-area .form-group button:hover {
    background: #222;
}

.contact-form-area .form-group button {
    line-height: 70px;
    border: none;
    background: #71C010;
    color: #fff;
    text-transform: uppercase;
    padding: 0 70px;
    border-radius: 70px;
    font-size: 30px;
    font-weight: bold;
    transition: .3s;
    box-shadow: 0px 18px 29px rgb(59 56 56 / 11%);
}

.contact-form-area .form-group.upload-form .codedropz-upload-inner h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    margin-top: 30px;
}

.contact-form-area .form-group.upload-form .codedropz-upload-inner span {
    display: none;
}

.contact-form-area .form-group.upload-form .codedropz-btn-wrap a.cd-upload-btn {
    color: #71C010;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    line-height: 60px;
    border: 1px solid #71C010;
    padding: 0 40px;
    text-align: center;
}

.contact-form-area .form-group.upload-form .codedropz-btn-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-form-area .form-group .nice-select {
    width: 100%;
    line-height: 60px;
    height: auto;
    border: 1px solid #C8CACF;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 0;
}

.contact-form-area .form-group .nice-select:after {
    height: 10px;
    width: 10px;
    border-color: #71C010;
    right: 15px;
}

.contact-form-area .form-group .nice-select ul.list {
    overflow: unset;
    width: 100%;
}

.contact-form-area .form-group .nice-select ul.list li,
.contact-form-area .form-group .nice-select span.current {
    color: #9E9E9E;
    font-size: 20px;
    font-weight: normal;
}

.contact-form-area {
    overflow: hidden;
    padding-bottom: 20px;
}

header.header_area a.navbar-brand img {
    max-width: 190px;
}

.apps-button.hero-btn-list a {
    display: inline-block !important;
    width: auto !important;
    padding-left: 60px;
    border-radius: 5px;
    padding-right: 30px;
    line-height: 70px;
    margin-right: 15px;
    background: #071C35 !important;
}

.apps-button.hero-btn-list a span {
    line-height: initial;
}

.apps-button.hero-btn-list a span.span1 {
    font-size: 13px;
    text-align: left;
}

.apps-button.hero-btn-list a span.span2 {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
}

.what-it-works-item-two-list .how-its-work-btn a:hover,
.apps-button a:hover {
    opacity: 1;
}

.cta-area-thumbnail {
    padding-right: 30px;
}


/* footer version two css */

footer.footer-area.footer-area-version-two .footer-widget-area {
    padding: 80px 0;
}

footer.footer-area.footer-area-version-two .footer-widget-area .foooter-widget h3.widget-title {
    font-size: 32px;
    font-weight: bold;
}

footer.footer-area.footer-area-version-two .footer-widget-area .apps-button a {
    margin: 0 10px;
    text-align: left;
}

footer.footer-area.footer-area-version-two .footer-widget-area .apps-button {
    margin-bottom: 45px;
}

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

.footerversiontwomenu ul li {
    display: inline-block;
    margin: 0 10px;
}

.footerversiontwomenu ul li a {
    display: block;
    font-weight: 500;
    font-size: 25px;
    color: #081817;
}

footer.footer-area.footer-area-version-two .footer-copyright-outer-row {
    padding-bottom: 75px;
}

.wpcf7 form .wpcf7-response-output {
	padding: 0.3em 1em !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #fff !important;
	background: #F4E795;
	font-style: italic;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff !important;
        background: #A9F495;
        font-style: italic;
}
