@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

*{
    margin: 0;
    padding: 0;
}

root { 
    display: block;
}

html{
    font-size: 100%;
}

html, body{
    overflow-x:hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Oxygen', sans-serif;
    background-color: #fff;
    background-image: url('../layout/body-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    color: #223177;
    margin-top: 3.4rem;
}


::-moz-selection {
    background: rgba(130,110,210,0.2);
    text-shadow: none;
}

::selection {
    background: rgba(130,110,210,0.2);
    text-shadow: none;
}

input::-webkit-input-placeholder {
    color: #ccc!important;
}
input:-moz-placeholder {
    color: #ccc !important;
}
input::-moz-placeholder {
    color: #ccc !important;
}
input:-ms-input-placeholder {
    color: #ccc !important;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

a{
    color: #2abf86;
    text-decoration: none;
    outline-width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    color: #15d48b;
}

p{
    color: #223177;
}

strong{
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}

.letter-spacing{
    letter-spacing: 0.2em;
}

.color-orange{
    color: #aa8a3c;
}

.container-fluid.ws-container{
    max-width: 100rem;
    padding: 0 1.5rem;
}


.fancy {
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color:  #aa8a3c;
}

.fancy span {
    display: inline-block;
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 4px solid rgba(60,60,60,0.1);
    top: 0.6em;
    width: 10rem;
}

.fancy span:before {
    right: 100%;
}
.fancy span:after {
    left: 100%;
}

.ws-title-left{
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ws-title-left > small{
    display: block;
}

.ws-title-left::after {
    content: '';
    display: block;
    width: 6rem;
    height: 0.3rem;
    border-radius: 0.15rem;
    position: relative;
    bottom: -1rem;
    background: #2abf86;
    transition: width .3s ease-in-out;
}

.ws-title{
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ws-title::after {
    content: '';
    display: block;
    width: 6rem;
    margin: 0 auto;
    height: 0.3rem;
    border-radius: 0.15rem;
    position: relative;
    bottom: -1rem;
    background: #2abf86;
    transition: width .3s ease-in-out;
}

.z-max{
    z-index: 9999;
}

.right-list{

}

.list-custom{
    list-style: none;
    list-style-position: inside;
}

.list-custom > li{
    position: relative;
    padding: 0.3rem 0 0.1rem 2rem;
    font-size: 1.2rem;
}

.list-custom > li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-family: "LineAwesome";
    content: "\f17e";
    padding-right: 0.5rem;
    color: #2abf86;
    font-size: 1.6rem;
}

.list-custom > li > p{
    padding: 0;
    margin: 0;
}

.list-custom > li > p > small{
    display: block;
    line-height: 1.2em;
    padding-top: 0.2rem;
}

.img-sm{
    display: block;
    width: 6rem;
    height: 6rem;
    max-width: 100%;
    object-fit: scale-down;
}

.document-list{
    list-style: none;
    list-style-position: inside;
}

.document-list > li{
    position: relative;
    padding: 0.3rem 0 0.3rem 2rem;
    font-size: 1.2rem;
}

.document-list > li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    content: "\f1c1";
    padding-right: 0.5rem;
    color: #f42a20;
    font-size: 1.6rem;
}

.main-content ul li{
    list-style-position: inside;
}

.text-lead{
    font-size: 120%;
}

.article{
    display: block;
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
}

.article p{
    text-align: justify;
    text-align-last: center;
}

p.article-intro{
    font-weight: bolder;
    font-size: 1.1rem;
}

.article-img{
    display: block;
    width: 16rem;
    height: 16rem;
    object-fit: cover;
    border-radius: 100%;
    border: .3rem solid #fff;
    margin: 1rem auto;
    
}

.article-ul ul{
    list-style: none;
}

.article-ul ul li::before {
    content: "■";
    color: #e91c24;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    font-size: 140%;
}

.ws-img-responsive{
    display: block;
    width: 100%;
    max-width: 40rem;
    margin: 1rem auto;
}

.section{
    position: relative;
    padding: 3rem 0;
}

.section-light{
  background: rgb(235,233,245);
background: linear-gradient(135deg, rgba(235,233,245,0.8) 0%, rgba(247,246,249,0) 50%, rgba(235,233,245,0.8) 100%);
background: #f7f6f9;
}

.section-title{

    background: rgb(0,151,173);
    background: linear-gradient(135deg, rgba(0,151,173,1) 0%, rgba(13,39,69,1) 100%);
    text-align: center;
    padding: 2.6rem 0rem 2rem 0;
    color:  #fff;
}

.section-title h3{
    font-weight: 500;
}

.section-title h5{
    font-weight: 400;
}


.section-title p{
    font-size: 1.4rem;
}


.section-dark{
    background: #37649E;
background: radial-gradient(circle, rgba(55, 100, 158, 1) 0%, rgba(34, 49, 119, 1) 100%);
    color: #fff;
}

.section-dark p, .section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4{
    color: #fff;
}

.grad-blue{
    background: rgb(0,151,173);
    background: linear-gradient(135deg, rgba(0,151,173,1) 0%, rgba(13,39,69,1) 100%);
}

.lead-intro{
    display: block;
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.lead-intro h1{
    text-transform: uppercase;
    text-align: center;
}

.lead-intro h2{
    font-size: 1.6rem;
}

.lead-intro p{
    font-size: 1.2rem;
    text-align: justify;
    text-align-last: center;
}

.promo-img{
    max-height: 20rem;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.narrow-block{
    max-width: 65rem;
    margin: 0 auto;
    padding: 1rem;
}



.text-uppercase{
    text-transform: uppercase;
}

.text-center{
    text-align: center;
}

.text-justify{
    text-align: justify;
}

.text-justify-center{
    text-align: justify;
    text-align-last: center;
}

.highlight{
    background: #c92127;
    color: #fff;
    display: inline-block;
    padding: 0.1em 0.3em;
}

.h-100{
    height: 100% !important;
}


.ws-blockquote{
    display:block;
    padding: 2rem;
    position: relative;
}



.ws-blockquote::before{
    content: "\201C"; 
    font-family: Georgia, serif;
    font-size:30rem;
    line-height: 1em;
    top: -3rem;
    left: -2rem;
    font-weight: normal;
    color: #223177;
    position: absolute;
    opacity: 0.05;
    z-index: 1;
}

.ws-blockquote-content{
    position: relative;
    z-index: 3;
}


.ws-blockquote-content > p{
    font-size: 1.4rem;
    text-align: justify;
}

.ws-blockquote-footer{
    display: block;
    width: 100%;
}

.ws-blockquote-footer > p{
    text-align: justify;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
}

.ws-blockquote-footer > p > small{
    display: block;
}

.ws-blockquote-footer::before {
    content: "\2014 \00A0";
}


.prod-intro{
    display: block;
    width: 100%;
}



.ws-table{
    display: table;
    border-collapse: collapse;
    width: 100% !important;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
    color: #5f524a;
}

.table tbody + tbody{
    border-top: 2px solid #efe9d8;
}

.ws-table tbody{
}

.ws-table tbody td {
    padding: 0.5rem;
    vertical-align: top;
    border: none;
    font-size: 1rem;
    color: #5f524a;
}

.ws-table tbody tr{
    background: #fff;
}

.ws-table tbody tr:nth-child(even){
    background: #f6f2e7;
}

.ws-table tr.table-tab-header{
}

.ws-table tr.table-tab-header h3{
    font-size: 1.2rem;
    font-weight: bolder;
    border: none;
    margin: 0;
    padding: 2rem 0 1rem 0rem;
}

.smaller{
    font-size: 80%;
}

.text-red{
    color: #e91c24;
}


a.serv-link{
    text-align: center;
    text-decoration: none;
    outline-width: 0;
    color: #223177;
    display: block;
    width: 100%;
    padding: 2rem 1rem;
}

a.serv-link:hover{
    /*color: #2abf86;*/
    transform: scale(1.1);
}



a.serv-link > span{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.6rem;
    line-height: 1.1em;
    display: block;
    margin-bottom: 1rem;
}

a.serv-link > small{
    display: block;

    font-size: 1rem;
}

a.serv-link > img{
    display: block;
    width:10rem;
    margin: 0.5rem auto;
    transition: all 0.5s ease-in-out;
}

a.serv-link:hover > img{
    transform: rotateY(180deg);
}

.reasons h2{
    text-transform: uppercase;
    text-align: center;
}

.reason{
    height: 100%;
    text-align: justify;
}
.reason-icon{
    padding: 0 0.75rem;
    color:  #2abf86;
}

.reason-text > h4{
    font-size: 1.4rem;
    text-transform: uppercase;
}

.main-footer{
    padding: 3rem 0;
   background: #37649E;
background: radial-gradient(circle, rgba(55, 100, 158, 1) 0%, rgba(34, 49, 119, 1) 100%);
    color: #fff;
    text-align: center;
}

.itemscope-tags{
    opacity: 0.8;
    color: #b9d4ef;
    text-align: center;
    font-size: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 42px 0px 24px 0px;
}
.itemscope-tags > span{
    padding: 6px;
}

.logo-thumb{
    display: block;
    margin: 2rem 0;
    width: 10rem;
}


.main-footer h5{
    color: #fff;
}

.main-footer p{
    font-size: 0.9rem;
    color: #fff;
}

.foo-links{
    list-style: none;
    text-align: center;
    padding: 1rem 0 2rem 0;
}

.foo-links li{
    display: inline-block;
    padding: .2rem 1rem;
}

.foo-links li > a{
    display: block;
    color: #e1f3fc;
    padding: 0.1rem 0.5rem;
    text-decoration: none;
    outline-width: 0;
}

.foo-links li > a:hover{
    color: #fff;
}

.foo-logo{
    width: 18rem;
    display: block;
    margin: 2rem auto;
}

p.foo-text{
    padding: 1.5rem 0;
    font-weight: 300;
    margin: 0;
}

.map-title{
    text-align: center;
    padding: 2rem 0;
}

.map-title h4{
    color: #fff;
    padding: 0;
    margin: 0;
}

.map-title p{
    color: #ebc977;
    padding: 0;
    margin: 0;
}

#map-canvas{
    display: block;
    width: 100%;
    height: 40rem;
}

#map-content{
    padding: 0.5rem;
}


.ws-flex-row{
    display: -ms-flexbox !important;
    display: flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: -0.25rem;
    list-style: none;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ws-flex-row > .ws-flex-item{
    display: block;
    width: 100%;
    height: 100%;
}

.pack-item{
    text-align: center;
    margin: 1rem;

}

.pack-item h2,.pack-item h3,.pack-item h4{
    font-weight: 700;
}

.pack-item h2{
    color: #cccccc;
    font-size: 3rem;
}

.pack-item h4{
    color: #aa8a3c;
    font-size: 2.6rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.pack-block{
    border: 2px solid #aa8a3c;
    padding: 3rem 0.5rem 2rem 0.5rem;
    border-radius: 1rem;
}

.pack-block > p > span{
    color: #aa8a3c;
}

ul.ws-gallery{
    display: -ms-flexbox !important;
    display: flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: -0.25rem;
    list-style: none;
    align-items: center;
    justify-content: center;
    width: 100%;
}

ul.ws-gallery > li.gallery-item{
    width: 50%;
    display: block;
    padding: 0.25rem;
    height: 12rem;
    overflow: hidden;
}

ul.ws-gallery > li.gallery-item > a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

ul.ws-gallery > li.gallery-item > a > img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
ul.ws-gallery > li.gallery-item > a > img:hover{
    transform: scale(1.1);
}

.page-title{
    display: block;
    background: #333;
    padding: 1rem;
    color: #fff;
}

.page-title h1,.page-title h2, .page-title h3{
    padding: 0;
    margin: 0;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.page-title h1{
    font-size: 1.6rem;
    font-weight: 500;
}

.page-title h2{
    font-size: 1.4rem;
    font-weight: 500;
}

.page-title h3{
    font-size: 1rem;
    font-weight: 300;
}


.main-service{
    text-align: justify;
    padding-bottom: 2rem;
}

.service-desc{
    height: 100% !important;
    text-align: justify;
    padding: 4rem 0 1rem 0;
}

.service-img-container{
    height: 100% !important;
}

.service-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-title{
    text-align: left;
    display: block;
    margin-bottom: 2rem;
    position: relative;
}

.service-title > a{
    display: block;
    text-decoration: none;
    outline-width: 0;
    color: #223177;
    line-height: 1.1em;
    font-size: 2rem;
    padding-bottom: 1rem;

}


.service-title > a > small{
    font-size: 60%;
    display: block;
    line-height: 1.1em;
    width: 100%;
}

.service-title > a::after {
    content: '';
    display: block;
    width: 4rem;
    height: 0.3rem;
    bottom: -0.3rem;
    position: absolute;
    background: #223177;
    border-radius: 0.2rem;
    transition: all 0.5s ease-in-out;
}

.service-title > a.title-white{
    color: #fff;
}

.service-title > a.title-white::after{
    background: #fff;
}


.service-title > a:hover{
    color: #2abf86;
}

.service-title > a:hover::after{
    width: 98%;
    background: #2abf86;
}

ul.bubbles{
    list-style: none;
}

ul.bubbles > li.bubble{
    width: 100%;
    margin-bottom: 1rem;
}

.bubble-content{
    background: #fff;
    padding: 1rem 1rem 1rem 3.4rem;
    margin: 0.4rem;
    color:  #223177;
    border-radius: 0.5rem;
    height: 100% !important;
    position: relative;
}

.bubble-content > span{
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    left: 0.8rem;
}

.bubble-content > p{
    color:  #223177;
    text-align: left;
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
}

.stuff-img-container{
    position: relative;
    display: block;
    width: 100%;
}

.stuff-img{
    position: absolute;
    bottom: -16rem;
    left: 2rem;
    z-index: 99;
    display: block;
    width: 20rem;
    max-width: 80%;
}

.pb-more{
    padding-bottom: 14rem;
}



ul.documents{
    list-style: none;
    text-align: center;
    font-size: 0;
    padding: 2rem 0 3rem 0;
}

ul.documents > li{
    font-size: 1rem;
    width: 100%;
    vertical-align: top;
    border: 2px solid transparent;
}

ul.documents > li > a{
    padding: 1rem;
    font-weight: bold;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    color: #223177;
    text-decoration: none;
    text-transform: uppercase;
    height: 100% !important;
}

ul.documents > li > a:hover{
    background: #223177;
    color: #fff;
}


ul.documents > li > a > img{
    width: 2rem;
    display: block;
    margin: 0.75rem auto;
}



.sl-item{
    text-decoration: none;
    outline-width: 0;
    background: #fff;
    margin: 0.2rem;
    border-radius: 0.6rem;
    padding: 1rem;
    background: #fff;
    color: #223177;
    font-weight: bold;
    font-size: 1.2rem;
    border: 2px solid #fff;
}





.sl-item:hover{
     text-decoration: none;
    outline-width: 0;
    background: #2abf86;
    border-color: #2abf86;
    color: #fff;
}


.sl-item > img{
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 100%;
}

.sl-item > span{
    padding: 0.5rem 1rem;
}

.sl-item-static{
    background: #fff;
    margin: 0.2rem;
    border-radius: 0.6rem;
    padding: 1rem;
    background: #fff;
    color: #223177;
    font-weight: bold;
    font-size: 1.2rem;
    border: 2px solid #fff;
}

.sl-item-static > img{
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 100%;
}

.sl-item-static > span{
    padding: 0.5rem 1rem;
}





.stuff-girl{
    display: block;
    width: 30rem;
    max-width: 80%;
    margin: 0 auto;
}

.contacts{
    text-align: center;
}

.contact-block{
    padding: 0.75rem 1.25rem;
    background: rgba(255,255,255,0.1);
    border-radius: 0.5rem;
    border: 1px solid #223177;
    height: 100%;
}

.contact-block p{
    margin: 0;
    padding: 0.5rem 0rem;
    line-height: 1.2em;
}
.contact-block p > small{
    line-height: 1em;
}

.contact-data a{
    display: inline-block;
    min-width: 19rem;
    text-align: left;
}


a.contact-btn{
    background: #2abf86;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 700;
    text-decoration: none;
    outline-width: 0;
    padding: 0.8rem 1.6rem 1rem 4rem;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
}

a.contact-btn:hover{
    background: #20d18d;
    box-shadow: 0px 0px 0px 3px #20d18d;
}

a.contact-btn > img{
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.5rem;
    border-radius: 0.4rem;
    padding: 0.5rem;
    display: inline-block;
}

.space-row{
    display: block;
    width: 100%;
    height: 2rem;
    background: none;
}

.dark-bubble{
    background: #2abf86;
    border-radius: 0.5rem;
    padding: 2rem;
    color:  #fff;
    margin: 1rem 0;
}

.dark-bubble > p{
    color: #fff;
    padding: 0;
    margin: 0;
}

.ref-logos{
    display: block;
    width: 100%;
    text-align: center;
}

.ref-logos > img{
height: 6rem;
max-width: 33%;
padding: 0.5rem;
}

@media (max-width: 440px){
    html{
        font-size: 80%;
    }
}


@media (min-width: 576px){


    .navbar-toggler{
        padding: 1.2rem;
    }

    ul.bubbles > li.bubble{
        width: 50%;
    }

    .stuff-img{
        bottom: -20rem;
        width: 26rem;
        max-width: 80%;
    }

    .pb-more{
        padding-bottom: 20rem;
    }

}

@media (min-width: 768px){


    .lead-intro, .narrow-block{
    }
    ul.ws-gallery > li.gallery-item{
        width: 33.333%;
    }

    .ws-flex-row > .ws-flex-item{
        width: 50%;
    }

    ul.documents > li{
        width: 50%;
    }

    ul.documents > li > a{
    }
    
   


}


@media (min-width: 992px){

    body {
        margin-top: 9rem;
    }


    .page-title{
        padding: 2rem 1.5rem;
    }




    .social-icons{
        text-align: left;
        transition: all 0.5s ease;
    }


    ul.ws-gallery > li.gallery-item{
        width: 25%;
    }

    .right-list{
        border-left: 4px solid #eee;
        padding-left: 2rem;
    }

    .ws-flex-row > .ws-flex-item{
        width: 33.333%;
    }


    .section {
        padding: 6rem 0;
    }

    .left-content-text{
        padding-right: 2rem;
        border-right: 0.5rem solid #e8e2d0;
    }

    .left-content-text > p{
        padding: 1rem 0;
        text-align: justify;
        text-align-last: left;
        padding-bottom: 2rem;
    }

    .right-content-img{
        margin: 0 0 0 auto;
    }


    .pb-more{
        padding-bottom: 10rem;
    }
    .stuff-img{
        bottom: -12rem;
        width: 26rem;
    }

    .service-img{
        height: 20rem;
    }
    
    

}

@media (min-width: 1200px){
    .ws-flex-row > .ws-flex-item{
        width: 25%;
    }
    .pb-more{
        padding-bottom: 6rem;
    }

    .stuff-img{
        bottom: -13rem;
        width: 38rem;
    }

    .services{
        margin-top: -2rem;
    }

    .service-desc{
        padding: 1rem;
    }
    
    .service-desc-first{
        padding: 6rem 0 6rem 0;
    }

    .service-img{
        height: 32rem;
    }
 body {
        margin-top: 11rem;
    }
    .stuff-girl{
    position: absolute;
    left: -3rem;
    bottom: -15rem;
    width: 32rem;
    max-width: none;
    display: block;
    z-index: 9;
}
    

}

@media (min-width: 1440px){

    .ws-flex-row > .ws-flex-item{
        width: 20%;
    }
   

    .service-title > a{
        font-size: 3rem;
    }





}

@media (min-width: 1600px){
    .stuff-girl{
        width: 40rem;
        bottom: -18rem;
    }
}

/********* THEME ********/


.font-larger{
    font-size: 120%;
}


a.ws-btn {
    text-decoration: none;
    outline-width: 0;
    border: none;
    padding: 1rem 4rem 1rem 1.25rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 1.1rem;
    color: #fff;
    background: #2abf86;
    font-weight: 400;
    text-align: left;
    border-radius: 0.3rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.ws-btn:hover {
    color: #fff;
    box-shadow: 0px 0px 0px 2px rgba(42,191,134,1);
    padding-right: 5rem;
}

a.ws-btn:after{
    font-family: 'FontAwesome';
    content: "\f178";
    display: inline-block;
    position: absolute;
    right: 2rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.ws-btn:hover::after{
    right: 1.5rem;
}


.btn {
  transition: all 0.5s ease-in-out;
}


.btn-primary {
  color: #fff;
  background-color: #223177;
  border-color: #223177;
}

.btn-primary:hover {
  color: #fff;
  background-color: #223177;
  border-color: #223177;
  box-shadow: 0 0 0 0.1rem #223177;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #223177;
  border-color: #223177;
  box-shadow: 0 0 0 0.2rem rgba(51, 37, 102, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #9ea8b3;
  border-color: #9ea8b3;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color:  #0d2745;
  border-color:  #0d2745;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 39, 69, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #2abf86;
  border-color: #2abf86;
}

.btn-success:hover {
  color: #fff;
  background-color: #2abf86;
  border-color: #2abf86;
  box-shadow: 0 0 0 0.1rem #2abf86;;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2abf86;
  border-color: #2abf86;
  box-shadow: 0 0 0 0.2rem rgba(42,191,134,0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #2abf86;
  border-color: #2abf86;
  opacity: 0.6;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0097ad;
  border-color: #0097ad;
}

.btn-info:hover {
  color: #fff;
  background-color: #0097ad;
  border-color: #0097ad;
  box-shadow: 0 0 0 0.1rem rgb(0, 151, 173);
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0097ad;
  border-color: #0097ad;
  box-shadow: 0 0 0 0.2rem rgba(0, 151, 173, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}


hr.divider{
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(60,60,60,0.1);
    height: 2px;
    width: 100%;
    display: block;
    margin: 4rem 0;
}


.custom-control-label:before{
  /*background-color: #2abf86;*/
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #2abf86;
  border-color: #2abf86;
}


