@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,600,700|Poppins:300,400,500,600,700,800,900&amp;display=swap');

@font-face {
    font-family: 'arialuni';
    src: url('../fonts/ARIALUNI.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fffff1;
}

::-webkit-scrollbar-thumb {
    background: #fffffa;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #af8454;
    }

.bordered-layout .page-wrapper {
    padding: 0px 0px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #c22a2a;
}

button {
    cursor: pointer;
    text-decoration: none;
    outline: none !important;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
}

input, button, select, textarea {
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}

.auto-container {
    position: static;
    max-width: 90vw;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

h1 {
    font-size: 60px;
    color: #af8454;
    font-weight: 700;
    margin-bottom: 25px;
}

h2 {
    font-size: 36px;
    color: #af8454;
    font-weight: 700;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    color: #af8454;
    font-weight: 700;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    color: #af8454;
    font-weight: 700;
    margin-bottom: 15px;
}

h5 {
    font-size: 20px;
    color: #af8454;
    font-weight: 700;
    margin-bottom: 15px;
}

h6 {
    font-size: 18px;
    color: #af8454;
    font-weight: 700;
    margin-bottom: 12px;
}

.list-style-two {
    position: relative;
}

    .list-style-two li {
        position: relative;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 15px;
        padding-left: 80px;
        line-height: 1.8em;
    }

        .list-style-two li strong {
            position: relative;
            font-weight: 700;
            color: #ffffff;
            font-size: 24px;
            display: block;
            margin-bottom: 3px;
        }

        .list-style-two li .icon {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 50px;
            height: 50px;
            font-weight: 400;
            color: #ffffff;
            font-size: 20px;
            text-align: center;
            line-height: 50px;
            display: inline-block;
            background-image: -moz-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
            background-image: -o-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D1641A), color-stop(100, #C2292A));
            background-image: -webkit-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
            background-image: linear-gradient(to top, #D1641A 0%, #C2292A 100%);
        }

        .list-style-two li .fas, .list-style-two li .far, .list-style-two li .fa, .list-style-two li .fab {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 50px;
            height: 50px;
            color: #ffffff;
            font-size: 20px;
            text-align: center;
            line-height: 50px;
            display: inline-block;
            background-image: linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
            background-image: -moz-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
            background-image: -o-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D1641A), color-stop(100, #C2292A));
            background-image: -webkit-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
            background-image: linear-gradient(to top, #D1641A 0%, #C2292A 100%);
        }

    .list-style-two.style-two li strong {
        color: #000000;
    }

    .list-style-two.style-two li {
        color: #666666;
    }

.social-icon-one {
    position: relative;
    display: block;
}

    .social-icon-one .title {
        position: relative;
        font-size: 20px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 700;
        display: block;
        margin-bottom: 12px;
    }

    .social-icon-one li {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        margin-right: 4px;
    }

        .social-icon-one li:last-child {
            margin-right: 0;
        }

        .social-icon-one li a {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 24px;
            color: #ffffff;
            width: 40px;
            height: 40px;
            line-height: 38px;
            text-align: center;
            display: inline-block;
            /*border: 1px solid rgba(255,255,255,0.70);*/
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .social-icon-one li a:hover {
                color: #000000;
                background-color: #ffffff;
            }

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 200px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #f3b629;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .scroll-to-top:hover {
        color: #ffffff;
        background: #c22a2a;
    }

.main-header {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-bottom: 60px;
}

    .main-header .ticker_wrapper {
        background-color: #fafafa
    }

        .main-header .ticker_wrapper.ticker-fixed-top {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 999
        }

        .main-header .ticker_wrapper li {
            font-size: 12px;
            font-weight: 700
        }

        .main-header .ticker_wrapper .title {
            position: absolute;
            left: 0%;
            top: 0%;
            font-size: 1rem;
            font-weight: 700;
            line-height: 40px;
            padding-left: 10px;
            padding-right: 20px;
            min-width: 12vw;
            z-index: 9999;
        }

        .main-header .ticker_wrapper li.tick span {
            color: #f9b707
        }

    .main-header .header-upper {
        position: relative;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-header .nav-outer {
        position: relative;
    }

    .main-header .header-lower {
        position: absolute;
        left: 0px;
        right: 0px;
    }

        .main-header .header-lower .nav-outer:before {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            height: 100%;
            width: 1000%;
            background-color: #af8454;
        }

.main-menu {
    position: static;
    float: left;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-left: 5vw;
}

    .main-menu .navbar-collapse {
        padding: 0px;
    }

    .main-menu .navigation {
        position: static;
        margin: 0px;
    }

        .main-menu .navigation > li {
            position: relative;
            float: left;
            margin-right: 0px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .main-menu .navigation > li:before {
                position: absolute;
                content: ' ';
                top: 20px;
                height: 20px;
                width: 1px;
                opacity: 0.4;
                background-color: #ffffff;
            }

            .main-menu .navigation > li:last-child {
                margin-right: 0px;
            }

                .main-menu .navigation > li:last-child::after {
                    display: none;
                }

            .main-menu .navigation > li:hover > a,
            .main-menu .navigation > li.current > a {
                color: #ffffff;
                background-image: -moz-linear-gradient(top, #C2292A 0%, #d1641a 100%);
                background-image: -o-linear-gradient(top, #C2292A 0%, #d1641a 100%);
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C2292A), color-stop(100, #d1641a));
                background-image: -webkit-linear-gradient(top, #C2292A 0%, #d1641a 100%);
                background-image: linear-gradient(to bottom, #C2292A 0%, #d1641a 100%);
            }


.sticky-header .main-menu .navigation > li > a {
    padding: 20px 0px !important;
    color: #444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: red !important;
    background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
    margin-top: 26px;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #e6e6e6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .sticky-header .logo {
        padding: 9px 0px 9px;
    }

.fixed-header .sticky-header {
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    -moz-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -moz-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 400;
    padding: 15px 10px;
    font-size: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}


.sticky-header .main-menu .navigation > li {
    position: relative;
    margin-left: 30px;
    margin-right: 0px !important;
}

    .sticky-header .main-menu .navigation > li.dropdown > a:before {
        display: none;
    }

    .sticky-header .main-menu .navigation > li:before,
    .sticky-header .main-menu .navigation > li:after {
        display: none;
    }

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    opacity: 1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 120%;
    width: 250px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #c22a2a;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

    .main-menu .navigation > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }

        .main-menu .navigation > li > ul > li:last-child {
            border-bottom: none;
        }

        .main-menu .navigation > li > ul > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            line-height: 24px;
            font-weight: 400;
            font-size: 16px;
            text-transform: capitalize;
            color: #2a2a2a;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .main-menu .navigation > li > ul > li:hover > a {
            color: #ffffff;
            background: #2c2c2c;
        }

        .main-menu .navigation > li > ul > li.dropdown > a {
            padding-left: 20px !important;
        }

            .main-menu .navigation > li > ul > li.dropdown > a:before {
                font-family: 'Font Awesome\ 5 Free';
                content: "\f104";
                position: absolute;
                left: 5px;
                top: 10px;
                width: 10px;
                height: 20px;
                display: block;
                color: #253d4a;
                line-height: 20px;
                font-size: 16px;
                font-weight: 900;
                text-align: center;
                z-index: 5;
            }

        .main-menu .navigation > li > ul > li.dropdown:hover > a:before {
            color: #ffffff;
        }

        .main-menu .navigation > li > ul > li > ul {
            position: absolute;
            right: 100%;
            top: 20px;
            width: 250px;
            padding: 0px;
            z-index: 100;
            display: none;
            background: #ffffff;
            border-top: 3px solid #c22a2a;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
        }

            .main-menu .navigation > li > ul > li > ul > li {
                position: relative;
                width: 100%;
                border-bottom: 1px solid rgba(0,0,0,0.10);
            }

                .main-menu .navigation > li > ul > li > ul > li:last-child {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                    line-height: 24px;
                    font-weight: 400;
                    font-size: 16px;
                    text-transform: capitalize;
                    color: #272727;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                .main-menu .navigation > li > ul > li > ul > li:hover > a {
                    color: #ffffff;
                    background: #2c2c2c;
                }

                .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                    font-family: 'Font Awesome\ 5 Free';
                    content: "\f105";
                    position: absolute;
                    right: 10px;
                    top: 11px;
                    width: 10px;
                    height: 20px;
                    display: block;
                    color: #272727;
                    line-height: 20px;
                    font-size: 16px;
                    font-weight: 900;
                    text-align: center;
                    z-index: 5;
                }

                .main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
                    color: #ffffff;
                }

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .options-box {
    position: relative;
    float: right;
}

.fixed-header .header-lower {
    position: fixed;
    top: 0px;
    background-color: #af8454;
}

    .fixed-header .header-lower .nav-outer:before {
        display: none;
    }

.cms-header {
    background-color: #5da530;
    padding: 2px;
}

.fixheader {
    position: fixed !important;
    top: 180px;
    left: 0;
    right: 0;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

    .search-popup:before {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 560px;
        background-image: url(../images/icons/waves-shape.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 0px;
        content: "";
    }

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #c12b29;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

    .search-popup .close-search span {
        position: relative;
        display: block;
        height: 70px;
        width: 70px;
        font-size: 30px;
        line-height: 70px;
        color: #ffffff;
    }

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

    .search-popup .form-group input[type="text"],
    .search-popup .form-group input[type="search"] {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #000000;
        height: 70px;
        width: 100%;
        padding: 10px 30px;
        background-color: #ffffff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-weight: 500;
        text-transform: capitalize;
    }

    .search-popup .form-group input[type="submit"],
    .search-popup .form-group button {
        position: absolute;
        right: 30px;
        top: 0px;
        height: 70px;
        line-height: 70px;
        background: transparent;
        text-align: center;
        font-size: 24px;
        color: #000000;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .search-popup .form-group input[type="submit"]:hover,
        .search-popup .form-group button:hover {
            color: #000000;
        }

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
    margin-right: 5vw;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

    .mobile-menu .nav-logo {
        position: relative;
        padding: 20px 20px;
        text-align: left;
    }

        .mobile-menu .nav-logo img {
            max-width: 200px;
        }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 500ms;
    -moz-transition: all 0.7s ease 500ms;
    -o-transition: all 0.7s ease 500ms;
    transition: all 0.7s ease 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.10);
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }

        .mobile-menu .navigation li > ul > li:last-child {
            border-bottom: none;
        }

        .mobile-menu .navigation li > ul > li:first-child {
            border-top: 1px solid rgba(0,0,0,0.10);
        }

        .mobile-menu .navigation li > a {
            position: relative;
            display: block;
            line-height: 24px;
            padding: 10px 20px;
            font-size: 15px;
            color: #404040;
            text-transform: capitalize;
        }

        .mobile-menu .navigation li:hover > a,
        .mobile-menu .navigation li.current > a {
            color: #c33127;
        }

        .mobile-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 44px;
            height: 44px;
            text-align: center;
            font-size: 16px;
            line-height: 44px;
            color: #404040;
            cursor: pointer;
            z-index: 5;
        }

            .mobile-menu .navigation li.dropdown .dropdown-btn:after {
                content: '';
                position: absolute;
                left: 0px;
                top: 10px;
                width: 1px;
                height: 24px;
                border-left: 1px solid rgba(0,0,0,0.10);
            }

        .mobile-menu .navigation li > ul,
        .mobile-menu .navigation li > ul > li > ul {
            display: none;
        }

.sticky-header .navbar-header {
    display: none;
}

.page-title {
    position: relative;
    padding: 60px 0px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .page-title .auto-container {
        position: relative;
    }

    .page-title .title {
        position: relative;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .page-title h2 {
        position: relative;
        color: #ffffff;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
.page-breadcrumb {
    position: relative;
    margin-top: 30px;
}

    .page-breadcrumb li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        padding-right: 15px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
    }

        .page-breadcrumb li:after {
            position: absolute;
            content: "\f105";
            right: -2px;
            top: -1px;
            color: #ffffff;
            font-size: 14px;
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
        }

        .page-breadcrumb li:last-child::after {
            display: none;
        }

        .page-breadcrumb li:last-child {
            padding-right: 0px;
            margin-right: 0px;
        }

        .page-breadcrumb li a {
            color: #ffffff;
            font-weight: 500;
            text-transform: capitalize;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .page-breadcrumb li a:hover {
                color: #cf601b;
            }

.page-section {
    position: relative;
    padding: 30px 0px 30px;
}

    .page-section .imagebg {
        position: relative;
        padding: 55px 35px 0px 0px;
    }

        .page-section .imagebg::before {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            width: 448px;
            height: 100%;
            background: url(../images/background/pattern-2.png);
            background-repeat: no-repeat;
        }

    .page-section .imagebg img {
        position: relative;
        width: 100%;
        display: block;
    }

.page-bgimage-section {
    background-size: cover;
    position: relative;
    padding: 30px 0px 30px;
}

    .page-bgimage-section:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        color: #af8454;
    }
.sec-title {
    position: relative;
    font-weight: 400;
    /*font-weight: 700; */
    line-height: 1.3em;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.main-footer {
    position: relative;
    padding: 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #af8454;
}

    .main-footer .footer-widget {
        position: relative;
        margin-bottom: 40px;
    }

    .main-footer .widgets-section {
        position: relative;
        padding: 20px 0px 20px;
    }

    .main-footer .footer-title {
        position: relative;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .main-footer .footer-widget h4, .main-footer .footer-widget h4.en {
        position: relative;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2em;
        text-transform: capitalize;
    }

        .main-footer .footer-widget h4.kn {
            font-weight: 400;
            line-height: 1em;
            text-transform: none;
        }

    .main-footer .contact-link {
        position: relative;
    }

        .main-footer .contact-link li {
            position: relative;
            color: #bbbbbb;
            font-size: 16px;
            margin-bottom: 12px;
        }

            .main-footer .contact-link li span {
                position: relative;
                color: #ffffff;
                margin-right: 6px;
            }

    .main-footer .footer-bottom {
        position: relative;
        padding: 25px 0px;
        background-color: #af8454;
        border-top: 2px double white;
    }

        .main-footer .footer-bottom .copyright {
            position: relative;
            color: #ffffff;
            font-size: 16px;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .search-popup .close-search.style-two span {
        font-size: 20px;
        color: #ffffff;
    }

.report-menu {
    position: relative;
    float: left;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

    .report-menu li {
        position: relative;
        margin-left: 7px;
        display: inline-block;
        margin-top: 2vh;
    }

        .report-menu li a {
            position: relative;
            color: #ffffff;
            text-align: center;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            padding: 10px 10px 10px 10px;
        }

            .report-menu li a.btn {
                width: auto !important;
            }

                .report-menu li a.btn.active {
                    border-radius: 30px;
                    background-image: linear-gradient( 170deg, rgba(white, 0.3), rgba(white, 0) );
                }

ol.clist {
    list-style-type: none;
    counter-reset: list-number;
}

    ol.clist li:before {
        counter-increment: list-number;
        content: counters(list-number, ".") ". ";
        margin-right: 10px;
        margin-bottom: 10px;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        background-color: #d7385e;
        border-radius: 50%;
        color: #fff;
    }

div.clist {
    counter-reset: list-number;
}

    div.clist h4:before {
        counter-increment: list-number;
        content: counters(list-number, ".") ". ";
        margin-right: 10px;
        margin-bottom: 10px;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

div.clist {
    counter-reset: list-number;
}

    div.clist div:before {
        counter-increment: list-number;
        content: counters(list-number, ".") ". ";
        margin-right: 10px;
        margin-bottom: 10px;
        padding-left: 20px !important;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }


div.clistg {
    counter-reset: list-number;
}

    div.clistg h4:before {
        counter-increment: list-number;
        content: counters(list-number, ".", lower-greek) ".";
        margin-right: 10px;
        margin-bottom: 10px;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        border-radius: 50%;
    }

div.clista {
    counter-reset: list-number;
}

    div.clista h4:before, div.clista span:before {
        counter-increment: list-number;
        content: counters(list-number, ".", lower-alpha) ".";
        margin-right: 10px;
        margin-bottom: 10px;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        border-radius: 50%;
    }

ul.clista {
    counter-reset: list-number;
}

    ul.clista li:before {
        counter-increment: list-number;
        content: counters(list-number, ".", lower-alpha) ".";
        margin-right: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

ul.clistn {
    counter-reset: list-number;
}

    ul.clistn li:before {
        counter-increment: list-number;
        content: counters(list-number, ".", "&rarr'") ".";
        margin-right: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

ul.a {
    list-style-position: outside;
    list-style-type: lower-alpha !important;
}

ul.b {
    list-style-position: outside;
    list-style-type: disc !important;
}

.bg-primary, .btn-primary {
    background-color: #161d43 !important;
}

.options-box ul {
    display: flex;
    padding-right: 3vw;
}

    .options-box ul > li > a {
        position: relative;
        display: block;
        color: #ffffff;
        text-align: center;
        line-height: 30px;
        text-transform: capitalize;
        letter-spacing: 0px;
        opacity: 1;
        font-weight: 400;
        padding: 15px 5px;
        font-size: 15px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        font-family: 'Poppins', sans-serif;
    }

    .options-box ul > li:before {
        position: absolute;
        content: ' ';
        top: 20px;
        height: 20px;
        width: 1px;
        opacity: 0.4;
        background-color: #ffffff;
    }

    .options-box ul > li:first-child:before {
        content: none;
    }

    .options-box ul > li:last-child {
        margin-right: 0px;
    }

        .options-box ul > li:last-child::after {
            display: none;
        }


.text-website {
    color: #af8454 !important;
}

.bg-website {
    background-color: #af8454 !important;
    color: #fff !important;
}

.btn-website {
    background-color: #af8454 !important;
    color: #fff !important;
}

.border-website {
    border-color: #af8454 !important;
}

.btnhidden {
    display: none !important;
}

a.kannada {
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 1.1em !important;
    font-family: arialuni !important;
    padding-right: 2px !important;
}

.isDisabled {
    color: gray;
    font-weight: lighter !important;
    cursor: not-allowed;
    opacity: 0.2;
    text-decoration: none;
}


