body{
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}
strong, b {
    font-weight: bold;
}
/* .menubar.menubar-mobile .menubar-toggler span, 
.menubar.menubar-mobile .menubar-toggler span:before, 
.menubar.menubar-mobile .menubar-toggler span:after,
.menubar .menubar-collapse {background-color: #000000;flex:1 1 auto;text-align:right;} */
.menubar .menu-expand-block{text-align:left;}
@media(min-width:787px){
.is-wrapper{padding-top: 60px!important;}
}
@media(max-width:786px){
.is-wrapper{padding-top: 45px!important;}
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 1.7;
}
.is-wrapper h1,.is-wrapper h2,.is-wrapper h3,.is-wrapper h4,.is-wrapper h5,.is-wrapper h6 {
    font-family: 'Rozha One', serif;
    font-variant-ligatures: common-ligatures;
}
.is-wrapper h1.is-title-bold, .is-wrapper h2.is-title-bold, .is-wrapper h3.is-title-bold, 
.is-wrapper h4.is-title-bold, .is-wrapper h5.is-title-bold, .is-wrapper h6.is-title-bold {
    font-weight: 900;
}
.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li {
    color: #414042;
}
.is-wrapper .is-dark-text h2[class*="is-title"],
.is-wrapper .is-light-text h2[class*="is-title"]{
    font-size: 2.000em;
}
.is-wrapper .is-dark-text h3[class*="is-title"],
.is-wrapper .is-light-text h3[class*="is-title"]{
    font-size: 1.800em;
}
.is-wrapper .is-dark-text h4[class*="is-title"],
.is-wrapper .is-light-text h4[class*="is-title"]{
    font-size: 1.600em;
}
.is-wrapper .card .card-foot{
    padding: 0 1.500em 2.000em 1.500em;
}
.is-wrapper a.is-btn-ghost1, .is-wrapper a.is-btn-ghost2, 
.is-wrapper button.is-btn-ghost1, .is-wrapper button.is-btn-ghost2 {
    font-size: 1em;
    letter-spacing: 0.150em;
    line-height: 1.5;    
    font-family: 'Rozha One', serif;
    padding: 0.50em 1em;
}
.is-wrapper a.is-btn-ghost1.btn-lg, .is-wrapper a.is-btn-ghost2.btn-lg, 
.is-wrapper button.is-btn-ghost1.btn-lg, .is-wrapper button.is-btn-ghost2.btn-lg,
.is-wrapper a.is-btn-ghost1.is-btn-large, .is-wrapper a.is-btn-ghost2.is-btn-large, 
.is-wrapper button.is-btn-ghost1.is-btn-large, .is-wrapper button.is-btn-ghost2.is-btn-large {
    padding: 1.000em 5.000em;
    font-size: 1.25em;
}
.is-wrapper a.is-btn-ghost1.btn-sm, .is-wrapper a.is-btn-ghost2.btn-sm, 
.is-wrapper button.is-btn-ghost1.btn-sm, .is-wrapper button.is-btn-ghost2.btn-sm,
.is-wrapper a.is-btn-ghost1.is-btn-small, .is-wrapper a.is-btn-ghost2.is-btn-small, 
.is-wrapper button.is-btn-ghost1.is-btn-small, .is-wrapper button.is-btn-ghost2.is-btn-small {
    padding: 0.500em 1.500em;
    font-size: .65em;
}
@media(min-width:769px){
.is-wrapper .is-btn-group .is-btn + .is-btn{
    margin-left: 0.5em; 
}
}
@media(max-width:768px){
.is-wrapper .is-btn-group .is-btn + .is-btn{
    margin-top: 0.5em; 
}
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color: #000000;
    border: 2px solid #000000;
    background: transparent;
}
    .is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
    .is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
        color: #FFFFFF;
    	background-color: #000000;
    	border: 2px solid #000000;
    }
/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: #FFFFFF;
    	background-color: transparent;
    	border: 2px solid #FFFFFF;
}
    .is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
    .is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
        color: #000000;
    	border: 2px solid #FFFFFF;
    	background-color: #FFFFFF;
    }
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
    color: #FFFFFF;
    border: 2px solid #000000;
    background-color: #000000;
}
    .is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
    .is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
        color: #000000;
        border: 2px solid #000000;
        background: transparent;
    }
    /* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
    color: #000000;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
}
    .is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
    .is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
        color: #FFFFFF;
    	background-color: transparent;
    	border: 2px solid #FFFFFF;
    }
.bottom-seprator:before{
content: "";
    height: 10px;
    width: 60%;
    background: #FF0000;
    position: absolute;
    bottom: 0;
    left: 20%;
    border-radius: 5px;
}