/* ========= Header ================ */
.dropdown-toggle::after {
    display: none;
}

.text-decoration-none {
    text-decoration: none !important;
}

.icon-width {
    width: 2rem;
}

.bg-dark {
    background: #001436 !important
}

.i-container .btn-primary {
    background: #001436 !important
}

.navbar {
    z-index: 1;
}

ul.navbar-nav {
    margin-top: 8px;
}

.navbar-brand>img {
    height: 30px;
}

.navbar-nav .dropdown-menu {
    background-color: #032762;
}

.dropdown-item {
    color: #fff;
}

/* ========= End Header ================ */

/* ============= Banner ================= */
#hero_banner {
    /* background: url("../images/hero_banner.jpg") no-repeat center center; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-position: center; */
    background-color: rgba(54, 27, 81, 0.6);
    background-blend-mode: overlay;
    height: 89vh;
}

/* Animation */
#hero_banner .text-container {
    margin-top: 32px;
    margin-left: 32px;
}

#hero_banner .text-container p {
    font-size: 60px;
    color: #fff;
}

/***** Slide Right *****/
#hero_banner .slide-right {
    animation: 1s slide-right;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}

/***** Slide Left *****/
.slide-left {
    animation: 1s slide-left;
}

@keyframes slide-left {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}

#hero_banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: sans-serif;
    color: #fff;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

#hero_banner .play-button {
    cursor: pointer;
}

#hero_banner .play-button__svg {
    width: calc(2em + 2vw);
    height: calc(2em + 2vw);
}

#hero_banner .play-button__play {
    fill: #fff;
    transform-origin: center center;
    transition: transform 0.2s cubic-bezier(0.12, 0.16, 0.46, 0.99);
}

#hero_banner .play-button__circle {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 1;
}

#hero_banner .play-button__circle--outer {
    stroke: #e50c81;
    stroke-width: 2;
    stroke-dasharray: 175;
    stroke-dashoffset: 175;
    transform: rotate(-90deg);
    transform-origin: center center;
    animation: play 7s cubic-bezier(0.3, 0, 1, 1) forwards infinite;
    animation-delay: 1s;
}

#hero_banner .play-button:hover .play-button__play {
    transform: scale(1.1);
}

@keyframes play {
    to {
        stroke-dashoffset: 0;
    }
}

#hero_banner .button {
    margin-top: 0.25em;
    color: #fff;
    text-decoration: none;
    padding: 0.7em 1.5em;
    border: 2px solid transparent;
    border-radius: 0.2em;
    transition: border 0.3s;
}

#hero_banner .button:hover {
    border-color: white;
}

#hero_banner h1 {
    font-size: calc(2em + 2vw);
    text-align: center;
    padding: 0.2em;
}

/* Hero Scoll down Arrow */
.scroll-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    animation: moveUpDown 1s infinite alternate;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* End */

/* Video */
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

/* Store Icons */
.store-icons {
    position: absolute;
    bottom: -10px;
}

#hero_banner .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero_banner .app-btn {
    width: 170px;
    color: #fff;
    margin: 0px 8px 24px 16px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px 12px 0px 13px;
}

#hero_banner .app-btn img {
    display: inline-block;
    margin: 0px 6px;
}

#hero_banner .app-btn p {
    color: #fff;
}

#hero_banner .app-btn.blu {
    background-color: #001436;
    transition: background-color 0.25s linear;
}

#hero_banner .app-btn.blu:hover {
    background-color: #454545;
}

#hero_banner .app-btn i {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-right: 7px;
}

#hero_banner .app-btn .big-txt {
    font-size: 17px;
    text-transform: capitalize;
}

/* Banner changed to slider */
#hero_banner {
    height: 89vh;
    position: relative;
}

.carousel-item {
    height: 89vh;
}

.hero-slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(54, 27, 81, 0.6);
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
/*=======  End of Banner ============ */

/*=======  About Us ============ */
.know-more {
    position: relative;
    display: block;
    height: 45px;
    width: 150px;
    margin: 10px 0px;
    padding: 5px 5px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #383736;
    border: 2px #383736 solid;
    border-radius: 4px;
    text-transform: uppercase;
    outline: 0;
    overflow: hidden;
    background: none;
    z-index: 1;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
}

.fill:hover {
    color: whitesmoke;
}

.fill:before {
    content: "";
    position: absolute;
    background: #383736;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
}

.fill:hover:before {
    top: 0;
}

.fade:before {
    content: "→";
    position: absolute;
    color: #383736;
    left: 88%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
}

.fade:hover:before {
    left: 91%;
    opacity: 1;
}

.fade:hover {
    border: 0px #fff solid;
    -webkit-transform: scale(1.04, 1.04);
    -webkit-transition: border 0.3s ease-out;
    -webkit-transition: transform 250ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.arrow {
    text-align: left;
    padding-left: 17px;
}

.arrow:before {
    content: "→";
    position: absolute;
    color: #383736;
    left: 83%;
    opacity: 0;
    -webkit-transition: all 250ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.arrow:hover:before {
    left: 84%;
    opacity: 1;
}

.arrow:hover {
    width: 170px;
}

.slide.know-more:after {
    content: "Know More";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.slide.know-more:before {
    content: "Read it →";
    height: 100%;
    width: 100%;
    position: absolute;
    color: #383736;
    left: -100%;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#blog .slide.know-more {
    text-decoration: none;
}
#blog .slide.know-more:before {
    content: "Visit Blog →";
}

.slide.know-more:hover {
    background: #383736;
}

.slide.know-more:hover:before {
    left: 0;
    opacity: 1;
    color: #fff;
}

.slide.know-more:hover:after {
    left: 100%;
    opacity: 0;
}

.slide.left:hover {
    background: none;
}

.slide.left:before {
    left: 100%;
    color: #383736;
    -webkit-transition: all 425ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.slide.left:hover:before {
    left: 0;
}

/*=======  End of About Us ============ */


/*=======  Highlights ============ */
.box-minimal {
    display: flex;
    margin-left: -15px;
    text-align: left;
}

.box-chloe__icon {
    font-size: 26px;
}

.box-minimal>* {
    margin-left: 15px;
}

/*=======  End of Highlights ============ */

/*======= Team ============ */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading.heading-icon {
    display: block;
}

.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}

.practice-area .inner {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
}

.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border: 0;
}

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.practice-area .inner img {
    display: inline-block;
}

.our-webcoderskull {
    background-attachment: fixed;
    background: url("../images/team-bg.jpg") no-repeat center top / cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-webcoderskull .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0 0 28px;
    border-radius: 12px;
}

.our-webcoderskull .cnt-block figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.our-webcoderskull .cnt-block img {
    width: 148px;
    height: 148px;
    border-radius: 100%;
}

.our-webcoderskull .cnt-block h3 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase;
}

.our-webcoderskull .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
}

.our-webcoderskull .cnt-block h3 a:hover {
    color: #337ab7;
}

/*=======  End of Teams ============ */


/*=======  Footer ============ */
.bg-gray-700 {
    color: #aeb1be;
    background-color: #232426;
}

.footer-advanced-aside {
    padding: 32px 0px;
}

.footer-advanced-layout {
    margin-bottom: -18px;
    text-align: center;
}

.footer-advanced-layout>* {
    margin-top: 0;
}

.footer-advanced-layout>* {
    margin-bottom: 18px;
}

.bg-gray-800 .list-nav {
    color: #fff;
}

.list-nav {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: .875em;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #495057;
}

.list-nav li {
    display: inline-block;
    vertical-align: middle;
}

/*=======  End of Footer ============ */

/*=======  About Us ============ */
#hero_section {
    height: 200px;
    background-color: #032762;
    color: white;
}

#hero_section h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-top: 60px;
    position: relative;
}

#hero_section h2::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 6px;
    width: 16%;
    background-color: #fff;
    border-end-end-radius: 12px;
    border-start-start-radius: 12px;
}

.how-it-works-ifram iframe {
    border-radius: 12px;
    width: 100%;
    height: 400px;
}

/*=======  End of About Us ============ */


/*=======  Contact Us ============ */
/* Section - Title */
/**************************/
#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {
    padding: 80px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url('../images/contact-us-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
}

.contact-us-footer {
    display: flex;
    justify-content: space-between;
}

.contact-us-footer img {
    display: inline-block;
    margin: 0px 8px;
}

/*=======  End of Contact Us ============ */

/*=======  Scope ============ */
#scope .headline-container {
    padding-top: 20px;
}

#scope .headline-container .headline {
    text-align: center;
}

#scope .headline-container .headline .hed {
    font-family: 'Whitney SSm', Helvetica, Arial, sans-serif;
}

#scope .card {
    border-color: #c7b78f;
    border-radius: 0;
    border: none;
}

#scope .card img {
    padding: 10px;
}

#scope .card .card-link {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Whitney SSm', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #c7b78f;
    border-radius: 0;
}

#scope .card .card-title,
#scope .card .card-text {
    font-family: 'Whitney SSm', Helvetica, Arial, sans-serif;
}

#scope .card .card-text {
    font-weight: 300;
}

#scope .btn-primary {
    background-color: #001436 !important;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 12px;
}

#scope .btn-primary:hover {
    background-color: black;
}

.card-img-top {
    height: 120px !important;
}

@media (min-width: 0) {
    #scope .card-deck .card {
        flex: 0 0 calc(100% - 30px);
    }
}

@media (min-width: 576px) {
    #scope .card-deck .card {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 768px) {
    #scope .card-deck .card {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 992px) {
    #scope .card-deck .card {
        flex: 0 0 calc(33.3333333333% - 30px);
    }
}

@media (min-width: 1200px) {
    #scope .card-deck .card {
        flex: 0 0 calc(33.3333333333% - 30px);
    }
}

/*=======  End of Scope ============ */

/*=======  FIFSEE ID ============ */
.main-block input {
    padding: 5px;
    margin-bottom: 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eee;
}

.main-block input::placeholder {
    color: #eee;
}

.main-block .s-button {
    display: block;
    width: 200px;
    padding: 10px;
    margin: 20px auto 0;
    border: none;
    border-radius: 5px;
    background: #1c87c9;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.main-block .i-button {
    border: none;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: transparent;
    height: 35px;
    width: 31px;
    padding: 4px;
}

.main-block .go-button {
    border: none;
    border-radius: 5px;
    background: #1c87c9;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    height: 38px;
    width: 54px;
}

.main-block .s-button:hover,
.main-block .go-button:hover {
    background: #095484;
}

@media (min-width: 900px) {
    .main-block {
        margin-top: 30%;
    }
}

@media (min-width: 568px) {
    .main-block .info {
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .main-block input {
        width: 70%;
    }

    .main-block #fifsee_token {
        width: 90%;
    }

    .main-block input#wallet_address {
        width: 98%;
    }

    .main-block input.fname {
        width: 100%;
    }

    .main-block .i-container {
        padding: 16px 16px 8px 20px;
    }
}

@media (max-width: 567px) {
    .main-block .info {
        display: block;
    }

    .main-block .info #fifsee_id {
        width: 70%;
    }

    .main-block .info #fifsee_token {
        width: 84%;
    }
}

.d-none {
    display: none !important;
}

.modal-body p {
    color: #000;
}

/*=======  End of FIFSEE ID ============ */