
#sp-header {
    z-index: 2;
    position: relative;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    padding: 12px 0;
	background:#e7de2b;
}

#sp-header::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 74%;
    top: 0;
    right: 0px;
    bottom: 0;
    background: #2d4c9e;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sp-header::after {
    border-style: solid;
    border-width: 0px;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 18%;
    position: absolute;
    right: 100%;
    top: -51%;
    transform: skewY(43deg);
    width: 8em;
    z-index: -1;
    background-color: #2d4c9e;
}
 tophe img { width:100%;}
.tophe { width:25%; float:left;}
.tophe1 { width:75%; float:left;}
.llogo{ margin-top: 20px;}
h1{ color:#f19503;}
.hero_area_btn {
    width: 230px;
    height: 50px;
    background-color: transparent;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    position: relative;
    z-index: 9999;
	color:#FFF;
}
.hero_area_btn:hover, .accordion_top_button_area:hover, .form_wrapper form input[type="submit"]:hover {
    border: 1px solid #22313f;
    color: #22313f;
}
.hero_btn_wrapper {
    width: 240px;
    height: 60px;
    background-color: #f5ab35;
    margin: 30px auto 0;
    position: relative;
}
.hero_btn_wrapper:hover{ background:#FFF; }

@media (max-width:768px){

	.tophe img { width:80%;}
.llogo{ margin-top: 20px;}
.llogo img { width:80%;}
#sp-header {
    z-index: 2;
    position: relative;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    padding: 12px 0;
	background:#e7de2b;
}

#sp-header::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 40%;
    top: 0;
    right: 0px;
    bottom: 0;
    background: #2d4c9e;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sp-header::after {
    border-style: solid;
    border-width: 0px;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 25%;
    position: absolute;
    right: 100%;
    top: -87%;
    transform: skewY(43deg);
    width: 8em;
    z-index: -1;
    background-color: #2d4c9e;
}


	}

