@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: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
}

#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: 22px;
    line-height: 34px;
    font-weight: 300;
    color: #ffffff;
    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: 400;
    color: rgb(255, 255, 255);
    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;
    }

    #footer .gotop {
        left: 52% !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-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:1024px) {
    #fh5co-home .text-inner h1 {
        margin-top: -70px;
    }

    #fh5co-home .text-inner h5 {
        margin: 0 0 70px 0;
    }
}

@media only screen and (max-width:991px) {
    .message-box h2 {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width:1000px) and (min-width:801px) {
    #fh5co-home .text-inner h2 {
        line-height: 30px;
    }

    #fh5co-home .text-inner h1 {
        font-size: 40px
    }

    #fh5co-intro .fh5co-blocks h2 {
        margin-top: auto !important;
    }
}

@media only screen and (max-width:800px) and (min-width:600px) {
    #fh5co-home .text-inner h2 {
        font-size: 21px;
        line-height: 26px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #fh5co-home .text-inner h3 {
        padding-left: 20px;
    }

    #fh5co-home .text-inner h1 {
        font-size: 40px;
        margin-top: -95px;
    }

    #fh5co-home .text-inner h5 {
        margin: 0 0 100px 0;
    }

    .slider-wrapper .slide .slide-content h1 {
        font-size: 7rem !important;
    }
}

@media only screen and (max-width:800px) and (min-width:769px) {
    #fh5co-intro .fh5co-blocks h2 {
        margin-top: auto !important;
    }
}

@media only screen and (max-width:600px) {
    #fh5co-home .text-inner h1 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 30px;
    }

    #fh5co-home .text-inner h2 {
        font-size: 17px;
        line-height: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #fh5co-home .text-inner h3 {
        padding-left: 15px;
    }

    #fh5co-home .text-inner h5 {
        margin: 0 0 100px 0;
    }
}

@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:480px) {
    #fh5co-home .text-inner h2 {
        font-size: 16px;
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width:480px) {
    #fh5co-home .text-inner h3 {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sociales ul {
        top: 113%;
        z-index: auto;
        left: 43% !important;
    }
}

@media only screen and (max-width:480px) {
    #fh5co-home .text-inner h1 {
        font-size: 25px;
        margin-top: -70px;
    }
}

@media only screen and (max-width:320px) {
    img {
        width: 100% !important;
    }
}

#fh5co-intro {
    position: relative;
    bottom: 0;
    margin-top: -135px;
    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-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: 20px;
    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;
    margin-bottom: 30px;
    background-image: url(../images/Menu-min.png);
}

.fh5co-blocks p {
    color: #0e3c69;
    margin-top: 30px;
    line-height: 15px;
    margin-bottom: -5px;
}

.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: 24px;
    font-weight: 400;
    color: #fd9800;
    margin-top: 13px;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.18);
    line-height: 30px;
}

-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: 90%;
    height: 90px;
    border: 15px solid #f7f9f9;
    border-radius: 10px;
    position: relative;
    margin: 0 auto 15px;
    margin-top: 25px;
    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: 4em 0;
}

@media screen and (max-width:768px) {

    #fh5co-services,
    #fh5co-testimonials,
    #fh5co-counters,
    #fh5co-work,
    #fh5co-contact,
    #fh5co-about {
        padding: 2em 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 .section-heading h2 {
        margin-top: 0px !important;
    }
}

#fh5co-counters .fh5co-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    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;
}

#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: #fff;
    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: 3;
    padding-bottom: 1em;
}

#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: 99%;
}

#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: #0e3c69;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
    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;
}

.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;
}

.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;
}

.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: #0e3c69 !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-image: url(../images/banner_5.png);
    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;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.18);
}

.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: 120px;
}

@media only screen and (max-width:1200px) {
    .message-box p {
        font-size: 20px;
    }

    .message-box h2 {
        font-size: 25px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .message-box p {
        padding-right: 2px;
    }

    .img-fluid {
        margin-top: 350px;
    }
}

@media only screen and (max-width:990px) {
    .img-fluid {
        margin-top: 10rem;
    }
}

@media only screen and (max-width:768px) {
    .img-fluid {
        margin-top: 10rem;
    }
}

@media only screen and (max-width:600px) {
    .slider-wrapper .slide .slide-content h1 {
        font-size: 3rem !important;
    }
}

@media only screen and (max-width:480px) {
    .img-fluid {
        margin-top: 10rem;
    }
}

@media only screen and (max-width:320px) {
    .img-fluid {
        margin-top: 10rem;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    margin-top: 100px;
    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: 60px;
}

.message-box p {
    font-weight: 600;
}

.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;
    border-radius: 30px;
}

@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: 112%;
        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: 80%;
    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;
}

h2 {
    margin: 20px auto 80px;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}

details {
    width: 100%;
    min-height: 5px;
    max-width: 1130px;
    padding: 45px 25px 45px 25px;
    margin: 0 auto;
    position: relative;
    font-size: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
    box-sizing: border-box;
    color: white;
    transition: all .3s;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: url("../images/BANNER%20(1).png");
    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);
    margin-top: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.89);
    text-align: justify;
}

details+details {
    margin-top: 40px;
}

details[open] {
    min-height: 50px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .2);
}

details p {
    color: white;
    font-weight: 400;
    font-size: 23px;
}

summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none
}

.control-icon {
    fill: white;
    transition: .3s ease;
    pointer-events: none;
    font-size: 30px;
}

.control-icon-close {
    display: none;
}

details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
}

details[open] .control-icon-expand {
    display: none;
}

details[open] summary:hover::after {
    -webkit-animation: pulse 1s ease;
    animation: pulse 1s ease;
}

@-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;
}

.container2 {
    margin-right: 15px;
    margin-left: 15px;
}

.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;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.btn-video1 {
    display: inline-block;
    text-align: center;
    outline: none;
    position: absolute;
    bottom: 40%;
    left: calc(40% + 0px - 0px);
    border-radius: 70%;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.btn-video1::after {
    display: inline-block;
    display: none;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 90px;
    padding-left: 16px;
    vertical-align: top;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.video-icon1 {
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #ffffffd9;
    background-image: url(../images/play-icon-11-256.png);
    background-repeat: no-repeat;
    background-position: 55% center;
    background-size: 20px 23px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 0 0 #ffffffd9;
    border-radius: 100%;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.btn-video1:hover::after {
    color: #0a1d44eb;
}

.btn-video1:hover .video-icon1 {
    background-color: #ff9800;
    background-image: url(../images/icon-play.svg);
    box-shadow: 0 0 0 0 #ff9800;
}

@media only screen and (max-width:1700px) {}

@media only screen and (max-width:1500px) {}

@media only screen and (max-width:1300px) {}

@media only screen and (max-width:1200px) {
    .btn-video1 {
        bottom: 40%;
        left: calc(41% + 0px - 0px);
    }
}

@media only screen and (max-width:1100px) {}

@media only screen and (max-width:991px) {
    .btn-video1 {
        bottom: 45%;
        left: calc(45% + 0px - 0px);
    }
}

@media only screen and (max-width:900px) {}

@media only screen and (max-width:800px) {}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:700px) {
    .btn-video1 {
        left: calc(44% + 0px - 0px);
    }
}

@media only screen and (max-width:600px) {
    .btn-video1 {
        left: calc(43% + 0px - 0px);
    }
}

@media only screen and (max-width:480px) {
    .btn-video1 {
        left: calc(42% + 0px - 0px);
    }
}

@media only screen and (max-width:400px) {
    .btn-video1 {
        left: calc(40% + 0px - 0px);
    }
}

@media only screen and (max-width:320px) {
    .btn-video1 {
        left: calc(38.5% + 0px - 0px);
    }
}

@media only screen and (max-width:250px) {
    .btn-video1 {
        left: calc(35.5% + 0px - 0px);
    }
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.courses {
    position: relative;
    bottom: 0;
    margin-top: -200px;
    z-index: 10;
    padding-bottom: 7em;
}

.courses .course-slider {
    margin-top: 30px;
}

.courses .single-course {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/hover.png);
    box-shadow: 7px 14px 42px 3px rgba(132, 133, 134, 0.4);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 30px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.courses .single-course:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}

.courses .course-head {
    position: relative;
    overflow: hidden;
}

.courses .course-head::before {
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.courses .course-head img {
    height: 100%;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.courses .course-head:hover:before {
    opacity: 0.8;
    visibility: visible;
}

.courses .course-head a {
    position: absolute;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 10;
    border-radius: 0px;
    left: 50%;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: -58px;
    padding: 12px 22px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    border-radius: 50px;
}

.courses .course-head:hover .btn {
    transform: scale(1);
    opacity: 1;
}

.courses .course-body {
    margin: 15px;
    margin-top: 0px;
}

.courses .name-price {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 333;
    margin-top: -33.5px;
}

.courses .name-price .teacher-info {
    display: inline-block;
}

.courses .teacher-info img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    display: inline-block;
    border: 4px solid #fff;
    float: left;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
}

.courses .teacher-info .title {
    font-weight: 500;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    bottom: -43px;
    z-index: 33;
    font-size: 13px;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.courses .teacher-info:hover .title {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.courses .teacher-info .title::before {
    content: "";
    border-bottom: 12px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
}

.courses .price {
    color: #fff;
    padding: 5px 25px;
    font-weight: 700;
    position: relative;
    margin-top: 12px;
    float: right;
    border-radius: 50px;
    right: 0;
}

.courses .price::before {
    position: ;
    position: absolute;
    left: 0;
    top: -;
    content: "";
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    display: none;
}

.courses .course-body .c-title {
    font-size: 18px;
    text-align: center;
    margin: 25px 0 15px;
}

.courses .course-body .c-title a {
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.68);
    text-align: center;
}

.courses .course-body p {
    color: #3a3939;
}

.courses .course-meta {
    background: #fff;
    border-top: 1px solid rgba(204, 204, 204, 0.45);
    overflow: hidden;
    margin: 15px;
    text-align: left;
    padding-top: 15px;
}

.courses .rattings li {
    display: inline;
    margin-right: 2px;
}

.courses .rattings li.point span {
    display: inline-block;
    position: relative;
}

.courses .rattings li.point span:before {
    content: "(";
}

.courses .rattings li.point span::after {
    content: ")";
}

.courses .course-info {
    margin-top: 4px;
}

.courses .course-info span {
    display: inline-block;
    color: #888;
    margin-right: 8px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.courses .course-info span:last-child {
    margin-right: 0px;
}

.courses .course-info span i {
    margin-right: 5px;
}

.courses .owl-controls {
    margin-top: 30px;
}

.courses .owl-controls .owl-nav div {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
    padding: 0;
    border-radius: 100%;
    color: #555;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
}

.courses .owl-controls .owl-nav div:last-child {
    margin: 0;
}

.courses .course-slider:hover .owl-controls .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.courses .owl-controls .owl-nav div:hover {
    border-color: transparent;
    color: #fff;
}

.courses.archive {
    padding: 60px 0 90px;
}

.courses.archive .single-course {
    margin: 30px 0 0;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fh5co-features-outer {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.fh5co-features-outer .col-sm-7 {
    margin-top: 10px;
}

.fh5co-features-outer .col-sm-6 {
    margin-top: 80px;
}

.fh5co-features-outer .col-sm-6 img {
    height: 500px;
    overflow: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.fh5co-features-outer .col-sm-6 img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.fh5co-features-outer .sm-6-content {
    margin-top: 110px;
    position: relative;
}

.fh5co-features-outer .sm-6-content h1 {
    color: #0A1D44;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #0000006e;
}

.fh5co-features-outer .sm-6-content p {
    color: #000;
    font-weight: 500;
    font-size: 16.5px;
    line-height: 1.8em;
    width: 100%;
}

.fh5co-features-outer .col-sm-6 .col-sm-image-container {
    position: relative;
    width: 300px;
}

.fh5co-features-outer .col-sm-6 .span-new {
    color: #fff;
    background: #fcec64;
    padding: 18px;
    width: 35px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    box-sizing: initial;
    position: absolute;
    font-weight: 700;
    right: 0;
    top: 140px;
}

.fh5co-features-outer .col-sm-6 .span-free {
    color: #fff;
    background: #6ca3ff;
    padding: 18px;
    width: 35px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    box-sizing: initial;
    position: absolute;
    left: -35px;
    bottom: -430px;
    font-weight: 700;
}

.fh5co-features-outer .col-sm-6 .span-data {
    color: #7e8c91;
    background: #b8faee;
    padding: 20px;
    width: 40px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    letter-spacing: 1px;
    box-sizing: initial;
    position: absolute;
    top: 140px;
    right: -2px;
    font-weight: 700;
}

.fh5co-features-outer .col-sm-6 .span-percent {
    color: #fff;
    background: #6ca3ff;
    padding: 18px;
    width: 35px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    box-sizing: initial;
    position: absolute;
    left: -35px;
    bottom: -430px;
    font-weight: 700;
}

.fh5co-features-outer .col-sm-6 .circle {
    color: #c3cfe5;
    border: 1px solid #ededed;
    background: #fff;
    padding: 10px;
    width: 35px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    box-sizing: initial;
    position: absolute;
    font-weight: 600;
    box-shadow: 0 0 0 5px #f9f9f9;
}

.fh5co-features-outer .col-sm-6 .circle-first {
    width: 50px;
    display: inline-block;
    line-height: 30px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 50px;
    box-sizing: initial;
    position: absolute;
    margin-left: 0px;
    font-weight: 600;
}

.fh5co-features-outer .col-sm-6 .circle-middle {
    width: 50px;
    display: inline-block;
    line-height: 30px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 50px;
    box-sizing: initial;
    position: absolute;
    margin-left: 60px;
    font-weight: 600;
}

.fh5co-features-outer .col-sm-6 .circle-last {
    width: 50px;
    display: inline-block;
    line-height: 30px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 50px;
    box-sizing: initial;
    position: absolute;
    margin-left: 120px;
    font-weight: 600;
}

.img-float-left {
    float: left;
}

.img-float-right {
    float: right;
}

.buttons1 {
    padding: 20px 24px 8px;
    max-width: 225px;
    margin-right: 10px;
    border: 1px 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;
    background-color: #fff;
    color: #000 !important;
    border-radius: 10px;
    box-shadow: 0 3px 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);
}

.buttons1.dark {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
}

.buttons1.dark:hover {
    background-color: #ffc000;
    border: 1px solid transparent;
}

.buttons1:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background-image: url(../images/banner_5.png);
    color: #fff !important;
    border: 1px solid transparent;
}

.buttons1 p:hover {
    cursor: pointer;
    color: #fff !important;
}

.fh5co-features-outer .sm-6-content .buttons1 p {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.buttons1 i {
    font-size: 44px;
    padding-right: 20px;
    color: #eeeeee;
    margin-top: -8px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.buttons1 p span {
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.buttons1.dark p {
    color: #fff;
}

@media screen and (max-width:993px) {
    .fh5co-features-grid-columns .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin: 30px auto;
        text-align: center;
    }

    .fh5co-features-grid-columns .col-sm-7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        margin: 7px auto;
        text-align: center;
        float: none !important;
    }

    .fh5co-features-outer .col-sm-6 .col-sm-image-container {
        position: relative;
        width: 295px !important;
        text-align: center;
        margin: 15px auto 0;
    }

    .no-float {
        float: none !important;
    }

    .img-float-right {
        float: none;
    }

    .img-float-left {
        float: none;
    }

    .fh5co-features-outer .col-sm-6 .span-percent,
    .fh5co-features-outer .col-sm-6 .span-free {
        left: -15px;
        bottom: 140px;
    }

    .fh5co-features-outer .col-sm-6 .span-new {
        right: -10px;
    }

    .fh5co-features-outer .col-sm-6 .span-data {
        right: -15px;
    }

    .fh5co-features-outer .col-sm-6 .circle {
        position: static;
        display: inline-block;
        margin: 25px 5px;
    }

    .fh5co-advantages-outer .second-title {
        margin-top: 60px;
    }

    .fh5co-features-grid-columns {
        display: flex;
        flex-direction: column;
    }

    .fh5co-features-outer .sm-6-content p {
        width: 100%;
    }

    .fh5co-features-outer .sm-6-content li {
        list-style: none;
        border-bottom: 1px solid #EAECEB;
        color: rgba(0, 0, 0, 0.8);
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
        bottom: 10px;
        font-weight: 800;
        border-radius: 10px;
        transition: all 1s ease;
    }

    .download-button {
        -webkit-box-direction: normal !important;
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -moz-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

.mr-6 {
    color: #20c997;
    margin-right: 1rem !important;
}

.fh5co-features-outer .sm-6-content b {
    color: #ff6a00;
}
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.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;
}
.covid{
 margin-top: 50px;
 color: #111;
 font-weight: 500;
 text-align: justify;
}
.covid h1{
 font-family: "Source Sans Pro",Arial,sans-serif;
 font-weight: 600;
 margin: 0 0 30px 0;
 color: #0A1D44;
 text-align: left;
}
.covid b{
 color:#ff6a00; 
}
.fh5co-features-outer .sm-6-content h3 {
    color: #ff6a00;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #0000006e;
}

.formulario{
    width:100%;
    margin: auto;
    margin-top: 0px;
    padding: 20px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
    position: relative;
   background: linear-gradient(135deg,#00254c96,#00254cd6 64%,#00254ceb),url(../images/formulario.webp)!important;
    z-index: 2;
    box-shadow: 0 8px 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    margin-bottom: 20px;
    background:#00254; 
}

.formulario__titulo{
    text-align: center;
    margin-top: 0;
    color: rgb(251, 251, 251);
    text-shadow: 2px 2px 2px #0000008f;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
}

.formulario__input, .formulario__label, .formulario__submit {
    display: block;
    width: 100%!important;
    font-size: 1em;
   
}

.formulario__input {
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 20px;
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    color: #fff;
    font-weight: 700;
    
}

.formulario__input:focus{
       outline: 1px solid #ffffff59;
}
.formulario__input:focus + .formulario__label {
    margin-top: -87px;
}

.formulario__label{
    padding-left: 15px;
    position: absolute;
    margin-top: -56px;
    z-index: -20;
    color: #fff;
    transition: all 0.2s;
    text-align: left;
    font-size: 18px;
    text-shadow: 1px 1px 1px #0000008f;
}

.formulario__submit {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #369c7b!important;
    border: 1px solid transparent;
    color: #fff;
    transition: all 0.3s ease 0s;
    width: 35%!important;
    margin-left: 14%;
    margin-right: 2%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 1px #0000006e;
    float: left;
}
.formulario__submit:hover{
     -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
    color: #fff;
    transform: translateY(-1px);
}


.fijar {
    margin-top: -87px;
}
.textarea{
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 20px;
    background: rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 0.83);
    border-radius: 5px;  
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    color: #0e3c69;
    font-weight: 700;
    line-height: 1;
}
.adj{
    color: #fff;
    width: 100%;
    background: rgba(0,0,0,0.1);
    border-radius: 5px; 
}

/* Ocultamos el input file */
input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding:0;
    left:0;
    margin-top: -50px;
   
}



/* Al label lo convertimos en "boton" 
(en apariencia) */
.cargar{
    text-align: center;
    background-color: #ff5200;
    color: #fff;
    display: block;
    border-radius: 3px;
    width: 40%;
    height: 42px;
    font-size: 18px;
    float: left;
    line-height: 1.6em;
    padding: 7px;
    text-shadow: 1px 1px 1px #0000006e;
    cursor: pointer;
    webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
}

input[type="text"]{
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 20px;
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
    width: 60%;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .cargar{
       font-size: 15px;
    }

}
  .strong {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff!important;
    text-shadow: 1px 1px 1px #0000008f;
}
.catu img {
    height: 100%!important;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    
}
    .catu img:hover {
    -webkit-transform: scale(1.1)!important;
    transform: scale(1.1)!important;
}
.cancel{
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #ff4040;
    border: 1px solid transparent;
    color: #fff;
    transition: all 0.3s ease 0s;
    width: 35%!important;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 1px #0000006e; 
}
.cancel:hover{
     -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
    color: #fff;
    transform: translateY(-1px);
}
@media screen and (max-width: 993px) {
   .formulario__submit {
    padding: 8px 20px;
    margin-left: 10%;
    margin-right: 0%;
  }
      .text-inner1{
    font-size:25px!important;
  }
}
@media screen and (max-width: 480px) {
   .cancel{
    padding: 8px 0px;
    font-size: 14px;
 }
    .formulario__submit {
    padding: 8px 0px;
    margin-left: 11.5%;
    margin-right: 0%;
    font-size: 14px;
  }
  .text-inner1{
    font-size:19px!important;
  }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/8ee212dac057d412972e0c8cc164deee.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.form_pie p {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff!important;
    text-shadow: 1px 1px 1px #0000008f;
    margin-top: 20px;
    text-align: center;
}
.text-inner1{
    color:#ffffff;
    text-shadow: 1px 1px 1px rgba(2, 2, 2, 0.39);
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 800;
    font-size:32px;
}

.text3 {
    color: #000!important;
    font-size: 16px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.text-inner2{
   color: #0e3c69;
    text-shadow: 2px 2px 2px rgba(2, 2, 2, 0.39);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 200px;
    text-align: center;
    font-weight: 800;
}
     
.text3 b {
    color:#051627;
 
}
@media screen and (max-width: 575px) {
    .text-inner2{
    padding-right: 10px;
    margin-top: 260px!important;
}
    .text3{
    font-size: 14px;
   

}
.text-inner2{
  font-size: 29px;
}

}
.txt3 h2{
    font-size:20px!important;
}
.vinculo{
    color:#ff8b00!important;
    font-weight:600;
    webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    
}
.vinculo:hover{
    color:#ffc000;
    text-decoration: underline;
    webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

@media only screen and (max-width: 767px){
 .wtop {
  
    margin-top: -250px;
}
    }
.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;
}
}
.text-center {
  text-align: center !important;
}
/* contacto */
form#contact .contact-dec {
  position: absolute;
  right: -116px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 188px;
}

form#contact {
  margin-left: 30px;
  margin-right: 50px;
  position: relative;
  padding: 60px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 60px rgba(134, 151, 168, 0.46);
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 3px solid #ff8100;
  border-left: 3px solid #ff8100;
  background-color: #ffffffeb;
}

form#contact input {
  width: 100%;
  height: 66px;
  border-radius: 25px 25px 25px 0;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(134, 151, 168, 0.21);
}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 25px 25px 25px 0;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(134, 151, 168, 0.31);
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  display: inline-block;
  background-color: #0e3c69;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
  box-shadow: 0 15px 8px -11px rgba(0, 0, 0, 0.26);
}

form#contact button:hover {
 background-color: #ff8100;
}
form#contact textarea:focus {
  color: #414450;
  background-color: #fff;
  border-color: #01257cb5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #01257cb5;;
  box-shadow: 0 0 0 0.2rem #01257cb5;
}
form#contact input:focus {
  color: #414450;
  background-color: #fff;
  border-color: #01257cb5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #01257cb5;;
  box-shadow: 0 0 0 0.2rem #01257cb5;
}
form#contact .contact-dec img {
  max-width: 178px;
}
#fh5co-intro1 {
  position: relative;
  bottom: 0;
  margin-top: -145px;
  z-index: 10;
  padding-bottom: 7em;
}
@media (max-width: 992px) {
.contact-dec img {
   display: none;
 }
 form#contact {
  margin-left: 10px;
  margin-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;
}
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    box-shadow: 0 10px 60px rgba(134, 151, 168, 0.46);
    background: #fdfdfdc4;
    border-radius: 20px;
    margin-top: 0px;
    padding: 3rem !important;
}
.why-us .icon-box + .icon-box {
    margin-top: 50px;
}

.why-us .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f3f8fa00;
    border-radius: 6px;
    transition: 0.5s;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 10px;
}

.why-us .icon-box .icon i {
    color: #ffc000;
    font-size: 32px;
}

/*.why-us .icon-box:hover .icon {
  background: #ffc000;
}

.why-us .icon-box:hover .icon i {
  color: #fff;
}
*/
.why-us .icon-box .title {
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 18px;
    text-transform: uppercase;
}

.why-us .icon-box .title a {
    transition: 0.3s;
    color: #0e3c69!important;
    text-shadow: 1px 1px 1px #0000003b;
    font-weight: 900;
    font-size: 25px;
    font-style: initial;
}
.why-us .icon-box .title b {
    color: #ff8300;
    text-shadow: 1px 1px 1px #0000003b;
}

/*.why-us .icon-box .title a:hover {
  color: #68A4C4;
}
*/
.why-us .icon-box .description {
    font-family: "Source Sans Pro",Arial,sans-serif;
    margin-left: 0px;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0rem;
    font-weight: 400;
    text-align:;
    margin-bottom: 3px;
    color: #484747;
}

.why-us .video-box {
  position: relative;
}

.why-us .video-box img {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 15px;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(104, 164, 196, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #68A4C4;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.topbox{
    margin-top: 0px;
}
.imgzoom1{
    margin-top: 0px;
}
.btn-secondary {
    font-family: "Source Sans Pro",Arial,sans-serif;
    color: #fff!important;
    background-image: linear-gradient(-108deg, #ff940e 0%, #fe6638 51%, #fd3761 100%);
    text-shadow: 1px 1px 1px #00000061;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    font-size: 1.1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, 0.56);
    padding: 16px 32px 16px 32px;
    border-radius: 50px 50px 50px 50px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 22px;
}
.btn-secondary:hover {
    color: #fff;
    box-shadow: 0 15px 8px -11px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    background-image: linear-gradient(-108deg, #fd3761 0%, #fe6638 51%, #ff940e 100%);
}
@media (max-width: 1400px) {
.why-us .icon-box .title a {
    font-size: 25px;
}
.why-us .icon-box .description {
    font-size: 16px;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
  .why-us .video-box img {
    padding-top: 55px;
}
}
@media (max-width: 991px) {
.topbox {
    margin-top: 10px;
}
.why-us .video-box img {
    padding-right: 25px;
    padding-bottom: 0px
}
.pa-2 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-top: .5rem !important;
}
}
@media (max-width: 505px) {
.imgzoom1{
    margin-top: 0px;
}
.why-us .icon-box .title a {
    font-size: 20px;
}
.why-us {
    padding: 1rem !important;
}
.btn-secondary {
    font-size: 19px;
}
}
@media (max-width: 392px) {
.why-us .icon-box .description {
    font-size: 15px;
}
.why-us .icon-box .title a {
    font-size: 18px;
}
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}