@font-face {
    font-family: Aristotelica;
    src: url(../font/AristotelicaText-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Aristotelica;
    src: url(../font/AristotelicaText-DemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Aristotelica;
    src: url(../font/AristotelicaText-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Aristotelica;
    src: url(../font/AristotelicaText-Thin.ttf);
    font-weight: 300;
}
@font-face {
    font-family: HelveticaNeue;
    src: url(../font/HelveticaNeueBd.ttf);
    font-weight: 700;
}
@font-face {
    font-family: HelveticaNeue;
    src: url(../font/HelveticaNeueMed.ttf);
    font-weight: 600;
}
@font-face {
    font-family: HelveticaNeue;
    src: url(../font/HelveticaNeueLight.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-Medium.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-Regular.ttf);
    font-weight: 400;
}
body {
    font-family: Roboto, sans-serif;
    color: #444;
    font-size: 20px;
}
a {
    color: #47b2e4;
}
a:hover {
    color: #73c5eb;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Aristotelica, sans-serif;
    font-weight: 700;
}
h5,
h6 {
    font-family: HelveticaNeue, sans-serif;
    font-weight: 700;
    font-size: 23px;
}
h3 {
    font-size: 37px;
}
p{
    font-size: 20px;
}
.no-gutter.container,
.no-gutter.container-fluid,
.no-gutter.row {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.box-img {
    width: 100%; 
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.box-img img {
    width: 100%;
}
.box-img .box-text {
    background: #dd904a;
    position: relative; 
    margin-top: -24px;
    text-align: center;
    color: #2f384c;
    font-weight: 700;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #37517e;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}
.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #47b2e4;
    color: #fff;
    transition: all 0.4s;
}
.back-to-top i:hover {
    background: #209dd8;
    color: #fff;
}
.container {
    max-width: 1240px;
}
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 55px 0 0;
    margin-bottom: -95px;
    background-color: #272d3e;
}
#header.header-inner-pages,
#header.header-scrolled {
    background: rgba(40, 58, 90, 0);
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#header .logo a {
    color: #fff;
}
#header .logo img {
    max-height: 40px;
}
#hero,
#hero3 {
    background: #242e49;
}
#hero,
#hero2,
#hero3 {
    width: 100%;
    height: 80vh;
}
#hero {
    background: url(../img/90445.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#hero3 {
    background: url(../img/Group-15@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#hero .container,
#hero2 .container,
#hero3 .container {
    padding-top: 20px;
}
section#hero2 .container {
    padding-top: 70px;
    padding-bottom: 70px;
}
#hero h1,
#hero2 h1,
#hero3 h1 {
    margin: 0 0 10px 0;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}
#hero h2,
#hero2 h2,
#hero3 h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    font-size: 49px;
}
#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
ul.header-list {
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
    margin-bottom: 40px;
}
ul.header-list li {
    list-style: none;
    color: #fff;
    font-size: 19px;
    font-family: HelveticaNeue;
    font-weight: 700;
    margin-left: -35px;
}
ul.header-list li i {
    color: #dd904a;
}
.bg-img-2 {
    background: url(../img/brain-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
@media (max-width: 991px) {
    #hero,
    #hero2,
    #hero3 {
        height: 100%;
        text-align: center;
    }
    ul.header-list li {
        list-style: none;
        color: #fff;
        font-size: 14px;
        font-family: HelveticaNeue;
        font-weight: 600;
        margin-left: -35px;
        text-align: left;
    }
    #hero .animated,
    #hero2 .animated,
    #hero3 .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero .hero-img,
    #hero2 .hero-img,
    #hero3 .hero-img {
        text-align: center;
    }
    #hero .hero-img img,
    #hero2 .hero-img img,
    #hero3 .hero-img img {
        width: 50%;
    }
    .col-lg-5.order-2.order-lg-2.hero-img.text-right {
        text-align: center !important;
    }
    #header {
        transition: all 0.5s;
        z-index: 997;
        padding: 20px 0 20px;
        margin-bottom: -75px;
        background-color: #282e3f;
    }
    h1.logo.mr-auto {
        margin-left: auto !important;
    }
    #hero {
        background: #282e3f;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    #hero .col-lg-5.order-2.order-lg-2.hero-img.text-right {
        background: url(../img/90445@2x.jpg);
        background-size: 214%;
        background-repeat: no-repeat;
        background-position: 92% 100%;
        padding-top: 40px;
        padding-bottom: 100px;
        margin-bottom: -86px;
    }
    #hero .hero-img,
    #hero2 .hero-img,
    #hero3 .hero-img {
        text-align: center !important;
    }
    #hero3 {
        background: #282e3f;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #hero3 .col-lg-5.order-2.order-lg-1.hero-img.text-right {
        background: url(../img/Group-15@2x.jpg);
        background-size: 214%;
        background-repeat: no-repeat;
        background-position: 92% 100%;
        padding-top: 40px;
        padding-bottom: 120px;
        margin-bottom: -110px;
    }
}
@media (max-width: 768px) {
    #hero h1,
    #hero2 h1,
    #hero3 h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2,
    #hero2 h2,
    #hero3 h2 {
        font-size: 28px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero .hero-img img,
    #hero2 .hero-img img,
    #hero3 .hero-img img {
        width: 70%;
    }
}
@media (max-width: 575px) {
    #hero .hero-img img,
    #hero2 .hero-img img,
    #hero3 .hero-img img {
        width: 80%;
    }
    #hero .btn-get-started,
    #hero2 .btn-get-started,
    #hero3 .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
section {
    padding: 60px 0;
    overflow: hidden;
}
.section-bg {
    background-color: #242e49;
}
.section-title {
    text-align: center;
    padding-bottom: 0;
}
.section-title h2 {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}
.section-title p {
    margin-bottom: 0;
    font-size:24px;
}
.header-title {
    font-family: Aristotelica;
    font-weight: 700;
    margin-top: 0.5em;
    font-size: 49px;
}
.color-orange {
    color: #dc904a !important;
}
.color-blue-dark {
    color: #242e49 !important;
}
.cliens {
    padding: 12px 0;
    text-align: center;
}
.cliens img {
    max-width: 85%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}
.cliens img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .cliens img {
        max-width: 80%;
    }
}
.content h3 {
    font-weight: 700;
    font-size: 39px;
}
.explore .content ul {
    list-style: none;
    padding: 0;
}
.explore .content ul li {
    padding-left: 28px;
    position: relative;
}
.explore .content ul li + li {
    margin-top: 10px;
}
.explore .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #47b2e4;
    line-height: 1;
}
.explore .content p:last-child {
    margin-bottom: 0;
}
.explore .content .btn-learn-more {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}
.explore .content .btn-learn-more:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}
.why-us .content {
    padding: 60px 100px 0 100px;
}
.why-us .content h3 {
    font-weight: 400;
    font-size: 39px;
    color: #37517e;
}
.why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}
.why-us .content p {
    font-size: 15px;
    color: #848484;
}
.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.why-us .accordion-list {
    padding: 0 100px 60px 100px;
}
.why-us .accordion-list ul {
    padding: 0;
    list-style: none;
}
.why-us .accordion-list li + li {
    margin-top: 15px;
}
.why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}
.why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: 0;
}
.why-us .accordion-list span {
    color: #47b2e4;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}
.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
    display: none;
}
.why-us .accordion-list a.collapsed {
    color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
    color: #47b2e4;
}
.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
    display: none;
}
.col-inroducting {
    padding: 50px 0 0;
    margin-bottom: -20px;
}
section#services p {
    padding: 0 !important;
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .why-us .accordion-list,
    .why-us .content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 992px) {
    .why-us .img {
        min-height: 400px;
    }
    .why-us .content {
        padding-top: 30px;
    }
    .why-us .accordion-list {
        padding-bottom: 30px;
    }
    .col-inroducting {
        padding: 50px 30px 0;
        margin-bottom: 20px;
    }
    .col-lg-3.col-inroducting img {
        margin-bottom: 40px;
    }
    section#services p {
        padding: 0 10px !important;
        margin-bottom: 40px;
    }
    .img-fluid {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .why-us .img {
        min-height: 200px;
    }
}
.skills .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #37517e;
    font-family: Poppins, sans-serif;
}
.skills .content ul {
    list-style: none;
    padding: 0;
}
.skills .content ul li {
    padding-bottom: 10px;
}
.skills .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #47b2e4;
}
.skills .content p:last-child {
    margin-bottom: 0;
}
.skills .progress {
    height: 50px;
    display: block;
    background: 0 0;
}
.skills .progress .skill {
    padding: 10px 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #37517e;
}
.skills .progress .skill .val {
    float: right;
    font-style: normal;
}
.skills .progress-bar-wrap {
    background: #e8edf5;
}
.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #4668a2;
}
.services .icon-box {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}
.services .icon-box .icon {
    margin-bottom: 10px;
}
.services .icon-box .icon i {
    color: #47b2e4;
    font-size: 36px;
    transition: 0.3s;
}
.services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}
.services .icon-box h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
}
.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.services .icon-box:hover {
    transform: translateY(-10px);
}
.services .icon-box:hover h4 a {
    color: #47b2e4;
}
.cta {
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url(../img/cta-bg.jpg) fixed center center;
    background-size: cover;
    padding: 120px 0;
}
.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.cta p {
    color: #fff;
}
.cta .cta-btn {
    font-family: Jost, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.cta .cta-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
}
@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}
@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: Poppins, sans-serif;
}
.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
    background: #47b2e4;
    color: #fff;
}
.portfolio .portfolio-item {
    margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
}
.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    font-size: 14px;
    margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover {
    color: #47b2e4;
}
.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
}
.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}
.team .member {
    position: relative;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}
.team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}
.team .member .pic img {
    transition: ease-in-out 0.3s;
}
.team .member:hover {
    transform: translateY(-10px);
}
.team .member .member-info {
    padding-left: 30px;
}
.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}
.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}
.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}
.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}
.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}
.team .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}
.team .member .social a:hover {
    background: #47b2e4;
}
.team .member .social a:hover i {
    color: #fff;
}
.team .member .social a + a {
    margin-left: 8px;
}
section#team > div .row > div.col-lg-2:first-child > img {
    margin-left: -68px;
    position: relative;
}
section#team > div .row > div.col-lg-2:last-child > img {
    margin-left: -184px;
    position: relative;
}
.margin-top-neg-120 {
    margin-top: -120px;
    margin-bottom: -120px;
}
.row-pad {
    padding-left: 15%;
    padding-right: 15%;
}
.pricing .row {
    padding-top: 40px;
}
.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}
.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #37517e;
}
.pricing h4 {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    font-family: Jost, sans-serif;
    margin-bottom: 25px;
}
.pricing h4 sup {
    font-size: 28px;
}
.pricing h4 span {
    color: #47b2e4;
    font-size: 18px;
    display: block;
}
.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}
.pricing ul li {
    padding: 10px 0 10px 30px;
    position: relative;
}
.pricing ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
}
.pricing ul .na {
    color: #ccc;
}
.pricing ul .na i {
    color: #ccc;
}
.pricing ul .na span {
    text-decoration: line-through;
}
.pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: Jost, sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}
.pricing .buy-btn:hover {
    background: #47b2e4;
    color: #fff;
}
.pricing .featured {
    border-top-color: #47b2e4;
}
.pricing .featured .buy-btn {
    background: #47b2e4;
    color: #fff;
}
.pricing .featured .buy-btn:hover {
    background: #23a3df;
}
@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
    .margin-top-neg-120 {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}
@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}
.faq .faq-list {
    padding: 0 100px;
}
.faq .faq-list ul {
    padding: 0;
    list-style: none;
}
.faq .faq-list li + li {
    margin-top: 15px;
}
.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: 0;
}
.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #47b2e4;
}
.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list a.collapsed {
    color: #37517e;
    transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
    color: #47b2e4;
}
.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
    display: none;
}
@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}
#customer img {
    max-width: 100%;
    width: 80%;
}
#customer .row {
    margin-bottom: 30px;
}
ul.footer-nav li {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    color: #3d4c66;
}
ul.footer-nav {
    text-align: center;
}
ul.footer-nav li a {
    color: #3d4c66;
    font-weight: 600;
}
ul.footer-nav li a {
    padding: 5px;
}
ul.footer-nav li:first-child {
    border-right: 1px solid #b7b6b6;
}
ul.footer-nav li:first-child a {
    padding-right: 10px;
}
ul.footer-nav li:last-child {
    border-left: 1px solid #b7b6b6;
}
ul.footer-nav li:last-child a {
    padding-left: 10px;
}
.btn-link {
    font-family: HelveticaNeue;
    font-weight: 600;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    fill: #373e5a;
    color: #373e5a;
    background-color: #dd904a;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 42px 10px 42px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #dd904a;
}
.btn-link:hover {
    background: #242e49;
    color: #fff;
    outline: 0;
    text-decoration: none;
    border: 1px solid #242e49;
}
.btn-t:hover {
    background: 0 0;
    color: #fff;
    outline: 0;
    text-decoration: none;
    border: 1px solid #fff;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}
@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #37517e;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4668a2;
    content: "/";
}
.portfolio-details {
    padding-top: 40px;
}
.portfolio-details .portfolio-details-container {
    position: relative;
}
.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}
.portfolio-details .portfolio-details-carousel .owl-dots,
.portfolio-details .portfolio-details-carousel .owl-nav {
    margin-top: 5px;
    text-align: left;
}
.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}
.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #47b2e4 !important;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}
.portfolio-details .portfolio-description {
    padding-top: 50px;
}
.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0;
}
@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}
#footer {
    font-size: 14px;
    background: #fff;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #37517e;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #47b2e4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
    background: #209dd8;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Jost, sans-serif;
    color: #5e5e5e;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
}
#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #242e49;
}
#footer .copyright {
    width: 100%;
    text-align: center;
}
#footer .credits {
    float: right;
    font-size: 13px;
}
#footer .credits a {
    transition: 0.3s;
}
ul.footer-nav {
    padding-left: 0;
}
.img-compare {
    border-radius: 50%;
    max-width: 120%;
    margin-left: -25px;
    margin-top: -35px;
}
@media (max-width: 1200px) {
    section#team > div .row > div.col-lg-2:first-child > img {
        margin-left: -80px;
        position: relative;
    }
}
@media (max-width: 1180px) {
    section#team > div .row > div.col-lg-2:first-child > img {
        margin-left: -85px;
        position: relative;
    }
}
@media (max-width: 1120px) {
    section#team > div .row > div.col-lg-2:first-child > img {
        margin-left: -95px;
        position: relative;
    }
}
@media (max-width: 1060px) {
    section#team > div .row > div.col-lg-2:first-child > img {
        margin-left: -100px;
        position: relative;
    }
}
@media (max-width: 1020px) {
    section#team > div .row > div.col-lg-2:first-child > img {
        margin-left: -110px;
        position: relative;
    }
}
@media (max-width: 991px) {
    i.fa.fa-angle-down.color-orange.d-block.d-sm-block.d-md-block.d-lg-none {
        font-size: 70px;
        position: relative;
        top: 0;
    }
    .img-compare {
        border-radius: 50%;
        max-width: 100%;
        margin-left: auto;
        margin-top: auto;
        width: 100%;
    }
    .box-img .box-text { 
        padding-top: 8px;
    }
    .box-img .box-text {
        margin-top: -45px;
        height: 50px;
    }
    .box-img {
        width: 100%; 
        border-radius: 55px;
        margin-bottom: 30px;
    }
    section#faq {
        padding-top: 0;
    }
    .pricing .row {
        padding-top: 0;
    }
    #customer img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.row-margen-80{
    margin-bottom: 80px;
}
.row-margen-40{
    margin-bottom: 40px;
}
.special-font{
    font-size: 27px!important;
    font-weight: 700!important;
    color:#fff!important;
    margin-bottom: 40px!important;
}
section#faq {
        margin-top: -1px;
}

@media (max-width: 768px) {

     
    .box-img .box-text {
        margin-top: -32px;
        height: 35px;
    }
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }
    #footer .credits {
        padding-top: 4px;
    }
    .header-title {
        font-size: 32px;
    }
    .section-title p {
        font-size: 20px;
    }
    section {
        padding-right: 15px;
        padding-left: 15px;
    }
    ul.footer-nav {
        padding-left: 0;
    }
    ul.footer-nav li:first-child {
        border-right: 1px solid #b7b6b6;
    }
    ul.footer-nav li {
        display: inline-block;
        list-style: none;
        list-style-type: none;
        color: #3d4c66;
    }
    ul.footer-nav li:last-child {
        border-left: 1px solid #b7b6b6;
    }
    #customer img {
        max-width: 100%;
        margin-bottom: 20px;
        width: 50%;
    }
    body{
        font-size: 16px;
    }    
    p{
       font-size: 16px;
    }
    .box-img .box-text { 
        padding-top: 5px;
    }
    .header-title {
        font-size: 32px;
    }
    h5, h6 {
        font-size: 19px;
    }
    .row-margen-80{
        margin-bottom: 20px;
    } 
    ul.header-list li { 
        font-size: 17px; 
    }
    .content h3{
        font-size: 30px;
    }
    .section-title p{ 
        margin-bottom: 0px!important;
    }
    .cliens img{
        width: 100%;
        max-width: 100%;
    }
    #hero, 
    #hero .container {
        padding-left:0;
        padding-right:0;
    }
    #hero .container > .row > div{
        padding-left:30px;
        padding-right:30px;
    }
    .cta { 
        padding: 60px 0;
    }
    .section-title .special-font{
        font-size: 22px!important; 
        margin-bottom: 20px!important;
    }
    #hero h2 {
        font-size: 28px;
        line-height: 38px; 
    }
    .box-img { 
        border-radius: 30px;
        margin-bottom: 30px; 
    }

}

    @media (max-width: 640px) {
        ul.header-list li { 
            font-size: 14px; 
        }
        ul.header-list li { 
            font-size: 14px; 
        }
        ul.header-list {
            -moz-column-count: 2
            -moz-column-gap: 55px;
            -webkit-column-count: 2;
            -webkit-column-gap: 55px; 
            column-count: 2;
            column-gap: 55px;
        }
        .box-img { 
            border-radius: 30px;
            margin-bottom: 30px; 
        }
    } 
    @media (max-width: 414px) { 
        .box-img { 
            border-radius: 20px;
            margin-bottom: 20px; 
        }
    }

 