body {
    margin:0;
    padding:0;
    font-family:;
    font-weight:;
    font-size:px;
    line-height:em;
    color:;
    background:#fff;
    overflow-x: hidden;
}

p { 
    padding:0 0 1em;
    margin:0;
    font-family:;
    font-weight:;
    font-size:px;
    line-height:em;
    color:;
}

h1 { font-family:; color:; font-size:px; font-weight:; line-height:px; margin:0; padding:0 0 2px; clear:both; ; }
h2 { font-family:; color:; font-size:px; font-weight:; line-height:px; margin:0; padding:0 0 10px; clear:both; ; }
h3 { font-family:; color:; font-size:px; font-weight:; line-height:px; margin:0; padding:0 0 10px; clear:both; ; }
h4 { font-family:; color:; font-size:px; font-weight:; line-height:px; margin:0; padding:0 0 10px; clear:both; ; }
h5 { font-family:; color:; font-size:px; font-weight:; line-height:px; margin:0; padding:0 0 10px; clear:both; ; }
h6 { font-family:; color:; font-size:px; font-weight:; line-height:px; margin:0; padding:0 0 10px; clear:both; ; }

h1 span { color: ; }
h2 span { color: ; }
h3 span { color: ; }
h4 span { color: ; } 
h5 span { color: ; }
h6 span { color: ; }

a { text-decoration:; outline:none; color:; transition:all ease-in-out .4s; -moz-transition:all ease-in-out .4s; -webkit-transition:all ease-in-out .4s; -ms-transition:all ease-in-out .4s; -o-transition:all ease-in-out .4s; position:relative; }
a:hover { color:; text-decoration:; }
a:focus, a:focus-visible { outline: solid 2px var(--primary-color); }
a:focus:not(:focus-visible) { outline: none; }

.iconlink a:after {
    content: "\00a0\";
    position: relative;
    padding-left: 0px;
    font-family: 'FontAwesome';
}

i.fa-solid, i.fa {
    font-style: normal !important;
}

/*Text Option*/
.text-uppercase , .title-uppercase h1 , .title-uppercase h2 , .title-uppercase h3 , .title-uppercase h4 , .title-uppercase h5 , .title-uppercase h6 { text-transform:uppercase; }
.text-white , .text-white h1 , .text-white h2 , .text-white h3 , .text-white h4 , .text-white h5 , .text-white h6 { color:#fff; }
.text-bold , .text-bold h1 , .text-bold h2 , .text-bold h3 , .text-bold h4 , .text-bold h5 , .text-bold h6 { font-weight:bold; }
.text-italic { font-style:italic; }

blockquote { 
    background: rgba(#null, 0.15);
    margin: 10px 0 24px;
    padding: 1.5em 2em 0.5em;
}

@media (max-width:1200px){
    h1 { font-size:32px; }
    h2 { font-size:30px; }
    h4 { font-size:22px; }
}

@media (max-width:991px){
    body { font-size:15px; }
}

@media (max-width:767px){
    h1 { font-size:26px; }
    h2 { font-size:24px; }
    h4 { font-size:18px; }
}