﻿body {
    margin: 0;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4c4c4c;
    text-align: left;
    background-color: #fff;
}

.site-wrap {
    display: inline-block;
    float: left;
    width: 100%;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
    -webkit-animation: slide-up .5s ease-out;
    -moz-animation: slide-up .5s ease-out;
}
.fixedheader {
    position: fixed;
    z-index: 100;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-animation: slide-down .5s ease-out;
    -moz-animation: slide-down .5s ease-out;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(5%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.site-logo {
    position: relative;
    left: 0;
    top: 0px;
}

    .site-logo img {
        width: 200px;

        height: 50px;
    }
.fixedimg img {
    width: 130px;
}


.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}

    .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px 15px;
        color: #58585a;
        display: inline-block;
        text-decoration: none !important;
        font-weight: 700;
        font-size: 16px;
    }

.homebanner {
    height: 90vh;
}

    .homebanner img {
        height: 100%;
        object-fit: cover;
        object-position: 70% center;
    }

.fixed_header {
    position: fixed;
    top: 0px;
    z-index: inherit;
}
/*footer*/
.footer {
    display: inline-block;
    width: 100%;
}

.footerlogo {
    width: 400px;
    display: inline-block;
}

.bg_footerdark {
    background-color: #5b5b5b !important;
}

.box_foot_contnt {
    color: #fff;
}

    .box_foot_contnt i {
        color: #ef7f1b;
        font-size: 40px;
    }

    .box_foot_contnt p {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .box_foot_contnt span {
        font-weight: 600;
        color: rgb(255 255 255 / 54%);
    }

.footer_menu ul, .footer_socialicon ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .footer_menu ul li, .footer_socialicon ul li {
        display: inline-block;
        padding: 20px;
    }

        .footer_menu ul li a, .footer_socialicon ul li a {
            color: #fff;
        }
        .footer_socialicon ul li a {
            line-height: 33px;
            height: 35px;
            font-size: 20px;
            width: 35px;
            text-align: center;
            border: solid 2px #fff;
            display: inline-block;
            border-radius: 50%;
        }