@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);

/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,
body,
html * {
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.white {
    color: #fff;
}
.dark-color {
    color: #40E795;
}

button:focus {
    outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

li {
    list-style: none;
}

.breadcrumb-area.breadcrumb-bg-2.pt-50.pb-70.mb-100 {
    background: url('image/background-heading-page.png');
    background-size: cover;
    background-position: center;
}

ul.breadcrumb {
    background: transparent;
    padding-left: 0px;
}

.container-fluid {
    padding: 0px;
}

a:hover {
    text-decoration: none;
}

p {
    color: #757576;
    font-size: 18px !important;
}

p strong {
    color: #2d3a19
}

ul.breadcrumb * {
    color: #000 !important;
}


/* Woocommerce Css Start here*/

.single-product nav.woocommerce-breadcrumb {
    display: none;
}

.carticon {
    display: inline-block;
    /* position: relative; */
    /* top: 16px; */
}

span.navbar-text.search-icon {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: -16px;
}

input.search-submit {
    display: none;
}

.logo a {
    display: block !important;
    margin: 0px auto;
}

nav.woocommerce-pagination {
    clear: both;
}

nav.woocommerce-pagination ul li {
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
}

nav.woocommerce-pagination ul li a {
    color: #fff;
    text-decoration: none;
    background: #000 !important;
    padding: 10px !important;
}

nav.woocommerce-pagination ul li span {
    color: #fff !important;
    text-decoration: none;
    background: rgb(110, 110, 110) !important;
    padding: 10px !important;
}

h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 15px !important;
    text-align: center;
    min-height: 60px;
}

.woocommerce span.onsale {
    background: #000 !important;
}

.woocommerce ul.products li.product .price {
    text-align: center !important;
    color: #000 !important;
    font-size: 1em !important;
    padding: 10px !important;
}

.woocommerce ul.products li.product .button {
    text-align: center;
    background: #40e795;
    color: #fff;
}

nav.woocommerce-breadcrumb {
    /* display: none; */
}


/* header.woocommerce-products-header {
    display: none;
} */

main#primary {
    /* margin-top: 60px; */
}

.woocommerce-product-gallery {
    margin-right: 40px;
    width: 50% !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #000 !important;
}

.woocommerce .quantity .qty {
    width: 110px !important;
    line-height: 33px !important;
    border-radius: 0 !important;
    margin-right: 10px !important;
}

.woocommerce div.product .product_title {
    font-size: 40px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000 !important;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: unset;
}


/* Woocommerce Css End here*/


/* Custom Style Start here */


/* Header Section Start */

ul.list-unstyled li {
    display: inline-block;
    padding: 10px 8px;
}

ul.list-unstyled li a {
    color: #1e1d1d;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.bottom-line {
    border-bottom: 1px solid rgb(160 159 160 / 0.2);
}

ul#menu-header-right-menu li:nth-child(2) a {
    font-size: 15px;
    text-transform: none;
}

ul#menu-header-left-menu li.active a:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background: #2d3a19;
    height: 3px;
    bottom: -32px;
}

ul#menu-header-left-menu li.active a {
    position: relative;
}

ul#menu-header-right-menu li:nth-child(3) a {
    background: #40e795;
    padding: 12px 10px;
    color: #fff;
}


/* Header Section End */

.page-template-page-mind .fade-row:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #40e795c7;
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
}


/* Homeage Slider Section Start */

section.home-slider-area {
    height: 700px !important;
}

h1 {
    font-size: 66px;
    font-style: italic;
}

ul.slick-dots {
    position: absolute;
    top: 45%;
    right: 50px;
    font-size: 16px;
    list-style: none;
}

ul.slick-dots li button {
    background: transparent;
    border: none;
    color: #909090;
}

li.slick-active button {
    color: #000 !important;
    font-weight: 900;
}


/* ul.slick-dots:before {
    content: "";
    width: 2px;
    height: 60px;
    background: #000;
    position: absolute;
    top: -71px;
    left: 19px;
} */

.view_more a {
    margin-top: 30px;
    color: #000;
    display: block;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
}

h1.box-shadow {
    /* background: url('image/bg-shadow.png'); */
	    background: #ffffffa6;
}

.btn_transpparent a {
    width: 90px;
    border: 1px solid #2d3a19;
    padding: 10px 30px;
    position: relative;
    top: 30px;
    color: #2d3a19;
    text-transform: uppercase;
}

.btn_background a {
        width: 90px;
    padding: 10px 30px;
    position: relative;
    top: 30px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #40e795;
    left: 10px;
}

.btn_background a:before {
    position: relative;
    right: 6px;
    color: #000;
    font-size: 17px;
    content: '\f35a';
    /* content: "\f879"; */
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
}

.left-bar {
    position: absolute;
    left: 0px;
    width: 110px;
    height: 100%;
    background: #ffff;
}

.banner_socail_icons li a,
.banner_socail_icons li a:hover,
.banner_socail_icons li a:visited {
    color: #000;
}

ul.banner_socail_icons {
    text-align: center;
}

.scroll-down {
    transform: rotate(90deg);
    width: 100%;
}

.scroll-down a {
    width: 100%;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: -169px;
    top: -12px;
}

.scroll-down:before {
    content: "";
    position: absolute;
    left: 79px;
    top: -9px;
    background-image: url(image/down_arroa.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 22px;
}

.socail_icons {
    position: relative;
    top: 30%;
}


/* Homeage Slider Section End */


/* Section 2.2 Start*/

.sec-2-3 a {
    display: contents;
}

.meet_founder {
    padding-left: 20%;
    background: #40e795;
    padding-bottom: 70px;
    padding-top: 70px;
}

.meet_founder * {
    color: #fff;
}

.meet_founder p {
    color: #ffffff;
    padding-top: 0px;
    padding-right: 70px;
    line-height: 38px;
    font-size: 18px;
}

.meet_founder:before {
    /* content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 70px;
    color: #fff; */
}

.sec-2-3 img {
    position: relative;
    top: 0px;
    right: 30px;
    max-width: 110%;
}

.quote {
    text-align: center;
    padding: 70px;
    margin-bottom: 0px;
    background: url('image/testimonial-bg-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #efefef;
}

.sec-2-4 .quote,
.sec-2-4 .quote * {
    background: #96ecc3;
    color: #fff !important;
    text-shadow: 0 0 8px #0000005c;
}


/* Section 2.2 End*/


/* Homepage Section 2 Start */

.text-container-align {
    max-width: 530px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 530px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 530px;
    -ms-flex: 0 0 530px;
    flex: 0 0 530px;
    margin-left: calc((100vw - 1185px) / 2);
    margin-left: -webkit-calc((100vw - 1185px) / 2);
    padding: 123px 0px;
}

.btn_background a.section-2-anchor {
    position: static;
}

.btn_background a.section-2-anchor:before {
    display: none;
}

.section-2-paragraph {
    margin-bottom: 50px;
}

h2.big_heading {
    line-height: normal;
    margin-bottom: 24px;
}


/* Homepage Section 2 End*/


/* Homepage Section 3 Start */

.sec-3 .col-md-4:nth-child(1) .background-box {
    background: #dce2cb !important;
}

.sec-3 .col-md-4:nth-child(2) .background-box {
    background: #f1e3d1 !important;
    /* top: 80px; */
    top: 170px;
    bottom: auto;
    min-height: auto;
}

.sec-3 .col-md-4:nth-child(3) .background-box {
    background: #c7f9f4 !important;
}

.image-background img {
    width: 80%;
    position: relative;
}

.background-box {
    position: absolute;
    bottom: -60px;
    min-height: 178px;
    padding: 20px 27px;
    width: 260px;
    right: 0px;
}

.background-box * {
    margin: 0;
    padding: 0;
}

.background-box {
    color: #2d3a19;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
}

.background-box p {
    color: #2d3a19;
    font-size: 14px;
    margin-top: 15px;
}

a.section-3-anchor {
    color: #fff;
    font-size: 16px !important;
    margin-top: 20px;
    display: block;
    background: #000;
    text-align: center;
    padding: 4px;
}


/* Homepage Section 3 End */


/* Homepage Section 4 Start */

.border-heading h2 span:before {
    content: "";
    width: 22%;
    height: 1px;
    left: 40px;
    background: #fff;
    display: block;
    top: 30px;
    position: absolute;
}

.border-heading h2 span:after {
    content: "";
    width: 22%;
    height: 1px;
    right: 40px;
    background: #fff;
    display: block;
    top: 30px;
    position: absolute;
}

.sec-4 .col-md-8.mx-auto.text-center .border-left-right {
    height: 160px;
}

.sec-4 .col-md-8.mx-auto.text-center .border-left-right:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 101px;
    position: absolute;
    left: 40px;
    top: 31px;
}

.sec-4 .col-md-8.mx-auto.text-center .border-left-right:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 103px;
    position: absolute;
    right: 40px;
    top: 32px;
}

.border-paragraph {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.border-paragraph:before {
    content: "";
    width: 18%;
    position: absolute;
    height: 1px;
    background: #fff;
    left: 40px;
    top: 11px;
}

.border-paragraph:after {
    content: "";
    width: 18%;
    position: absolute;
    height: 1px;
    background: #fff;
    right: 40px;
    top: 14px;
}

.btn_white a {
    border: 1px solid #fff;
    color: #fff;
}

.border-heading h2 span {
    color: #fff;
    font-size: 48px;
    font-family: 'Playfair Display', serif;
}

.border-paragraph span {
    color: #fff;
}


/* Homepage Section 4 End */


/* Homepage Section 5 Start */


/* Homepage Section 5 End */


/* Homepage Section 6 Start */

.sec-6 {
    background-color: #f6f8f0;
}

.col-md-12.image-full-width {
    overflow: hidden;
    height: 339px;
}

.events_title {
    color: #525352;
    font-size: 28px;
    margin-top: 13px;
    font-family: 'Playfair Display', serif;
}

p.author_date {
    text-transform: capitalize;
}

.col-md-12.mx-auto.text-center a {
    position: static;
    display: block;
    width: 220px;
    text-align: center;
    margin: 40px auto 10px auto;
}


/* Homepage Section 6 End */


/* Homepage Section 7 Start */

.sec-7 {
    padding: 100px 0 !important;
}


/* Homepage Section 7 End */


/* Sub Footer Section Start */

.subfooter {
    background: #fcfef7;
}

.icon_with_details {
    text-align: left;
}

.address_icon {
    background: url(image/map_icon-min.png);
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    background-size: contain;
    background-position: center;
}

.phone_icon {
    background: url(image/phone_icon-min.png);
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    background-size: contain;
    background-position: center;
}

.email_icon {
    background: url(image/email_icon-min.png);
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    background-size: contain;
    background-position: center;
}

.sub_footer_heading {
    font-size: 12px;
    position: relative;
    padding-left: 70px;
    text-transform: uppercase;
}

.sub_footer_heading_details {
    padding-left: 70px;
    font-size: 22px;
    color: #2a2a2a;
}


/* Sub Footer Section End */


/* Footer Section Start */

.copyright {
    background: #40E795;
    position: relative;
}

.copyright * {
    color: #fff !important;
}

ul#menu-footer-menu .menu-item a {
    padding: 5px 10px !important;
    width: auto;
    position: static;
    top: 0px;
    margin: 0;
}

ul.footer_socail_icons li {
    display: inline-block;
}

ul.footer_socail_icons li a {
    padding: 0px;
    margin: 0px;
    width: 40px !important;
}

.footer_socail_icons a {
    margin: 0px !important;
}

.footer_socail_icons a:before {
    content: "";
    width: 180px;
    position: absolute;
    height: 1px;
    background: #fff;
    top: 12px;
    left: 316px;
}

.footer_socail_icons a:after {
    content: "";
    width: 180px;
    position: absolute;
    height: 1px;
    background: #fff;
    top: 12px;
    right: 320px;
}

footer p.light-grey {
    padding: 0;
    margin: 0;
}

.back-to-top {
    position: absolute;
    bottom: 27px;
    right: calc(100%/19);
    font-size: 12px;
}


/* Footer Section End*/


/* Contact us page */

form.wpcf7-form.init input {
    width: 100%;
    padding: 10px 22px;
    margin: 10px 0px;
}

form.wpcf7-form.init input[type="submit"] {
    background: #40e795;
    color: #fff;
}

.form-page li {
    display: block;
    width: 100%;
    font-size: 19px;
    background: #131212;
    padding: 15px 1px !important;
    margin: 7px 0;
    color: #fff !important;
}

.form-page li p {
    color: #fff;
    font-size: 16px;
}

.form-page li:hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

.form-page li:nth-child(1):hover,
.form-page li:nth-child(3):hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}


/* Show dropdown submenu */

.navbar-inner {
    overflow: visible !important;
}

.menu ul {
    display: none;
    position: absolute;
    top: 55px;
    margin-left: 0px;
    padding-bottom: 15px;
}

.menu ul li,
.menu ul li a {
    display: block !important;
}

menu-item-has-children li:hover>ul {
    display: block !important;
}

.menu-item-has-children:hover ul {
    display: block !important;
}

nav.standard ul li ul li a {
    line-height: 25px !important;
    margin-top: 10px !important;
}

nav.standard ul li {
    vertical-align: top;
}

#fullscreen-menu .menu-inner nav ul ul {
    position: relative;
    top: 10px;
}

ul.sub-menu {
    display: none;
    padding: 6px 10px;
    border: 1px solid #efefef;
}

li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li {
    display: block;
}

ul.sub-menu {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 110px;
    margin-left: 0;
    padding-left: 0;
}

.page-id-480 h4 {
    font-size: 17px;
    min-height: 50px;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    background: #40E795;
    border-radius: 0px;
    padding: 9px 30px;
    display: block;
    width: 80%;
    margin: 0px auto;
}
a.darkbtn {
    background: #40e795;
    color: #fff;
    padding: 7px 20px;
    font-size: 16px;
}


ul#menu-header-left-menu li.active a:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background: #2d3a19;
    height: 3px;
    bottom: -9px;
}

.wpb_wrapper ul li {
    list-style: disc;
    margin-left: 30px;
}
h3.entry-title.py-5.text-center {
    color: #fff;
}
.vc_gitem-post-data-source-post_excerpt p {
    font-size: 12px !important;
    color: #000;
}
.single.single-post .breadcrumb-area.breadcrumb-bg-2.pt-50.pb-70.mb-100:before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #0000007d;overflow: hidden;}
/* Custom Style End here */


@media screen and (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
    	max-width: 1340px;
	}
}




.col-md-12.col-sm-12.d-flex.align-items-center a {
    text-align: center;
    margin: 0px auto;
}

.menu-header-left-menu-container {
    margin: 0px auto;
}


.col-md-12.col-sm-12.d-flex.align-items-center.position-relative {
    margin-top: 30px;
    margin-bottom: 24px;
}

img.attachment-344x344.size-344x344 {
    width: 70%;
}

ul.breadcrumb {
    display: none;
}

.copyright ul.sub-menu {
    display: none !important;
}


.headermenu {position: absolute;right: 0; bottom:0}

.headerlogo {
    position: absolute;
    right: 38%;
    width: 380px;
}

.col-md-12.col-sm-12.d-flex.align-items-center.h100 {
    height: 100px;
    text-align: center;
    display: block !important;
}


li.btn-green a {
    background: #40e795;
    padding: 12px 10px;
    color: #fff !important;
}

ul#menu-header-left-menu li a {
    font-size: 18px;
    padding: 0px 14px;
}

.breadcrumb-area.breadcrumb-bg-2.pt-50.pb-70.mb-100 .col-lg-12.py-5 {
    padding: 5rem 0px !important;
}

i.fas.fa-phone.mt-4.fa-2x,
i.fas.fa-envelope.mt-4.fa-2x {
    display: block;
    padding-bottom: 30px;
    margin-top: 10px !important;
}

@media only screen and (max-width: 1023px) {
	.sec-3 .col-md-4 {
		display: block;
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
	.background-box {
		margin: 20px 0px;
		padding: 20px 27px;
		position: relative;
		bottom: 0px !important;
		width: 100%;
		top: 0px !important;
	}
	.image-background {
		text-align: center;
	}
	.headerlogo {
		width: 380px;
		text-align: center !important;
		position: relative !important;
		left: auto;
		right: auto;
		margin: 0px auto;
	}
	img.attachment-344x344.size-344x344 {
		width: 70%;
		margin: 0px auto;
		display: block;
	}
	.sec-4 .col-md-8.mx-auto.text-center .border-left-right:after {display:none;}
	.sec-4 .col-md-8.mx-auto.text-center .border-left-right:before {display:none;}
	.border-heading h2 span:before {display:none;}
	.border-heading h2 span:after {display:none;}
	.border-paragraph:before {display:none}
	.border-paragraph:after {display:none}
	.sub_footer_heading_details {
		padding-left: 70px;
		font-size: 12px !important;
		color: #2a2a2a;
	}
	.footer_socail_icons a:before {display:none;}
	.footer_socail_icons a:after {display:none;}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 40px;
		font-style: italic;
	}
	.home-slider-area .col-md-6.h-100 {
		display: none;
	}
	
	section.home-slider-area {
		height: 500px !important;
	}
	.copyright * {
		color: #fff !important;
		text-align: center;
	}
}

@media only screen and (max-width: 650px) {
	.left-bar {
		display: none;
	}
}