@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Poppins', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Muli', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('custom-animate.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #6EBB4D;
}

    button,
    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;
}

/* Typography */

h1 {
    font-size: 44px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}

.auto-container {
    position: static;
    max-width: 1200px;
    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%;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

/*Btn Style Nine*/

.btn-style-nine {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px;
    padding: 10px 36px 10px;
    background: linear-gradient(to bottom, #9FE013 0%, #49a702 100%);
    text-transform: capitalize;
}

    .btn-style-nine .icon {
        font-size: 12px;
        margin-left: 6px;
    }

    .btn-style-nine:hover {
        color: #ffffff;
        background: linear-gradient(to top, #9FE013 0%, #49a702 100%);
    }


img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* List Style Two */

.list-style-two {
    position: relative;
}

    .list-style-two li {
        position: relative;
        color: #afd3f3;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 30px;
        text-align:left;
        padding-left:40px
    }

        .list-style-two li .icon {
            position: absolute;
            font-size: 26px;
            margin-right: 15px;
            left: 0px;
        }



/* List Style Three */

.list-style-three {
    position: relative;
}

    .list-style-three li {
        position: relative;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        padding-left: 25px;
    }

        .list-style-three li:before {
            position: absolute;
            content: "\f10c";
            left: 0px;
            top: 0px;
            font-size: 12px;
            font-family: "Flaticon";
        }

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

    .main-header .main-box {
        position: relative;
        padding: 0px 0px;
        left: 0px;
        top: 0px;
        width: 100%;
        background: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-header .main-box .outer-container {
            position: relative;
            padding: 0px 40px;
        }

        .main-header .main-box .logo-box {
            position: relative;
            float: left;
            left: 0px;
            z-index: 10;
            padding: 30px 0px;
        }

            .main-header .main-box .logo-box .logo img {
                display: inline-block;
                max-width: 100%;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

.header-style-four {
    margin-top: 60px;
}

/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #222222;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .sticky-header .logo {
        padding: 4px 0px 4px;
    }

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 19px 0px !important;
    color: #ffffff !important;
}

    .sticky-header .main-menu .navigation > li > a:after {
        display: none;
    }

.main-header .nav-outer {
    position: relative;
    margin-top: 30px;
}

.main-header .outer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-style-four .nav-outer {
    margin-top: 0px;
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 40px 0px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .main-header .header-upper .logo-box .logo {
        position: relative;
    }

.main-header .header-lower {
    position: relative;
    background-color: rgba(0,0,0,0.55);
}

.header-style-four .header-lower {
    background: none;
}

    .header-style-four .header-lower .logo-box {
        position: relative;
        z-index: 20;
    }

    .header-style-four .header-lower .outer-container {
        background-color: #ffffff;
        padding: 0px 40px;
    }

.main-menu {
    height: 100%;
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .main-menu .navbar-collapse {
        height: 100%;
        padding: 0px;
    }

    .main-menu .navigation {
        display: flex;
        height: 100%;
        position: relative;
        margin: 0px;
    }

        .main-menu .navigation > li {
            height: 100%;
            position: relative;
            margin-right: 30px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0px;
            }

.main-header .header-upper .upper-right {
    position: relative;
}

.main-header .header-upper .info-box {
    position: relative;
    color: #333333;
    font-weight: 600;
    padding: 22px 0px;
    padding-left: 30px;
    padding-right: 28px;
    margin-right: 30px;
    display: inline-block;
    border-right: 1px solid #ecebeb;
}

    .main-header .header-upper .info-box .icon-box {
        position: absolute;
        left: 0px;
        top: 24px;
        color: #091394;
        font-size: 20px;
        line-height: 1em;
    }

.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: 600;
    padding: 39px 0px;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

    .main-menu .navigation > li > a:after {
        position: absolute;
        content: '';
        right: 0px;
        bottom: 25px;
        width: 0px;
        height: 4px;
        background-color: #2280ff;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

.main-menu .navigation > li:hover > a::after,
.main-menu .navigation > li.current > a::after {
    width: 22px;
}

.header-style-four .main-menu .navigation > li > ul {
    border-color: #6EBB4D;
}

.header-style-four .main-menu .navigation > li > a:before {
    color: #000000;
}

.header-style-four .main-menu .navigation > li:hover > a,
.header-style-four .main-menu .navigation > li.current > a {
    color: #000000;
}

.header-style-four .main-menu .navigation > li > ul > li > ul > li:hover > a,
.header-style-four .main-menu .navigation > li > ul > li:hover > a {
    background-color: #6EBB4D;
}

.header-style-four .main-menu .navigation > li > ul > li > ul {
    border-color: #69582f;
}

.header-style-four .main-menu .navigation > li:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 50%;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    background: url('../Images/devider.png') no-repeat;
}

.header-style-four .main-menu .navigation > li:last-child::after {
    display: none;
}

.header-style-four .main-menu .navigation > li > a:after {
    bottom: 0px;
}

.header-style-four .main-menu .navigation > li > a {
    align-items: center;
    color: #000000;
    display: flex;
    height: 100%;
    padding: 0px;
}

    .header-style-four .main-menu .navigation > li > a:after {
        background-color: #6EBB4D;
    }

.header-style-four .main-menu .navigation > li:hover > a::after,
.header-style-four .main-menu .navigation > li.current > a::after {
    width: 100%;
    bottom: -1px;
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 15px !important;
}

    .main-menu .navigation > li.dropdown > a:before {
        font-family: 'FontAwesome';
        content: "\f107";
        position: absolute;
        right: 0px;
        font-size: 13px;
        line-height: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
    opacity: 1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    right: 0px;
    top: 120%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    border: 3px solid #6EBB4D;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

    .main-menu .navigation > li > ul:before {
        position: absolute;
        content: '';
        left: 0px;
        top: -30px;
        width: 100%;
        height: 30px;
        display: block;
    }

    .main-menu .navigation > li > ul.from-right {
        left: auto;
        right: 0px;
    }

    .main-menu .navigation > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #f4f2f2;
    }

        .main-menu .navigation > li > ul > li:last-child {
            border-bottom: none;
        }

        .main-menu .navigation > li > ul > li > a {
            position: relative;
            display: block;
            padding: 12px 18px;
            line-height: 24px;
            font-weight: 400;
            font-size: 16px;
            text-transform: capitalize;
            color: #7c7b7b;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .main-menu .navigation > li > ul > li:hover > a {
            color: #ffffff;
            padding-left: 30px;
            background: #6EBB4D;
        }

        .main-menu .navigation > li > ul > li.dropdown > a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            right: 15px;
            top: 14px;
            width: 10px;
            height: 20px;
            display: block;
            color: #ffffff;
            line-height: 20px;
            font-size: 16px;
            font-weight: normal;
            text-align: center;
            z-index: 5;
        }

        .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
            color: #ffffff;
        }

        .main-menu .navigation > li > ul > li > ul {
            position: absolute;
            left: 100%;
            top: 100%;
            width: 230px;
            z-index: 100;
            display: none;
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
            padding: 0px 0px;
            background-color: #ffffff;
            border: 3px solid #6EBB4D;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            -o-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.from-right {
                left: auto;
                right: 0px;
            }

            .main-menu .navigation > li > ul > li > ul > li {
                position: relative;
                width: 100%;
                border-bottom: 1px solid #f4f2f2;
            }

                .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: 12px 18px;
                    line-height: 24px;
                    font-weight: 400;
                    font-size: 16px;
                    text-transform: capitalize;
                    color: #7c7b7b;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                .main-menu .navigation > li > ul > li > ul > li:hover > a {
                    color: #ffffff;
                    padding-left: 30px;
                    background: #6EBB4D;
                }

                .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                    font-family: 'FontAwesome';
                    content: "\f105";
                    position: absolute;
                    right: 10px;
                    top: 11px;
                    width: 10px;
                    height: 20px;
                    display: block;
                    color: #272727;
                    line-height: 20px;
                    font-size: 16px;
                    font-weight: normal;
                    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%;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms 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 Slider Banner
====================================================================

***/

.main-slider {
    position: relative;
    background-size: cover;
}

    .main-slider.style-two {
        padding-top: 68px;
    }

    .main-slider .slider-outer {
        position: relative;
    }

    .main-slider:before {
        position: absolute;
        content: '';
        left: -32px;
        top: 0px;
        width: 310px;
        height: 492px;
        z-index: 1;
        display: inline-block;
        background: url('../Images/2.png') no-repeat;
    }

    .main-slider .auto-container {
        position: relative;
    }

    .main-slider .slide {
        position: relative;
        background-repeat: no-repeat;
        background-position: right top;
    }

        .main-slider .slide.style-two {
            background-size: cover;
            background-position: center bottom;
        }

        .main-slider .slide .content {
            position: relative;
            padding: 330px 0px 260px;
        }

            .main-slider .slide .content.alternate {
                padding: 160px 0px 110px;
            }

    .main-slider.style-three .slide .content {
        padding: 270px 0px 170px;
    }

    .main-slider .title {
        position: relative;
        color: #ffffff;
        opacity: 0;
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 15px;
        text-transform: uppercase;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

    .main-slider .active .title {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 900ms;
    }

    .main-slider h1 {
        position: relative;
        color: #012068;
        opacity: 0;
        font-weight: 700;
        line-height: 1.3em;
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

        .main-slider h1:after {
            position: absolute;
            left: 0px;
            bottom: 0px;
            content: '';
            width: 50px;
            height: 4px;
            background-color: #012068;
        }

        .main-slider h1 span {
            color: #6EBB4D;
            font-style: italic;
            font-family: 'Playfair Display', serif;
        }

            .main-slider h1 span.alternate {
                display: block;
                background: linear-gradient(to right, #f44c01 0%, #ff7a01 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

        .main-slider h1.alternate {
            padding-bottom: 0px;
            margin-bottom: 20px;
        }

            .main-slider h1.alternate,
            .main-slider h1.alternate span {
                color: #ffffff;
            }

                .main-slider h1.alternate:after {
                    display: none;
                }

        .main-slider h1.style-two {
            color: #ffffff;
            font-size: 60px;
            font-weight: 700;
            padding-bottom: 0px;
            font-family: 'Playfair Display', serif;
        }

            .main-slider h1.style-two span {
                color: #ad8e63;
            }

            .main-slider h1.style-two:after {
                display: none;
            }

    .main-slider .active h1 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1300ms;
    }

    .main-slider .text {
        position: relative;
        color: #1a1e66;
        font-size: 18px;
        opacity: 0;
        line-height: 1.6em;
        font-weight: 400;
        margin-bottom: 30px;
        max-width: 580px;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

        .main-slider .text.alternate {
            color: #ffffff;
        }

    .main-slider .active .text {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 2000ms;
    }

    .main-slider .btn-box {
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

    .main-slider .active .btn-box {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 2000ms;
    }

    .main-slider .link-box {
        position: relative;
        opacity: 0;
        z-index: 10;
        margin-right: 30px;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

        .main-slider .link-box .theme-btn {
            margin-right: 20px;
            margin-bottom: 10px;
        }

    .main-slider .active .link-box {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 2500ms;
    }

    .main-slider .business-image-box {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
        right: -250px;
    }

    .main-slider .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 150px;
        max-width: 100px;
        margin-left: -50px;
        width: 100%;
        display: none;
        text-align: center;
    }

        .main-slider .owl-dots .owl-dot {
            position: relative;
            width: 12px;
            height: 12px;
            margin: 0px 4px;
            overflow: hidden;
            border-radius: 50px;
            display: inline-block;
            border: 1px solid #08c8af;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .main-slider .owl-dots .owl-dot:before {
                position: absolute;
                content: '';
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 50%;
                background-color: #08c8af;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

            .main-slider .owl-dots .owl-dot.active::before,
            .main-slider .owl-dots .owl-dot:hover::before {
                height: 100%;
            }

    .main-slider .owl-nav {
        position: absolute;
        left: 0px;
        top: 50%;
        z-index: 1;
        width: 100%;
        margin-top: -40px;
    }

        .main-slider .owl-nav .owl-prev {
            position: absolute;
            width: 50px;
            height: 50px;
            left: 20px;
            color: #6EBB4D;
            font-size: 24px;
            text-align: center;
            line-height: 48px;
            border: 1px solid #6EBB4D;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .main-slider .owl-nav .owl-next {
            position: absolute;
            right: 20px;
            width: 50px;
            height: 50px;
            color: #6EBB4D;
            font-size: 24px;
            text-align: center;
            line-height: 48px;
            border: 1px solid #6EBB4D;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

    .main-slider.style-three .owl-nav .owl-prev,
    .main-slider.style-three .owl-nav .owl-next {
        border-color: #7e6a46;
        color: #7e6a46;
    }

        .main-slider.style-three .owl-nav .owl-prev:hover,
        .main-slider.style-three .owl-nav .owl-next:hover {
            border-color: #7e6a46;
            background-color: #7e6a46;
        }

    .main-slider .owl-nav .owl-prev:hover,
    .main-slider .owl-nav .owl-next:hover {
        color: #ffffff;
        border-color: #6EBB4D;
        background-color: #6EBB4D;
    }

    .main-slider.style-four .owl-nav .owl-prev,
    .main-slider.style-four .owl-nav .owl-next {
        border: none;
        color: #ffffff;
        border-radius: 50%;
        background-color: rgba(0,0,0,0.60);
    }

/*** 

====================================================================
	Services Slider
====================================================================

***/

.services-section {
    position: relative;
}

    .services-section .services-block {
        padding: 0px;
        float: left;
        z-index: 1;
    }

.services-block {
    position: relative;
}

    .services-block .inner-box {
        position: relative;
        text-align: center;
        padding: 0px 50px 60px;
        background: -ms-linear-gradient(left, #EAEAED 0%, #ffffff 100%);
        background: -moz-linear-gradient(left, #EAEAED 0%, #ffffff 100%);
        background: -o-linear-gradient(left, #EAEAED 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #EAEAED), color-stop(100, #ffffff));
        background: -webkit-linear-gradient(left, #EAEAED 0%, #ffffff 100%);
        background: linear-gradient(to right, #EAEAED 0%, #ffffff 100%);
    }

        /* .services-block .inner-box:hover{
	background: -ms-linear-gradient(left, #ffffff 0%, #EAEAED 100%);
	background: -moz-linear-gradient(left, #ffffff 0%, #EAEAED 100%);
	background: -o-linear-gradient(left, #ffffff 0%, #EAEAED 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100, #EAEAED));
	background: -webkit-linear-gradient(left, #ffffff 0%, #EAEAED 100%);
	background: linear-gradient(to right, #ffffff 0%, #EAEAED 100%);
} */

        .services-block .inner-box .icon-box {
            position: relative;
            width: 118px;
            height: 118px;
            color: #ffffff;
            font-size: 50px;
            text-align: center;
            line-height: 118px;
            margin: 0 auto;
            border-radius: 50%;
            margin-top: -59px;
            display: inline-block;
            margin-bottom: 40px;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 100ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
            background: -ms-linear-gradient(top, #3140FC 0%, #0b1599 100%);
            background: -moz-linear-gradient(top, #3140FC 0%, #0b1599 100%);
            background: -o-linear-gradient(top, #3140FC 0%, #0b1599 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140FC), color-stop(100, #0b1599));
            background: -webkit-linear-gradient(top, #3140FC 0%, #0b1599 100%);
            background: linear-gradient(to bottom, #3140FC 0%, #0b1599 100%);
        }

            .services-block .inner-box .icon-box .icon {
                position: relative;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

        .services-block .inner-box:hover .icon-box {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }

        .services-block .inner-box h5 {
            position: relative;
            font-weight: 700;
            line-height: 1.4em;
            margin-bottom: 18px;
        }

            .services-block .inner-box h5 a {
                position: relative;
                color: #012068;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

        .services-block .inner-box:hover h5 a {
            color: #6EBB4D;
        }

        .services-block .inner-box .text {
            position: relative;
            font-size: 16px;
            color: #1a1e66;
            line-height: 1.7em;
            margin-bottom: 30px;
        }

        .services-block .inner-box .plus-box {
            position: relative;
            width: 40px;
            height: 40px;
            color: #ffffff;
            font-size: 14px;
            text-align: left;
            border-radius: 50px;
            line-height: 38px;
            background-color: #091394;
            display: inline-block;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .services-block .inner-box .plus-box .plus {
                position: absolute;
                right: 0px;
                color: #ffffff;
                width: 40px;
                height: 40px;
                font-size: 14px;
                line-height: 40px;
                border-radius: 50px;
                text-align: center;
                display: inline-block;
                background-color: #091394;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

            .services-block .inner-box .plus-box:hover {
                width: 107px;
                padding: 0px 0px 0px 25px;
            }

/*** 

====================================================================
	About Slider
====================================================================

***/

.about-section {
    position: relative;
    padding: 95px 0px 85px;
}

    .about-section .content-column {
        position: relative;
    }

        .about-section .content-column .inner-column {
            position: relative;
        }

            .about-section .content-column .inner-column .sec-title {
                margin-bottom: 30px;
            }

            .about-section .content-column .inner-column .text {
                position: relative;
                margin-bottom: 35px;
            }

                .about-section .content-column .inner-column .text p {
                    position: relative;
                    font-size: 16px;
                    color: #1a1e66;
                    line-height: 1.6em;
                    margin-bottom: 15px;
                }

                    .about-section .content-column .inner-column .text p a {
                        text-decoration: underline;
                    }

                    .about-section .content-column .inner-column .text p:last-child {
                        margin-bottom: 0px;
                    }

        .about-section .content-column .question {
            position: relative;
            font-size: 16px;
            font-weight: 700;
            color: #012068;
            margin-top: 22px;
            padding-bottom: 30px;
            margin-bottom: 20px;
            border-bottom: 1px dashed #b7b7b7;
        }

            .about-section .content-column .question a {
                position: relative;
                color: #012068;
                text-decoration: underline;
            }

            .about-section .content-column .question strong {
                position: relative;
                color: #012068;
                font-size: 24px;
                font-weight: 700;
                margin-left: 5px;
                margin-bottom: 5px;
                display: inline-block;
                font-family: 'Poppins', sans-serif;
            }

            .about-section .content-column .question .or {
                position: relative;
                margin-left: 5px;
                color: #012068;
                display: inline-block;
            }

        .about-section .content-column .inner-column .signature {
            position: relative;
            padding-left: 165px;
            padding-top: 20px;
            min-height: 105px;
        }

            .about-section .content-column .inner-column .signature .signature-img {
                position: absolute;
                left: 0px;
                top: 0px;
            }

            .about-section .content-column .inner-column .signature h5 {
                position: relative;
                color: #012068;
                font-weight: 700;
                text-transform: capitalize;
            }

            .about-section .content-column .inner-column .signature .designation {
                position: relative;
                color: #1a1e66;
                font-size: 16px;
            }

    .about-section .video-column {
        position: relative;
    }

        .about-section .video-column .inner-column {
            position: relative;
            padding-left: 30px;
            padding-top: 65px;
        }

            .about-section .video-column .inner-column .video-box {
                border-radius: 30px;
                overflow: hidden;
                margin-bottom: 50px;
            }

    .about-section.brown .content-column .inner-column .sec-title h2 {
        color: #000000;
        padding-bottom: 0px;
    }

    .about-section.brown .content-column .inner-column .text p a {
        color: #000000;
    }

    .about-section.brown .content-column .inner-column .sec-title h2:after {
        display: none;
    }

    .about-section.brown .fact-counter .column .counter-title,
    .about-section.brown .content-column .question strong,
    .about-section.brown .content-column .question a,
    .about-section.brown .content-column .question,
    .about-section.brown .content-column .inner-column .list-style-one li {
        color: #000000;
    }

    .about-section.brown .fact-counter .count-outer,
    .about-section.brown .content-column .inner-column .signature h5,
    .about-section.brown .video-column .fact-counter .count-outer .count-text {
        color: #9a7f59;
    }

    .about-section.brown .content-column .inner-column .signature .designation {
        color: #9c9c9c;
    }

    .about-section.brown .video-box .overlay-box span {
        background-color: #9a7f59;
    }

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    padding: 95px 0px 0px;
    background-color: #011a55;
}

    .main-footer .footer-widget {
        position: relative;
        z-index: 1;
        margin-bottom: 40px;
        text-align: center;
    }

    .main-footer .widgets-section {
        position: relative;
        padding-bottom: 40px;
    }

    .main-footer .footer-widget h4 {
        position: relative;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.2em;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .main-footer .logo-widget {
        position: relative;
    }

        .main-footer .logo-widget .logo {
            position: relative;
            margin-bottom: 25px;
        }

        .main-footer .logo-widget .text {
            position: relative;
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.9em;
            margin-bottom: 30px;
        }

/* List Link */

.list-link {
    position: relative;
}

    .list-link li {
        position: relative;
        margin-bottom: 15px;
    }

        .list-link li a {
            position: relative;
            color: #afd3f3;
            font-size: 14px;
            padding-left: 15px;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .list-link li a:hover {
                color: #ffffff;
                margin-left: 8px;
                text-decoration: underline;
            }

            .list-link li a:before {
                position: absolute;
                content: "\f105";
                left: 0px;
                top: -3px;
                font-family: 'FontAwesome';
            }

.main-footer .footer-bottom {
    position: relative;
    padding: 18px 0px;
    background-color: #020f2f;
}

    .main-footer .footer-bottom .copyright-column {
        position: relative;
    }

        .main-footer .footer-bottom .copyright-column .copyright {
            position: relative;
            color: #afd3f3;
            font-size: 14px;
        }

    .main-footer .footer-bottom .social-column {
        position: relative;
        text-align: right;
    }

        .main-footer .footer-bottom .social-column ul {
            position: relative;
        }

            .main-footer .footer-bottom .social-column ul li {
                position: relative;
                margin-left: 8px;
                display: inline-block;
            }

                .main-footer .footer-bottom .social-column ul li.follow {
                    color: #7f97ad;
                    font-size: 14px;
                }

                .main-footer .footer-bottom .social-column ul li a {
                    position: relative;
                    color: #ffffff;
                    font-size: 16px;
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                    .main-footer .footer-bottom .social-column ul li a:hover {
                        color: #3276ff;
                    }

.main-footer.style-two {
    background-color: #080603;
}

    .main-footer.style-two:before {
        background: url(../images/icons/footer-pattern-4.png) no-repeat;
    }

    .main-footer.style-two:after {
        background: url(../images/icons/footer-pattern-3.png) no-repeat;
    }

    .main-footer.style-two .footer-bottom .social-column ul li a:hover,
    .main-footer.style-two .footer-bottom .copyright-column .copyright a,
    .main-footer.style-two .list-style-two li .icon {
        color: #ffffff;
    }

    .main-footer.style-two .list-link li a,
    .main-footer.style-two .list-style-two li,
    .main-footer.style-two .footer-bottom .social-column ul li.follow,
    .main-footer.style-two .footer-bottom .copyright-column .copyright {
        color: #ffffff;
    }

    .main-footer.style-two .footer-bottom {
        background-color: #272727;
    }

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    padding: 95px 0px 60px;
}

    .about-section-two:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: url('../Images/pattern-1.png') left top no-repeat;
    }

    .about-section-two:after {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: url('../Images/pattern-2.png') right top no-repeat;
    }

    .about-section-two .video-column {
        position: relative;
        margin-bottom: 40px;
        z-index: 1;
    }

    .about-section-two .content-column {
        position: relative;
        margin-bottom: 40px;
    }

        .about-section-two .content-column .inner-column {
            position: relative;
            z-index: 1;
        }

            .about-section-two .content-column .inner-column h3 {
                position: relative;
                color: #012068;
                font-weight: 700;
                line-height: 1.3em;
                margin-bottom: 25px;
            }

                .about-section-two .content-column .inner-column h3 span {
                    color: #6EBB4D;
                }

            .about-section-two .content-column .inner-column .text {
                position: relative;
                margin-bottom: 40px;
            }

                .about-section-two .content-column .inner-column .text p {
                    position: relative;
                    color: #1a1e66;
                    font-size: 18px;
                    line-height: 1.7em;
                    margin-bottom: 20px;
                }

/*** 

====================================================================
	Business Section
====================================================================

***/

.business-section {
    position: relative;
}

    .business-section:after {
        content: '';
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        z-index: -1;
    }

    .business-section .outer-container {
        position: relative;
    }

    .business-section .sticky-container {
        display: flex;
        flex-wrap: wrap;
    }

    .business-section .title-column {
        position: relative;
        width: 50%;
        padding-left: 15px;
    }

        .business-section .title-column .inner-column {
            position: relative;
            max-width: 590px;
            margin-left: auto;
            width: 100%;
            margin-top: 175px;
            padding-right: 120px;
            margin-bottom: 50px;
        }

            .business-section .title-column .inner-column .inner-wrapper-sticky {
                transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
            }

            .business-section .title-column .inner-column .logo {
                position: relative;
                margin-bottom: 20px;
            }

            .business-section .title-column .inner-column h2 {
                position: relative;
                color: #012068;
                font-weight: 700;
                line-height: 1.4em;
                margin-bottom: 18px;
            }

                .business-section .title-column .inner-column h2 span {
                    color: #6EBB4D;
                }

            .business-section .title-column .inner-column .text {
                position: relative;
                color: #1a1e66;
                font-size: 18px;
                line-height: 1.7em;
            }

    .business-section .contents-column {
        position: relative;
        width: 50%;
    }

        .business-section .contents-column .inner-column {
            position: relative;
            padding-top: 80px;
            padding-right: 15px;
        }

            .business-section .contents-column .inner-column .title-box {
                position: relative;
            }

                .business-section .contents-column .inner-column .title-box h2 {
                    position: relative;
                    color: #012068;
                    font-weight: 700;
                    line-height: 1.4em;
                    margin-bottom: 18px;
                }

                    .business-section .contents-column .inner-column .title-box h2 span {
                        color: #6EBB4D;
                    }

            .business-section .contents-column .inner-column .services-blocks {
                position: relative;
                margin-left: -60px;
                margin-bottom: 40px;
            }

            .business-section .contents-column .inner-column .text {
                position: relative;
                color: #1a1e66;
                font-size: 18px;
                line-height: 1.7em;
            }

/* Services Block Five */

.services-block-five {
    position: relative;
    padding-bottom: 45px;
}

    .services-block-five .inner-box {
        position: relative;
        padding-top: 25px;
        padding-left: 150px;
    }

        .services-block-five .inner-box .icon-box {
            align-items: center;
            display: flex;
            justify-content: center;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 115px;
            height: 115px;
            color: #ffffff;
            font-size: 60px;
            overflow: hidden;
            text-align: center;
            border-radius: 50%;
            line-height: 112px;
            background-image: -ms-linear-gradient(top, #9FE013 0%, #49a702 100%);
            background-image: -moz-linear-gradient(top, #9FE013 0%, #49a702 100%);
            background-image: -o-linear-gradient(top, #9FE013 0%, #49a702 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9FE013), color-stop(100, #49a702));
            background-image: -webkit-linear-gradient(top, #9FE013 0%, #49a702 100%);
            background-image: linear-gradient(to bottom, #9FE013 0%, #49a702 100%);
        }

            .services-block-five .inner-box .icon-box img {
                max-width: 60px;
            }
/*** 

====================================================================
	Services Block Seven
====================================================================

***/

.services-section-seven {
    position: relative;
}

    .services-section-seven .inner-container {
        position: relative;
        margin-top: -43px;
        z-index: 1;
    }

        .services-section-seven .inner-container .services-block-ten {
            float: left;
            padding: 0px;
        }

.services-block-ten {
    position: relative;
}

    .services-block-ten .inner-box {
        position: relative;
        overflow: hidden;
        background: #4896d1;
        padding: 20px 0 20px 30px;
        height: 100%;
    }

    .services-block-ten:nth-child(2) .inner-box, .services-block-ten:nth-child(5) .inner-box {
        background: #2e7db7;
    }

    .services-block-ten:nth-child(3) .inner-box, .services-block-ten:nth-child(6) .inner-box {
        background: #24618e;
    }

    .services-block-ten .inner-box .upper-box {
        position: relative;
        display: flex;
        align-items: center;
    }

    .services-block-ten .inner-box .large-icon {
        position: absolute;
        right: -120px;
        top: 0px;
        opacity: 0;
        font-size: 100px;
        line-height: 1em;
        color: rgba(255,255,255,0.25);
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
    .marquee .inner_text {
        display:flex;
        -webkit-animation: marquee 13s linear infinite;
        animation: marquee 13s linear infinite;
    }
/*    .services-block-ten .inner-box:hover .large-icon {
        right: 0;
        opacity: 1;
    }*/

    .services-block-ten .inner-box .upper-box .icon-box {
        color: #ffffff;
        font-size: 46px;
        line-height: 1em;
    }

    .services-block-ten .inner-box .upper-box h4 {
        position: relative;
        line-height: normal;
        font-weight: 700;
    }

        .services-block-ten .inner-box .upper-box h4 a {
            position: relative;
            color: #ffffff;
            font-size:20px;
            margin-left:10px;
        }
.services-block-ten .inner-box {
    display:flex;
}
.services-block-ten .inner-box .text {
    position: relative;
    line-height: 1.8em;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Map Section */

.map-section {
    display: flex;
    position: relative;
}

    .map-section iframe {
        height: 100%;
        position: absolute;
        width: 50%;
    }

.form-section {
    background: url('https://html.themexriver.com/finano/images/resource/image-1.jpg');
    margin-left: auto;
    padding: 85px 80px 80px 80px;
    position: relative;
    width: 50%;
}

    .form-section:after {
        background-color: rgba(0,4,9,0.84);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .form-section * {
        position: relative;
        z-index: 1;
    }

    .form-section h2 {
        position: relative;
        color: #ffffff;
        font-weight: 700;
        line-height: 1.4em;
        margin-bottom: 18px;
    }

    .form-section .text {
        color: #ffffff;
        font-size: 16px;
        position: relative;
        line-height: 1.8em;
        margin-bottom: 25px;
    }

    .form-section form {
        position: relative;
        max-width: 500px;
        width: 100%;
    }

    .form-section .form-control {
        position: relative;
        display: block;
        width: 100%;
        line-height: 28px;
        max-width: 100%;
        padding: 10px 20px;
        color: #333333;
        height: 50px;
        font-size: 15px;
        border-radius: 4px;
        background: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .form-section textarea.form-control {
        height: auto;
    }


.modal {
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    transition: opacity ease-out 0.2s;
}

.modal--active {
    opacity: 1;
    visibility: visible;
}

.modal-dialog {
    position: relative;
    background: #fff;
    padding: 40px;
    width: 700px;
    margin: 60px auto;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.modal-dialog__close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
#popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:10;
    background: rgba(0, 0, 0, 0.5);
}

#popup-content {
    background: #fff;
    max-width: 550px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    height: 85vh;
    overflow-y: auto;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #49a702 #e3e3e3;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 4px;
    }

    *::-webkit-scrollbar-track {
        background: #e3e3e3;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #49a702;
        border-radius: 10px;
        border: 2px solid #ffffff;
    }


