@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300');

body {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #777777;
    color: #7f7f7f;
    background: url("../images/") no-repeat;
    height: 100%;
    position: relative;
}

.logo {
    float: none;
    margin-right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    color: #0e3c69;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #52d3aa;
    outline: none;
}

p {
    margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #818892;
    background: #f9f6f0;
}

::-moz-selection {
    color: #818892;
    background: #f9f6f0;
}

::selection {
    color: #818892;
    background: #f9f6f0;
}

.edge--bottom {
    position: relative;
    z-index: 1;
}

.edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--bottom:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
}

.edge--bottom--reverse {
    position: relative;
    z-index: 1;
}

.edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--bottom--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 100%;
}

.edge--top {
    position: relative;
    z-index: 1;
}

.edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--top:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0;
}

.edge--top--reverse {
    position: relative;
    z-index: 1;
}

.edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--top--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
}

.edge--both {
    position: relative;
    z-index: 1;
}

.edge--both:before,
.edge--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--both:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0;
}

.edge--both:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
}

.edge--both--reverse {
    position: relative;
    z-index: 1;
}

.edge--both--reverse:before,
.edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--both--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
}

.edge--both--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
}

#fh5co-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    #fh5co-header {
        margin-top: 0;
        background: linear-gradient(135deg, #00254cf2, #00254c 64%, #00254cf2);
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }

    #fh5co-header .navbar-brand {
        color: #52d3aa !important;
    }

    #fh5co-header #navbar li a {
        color: rgba(0, 0, 0, 0.5) !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #fh5co-header #navbar li a:hover {
        color: #52d3aa !important;
    }

    #fh5co-header #navbar li a span:before {
        background: transparent !important;
    }

    #fh5co-header #navbar li.active a {
        background: transparent;
        background: none;
        color: #52d3aa !important;
    }

    #fh5co-header #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#fh5co-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

#fh5co-header #navbar li a {
    font-family: "Source Sans Pro", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    font-size: 19px;
    font-weight: 300;
}

#fh5co-header #navbar li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}

#fh5co-header #navbar li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#fh5co-header #navbar li a:hover {
    color: #fff;
}

#fh5co-header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff;
}

#fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-header .navbar-brand {
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0;
    color: #fff;
}

#fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: linear-gradient(135deg, #00254ccc, #00254c 64%, #00254cf2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
    margin-top: 0px;
    top: 0;
}

#fh5co-header.navbar-fixed-top .navbar-brand {
    color: #52d3aa;
}

#fh5co-header.navbar-fixed-top #navbar li a {
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-header.navbar-fixed-top #navbar li a:hover {
    color: #52d3aa;
}

#fh5co-header.navbar-fixed-top #navbar li.active a {
    background: transparent;
    background: none;
    color: #52d3aa;
}

#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #52d3aa;
}

#fh5co-header .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (max-width:768px) {
    #fh5co-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

#fh5co-header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}

#fh5co-header .navbar-default .brand-slogan em {
    color: #52d3aa;
    font-style: normal;
}

#fh5co-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

#fh5co-home1 {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

#fh5co-home .gradients {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: .6;
    -webkit-backface-visibility: hidden;
    background-color: #000;
}

#fh5co-home1,
#fh5co-home1 .text-wraps {
    height: 700px;
}

#fh5co-home1 .text-wraps {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}

#fh5co-home1 .text-inners {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#fh5co-home1 .text-inners a {
    color: white;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-home1 .text-inners a:hover,
#fh5co-home1 .text-inners a:active,
#fh5co-home1 .text-inners a:focus {
    text-decoration: none;
    color: white;
    border-bottom: 1px dashed white;
}

#fh5co-home1 .text-inners h1 {
    font-size: 50px;
    color: white;
    margin: 0 0 20px 0;
    text-shadow: 2px 2px 2px rgba(255, 106, 0, 0.71);
}

#fh5co-home {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

#fh5co-home .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: .8;
    -webkit-backface-visibility: hidden;
    background: repeating-linear-gradient(to bottom right, #00254c 0%, #00254ccc 100%);
}

#fh5co-home,
#fh5co-home .text-wrap {
    height: 750px;
}

#fh5co-home .text-wrap {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}

#fh5co-home .text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#fh5co-home .text-inner a {
    color: white;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-home .text-inner a:hover,
#fh5co-home .text-inner a:active,
#fh5co-home .text-inner a:focus {
    text-decoration: none;
    color: white;
    border-bottom: 1px dashed white;
}

#fh5co-home .text-inner h1 {
    font-size: 50px;
    color: white;
    margin: 0 0 20px 0;
    text-shadow: 2px 2px 2px rgba(255, 106, 0, 0.71);
    font-weight: 800;
}

#fh5co-home .text-inner h2 {
    font-size: 25px;
    line-height: 38px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: justify;
    text-shadow: 2px 2px 2px rgb(2, 2, 2);
}

#fh5co-home .text-inner h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: justify;
    text-shadow: 2px 2px 2px rgb(2, 2, 2);
}

#fh5co-home .text-inner h5 {
    font-size: 70px;
    color: white;
    margin: 0 0 20px 0;
    text-shadow: 2px 2px 2px rgba(255, 106, 0, 0.71);
    font-weight: 100;
}

.slant {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    bottom: 0;
    margin-bottom: -35px;
    padding: 0;
    width: 101%;
}

#fh5co-intro {
    position: relative;
    bottom: 0;
    margin-top: -150px;
    z-index: 10;
    padding-bottom: 7em;
}

@media screen and (max-width:768px) {
    #fh5co-intro {
        padding-bottom: 3em;
    }
}

#fh5co-intro>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#fh5co-intro .fh5co-block {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    vertical-align: middle;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    backgroun-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    #fh5co-intro .fh5co-block {
        width: 100%;
    }
}

#fh5co-intro .fh5co-block>.overlay-darker {
    z-index: 8;
    opacity: .6;
    background: #474747;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#fh5co-intro .fh5co-block>.overlay {
    background: #fff;
    opacity: 1;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-intro .fh5co-block>.fh5co-text {
    position: relative;
    z-index: 10;
}

#fh5co-intro .fh5co-block>.fh5co-text .fh5co-intro-icon {
    font-size: 50px;
    color: #ff9800;
    margin-bottom: 30px;
    display: block;
}

#fh5co-intro .fh5co-block h2 {
    font-size: 24px;
    font-weight: 400;
}

#fh5co-intro .fh5co-block:hover>.overlay,
#fh5co-intro .fh5co-block:focus>.overlay {
    opacity: 0;
    z-index: 9;
}

#fh5co-intro .fh5co-block:hover>.fh5co-text,
#fh5co-intro .fh5co-block:focus>.fh5co-text {
    color: #fff;
}

#fh5co-intro .fh5co-block:hover>.fh5co-text .fh5co-intro-icon,
#fh5co-intro .fh5co-block:focus>.fh5co-text .fh5co-intro-icon {
    color: #fff;
}

#fh5co-intro .fh5co-block:hover h2,
#fh5co-intro .fh5co-block:focus h2 {
    color: #fff;
}

#fh5co-intro .fh5co-block:hover .btn,
#fh5co-intro .fh5co-block:focus .btn {
    border: 2px solid #fff !important;
    background: transparent;
}

#fh5co-intro .fh5co-block:hover .btn:hover,
#fh5co-intro .fh5co-block:focus .btn:hover {
    background: #0e3c69 !important;
    border: 2px solid #fff !important;
}

@media only screen and (max-width:1700px) {
    #footer .gotop {
        left: 52% !important;
    }
}

@media only screen and (max-width:1200px) {
    .banner-1 .banner-1-inner p {
        font-size: 1.6rem !important;
    }

    .banner-1 .banner-1-inner h2 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:559px) {
    .fh5co-hero-inner .fh5co-hero-catu {
        height: 500px !important;
        padding-left: 0px !important;
    }
}

@media only screen and (max-width:800px) {
    #fh5co-home .text-inner h2 {}
}

@media only screen and (max-width:600px) {
    #fh5co-home .text-inner h1 {
        text-align: 28px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width:600px) {
    #fh5co-home .text-inner h2 {
        text-align: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width:600px) {
    #fh5co-home .text-inner h3 {
        text-align: 22px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width:480px) {
    #fh5co-home .text-inner h2 {
        font-size: 16px;
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner-1 .banner-1-inner p {
        font-size: 1.5rem !important;
    }

    .banner-1 .banner-1-inner h2 {
        font-size: 20px !important;
    }

    .banner-1 .banner-1-inner {
        width: 95% !important;
    }
}

@media only screen and (max-width:480px) {
    #fh5co-home .text-inner h3 {
        font-size: 20px;
        padding-left: 10px;
    }
}

@media only screen and (max-width:480px) {
    #fh5co-home .text-inner h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width:320px) {
    img {
        width: 100% !important;
    }
}

#fh5co-intro {
    position: relative;
    bottom: 0;
    margin-top: -150px;
    z-index: 10;
    padding-bottom: 7em;
}

@media screen and (max-width:768px) {
    #fh5co-intro {
        padding-bottom: 3em;
    }

    #fh5co-counters .section-heading h2 {
        margin-top: 0px !important;
    }
}

#fh5co-intro>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.fh5co-blocks {
    width: 33.333333333333%;
    float: left;
    text-align: center;
    font-size: 17px;
    color: #acacac;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
    min-height: 500px;
    vertical-align: middle;
    padding: 80px;
    background: #fff;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    backgroun-repeat: no-repeat;
    border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    transition: all 1s ease;
}

.fh5co-blocks:hover {
    webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, .23);
    box-shadow: 0 5px 11px rgba(0, 0, 0, .23);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

@media screen and (max-width:768px) {
    #fh5co-intro .fh5co-blocks {
        width: 100%;
    }
}
}

#fh5co-intro .fh5co-blocks>.fh5co-text {
    position: relative;
    z-index: 10;
}

#fh5co-intro .fh5co-blocks>.fh5co-text .fh5co-intro-icon {
    font-size: 50px;
    color: #ff9800;
    margin-bottom: 30px;
    display: block;
}

#fh5co-intro .fh5co-blocks h2 {
    font-size: 60px;
    font-weight: 400;
    color: #fd9800;
    margin-top: 15px;
}

-intro .fh5co-blocks:hover .btn:hover,
#fh5co-intro .fh5co-blocks:focus .btn:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.pricing-tables-icon {
    width: 130px;
    height: 130px;
    border: 15px solid #f7f9f9;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px;
    margin-top: -50px;
    box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 8px;
    transition: all 1s ease;
}

.pricing-tables-icon:hover {
    webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, .23);
    box-shadow: 0 5px 11px rgba(0, 0, 0, .23);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.watch-video {
    text-align: center;
    width: 100%;
    display: block;
    float: left;
}

.watch-video span {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.watch-video .btn-video {
    display: block;
    font-size: 60px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border: 6px solid #ff9800;
    line-height: 0px;
    display: table;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
    webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.9);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.9);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.9);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.9);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.9);
}

.watch-video .btn-video:hover,
.watch-video .btn-video:focus,
.watch-video .btn-video:active {
    text-decoration: none;
}

.watch-video .btn-video i {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    right: -9px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.watch-video .btn-video:hover i,
.watch-video .btn-video:focus i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#fh5co-services,
#fh5co-testimonials,
#fh5co-counters,
#fh5co-work,
#fh5co-contact,
#fh5co-about {
    padding: 0em 0;
    padding-bottom: 50px;
}

@media screen and (max-width:768px) {

    #fh5co-services,
    #fh5co-testimonials,
    #fh5co-counters,
    #fh5co-work,
    #fh5co-contact,
    #fh5co-about {
        padding: 0em 0;
    }
}

#fh5co-services,
#fh5co-work,
#fh5co-counters {
    padding: 7em 0;
}

@media screen and (max-width:768px) {

    #fh5co-services,
    #fh5co-work,
    #fh5co-counters {
        padding: 4em 0;
    }
}

#fh5co-services {
    background-color: #52d3aa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-services:before,
#fh5co-services:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}

#fh5co-services:before {
    top: 0;
    margin-top: -35px;
}

#fh5co-services:after {
    bottom: 0;
    margin-bottom: -35px;
}

#fh5co-services .fh5co-service {
    padding-right: 30px;
}

#fh5co-services h3 {
    font-size: 24px;
    color: #fff;
}

#fh5co-services .icon {
    font-size: 70px;
    margin-bottom: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#fh5co-services .icon:before {
    color: #fff;
}

#fh5co-services .section-heading h2 {
    color: #fff;
}

#fh5co-services .section-heading h2.left-border:after {
    background: rgba(255, 255, 255, 0.3);
}

#fh5co-counters {
    background: #52d3aa;
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 9em 0 10em 0;
}

@media screen and (max-width:768px) {
    #fh5co-counters {
        padding: 4em 0;
    }
}

#fh5co-counters .fh5co-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(135deg, #00254c5c, #00254ccc 64%, #00254cdb);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#fh5co-counters:before,
#fh5co-counters:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}

#fh5co-counters:before {
    top: 0;
    margin-top: -35px;
}

#fh5co-counters:after {
    bottom: 0;
    margin-bottom: -35px;
}

#fh5co-counters .section-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

#fh5co-counters .section-heading h2 {
    color: #fff;
    text-shadow: 3px 3px 3px #000000b8;
    margin-top: -30px;
}

#fh5co-counters .section-heading h2:after {
    background: rgba(255, 255, 255, 0.3) !important;
}

#fh5co-counters .section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.7) !important;
}

#fh5co-counters .fh5co-counter {
    position: relative;
    z-index: 3;
    text-align: center;
}

@media screen and (max-width:992px) {
    #fh5co-counters .fh5co-counter {
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
    display: block;
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 3px 3px 3px #0000008a;
}

#fh5co-counters .fh5co-counter .fh5co-counter-number {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
}

#fh5co-counters .fh5co-counter .fh5co-counter-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
}

#fh5co-testimonials .box-testimony {
    margin-bottom: 2em;
    float: left;
}

#fh5co-testimonials .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony a:hover,
#fh5co-testimonials .box-testimony a:focus,
#fh5co-testimonials .box-testimony a:active {
    color: white;
    text-decoration: none;
}

#fh5co-testimonials .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 30px;
    background: #fff;
    background: #52d3aa;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

#fh5co-testimonials .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 10px solid black;
    border-top-color: #fff;
    border-top-color: #52d3aa;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#fh5co-testimonials .box-testimony blockquote p {
    font-style: italic;
    color: #fff;
}

#fh5co-testimonials .box-testimony .author {
    line-height: 20px;
    color: black;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 400;
}

#fh5co-testimonials .box-testimony .author a {
    color: #52d3aa;
}

#fh5co-testimonials .box-testimony .author a:hover {
    text-decoration: underline;
}

#fh5co-testimonials .box-testimony .author>figure {
    float: left;
    margin-right: 10px;
}

#fh5co-testimonials .box-testimony .author>figure img {
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonials .box-testimony .author p {
    float: left;
    margin-top: 10px;
}

#fh5co-testimonials .box-testimony .author .subtext {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 400 !important;
}

#fh5co-work {
    position: relative;
    bottom: 0;
    margin-top: -300px;
    z-index: 10;
    padding-bottom: 7em;
}

#fh5co-work a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-work h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

#fh5co-work a:hover {
    color: white;
}

#fh5co-work:before,
#fh5co-work:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}

#fh5co-work:before {
    top: 0;
    margin-top: -35px;
}

#fh5co-work:after {
    bottom: 0;
    margin-bottom: -35px;
}

#fh5co-work .section-heading h2 {
    color: #fff;
    text-shadow: 5px 5px 5px #000000;
}

#fh5co-work .section-heading h2:after {
    background: rgba(255, 255, 255, 0.3);
}

#fh5co-work .section-heading h3 {
    color: rgba(255, 255, 255, 0.8);
}

#fh5co-work .fh5co-project-item {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 6px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#fh5co-work .fh5co-project-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-work .fh5co-project-item .fh5co-text {
    padding: 10px 20px;
    background: repeating-linear-gradient(to bottom right, #f38f25 0%, #f32600d6 100%);
}

#fh5co-work .fh5co-project-item .fh5co-text h2,
#fh5co-work .fh5co-project-item .fh5co-text span {
    text-decoration: none !important;
}

#fh5co-work .fh5co-project-item .fh5co-text h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.68);
}

#fh5co-work .fh5co-project-item .fh5co-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}

#fh5co-work .fh5co-project-item:hover,
#fh5co-work .fh5co-project-item:focus {
    -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    top: -15px;
}

#fh5co-work .fh5co-project-item:hover img,
#fh5co-work .fh5co-project-item:focus img {
    opacity: .7;
}

#fh5co-work .fh5co-project-item:hover h2,
#fh5co-work .fh5co-project-item:hover span,
#fh5co-work .fh5co-project-item:focus h2,
#fh5co-work .fh5co-project-item:focus span {
    text-decoration: none !important;
}

#fh5co-work1 {
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    background: #fff;
    background-size: cover;
    background-position: center;
}

.fh5co-person {
    border: 2px solid #f2f2f2;
    padding: 80px 30px 30px 30px;
    float: left;
    width: 100%;
    position: relative;
}

@media screen and (max-width:992px) {
    .fh5co-person {
        margin-bottom: 3.5em;
    }
}

.fh5co-person figure {
    position: absolute;
    margin-top: -60px;
    top: 0;
    left: 50%;
    margin-left: -60px;
    display: block;
    margin-bottom: 50px;
}

.fh5co-person figure img {
    width: 120px;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-person h3 {
    margin-bottom: 0px;
}

.fh5co-person:hover {
    background-color: #eff0f1;
    color: white;
    webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fh5co-person .fh5co-position {
    color: #b3b3b3;
    display: block;
    margin-bottom: 20px;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 400;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #52d3aa;
}

.btn {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

#fh5co-contact {
    padding-bottom: 0;
}

#fh5co-contact .fh5co-contact-info {
    padding: 0;
    margin: 0 0 1.5em 0;
}

#fh5co-contact .fh5co-contact-info li {
    position: relative;
    padding: 0;
    margin: 0 0 1.5em 0;
    padding-left: 50px;
    list-style: none;
}

#fh5co-contact .fh5co-contact-info li i {
    position: absolute;
    top: .2em;
    left: 0;
}

.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    clear: both;
}

.section-heading h2 {
    margin: 0 0 30px 0;
    font-size: 35px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
    color: #0e3c69;
    text-align: center;
    margin-top: 30px;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.18);
}

.section-heading h2.left-border:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #52d3aa;
    left: 0%;
    margin-left: 0px;
    bottom: 0;
}

.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #ff8100;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}

@media screen and (max-width:768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

.section-heading h3 {
    font-weight: 400;
    line-height: 1.5;
    color: #090e19;
    font-size: 20px;
}

@media screen and (max-width:768px) {
    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #0e3c69;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #52d3aa;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #52d3aa;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #52d3aa;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 25px;
    border-bottom: none !important;
}

@media screen and (max-width:768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

#footer {
    padding: 50px 0;
    color: #fff;
    position: relative;
    margin-top: -8px;
    background: linear-gradient(135deg, #00254ccc, #00254cd6 64%, #00254ceb), url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#footer .gotop {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -40px;
    background: #ff7703d1;
    z-index: 8;
    width: 60px;
    height: 60px;
    font-size: 36px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 3px solid #fffffffc;
    color: white;
    box-shadow: #8e8d8d 0px 0px 10px 0px;
    text-shadow: 3px 3px 3px #0000003b;
}

#footer .gotop:hover,
#footer .gotop:focus {
    top: -25px;
    text-decoration: none !important;
}

#footer .copyright {
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 0;
}

@media only screen and (max-width:480px) {
    #footer .gotop {
        left: 52% !important;
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    background: #0e3c69;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    webkit-box-shadow: 0px 15px 28px -5px rgba(53, 58, 64, 0.45);
    -moz-box-shadow: 0px 15px 28px -5px rgba(29, 130, 255, 0.45);
    box-shadow: 0px 15px 28px -5px rgba(0, 0, 0, 0.45);
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #ff5e008a;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #ff5e008a !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social li a {
    font-size: 25px;
    display: table;
    width: 60px;
    height: 60px;
    margin: 0 4px;
}

.social li a i {
    display: table-cell;
    vertical-align: middle;
}

.social li a:hover,
.social li a:active,
.social li a:focus {
    text-decoration: none;
    border-bottom: none;
}

.social li a.social-box {
    background: #ff9800;
    color: #fff;
}

.social li a.social-circle {
    background: #fff;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.social li a:hover {
    background: #ff9800 !important;
    color: #fff;
}

.social.social-box a {
    background: #52d3aa;
    color: #fff;
}

.social.social-circle a {
    background: #fff;
    color: #ff9800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-shadow: 3px 3px 3px #0000003b;
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width:768px) {
    #map {
        height: 200px;
    }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
    opacity: 0;
}

@media screen and (max-width:480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width:768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width:768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width:768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
    color: #ffffff;
    font-size: 30px;
}

.cd-headline.clip span b {
    text-transform: uppercase;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

#mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

#clouds {
    margin-top: -5%;
    position: relative;
    z-index: 1;
}

#clouds path {
    fill: #ffffff;
    bottom: -10px;
    overflow: hidden;
    stroke: #ffffff;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.noover {
    overflow: visible;
}

.noover .btn-dark {
    border: 0 !important;
}

.nopad {
    padding: 0;
}

.nopadtop {
    padding-top: 0;
}

.section.wb {
    background-color: #ffffff;
    padding-left: 1px;
    padding-right: 1px;
}

.section.lb {
    background-color: #f2f3f5;
}

.section.db {
    background-color: #111111;
}

.section.color1 {
    background-color: #448AFF;
}

.first-section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 16em 0 13em;
}

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-filter ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li {
    border-radius: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter ul li .btn-dark {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #e6e7e6 !important;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 30px;
}

.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
}

.da-thumbs .pitem {
    margin: 0;
    padding: 15px;
    position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
}

.da-thumbs .pitem a div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.da-thumbs .pitem a div h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 30px 15px;
    text-transform: capitalize;
    font-weight: normal;
}

.da-thumbs .pitem a div h3 small {
    display: block;
    color: #ffffff;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}

.da-thumbs .pitem a div i {
    background-color: #1f1f1f;
    position: absolute;
    color: #ffffff !important;
    bottom: 0;
    font-size: 15px;
    z-index: 12;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.hoverbutton {
    background-color: #333333;
    position: absolute;
    color: #ffffff !important;
    top: 70%;
    font-size: 21px;
    z-index: 12;
    left: 0;
    opacity: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -20px auto;
}

.service-widget:hover .hoverbutton {
    opacity: 1;
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr2 {
    position: relative;
    margin: 17px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px 0;
    border: 1px dashed #f2f3f5;
}

hr.invis {
    border-color: transparent;
}

hr.invis1 {
    margin: 10px 0;
    border-color: transparent;
}

.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, 0.1);
}

.sep1 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.sep2 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.divider-wrapper {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    height: 540px;
    margin: 0 auto;
    position: relative;
}

.divider-wrapper:hover {
    cursor: none;
}

.divider-bar {
    position: absolute;
    width: 10px;
    left: 50%;
    top: -10px;
    bottom: -15px;
}

.code-wrapper {
    border: 1px solid #ffffff;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("uploads/code.jpg") no-repeat;
}

.design-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.design-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("uploads/design.jpg") no-repeat;
}

.filter-button-group {
    border-radius: 0px;
    margin: 10px 0px;
    display: inline-block;
}

.filter-button-group button.active {
    background: #ff9800;
    color: #fff;
}

.filter-button-group button {
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    padding: 12px 40px;
    border: 3px solid #ff9800;
    border-radius: 20px;
    box-shadow: 0px 15px 28px -5px rgba(0, 0, 0, 0.45);
}

.filter-button-group button:hover {
    background: #333333;
    color: #ffffff;
}

.gallery-single {
    margin: 30px 15px;
    ;
}

.gallery-single {
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 6px double #ff9800;
    webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.9);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.9);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.9);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.9);
    box-shadow: 1px 10px 12px 1px rgba(16, 16, 16, 0.9);
}

.gallery-single img {
    width: 100%;
    height: auto;
    transform: scale(1.6);
    transition: all 0.3s ease 0s;
}

.gallery-single:hover img {
    filter: grayscale(100%);
    transform: scale(1.2);
}

.gallery-single .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.2s ease 0s;
}

.gallery-single:before,
.gallery-single:after,
.gallery-single .box-content:before,
.gallery-single .box-content:after {
    content: "";
    width: 100%;
    height: 25%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.gallery-single:before {
    transform: translateX(100%);
}

.gallery-single:after {
    height: 25.1%;
    top: 25%;
    transform: translateX(-100%);
    transition-delay: 0.05s;
}

.gallery-single .box-content:before {
    top: 50%;
    transform: translateX(100%);
    transition-delay: 0.1s;
}

.gallery-single .box-content:after {
    top: 75%;
    transform: translateX(-100%);
    transition-delay: 0.15s;
}

.gallery-single:hover:before,
.gallery-single:hover:after,
.gallery-single:hover .box-content:before,
.gallery-single:hover .box-content:after {
    transform: translateX(0);
}

.gallery-single .inner-content {
    padding: 7px 0;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.gallery-single .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: translateY(150px);
    transition: all 0.4s ease 0s;
    text-shadow: 4px 4px 4px #000;
}

.gallery-single .post {
    display: inline-block;
    padding: 0 5px;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.4s ease 0s;
}

.gallery-single:hover .title,
.gallery-single:hover .post {
    opacity: 1;
    transform: translate(0, 0);
}

.gallery-single .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -200px;
    left: 10px;
    z-index: 2;
    transition: all 0.4s ease 0.2s;
}

.gallery-single:hover .icon {
    top: 15px;
}

.gallery-single .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f9ba1f;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.gallery-single .icon li a:hover {
    text-decoration: none;
    border-radius: 30%;
    background: #fff;
    color: #faac01;
}

@media only screen and (max-width:990px) {
    .gallery-single {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:479px) {
    .gallery-single .title {
        font-size: 18px
    }
}

.containerh2 {
    color: #0e3c69;
    text-align: center;
    margin-top: 30px;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.18);
}

.txt-lss {
    margin-bottom: 1.5em;
    font-size: 1.4em;
    letter-spacing: 0.2em;
}

.swiper-wrapper a {
    padding: 10px 20px;
    margin-left: 0%;
    margin-top: 5px;
    position: absolute;
    font-size: 15px;
    background-color: rgba(253, 123, 0, 0.86);
    border-radius: 4px;
    border: 2px solid transparent;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 2px #000000;
    border: 1px solid #ffffff;
    box-shadow: 0px 8px 1px -5px rgba(0, 0, 0, 0.45);
}

.swiper-wrapper a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.media-feature {
    padding: 20px;
    -webkit-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out;
    z-index: 1;
    position: relative;
    border-radius: 0px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
}

.media-feature .icon {
    font-size: 60px;
    color: #ff6d24;
}

.media-feature h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.media-feature:hover,
.media-feature:focus {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.3);
    transform: translateY(-1.5rem) scale(1.03);
}

.img-shadow {
    position: relative;
    background: #ff9800;
    width: 100%;
    float: left;
    top: 50px;
    left: 50px;
    box-shadow: 0px 15px 18px -5px rgba(0, 0, 0, 0.45);
}

.img-shadow img {
    position: relative;
    top: -20px;
    left: -20px;
}

h7 {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 25px
}

.heading-colored h7 {
    margin-top: 20px;
}

.buttons {
    padding: 20px 24px 8px;
    max-width: 100%;
    margin-right: 10px;
    border: 0px solid #dddddd;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000 !important;
    display: flex !important;
    border-radius: 60px 60px 60px 60px;
    -moz-border-radius: 60px 60px 60px 60px;
    -webkit-border-radius: 60px 60px 60px 60px;
    box-shadow: 5px 4px 10px 3px #6d616129;
    margin-top: 20px;
}

@media (max-width:991px) {
    .buttons:first-child {
        margin-bottom: 16px;
    }
}

.buttons i {
    font-size: 44px;
    padding-right: 20px;
    color: #eeeeee;
    margin-top: -8px;
    transition: all 1s ease;
}

.buttons:hover {
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    background: repeating-linear-gradient(to bottom right, #00254c 0%, #025b9e 100%);
    color: #fff !important;
    border: 0px solid transparent;
}

.buttons:hover a {
    color: #fff;
}

.buttons a {
    color: #000;
}

.buttons p {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.buttons p span {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.buttons.dark {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
}

.buttons.dark i {
    color: #fff;
}

.buttons.dark a {
    color: #fff;
}

.buttons.dark:hover {
    background-color: #ff9800;
    border: 1px solid transparent;
}

.buttons.gray {
    background-color: #393939;
    color: #fff !important;
    border: 1px solid #393939;
}

.buttons.gray i {
    color: #fff;
}

.buttons.gray a {
    color: #fff;
}

.buttons.gray:hover {
    border: 1px solid transparent;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0px 30px;
    padding-bottom: 45px;
}

@media only screen and (max-width:1200px) {
    .message-box p {
        font-size: 20px;
        margin-top: -15px;
    }

    .message-box h2 {
        font-size: 25px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .message-box p {
        margin-bottom: -20px;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    margin-top: 50px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.img-fluid:hover {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
}

.message-box {
    margin: 0;
    margin-top: 40px;
    text-transform: none;
}

.message-box h2 {
    margin-top: 0px;
    font-size: 25px;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.18);
}

.message-box p {
    font-weight: 400;
    text-align: justify;
    margin-top: 35px;
    color: #090e19;
    font-size: 20px;
}

.slider-wrapper {
    position: relative;
    max-width: 85rem;
    min-width: 70px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 35px 20px #DDE5EE;
    margin-top: 50px;
}

@media only screen and (max-width:990px) {
    .slider-wrapper {
        margin-top: 13rem;
    }
}

.slider-wrapper .slider {
    position: relative;
    height: 65rem;
    padding: 5rem 0;
}

.slider-wrapper .slider::after {
    content: "";
    display: table;
    clear: both;
}

.slider-wrapper .slider .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.slider-wrapper .slide-navigation__squares,
.slider-wrapper .slide-navigation__txt {
    width: 10%;
    position: relative;
    float: left;
    overflow: hidden;
}

.slider-wrapper .slide-navigation__squares::after,
.slider-wrapper .slide-navigation__txt::after {
    content: "";
    display: table;
    clear: both;
}

.slider-wrapper .slide-navigation__txt {
    display: block;
    height: 100%;
}

.slider-wrapper .slide-navigation__txt::after {
    content: "";
    display: table;
    clear: both;
}

.slider-wrapper .slide-navigation__txt ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    display: table-cell;
    width: 30rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    margin-left: calc(50% - 0.14rem);
}

.slider-wrapper .slide-navigation__txt ul::after {
    content: "";
    display: table;
    clear: both;
}

.slider-wrapper .slide-navigation__txt li {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin: 0 1.2rem;
    position: relative;
    float: left;
    font-size: 1.2rem;
    font-weight: 600;
    color: #A1A5B8;
}

.slider-wrapper .slide-navigation__txt li span {
    cursor: pointer;
    transition: all 0.5s ease;
    display: block;
}

.slider-wrapper .slide-navigation__txt li span.active {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    color: #ff9900;
}

.slider-wrapper .slide-navigation__squares {
    display: block;
    height: 100%;
}

.slider-wrapper .slide-navigation__squares .squares-wrapper {
    position: absolute;
    margin-left: calc(50% - 0.4rem);
    bottom: 5rem;
    height: 4.6rem;
    overflow: hidden;
}

.slider-wrapper .slide-navigation__squares .squares-slider {
    position: relative;
    display: block;
    margin-top: -2.5rem;
    -webkit-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
}

.slider-wrapper .slide-navigation__squares .square {
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    margin: 1.3rem 0;
    background: #A1A5B8;
}

.slider-wrapper .slide-navigation__squares .square.red {
    background: #ff9900;
}

.slider-wrapper .slides-container {
    position: relative;
    width: 80%;
    float: left;
    height: 100%;
}

.slider-wrapper .slide {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
}

.slider-wrapper .slide img {
    max-width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-wrapper .slide .slide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 5rem 5.8rem;
    overflow: hidden;
}

.slider-wrapper .slide .slide-content h1 {
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    font-size: 8rem;
    text-align: center;
    margin: 0;
    opacity: 0.6;
    position: relative;
}

.slider-wrapper .slide .slide-content h2 {
    color: #E34D67;
    font-size: 4.8rem;
    max-width: 80%;
    margin: 0;
    margin-top: -6rem;
    font-weight: 900;
    line-height: 1;
    position: relative;
}

.slider-wrapper .slide .slide-txt {
    position: relative;
    display: block;
    width: 100;
    margin-top: 6rem;
}

.slider-wrapper .slide .slide-txt::after {
    content: "";
    display: table;
    clear: both;
}

.slider-wrapper .slide .slide-txt p {
    margin: 0;
    max-width: 55%;
    color: #666666;
    font-size: 1.2rem;
    line-height: 1.4;
    float: left;
}

.slider-wrapper .slide .slide-txt button {
    display: block;
    float: right;
    width: 18rem;
    text-align: center;
    background: transparent;
    background-color: transparent;
    border: 0.28rem solid #E34D67;
    text-transform: uppercase;
    padding: 0.8rem 0.5rem;
    font-size: 1.5rem;
    color: #E34D67;
    font-weight: 600;
    letter-spacing: 0.2rem;
    outline: none;
    overflow: hidden;
}

.sociales ul {
    display: flex;
    position: absolute;
    top: 125%;
    left: 45%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width:990px) {
    .sociales ul {
        top: 115%;
        z-index: auto;
    }
}

.sociales ul li {
    list-style: none;
}

.sociales ul li a {
    width: 80px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 35px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
    box-shadow: 5px 4px 10px 3px #6d616129;
}

@media only screen and (max-width:990px) {
    .sociales ul li a {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.sociales ul li a .icon {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
}

.sociales ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.sociales ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.sociales ul li a:hover:before {
    top: 0;
}

.sociales ul li:nth-child(1) a:before {
    background: #3b5999;
}

.sociales ul li:nth-child(2) a:before {
    background: #55acee;
}

.sociales ul li:nth-child(3) a:before {
    background: #red;
}

.sociales ul li:nth-child(4) a:before {
    background: #f60;
}

.card {
    position: relative;
    max-width: 400px;
    height: auto;
    background: linear-gradient(-45deg, #fe0847, #feae3f);
    border-radius: 15px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.27), 0 4px 2px 0 rgba(0, 0, 0, 0.42), 0 5px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-transition: .5s;
    transition: .5s;
}

.card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.col-sm-4:nth-child(1) .card,
.col-sm-4:nth-child(1) .card .title .fa {
    background: linear-gradient(-45deg, #8dbaff, #006abf);
}

.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa {
    background: linear-gradient(-45deg, #ffbc68, #f36521);
}

.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, #00254c, #025b9e);
}

.card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    -webkit-transform: skewY(-5deg) scale(1.5);
    transform: skewY(-5deg) scale(1.5);
}

.title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 8px;
}

.title h2 {
    position: relative;
    margin: 20px0 0;
    padding: 0;
    color: #fff;
    font-size: 35px;
    z-index: 2;
    text-shadow: 2px 2px 2px rgba(8, 8, 8, 0.71);
}

@media only screen and (max-width:990px) {
    .title h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width:778px) {
    .title h2 {
        font-size: 35px;
    }

    .card {
        max-width: 500px;
        margin-top: 35px;
    }
}

.price,
.option {
    position: relative;
    z-index: 2;
}

.price h4 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 26px;
    text-shadow: 2px 2px 2px rgba(8, 8, 8, 0.71);
}

.option ul {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(8, 8, 8, 0.71);
}

.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}

.card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: black;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.card a:hover {
    text-decoration: none;
}

@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.menu {
    background: #ffffff00;
    padding: 5px 0;
}

.menu .contenedor-botones-menu {
    display: none;
    justify-content: space-between;
}

.menu .contenedor-botones-menu button {
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, .4);
    display: inline-block;
    cursor: pointer;
    background: none;
    border-radius: 10px;
    transition: ease-in all 0.5s;
}

.menu .contenedor-botones-menu button:hover {
    border: 1px solid #ff9800;
    border-radius: 10px;
    transition: ease-in all 0.5s;
}

.menu .contenedor-botones-menu .btn-menu-cerrar {
    display: none;
}

.menu .contenedor-botones-menu .btn-menu-cerrar.activo {
    display: inline-block;
}

.menu .contenedor-enlaces-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .btn-departamentos {
    color: #fff;
    padding: 7px;
    border-radius: 3px;
    display: flex;
    align-items: flex-end;
    border: 1px solid transparent;
    font-size: 15px;
    cursor: default;
}

.menu .btn-departamentos i {
    margin-left: 20px;
    position: relative;
    bottom: 27px;
}

.menu .btn-departamentos:hover {
    border: 1px solid rgba(255, 255, 255, .4);
}

.menu .btn-departamentos span {
    display: block;
    font-size: 19px;
    font-weight: bold;
}

.menu .contenedor-enlaces-nav .enlaces a {
    color: #fff;
    border: 1px solid transparent;
    padding: 7px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.menu .contenedor-enlaces-nav .enlaces a:hover {
    border: 1px solid rgba(255, 255, 255, .4);
}

.contenedor-grid {
    position: relative;
}

.grid {
    width: 100%;
    display: none;
    position: absolute;
    top: 5px;
    z-index: 1000;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "categorias subcategorias subcategorias subcategorias";
}

.grid.activo {
    display: grid;
}

.grid::before {
    content: "";
    display: block;
    background: transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -5px;
    left: 433px;
}

.grid>div {
    background-image: url(../images/Menu-min.png) !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .10);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: #fff;
}

.grid .btn-regresar {
    background: #ff8b00;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 3px;
    margin: 20px;
    font-size: 16px;
    cursor: pointer;
    display: none;
    box-shadow: 0px 15px 28px -5px #ff980085;
    transition: ease-in all 0.5s;
}

.grid .btn-regresar:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.24);
    transition: ease-in all 0.5s;
}

.grid .btn-regresar i {
    margin-right: 10px;
}

.grid .categorias {
    grid-area: categorias;
    padding-top: 10px;
    min-height: 300px;
    overflow: auto;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.grid .categorias .subtitulo {
    display: none;
}

.grid .categorias a {
    color: #091e31;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.grid .categorias a i {
    display: none;
}

.grid .categorias a:hover {
    color: #E47911;
    font-weight: bold;
}

.grid .categorias a:hover i {
    display: inline-block;
}

.grid .contenedor-subcategorias {
    grid-area: subcategorias;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

.grid .subcategoria {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    height: 100%;
}

.grid .subcategoria.activo {
    display: grid;
}

.grid .subcategoria img {
    width: 100%;
    vertical-align: top;
    height: 100%;
    object-fit: cover;
}

.grid .enlaces-subcategoria {
    padding-top: 10px;
    height: 100%;
    max-height: 400px;
    overflow: auto;
}

.grid .enlaces-subcategoria a {
    color: #091e31;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.grid .enlaces-subcategoria a:hover {
    color: #E47911;
}

.grid .subtitulo {
    font-size: 18px;
    font-weight: normal;
    color: #E47911;
    padding: 10px 20px;
    margin-bottom: -10px;
}

.grid .banner-subcategoria a {
    display: block;
    height: 100%;
}

.grid .galeria-subcategoria {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    border-bottom-right-radius: 7px;
}

.grid .galeria-subcategoria a {
    width: 50%;
    height: 50%;
}

@media screen and (max-width:1100px) {
    .menu .contenedor-enlaces-nav {
        padding: 0 10px;
    }

    .menu .contenedor {
        width: 100%;
    }
}

@media screen and (max-width:1070px) {
    .menu .contenedor {
        width: 90%;
    }

    .menu .contenedor-botones-menu {
        display: flex;
    }

    .menu .contenedor-enlaces-nav {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        left: 0;
        background: linear-gradient(135deg, #00254cf2, #00254c 64%, #00254cf2);
        height: 100vh;
        width: 80%;
        z-index: 2000;
        transition: .3s ease all;
        transform: translate(-100%);
        border-top-right-radius: 10px;
    }

    .menu .contenedor-enlaces-nav.activo {
        transform: translate(0%);
    }

    .menu .btn-departamentos {
        width: 100%;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .menu .btn-departamentos i {
        position: static;
        margin-left: 20px;
        transform: rotate(-90deg);
    }

    .menu .enlaces {
        width: 100%;
    }

    .menu .enlaces a {
        display: block;
        margin: 10px 0;
        padding: 10px;
    }

    .grid {
        display: grid;
        transition: .3s ease all;
        transform: translateX(-100%);
        z-index: 3000;
        width: 80%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        grid-template-areas: "categorias categorias categorias categorias";
    }

    .grid.activo {
        transform: translateX(0%);
    }

    .grid::before {
        display: none;
    }

    .grid .btn-regresar {
        display: inline-block;
    }

    .grid .categorias .subtitulo {
        display: block;
    }

    .grid .contenedor-subcategorias {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        transition: .3s ease all;
        transform: translateX(-100%);
        overflow: auto;
    }

    .grid .contenedor-subcategorias.activo {
        transform: translateX(0%);
    }

    .grid .contenedor-subcategorias .subcategoria {
        grid-template-columns: 1fr;
    }

    .grid .contenedor-subcategorias .banner-subcategoria {
        width: 100%;
        min-height: 250px;
        max-height: 350px;
    }

    .grid .enlaces-subcategoria {
        min-height: 50vh;
        overflow: auto;
    }

    .grid .contenedor-subcategorias .galeria-subcategoria a {
        width: 25%;
        height: 100%;
    }
}

.container1 {
    margin: auto;
    width: 90%;
    max-width: 1300px;
}

.fh5co-hero-inner .fh5co-hero-catu {
    height: 650px;
    padding-left: 100px;
    margin-top: 35px;
}

.acordeon {
    margin-top: 0px
}

.acordeon input {
    display: none;
}

.acordeon__titulo {
    display: block;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/banner_5.png");
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 5px 5px 10px 0px #a4bac1;
    border-radius: 7px;
}

.acordeon__titulo:hover {
    background-image: url("../images/trainer-bg.jpg");
}

.acordeon__contenido {
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 1s;
}

.acordeon input:checked~.acordeon__contenido {
    height: auto;
    color: #0e354c;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 5px 5px 10px 0px #a4bac1;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    margin-top: -5px;
    background-image: url(../images/Menu-min.png);
    padding-bottom: 10px;
}

.acordeon__item {
    margin: 10px;
}

.customwidget h1 {
    font-size: 44px;
    color: #ffffff;
    padding: 15px 0 25px;
    margin: 0;
    line-height: 1 !important;
    font-weight: 500;
}

.customwidget ul {
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.customwidget li i {
    margin-right: 5px;
    color: #cdd51f;
}

.customwidget li {
    color: #ffffff;
    margin-right: 10px;
}

.image-center img {
    position: relative;
    margin: 0px;
    z-index: 10;
    padding-right: 30px;
    text-align: center;
}

.customwidget p {
    font-style: italic;
    font-size: 14px;
    padding: 0 0 10px;
}

.customwidget a span {
    position: relative;
    z-index: 3;
}

.customwidget a.btn11::before {
    z-index: 2;
}

.customwidget a.btn11::after {
    z-index: 1;
    background: #ffffff;
}

.customwidget a.btn11 {
    top: 10px;
    margin: 0px;
}

.customwidget a.btn11:hover {
    color: #ffffff !important;
}

.img-center img {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.img-center {
    margin: auto;
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16.5px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 10px;
}

#features li {
    display: table;
    width: 100%;
    margin: 40px 0;
    cursor: auto;
    padding: 10px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    background: repeating-linear-gradient(to bottom right, #00254c 0%, #232c50 100%);
    border-radius: 10px;
    transition: all 1s ease-in-out;
}

#features li:hover {
    z-index: 1000;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
}

.features-left,
.features-right {
    padding: 0 15px;
}

.features-right li:last-child,
.features-left li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

.features-right li i,
.features-left li i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: table;
    border-radius: 60px;
    font-size: 26px;
    color: #ffffff;
    background-color: #ff9800;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 0;
    text-shadow: 3px 3px 3px #0000008a;
}

.features-right li i:hover,
.features-left li i:hover {
    background: #3f95ea;
}

#features i img {
    display: table;
    margin: 0 auto;
}

.features-left li i:before,
.features-right li i:before {
    text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right i {
    float: right;
}

.fr-inner {
    margin-right: 90px;
}

.features-left i {
    float: left;
}

.fl-inner {
    text-align: left;
    margin-left: 90px;
}

#features h4 {
    text-transform: capitalize;
    margin: 0;
    font-size: 19px;
    color: #ffffff;
}

.img-fluid1 {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width:600px) and (max-width:1200px) {
    #features li p {
        margin-top: 25px;
        padding-left: 10px
    }

    #features li:hover {
        z-index: 1000;
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.banner-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    display: block;
    height: 200px;
    min-height: 255px;
    border-radius: 7px;
    box-shadow: 5px 5px 10px 0px #6d6d6d;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
    text-shadow: 3px 3px 3px #000000b8;
    margin-top: 15px;
    text-align: left;
}

.banner-1:hover {
    top: -10px;
    -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.4);
}

.banner-1 .banner-1-inner {
    width: 70%;
}

.banner-1 .banner-1-inner h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    text-align: left;
    margin-top: 0px;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.52);
}

.banner-1 .banner-1-inner p {
    color: #fff;
    font-size: 1.7rem;
    text-shadow: 1px 1px 1px #000000d9;
    margin-top: -20px;
    font-weight: 600;
}

.boton1 {
    background: #0e3c6903;
    color: #fff !important;
    border: 2px solid #ff5e00;
    webkit-box-shadow: 0px 15px 28px -5px rgba(53, 58, 64, 0.45);
    -moz-box-shadow: 0px 15px 28px -5px rgba(29, 130, 255, 0.45);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 10px;
    letter-spacing: 2px;
    box-shadow: 4px 4px 10px 0px #0000007a;
    margin-top: 0px;
}

.boton1:hover {
    background: #ff5e00;
    color: #fff !important;
    box-shadow: 0 0 0 0 rgba(236, 60, 20, 0.92);
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.cryptos-feature-area {
    position: relative;
    z-index: 1;
    padding-left: 45px;
    padding-right: 45px;
}

@media only screen and (max-width:767px) {
    .cryptos-feature-area {
        padding-left: 0;
        padding-right: 0;
    }
}

.single-feature-area {
    position: relative;
    z-index: 1;
    padding: 60px 35px;
    background-color: #eef3f6;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 70px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.24);
}

.single-feature-area i {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #034e86;
    text-shadow: 3px 3px 3px #0000003b;
}

.single-feature-area h3 {
    font-size: 25px;
    margin-bottom: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-feature-area h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width:767px) {
    .single-feature-area h3 {
        font-size: 22px;
    }
}

.single-feature-area p {
    display: block;
    margin-bottom: 0px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-feature-area .cryptos-btn {
    background-color: #ffffff;
}

.single-feature-area.active,
.single-feature-area:hover,
.single-feature-area:focus {
    background-image: url("../images/2.0/banner_1.png");
    box-shadow: 0 5px 70px rgba(0, 0, 0, 0.15);
}

.single-feature-area.active i,
.single-feature-area.active h3,
.single-feature-area.active p,
.single-feature-area:hover i,
.single-feature-area:hover h3,
.single-feature-area:hover p,
.single-feature-area:focus i,
.single-feature-area:focus h3,
.single-feature-area:focus p {
    color: #ffffff;
}

.single-feature-area.active .cryptos-btn,
.single-feature-area:hover .cryptos-btn,
.single-feature-area:focus .cryptos-btn {
    border-bottom-color: #292929;
}

.single-feature-area.active .cryptos-btn:hover,
.single-feature-area:hover .cryptos-btn:hover,
.single-feature-area:focus .cryptos-btn:hover {
    border-bottom-color: #292929;
    color: #292929;
}

.single-feature-area.style-2 {
    padding: 0;
    background-color: #ffffff;
}

.single-feature-area.style-2 i {
    color: #ffaf02;
}

.single-feature-area.style-2 p {
    margin-bottom: 0;
}

.single-feature-area.style-2.active,
.single-feature-area.style-2:hover,
.single-feature-area.style-2:focus {
    background-color: #ffffff;
    box-shadow: none;
}

.single-feature-area.style-2.active i,
.single-feature-area.style-2:hover i,
.single-feature-area.style-2:focus i {
    color: #292929;
}

.single-feature-area.style-2.active h3,
.single-feature-area.style-2:hover h3,
.single-feature-area.style-2:focus h3 {
    color: #ffaf02;
}

.single-feature-area.style-2.active p,
.single-feature-area.style-2:hover p,
.single-feature-area.style-2:focus p {
    color: #292929;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

#fh5co-line {
    position: relative;
    bottom: 0;
    margin-top: -200px;
    z-index: 10;
    padding-bottom: 7em;
}

@media screen and (max-width:768px) {
    #fh5co-line {
        padding-bottom: 3em;
    }
}

.title {
    font-size: 38px;
    color: #fff;
    font-style: italic;
    font-weight: 800;
}

.timeline {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 4px 10px 3px #323232;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.timeline .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
}

.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.41);
    border-radius: 100%;
}

.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    max-width: 310px;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}

.timeline .swiper-slide .timeline-year {
    display: block;
    font-style: italic;
    font-size: 42px;
    margin-bottom: 50px;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    color: #d4a024;
    font-weight: 300;
    opacity: 0;
    transition: .2s ease .4s;
    text-shadow: 2px 2px 2px rgb(2, 2, 2);
}

.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .5s;
}

.timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s;
    text-align: justify;
    margin-top: 200px;
    width: 410px;
}

.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}

.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s;
}

.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
    font-size: 15px;
    text-align: justify;
    margin-top: 90px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0);
    margin-top: 200px;
    width: 410px;
    font-weight: 500;
}

.timeline .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}

.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #d4a024;
    margin: 15px 0 !important;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0)
}

.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #d4a024;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
}

.timeline .swiper-pagination-bullet-active {
    color: #d4a024;
}

.timeline .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
}

.timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-next:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

@media screen and (min-width:768px) {
    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -80px 0 150px 39vw rgba(0, 0, 0, 0.42);
    }

    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 310px;
        font-size: 11px;
        text-align: right;
    }

    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }

    .timeline .swiper-slide .timeline-title {
        font-size: 40px;
        margin: 0;
        color: rgba(255, 255, 255);
        text-shadow: 2px 2px 2px rgba(0, 0, 0);
    }
}

.timeline .swiper-pagination {
    display: flex;
}

.timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
}

.timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
    transform: rotate(90deg) translate(-3px, 10px);
}

.timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
}

.timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
    transform: rotate(90deg) translate(3px, 10px);
}
}

@media screen and (min-width:1024px) {
    .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
        box-shadow: -80px 0 150px 39vw rgba(0, 0, 0, 0.42);
    }

    .timeline .swiper-slide-content {
        right: 25%;
    }
}

@media screen and (max-width:1200px) {
    .timeline .swiper-slide-active .timeline-text {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: .4s ease 1.8s;
        font-size: 15px;
        text-align: justify;
        margin-top: 90px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0);
        margin-top: 200px;
        width: 350px;
    }
}

@media screen and (max-width:768px) {
    .timeline .swiper-slide .timeline-title {
        font-size: 35px;
        margin: 0;
        color: rgba(255, 255, 255);
        text-shadow: 2px 2px 2px rgba(0, 0, 0);
    }

    .timeline .swiper-slide-active .timeline-text {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: .4s ease 1.8s;
        font-size: 15px;
        text-align: justify;
        margin-top: 90px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0);
        margin-top: 40px;
        width: 300px;
    }
}
}

@media screen and (max-width:480px) {
    .timeline .swiper-slide .timeline-title {
        font-size: 35px;
        margin: 0;
        color: rgba(255, 255, 255);
        text-shadow: 2px 2px 2px rgba(0, 0, 0);
    }

    .timeline .swiper-slide-active .timeline-text {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: .4s ease 1.8s;
        font-size: 13px;
        text-align: justify;
        margin-top: 90px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0);
        margin-top: 35px;
    }
}

@media screen and (max-width:320px) {
    .timeline .swiper-slide .timeline-title {
        font-size: 35px;
        margin: 0;
        color: rgba(255, 255, 255);
        text-shadow: 2px 2px 2px rgba(0, 0, 0);
    }

    .timeline .swiper-slide-active .timeline-text {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: .4s ease 1.8s;
        font-size: 14px;
        text-align: justify;
        text-shadow: 2px 2px 2px rgba(0, 0, 0);
        padding-left: 8px;
        padding-right: 8px;
    }
}

.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
}

.header-area .top-header {
    width: 100%;
    height: 60px;
    background-color: #292929;
}

@media only screen and (max-width:767px) {
    .header-area .top-header {
        height: 80px;
        padding: 15px 0;
    }
}

@media only screen and (max-width:767px) {
    .header-area .top-header .top-header-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-area .top-header .top-headline p {
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.header-area .top-header .top-headline p span {
    color: #ffaf02;
}

.header-area .top-header .login-faq-earn-money a {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    margin-right: 30px;
}

.header-area .top-header .login-faq-earn-money a:last-child {
    margin-right: 0;
}

.header-area .top-header .login-faq-earn-money a:hover,
.header-area .top-header .login-faq-earn-money a:focus,
.header-area .top-header .login-faq-earn-money a.active {
    color: #ffaf02;
}

.header-area .cryptos-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    height: 0px;
}

@media only screen and (max-width:767px) {
    .header-area .cryptos-main-menu {
        height: 80px;
    }
}

.header-area .cryptos-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .cryptos-main-menu .classy-navbar {
    height: 125px;
    padding: 0;
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .header-area .cryptos-main-menu .classy-navbar {
        padding: 0;
    }
}

@media only screen and (max-width:767px) {
    .header-area .cryptos-main-menu .classy-navbar {
        height: 80px;
    }
}

.header-area .cryptos-main-menu .classy-navbar .classynav ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    color: #fff !important;
}

.header-area .cryptos-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .cryptos-main-menu .classy-navbar .classynav ul li a:focus {
    color: #ff9800 !important;
}

.header-area .cryptos-main-menu .classynav ul li .dropdown li a,
.header-area .cryptos-main-menu .classynav ul li .megamenu li a {
    font-size: 14px;
    color: #0e3c69 !important;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.18);
}

.header-area .cryptos-main-menu .classynav .header-newsletter-form {
    margin-left: 100px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .cryptos-main-menu .classynav .header-newsletter-form {
        margin-left: 30px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .cryptos-main-menu .classynav .header-newsletter-form {
        margin-left: 18px;
        margin-top: 15px;
    }
}

@media only screen and (max-width:767px) {
    .header-area .cryptos-main-menu .classynav .header-newsletter-form {
        margin-left: 18px;
        margin-top: 15px;
    }
}

.header-area .cryptos-main-menu .classynav .header-newsletter-form form {
    width: 265px;
    height: 35px;
    background-color: #eef3f6;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .cryptos-main-menu .classynav .header-newsletter-form form {
        width: 220px;
    }
}

.header-area .cryptos-main-menu .classynav .header-newsletter-form form input {
    width: 100%;
    height: 35px;
    border: none;
    background-color: transparent;
    padding: 0 15px;
    font-size: 12px;
    font-style: italic;
}

.header-area .cryptos-main-menu .classynav .header-newsletter-form form button {
    width: 90px;
    height: 35px;
    border: none;
    background-color: #eef3f6;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    color: #292929;
    cursor: pointer;
    border-bottom: 2px solid #ffaf02;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.header-area .cryptos-main-menu .classynav .header-newsletter-form form button:hover {
    background-color: #292929;
    color: #ff9800;
}

.megamenu-slides .owl-prev,
.megamenu-slides .owl-next {
    background: #0d104d;
    background: -webkit-linear-gradient(to right, #0d104d, #28408b);
    background: linear-gradient(to right, #0d104d, #28408b);
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    top: 50%;
    margin-top: -15px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.megamenu-slides .owl-next {
    left: auto;
    right: 5%;
}

.single-mega .title1 h3 {
    font-size: 17px;
    color: #ff9800 !important;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #cececee8;
    padding: 8px 12px;
    text-align: center;
    text-shadow: .1px.1px .1px #0000008a;
}

@media only screen and (max-width:1500px) {
    .owl-carousel .owl-stage-outer {
        MARGIN-TOP: 60px;
    }
}

@media only screen and (max-width:991px) {
    .owl-carousel .owl-stage-outer {
        MARGIN-TOP: 0px;
    }
}

.dropdown li i {
    margin-right: 12px;
    color: #ff9800;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    text-shadow: .1px.1px .1px #0000008a;
}
.text-inner3 {
    color: #0e3c69;
    text-shadow: 1px 1px 1px rgba(2, 2, 2, 0.39);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    text-align: center;
    font-weight: 800;
    margin-bottom: -10px;
    font-size: 22px;
}
.toph1 h5{
    margin-top: -220px!important;
}

@media screen and (max-width: 575px) {
   .toph2{
    margin-top: -30px;
}
    .text-inner3 {
   ;
    font-size: 18px;
}

}
.text  {
 color: #fff;
 margin-bottom: .5em!important;
 font-size: 16px;
}
.text:hover {
 color: #ff8100;
}
.text-center p{
margin-bottom: .5em;
}
.social {
    top: 20px;
}
.app-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 20px;
    width: 230px;
    z-index: 1000;
    display: block;
    
}
.app-whatsapp img {
    width: 100%;
    transition: all 0.8s ease 0s;
}
.app-whatsapp img:hover{
    transform: scale(1.2);
}
@media (max-width: 768px) {
  .app-whatsapp {
    right: 10px;
}
}
/*Boton contacto */
.boton-contacto {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 70px;
    z-index: 1000;
    display: block;
}
.boton-contacto img {
    width: 100%;
    transition: all 0.8s ease 0s;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    border-radius: 50%;
}
.boton-contacto img:hover{
    transform: scale(1.2);
}
@media (max-width: 768px) {
 .boton-contacto {
    right: 10px;
}
}