.full-width-header .rs-header.style3 .box-layout{
    background: #063FAA;
}

.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav, .rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav,
#scrollUp.blue-color i {
    background: #063FAA;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon i:before{
    color: #063FAA;
    font-weight: bold;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
    text-transform: uppercase;
}

.full-width-header .rs-header.style2 .topbar-area,
.rs-slider .nivo-directionNav > a.nivo-prevNav, .rs-slider .nivo-directionNav > a.nivo-nextNav,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span,
.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar,
.readon.consultant,
.rs-about.style1 .about-img .working-experiance,
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area,
.rs-carousel .owl-dots .owl-dot,
.rs-footer.style1 .footer-top .footer-title::after,
.rs-footer.style1 .footer-top p input[type="submit"],
.rs-footer.style1 .footer-bottom .copy-right-menu li:before,
#scrollUp i,
.rs-breadcrumbs .breadcrumbs-inner .page-title:after,
.sec-title .title:after,
.readon.consultant.blog{
    background: #81BF06;
}
.sub-text,
.sec-title2 .title span,
.rs-footer.style1 .footer-top .address-widget li i,
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before,
.rs-about a,
.copyright a,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li a:hover, .full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.active a, .full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.current-menu-item > a{
    color: #81BF06;
}

.rs-footer.style1 .footer-top .footer-social li a i:hover {
    color: rgb(255, 255, 255);
    background: #81BF06;
}

.rs-footer.style1 .footer-top .site-map li a:hover ,
.rs-footer.style1 .footer-top .address-widget li .desc a:hover,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover{
    color: #81BF06 !important;
}

.nivoSlider img{
    max-width: 100% !important;
    width: 100%;
}

.full-width-header .rs-header .menu-area .logo-area img,
.full-width-header .right_menu_togle .canvas-logo img{
        max-height: 70px;
}
.rs-footer.style1 .footer-top .footer-logo {
    text-align: center;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li{
    padding-right: 10px;
}
.full-width-header .rs-header .menu-area .rs-menu-area{
    margin-right: 20px;
}
#MessagemodelId .close {
    outline: none !important;
    color: #000 !important;
    border-bottom: none !important;
    margin-top: -21px !important;
}

#MessagemodelId .btn {
    border-radius: 0% !important;
    box-shadow: none !important;
    outline: none !important;
}

#MessagemodelId .modal-content {
    border-radius: 0%;
    z-index: 9999;
}

#MessagemodelId .submit {
    background: #ff1e00d9 !important;
    border-color: #ff1e00d9;
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}




@media only screen and (max-width: 1366px){
.rs-slider.slider3 .nivoSlider img {
    height: auto !important;
}
}

@media only screen and (max-width: 767px){
    .rs-footer.style1 .footer-top .footer-logo {
        text-align: left;
    }
    .full-width-header .rs-header .menu-area .logo-area img, .full-width-header .right_menu_togle .canvas-logo img{
        max-height: 60px;
    }
    .login .reg{
        width: 100% !important;
        margin-top: 10px !important;
    }
    .login-image{
        padding: 1em;
    }
}

.logo{
    width: 100%;
    height: 20%;
}
.logo img{
    width: 100%;
    height: 20%;
}
.login-image{
    background-image: url(assets/images/login_image.jpg);
    background-size: 100% 100%;
    height: 100vh;
    filter: blur(10%);
    background-position: center;
}
.image-zoom img {
    width: 100%;
    transition: 1.5s all ease-in-out;
}
.login-back{
    background: white;
    padding: 2em;
}
.image-zoom:hover img {
    transform: scale(1.2);
}

.login .form-control{
    border-radius: 0;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
}
.login .submit{
    width: 100%;
    padding: 12px;
    border-radius: 0%;
    box-shadow: none !important;
    background: #81BF06;
    border: none;
}

.login .reg{
    width: 49.4%;
    padding: 10px;
    border-radius: 0%;
    box-shadow: none !important;
    background: #3B5998;
    border: none;
    color: #fff;
}
.login .reg-1{
    background: tomato !important;
}

.flag{
    position: fixed;
    z-index: 999;
    background: #fff;
    height: auto;
    width: 92px;
    top: 9%;
    left: 1%;
}
.flag-image{
    padding: 10px;
    text-align: center;
}
.flag-image img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width : 992px){
    .flag-image {
        padding: 4px;
        text-align: center;
    }
    .flag{
        width: 56px;
        left: 76%;
        top: 10%;
    } 
}

.column-2{
    column-count: 2;
    column-gap: 5px;
    column-fill: unset !important;
}

.full-width-header .rs-header.style3 .box-layout {
    position: relative;
    z-index: 10;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 1px;
    background: #0082f1;
    padding: 0 30px;
}

.full-width-header .rs-header .menu-area .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}
.shopping .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.75rem;
}
@media only screen and (max-width : 767px){
    .mmb-5{
        margin-bottom: 40px;
    }
    .column-2{
        column-count: 1;
    }
    .card .images img{
        width: 70px !important;
    }
}