/*
* Eclipse Ico - Eclipse Ico Template
* Build Date: September 2018
* Author: perleTheme Template
* This is a premium product available exclusively here : https://themeforest.net/user/perletheme
*/
/*
  TABLE OF CONTENTS
  ---------------------------------
  *. 1  - Fonts ...................
  *. 2  - General Styles ..........
  *. 3  - Nav bar Styles...........
  *. 4  - Header Styles ...........
  *. 5  - Header Sub Styles .......
  *. 6  - Companies Styles ........
  *. 7  - About Us Styles .........
  *. 8  - Our Projects Styles .....
  *. 9  - Road Map Styles .........
  *. 10 - Our Team Styles .........
  *. 11 - Download Styles .........
  *. 12 - News Styles .............
  *. 13 - FAQs Styles .............
  *. 14 - Contact Styles ..........
  *. 15 - CopyRight Styles ........
  *. 16 - Media Queries ...........
  ---------------------------------
*/
/* ------------------------------------- */
/* *. 1 - Fonts ........................ */
/* ------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500%7CRaleway:700");
/* ------------------------------------- */
/* *. 2 - General Styles ............... */
/* ------------------------------------- */
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Poppins', sans-serif, "proxima-nova", "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #484848;
    font-weight: 700;
    font-family: 'Raleway', sans-serif, "proxima-nova", "Helvetica Neue", Helvetica, Arial;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.2rem;
}

p {
    font-size: 0.9rem;
}

.main-section {
    margin: 0;
    padding: 0;
}

a {
    color: #000000;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.section-title {
    color: #35732e;
    position: relative;
    margin: 3rem 0;
}

    .section-title .main-text {
        position: relative;
    }

    .section-title .number {
        position: absolute;
        bottom: 135%;
        font-size: 0.4em;
        width: 225px;
        text-align: center;
        color: #35732e;
    }

        .section-title .number::after {
            content: '';
            position: absolute;
            width: 100px;
            height: 3px;
            background: -webkit-linear-gradient(left, #61b230, #35732e);
            background: linear-gradient(90deg, #61b230, #35732e);
            left: 0;
            top: 5px;
        }

        .section-title .number::before {
            content: '';
            position: absolute;
            width: 100px;
            height: 3px;
            background: -webkit-linear-gradient(left, #35732e, #61b230);
            background: linear-gradient(90deg, #35732e, #61b230);
            right: 0;
            top: 5px;
        }

        .section-title .number.center {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .section-title .reflection {
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
        font-size: 140%;
        color: #0018F0;
        opacity: 0.08;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .section-title.centered-title .reflection {
        left: -20px;
    }

.read-more-link {
    text-align: right;
    display: block;
}

    .read-more-link span {
        width: 125px;
        height: 3px;
        background: -webkit-linear-gradient(left, #35732e, #61b230));
        background: linear-gradient(90deg, #35732e, #61b230);
        display: inline-block;
        margin-right: 0.4rem;
        margin-bottom: 2px;
    }

.overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.main-gradient-bg {
    background: -webkit-linear-gradient(left, #007424, #00b314);
    background: linear-gradient(90deg, #007424, #00b314);
}

.blue-gradient-bg {
    background: -webkit-linear-gradient(left, rgba(0, 178, 20, 0.5), #ffffff);
    background: linear-gradient(90deg, rgba(0, 178, 20, 0.5), #ffffff);
}

.dark-blue-gradient-bg {
    background: -webkit-linear-gradient(left, rgba(15, 181, 240, 0.8), rgba(0, 140, 240, 0.1));
    background: linear-gradient(90deg, rgba(15, 181, 240, 0.8), rgba(0, 140, 240, 0.1));
}

.text-transparent {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.main-gradient-main-btn {
    border-radius: 126px;
    color: #ffffff;
    position: relative;
    padding: 0.8rem 2rem;
    border-right: none;
}

    .main-gradient-main-btn span {
        position: absolute;
    }

    .main-gradient-main-btn .first-span {
        left: 2px;
        top: 1px;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

        .main-gradient-main-btn .first-span img {
            width: 25px;
            display: inline;
        }

    .main-gradient-main-btn .second-span {
        right: 20px;
        top: -10px;
    }

        .main-gradient-main-btn .second-span img {
            width: 8px;
            display: inline;
        }

    .main-gradient-main-btn .third-span {
        right: 6px;
        bottom: -3px;
    }

        .main-gradient-main-btn .third-span img {
            width: 21px;
            display: inline;
        }

.blue-gradient-main-btn {
    border-radius: 126px;
    color: #00b214;
    position: relative;
    padding: 0.8rem 2rem;
    border-right: none;
    margin-left: 1rem;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

    .blue-gradient-main-btn .first-span {
        position: absolute;
        left: 1px;
        top: 2px;
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

        .blue-gradient-main-btn .first-span img {
            width: 1.9rem;
        }

.hoverable {
    -webkit-transition: box-shadow .25s;
    transition: box-shadow .25s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

    .hoverable:hover {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.hover-up {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .hover-up:hover {
        -webkit-transform: translateY(-5px) !important;
        transform: translateY(-5px) !important;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

.owl-nav {
    z-index: -1;
    position: absolute;
    top: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    left: 0;
    margin: 0;
    color: #676375;
}

    .owl-nav i {
        font-size: 1rem;
        padding: 1rem;
    }

    .owl-nav .disabled {
        opacity: 0.3;
        cursor: default !important;
    }

    .owl-nav .owl-prev {
        position: absolute;
        left: -70px;
    }

    .owl-nav .owl-next {
        position: absolute;
        right: -70px;
    }

.owl-dots {
    text-align: center;
}

    .owl-dots .owl-dot {
        display: inline-block;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .owl-dots .owl-dot:hover {
            opacity: 0.7;
        }

        .owl-dots .owl-dot span {
            background-color: #c0c0c0;
            display: inline-block;
            height: 2px;
            margin: 5px 7px;
            opacity: 1;
            width: 32px;
        }

        .owl-dots .owl-dot.active span {
            background-color: #676375;
            width: 20px;
        }

.cd-top {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: rgb(53, 115, 46);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 50%;
    z-index: 100000;
}

    .cd-top.cd-top--show,
    .cd-top.cd-top--fade-out,
    .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
        transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    }

    .cd-top.cd-top--show {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-top--fade-out {
        opacity: .5;
    }

    .cd-top:hover {
        background-color: #00b214;
        opacity: 1;
        color: #ffffff;
    }

.waves-effect.waves-brown .waves-ripple {
    background: rgba(11, 83, 84, 0.65);
}

/* ------------------------------------- */
/* *. Nav Bar Styles ................... */
/* ------------------------------------- */
.main-navbar {
    height: 80px;
    font-weight: 500;
    background: #ffffff;
    z-index: 1050;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 127px -33px rgba(0, 0, 0, 0.73);
}

    .main-navbar.nav-up {
        top: -161px;
    }

    .main-navbar .navbar-brand img {
        width: 200px;
    }

    .main-navbar .navbar-collapse .nav-link {
        padding: 0 1.3em;
        line-height: 73px;
        font-weight: 500;
        color: #000000;
        font-size: 0.9em;
    }

    .main-navbar .navbar-collapse .nav-item {
        display: list-item;
    }

        .main-navbar .navbar-collapse .nav-item .active.nav-link {
            color: #00b214;
        }

    .main-navbar .navbar-collapse .btn {
        font-weight: inherit;
        padding: 0.7rem 2.5rem;
    }

    .main-navbar .modal-dialog {
        max-width: 770px;
    }

        .main-navbar .modal-dialog .modal-title {
            width: 100%;
        }

        .main-navbar .modal-dialog .section-title {
            margin: 2rem 0 0;
        }

        .main-navbar .modal-dialog .form-text {
            text-align: center;
        }

    .main-navbar .alert-message {
        margin-top: 1rem;
    }

        .main-navbar .alert-message p {
            margin-bottom: 0.25rem;
        }

    .main-navbar .subscribe-form {
        position: relative;
        padding-left: 0;
        padding-right: 1rem;
        width: 90%;
        margin: 0 auto 3rem;
    }

        .main-navbar .subscribe-form input {
            background-color: rgba(144, 202, 243, 0.3);
            border-radius: 30px;
            padding: 1rem 0 1rem 3rem;
            margin-bottom: 0;
            border: 1px solid #90CAF3;
            height: 4rem;
            color: #000000;
        }

            .main-navbar .subscribe-form input:focus {
                box-shadow: none;
            }

            .main-navbar .subscribe-form input::-webkit-input-placeholder {
                color: rgba(0, 140, 240, 0.44);
            }

            .main-navbar .subscribe-form input::-moz-placeholder {
                color: rgba(0, 140, 240, 0.44);
            }

            .main-navbar .subscribe-form input:-ms-input-placeholder {
                color: rgba(0, 140, 240, 0.44);
            }

            .main-navbar .subscribe-form input::placeholder {
                color: rgba(0, 140, 240, 0.44);
            }

        .main-navbar .subscribe-form :-ms-input-placeholder {
            color: rgba(0, 140, 240, 0.44);
        }

        .main-navbar .subscribe-form ::-ms-input-placeholder {
            color: rgba(0, 140, 240, 0.44);
        }

        .main-navbar .subscribe-form small {
            color: #FF7900;
            padding-top: 0.5rem;
        }

        .main-navbar .subscribe-form button {
            height: 4rem;
            border-radius: 30px;
            width: 15rem;
            border: none;
            display: inline-block;
            position: absolute;
            right: -1px;
            top: 0;
            text-transform: uppercase;
            letter-spacing: 0.1rem;
            font-weight: 500;
            font-size: 1.3rem;
        }

            .main-navbar .subscribe-form button .btn-text {
                position: relative;
            }

        .main-navbar .subscribe-form .btn:disabled {
            opacity: 1;
        }

    .main-navbar .navbar-toggler {
        border: none;
    }

        .main-navbar .navbar-toggler .very_small_hamburger {
            padding-top: 1.5rem;
        }

            .main-navbar .navbar-toggler .very_small_hamburger svg {
                width: 80px;
                height: 50px;
                cursor: pointer;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            .main-navbar .navbar-toggler .very_small_hamburger path {
                fill: none;
                -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
                transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
                stroke-width: 40px;
                stroke-linecap: round;
                stroke: #000000;
                stroke-dashoffset: 0;
            }

                .main-navbar .navbar-toggler .very_small_hamburger path.top,
                .main-navbar .navbar-toggler .very_small_hamburger path.bottom {
                    stroke-dasharray: 240px 950px;
                }

                .main-navbar .navbar-toggler .very_small_hamburger path.middle {
                    stroke-dasharray: 240px 240px;
                }

        .main-navbar .navbar-toggler[aria-expanded="true"] .very_small_hamburger path.top,
        .main-navbar .navbar-toggler[aria-expanded="true"] .very_small_hamburger path.bottom {
            stroke-dashoffset: -650px;
        }

        .main-navbar .navbar-toggler[aria-expanded="true"] .very_small_hamburger path.middle {
            stroke-dashoffset: -115px;
            stroke-dasharray: 1px 220px;
        }

/* ------------------------------------- */
/* *. Header Styles .................... */
/* ------------------------------------- */

.currency {
    background: #35732E;
}

.currency-container {
    overflow: hidden;
    height: 80px;
}

    .currency-container:before {
        z-index: 999;
        content: '';
        position: absolute;
        left: 14px;
        top: 0px;
        border-style: solid;
        border-width: 89px 89px 0px 0px;
        border-color: #ffffff transparent transparent transparent;
    }

    .currency-container:after {
        z-index: 999;
        content: '';
        position: absolute;
        right: 14px;
        top: 0px;
        border-style: solid;
        border-width: 0px 0px 89px 89px;
        border-color: transparent transparent #ffffff transparent;
    }

.currency ul {
    list-style: none !important;
    padding-top: 0px !important;
}

    .currency ul li {
        text-align: center !important;
        float: left !important;
        margin-left: 20px !important;
    }

        .currency ul li a {
            text-align: center !important;
        }

        .currency ul li .title {
            float: none !important;
            color: #FFF !important;
            font-size: 12px !important;
            font-weight: 400 !important;
        }

        .currency ul li .ratio {
            float: none !important;
            color: #FFF !important;
            font-size: 16px !important;
        }

.currency .up .percent {
    color: #95ffa0 !important;
    font-size: 13px !important;
    margin-left: 5px !important;
}

.currency .up div i {
    color: #95ffa0 !important;
    font-size: 13px !important;
}

.currency .down .percent {
    color: #ff4f4f !important;
    font-size: 13px !important;
    margin-left: 5px !important;
}

.currency .down div i {
    color: #ff4f4f !important;
    font-size: 13px !important;
}

.currency .minimize .percent {
    color: #bdbdbd !important;
    font-size: 13px !important;
    margin-left: -5px !important;
}

.currency .minimize div i {
    color: #bdbdbd !important;
    font-size: 10px !important;
}

.main-header {
    background: url(../images/background/head-bg.jpg);
    background-size: cover;
    padding: 30px 0px;
    margin-top: 75px;
    min-height: 650px;
    padding-bottom: 4rem;
    overflow: hidden;
    position: relative;
}

    .main-header .header-content, .main-header .row {
        height: 100%;
    }

    .main-header .header-left-side {
        height: 100%;
        min-height: 555px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-header .header-left-side h3 {
            color: #FFFFFF;
            font-size: 2.7rem;
            padding-right: 120px;
        }

        .main-header .header-left-side p {
            color: #FFFFFF;
            font-size: 0.8rem;
            margin: 1rem 0 1rem;
        }

    .main-header .header-right-side {
        width: 50%;
        height: 100%;
    }

.registerpills {
}

.owl-register-link {
    background: #00b214;
    color: #FFFFFF !important;
    width: 160px;
    border-bottom: 2px solid #002C0A;
    font-size: 14pt;
    -webkit-border-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 10px !important;
    -moz-border-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 10px !important;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
}

    .owl-register-link:first-child {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 0px !important;
    }

.registerrow {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.main-header-whyus {
    width: 700px;
}
/* ------------------------------------- */
/* *. Coin Types ....................... */
/* ------------------------------------- */

.main-coins {
    padding: 3rem 0px;
}

.cointype {
    font-weight: bold;
    float: left;
    background: linear-gradient(90deg, #007424, #00b314);
    border-radius: 10px;
    font-size: 14px;
    color: #FFFFFF !important;
    padding: 5px 20px;
    margin-right: 20px;
}

.coins-container .owl-item .active {
    background: #007424 !important;
    color: #FFF !important;
}

.coindetails-container {
    overflow-y:hidden;
}

    .coindetails-container::-webkit-scrollbar {
        display: none;
    }

.coindetails {
    width: 100%;
    min-width: 1000px;
    /*background: #00b314;*/
    background: linear-gradient(90deg, #007424, #00b314);
    color: #FFF;
    text-align: center;
    border-radius: 10px;
    border: 1px dashed #D4D4D4;
    margin-top: 10px;
}

.coindetailssub {
    border-right: 1px dashed #D4D4D4;
}

    .coindetailssub:last-child {
        border: none !important;
    }

.coindetailstitle {
    font-weight: bolder;
    padding-top: 10px;
    font-size: 14px;
}

.coindetailsinfo {
    font-size: 15px;
}

    .coindetailsinfo strong {
        font-size: 14px;
        color: red;
    }

.livetable {
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    background: #FFF;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 0px;
}

.table th {
    border-top: 0px !important;
}

.livetable h4 {
    color: #FFFFFF;
}

.livetable td, .table th {
    color: #000;
    padding: .5rem;
}

.depthgraphcontainer {
    margin-top: 20px;
}

.depthgraphcorners {
    pointer-events: none;
    border-radius: 20px;
    height: 390px;
    overflow: hidden;
}

.depthgraph {
    margin-left: -35px;
    height: 430px;
    background-color: #FFFFFF;
    color: #fff !important;
}

/* ------------------------------------- */
/* *. Header Sub ....................... */
/* ------------------------------------- */
.main-header-sub {
    margin-top: -17rem;
    margin-bottom: 0;
    padding-bottom: 6rem;
    position: relative;
}

.single-about-container .row {
    height: 165px;
    padding: 0 0;
    box-shadow: 0 0 127px -33px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    margin: 2rem 0;
    background: #ffffff;
}

    .single-about-container .row h4 {
        position: relative;
        margin-bottom: 0.5rem;
        margin-top:0.5rem;
    }

    .single-about-container .row p {
        color: #000;
    }

    .single-about-container .row h4::after {
        content: '';
        width: 80%;
        height: 1px;
        background: -webkit-linear-gradient(left, #007424, #00b314);
        background: linear-gradient(90deg, #007424, #00b314);
        position: absolute;
        left: 10%;
        top: 1.5rem;
        opacity: 0.3;
    }

    .single-about-container .row p {
        font-size: 0.7em;
        margin: 3px;
        padding-top:10px;
    }

    .single-about-container .row .dark-blue-gradient-bg {
        border-radius: 10px 0 10px 0;
        position: absolute;
        right: 15px;
        bottom: 0px;
        padding: 0.4rem 1rem;
        border-right: none;
        margin-left: 1rem;
        font-size: 0.8rem;
        line-height: 1.5;
        -webkit-transition: all 1s ease-in;
        transition: all 1s ease-in;
    }

        .single-about-container .row .dark-blue-gradient-bg a {
            color: #00b214;
        }

        .single-about-container .row .dark-blue-gradient-bg:hover {
            background: -webkit-linear-gradient(left, #FF7900, #FFBE00);
            background: linear-gradient(90deg, #FF7900, #FFBE00);
        }

            .single-about-container .row .dark-blue-gradient-bg:hover a {
                color: #ffffff;
            }

        .single-about-container .row .dark-blue-gradient-bg::before {
            content: '';
            background: url("../images/svg/Path 165.svg") center no-repeat;
            position: absolute;
            left: 3px;
            top: 0;
            z-index: 10;
            width: 9px;
            height: 10px;
        }

.single-about-container .about-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .single-about-container .about-image::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        right: 0;
        top: 0;
        border-right: 1px dashed #D4D4D4;
    }

/* ------------------------------------- */
/* *. Companies  ....................... */
/* ------------------------------------- */
.main-companies {
    margin-top: 0;
}

    .main-companies .owl-companies .owl-dots {
        text-align: center;
    }

        .main-companies .owl-companies .owl-dots .owl-dot {
            display: inline-block;
            -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

            .main-companies .owl-companies .owl-dots .owl-dot:hover {
                opacity: 0.7;
            }

            .main-companies .owl-companies .owl-dots .owl-dot span {
                background-color: #c0c0c0;
                display: inline-block;
                height: 2px;
                margin: 5px 7px;
                opacity: 1;
                width: 32px;
            }

            .main-companies .owl-companies .owl-dots .owl-dot.active span {
                background-color: #676375;
                width: 20px;
            }

/* ------------------------------------- */
/* *. About Us ......................... */
/* ------------------------------------- */
.main-about .row {
    padding-bottom: 3rem;
}

.main-about .left-container .blue-gradient-bg {
    padding: 2rem 2rem;
    margin-top: 3rem;
}

    .main-about .left-container .blue-gradient-bg p {
        color: #000000;
    }

.main-about .video-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-about .video-container .video-container-sub {
        position: relative;
        margin-top: 50px;
    }

        .main-about .video-container .video-container-sub .video-bg-image .video-main-img {
            position: relative;
            z-index: 2;
        }

        .main-about .video-container .video-container-sub .video-bg-image .first-image {
            position: absolute;
            bottom: -2rem;
            left: 0;
            z-index: 1;
        }

        .main-about .video-container .video-container-sub .video-bg-image .second-image {
            position: absolute;
            top: -3rem;
            left: -3rem;
            width: 30%;
            z-index: 1;
        }

        .main-about .video-container .video-container-sub .icon-button {
            position: absolute;
            z-index: 5;
            top: 50%;
            left: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            background: -webkit-linear-gradient(left, #FF7900, #FFBE00);
            background: linear-gradient(90deg, #FF7900, #FFBE00);
            border-radius: 50%;
        }

            .main-about .video-container .video-container-sub .icon-button i {
                display: inline-block;
                text-align: center;
                position: relative;
                z-index: 1;
                border-radius: 50%;
                -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
                transition: background 0.2s, -webkit-transform ease-out 0.1s;
                transition: transform ease-out 0.1s, background 0.2s;
                transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
                box-shadow: 0 30px 30px rgba(0, 0, 0, 0.3);
                -webkit-transform: scale(0.7);
                transform: scale(0.7);
            }

                .main-about .video-container .video-container-sub .icon-button i:after {
                    top: 0;
                    left: 0;
                    padding: 0;
                    z-index: -1;
                    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
                    opacity: 0;
                    -webkit-transform: scale(0.9);
                    transform: scale(0.9);
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    content: '';
                    box-sizing: content-box;
                }

                .main-about .video-container .video-container-sub .icon-button i:before {
                    display: block;
                    font-size: 3rem;
                    color: #ffffff;
                    padding: 1.5rem;
                    margin-left: 0.7rem;
                }

            .main-about .video-container .video-container-sub .icon-button:hover i {
                -webkit-transform: scale(0.6);
                transform: scale(0.6);
            }

                .main-about .video-container .video-container-sub .icon-button:hover i:after {
                    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
                    animation: sonarEffect 1.3s ease-out 75ms;
                }

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(255, 249, 255, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(255, 250, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(255, 249, 255, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(255, 250, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
/* ------------------------------------- */
/* *. Projects ......................... */
/* ------------------------------------- */
.main-projects {
    background: #FFFFFF;
    position: relative;
}

    .main-projects .projects-container {
        position: relative;
    }

        .main-projects .projects-container .container {
            position: relative;
            padding-top: 2rem;
            padding-bottom: 2rem;
            z-index: 3;
        }

    .main-projects .middle-circle {
        border: 1px dashed #5fb345;
        border-radius: 50%;
        height: 420px;
    }

        .main-projects .middle-circle .row {
            height: 100%;
        }

    .main-projects .centered-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-projects .centered-flex img {
            width: 50px;
        }

        .main-projects .centered-flex p {
            width: 100px;
            margin: 0;
        }

        .main-projects .centered-flex.left-p-side {
            text-align: right;
        }

        .main-projects .centered-flex.left-img-side div {
            position: relative;
        }

            .main-projects .centered-flex.left-img-side div::before {
                content: '';
                position: absolute;
                width: 11rem;
                height: 5px;
                background: -webkit-linear-gradient(left, rgba(97, 178, 48,0.1), rgba(53, 115, 46, 0.8));
                background: linear-gradient(90deg, rgba(97, 178, 48,0.1), rgba(53, 115, 46, 0.8));
                right: 110%;
                top: 50%;
            }

            .main-projects .centered-flex.left-img-side div:nth-child(2) {
                position: relative;
                left: -55%;
            }

                .main-projects .centered-flex.left-img-side div:nth-child(2)::before {
                    width: 2.8rem;
                }

        .main-projects .centered-flex.right-img-side div {
            position: relative;
        }

            .main-projects .centered-flex.right-img-side div::before {
                content: '';
                position: absolute;
                width: 11rem;
                height: 5px;
                background: -webkit-linear-gradient(left, rgba(53, 115, 46, 0.8), rgba(97, 178, 48,0.1));
                background: linear-gradient(90deg, rgba(53, 115, 46, 0.8), rgba(97, 178, 48,0.1));
                left: 110%;
                top: 50%;
            }

            .main-projects .centered-flex.right-img-side div:nth-child(2) {
                position: relative;
                left: 55%;
            }

                .main-projects .centered-flex.right-img-side div:nth-child(2)::before {
                    width: 2.8rem;
                }

    .main-projects .earth-ball {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

/* ------------------------------------- */
/* *. Road-Map ......................... */
/* ------------------------------------- */
.main-roadmap .roadmap-container {
    margin-top: 5rem;
    padding-bottom: 2rem;
}

.main-roadmap .top-container {
    text-align: center;
}

    .main-roadmap .top-container .has-content div {
        border-top: 2px solid #00b214;
        background: -webkit-linear-gradient(top, rgba(0, 140, 240, 0.1), #ffffff, #ffffff 90%);
        background: linear-gradient(180deg, rgba(0, 140, 240, 0.1), #ffffff, #ffffff 90%);
        margin: 0 0.5rem;
        padding: 0;
    }

        .main-roadmap .top-container .has-content div h6 {
            color: #00b214;
            margin-top: 0.4rem;
            padding: 8px 0 0;
        }

        .main-roadmap .top-container .has-content div p {
            font-size: 0.8rem;
            line-height: 1.5;
            color: #000000;
            padding: 0.5rem;
        }

    .main-roadmap .top-container .has-content.orange {
        position: relative;
    }

        .main-roadmap .top-container .has-content.orange div {
            background: transparent;
            border-top: 3px solid #FF7900;
            border-radius: 20px 12px 0 0;
        }

        .main-roadmap .top-container .has-content.orange h6 {
            color: #FF7900;
            background: #ffffff;
            padding: 8px 0 0;
            margin-top: 0.4rem;
        }

        .main-roadmap .top-container .has-content.orange p {
            color: #ffffff;
            border-radius: 0 0 10px 10px;
        }

        .main-roadmap .top-container .has-content.orange::after {
            content: '';
            position: absolute;
            left: 42%;
            top: 86%;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #FF7900;
            clear: both;
        }

.main-roadmap .middle-container {
    background: #F1F7FB;
    height: 100px;
    position: relative;
    border-radius: 60px;
}

    .main-roadmap .middle-container .line {
        background: -webkit-linear-gradient(left, #00b214 53%, rgba(255, 255, 255, 0) 20%) repeat-x bottom;
        background: linear-gradient(to right, #00b214 53%, rgba(255, 255, 255, 0) 20%) repeat-x bottom;
        background-size: 36px 2px;
        width: 90%;
        height: 2px;
        position: relative;
        top: calc(50% - 1px);
        left: 2%;
        margin: 0 auto;
    }

    .main-roadmap .middle-container .line-overlay {
        width: 75%;
        position: relative;
        top: calc(50% - 7px);
        background: -webkit-linear-gradient(left, rgba(0, 140, 240, 0.4), rgba(255, 255, 255, 0.24));
        background: linear-gradient(90deg, rgba(0, 140, 240, 0.4), rgba(255, 255, 255, 0.24));
        left: 8%;
        height: 10px;
    }

    .main-roadmap .middle-container .middle-container-sub {
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0;
    }

        .main-roadmap .middle-container .middle-container-sub span {
            width: 26px;
            height: 26px;
            border-radius: 35px;
            display: inline-block;
            position: relative;
            top: calc(50% - 25px);
        }

            .main-roadmap .middle-container .middle-container-sub span:not(.main-gradient-bg) {
                box-shadow: 0 0 0 5px rgba(0, 140, 240, 0.31);
                background: #00b214;
            }

            .main-roadmap .middle-container .middle-container-sub span.main-gradient-bg {
                box-shadow: 0 0 0 5px rgba(240, 158, 0, 0.31);
            }

.main-roadmap .bottom-container {
    text-align: center;
    margin-top: 1rem;
}

    .main-roadmap .bottom-container .has-content div {
        border-bottom: 2px solid #00b214;
        background: -webkit-linear-gradient(top, #ffffff, #ffffff 70%, rgba(0, 140, 240, 0.1));
        background: linear-gradient(180deg, #ffffff, #ffffff 70%, rgba(0, 140, 240, 0.1));
        margin: 0 0.5rem;
        padding: 0;
    }

        .main-roadmap .bottom-container .has-content div h6 {
            color: #00b214;
        }

        .main-roadmap .bottom-container .has-content div p {
            font-size: 0.8rem;
            line-height: 1.5;
            color: #000000;
            padding: 0.5rem;
        }

    .main-roadmap .bottom-container .has-content.orange {
        position: relative;
    }

        .main-roadmap .bottom-container .has-content.orange div {
            background: transparent;
            border-bottom: 3px solid #FF7900;
            border-radius: 0 0 20px 12px;
        }

        .main-roadmap .bottom-container .has-content.orange h6 {
            color: #FF7900;
            background: #ffffff;
            margin-top: 0.4rem;
        }

        .main-roadmap .bottom-container .has-content.orange p {
            color: #ffffff;
            border-radius: 10px 10px 0 0;
        }

        .main-roadmap .bottom-container .has-content.orange::after {
            content: '';
            position: absolute;
            left: 42%;
            bottom: 100%;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #FF7900;
            clear: both;
        }

/* ------------------------------------- */
/* *. Our Team ......................... */
/* ------------------------------------- */
.main-team {
    background: url("../images/background/team-bg.png");
    background-size: cover;
    position: relative;
}

    .main-team .overlay {
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
        background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
    }

    .main-team .team-container-sub {
        padding: 4rem 2rem 2rem;
        box-shadow: 0 0 127px -33px rgba(0, 0, 0, 0.23);
        border: 1px solid #E1E1E1;
        border-radius: 15px;
        margin: 2rem;
        background: #ffffff;
        text-align: center;
        position: relative;
    }

        .main-team .team-container-sub h4 {
            background: -webkit-linear-gradient(left, #FF7900, #FFBE00);
            background: linear-gradient(90deg, #FF7900, #FFBE00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .main-team .team-container-sub .job-title {
            color: #7e7e7e;
            position: relative;
            display: inline-block;
            margin-top: 1rem;
        }

            .main-team .team-container-sub .job-title::before {
                content: '';
                width: 90px;
                height: 7px;
                background: #c0c0c0;
                position: absolute;
                left: -110%;
                top: 50%;
                -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
            }

        .main-team .team-container-sub .description {
            font-size: 0.75rem;
            line-height: 1.5;
        }

        .main-team .team-container-sub img {
            position: absolute;
            border-radius: 50%;
            top: 8%;
            left: 0;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 130px;
            max-width: 100%;
            border: 7px solid #ffffff;
        }

        .main-team .team-container-sub i {
            padding: 0 0.2rem;
        }

        .main-team .team-container-sub .fa-rss {
            color: #FF9C3A;
        }

        .main-team .team-container-sub .fa-twitter {
            color: #76A9EA;
        }

        .main-team .team-container-sub .fa-instagram {
            color: #C21975;
        }

        .main-team .team-container-sub .fa-facebook-f {
            color: #475993;
        }

        .main-team .team-container-sub .fa-google-plus-g {
            color: #F34A38;
        }

        .main-team .team-container-sub:hover {
            background: -webkit-linear-gradient(left, #FF7900, #FFBE00);
            background: linear-gradient(90deg, #FF7900, #FFBE00);
        }

            .main-team .team-container-sub:hover h4 {
                background: #ffffff;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .main-team .team-container-sub:hover .job-title,
            .main-team .team-container-sub:hover .description {
                color: #ffffff;
            }

                .main-team .team-container-sub:hover .job-title::before {
                    background: #cecece;
                }

            .main-team .team-container-sub:hover .fas,
            .main-team .team-container-sub:hover .fab {
                color: #ffffff;
            }

                .main-team .team-container-sub:hover .fas:hover,
                .main-team .team-container-sub:hover .fab:hover {
                    color: #0b0b0b;
                }

/* ------------------------------------- */
/* *. Download ......................... */
/* ------------------------------------- */
.main-download {
    padding-bottom: 0;
}

    .main-download .download-container {
        position: relative;
        box-shadow: 0 0 127px -33px rgba(0, 0, 0, 0.23);
    }

        .main-download .download-container::after {
            content: '';
            background: url("../images/svg/download-svg.svg") no-repeat;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 25%;
        }

    .main-download .nav-justified {
        background: #FCFCFC;
        width: 100%;
        margin: 4rem 0 2rem;
    }

        .main-download .nav-justified .nav-item {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            padding: 1rem 2rem;
            border-radius: 0;
            border-top: 2px solid #ffffff;
            color: #00b214;
        }

            .main-download .nav-justified .nav-item i {
                padding-right: 0.5rem;
            }

            .main-download .nav-justified .nav-item.active {
                border-top: 2px solid #00b214;
                background: -webkit-linear-gradient(bottom, rgba(0, 178, 20, 0.5), #ffffff 90%);
                background: linear-gradient(to top, rgba(0, 178, 20, 0.5), #ffffff 90%);
                color: #00b214;
            }

            .main-download .nav-justified .nav-item:hover {
                border-top: 2px solid #00b214;
                background: -webkit-linear-gradient(bottom, rgba(0, 178, 20, 0.5), #ffffff 90%);
                background: linear-gradient(to top, rgba(0, 178, 20, 0.5), #ffffff 90%);
                color: #00b214;
            }

    .main-download .left-side {
        padding: 0 0 5rem 2rem;
    }

    .main-download .owl-download {
        padding-bottom: 4rem;
    }

        .main-download .owl-download h2 {
            color: #000000;
            margin-top: 2rem;
            font-size: 2.5rem;
        }

        .main-download .owl-download p {
            margin-top: 2rem;
            line-height: 1.5;
            font-size: 1rem;
        }

        .main-download .owl-download ul {
            list-style: none;
            margin-top: 2rem;
        }

            .main-download .owl-download ul li {
                position: relative;
            }

                .main-download .owl-download ul li::before {
                    content: '';
                    width: 30px;
                    height: 2px;
                    background: -webkit-linear-gradient(left, #FF7900, #FFBE00);
                    background: linear-gradient(90deg, #FF7900, #FFBE00);
                    position: absolute;
                    left: -40px;
                    top: 50%;
                }

        .main-download .owl-download .btn {
            margin: 1rem 1rem 1rem 0;
        }

    .main-download .right-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 3rem;
    }

/* ------------------------------------- */
/* *. News ............................. */
/* ------------------------------------- */
.main-news .news-container {
    margin-top: 3rem;
}

.main-news .card {
    box-shadow: 0 0 127px -33px rgba(0, 0, 0, 0.23);
    border-radius: 15px;
    border: none;
    margin: 2rem 0;
}

    .main-news .card h6 {
        color: #000000;
        font-size: 1.1rem;
    }

    .main-news .card .small-details span {
        margin-top: 1rem;
        display: inline-block;
        font-size: 0.6rem;
        color: #FF7900;
        padding-right: 0.8rem;
    }

    .main-news .card p {
        line-height: 1.4;
    }

    .main-news .card .read-more-link {
        text-align: center;
    }

        .main-news .card .read-more-link span {
            width: 80px;
            height: 4px;
        }

.main-news .load-more {
    margin-top: 1rem;
}

    .main-news .load-more button {
        padding: 0.8rem 3rem;
    }

/* ------------------------------------- */
/* *. FAQs ............................. */
/* ------------------------------------- */
.main-faqs {
    background: url("../images/background/faqs-bg@2x.png");
    background-size: cover;
    margin-bottom: 0;
    position: relative;
}

    .main-faqs .row .col-12 {
        margin-top: 2rem;
    }

    .main-faqs .overlay {
        background: rgba(255, 255, 255, 0.75);
    }

    .main-faqs .single-faq-container {
        margin-bottom: 2.9rem;
        border-radius: 30px;
    }

        .main-faqs .single-faq-container .card-header {
            background: transparent;
            border: none;
            border-radius: 30px;
            position: relative;
            padding: 0;
        }

        .main-faqs .single-faq-container button {
            color: #000000;
            display: block;
            padding: 0.87rem 2rem;
            width: 100%;
            border-radius: 30px;
            text-align: left;
            border: none;
            white-space: normal;
        }

            .main-faqs .single-faq-container button:hover {
                text-decoration: none;
            }

            .main-faqs .single-faq-container button::after {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f077";
                position: absolute;
                right: 2rem;
                display: inline-block;
                -webkit-transition: -webkit-transform 0.3s ease-in;
                transition: -webkit-transform 0.3s ease-in;
                transition: transform 0.3s ease-in;
                transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
            }

            .main-faqs .single-faq-container button.collapsed::after {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .main-faqs .single-faq-container .btn-link:focus {
            text-decoration: none;
        }

/* ------------------------------------- */
/* *. Contact .......................... */
/* ------------------------------------- */
.main-contact {
    background: -webkit-linear-gradient(rgba(0, 140, 240, 0.02), rgba(0, 178, 20, 0.5));
    background: linear-gradient(rgba(0, 140, 240, 0.02), rgba(0, 178, 20, 0.5));
    position: relative;
    margin: 0;
}

    .main-contact .alert-message {
        margin-top: 1rem;
    }

        .main-contact .alert-message p {
            margin-bottom: 0.25rem;
        }

    .main-contact .subscribe-form {
        position: relative;
        padding-left: 0;
        padding-right: 1rem;
        margin-bottom: 3rem;
    }

        .main-contact .subscribe-form input {
            background-color: rgba(144, 202, 243, 0.3);
            border-radius: 30px;
            padding: 1rem 15rem 1rem 3rem;
            margin-bottom: 0;
            border: 1px solid #90CAF3;
            height: 4rem;
            color: #000000;
        }

            .main-contact .subscribe-form input:focus {
                box-shadow: none;
            }

            .main-contact .subscribe-form input::-webkit-input-placeholder {
                color: rgba(0, 140, 240, 0.44);
            }

            .main-contact .subscribe-form input::-moz-placeholder {
                color: rgba(0, 140, 240, 0.44);
            }

            .main-contact .subscribe-form input:-ms-input-placeholder {
                color: rgba(0, 140, 240, 0.44);
            }

            .main-contact .subscribe-form input::placeholder {
                color: rgba(0, 140, 240, 0.44);
            }

        .main-contact .subscribe-form :-ms-input-placeholder {
            color: rgba(0, 140, 240, 0.44);
        }

        .main-contact .subscribe-form ::-ms-input-placeholder {
            color: rgba(0, 140, 240, 0.44);
        }

        .main-contact .subscribe-form small {
            color: #FF7900;
        }

        .main-contact .subscribe-form button {
            height: 4rem;
            border-radius: 30px;
            width: 15rem;
            border: none;
            display: inline-block;
            position: absolute;
            right: -1px;
            top: 0;
            text-transform: uppercase;
            letter-spacing: 0.1rem;
            font-weight: 500;
            font-size: 1.3rem;
        }

            .main-contact .subscribe-form button .btn-text {
                position: relative;
            }

        .main-contact .subscribe-form .btn:disabled {
            opacity: 1;
        }

    .main-contact .contact-container {
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0 127px -33px rgba(0, 0, 0, 0.23);
        margin: 4rem 0;
    }

        .main-contact .contact-container .contact-header {
            margin: 3rem 0;
        }

            .main-contact .contact-container .contact-header img {
                width: 170px;
            }

        .main-contact .contact-container .contact-info {
            margin: 1rem 0 5rem 3rem;
        }

            .main-contact .contact-container .contact-info img {
                width: 40px;
            }

        .main-contact .contact-container h3 {
            text-align: center;
            background: -webkit-linear-gradient(left, #FF7900, #FFBE00);
            background: linear-gradient(90deg, #FF7900, #FFBE00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .main-contact .contact-container p {
            margin: 2rem 0;
        }

            .main-contact .contact-container p img {
                margin-right: 1rem;
            }

            .main-contact .contact-container p .orange-text {
                color: #FF7900;
            }

            .main-contact .contact-container p a:hover {
                text-decoration: underline;
                color: #b35500;
            }

        .main-contact .contact-container #map {
            height: 100%;
            min-height: 400px;
        }

        .main-contact .contact-container #map {
            margin: 0;
            padding: 0;
            max-width: none;
        }

        .main-contact .contact-container p,
        .main-contact .contact-container h5 {
            color: #0b0b0b;
        }

        .main-contact .contact-container #iw-container {
            border-radius: 11px;
            background-color: rgba(255, 255, 255, 0.97);
        }

        .main-contact .contact-container .iw-content {
            margin-right: 1px;
            padding: 15px 5px 20px 15px;
            max-height: 120px;
            overflow-y: auto;
            overflow-x: hidden;
        }

/* ------------------------------------- */
/* *. Copyrights ....................... */
/* ------------------------------------- */
.main-copyright-topborder {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #007424, #00b314);
    display: block;
}

.main-copyright-bottomborder {
    height: 50px;
    width: 100%;
    background: linear-gradient(90deg, #007424, #00b314);
    display: block;
}

.copyright-reserved {
    color: #FFF;
    padding: 10px;
    float: left;
}

.copyright-ssl {
    padding: 10px;
    float: right;
}

    .copyright-ssl img {
        height: 36px;
        margin-top: -6px;
    }

.main-copyright {
    background: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}

    .main-copyright p {
        color: #000;
        text-align: left;
        margin: 0;
    }

    .main-copyright h4 {
        font-size: 24px;
        color: #000;
        float: none;
    }

    .main-copyright ul {
        float: none;
        margin-left: 0px;
        padding-left: 0px;
    }

        .main-copyright ul li {
            list-style: none;
            margin-top: 0px;
            font-size: 12px;
            color: #000;
        }
/* ------------------------------------- */
/* *. Media Queries .................... */
/* ------------------------------------- */
@media screen and (min-width: 2000px) {
    .container {
        max-width: 1900px;
    }
}

@media screen and (min-width: 1800px) {
    html {
        font-size: 18px;
    }

    .container {
        max-width: 1700px;
    }

    .main-header {
        max-height: 950px;
    }

    .main-projects .middle-circle {
        height: 540px;
    }

    .main-team .team-container-sub {
        margin: 2rem;
    }

    .main-roadmap .top-container .has-content.orange::after,
    .main-roadmap .bottom-container .has-content.orange::after {
        left: 45%;
    }

    .single-about-container .row {
        height: 200px !important;
    }

        .single-about-container .row .about-content h4 {
            font-size: 0.9rem !important;
        }

    .registerrow {
        min-height: 360px
    }
}

@media screen and (max-width: 1800px) and (min-width: 1400px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (min-width: 992px) {
    .main-navbar {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .main-navbar .navbar-brand {
            -webkit-box-flex: 1;
            -webkit-flex: auto;
            -ms-flex: auto;
            flex: auto;
        }

        .main-navbar .navbar-collapse {
            -webkit-box-flex: 1;
            -webkit-flex: auto;
            -ms-flex: auto;
            flex: auto;
            height: 100%;
        }

            .main-navbar .navbar-collapse ul, .main-navbar .navbar-collapse li {
                height: 100%;
            }

        .main-navbar .nav-item .nav-link {
            border-top: 2px solid #ffffff;
        }

        .main-navbar .nav-item .active.nav-link,
        .main-navbar .nav-item:hover .nav-link {
            border-top: 2px solid #00b214;
            background: -webkit-linear-gradient(rgba(0, 140, 240, 0.16), #ffffff, #ffffff 90%);
            background: linear-gradient(rgba(0, 140, 240, 0.16), #ffffff, #ffffff 90%);
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
            color: #00b214;
        }

    .main-header-whyus {
        width: 700px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .main-navbar .container {
        max-width: 99%;
    }

        .main-navbar .container .login-btn, .main-navbar .container .sign-up-btn {
            width: 100px;
        }

    .main-header-whyus {
        width: 700px;
    }

    .owl-register-link {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 1300px) {
    html {
        font-size: 14px;
    }

    .main-navbar {
        font-size: 13px;
    }

    .main-projects .middle-circle {
        height: 360px;
    }

    .header-left-side > div:first-of-type {
        top: 120px;
        position: absolute;
        z-index: 0;
        left: 0px;
    }
}



@media screen and (max-width: 991.9px) {
    .main-navbar {
        margin-bottom: 100px !important;
    }

    .cd-top {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
    }

    .navbar-expand-lg > .container {
        height: auto !important;
    }

    .currency-container:before {
        border-width: 0px !important;
    }

    .currency-container:after {
        border-width: 0px !important;
    }

    .currency-container {
        padding: 0px !important;
        left: 0px;
        width: 100%;
        position: absolute;
        top: 81px;
        max-width: 100% !important;
    }

    .navbar-brand {
        width: 20% !important;
        margin: auto !important;
    }

    .main-navbar .navbar-collapse {
        width: 100%;
        top: 80px;
        height: 80px;
        left: 0px;
        position: absolute;
        z-index: 999;
        background: #007424;
    }

        .main-navbar .navbar-collapse .nav-link {
            padding: 4px 40px !important;
            font-size: 17px;
            color: #FFF;
        }

        .main-navbar .navbar-collapse .dropdown-menu {
            width: 71%;
            margin: -0.3rem auto;
        }

        .main-navbar .navbar-collapse .nav-subscribe-btn {
            margin-top: 1rem;
            font-size: 17px;
            float: left;
        }

        .main-navbar .navbar-collapse .lang-container {
            display: block;
        }

        .main-navbar .navbar-collapse .language {
            border: 1px solid #adadad;
            -webkit-text-fill-color: #ff7726;
        }

    .main-header {
        min-height: inherit;
        margin-top: 125px;
    }

    .main-header-whyus {
        width: 350px !important;
    }

    .header-left-side > div:first-of-type {
        top: 115px;
        position: absolute;
        z-index: 0;
        left: -50px;
    }

    .main-header .header-left-side {
        text-align: center;
        margin-bottom: 3rem;
    }

        .main-header .header-left-side h3 {
            padding-right: 0;
            font-size: 2rem;
        }

        .main-header .header-left-side p {
            margin: 2rem auto;
        }

        .main-header .header-left-side button {
            margin: 0.5rem 0;
        }

    .main-about .left-container,
    .main-about .video-container {
        margin: 2rem 0;
    }

    .main-projects .middle-circle {
        height: 300px;
    }

    .main-projects .centered-flex.left-img-side div::before {
        width: 8rem;
    }

    .main-projects .centered-flex.left-img-side div:nth-child(2)::before {
        width: 1.8rem;
    }

    .main-projects .centered-flex.right-img-side div::before {
        width: 8rem;
    }

    .main-projects .centered-flex.right-img-side div:nth-child(2)::before {
        width: 1.8rem;
    }

    .main-download .nav-justified .nav-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .main-faqs .card-header, .main-faqs .card-body {
        text-align: center;
    }

        .main-faqs .card-header button, .main-faqs .card-body button {
            text-align: center;
        }
}

@media screen and (max-width: 767.9px) {
    .main-copyright-bottomborder {
        min-height: 50px !important;
        height: auto;
    }

    .header-left-side {
        display: none !important;
        width: 0px;
        height: 0px;
        overflow: hidden;
    }

    .header-right-side {
        margin-top: 40px;
        height: inherit !important;
    }


    .main-projects .middle-circle {
        height: 250px;
    }

    .main-projects .centered-flex.left-img-side div::before {
        width: 4rem;
    }

    .main-projects .centered-flex.left-img-side div:nth-child(2)::before {
        width: 0.8rem;
    }

    .main-projects .centered-flex.right-img-side div::before {
        width: 4rem;
    }

    .main-projects .centered-flex.right-img-side div:nth-child(2)::before {
        width: 0.8rem;
    }

    .main-header-whyus {
        width: 350px;
    }


    .main-download .right-image {
        padding-bottom: 0;
    }

    .main-news .card {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 575.9px) {
    .cd-top {
        width: 35px;
        height: 35px;
        bottom: 20px;
        right: 10px;
        font-size: 0.8rem;
    }

    .main-projects .middle-circle {
        border: none;
        border-radius: 100%;
        height: 300px;
    }

        .main-projects .middle-circle .row {
            height: 100%;
        }

    .main-projects .centered-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-projects .centered-flex img {
            width: 25px;
        }

        .main-projects .centered-flex p {
            max-width: 90px;
            text-align: center;
            padding: 0;
        }

        .main-projects .centered-flex.left-p-side {
            text-align: left;
        }

        .main-projects .centered-flex.left-img-side div::before {
            display: none;
        }

        .main-projects .centered-flex.right-img-side div::before {
            display: none;
        }

        .main-projects .centered-flex.left-img-side, .main-projects .centered-flex.right-img-side {
            padding: 0;
        }

            .main-projects .centered-flex.left-img-side div, .main-projects .centered-flex.right-img-side div {
                position: static !important;
            }

    .main-roadmap .container {
        position: relative;
    }

    .main-roadmap .top-container .has-content,
    .main-roadmap .bottom-container .has-content {
        margin: 1rem 0;
    }

        .main-roadmap .top-container .has-content h6,
        .main-roadmap .bottom-container .has-content h6 {
            padding: 8px 0 0;
        }

        .main-roadmap .top-container .has-content.orange::after,
        .main-roadmap .bottom-container .has-content.orange::after {
            display: none;
        }

    .main-roadmap .middle-container {
        position: absolute;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 47%;
        left: calc(50% - 120px);
        height: 30px;
    }

        .main-roadmap .middle-container .line-overlay {
            top: calc(50% - 5px);
            height: 6px;
        }

        .main-roadmap .middle-container .middle-container-sub span {
            width: 10px;
            height: 10px;
            top: calc(50% - 20px);
        }

            .main-roadmap .middle-container .middle-container-sub span:not(.main-gradient-bg) {
                box-shadow: 0 0 0 2px rgba(0, 140, 240, 0.31);
            }

            .main-roadmap .middle-container .middle-container-sub span.main-gradient-bg {
                box-shadow: 0 0 0 2px rgba(240, 158, 0, 0.31);
            }

    .main-team .team-container-sub {
        margin: 2rem 4rem;
    }

        .main-team .team-container-sub img {
            width: 100px;
        }

    .main-download .right-image img {
        max-width: 80%;
        margin: 2rem auto 0;
    }

    .main-contact .contact-container .contact-info {
        margin: 1rem 0 5rem 0;
        padding: 0 1.5rem;
    }

    .main-contact .subscribe-form input {
        padding: 1rem 10rem 1rem 1rem;
    }

    .main-contact .subscribe-form button {
        width: 10rem;
        padding: 1rem;
    }

    .main-navbar .subscribe-form input {
        padding: 1rem 10rem 1rem 1rem;
    }

    .main-navbar .subscribe-form .btn {
        width: 10rem;
        padding: 1rem;
    }

    .navbar-brand {
        width: 30% !important;
        margin: auto !important;
    }
}


.coins-container .owl-nav {
    /*background: black;*/
    z-index: 1;
    display: block;
}

.owl-coins-type {
    padding: 0 60px;
}

.coins-container .owl-nav .owl-prev {
    width: 50px !important;
    height: 50px !important;
    display: block !important;
    position: absolute !important;
    float: left !important;
    left: 5px !important;
    top: -28px !important;
}

    .coins-container .owl-nav .owl-prev span {
        font-size: 30px;
        font-weight: bolder;
        color: #007424 !important;
    }

.coins-container .owl-nav .owl-next {
    width: 50px !important;
    height: 50px !important;
    display: block !important;
    position: absolute !important;
    float: right !important;
    right: 5px !important;
    top: -28px !important;
}

    .coins-container .owl-nav .owl-next span {
        font-size: 30px;
        font-weight: bolder;
        color: #007424 !important;
    }

@media screen and (min-width:991.8px) {
    .main-navbar .navbar-collapse .nav-subscribe-btn {
        margin-top: 13px;
        font-size: 17px;
        float: left;
    }
    .mobile-girisyap {
        min-width: 240px!important;
        
    }
}

@media screen and (min-width:992px) and (max-width: 1050px) {

    .navbar-brand img {
        left: -10px !important;
    }
}

@media screen and (min-width:992px) and (max-width: 1450px) {

    .navbar-brand img {
        z-index: 99999999999;
        position: relative;
        top: 5px;
    }

    .registerrow {
        min-height: 360px
    }
}

@media (max-width: 991.98px) {
    .mobile-girisyap {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .registerrow {
        min-height: 358px !important;
    }
    /*.registerrow .btn-success {
        margin-top:-20px;
    }*/
}

@media screen and (min-width:1400px) {

    .currency-container:after {
        right: 14px !important;
    }

    .registerrow {
        min-height: 438px !important
    }
}

@media screen and (min-width:1300px) {
    .header-left-side > div:first-of-type {
        top: 150px;
        position: absolute;
        z-index: 0;
    }

    .registerrow {
        min-height: 390px
    }

}

@media screen and (min-width:1799.98px) {
    .header-left-side > div:first-of-type {
        top: 100px;
        position: absolute;
        z-index: 0;
    }
}


/* Font Awesome Custom */
.fa-sort-minimize:before {
    content: "\f2d1";
}


.ms_numberfixer::-webkit-outer-spin-button,
.ms_numberfixer::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
