﻿body 
{
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #b8b894;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: saddlebrown;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #763405;
    }



.list-inline li {
    display: inline-block;
}

.men-mobil.tb-menu-toggle {
    display: none;
}

@media only screen and (max-width: 991px) {
    .men-mobil.tb-menu-toggle {
        display: block;
    }

    nav .content .links {
        display: none;
    }

    .men-mobil.tb-menu-toggle {
        position: absolute;
        z-index: 999;
        /*right: 30px;*/
    }

    .mobile_menu {
        position: absolute;
        background: #fff;
        width: 86%;
        top: 70px;
        box-shadow: 0px 0px 10px 0px #ccc;
    }

        .mobile_menu .tb-mobile-menu li {
            padding: 2px 25px;
            font-size: 18px;
            margin: 2px 0px;
            background: #f1f1f1;
        }

    li.tb-parent > a {
        width: 100%;
        display: inherit;
    }

    .dm-mob a {
        width: 100%;
        display: inherit;
    }

    li.tb-parent a {
        color: saddlebrown;
    }

    ul.sub-menu.dm-mob {
        box-shadow: 0px 0px 2px 0px saddlebrown;
    }

        ul.sub-menu.dm-mob li {
            border-bottom: 1px solid saddlebrown;
        }
}

button.close {
    color: #fff;
}

    button.close:hover {
        color: #fff;
    }

.footer-menu li {
    margin: 5px 0;
    cursor: pointer;
}

.modal-header {
    background-color: saddlebrown;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #fff;
}

.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
    margin-top: 100px;
}

.blg_fom select {
    padding: 7px;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 5px 0px #038180;
    margin-bottom: 30px;
}

.row {
    margin: 0 !important;
}

.subminudh {
    height: 320px;
    overflow-y: scroll;
}

#demo-btn .case_btn:hover {
    left: 0px !important;
}

#demo-btn .case_btn {
    margin-left: -22px !important;
}

    #demo-btn .case_btn:hover .btn-lg {
        padding: 0px !important;
    }

.case_btn:hover .btn-theme {
    background-color: saddlebrown;
}

.i0, i1, i2, i3, i4, i5 {
    transition: transform .2s ease;
}

.rotated {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.clck, .clck1, .clck2, .clck3, .clck4, .clck5 {
    position: relative !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgb(208, 193, 186);
    color: saddlebrown;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 0px 34px;
    text-decoration: none;
    color: saddlebrown;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color: saddlebrown !important;
    }

.sidebaricon {
    font-size: 30px;
    cursor: pointer;
    color: saddlebrown !important;
    /*margin-top: 12px;*/
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: saddlebrown;
}

.sidenav ul {
    list-style-type: none;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .sidebaricon {
        display: none;
    }
}

.dropdown-btn {
    background-color: transparent;
    border: none;
    text-align: left;
    /*padding: 8px 32px;*/
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

    .dropdown-btn:hover {
        color: saddlebrown !important;
    }

.dropdown-container {
    display: none;
    padding-left: 20px;
    list-style-type: none;
}

    .dropdown-container li a {
        font-size: 16px;
    }

.product-item {
    width: 390px;
}

.service-item {
    width: 390px;
}
/*------Navbar  Effect add By Monika---*/
/* Base styles for the menu item */
.menu-slide {
    position: relative;
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 600;
    font-family: "Ubuntu";
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* Hover effect */
/*.main-nav-menu:hover .menu-slide {
    color: saddlebrown;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none;
}*/


    .main-nav-menu:hover .menu-slide::after {
        width: 100%;
        background-color: saddlebrown;
    }

/* Active effect */
.menu-slide:active {
    color: saddlebrown;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none;
}

    .menu-slide:active::after {
        width: 100%;
        background-color: saddlebrown;
    }

/* ::after pseudo-element for underline effect */
.menu-slide::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: saddlebrown;
    bottom: 0; /* Positioned at the bottom of the element */
    left: 0;
    transition: width 0.3s ease; /* Smooth transition for width */
}

/* Optional: If you want the underline to animate only on hover or active state, ensure the transition is applied */
.menu-slide:focus {
    outline: none; /* Remove outline on focus */
}


/*<!-----Navdropdown add by Monika--->*/

.sub-item {
    height: 30%;
    position: relative;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

    .sub-item:hover {
        color: saddlebrown;
        text-shadow: none;
    }

        .sub-item:hover::after {
            width: 100%;
            height: 2px;
            background-color: saddlebrown;
        }

    .sub-item:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        display: block;
        background-position-x: 0%;
        background-position-y: calc(100% - 1px);
        transition: all 0.3s ease;
        bottom: 6%;
        color: saddlebrown;
    }


/*-----sidenavbar effect add by Monika-----*/


.line {
    background-color: saddlebrown;
    margin: 6px 0;
    transition: 0.3s;
}

.line1, .line3 {
    height: 3px;
    width: 35px;
    margin-left: 160px;
}

.line2 {
    height: 3px;
    width: 20px;
    margin-left: 174px;
    margin-right: auto;
}

.sidenav_menu {
    height: 25%;
    position: relative;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

    .sidenav_menu:hover {
        color: saddlebrown;
        text-shadow: none;
    }

        .sidenav_menu:hover::after {
            width: 100%;
            height: 2px;
            color: saddlebrown;
            background-color: saddlebrown;
        }

    .sidenav_menu:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        /*margin-left:25px;*/
        display: block;
        background-position-x: 0%;
        background-position-y: calc(100% - 1px);
        transition: all 0.3s ease;
        bottom: 18%;
        color: saddlebrown;
    }
/*----Footer Effect add by Monika----*/
.foot_menu {
    height: 30%;
    position: relative;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

    .foot_menu:hover {
        color: saddlebrown;
        text-shadow: none;
    }

        .foot_menu:hover::after {
            width: 100%;
            height: 2px;
            color: saddlebrown;
            background-color: saddlebrown;
        }

    .foot_menu:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        margin-left: 20px;
        display: block;
        background-position-x: 0%;
        background-position-y: calc(100% - 1px);
        transition: all 0.3s ease;
        bottom: 16%;
        color: saddlebrown;
    }
/*----footer dropdown-----*/
.foot_menu_drop {
    height: 30%;
    position: relative;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

    .foot_menu_drop:hover {
        color: saddlebrown;
        text-shadow: none;
    }

        .foot_menu_drop:hover::after {
            width: 100%;
            height: 2px;
            color: saddlebrown;
            background-color: saddlebrown;
        }

    .foot_menu_drop:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        /*margin-left:20px;*/
        display: block;
        background-position-x: 0%;
        background-position-y: calc(100% - 1px);
        transition: all 0.3s ease;
        bottom: 16%;
        color: saddlebrown;
    }

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    transition: all .3s ease-in-out;
}

.footer-h2 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #1f1f1f;
    margin: 0px;
}

    .footer-h2 a {
        color: #212121;
        text-decoration: none !important;
        opacity: 1;
    }

ol, ul {
    list-style: none;
    margin: 0px;
}

.footer-h2 {
    font-size: 35px;
    color: #000;
    line-height: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

a#submit {
    z-index: 1;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

footer {
    background: #632e62;
    padding: 45px 0;
    position: relative;
}

.footer_style_2 {
    padding: 0;
    background: #111;
}

.footer_blog {
    width: 100%;
    padding: 60px 75px 0px 74px;
}

footer .footer-h2 {
    color: saddlebrown;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 0;
    letter-spacing: 0.5px;
}

.footer_blog .pd-bottom {
    margin-bottom: 30px;
}

footer .footer-h2::after {
    width: 30px;
    height: 4px;
    content: "";
    margin: 0;
    display: block;
    position: relative;
    top: 7px;
}

footer p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 162px;
    letter-spacing: .4px;
}

    footer p a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }

/*.footer-menu li {
                    margin: 5px 0;
                }*/

/*.footer-menu li a {
                        color: #666;
                        font-size: 14px;
                        line-height: 24px;
                        font-weight: 500;
                    }*/

footer ul.social_icons li {
    display: inline;
}

    footer ul.social_icons li a {
        float: left;
        margin-right: 15px;
        text-align: center;
        font-size: 18px;
        border-radius: 100%;
        color: #666;
    }

footer ul.social_icons {
    float: left;
/*    margin-top: 10px;*/
}

.footer_mail-section {
    margin-top: 10px;
    float: left;
}

    .footer_mail-section .field input {
        border: none;
        padding: 10px 15px 9px;
        font-size: 14px;
        font-weight: 500;
        max-width: 215px;
        width: 100%;
    }

    .footer_mail-section .field button.button_custom {
        width: 40px;
        height: 40px;
        font-size: 14px;
        padding: 8px 8px;
        border: none;
        float: left;
        color: #fff;
    }

    .footer_mail-section .field {
        padding: 0;
    }

.bottom-text {
    text-align: center;
    padding: 15px;
}

    .bottom-text p {
        color: #fff;
        font-size: 14px;
    }

fieldset {
    border: 0px;
}

/* Color Code */
footer p a:hover, footer p a:focus, .footer-menu li a:hover, .footer-menu li a:focus,
footer ul.social_icons li a:hover, footer ul.social_icons li a:focus {
    color: white;
}

footer .footer-h2::after, .button_custom, .bottom-text {
    background: saddlebrown;
}

.pl {
    padding-left: 50px;
}

/* Mobile Responsive Code */
@media (min-width: 768px) and (max-width: 991px) {
    .bottom_menu ul {
        display: flex;
        justify-content: center;
    }

    .footer_menu {
        padding-left: 0;
    }

    footer {
        float: left;
        width: 100%;
    }

    .pl {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .pl {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .footer_menu {
        padding-left: 0;
    }

    .footer_menu_ul {
        font-size: 13px;
    }

    .footer_blog {
        float: left;
        width: 100%;
        padding: 50px 10px 110px 29px;
    }
}

@media (max-width:574px) {
    .footer_menu_ul {
        float: left;
        width: 100%;
    }

    footer.footer_style_2 div.col-md-3 {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .footer-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .footer-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .footer-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.twitter {
    margin-left: 12px;
    padding: 8px;
    color: #137bef;
}

    .twitter:hover {
        color: #3F3F41;
    }

.fb {
    margin-left: 187px;
    padding: 8px;
    color: #3482d8;
}

    .fb:hover {
        color: #3F3F41;
    }

.footer_hv:hover {
    color: #f8f8f8;
}

footer p, footer p a {
    color: saddlebrown !important;
}

.footer-menu li a {
    color: saddlebrown !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

/*.footer-menu li a {
                    color: #fff !important;
                    font-size: 14px;
                    line-height: 24px;
                    font-weight: 400;
                }*/

footer .footer-h2 {
    color: saddlebrown;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 0;
    letter-spacing: 0.5px;
}

footer ul.social_icons {
    float: left;
   /* margin-top: 10px;
    margin-bottom: 10px;*/
}

.linklogo {
    width: 24px;
    height: 24px;
    padding: 1px;
}

    .linklogo.new {
        height: 35px;
        width: 35px;
    }

.foot_font {
    font-size: 18px;
/*    margin-top: 12px;*/
}

* {
    margin: 0px;
}


#demo-btn .case_btn {
    position: fixed;
    top: 65%;
    margin-left: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate( -90deg );
    z-index: 999;
}

.case_btn .btn-lg {
    padding: 0px;
    width: 180px;
    margin-left: -25px 0;
}

#demo-btn .case_btn:hover {
    margin-left: 0px;
    /*transition: 0.3s linear;*/
    /*transition:0.6s ease-in;
                    transition:0.6s ease-out;*/
}

    #demo-btn .case_btn:hover .btn-lg {
        padding: 5px;
    }


form .button {
    height: 100%;
    width: 20%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .3s;
    /* background: linear-gradient(135deg, #71b7e6, #9b59b6); */
    background-color: saddlebrown;
    margin-left: 37%;
    padding: 8px;
}
.form-textbox {
    width: 100%;
    /*    height: 100px;*/
    /*    padding: 8px;*/
    border: none;
    box-shadow: 0 0 6px 0 saddlebrown;
    margin-bottom: 0px;
}

