:root {
    --container-width: 784px !important; 
    --btn-bg-color-green: #1bf1ad;
    --text-color-black: #373737;
    --text-color-blue: #0685d7;
    --text-color-grey: #747474;
    --text-color-normal-grey: #6a6666;
    --text-color-light-grey: #b2b2b2;
    --color-bg-black: #000000;
}
.text-black,
.text-black-hover:hover {
    color: var(--text-color-black) !important;
}
.text-blue {
    color: var(--text-color-blue) !important;
}
.text-grey {
    color: var(--text-color-grey) !important;
}
.text-green{
    color: var(--btn-bg-color-green) !important;
}
.text-light-grey {
    color: var(--text-color-light-grey) !important;
}
.bg-color-blue {
    background-color: var(--text-color-blue) !important;
}
.bg-color-black {
    background-color: var(--color-bg-black) !important;
}
.bg-color-green {
    background-color: var(--btn-bg-color-green) !important;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}

.pr-75 {
    padding-right: 75px;
}

body {
font-family: 'Poppins', sans-serif;
    background: #fff;
}
h1 {
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 40px;
}
h4 {
    font-size: 35px;
}
h5 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}

strong,
.font-bold,
.subscribe .box h3{
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}

p, a {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: var(--text-color-grey);
}


/* Header */
header {
    background-size: cover;
    background-position: top right;
}
header h1 span{
    display: block;
    color: var(--text-color-black);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
}
header .heading {
   color: #fff;
text-align: center;
font-size: 30px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 3px;
}
.inner_banenr {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:#fff; 
}
.inner_banenr {
    background-position: top;
    background-size: auto;
    border-bottom: 2px solid #979797;
}
.scroll_down,
.scroll_down:hover{
    font-family: 'justanotherhand-regular', sans-serif;
    color:#9b9b9b;
    bottom: 0;
    left:0;
    right: 0;
}
/* Header Menu */
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.menu .menu-item {
    display: inline-block;
    padding: 0 20px;
}
.menu .menu-item a {

    color: #fff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;

}
.menu .menu-item a:hover, .menu .current-menu-item a {

    font-weight: 600;
   
text-decoration: underline;
border-bottom: 2px solid #1be2a3;

text-decoration: none;
}
.home .banner_wrap p {

    line-height: 38px;
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;

}
.home-content-section {

    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.text-field input, .unsubscribe form input.wpcf7-form-control.wpcf7-email {
    margin-bottom: 10px;
    border: 1px solid #ccc !important;
    box-shadow: none;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 300;
    background: #fff !important;
    color: #6c6c6c !important;
    padding: 12px 15px !important;
    border-radius: 1px !important;
    width: 100% !important;
    display: inline-block !important;
    height:auto !important;
	line-height: 30px !important;
}
.unsubscribe .wpcf7-form-control-wrap.your-email {
    width: 100%;
}
.subscribe-form .mc4wp-form, .unsubscribe form {

    background: #1bf1ad !important;
    display: inline-block !important;
    padding: 35px !important;
    border: 1px solid #eee !important;
    width: 100% !important;

}
.submit-btn input {

    background: transparent;
    border: 2px solid #fff !important;
    color: #fff;
    width: 100%;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 1px;

}
.tnp.tnp-widget form  .tnp-email{
  margin-bottom: 0px;
    border: 1px solid #ccc !important;
    box-shadow: none;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 300;
    background: #fff !important;
    color: #6c6c6c !important;
    padding: 12px 15px !important;
    border-radius: 1px !important;
    width: 100% !important;
    display: inline-block !important;
    height:auto !important;
	line-height: 30px !important;
}
.tnp.tnp-widget form  .tnp-submit{
    background: transparent;
    border: 2px solid #fff !important;
    color: #fff;
    width: 100%;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 1px;
}
.tnp.tnp-widget form {
  background: #1bf1ad !important;
    display: inline-block !important;
    padding: 35px !important;
    border: 1px solid #eee !important;
    width: 100% !important;
}

.terms-text input[type="checkbox"] {
    width: 20px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.tnp-widget label {
    display: none !important;
	}
   .terms-text{
text-align:left;
margin-top:10px;
}
.terms-text input[type="checkbox"] {
    width: 20px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.terms-text p {
font-size:12px;
}
.terms-text a {
    color: #fff;
	font-size:12px;
}
.unsubscribe .wdform_column .wdform_row:first-child {
    width: 100% !important;
    float: left;
}
.unsubscribe .wdform-element-section.unsub-btn {
    text-align: center !important;
    width: 100% !important;
}
.unsubscribe .wdform_column .wdform_row:last-child {
    width: 100% !important;
    float: left;
}
.unsubscribe .button-submit {
      background: transparent;
    border: 2px solid #fff !important;
    color: #fff !important;
    width: 100%;
	height:auto !important;
    padding: 20px 30px !important;
    font-size: 18px !important;
	 border-radius: 1px !important;
    font-weight: 500 !important;
    cursor: pointer;
    border-radius: 1px;
}
.unsubscribe #mwd-form1 .input_deactive {
    color: #6c6c6c !important;
}
.unsubscribe #mwd-form1 .wdform_footer {
    padding: 0px;
	}
.text-section h3 {

    font-size: 14px;
    color: #303030;
    margin-bottom: 30px;
    font-weight: 600;
	letter-spacing:2px;
    text-transform: uppercase;

}
.page-template-default h2, .contact_page h2 {
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #2c2c2c;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 700;
}

.text-section h4 {

    font-size: 13px;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 3px;

}
.text-section p {

    font-size: 21px;
    font-weight: 300;
    color: #666666;

}
.box-item .box-inner {
    padding: 15px 20px;

}
.box-image {

    float: left;
    width: 50%;
    background: #1bf1ad;
    padding: 10px;
 text-align:center;
 height: 120px;

}
.box-text {

    float: left;
    width: 50%;
 padding-left: 10px;
 padding-top: 10px;

}
.box-text h5 {
font-size:14px;
font-weight:400;
color:#303030;
}
.box-image img {

    max-width: 100%;
    max-height: 100%;

}
.box-text p {
color:#666666;
font-size:11px;
font-weight:400;
}

.box-item .box-inner .box-image .img-blue {
    display: none;
}
.box-item .box-inner:hover .box-image .img-blue {
    display: block;
}
.box-item .box-inner:hover .box-image .img-grey {
    display: none;
}
.box-inner:hover {

    background: #1bf1ad;

}
.box-inner:hover .box-image{
background:#303030;
}
.box-inner:hover .box-text p, .box-inner:hover .box-text h5  {
color:#fff;
}
.text-section h2 {

    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
	margin-bottom:40px;

}
.banner_wrap {

    padding: 70px 0px 100px;

}
footer {
    background: #fff;
    border-top: 1px solid #e6e6e6;
}
footer .menu .menu-item a, footer p, .contact-info p {
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #676768;
	text-transform: none;
}
.text-section .mc4wp-alert.mc4wp-success p {
    font-size: 14px;
}
.menu-footer-menu-container .menu .menu-item {
    display: inline-block;
    padding: 0 10px !important;
	line-height:12px;
}
.menu-footer-menu-container .menu .menu-item+.menu-item{
    border-left:2px solid #1bf1ad;
}
.menu-footer-menu-container .menu .menu-item a:hover {
font-weight:400;
border-bottom:1px solid #1bf1ad;
}
.btn-green,
.btn-blue {
    width: 250px;
    height: 60px;
    line-height: 59px;
    padding: 0;
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-shadow: none;
    background-color: var(--btn-bg-color-green);
    box-shadow:none;
    border-radius: 12px;
}
.btn-blue{
    background-color: var(--text-color-blue);
}
.btn-blue:hover{
    background-color: white;
    color: var(--text-color-blue);   
    border-color: var(--text-color-blue);
}
.categories-section span{
    font-size: 20px;
    font-weight: 300;
}
.categories-section h4.title{
    font-size: 30px;
}
.categories-section:hover a{
    text-decoration: none;
}
.categories-section p{
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
}

.categories-section .image img{
    width:auto;
}
.categories-section h3 strong {
    color: var(--text-color-blue);
    text-transform: uppercase;
}
.categories-section .button_wrap a{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
}
.categories-section .button_wrap a:hover{
    color: var(--text-color-blue);
    border-color: var(--text-color-blue);
}
/*Subscription Section*/
.bottom-bg-image {
    height: 180px;
    background-size: cover;
    background-position: top;
    margin-bottom: -1px;
}
.subscribe .box h3 {
    color: var(--text-color-blue);
    text-transform: uppercase;
    font-weight: bold;
}
.page-template-blog-page .subscribe .box h3,
.page-template-blog-page .subscribe .box p {
    color: white;
}
.subscribe .box p {
    color: #fff;
    font-size: 15px;
    font-family: 'Raleway',sans-serif;
    line-height: 30px;
}
.subscribe .box input[name="EMAIL"] {
    width: 100%;
    border-color: #dfdfdf;
    border-radius: 8px;
    line-height: 65px;
    background-color: #f8f8f8;
    font-size: 20px;
    padding: 0 15px;
}

.contact-section .contact-info i {
    font-size: 60px;
    width: 70px;
    display: flex;
    justify-content: left;
    color: #fff;
}
.post h4,
h4.title{
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    color: #4f4e4e;
}
.post h4:hover,
h4.title:hover{
    color:var(--btn-bg-color-green) !important;
	text-decoration:none;
}
.post:hover a{
	text-decoration:none;
}
.post p {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #606060;
}
.post .btn{
    background: white;
    min-width: 185px;
    border-radius: 25px;
    color: #c2c2c2;
    border:1px solid #c2c1c1;
}
.post .btn a{
    font-size: 16px;
    color: #c2c2c2;
    padding: 0 10px;
}
.post .btn a i,
.mobile-menu{
    display: none;
}

.post .btn:hover i {
    display: inline-block;
    padding-left: 5px;
}
.post .btn:hover,
.post .btn:hover a{
      border-color: #1bf1ad;
    color: #1bf1ad;
    text-decoration: none;
}
.post .post-image .image {
	width: 100%;
}
h4.title{
    color: #1bf1ad;
}
.single .post p{
    color:#606060;
    font-family: 'Poppins', sans-serif;
    letter-spacing: normal;
    font-size: 14px;
    margin-bottom: 20px;

}
.form input.wpcf7-text {
    height: 46px;
    line-height: 45px;
}
.form input.wpcf7-text, .form textarea.wpcf7-textarea {
    width: 100%;
    margin-bottom: 15px;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-radius: 0px;
    color: #9fa3a7;
    padding: 5px 0 5px 10px;
    background: transparent;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
}
.form input.wpcf7-text:focus, .form textarea.wpcf7-textarea:focus {

border-bottom:1px solid #1bf1ad;
}
.page-id-68 .after-banner-ext .text-section p {
    display: none;
}
.page-id-61 .after-banner-ext .text-section p {
    display: none;
}
.form textarea.wpcf7-textarea{
    padding-left: 15px;
    margin-bottom: 10px;
    height: 150px;
}
.wpcf7-form label {
    display: inline-block;
    margin-bottom: .5rem;
    float: left;
    width: 20%;
    line-height: 50px;
    color: #8a8a8a;
    font-size: 12px;
    text-transform: uppercase;
}
.form input[type="submit"] {
    width: 160px;
    letter-spacing: 3px;
    font-weight: bold;
	
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 42px;
    height: auto;
    line-height: 44px;
    font-family: 'Poppins', sans-serif;
    background: #1bf1ad;
    box-shadow: none;
    text-shadow: none;
    border: none;
    color: #fff;
	cursor:pointer;
    font-size: 12px;
    padding: 0px 10px;
}

.wpcf7-form-control-wrap {
    display: inline-block !important;
    width: 80%;
}
div.wpcf7 .ajax-loader {
    display: block;
	}
.form input[type="submit"]:hover {
    color: #fff;
    border-color: #1bf1ad;
}
.form span.wpcf7-form-control-wrap.your-email input {
    padding-left: 35px;
}

.contact-info h6 {
    font-size: 16px;
    color: #3a3a3a;
}
.line {
    height: 1px;
    background-color: #2e2e2e;
    display: block;
    margin: auto;  
}
.line.long {
    width: 66%;
    margin-bottom: 1px;
}
.line.short {
    width: 60%;
}
.line-container {
    width: 100px;
    display: block;
    margin: auto;
}
.line-container .line {
    background-color: #d4d4d4;
}
.line-container .line.long {
    height: 2px;
}
.contact-info p {
    margin-bottom: 13px;
    color: #9fa3a7;
    line-height: 27px;
    font-size: 14px;
}
.contact-info span{
    font-weight: 300;
}
.contact-info h5{
    color:#04d16a;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.mc4wp-checkbox label span {
    padding-left: 15px;
}

/* Unsubscribe Page */

 
body .mwd-form .wdform-page-and-images,
body .mwd-form .wdform_column.ui-sortable,
body #mwd-form1 .wdform-page-and-images {
    padding: 0 !important;
}
.wdform-label-section,
.mobile-cat  {
    display: none !important;
}
.wdform_section{
    clear: both;
}
.wdform_section,
.wdform_section * {
    width: 100% !important;
    min-width: auto !important;
}
.wdform_column .wdform_row:first-child{
    width: 71% !important; 
    float: left;   
}
.wdform_column .wdform_row:last-child{
    width: 29% !important;    
    float: left;
}
#mwd-form1 .input_deactive,
#mwd-form1 .input_active,
.mwd-form .wdform-field,
.mwd-form .button-submit,
.wdform-element-section {
    display: block !important;
}

#mwd-form1 .input_deactive,
#mwd-form1 .input_active,
.subscribe .box input[name="EMAIL"] {
    width: 100%;
    border-color: #dfdfdf;
    border-radius: 5px;
    line-height: 65px;
    background-color: #f8f8f8;
    font-size: 20px;
    padding: 0 15px;
}
#mwd-form1 .button-submit,
.subscribe .box input[type="submit"] {
    text-transform: uppercase;
    height: 65px;
    font-weight: 400;
}
.mc4wp-checkbox-contact-form-7,
.mc4wp-checkbox-contact-form-7 input{
    position: relative;
}
.mc4wp-checkbox-contact-form-7 input{
    visibility: hidden;
}
.mc4wp-checkbox-contact-form-7 label:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
}
.mc4wp-checkbox-contact-form-7.input-checked label:after {
    content: "\f00c";
    font-family: 'Fontawesome';
    color: #fff;
    left: 2px;
    position: absolute;
    font-size: 16px;
    top: -4px;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -8px;
    background: #bf1818;
    padding: 1px 8px;
    border-radius: 30px;
}
input.wpcf7-not-valid{
	border: 2px solid #ff0b0b !important;
}
#mwd-form1 .input_active,
#mwd-form1 .input_deactive,
.subscribe .box input[type="email"]{
    border-radius: 12px 0 0 12px;
    height: 65px;
    background: #fff;
    font-size: 18px;
}
/* Default Template */
.page-template-default h2,
.contact_page h2 {
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #333333;
}
.page-template-default h2:after,
.contact_page h2:after{
    display: none;
}
.page-template-default h3 strong{
    color: #3497e4;
}
.page-template-default .content h3 {
	font-size: 30px;
}
       
.search_icon{
cursor:pointer;
}
#header-fixed .search {
    display: inline-block;
}
.search_icon i {
    color: #fff;
}
.sticky .search_icon i {
    color: #fff;
}
.searchform #s
{
color: #767676 !important;
width: 100% !important;
height: 50px !important;
display: block !important;
background-color: #f8f8f8 !important;
line-height: 50px !important;
border: 1px solid #d6d6d6 !important;
font-weight: 600;
font-family: 'Raleway', sans-serif;
text-align: left !important;
padding-left: 20px !important;
border-radius: 10px !important;
margin-left: 0px !important;
float: left;
font-size: 16px !important;
}
#header-fixed.sticky {
    position: fixed !important;
    top: 0px;
   background: #1bf1ad;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 9999;
    box-shadow: 0px 0px 1px 0px #fff;
}
.sticky .menu .menu-item a:hover,.sticky .menu .current-menu-item a {
    
    border-bottom: 2px solid #fff;
  
}
.spicewpsearchform {
    display: block;
    width: 60%;
    position: absolute;
    right: 20px;
    top: 100%;
    margin-top: 1px;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#spicewpsearchform input[type="text"] {
    width: 78%;
    height: auto;
    border: 1px solid #5ca2df;
    padding: 11px 12px;
    border-radius: 0px !important; 
    }
#spicewpsearchform input[type="submit"] {
    line-height: 1;
    padding: 14px 20px;
    border-radius: 0px;
    height: auto;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #5ca2df;
}
#spicewpsearchform:before {
    border-color: transparent transparent #d05353;
    border-style: solid;
    border-width: 0.5em;
    content: "";
    display: block;
    position: absolute;
    right: 22px;
    top: -20px;
    z-index: 10;
}

#searchsubmit {
    padding: 5px 20px !important;
    height: auto !important;
    line-height: 30px !important;
    margin-top: 10px !important;
    display: inline-block;
    cursor: pointer;
    background:#1bf1ad !important;
    margin:auto;
    color:#fff;
}
#searchform {
    text-align: center;
}
.latest-posts-section .box-image {

    float: left;
    width: 100%;
    background: #fff;
    padding: 0px;
    text-align: center;
    height: auto;
 

}
.latest-posts-section .box-text {

    float: left;
    width: 100%;
    padding-left: 10px;
    padding-top: 20px;


}
.latest-posts-section .box-inner:hover {

    background: #fff;

}
.latest-posts-section .box-item .box-inner:hover .box-image .img-grey {

    display: block;

}
.latest-posts-section .box-inner:hover .box-image {

    background: none;

}
.latest-posts-section .box-inner:hover .box-text p, .box-inner:hover .box-text h5 {

    color: #303030;

}
.latest-posts-section .box-inner:hover .box-text p, .latest-posts-section  .box-inner:hover .box-text h5 {

    color: #666666;

}
	.page-template-default .content a {
    word-break: break-all;
}
	.page-template-unsubscribe-page .subscribe-form {
    display: none;
}
.page-template-unsubscribe-page .after-banner-ext .text-section h3 {
    display: none;
}
.page-template-unsubscribe-page .after-banner-ext {
   padding-top:40px;
}
.page-template-unsubscribe-page .row.section3.text-section.py-5.text-center.w-100.m-0 {
    display: none;
}
.archive .after-banner-ext, .single .after-banner-ext{
display:none;
}