﻿
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);*/
/*
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Alike&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');*/




/*@import url('https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

/*@font-face {
    font-family: cheri;
    src: url(/media/fonts/cheri/CHERI___.TTF);
}
@font-face {
    font-family: cherl;
    src: url(/media/fonts/cheri/CHERL___.TTF);
}*/

.oswald-1 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.rokkitt-1 {
    font-family: "Rokkitt", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.playfair {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}




/*@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;600;800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/*.quicksand {
    font-family: 'Quicksand', sans-serif,'Segoe UI', Arial, 'Segoe UI';
}*/
.poppins {
    font-family: 'Poppins', sans-serif;
}




body {
    font-family: "Overpass", sans-serif;
    font-style: normal;
    /*    font-family: 'Poppins', sans-serif, 'Segoe UI';*/
    font-optical-sizing: auto;
    font-weight: 400;
    /*font-family:'Open Sans', 'Segoe UI', sans-serif, Arial;*/
    /*font-family: 'Quicksand', sans-serif,'Segoe UI', Arial, 'Segoe UI';*/
    /*font-family:'Roboto', 'Segoe UI', sans-serif, Arial;*/
    /*    font-family: "Mulish", sans-serif;*/
    /*font-family:'Roboto', 'Segoe UI', sans-serif, Arial;*/
    /*font-family: 'Poppins', sans-serif;*/
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 17px;
    color: #000;
    line-height: 1.5em;
}


.max-width {
    max-width: 1200px;
}
.max-width-big {
    max-width: 1620px;
}




.theme-lineheight {
    line-height: 1.8em;
}


/*=== BUTTONS =================================================*/







.btn-theme-blue {
    float: left;
    background: #1279bd;
    color: #fff;
    border-radius: 0px;
    font-weight: 500;
    font-size: 18px;
}

    .btn-theme-blue:hover, .btn-theme-blue:focus, .btn-theme-blue:active, .btn-theme-blue.active, .open > .dropdown-toggle.btn-theme-blue {
        background: #358dc7;
        color: #fff;
    }

    .btn-theme-blue:active, .btn-theme-blue.active {
        background: #0f67a1;
        /*box-shadow: none;*/
        color: #fff;
    }


.btn-theme-white {
    float: left;
    background: #fff;
    color: #000;
    border-radius: 0px;
    font-weight: 500;
    font-size: 18px;
}

    .btn-theme-white:hover, .btn-theme-white:focus, .btn-theme-white:active, .btn-theme-white.active, .open > .dropdown-toggle.btn-theme-white {
        background: #358dc7;
        color: #fff;
    }

    .btn-theme-white:active, .btn-theme-white.active {
        background: #0f67a1;
        /*box-shadow: none;*/
        color: #fff;
    }



.btn-theme-black {
    float: left;
    background: #000;
    color: #fff;
    border-radius: 0px;
    font-weight: 500;
    font-size: 18px;
}

    .btn-theme-black:hover, .btn-theme-black:focus, .btn-theme-black:active, .btn-theme-black.active, .open > .dropdown-toggle.btn-theme-black {
        background: #358dc7;
        color: #fff;
    }

    .btn-theme-black:active, .btn-theme-black.active {
        background: #0f67a1;
        /*box-shadow: none;*/
        color: #fff;
    }





.btn-theme-brown {
    float: left;
    background: #b68b57;
    color: #fff;
    border-radius: 0px;
    /*   font-weight: 500;
    font-size: 18px;*/

    font-weight: 800;
    font-size: 22px;
    min-height: 54px;
}

    .btn-theme-brown:hover, .btn-theme-brown:focus, .btn-theme-brown:active, .btn-theme-brown.active, .open > .dropdown-toggle.btn-theme-brown {
        background: #bc9464;
        color: #fff;
    }

    .btn-theme-brown:active, .btn-theme-brown.active {
        background: #a88050;
        /*box-shadow: none;*/
        color: #fff;
    }









.btn-theme-whiteline {
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    background: none;
    /*letter-spacing: 0.1em;*/
    font-size: 15px;
    font-weight: 600;
    min-height: 52px;
}

    .btn-theme-whiteline:hover, .btn-theme-whiteline:focus, .btn-theme-whiteline:active, .btn-theme-whiteline.active, .open > .dropdown-toggle.btn-theme-whiteline {
        border: 2px solid rgb(255 255 255 / 0.46);
        color: rgb(255 255 255 / 0.46)
    }

    .btn-theme-whiteline:active, .btn-theme-whiteline.active {
        border: 2px solid #fff;
    }












/*====================================================*/


/*=== GENERAL =================================================*/



.theme-title-top {
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 1em;
}
.theme-title {
    font-weight: 900;
    font-size: 46px;
    line-height: 1em;
}
.theme-subtitle {
    font-weight: 700;
    font-size: 24px;
}








.btnmin {
    min-width: 170px;
    min-height: 48px;
}


.backarrw {
    color: #808080;
}

    .backarrw:hover {
        color: #5c5c5c;
    }


.border-sep {
    border-right: 2px dashed #2f2f2f;
}


.theme-color1 {
    color: #B68B57;
}
.theme-color2 {
    color: #E5A431;
}






.theme-background-color-blue {
    background: #009dda;
}
.theme-background-color-yellow {
    background: #E5A431;
}
.theme-background-color-rust {
    background: #8B442C;
}

.nav-blue-badge {
    float: left;
    background: #009dda;
    border-radius: 22px;
    height: 33px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top:0px;
}
.nav-breadcrumbs {
    font-weight:600;
    font-size:16px;
}
.nav-breadcrumbs-sep {
}

.section-gradient {
    background: rgb(44,49,52);
    background: linear-gradient(90deg, rgba(44,49,52,1) 0%, rgba(5,38,55,1) 100%);
}


.theme-title1 {
    font-family: 'Roboto Slab', serif, sans-serif, Arial, 'Segoe UI';
    font-size:28px;
    font-weight:600;
}



.header-stroke-dark, .header-stroke-light {
    width: 80%;
    max-width: 180px;
    height: 1px;
    background: #536973;
}
.header-stroke-light {
    background: #fff;
}


.header-title-dark, header-title {
    color: #536973;
    font-size: 40px;
    font-family: 'Roboto Slab', serif, sans-serif, Arial, 'Segoe UI';
    font-weight: 600;
    letter-spacing: 0.4em;
}
.subheader-title-dark {
    color: #536973;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: 'Roboto Slab', serif, sans-serif, Arial, 'Segoe UI';
}

.header-title-light {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Roboto Slab', serif, sans-serif, Arial, 'Segoe UI';
    letter-spacing: 0.4em;
}


.header-description-dark {
    color: #536973;
    font-size: 23px;
    font-family: 'Roboto', 'Segoe UI', sans-serif, Arial;
    font-weight: 300;
}

.header-description-light {
    color: #fff;
    font-weight: 300;
    font-size: 23px;
    font-family: 'Roboto', 'Segoe UI', sans-serif, Arial;
}



@media only screen and (max-width: 576px) {
    .background-xs-d-none {
        background: none !important;
    }

    .background-xs-paddingLeft-0 {
        padding-left: 0 !important
    }

    .paddingLeft-15-xs {
        padding-left: 15px !important
    }

    .border-xs-none {
        border: none !important;
    }




    .lineHeight-xs-0pt1 {
        line-height: 0.1em !important;
    }

    .lineHeight-xs-0pt2 {
        line-height: 0.2em !important;
    }

    .lineHeight-xs-0pt3 {
        line-height: 0.3em !important;
    }

    .lineHeight-xs-0pt4 {
        line-height: 0.4em !important;
    }

    .lineHeight-xs-0pt5 {
        line-height: 0.5em !important;
    }

    .lineHeight-xs-0pt6 {
        line-height: 0.6em !important;
    }

    .lineHeight-xs-0pt7 {
        line-height: 0.7em !important;
    }

    .lineHeight-xs-0pt8 {
        line-height: 0.8em !important;
    }

    .lineHeight-xs-0pt9 {
        line-height: 0.9em !important;
    }

    .lineHeight-xs-1pt0 {
        line-height: 1.0em !important;
    }

    .lineHeight-xs-1pt1 {
        line-height: 1.1em !important;
    }

    .lineHeight-xs-1pt2 {
        line-height: 1.2em !important;
    }

    .lineHeight-xs-1pt3 {
        line-height: 1.3em !important;
    }

    .lineHeight-xs-1pt4 {
        line-height: 1.4em !important;
    }

    .lineHeight-xs-1pt5 {
        line-height: 1.5em !important;
    }

    .lineHeight-xs-1pt6 {
        line-height: 1.6em !important;
    }

    .lineHeight-xs-1pt7 {
        line-height: 1.7em !important;
    }

    .lineHeight-xs-1pt8 {
        line-height: 1.8em !important;
    }

    .lineHeight-xs-1pt9 {
        line-height: 1.9em !important;
    }

    .lineHeight-xs-2pt0 {
        line-height: 2.0em !important;
    }
}


@media only screen and (max-width: 768px) and (min-width: 577px) {
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
}

/*====================================================*/




/* MAX WIDTH ====================================================*/
@media only screen and (max-width: 1400px) and (min-width: 950px) {
    .maxwidth-x {
        /*max-width: 200px !important;*/
        padding-left:50% !important;
        background:#f00 !important;
    }
}


@media only screen and (max-width: 2000px) and (min-width: 1401px) {
      .maxwidth-x {
        max-width: 800px !important;
    }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {

}
/*====================================================*/










/*=== modal =================================================*/
.iziModal .iziModal-iframe {
    border: 0;
    margin: 0 0 -9px !important;
    width: 100%;
    transition: height .3s ease;
}
/*====================================================*/





.nav3 {
    background: #F2F2F2;
    line-height: 1.1em;
}


.pg-menulnk {
    float: left;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    color: #9b9a9a;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
}

    .pg-menulnk.active {
        background: #009dda;
        border-bottom: 1px solid #BDBDBD;
        color: #fff;
        padding-left: 15px;
    }

    .pg-menulnk:hover {
        background: #d8d8d8;
        color: #000;
        text-decoration: none;
    }




/* GENERAL *********************** */

@media only screen and (max-width: 576px) {

    #header {
        display: none !important;
    }

}

/* ***************************************************************************** */
.x-justify {
    text-align: justify;
    text-justify: inter-word;
}


/* ***************************************************************************** */
.btn-brown, .btn-blue, .btn-lighbrown, .btn-yellow, .calendarbtn {
    float: left;
    border-radius: 18px;
    min-height: 50px;
    min-width: 280px;
    font-size:16px; text-align:center;
    line-height:50px;
    color:#fff;
    text-decoration:none;
}
.btn-brown {
 
    background: #4b3431;
}

    .btn-brown:hover {
        background: #56403d;
        text-decoration: none;
        color: #fff;
    }


.btn-blue {
    background: #009dda;
}

    .btn-blue:hover {
        background: #0fa3dc;
        text-decoration: none;
        color: #fff;
    }

.btn-lighbrown {
    background: #8b442c;
}

    .btn-lighbrown:hover {
        background: #924f38;
        text-decoration: none;
        color: #fff;
    }

.btn-yellow {
    background: #e5a431;
}

    .btn-yellow:hover {
        background: #e7a93d;
        text-decoration: none;
        color: #fff;
    }
/* ***************************************************************************** */

.theme-title-color {
    color: #4b3431;
}
.theme-title-bg {
    background: #4b3431;
}
.theme-border-radius {
    border-radius:20px;
}





@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}




.vrow:nth-of-type(1) .calendarbtn {
    background: #e5a431;
}

.vrow:nth-of-type(2) .calendarbtn {
    background: #4b3431;
}

.vrow:nth-of-type(3) .calendarbtn {
    background: #0fa3dc;
    ;
}

.vrow:nth-of-type(4) .calendarbtn {
    background: #924f38;
}

.vrow:nth-of-type(5) .calendarbtn {
    background: #e5a431;
}

.vrow:nth-of-type(6) .calendarbtn {
    background: #4b3431;
}

.vrow:nth-of-type(7) .calendarbtn {
    background: #0fa3dc;
    ;
}

.vrow:nth-of-type(8) .calendarbtn {
    background: #924f38;
}




/*=== modal =================================================*/
.iziModal .iziModal-iframe {
    border: 0;
    margin: 0 0 -9px !important;
    width: 100%;
    transition: height .3s ease;
}
/*====================================================*/


.txtbx {
    height: 38px;
    font-size: 13px;
    border-radius: 2px !important;
    border: 1px solid #ced4da;
}

.selbx {
    border-radius: 2px !important;
    height: 38px;
    font-size: 13px;
    border: 1px solid #ced4da;
    padding-top: 8px;
}

.groupbg1 {
    background: rgb(128 128 128 / 0.04);
}


.dd-search-filter {
    font-size: 13px;
    background: none;
    color: #454545;
    border: 1px dotted rgba(0, 0, 0, 0.25);
    border: 1px dotted transparent;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
}

    .dd-search-filter:hover {
        border: 1px dotted rgba(0, 0, 0, 0.25);
    }

.search_keywords {
    float: left;
    border-color: #fff;
    width: 400px;
    height: 33px;
    border-radius: 2px;
    font-size: 13px;
    /*border: 1px dotted rgba(0, 0, 0, 0.25);*/
    background: rgba(0, 0, 0, 0.05);
}


.rowmenu .dropdown-toggle::after {
    content: none;
}



.td-padding {
    padding: .2rem !important;
    padding-top: 0px !important;
}

.th-padding {
    padding: .2rem !important;
}








.theme-color-navy {
    color: #0E1726;
}









.maximg2 {
    /*  transition-duration: 0.5s;
            transition-property: transform;*/

    transition: all ease-in-out 0.5s
}

    .maximg2:hover {
        width: 80% !important;
        transition: all ease-in-out 0.5s
    }



.parallax-center, .parallax-top, .parallax-bottom {
    /* The image used */
    /*background-image: url("img_parallax.jpg");*/
    /* Set a specific height */
    /*min-height: 500px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-center {
    background-position: center;
}
.parallax-top {
    background-position: top;
}
.parallax-bottom {
    background-position: bottom;
}






@media only screen and (max-width: 1600px) {
    .displaybird {
        margin-top: -100px !important;
        max-width: 350px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .displaybird {
        margin-top: -100px !important;
        max-width: 250px !important;
    }
}











.owlnav {
    color: #EF9723;
}

    .owlnav:hover {
        color: #EFA750;
    }

    .owlnav:active {
        color: #E58B20;
    }


.owldotsparent .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
}




@media only screen and (max-width: 576px) {

    .upper-label-border {
        width:100px !important;
    }

}





    /*+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +*/


.x-font-style-italic {
    font-style:italic;
}


.main-title1 {

    font-size: 28px;
    font-weight:900;
}
.main-title2 {
    font-size: 28px;
    font-weight: 900;
    color: #bc9464;
}

.main-title3 {
    font-size: 33px;
    font-weight: 900;
}

.theme-color1 {
    color: #bc9464;
}


    @media only screen and (max-width: 576px) {




        .main-title {
            font-size:2.0em;
        }











        .x-xs-magin-left-0 {
            margin-left: 0px !important;
        }

        .x-xs-width-50px {
            width: 50px !important;
        }

        .x-xs-width-100px {
            width: 100px !important;
        }

        .x-xs-width-150px {
            width: 150px !important;
        }


        .x-xs-width-100pc {
            width: 100% !important;
        }

        .x-xs-font-size-0pt8 {
            font-size: 0.8em !important;
        }

        .x-xs-min-width-80px {
            min-width: 80px !important;
        }



        .x-xs-margin-top-50px {
            margin-top: 50px !important;
        }

        .x-xs-margin-top-20px {
            margin-top: 20px !important;
        }

        .x-xs-margin-top-10px {
            margin-top: 10px !important;
        }

        .x-xs-margin-top-5px {
            margin-top: 5px !important;
        }


        .x-xs-margin-top-0px {
            margin-top: 0px !important;
        }

        .x-xs-height-50pc {
            height: 50% !important;
        }
        .x-xs-height-60pc {
            height: 60% !important;
        }

        .x-xs-margin-top-0pc {
            margin-top: 0% !important;
        }

        .x-xs-margin-top-m20pc {
            margin-top: -20% !important;
        }

        .x-xs-margin-top-m10pc {
            margin-top: -10% !important;
        }

        .x-xs-height-300px {
            height: 300px !important;
        }

        .x-xs-height-400px {
            height: 400px !important;
        }

        .x-xs-height-500px {
            height: 500px !important;
        }







        .x-xs-margin-left-0px {
            margin-left: 0px !important;
        }




        .x-xs-max-width-50px {
            max-width: 50px !important;
        }
        .x-xs-max-width-100px {
            max-width: 100px !important;
        }
        .x-xs-max-width-150px {
            max-width: 150px !important;
        }
        .x-xs-max-width-200px {
            max-width: 200px !important;
        }
        .x-xs-max-width-250px {
            max-width: 250px !important;
        }
        .x-xs-max-width-300px {
            max-width: 300px !important;
        }



        .x-xs-max-width-50pc {
            max-width: 50% !important;
        }

        .x-xs-max-width-100pc {
            max-width: 100% !important;
        }

        .x-xs-max-width-90pc {
            max-width: 90% !important;
        }

        .x-xs-max-width-80pc {
            max-width: 80% !important;
        }

        .x-xs-max-width-60pc {
            max-width: 60pc !important;
        }



        .x-xs-width-50pc {
            width: 50% !important;
        }

        .x-xs-width-100pc {
            width: 100% !important;
        }

        .x-xs-width-98pc {
            width: 98% !important;
        }

        .x-xs-width-95pc {
            width: 95% !important;
        }

        .x-xs-width-90pc {
            width: 90% !important;
        }

        .x-xs-width-80pc {
            width: 80% !important;
        }

        .x-xs-width-60pc {
            width: 60pc !important;
        }












        /* WIDTH */
        .x-xs-width-0pc {
            width: 0% !important;
        }

        .x-xs-width-90pc {
            width: 90% !important;
        }

        .x-xs-width-98pc {
            width: 98% !important;
        }

        .x-xs-width-96pc {
            width: 96% !important;
        }

        .x-xs-width-94pc {
            width: 94% !important;
        }

        .x-xs-width-100pc {
            width: 100% !important;
        }
        /* ********************************************** */




        /* height */
        .x-xs-height-0pc {
            height: 0% !important;
        }

        .x-xs-height-80pc {
            height: 80% !important;
        }

        .x-xs-height-90pc {
            height: 90% !important;
        }

        .x-xs-height-100pc {
            height: 100% !important;
        }

        .x-xs-height-500px {
            height: 500px !important;
        }

        .x-xs-height-400px {
            height: 400px !important;
        }

        .x-xs-height-300px {
            height: 300px !important;
        }

        .x-xs-height-200px {
            height: 200px !important;
        }

        .x-xs-height-150px {
            height: 150px !important;
        }

        .x-xs-height-100px {
            height: 100px !important;
        }

        .x-xs-height-90px {
            height: 90px !important;
        }

        .x-xs-height-80px {
            height: 80px !important;
        }

        .x-xs-height-70px {
            height: 70px !important;
        }

        .x-xs-height-60px {
            height: 60px !important;
        }

        .x-xs-height-50px {
            height: 50px !important;
        }

        .x-xs-height-40px {
            height: 40px !important;
        }

        .x-xs-height-30px {
            height: 30px !important;
        }

        .x-xs-height-20px {
            height: 20px !important;
        }

        .x-xs-height-10px {
            height: 10px !important;
        }
        /* ********************************************** */






        /* MARGIN LEFT*/
        .x-xs-margin-left-0pc {
            margin-left: 0% !important;
        }

        .x-xs-margin-left-m10pc {
            margin-left: -10% !important;
        }

        .x-xs-margin-left-m5pc {
            margin-left: -5% !important;
        }

        .x-xs-margin-left-m2pc {
            margin-left: -2% !important;
        }

        .x-xs-margin-left-100pc {
            margin-left: 100% !important;
        }

        .x-xs-margin-left-90pc {
            margin-left: 90% !important;
        }

        .x-xs-margin-left-80pc {
            margin-left: 80% !important;
        }
        /* ********************************************** */


        /* MARGIN RIGHT*/

        .x-xs-margin-right-0pc {
            margin-right: 0% !important;
        }

        .x-xs-margin-right-m10pc {
            margin-right: -10% !important;
        }

        .x-xs-margin-right-m5pc {
            margin-right: -5% !important;
        }

        .x-xs-margin-right-m2pc {
            margin-right: -2% !important;
        }

        .x-xs-margin-right-100pc {
            margin-right: 100% !important;
        }

        .x-xs-margin-right-90pc {
            margin-right: 90% !important;
        }

        .x-xs-margin-right-80pc {
            margin-right: 80% !important;
        }

        /* ********************************************** */






        /* MARGIN TOP*/

        .x-xs-margin-top-0pc {
            margin-top: 0% !important;
        }

        .x-xs-margin-top-m10pc {
            margin-top: -10% !important;
        }

        .x-xs-margin-top-m5pc {
            margin-top: -5% !important;
        }

        .x-xs-margin-top-m2pc {
            margin-top: -2% !important;
        }

        .x-xs-margin-top-100pc {
            margin-top: 100% !important;
        }

        .x-xs-margin-top-90pc {
            margin-top: 90% !important;
        }

        .x-xs-margin-top-80pc {
            margin-top: 80% !important;
        }


        .x-xs-margin-top-100px {
            margin-top: 100px !important;
        }

        .x-xs-margin-top-90px {
            margin-top: 90px !important;
        }

        .x-xs-margin-top-80px {
            margin-top: 80px !important;
        }

        .x-xs-margin-top-70px {
            margin-top: 70px !important;
        }

        .x-xs-margin-top-60px {
            margin-top: 60px !important;
        }

        .x-xs-margin-top-50px {
            margin-top: 50px !important;
        }

        .x-xs-margin-top-40px {
            margin-top: 40px !important;
        }

        .x-xs-margin-top-30px {
            margin-top: 30px !important;
        }

        .x-xs-margin-top-20px {
            margin-top: 20px !important;
        }

        .x-xs-margin-top-10px {
            margin-top: 10px !important;
        }

        /* ********************************************** */
















        /* PADDING TOP*/

        .x-xs-padding-top-0pc {
            padding-top: 0% !important;
        }

        .x-xs-padding-top-m10pc {
            padding-top: -10% !important;
        }

        .x-xs-padding-top-m5pc {
            padding-top: -5% !important;
        }

        .x-xs-padding-top-m2pc {
            padding-top: -2% !important;
        }

        .x-xs-padding-top-100pc {
            padding-top: 100% !important;
        }

        .x-xs-padding-top-90pc {
            padding-top: 90% !important;
        }

        .x-xs-padding-top-80pc {
            padding-top: 80% !important;
        }


        .x-xs-padding-top-100px {
            padding-top: 100px !important;
        }

        .x-xs-padding-top-90px {
            padding-top: 90px !important;
        }

        .x-xs-padding-top-80px {
            padding-top: 80px !important;
        }

        .x-xs-padding-top-70px {
            padding-top: 70px !important;
        }

        .x-xs-padding-top-60px {
            padding-top: 60px !important;
        }

        .x-xs-padding-top-50px {
            padding-top: 50px !important;
        }

        .x-xs-padding-top-40px {
            padding-top: 40px !important;
        }

        .x-xs-padding-top-30px {
            padding-top: 30px !important;
        }

        .x-xs-padding-top-20px {
            padding-top: 20px !important;
        }

        .x-xs-padding-top-10px {
            padding-top: 10px !important;
        }

        /* ********************************************** */
        /* PADDING BOTTOM*/

        .x-xs-padding-bottom-0pc {
            padding-bottom: 0% !important;
        }

        .x-xs-padding-bottom-m10pc {
            padding-bottom: -10% !important;
        }

        .x-xs-padding-bottom-m5pc {
            padding-bottom: -5% !important;
        }

        .x-xs-padding-bottom-m2pc {
            padding-bottom: -2% !important;
        }

        .x-xs-padding-bottom-100pc {
            padding-bottom: 100% !important;
        }

        .x-xs-padding-bottom-90pc {
            padding-bottom: 90% !important;
        }

        .x-xs-padding-bottom-80pc {
            padding-bottom: 80% !important;
        }

        .x-xs-padding-bottom-100px {
            padding-bottom: 100px !important;
        }

        .x-xs-padding-bottom-90px {
            padding-bottom: 90px !important;
        }

        .x-xs-padding-bottom-80px {
            padding-bottom: 80px !important;
        }

        .x-xs-padding-bottom-70px {
            padding-bottom: 70px !important;
        }

        .x-xs-padding-bottom-60px {
            padding-bottom: 60px !important;
        }

        .x-xs-padding-bottom-50px {
            padding-bottom: 50px !important;
        }

        .x-xs-padding-bottom-40px {
            padding-bottom: 40px !important;
        }

        .x-xs-padding-bottom-30px {
            padding-bottom: 30px !important;
        }

        .x-xs-padding-bottom-20px {
            padding-bottom: 20px !important;
        }

        .x-xs-padding-bottom-10px {
            padding-bottom: 10px !important;
        }

        /* ********************************************** */










        /* GENERAL */

        .x-xs-margin-center {
            margin: 0 auto;
        }

        .x-xs-display-block {
            display: block !important;
        }

        .x-xs-display-flex {
            display: flex !important;
        }

        .x-xs-float-left {
            float: left !important;
        }

        .x-xs-width-90pc {
            width: 90% !important;
        }

        .x-xs-width-100pc {
            width: 100% !important;
        }

        /* ********************************************** */







        /* ROW PADDING */

        .x-xs-row-padding {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .x-xs-row-padding-10px {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        /* ********************************************** */



    }



.bannerstyle1 {
    font-size: 34px;
    /*    font-family: "Oswald", sans-serif;*/
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.bannerstyle2 {
    font-size: 57px;
    font-weight: 900;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.bannerstyle3 {
    font-size: 57px;
    font-weight: 900;
    color: #B68B57;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.bannerstyle4 {
    font-size: 27px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

