
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #444;
}

p {
    line-height: 1.55;
    color: #333;
    font-size: 400;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}


a {
    transition: 0.5s;
}


section {
    padding: 85px 0;
}

a:hover {
    text-decoration: none !important;
}

.scrolltop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #129fde;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.scrolltop:hover,
.scrolltop:active,
.scrolltop:focus {
    color: #fff !important;
    opacity: 0.75;
}

.mt-8 {
    margin-top: 3.5rem;
}


/* ==================================================
  Hero Styling
================================================== */

.hero {
    display: table;
    position: relative;
    /* background-image: url(../img/cover.jpg);
    background-size: cover; */
    padding: 50px 0;
    color: #129fde;
    width: 100%;
    height: 100vh;
}

.hero:after {
    content: "";
    z-index: 0;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.65); */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.hero h1 {
    font-size: 32px;
}

.hero h2 {
    color: #666;
    font-size: 20px;
    margin-bottom: -20px;
}

.hero-brand img {
    width: 320px;
}

#hero-img {
    max-width: 90%;
    margin-left: -55px;
    margin-top: -20px;
}

.tagline {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin: 45px 0 75px 0;
    color: #fff;
}

#about {
    overflow-x: hidden;
}


/* ==================================================
  Skewed img Styling
================================================== */

.img-skewed {
    perspective: 1500px;
}

.img-skewed-left {
    perspective-origin: 0;
}

.img-skewed-left .img-skewed-item {
    transform: rotateY(-35deg) rotateX(15deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-skewed-right {
    perspective-origin: 100%;
}

.img-skewed-right .img-skewed-item {
    transform: rotateY(35deg) rotateX(15deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.screenshot {
    border-radius: 0.625rem;
}

[data-aos="img-skewed-item-left"],
[data-aos="img-skewed-item-right"] {
    opacity: 0;
    transition-property: transform, opacity;
    will-change: transform, opacity;
}

[data-aos="img-skewed-item-left"].aos-animate,
[data-aos="img-skewed-item-right"].aos-animate {
    opacity: 1;
}

[data-aos="img-skewed-item-left"] {
    transform: rotateY(-20deg) rotateX(5deg) translate3d(0, 100px, 0);
}

[data-aos="img-skewed-item-left"].aos-animate {
    transform: rotateY(-35deg) rotateX(15deg) translateZ(0);
}

[data-aos="img-skewed-item-right"] {
    transform: rotateY(20deg) rotateX(5deg) translate3d(0, 100px, 0);
}

[data-aos="img-skewed-item-right"].aos-animate {
    transform: rotateY(35deg) rotateX(15deg) translateZ(0);
}


/* ==================================================
  Header Styling
================================================== */

#header {
    background: #129fde;
    height: 70px;
}

#header #logo {
    margin: 10px 25px 0 0;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 2px 0;
    line-height: 1;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}


#header #logo-pages {
    margin: 10px 25px 0 0;
}

#header #logo-pages img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}

#header .social-nav {
    margin-top: 15px;
}

#header .social-nav a {
    font-size: 24px;
    margin-left: 15px;
    color: #fff;
}

#header .social-nav a:hover {
    color: rgba(255, 255, 255, 0.75);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */



/* Nav Meu Container */

#nav-menu-container {
    margin: 0;
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 22px 10px 18px 10px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    outline: none;
}

.nav-menu a:hover,
.nav-menu li:hover>a,
.nav-menu .menu-active>a {
    color: rgba(255, 255, 255, 0.75);
}

.nav-menu ul {
    margin: 4px 0 0 15px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li:hover {
    background: #129fde;
    transition: 0.3s;
}

.nav-menu ul li a {
    color: #333;
    transition: none;
    padding: 10px 15px;
}

.nav-menu ul li a:hover {
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: white;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    z-index: 999;
    margin: 8px 10px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #129fde;
}

#mobile-nav ul .menu-item-active {
    color: #129fde;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/* ==================================================
  Parallax Styling
  ================================================== */

.block {
    color: #e04f00;
    height: 350px;
    overflow: hidden;
    padding-top: 85px;
}

.block h2 {
    margin-bottom: 15px;
}

.block h1 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.block p {
    color: #fff;
    margin-bottom: 45px;
}


/* ==================================================
  Video Styling
  ================================================== */

#video-hero {
    position: relative;
    background-color: black;
    min-height: 25rem;
    overflow: hidden;
    height: 350px;
    background-image: url('../img/hero.png');
    background-position: center top;
    background-repeat: none;
    background-size: cover;
}

#video-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .45;
    z-index: 1;
}

#video-hero .container {
    position: relative;
    z-index: 2;
}

#video-hero h4 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3;
}

.player-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 0.8125rem;
    border-radius: 50%;
    color: #222222;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.player-icon-xl {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 1rem;
    color: #fff !important;
    border: 8px solid #fff !important;
    background-color: rgba(256, 256, 256, 0) !important;
}

.player-icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: .125rem;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ==================================================
  Features Styling
  ================================================== */

.features {
    padding-bottom: 45px;
}

.features h2 {
    color: #129fde;
}

.features h2 {
    color: #129fde;
}

.feature-col .feature-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
    background: #129fde;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
}

.feature-col h3 {
    color: #129fde;
}

.features .table thead th {
    border-top: none;
}

.features .table h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.features .table td,
.features .table th {
    padding: .75rem 0;
    vertical-align: middle;
}


/* ==================================================
  Call-to-action Styling
  ================================================== */

.cta {
    background-color: #129fde;
    padding: 25px 0;
}

.cta h2 {
    margin-bottom: 5px;
}

.cta h2,
.cta p {
    color: #fff;
}

.cta p {
    margin-bottom: 0;
    opacity: 0.75;
}

.cta .btn-ghost {
    position: relative;
    top: 13px;
}


/* ==================================================
  Team Styling
  ================================================== */

.team h2 {
    color: #129fde;
}

.team .card {
    margin-bottom: 15px;
}

.team .card>a {
    display: block;
}

.team .card img {
    width: 100%;
}

.team .card h4 {
    color: #fff;
    text-transform: uppercase;
}

.team .card p {
    font-size: 11px;
    color: #fff;
    opacity: 0.75;
    margin: 0;
    padding: 0 35px;
}

.team .card .social-nav {
    margin-bottom: 45px;
}

.team .card .social-nav a {
    color: #fff;
    font-size: 16px;
    margin: 0 4px;
}

.team .card .social-nav a:hover {
    opacity: 0.75;
}

.team .card:hover .team-over {
    opacity: 1;
    visibility: visible;
}

.team .card:hover .card-title-wrap {
    background-color: #129fde;
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
    color: #fff;
}

.team .team-over {
    padding-top: 45px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.team .card-title-wrap {
    padding: 15px 25px;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0;
}

.team .card-title-wrap .card-title {
    font-size: 24px;
    color: #333;
}

.team .card-title-wrap .card-text {
    font-size: 18px;
    color: #999;
}


/* ==================================================
  Contact Section
  ================================================== */

#contact {
    background: #f7f7f7;
    padding: 80px 0;
    overflow-x: hidden;
}

#contact h2 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #129fde;
}

#contact h3 {
    font-size: 36px;
}

#contact .info i {
    font-size: 32px;
    color: #129fde;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
}

#contact .form #sendmessage {
    color: #129fde;
    border: 1px solid #129fde;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    border-radius: 0;
    box-shadow: none;
}

#contact .form button[type="submit"] {
    background: #129fde;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
    background: #23c2e1;
}

a.contact-col {
    margin-bottom: 15px;
}

.contact-col .contact-icon {
    min-width: 70px;
    height: 70px;
    margin-right: 15px;
    color: #129fde;
    border: 2px solid #129fde;
    font-size: 24px;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    display: inline-block;
}

.contact-col .contact-text {
    height: 70px;
    color: #129fde;
}


/* ==================================================
  Footer Styling
  ================================================== */

.site-footer {
    background-color: #111;
    padding: 0;
}

.site-footer h2,
.site-footer p {
    color: #fff;
}

.site-footer p {
    opacity: 0.75;
    line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
    margin-bottom: 25px;
}

.site-footer .social-nav a {
    color: #fff;
    opacity: 0.25;
}

.site-footer .social-nav a:hover {
    opacity: 1;
}

.site-footer .bottom {
    background-color: #000;
    padding: 20px 0;
}

.site-footer .bottom .list-inline,
.site-footer .bottom p {
    margin: 0;
}

.site-footer .bottom .list-inline {
    position: relative;
    top: 5px;
}

.site-footer .bottom .list-inline a {
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
    color: #129fde;
}

.site-footer .credits {
    color: #ddd;
}

.site-footer .credits a {
    color: #129fde;
}


/* ==================================================
  Responsive Styling
  ================================================== */

@media (max-width: 768px) {
    #header {
        height: 50px;
    }
    #header #logo {
        margin: 10px 0 0 0;
    }
    #header #logo h1 {
        padding: 2px 0;
        font-size: 26px;
    }
    #header #logo img {
        max-height: 30px;
    }
    #header #logo-pages img {
        max-height: 30px;
    }
    #header #logo-pages {
        margin: 10px 0 0 0;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
}

.progress {
    width: 200px;
    height: 200px;
    line-height: 200px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 0.5s linear forwards;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 26px;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 5%;
}

.progress.blue .progress-bar {
    border-color: #129fde;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}