﻿/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);*/

/*@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;600;800&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;600;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
/*.quicksand {
    font-family: 'Quicksand', sans-serif,'Segoe UI', Arial, 'Segoe UI';
}*/

.robotoslab {
    font-family: 'Roboto Slab', serif, sans-serif, Arial, 'Segoe UI';
}


body {
    /*font-family: 'Quicksand', sans-serif,'Segoe UI', Arial, 'Segoe UI';*/
    /*font-family:'Roboto', 'Segoe UI', sans-serif, Arial;
    /*font-family: 'Open Sans', 'Segoe UI', sans-serif, Arial;*/

    font-family: 'Poppins', sans-serif, 'Segoe UI', Arial;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 23px;
    color: #536973;
    color: #000;
    font-weight: 400;
    /*letter-spacing: 0.05em;*/
}


.max-width {
    max-width: 1500px;
}








/*=== BUTTONS =================================================*/


.btn-theme-green {
    background: #809c8f;
    color: #fff;
    border-radius:1px;
}

.btn-theme-green:hover, .btn-theme-green:focus, .btn-theme-green:active, .btn-theme-green.active, .open > .dropdown-toggle.btn-theme-green {
    background: #9ab1a6;
    color: #fff;
}

.btn-theme-green:active, .btn-theme-green.active {
    background: #738c80;
    /*box-shadow: none;*/
    color: #fff;
}


.btn-theme-graygreen {
    background: #516771;
    color: #fff;
    border-radius: 1px;
}





.btn-theme-white1 {
    background: #fff;
    color: #bab4a9;
    border-radius: 1px;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: 600;
}

    .btn-theme-white1:hover, .btn-theme-white1:focus, .btn-theme-white1:active, .btn-theme-white1.active, .open > .dropdown-toggle.btn-theme-white1 {
        background: #f7f6f5;
        color: #bab4a9;
        /*  color: #fff;*/
    }

    .btn-theme-white1:active, .btn-theme-white1.active {
        background: #dedbd6;
        /*box-shadow: none;*/
        color: #a49d91;
    }









.btn-theme-graygreen {
    background: #516771;
    color: #fff;
    border-radius: 1px;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: 600;
}
    .btn-theme-graygreen:hover, .btn-theme-graygreen:focus, .btn-theme-graygreen:active, .btn-theme-graygreen.active, .open > .dropdown-toggle.btn-theme-graygreen {
        background: #657881;
        color: #fff;
    }

    .btn-theme-graygreen:active, .btn-theme-graygreen.active {
        background: #738c80;
        /*box-shadow: none;*/
        color: #fff;
    }




.btn-theme-whiteborder {
    background: none;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.80);
    border-radius: 7px;
    background: none;
    letter-spacing: 0.1em;
    font-size:20px;
    font-weight:600;
}

    .btn-theme-whiteborder:hover, .btn-theme-whiteborder:focus, .btn-theme-whiteborder:active, .btn-theme-whiteborder.active, .open > .dropdown-toggle.btn-theme-whiteborder {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .btn-theme-whiteborder:active, .btn-theme-whiteborder.active {
        border: 2px solid rgba(255, 255, 255, 1);
    }




.btn-theme-black {
    background: #000;
    color: #fff;
    border-radius: 1px;
    font-weight: 700;
    min-width: 220px;
    font-size: 19px;
    min-height: 54px;
}

    .btn-theme-black:hover, .btn-theme-black:focus, .btn-theme-black:active, .btn-theme-black.active, .open > .dropdown-toggle.btn-theme-black {
        background: rgba(0,0,0,0.8);
        color: #fff;
    }

    .btn-theme-black:active, .btn-theme-black.active {
        background: #141414;
        /*box-shadow: none;*/
        color: #fff;
    }


.btn-theme-blackline {
    font-weight: 700;
    min-width: 220px;
    font-size: 19px;
    min-height: 54px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 1px;
}

    .btn-theme-blackline:hover, .btn-theme-blackline:focus, .btn-theme-blackline:active, .btn-theme-blackline.active, .open > .dropdown-toggle.btn-theme-blackline {
        background: rgba(255,255,255,0.9);
        border: 1px solid rgba(0,0,0,0.4);
        color: #2c2e30;
    }

    .btn-theme-blackline:active, .btn-theme-blackline.active {
        background: #fff;
        border: 1px solid #000;
        /*box-shadow: none;*/
        color: #000;
    }



.btn-theme-black2 {
    background: #2c2e30;
    color: #fff;
    border-radius: 1px;
}

    .btn-theme-black2:hover, .btn-theme-black2:focus, .btn-theme-black2:active, .btn-theme-black2.active, .open > .dropdown-toggle.btn-theme-black2 {
        background: #404244;
        color: #fff;
    }

    .btn-theme-black2:active, .btn-theme-black2.active {
        background: #4a5c66;
        /*box-shadow: none;*/
        color: #fff;
    }




.btn-theme-blue {
    background: #00adee;
    color: #fff;
    border-radius: 1px;
   /* letter-spacing: 0.1em;*/
    font-size: 20px;
    font-weight: 600;
}

    .btn-theme-blue:hover, .btn-theme-blue:focus, .btn-theme-blue:active, .btn-theme-blue.active, .open > .dropdown-toggle.btn-theme-blue {
        background: rgb(4 182 248 / 0.89);
        color: #fff;
    }

    .btn-theme-blue:active, .btn-theme-blue.active {
        background: #069cd4;
        /*box-shadow: none;*/
        color: #fff;
    }





   
/*====================================================*/




/*=== GENERAL =================================================*/

.headertitle {
    color: #1d1d1b;
    font-size: 29px;
    font-weight: 800;
}

.header1 {
    color: #1d1d1b;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
}

.subtitle1 {
    color: #1d1d1b;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
}




.headertitle {
    color: #1d1d1b;
    font-size: 29px;
    font-weight: 800;
}

.btnmin {
    min-width: 170px;
    min-height: 48px;
}


.backarrw {
    color: #808080;
}

    .backarrw:hover {
        color: #5c5c5c;
    }


.border-sep {
    border-right: 2px dashed #2f2f2f;
}



.text-align-centre { text-align:center;}

.theme-blue-color {
    color: #00adee;
}
.theme-blue-bg {
    background: #00adee;
}




.main-title {
    /*font-family: 'Roboto Slab', serif, sans-serif, Arial, 'Segoe UI';*/
    font-size:31px;
    font-weight:800;
}

.subtitle {
    /*font-family: 'Roboto Slab', serif, sans-serif, Arial, 'Segoe UI';*/
    font-size: 20px;
    font-weight: 500;
}

.sectionbg-gray {
    background: #dcdede;
}

.sectionbg-green {
    background: #809c8f;
}

.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;
}
/*====================================================*/


.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;
}



@media only screen and (max-width: 576px) {

    .x-height-auto {
        height: auto !important;
    }


    .home-tabs-x {
        margin:2px !important;
        font-size:14px !important;
    }

    .btn-xs {
        margin: 2px !important;
        font-size: 14px;
        padding: 4px;
        min-height: 40px !important;
        min-width: 160px;
    }
    .btn-min-width-xs {
        min-width: 80px !important;
    }

    .max-width-xs-80 {
        max-width: 80px !important;
    }
    .max-width-xs-90 {
        max-width: 90px !important;
    }
    .margin-top-m2-xs {
        margin-top: -2px !important;
    }
    .margin-top-m1-xs {
        margin-top: -1px !important;
    }
}
