html{
    overflow-x: hidden;
}
/* HEADER START */
.main_menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    align-items: center;
}

.main_menu li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    padding-left: 20px;
}

.main_menu li:hover {
    color: #D20A11;
}

.main_menu li a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}

.open_search {
    cursor: pointer;
}
.search_form{
    background-color: #000000ad;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    margin: 0;
    padding: 0;
    text-align: right;
    display: none;
}
.search_form form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    text-align: center;
}
.search_form form input{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 0;
    font-size: large;
    height: 53px;
}
.search_form form input:focus{
    border: 1px solid #fff;
    box-shadow: none;
}

.search_form form button{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.close_search_btn{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: xxx-large;
}

header{
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.custom-logo-link img{
    height: 100px;
    width: 100px;
}

/* HEADER END */

/* FOOTER START */
/* newsletter start */
#subscription_email{
    border-radius: 0;
    padding: 10px;
    border: 1px solid #4f4b4b;
}
#subscription_btn{
    border: 1px solid #4f4b4b;
    border-radius: 5px;
    margin-top: 10px;
	background-color: #4d3b90;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

#subscription_btn:hover{
    background-color:  #ffffff;
    color: #4D3B90;
}
/* newsletter end */

/*Footer Start*/
footer{
	background-image: linear-gradient(to bottom, #B24794, #4D3B90); /*Pink to Purple*/
    box-shadow: 0px -2px 4px -2px rgba(0, 0, 0, 0.2);
    padding-top: 50px;
	color: #ffffff;
	margin-top: 20px;
}
.copyright_row{
    background-color: #000;
    color: #fff;
    padding-top: 10px;
    font-size: small;
}
/* FOOTER END */

/* body */
.main_content{
    min-height: 50vh;
}

/*Contact form 7 form css start */
.wpcf7{
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.wpcf7-form,
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form p,
.wpcf7-form span,
.wpcf7-form label{
    width: 100%;
}

.wpcf7-form{
    border: 1px solid #e0dede;
    padding: 20px;
}
.wpcf7-form input{
    border: none;
    border-bottom: 1px solid #e0dede;
    padding-top: 10px;
    padding-bottom: 5px;
    outline: none;
    margin-top: 10px;
}
.wpcf7-form input:focus{
    border: none;
    border-bottom: 1px solid #000;
}
.wpcf7-form textarea{
    border: 1px solid #e0dede;
    outline: none;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
}
.wpcf7-form textarea:focus{
    border: 1px solid #000;
}
.wpcf7-form [type=submit]{
    background-color: #b9e40c;
    padding: 10px;
}

/*Contact form 7  form css end */

/* widths starts */
.width_lg_10{
    width: 10% !important;
}
.width_lg_20{
    width: 20% !important;
}
.width_lg_30{
    width: 30% !important;
}
.width_lg_40{
    width: 40% !important;
}
.width_lg_50{
    width: 50% !important;
}
.width_lg_60{
    width: 60% !important;
}
.width_lg_70{
    width: 70% !important;
}
.width_lg_80{
    width: 80% !important;
}
.width_lg_90{
    width: 90% !important;
}
.width_lg_100{
    width: 100% !important;
}
/* widths end */


@media only screen and (max-width: 1024px){
    .width_md_10{
        width: 10% !important;
    }
    .width_md_20{
        width: 20% !important;
    }
    .width_md_30{
        width: 30% !important;
    }
    .width_md_40{
        width: 40% !important;
    }
    .width_md_50{
        width: 50% !important;
    }
    .width_md_60{
        width: 60% !important;
    }
    .width_md_70{
        width: 70% !important;
    }
    .width_md_80{
        width: 80% !important;
    }
    .width_md_90{
        width: 90% !important;
    }
    .width_md_100{
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px){
    .width_sm_10{
        width: 10% !important;
    }
    .width_sm_20{
        width: 20% !important;
    }
    .width_sm_30{
        width: 30% !important;
    }
    .width_sm_40{
        width: 40% !important;
    }
    .width_sm_50{
        width: 50% !important;
    }
    .width_sm_60{
        width: 60% !important;
    }
    .width_sm_70{
        width: 70% !important;
    }
    .width_sm_80{
        width: 80% !important;
    }
    .width_sm_90{
        width: 90% !important;
    }
    .width_sm_100{
        width: 100% !important;
    }
}

.containerCls{
	margin-left:10vw !important;
}

@media (min-width: 1450.98px) and (max-width: 1901.98px) { 

	.containerCls{
		margin-left:13.28vw !important;
	}
}

@media (min-width: 1902.98px) { 

	.containerCls{
		margin-left:20.28vw !important;
	}
}

footer ul{
	padding-left:0;	
}

footer li{
	list-style:none;
}

footer a{
	color: #ffffff !important;
	text-decoration: none !important;
}
.guten-container {
    width: 70%;
}


