/*body
{
	font-family:Poppins;
}*/
body h1, h2 , h3 , h4 , h5 , h6
{
	font-family: 'Montserrat', sans-serif;
}
body p
{
	font-family: 'Open Sans', sans-serif;
}
/************Slider*************/
.wc_slider_image .et_pb_button_module_wrapper
{
	margin-bottom:20%!important;
}
/************Footer***************/

ul.wc_footer_social_icons li::before 
{
    display: none;
}
ul.wc_footer_social_icons li 
{
    display: inline-block;
}
div#custom_html-3 ul li:first-child
{
	padding-left: 0;
}
/***************Blog Sidebar****************/

.widget_search input#searchsubmit 
{
    background: #017582;
    color: white;
}

div#sidebar h4
{
	border-bottom: 3px solid #017582;
    margin-bottom: 10px;
}

/**************404page css********************/

.wc_error_page_heading
{
	position: relative;
    background: #017582;
    border: none;
    padding: 40px 40px 40px 40px;
    text-align: center;
    color: white;
    border-radius: 20px;
    margin-bottom: 50px;
}

.wc_error_page_heading:after, .wc_error_page_heading:before 
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.wc_error_page_heading:after 
{
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #017582;
	border-width: 30px;
	margin-left: -30px;
}
.wc_error_page_heading:before 
{
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 36px;
	margin-left: -36px;
}
h5.wc_error_page_content a 
{
    cursor: pointer;
    color:#017582;
    font-size: 20px;
}
.wc_error_page_content 
{
	position: relative;
	background: #6B2875;
	border: none;
	padding: 20px;
    text-align: center;
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: inherit;
}
.wc_error_page_content:after, .wc_error_page_content:before 
{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.wc_error_page_content:after 
{
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #6B2875;
	border-width: 15px;
	margin-top: -16px;
}
.wc_error_page_content:before 
{
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 20px;
	margin-top: -21px;
}
p.wc_error_page_content 
{
    padding-bottom: 20px;

}
button.wc_error_page_content 
{
    margin-bottom: 0;
    font-size: 17px;
    cursor: pointer;
}
button.wc_error_page_content:hover , h5.wc_error_page_content a:hover 
{
    opacity: 0.7;
}
/**********6_march***********/
.et-pb-contact-message 
{
    position: relative;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}


/***contact form***/
.wc_contact_form_wrapper .gform_heading,
.wc_contact_form_wrapper .gfield_description.validation_message
{
    display: none;
}

#et-main-area .wc_contact_form_wrapper ul.gform_fields:not(.top_label) .gfield_label 
{
    margin: 4px 0px;
    color: #fff;
}
.gform_wrapper.wc_contact_form_wrapper .gfield_required 
{
    color: #fff;
}
.wc_contact_form_wrapper input#input_2_3, 
.wc_contact_form_wrapper input#input_2_7, 
.wc_contact_form_wrapper input#input_2_6,
.wc_contact_form_wrapper textarea.medium
{
    width: 100%;
    max-width: 519px;
    border-radius: 5px;
}

.wc_contact_form_wrapper input#gform_submit_button_2 
{
    color: #ffffff!important;
    border-width: 4px!important;
    border-color: #ffffff;
    border-radius: 100px;
    letter-spacing: 2px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    background-color: transparent;
    font-size: 20px;
    line-height: 1.7em!important;
    background-position: 97px 17px;
    cursor: pointer;
}

.wc_contact_form_wrapper input#gform_submit_button_2:hover
{
    background: url(../images/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: 97px 17px;
    padding-right: 30px;
    transition: all .2s;
}

#et-main-area .wc_contact_form_wrapper li.gfield.gfield_error,
#et-main-area .wc_contact_form_wrapper div.validation_error  
{
    border-top: none;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}
#et-main-area .wc_contact_form_wrapper li.gfield.gfield_error
{ 
    background: transparent; ;
}

#et-main-area .wc_contact_form_wrapper div.validation_error
{
	color: red;
}
#et-main-area .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) 
{
    border: 1px solid red;
} 
div#gform_confirmation_message_2 
{
    text-align: center;
    font-weight: bold;
}