    :root {
        --container-width: 784px !important; 
        --btn-bg-color-green: #baff00;
        --text-color-black: #141414;
        --text-color-blue: #3497e4;
        --text-color-grey: #3f3f3f;
        --text-color-normal-grey: #6a6666;
        --text-color-light-grey: #b2b2b2;
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d2c4ef;
}
.date{
	
	display:none;
}
.author{
	display:none;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d2c4ef;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d2c4ef;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d2c4ef;
}
    .body-color, .page-id-65 section, .page-id-75 .body-color{

        background-color: white;
    }
    .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-light-grey {
        color: var(--text-color-light-grey) !important;
    }
    .bg-color-blue {
        background-color: var(--text-color-blue) !important;
    }

    .fs-16 {
        font-size: 16px;
    }
    .fs-18 {
        font-size: 18px;
    }
    .fs-20 {
        font-size: 20px;
    }

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

    body {
        font-family: 'Muli', sans-serif;
    }
    h1.text-white {
        font-size: 45px;
    	font-family: 'Muli', sans-serif;
        font-weight:normal !important;
        text-transform: none !important;

    }
    p.text-whites{

        margin-left: 70px;
        padding-top: 0;
        padding-bottom: 0;
    font-family: 'Muli', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        margin-bottom: 0;
        margin-top: 8px;

    }
    h3 {
        font-size: 50px;
      font-family: 'Muli', sans-serif;
       
        color: #4f4f6f;
        font-weight: 900;
    }
    h4 {
        font-size: 35px;
    }
    h5 {
        font-size: 18px;
        color: #4f4f6f;
    }
    h6 {
        font-size: 24px;
    }
    strong,
    .font-bold,
    .subscribe .box h3{
   font-family: 'Muli', sans-serif;
   color: #3f3f3f;
       
    }

    p, a{
        
        font-size:18px;
       font-family: 'Muli', sans-serif;
       color: 

    }
    .page-template-default p {
        font-size: 16px;
    }
    /* Header */
    header {
        background-size: cover;
        background-position: top;
        overflow: visible;
    	
    }
    .home header {
        min-height: 700px;
    	padding-top:20px;
    }
    header h1 {
        font-weight: bold;
    }
    header .heading {
        color: white;
        text-align: left;
        font-size: 40px;
        text-transform: uppercase;
    }
     .line.long.headerline{
        height: 2px;
        background-color: #bfe1fc !important;
        display: block;
        margin: auto;
        width: 100%;
    }
    footer{

         background: linear-gradient(to right, #975ae0, #592dc7);
    }
    footer p{

        color: white;
    }
    .image-hero-section{

    max-width: 60%;
    height: auto;
    margin-right: 70px;
    }
    /* Header Menu */
    .menu {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }
    .menu .menu-item {
        display: inline-block;
    }
    .menu .menu-item a {
        color: white;
        padding: 0 8px;
        font-size: 18px;
        font-family: 'Muli', sans-serif;
        text-transform: initial;
        font-weight: 400;
    }
    .menu .menu-item a:hover {
        color: white;
        padding: 0 8px;
        text-decoration: none;
        font-size: 18px;
        font-family: 'Muli', sans-serif;
        text-transform: initial;
        font-weight: 600;
    }
    .navbar-brand img{  
        height:auto;
        width:80%;
    }

    footer .menu .menu-item a {
        font-size: 18px;      
        color:#9e9e9e;
    }
     footer .menu .menu-item a{

        color:white;
     }
    footer .menu .menu-item:last-child a {
        border: none
        color:#9e9e9e;
    }
   .second-last h3{
    font-size: 45px;
   }
   .footer-form h3{

    font-size: 40px;
    padding-bottom: 40px;
    color: white;
   }
    .container .btn-green {
        width: 190px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        color: white;
        font-weight: bold;
        font-size: 16px;
        text-shadow: 0 0 1px #0000008c;       
        background: linear-gradient(to right, #07c78b, #19eca9);    
       font-family: 'Muli', sans-serif;
    }
    .container .btn-green:hover{
        border: 1px solid #45e2a9;
		background: #fff !important;
		color: #45e2a9;
    }
    .categories-section p{

        font-size: 16px;
    }
    .categories-section .box a:hover{
        text-decoration: none;
    }
    .categories-section .box:hover {
        box-shadow: 0 10px 40px rgba(110, 148, 177, 0.2);
        border-radius: 18px;
    }
    .categories-section .box{

        background-color: white;
    }
    .categories-section .box:hover .title {
        color: var(--text-color-blue) !important;
    }
    .categories-section .box .img-blue,
    .mobile-menu {
        display: none;
    }
    .categories-section .box:hover .img-blue {
        display: inline-block;
    }
    .categories-section .box .img-grey {
        display: inline-block;
    }
    .categories-section .box:hover .img-grey {
        display: none;
    }
     
    .categories-section .image {
        width: auto;
        height: 100px;
    }
    .line-hr1.line-padding{

        margin:25px auto;
    }
    .categories-section h3 strong {
        color: var(--text-color-blue);
        text-transform: uppercase;
    }

    .bottom-bg-image {
        
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        }
        .text-class-h3{
        font-size:45px;
        }
    .btn-lite{
        color: #7c7c7c!important;
        width: 370px !important;
        height: 75px;
        display: block;
        background-color: white;
        border-radius: 35px;
        line-height: 75px;
        padding: 0;
        border: 2px solid #7c7c7c;
        font-weight: 600;
       font-family: 'Muli', sans-serif;

    }
    .subscribe-form{
            border: 1px solid white;
          
           
    }
    .footer-form input[type="email"], .footer-form .tnp-email {
        width:100% !important;
        padding: 20px 0px !important;
        border:none !important;
        background-color: transparent !important; 
        color: white !important;
}
#newsletterwidget-2 {
    width: 100%;
    padding: 0px 15px;
    margin-bottom:0px !important;
}
    .footer-form input[type="submit"],  .footer-form .tnp-submit{
        width: 100% !important;
        padding: 14px !important;
        margin-top: 11px !important;
        color: white !important;
        background-color: #1dcc94 !important;
        font-weight: 600 !important;
        text-transform: initial;
        border:none;
        font-size: 14px !important;
        cursor: pointer !important;
        font-family: 'Muli', sans-serif !important;
        margin-left: 16px !important;

    }
    .wdform-element-section{

        width: 70% !important;
        max-width: 100%;
    }
    .footer-form input[type="submit"]:hover{
        color:#1dcc94;
        background-color: white;

    }
    .contact-section .contact-info i {
        font-size: 60px;
        width: 70px;
        display: flex;
        justify-content: center;
        color: black;
    }
    .contact-section h3{

        font-size: 40px;
        color:#4f4f6f;
       font-family: 'Muli', sans-serif;
         font-weight: bold !important;
    }
    .contact-section span{

        font-size: 60px;
        font-weight: inherit;
        color: #484848;
    	
    }
    span.pl-5{
    	
    	margin-bottom:30px;
    }
    .contact-section a.text-black{
        font-size: 26px;
        font-weight: inherit;
        color: #484848;
    	MARGIN-BOTTOM: 30px;

    }
    .posts .post .image {
        padding: 15px;
        border: 1px solid #cfcfcf;
    }

    .post .meta * {
        font-size: 15px;
        color: var(--text-color-normal-grey);
    }

    .date {  
        height: 0px;
        padding-left: 25px;
    }
    .date .day { 
       
        padding: 2px;
        display: inline;
        font-size: 13px;
        text-align: right;
        color: #babdc5;
      font-family: 'Muli', sans-serif;
    }
    .date .month { 
       
        position: relative;
        font-size: 13px;    
        display: inline;
        text-align: right;
       font-family: 'Muli', sans-serif;
         color: #babdc5;
    }
    p.blog-text{

        color:#babdc5;
        font-size: 14px;
      font-family: 'Muli', sans-serif;
    	margin-top:30px;
    }
    .form {
       font-family: 'Muli', sans-serif;
        padding: 40px 35px;
        border-radius: 10px;
        background-color: #7259df;
        color: white;
    }

    .form input.wpcf7-text {
        height: 60px;
        line-height: 60px;
    }
    .form input.wpcf7-text,
    .form textarea.wpcf7-textarea {
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #434343;
        border-radius: 10px;
        color: #6994a3;
        padding: 15px;
    }
  
   
    .page-template-default p, .page-template-default p{

/*         padding: 0 60px; */
        font-family: 'Muli', sans-serif;
       	font-weight: regular;
    }
.page-template-default-content h3 {
	font-size: 30px;
}

    .line-hr {
        height: 2px;
        background-color: #ffffff !important;
        display: block;
        width: 6%;
        margin-bottom: -45px;
        margin-top: 30px;
        margin-left: 15px;
    }

    .line-hr1 {
        height: 2px;
        background-color: #766edc !important;
        display: block;
        width: 20%;
        margin-bottom: -45px;
        margin-top: 30px;
        margin:auto;
    }
    .line-hr1-single{
        height: 2px;
        background-color: #766edc !important;
        display: block;
        width: 35%;
        margin-bottom: -45px;
        margin-top: 30px;
        margin:auto;
    }
    .line.long {
        width: 6%;
        
    }
    .line.short {
        width: 60%;
        display:none;
    }
    .line-container {
        width: 100px;
        display: block;
        margin: auto;
    }
    .line-container .line {
        background-color: #d4d4d4;
    }
    .line-container .line.long {
        height: 2px;
    }
    .contact-info h5,
    .contact-info p {
        margin-bottom: 13px;
    }
    .contact-info h6,
    .contact-info p,
    .contact-info p a {
        color: #4e4e4e;
    }

    .mc4wp-checkbox label span {
        padding-left: 20px;
    }

    /* 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  {
        display: none !important;
    }

    #mwd-form1 .input_deactive,
    #mwd-form1 .input_active,
    .mwd-form .wdform-field,
    .mwd-form .button-submit,
    .wdform-element-section, .subscribe-section .wpcf7-text.wpcf7-email {
        display: block !important;
    }
    .page-id-63 form#mwd-form1{

     border: 2px solid white !important;
    
    margin-bottom: 0;
    width: 100%;
    }
    #mwd-form1 .input_deactive .wdform_section, .subscribe-section .wpcf7-text.wpcf7-email{
    float: left;
    padding: 18px 10px;
    background-color: transparent;
    border: none;
width: 100% !important;
color: #fff !important;
    }
    input#wdform_1_element1{
    background: transparent;
    border: none;
    height: 50px;
    margin-top: 10px;
    padding-left: 15px;
    color: white;
    }
     .subscribe-section .button-submit {
    width: 97% !important;
    padding: 14px;
    margin-top: 11px;
    color: white;
    background-color: #1dcc94;
    font-weight: 600;
    text-transform: initial;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Muli', sans-serif;
    margin-left: 8px;
    }
    .subscribe-section .button-submit:hover{
    color: #1dcc94;
    background-color: white;

    }

    .wdform_section, .wdform_section * {
    width: 100% !important;
    min-width: auto !important;
}
    .wdform_column .wdform_row:first-child {
    width: 70% !important;
    float: left;
    }
    .wdform_column .wdform_row:last-child{
        width: 26% !important;
        float: left;
    }
    .subscribes{        
        background: linear-gradient(to right, #975ae0, #592dc7);

    }
    .subscribes h3{

        font-size:40px;
        color: white;
        padding-bottom: 
    }
    .subscribes p{

        color: white;
    }
   
    /* Default Template */
     
    .page-template-default h3 strong{
        color: #3497e4;
    }
    .page-template-default header .heading {
        font-size: 50px;
    }
    .contact-adress{

       margin-left: 65px;
    	margin-top:30px;
    }
    .contact-section .contact-adress span{

        font-size: 17px;
        font-weight: inherit;
        color: white;
        font-family: 'Muli', sans-serif;
    }
    .contact-section a.text-black{

        font-size: 17px;
        font-weight: inherit;
        color: #484848;
        font-family: 'Muli', sans-serif;
    }
    .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: #4d3b9b;
        position: absolute;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid black;
        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;
    }
    span.email-content{

        font-size: 50px;
    }
    input.wpcf7-not-valid{
        border: 2px solid #ff0b0b !important;
    }
    .all-blog-post{

        border-radius: 10px;
        margin-bottom: 20px;
    }
    .bg-post-img{
        width: auto;
        height: 200px;
        background-repeat: no-repeat;
        /* overflow: hidden; */
        background-size: cover;
         border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    h4.title {

       font-family: 'Muli', sans-serif;
        font-size: 24px;
    }
    .single-post .bg-post-img{
        width: auto;
        height: 600px ;
        background-repeat: no-repeat;
        /* overflow: hidden; */
        background-size: cover;
          border-top-left-radius: 10px;
        border-top-right-radius: 10px;
         

    }
    .single-post h4.title {

       font-family: 'Muli', sans-serif;
        font-size: 45px;
        color: #4f4f6f;
        font-weight: 700;
    }
    .single-post .blog-text{
        font-size: 16px;
    }
    .fa-envelope:before{
    	
    	font-family:fontawesome;
    	font-style:initial;
        color:#45e2a9;
    }
    .all-blog-post img.avatar.avatar-96.photo.avatar-default{
    	
    	width:25px;
    	border-radius:6px;
    	color:red;
    	margin-right:55px;
    }
    span.line-1.long-1{
    	width: 80px !important;
        margin-left: 25px;
        margin-top: 30px;
        margin-bottom: 0;
    	float:left;	
    	
    }
    .line-1{
    	 height: 2px;
        background-color:#8b6eeb !important;
        display: block;
        margin: auto; 
    }
    .page-template-default h6{
        background-color: #f9fafc;
        width: 133px;
        color: #9fa4af;
        margin: auto;
        margin-top: -13px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
       font-family: 'Muli', sans-serif;
        margin-bottom: 20px;
    }
    .page-template-default h5{

        font-size: 18px;
        color: #7d889c;
        font-family: 'Muli', sans-serif;
         line-height: 30px;

    }
   
    .page-template .unsubscribe-section h6, .page-id-75 h6{ 
        background-color: #f9fafc;
        width: 133px;
        color: #9fa4af;
        margin: auto;
        margin-top: -13px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
      font-family: 'Muli', sans-serif;
        margin-bottom: 20px;
    }
    .page-id-75 .page-template h4{

        color: #4f4f6f !important;
      font-family: 'Muli', sans-serif;
        text-transform: initial;
        font-size: 24px;
        font-weight: bold;
    }
    .contact-page .form input[type="submit"] {
        width: 100% !important;
        letter-spacing: 5px;
        font-weight: bold;
        font-size: 40px;
        text-transform: uppercase;
        border-radius: 35px;
        font-family: "Proxima Nova";
        margin-top: 25px;
        background-color: #45e2a9;
         text-shadow: 0 10px 40px rgba(110, 148, 177, 0.2);
         color: white;
         padding-bottom: 25px;
    }
  
  
    .contact-page h2{

        font-size: 16px;
        background-color: #f9fafc;
        margin: auto;
        width: 133px;
        margin-top: -13px;
        font-family: 'Muli', sans-serif;
         font-weight: bold;
		color: #9fa4af;
}
   
    .text-section2 h4{
        color: #ffffff !important;
   font-family: 'Muli', sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: bold;
    }
    
   
    .wdform_column .wdform_row:first-child,
    .wdform_column .wdform_row:last-child{
        width: 100% !important;
        float: none;
    }
    .wdform_section, .wdform_section *{
        width: 100% !important;
    }   
    .wdform_section button.button-submit{

        margin:0 auto;
        float: none;
    }


    
   

@media screen and (max-width: 767px){
   

    .wdform_column .wdform_row:first-child,
    .wdform_column .wdform_row:last-child{
        width: 100% !important;
        float: none;
    }
    .wdform_section, .wdform_section *{
        width: 100% !important;
    }   
    .wdform_section button.button-submit{

        margin:0 auto;
        float: none;
    }
    .contact-section h3{

        font-size: 26px;
    }
    .contact-adress{

        margin-left: 0;
    }
    .contact-adress span{

        padding-left: 0;
    }
    .contact-section span{
    font-size: 50px;
    font-weight: inherit;
    color: #484848;
		margin:0 auto;
    }
	.mc4wp-form-fields 	input[type="submit"]{
		
		margin:30px auto;
	}
    }
@media screen and (max-width: 425px)
 {
    .all-blog-post
    {

        padding-right: 0;
    }
    
#mwd-form1 .wdform-element-section 
    {
        
       max-width:100% !important;
    }

.wdform_section, .wdform_section *
    {
        max-width: 100% !important;
        width: 100%
    } 
    span.email-text a{

        padding-left: 0 !important;
        font-size: 17px;
    }
    .contact-info{
        text-align: center;
    }
}
		
.fa-map-marker:before {
    content: "\f041";
    font-size: 50px;
    color: #45e2a9;
}


.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: #1dcc94;
	font-size:12px;
}
.tnp-field label {
    display: none !important;
}
.tnp-field.tnp-field-email {
    width: 66.66%;
    float: left;
   
  
}
.tnp-field.tnp-field-button {
    width: 33.33%;
    float: left;
    padding: 0px 0px 0px 0px !important;
}
.subscribe-section .wpcf7-form-control-wrap.your-email {
    width: 100% !important;
    float: left;
}
.subscribe-section .wpcf7-form-control.wpcf7-submit.button-submit {
    width: 100% !important;
    float: left;
}
.subscribe-section .wpcf7-form {
    border: 2px solid #fff !important;
    padding: 10px 20px;
}

#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: #1dcc94;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 9999;
    box-shadow: 0px 0px 1px 0px #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;
}
.search_icon{
cursor:pointer;
}
.search {
    text-align: center;
}
#searchsubmit {
    padding: 5px 20px !important;
    height: auto !important;
    line-height: 30px !important;
    margin-top: 10px !important;
    display: inline-block;
    cursor: pointer;
    background:#1dcc94;
    color:#fff;
    margin:auto;
}
.categories-section.latest-posts-section .image {
    width: 100%;
    height: auto;
}
.categories-section.latest-posts-section .image img {
    width: 100%;
    height: 220px;
}
.categories-section.latest-posts-section p {
color:#717d94 !important;
}
.categories-section.latest-posts-section .box:hover .img-grey {
    display: block;
}
.categories-section.latest-posts-section a {
text-decoration:none;
}
.single-post .blog-text {

    clear: both;
}
.single-post span.line-1.long-1 {
    margin-top: 20px;
    }
    .single .posts.pt-4.pl-4 {
    padding: 0px !important;
}
.single .row.pr-3 {
    padding: 0px !important;
}
.page-template-default .content a {
    word-break: break-all;
}
	.page-template-unsubscribe-page .bg-color.col-lg-12.footer-form {
    display: none;
}
.post .meta {
    display: none !important;
}