/*

TABLE OF CONTENT ::

1- RESET
2- COLORS
3- LOADER
4- ANIMATION
5- NAV
6- HEADER
7- ABOUT
8- SERVICES
9- PROJECTS
10- PROCESS
11- CLIENTS
12- STORIES
13- FAQ
14- CONTACT
15- FOOTER
16- MEDIA

*/

/*--------------------------------------
*********** RESET ***********
--------------------------------------*/

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    color: #212121;
    background: #fff;
    position: relative;
    overflow-x: hidden;
    line-height: 1.7em;
    font: 14px 'Montserrat', sans-serif;
}

section {
    background-color: #fff;
}

.font-1x {
    font-size: 18px;
}

.font-2x {
    font-size: 1.5rem;
    line-height: 1.5em
}

.font-3x {
    font-size: 2.25rem;
}

.font-4x {
    font-size: 3rem;
    line-height: 3rem;
}

.font-5x {
    font-size: 3.5rem;
}

p {
    line-height: 1.7rem;
    color: #333;
}

li {
    line-height: 1.4rem
}

a {
    color: #E1B207;
}

a:hover, a:focus {
    color: #E1B207;
}

a, a:hover, a:focus, button, label {
    cursor: pointer;
    text-decoration: none;
}

button {
    background: transparent;
}

label {
    font-weight: 100;
    line-height: 1.6rem
}

::-webkit-scrollbar-track {
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f8f8f8;
}

::-webkit-scrollbar-thumb {
    background-color: #E1B207;
}

::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #212121 !important;
}

::-moz-placeholder, .form-control::-moz-placeholder {
    opacity: 1;
    color: #212121 !important;
}

:-ms-input-placeholder, .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #212121 !important;
}

:-moz-placeholder, .form-control:-moz-placeholder {
    opacity: 1;
    color: #212121 !important;
}

ul, ol {
    list-style-position: inside;
}

a, input, select, textarea, button, .navbar-collapse, .nav-link:after, .navbar, .btn, .card, .float-btn,
.clients-owl .item a img, .project-content, .project-content h3, .up-button {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.mirror {
    transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

/*--------------------------------------
*********** COLORS ***********
--------------------------------------*/

.btn {
    top: 0;
    font-size: 14px;
    position: relative;
    border-radius: 0;
    border-width: 3px;
    padding: 0.65rem 1.65rem;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-sm {
    padding: 0.45rem 1rem;
}

.btn-xl {
    padding: 0.75rem 3rem;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-outline-primary,
.btn-outline-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #E1B207 !important;
    border-image: linear-gradient(to right, #E1B207 0%, #E1B207 100%) 1;
    background: transparent;
}

.float-btn .btn-outline-primary {
    background: #111;
    color: #fff !important;
}

.btn-primary,
.btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    border-image: linear-gradient(to right, #E1B207 0%, #E1B207 100%) 1;
    background: linear-gradient(to right, #E1B207 0%, #E1B207 100%);
}

.btn.disabled,
.btn:disabled {
    cursor: default;
}

.btn-block {
    padding-left: 0;
    padding-right: 0;
}

.bg-light {
    background: #f8f8f8 !important;
}

.bg-dark {
    background: rgb(0 46 69) !important;
    color: #fff !important
}

.bg-darker {
    background: rgb(0 39 59) !important;
}

.text-primary {
    color: #E1B207 !important;
}

.text-white-50, p.text-white-50 {
    color: #fff;
    opacity: 0.5;
}

/*--------------------------------------
*********** LOADER ***********
--------------------------------------*/

.pre-load {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    background: #fff;
}

.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #E1B207;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.7s;
}

@keyframes lds-ripple {
    0% {
        top: 56px;
        left: 56px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 112px;
        height: 112px;
        opacity: 0;
    }
}

/*--------------------------------------
*********** ANIMATION ***********
--------------------------------------*/

.animate-box {
    opacity: 0;
    position: relative;
}

.animate-box.animated {
    opacity: 1;
}

.animated {
    animation-duration: 1.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

.fadeInUp,
.fadeInLeft,
.fadeInRight {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/***/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

/***/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

/***/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

/*--------------------------------------
*********** NAV ***********
--------------------------------------*/

.navbar {
    padding: 1rem;
    background: transparent;
}

.navbar.scrolled {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.navbar-toggler {
    border: 0;
    opacity: 1;
    padding: .25rem 0;
}

.navbar-toggler span {
    height: 2px;
    width: 30px;
    z-index: 11;
    display: block;
    background: #fff;
    margin: 7px auto;
    position: relative;
}

.navbar.scrolled .navbar-toggler span {
    background: #212121;
}

.nav-item img , .nav-img img{
    height: 40px;
}

.nav-img .black, .navbar.scrolled .nav-img .white {
    display: none;
}

.navbar.scrolled .nav-img .black {
    display: block;
}

.nav-link {
    opacity: 0.6;
    font-size: 14px;
    color: #fff !important;
}

.navbar.scrolled .nav-link {
    color: #212121 !important;
}

.nav-link.active, .nav-link:hover {
    opacity: 1;
}

.navbar-brand img {
    height: 79px;
    margin-right: -5px;
}

.navbar-brand img, .navbar-brand strong {
    vertical-align: middle;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: 15px;
    min-width: 100px;
}

.dropdown-item {
    padding: 7px 15px;
    font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #E1B207
}

/*--------------------------------------
*********** HEADER ***********
--------------------------------------*/

header {
    /* background: #212121; */
    /* background: linear-gradient(to right, #0B1E39 0%, #07162b 100%); */
    background: rgb(0 46 69);
    color: #fff;
}

.container-sm {
    margin: auto;
}

header .container-sm {
    width: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.z-5 {
    z-index: 5;
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

header:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: url('../images/wave.png') no-repeat center bottom;
    background-size: 100% auto;
}

/* header h1:after {
    content: '';
    display: block;
    width: 20%;
    height: 4px;
    margin: 30px auto;
    background: linear-gradient(to right, #017ebc 0%, #37befc 100%);
} */

.header-features span {
    display: inline-block;
    border: 3px solid #E1B207;
    padding: 8px;
}

/*--------------------------------------
*********** ABOUT ***********
--------------------------------------*/

.main-heading:after {
    content: '';
    display: block;
    width: 40%;
    height: 3px;
    margin: 15px 0;
    background: linear-gradient(to right, #E1B207 0%, #E1B207 100%);
}

.text-center .main-heading:after {
    margin: 20px auto;
}

.img-full {
    width: 100%;
}

.blockchain-owl.owl-carousel .owl-item img {
    width: 40px;
    margin-right: 5px;
}

.blockchain-owl h5, .blockchain-owl.owl-carousel .owl-item img {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px
}

/*--------------------------------------
*********** SERVICES ***********
--------------------------------------*/

.card {
    position: relative;
    top: 0;
    border-radius: 0;
    border: 4px solid;
}

.bg-dark .card {
    /* background: #dcdfdf; */
    /* border-color: #b5c1c1; */
    background: rgb(0 46 69);
    border-color: rgb(0 25 39);
}

.bg-dark .card p {
    color: #fff
}

.shadow-card {
    background: #fff;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
}

.card .icon-holder {
    top: 0;
}

.card .icon-holder img {
    width: 100px;
}

.card:hover {
    top: -10px;
    border-image: linear-gradient(to right, #E1B207 0%, #E1B207 100%) 1;
}

.services .card h3 {
    font-size: 22px;
}

.services .card p {
    font-size: 13px;
}

/*--------------------------------------
*********** PROJECTS ***********
--------------------------------------*/

.statistics-bg {
    background: url("../images/wave-bg.png") no-repeat center fixed;
}

.project-holder {
    overflow: hidden;
}

.project-content {
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: linear-gradient(to right, #017ebc 0%, #37befc 100%);
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.project-content h3 {
    position: absolute;
    top: 50%;
    left: 5%;
    width: calc(100% - 10%);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.project-holder:hover .project-content {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.project-holder:hover .project-content h3 {
    opacity: 1;
}

/*--------------------------------------
*********** PROCESS ***********
--------------------------------------*/

.number-holder {
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: #07162b;
    border: 4px solid #333;
}

.card:hover .number-holder {
    border-image: linear-gradient(to right, #017ebc 0%, #37befc 100%) 1;
}

.float-btn {
    position: absolute;
    top: calc(100% - 23px);
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.card:hover .float-btn {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------
*********** CLIENTS ***********
--------------------------------------*/

.clients-owl .item a {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.clients-owl .item a img {
    display: inline-block;
    max-height: 100px;
    width: auto;
    max-width: 100%;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0,0.2));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0,0.2));
}

/*--------------------------------------
*********** STORIES ***********
--------------------------------------*/

.owl-dots.disabled {
    display: block !important;
}

.owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-dots span {
    width: 10px;
    height: 10px;
    display: block;
    margin: 3px;
    background: #888;
}

.owl-dots .active span {
    background: #E1B207
}

/*--------------------------------------
*********** FAQ ***********
--------------------------------------*/

.faq-content {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
}

.faq-head {
    cursor: pointer;
}

.faq-head.active {
    color: #E1B207;
}

.faq-head.active i:before {
    content: "\f068"
}

/*--------------------------------------
*********** CONTACT ***********
--------------------------------------*/

.contact-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
    background: rgb(0 46 69);
}

.contact-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 71%;
    z-index: 2;
    background: url('../images/wave.png') no-repeat center bottom;
    background-size: 100% auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.form-control {
    width: 100%;
    box-shadow: none !important;
    border-radius: 0;
    height: auto;
    border-width: 3px;
    border-image: linear-gradient(to right, #0f2b52 0%, #07162b 100%) 1;
}

/*--------------------------------------
*********** FOOTER ***********
--------------------------------------*/

.social-links li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    top: 0;
    font-size: 20px;
    border-radius: 50%;
    background: #E1B207;
    text-align: center;
}

.social-links li a img {
    height: 20px;
}

.social-links li a:hover {
    top: -5px;
    box-shadow: 0 4px 4px 1px rgba(55, 190, 252, 0.15);
}

.up-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff !important;
    background: #E1B207;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.up-button.hide {
    right: -50px;
}

.up-button:hover {
    bottom: 48px;
}

.team-img {
    width: 100%;
}

/*--------------------------------------
*********** MEDIA ***********
--------------------------------------*/

@media (max-width: 575px) {
    .team-card {
        max-width: 300px;
        margin: auto;
    }
}

@media (min-width: 576px) {

    .services .card h3 {
        min-height: 72px;
    }

    .services .card p {
        min-height: 135px
    }

    .team-img {
        width: auto;
        height: 200px;
    }

}

@media (max-width: 991px) {

    .collapse:not(.show) {
        display: block;
    }

    .navbar-brand {
        margin-right: 0;
        margin-left: 1rem;
    }

    .navbar-collapse {
        left: 0;
        transform: translateX(-270px);
        -o-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        height: 100%;
        width: 260px;
        padding: 15px;
        z-index: 10100;
        min-height: 100%;
        background: #fff;
    }

    .navbar-collapse.show {
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .mirror {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        cursor: pointer;
        transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        background: rgba(0, 0, 0, 0.25);
    }

    .navbar-collapse.show~.mirror {
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .nav-link {
        color: #212121 !important
    }

}

@media (min-width: 768px) {

    .fadeInLeft {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
    }

    .fadeInRight {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
    }

    .animate-box.with-delay:nth-child(1) {
        animation-delay: 0s;
    }

    .animate-box.with-delay:nth-child(2) {
        animation-delay: .5s;
    }

    .animate-box.with-delay:nth-child(3) {
        animation-delay: 1s;
    }

    .animate-box.with-delay:nth-child(4) {
        animation-delay: 1.5s;
    }

    .animate-box.with-delay:nth-child(5) {
        animation-delay: 2s;
    }

    .animate-box.with-delay:nth-child(6) {
        animation-delay: 2.5s;
    }

    .animate-box.with-delay:nth-child(7) {
        animation-delay: 3s;
    }

    .animate-box.with-delay:nth-child(8) {
        animation-delay: 3.5s;
    }

    .animate-box.with-delay:nth-child(9) {
        animation-delay: 4s;
    }

    .animate-box.with-delay:nth-child(10) {
        animation-delay: 4.5s;
    }

    .services .card p {
        min-height: 90px
    }

}

@media (min-width: 992px) {

    .nav-link:after {
        content: '';
        display: block;
        height: 1px;
        width: 50%;
        /* background: linear-gradient(to right, #017ebc 0%, #37befc 100%); */
        background: #fff;
        border: 0 !important;
        margin: 5px 0 0;
        transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform-origin: left;
        -webkit-transform-origin: left;
    }

    .navbar.scrolled .nav-link:after {
        background: #E1B207;
    }

    .nav-link:hover:after, .nav-link.active:after, .dropdown.show .nav-link:after {
        transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }

}

@media (min-width: 1200px) {

    .services .card h3 {
        min-height: 72px;
    }

    .services .card p {
        min-height: 135px
    }

}