/* HEADER */
.sePage .sePageMain {
 margin-top: 0px;
}

/* FOOTER */
.sePageFooter {
 margin-top: 0px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-hero .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
 padding: 0% 0%;
margin-bottom:0px!important
}

.sePage .sePageLayout .sePageMain .se-hp-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0;
 width: 100%;
 content: "";
}

.sePage .sePageLayout .sePageMain .se-hp-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-hp-hero h1,
.sePage .sePageLayout .se-hp-hero h2 {
 margin-top: 22px;
}

.sePage .sePageLayout .se-hp-hero p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 18px;
}

.se-section-padding-y-md{
margin-top:-30px!important
}



/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}
.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
}

@media only screen and (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}



h1{
font-size:95px!important;
color:#ffffff!important;
line-height:95px!important;
}



@media all and (max-width: 400px) {h1{
font-size:40px!important
}}

@media all and (max-width: 400px) {h3{
font-size:20px!important
}}

@media all and (max-width: 400px) .black-btn {
background:#000000!important;
border-color:#000000!important;
color:#ffffff!important;
padding: 10px 20px;

}}

@media all and (max-width: 400px) .second-row{
padding-top:0px;
margin-top:-100px!important
}

@media all and (max-width: 400px) .first-row{
padding-bottom:0px;
margin-bottom:0px
}

@media all and (max-width: 400px){#logo-box{
padding-bottom:5px
}}

.mark {
 background-color: #ffffff!important;
 color: red!important;
}
