html {
    scroll-behavior: smooth;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.navbar-custom-color {
    background-color: #eeeeee;
}

.txt-slide-color {
    color: #000000;
}

.section-bg-header {
    background-image: url("img/bg_header.png");
    background-size: cover;
}


.footer-title-txt {
    color: #4A6572;
}



.bg-light { background-color: #f5f5f5 !important; }

.bg-white { background-color: #ffffff !important; }

.bg-dark { background-color: #232F34 !important; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.6;
}
a {
    color: #111111;
}

a:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.btn {
    font-size: 14px;
    min-width: 160px;
    border-radius: 6px;
}



.primary-btn {
    background-color: #A7B822;
    color:#ffffff;
}

.secondary-btn {
    background-color: transparent;
    border: 1px solid #c56200;
}

.header-btn {
    background-color: transparent;
    border: 1px solid #BDBC3F;
    font-size: 18px;
    font-weight: bold;
}

.login-btn {
    padding: 15px;
    background-color: #A7B822;
    border: 1px solid #A7B822;
    font-size: 14px;
    font-weight: normal;
    
    color:#ffffff;
}


.card-btn {
    background-color: transparent;
    border: 1px solid #BDBC3F;
    font-size: 15px;
}

.primary-btn:hover {
    color: #000000;
    background-color: #c56200;
    border: 1px solid #ffc246;
}

.secondary-btn:hover {
    background-color: #c56200;
    color: #ededed;
}

.header-btn:hover {
    background-color: #BDBC3F;
    color: #ededed;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.login-btn:hover {
    background-color: #BDBC3F;
    color: #000000;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.card-btn:hover {
    background-color: rgb(209, 209, 68);
    color: #000000;
}

.div-foot{
    position: relative;
    width: 100%;
    height: 100%;
}

.img-foot{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto; /* to keep proportions */
    height: auto; /* to keep proportions */
    max-width: 100%; /* not to stand out from div */
    max-height: 100%; /* not to stand out from div */
    margin: auto auto 0; /* position to bottom and center */
}

.img-shadow {
    box-shadow: 0 16px 24px 0 rgba(0,0,0,.08);
}

section {
    padding: 120px 0;
}

section h3 {
    font-weight: 700;
}

section p {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

.full-width {
    width: 100%;
}

.divider-right {
    border-right: 1px solid rgba(0,0,0,.1);
}


.card-item-container {
    background-color: #ffffff;
    border-radius: 15px;
    margin: 15px 0;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;

    box-shadow: 0 10px 14px 0 rgba(0,0,0,0.10), 0 10px 40px 0 rgba(0,0,0,0.05);
}

.card-item-container-small {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 7px 0;
    padding: 15px;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;

    box-shadow: 0 10px 14px 0 rgba(0,0,0,0.10), 0 10px 40px 0 rgba(0,0,0,0.05);
}

.card-item-container:hover {
    -moz-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

.card-item-container-small:hover {
    -moz-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

.card-item-header {
    border-bottom: 1px solid #f5f5f5;
    padding: 30px;
}

.card-item-header-small {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
}

.card-item-header p {
    font-size: 14px;
    color: #7f7f7f;
}


.card-item-header-small p {
    font-size: 10px;
    color: #7f7f7f;
}


.card-item-body {
    border-bottom: 1px solid #f5f5f5;
    padding: 30px;
}

.card-item-body-small {
    padding: 10px;
}

.card-item-body ul {
    list-style-type: none;
    padding-left: 0px;
}

.card-item-body li {
    font-size: 12px;
    margin-bottom: 10px;
}

.card-item-body i {
    margin-right: 5px;
}

.card-item-footer {
    text-align: center;
    padding: 30px;
}

.card-item-footer-small {
    text-align: center;
    padding: 10px;
}

.card-item-footer h3 {
    line-height: 1.2;
}

.card-item-footer small {
    color: #7f7f7f;
}


/*Responsive*/

@media (min-width: 320px) and (max-width: 479.99px){
/*    .btn {
        width: 100%;
        margin: 5px 0;
    }*/

    .navbar .primary-btn, .navbar .secondary-btn {
        margin: 5px 0;
    }

    .footer-btn {
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .img-menu {
        text-align: center;
        max-width: 100%;
    }

    .img-menu-size {
        width: 140px;
        height: 140px;
    }
    
    .image-section {
        width: 300px;
        height: 200px;
        text-align: center;
    }
    
    .image-div-section {
        text-align: center! important;
    }
    
    .image-section3 {
        width: 250px;
        height: 300px;
        text-align: center;
    }
    
    .image-div-section3 {
        text-align: center! important;
    }
    
    .rows-center-align {
        text-align: center! important;
    }
    
    section {
        padding: 10px 0;
    }
    
    li.p {
        font-size: 10px;
    }
}



@media (min-width: 480px) and (max-width: 767.98px){
/*    .btn {
        width: 100%;
        margin: 5px 0;
    }*/

    .navbar .primary-btn, .navbar .secondary-btn {
        margin: 5px 0;
    }

    .footer-btn {
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .img-menu {
        text-align: center;
        max-width: 100%;
    }

    .img-menu-size {
        width: 140px;
        height: 140px;
    }
    
    .image-section {
        width: 400px;
        height: 300px;
        text-align: center;
    }
    
    .image-div-section {
        text-align: center! important;
    }
    
    .image-section3 {
        width: 350px;
        height: 400px;
        text-align: center;
    }
    
    .image-div-section3 {
        text-align: center! important;
    }
    
    .rows-center-align {
        text-align: center! important;
    }
    
     section {
        padding: 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    .div-width {
        max-width: 100%;
    }
    
    .image-section {
        width: 350px;
        height: 300px;
        text-align: center;
    }
    
    .image-div-section {
        text-align: center! important;
        padding: 120px 0! important;
    }
    
    .image-section3 {
        width: 400px;
        height: 475px;
        text-align: center;
    }
    
    .image-div-section3 {
        text-align: center! important;
        padding: 250px 0! important;
    }
    
    .rows-center-align {
        text-align: left! important;
    }
    
    .col-md-2 {
        max-width: 40%! important;
    }
    
     section {
        padding: 20px 0;
    }
}



@media (min-width: 992px) and (max-width: 1199.98px) { 
    .nav-responsive {
        padding-left: 20px! important;
        padding-right: 20px! important;
    }
    
    
    .div-width {
        max-width: 100%;
    }
    
    .image-section {
        width: 450px;
        height: 400px;
        text-align: center;
    }
    
    .image-div-section {
        text-align: center! important;
        padding: 120px 0! important;
    }
    
    .image-section3 {
        width: 500px;
        height: 575px;
        text-align: center;
    }
    
    .image-div-section3 {
        text-align: center! important;
        padding: 250px 0! important;
    }
    
    .rows-center-align {
        text-align: left! important;
    }
    
    .col-md-2 {
        max-width: 40%! important;
    }
    
     section {
        padding: 20px 0;
    }
    
}

@media (min-width: 1200px) and (max-width: 1599.98px) { 
    
    .div-width {
        max-width: 100%;
    }
    
    .image-section {
        width: 600px;
        height: 475px;
        text-align: center;
    }
    
     section {
        padding: 80px 0;
    }

}

footer {

    position: relative;
    
    text-align: center;
    
    bottom: -80px;
    
    
}


.loaderCircle {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loaderCircleWhite.gif") 50% 50% no-repeat rgb(241,242,243);
    opacity: .8;
}