@import url("https://fonts.googleapis.com/css?family=Oswald:400,600|Lato:400,700,900,100italic,300italic,400italic,700italic,900italic|Roboto:400, 300, 700, 900");
@import url("pe-icon-7-stroke.css");
@import url("helper.css");

body {
    width: 100%;
    height: 100%;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #666;
    background-color: #fff;
    font-size: 16px;
}

.black {
    color: #333 !important;
}

html {
    max-width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 400;
    color: #222;
}

h1.h-xlight,
h2.h-xlight,
h3.h-xlight,
h4.h-xlight,
h5.h-xlight,
h6.h-xlight {
    font-weight: 200;
}

h1.h-light,
h2.h-light,
h3.h-light,
h4.h-light,
h5.h-light,
h6.h-light {
    font-weight: 300;
}

h1.h-bold,
h2.h-bold,
h3.h-bold,
h4.h-bold,
h5.h-bold,
h6.h-bold {
    font-weight: 600;
}

h2 .h-bold {
    background-color: rbga(0, 0, 0, 0.5) !important;
}

h1.font-light,
h2.font-light,
h3.font-light,
h4.font-light,
h5.font-light,
h6.font-light {
    color: #fff;
}

.big-heading {
    font-size: 48px;
    font-weight: 700;
}

#incent {
    padding-bottom: 0px;
}

#incent h2 {
    font-size: 40px;
}

p {
    margin: 0 0 20px;
}

p.lead {
    font-weight: 600;
}

.highlight-light {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    display: inline-block;
    color: #111;
}

.font-lato {
    font-family: "Lato", sans-serif;
}

.font-oswald {
    font-family: "Oswald", sans-serif;
}

.font-darker {
    color: #222 !important;
}

.font-white {
    color: white !important;
}

.font-grey {
    color: #ddd !important;
}

.font-greyer {
    color: #555 !important;
}

.font-dark {
    color: #333 !important;
}

.font-orange {
    color: #f39c12 !important;
}

.font-60 {
    font-size: 60px;
}

.font-50 {
    font-size: 50px;
}

.font-40 {
    font-size: 40px;
}

.font-30 {
    font-size: 30px;
}

.font-20 {
    font-size: 20px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.font-15 {
    font-size: 15px;
}

.font-10 {
    font-size: 10px;
}

.font-bold {
    font-weight: bold;
}

.highlight-dark {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: inline-block;
    color: #fff;
}

.highlight-color {
    padding: 20px;
    display: inline-block;
}

a {
    color: #666;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
    color: #999;
}

blockquote.bg-light {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color: #222;
}

blockquote.bg-dark {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
}

blockquote strong {
    font-weight: 700;
}

.light {
    font-weight: 400;
}

#navigation {
    background: #fff;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #111;
    color: white;
    position: fixed;
}

#navigation-below {
    min-height: 50px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand {
    height: 40px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1em;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-custom ul.nav li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
    margin-top: 21px;
    border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.nav>li>a {
    padding: 15px 15px;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

#page-loader img {
    margin: 100px auto;
    display: block;
}

.loader {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}

.loader {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}

.loader span {
    display: block;
    font: 14px "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.con1>div,
.con2>div,
.con3>div {
    width: 7px;
    height: 7px;
    background-color: #191919;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.con2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.con3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.con2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.con3 .circle1 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.con1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.con2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.con3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.con1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.con2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.con3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.con1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.con2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.con3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes boxSpin {
    0% {
        transform: translate(-10px, 0px);
    }

    25% {
        transform: translate(10px, 10px);
    }

    50% {
        transform: translate(10px, -10px);
    }

    75% {
        transform: translate(-10px, -10px);
    }

    100% {
        transform: translate(-10px, 10px);
    }
}

@keyframes shadowSpin {
    0% {
        box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
    }

    25% {
        box-shadow: 10px 10px #39cccc, -10px -10px #ffdc00;
    }

    50% {
        box-shadow: -10px 10px #39cccc, 10px -10px #ffdc00;
    }

    75% {
        box-shadow: -10px -10px #39cccc, 10px 10px #ffdc00;
    }

    100% {
        box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
    }
}

#load {
    z-index: 9999;
    background-color: #ff4136;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #ff4136;
    box-shadow: 10px 0px #39cccc, 10px 0px #01ff70;
    animation: shadowSpin 1s ease-in-out infinite;
}

hr {
    margin-top: 10px;
}

hr.bold {
    border-top: 3px solid #eee;
}

.divider-header {
    display: block;
    width: 100px;
    height: 2px;
    margin: 15px auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

.divider-header .div {
    min-width: 80px;
    min-height: 2px;
    background: #333;
}

.divider-header i {
    position: relative;
    top: -15px;
}

.divider-short {
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.display-none {
    display: none;
}

.marginbot-0 {
    margin-bottom: 0 !important;
}

.marginbot-10 {
    margin-bottom: 10px !important;
}

.marginbot-20 {
    margin-bottom: 20px !important;
}

.marginbot-30 {
    margin-bottom: 30px !important;
}

.marginbot-40 {
    margin-bottom: 40px !important;
}

.marginbot-50 {
    margin-bottom: 50px !important;
}

.marginbot-60 {
    margin-bottom: 60px !important;
}

.marginbot-70 {
    margin-bottom: 70px !important;
}

.marginbot-80 {
    margin-bottom: 80px !important;
}

.marginbot-90 {
    margin-bottom: 90px !important;
}

.marginbot-100 {
    margin-bottom: 100px !important;
}

.margintop-0 {
    margin-top: 0 !important;
}

.margintop-10 {
    margin-top: 10px !important;
}

.margintop-20 {
    margin-top: 20px !important;
}

.margintop-30 {
    margin-top: 30px !important;
}

.margintop-40 {
    margin-top: 40px !important;
}

.margintop-45 {
    margin-top: 45px !important;
}

.margintop-50 {
    margin-top: 50px !important;
}

section {
    max-width: 100vw;
    overflow: hidden;
}

.home-section {
    padding-top: 60px;
    display: block;
    position: relative;
    z-index: 120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.home-section.nopadd-bot {
    padding-bottom: 0;
}

.section-heading h3 {
    text-align: center;
}

.section-heading h2 {
    font-size: 48px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.section-heading p {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
}

.color-dark .section-heading h2 {
    color: #111;
}

.color-dark .section-heading p {
    color: #444;
}

.color-dark .divider-short {
    background: #666;
}

.color-dark .divider-header {
    background: #666;
}

.color-light .divider-short {
    background: #666;
}

.color-light .divider-header {
    background: #666;
}

.color-light .section-heading h2 {
    color: #fff;
}

.color-light .section-heading p {
    color: #fefefe;
}

.color-light blockquote,
.color-light p {
    color: #fefefe;
}

.bg-white {
    background: #fff !important;
    color: #000;
}

.bg-grey {
    background: rgb(187, 175, 153) !important;
    color: #000;
}

.bg-orange {
    background: #eaa22c !important;
    color: #111;
}

.bg-dark {
    background: #333 !important;
    color: #eee;
}

.bg-darker {
    background: #222 !important;
    color: #eee;
}

.p-top-20 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.p-top-10 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-top-7 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.p-top-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-lr-7 {
    padding-left: 70px;
    padding-right: 70px;
}

.p-lr-5 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-lr-3 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-lr-2 {
    padding-left: 20px;
    padding-right: 20px;
}

.hidden {
    display: none;
}

.text-light {
    color: #fff;
}

/* Main land */

.land {
    background: url("../img/team/bg.png");
    background-clip: initial;
    /* background-color: white; */
    background-size: 102% 102%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
    max-width: 100%;
    overflow-x: hidden;
    /* min-height: 800px; */
    height: 100vh;
}

.bg10 {
    background-image: url("../img/bg10.png");
}

.bg6 {
    background-image: url("../img/bg6.jpeg");
    background-attachment: fixed;
}

.bg5 {
    background-image: url("../img/bg5.jpeg");
    background-attachment: fixed;
}

.bg4 {
    background-image: url("../img/bg4.jpeg");
}

.bg3 {
    background-image: url("../img/bg3.png");
}

.bg2 {
    background-image: url("../img/bg2.png");
}

.land .rocket {
    overflow: hidden;
}

.land .rocket img {
    max-width: 90%;
    position: relative;
    margin-top: 5%;
}

.maintitle {
    padding-right: 50px;
    padding-top: 100px;
}

.upstart-logo {
    color: #ddd;
    font-size: 100px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.upstart-logo .u {
    color: #f39c12;
    position: relative;
    top: -12px;
    font-size: 85px;
    text-decoration: underline;
}

.maintitle .subtitle .sub {
    line-height: 75px;
    color: #222;
    background-color: #f39c12;
    padding: 0px 10px;
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    max-width: 400px;
    float: right;
    clear: both;
}

.maintitle .subtitle .sub:hover {
    background-color: #ddd;
}

.maindates {
    padding: 20px 0px;
    line-height: 40px;
    float: right;
    clear: both;
}

.home-text {
    color: #eeeeee;
}

.textm {
    border-radius: 10px;
    margin-top: 30%;
    margin-bottom: 30%;
    text-align: center;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.intro {
    width: 100%;
    position: relative;
    padding: 0;
}

.intro-inner {
    width: 100%;
    position: relative;
    padding: 120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.sy-caption-wrap {
    position: absolute;
    bottom: 2em;
    top: 30%;
    z-index: 12;
    left: 50%;
}

.sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    top: -30%;
    background-color: transparent;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: -1px 0 1px #111;
    font-size: 46px;
    text-transform: uppercase;
    line-height: 1.1em;
    text-align: center;
    font-weight: 900;
    padding: 20;
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    -ms-border-radius: 1.2em;
    -o-border-radius: 1.2em;
    border-radius: 1.2em;
}

.sy-caption-wrap .sy-caption a {
    margin-top: 30px;
}

.sy-slide div a.slide-btn {
    margin-top: 30px;
}

.morphext>span {
    display: none;
}

.morphext>.animated {
    display: inline-block;
}

#intro.home-video {
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 0;
    padding-top: 20%;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden;
}

#intro.home-video .homevideo-container {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
}

#intro.home-video .overlay {
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 20% 0;
}

#intro.home-video .home-video-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bs-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.bs-video.widescreen {
    padding-bottom: 57.25%;
}

.bs-video.vimeo {
    padding-top: 0;
}

.bs-video embed,
.bs-video iframe,
.bs-video object,
.bs-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-caption h1 {
    text-transform: uppercase;
}

.service-box {
    background: transparent;
    margin: 30px;
}

.service-box-change {
    padding: 40px 30px;
    margin: 30px 15px;
    border-radius: 10px;
    min-height: 650px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.service-desc-change {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.service-desc-change img {
    width: 100%;
    object-fit: contain;
    margin-bottom: -120px;
    position: relative;
    top: -150px;
}

@media (max-width: 992px) {
    .service-desc-change img {
        width: 100%;
        object-fit: contain;
        margin-bottom: -50px;
        position: relative;
        top: -100px;
    }
    .box-part {
        margin-top: 50px !important;
    }
}

.service-box h5 {
    margin: 0 !important;
    font-family: "Lato", sans-serif !important;
    color: #333 !important;
    line-height: 1.8 !important;
    font-size: 15px !important;
    font-weight: 900;
}

.service-box h5 i {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 400px;
    padding: 5px;
}

.service-box p {
    margin: 0 !important;
    font-family: "Lato", sans-serif !important;
    color: #333 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
}

.prevAss {
    margin-top: 50px;
}

.service-box1 h5 {
    margin: 0 !important;
    font-family: "Lato", sans-serif !important;
    color: #333 !important;
    line-height: 1.8 !important;
    font-size: 18px !important;
    font-weight: 900;
}

.subheading {
    margin: 0 !important;
    font-family: "Lato", sans-serif !important;
    color: #777 !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
    font-weight: 900;
}

.service-box1 h5 i {
    color: #333 !important;
    font-size: 30px !important;
    font-weight: 400px;
    padding: 5px;
}

.service-box1 p {
    margin: 0 !important;
    font-family: "Lato", sans-serif !important;
    color: #333 !important;
    line-height: 1.8 !important;
    font-size: 17px !important;
}

.service-box1 {
    background: transparent;
    margin: 10px;
}

.service-box2 {
    background: #f9f9f9;
    padding: 20px;
    min-height: 300px;
    margin: 10px;
}

.service-icon {
    margin-bottom: 20px;
    display: none;
}

.team-wrapper-big,
.team-wrapper-small {
    width: 100%;
    position: relative;
    text-align: center;
}

.team-wrapper-big img,
.team-wrapper-small img {
    width: 100%;
}

.team-wrapper-big:hover .team-wrapper-overlay h5 {
    bottom: 70%;
    color: #fff;
    visibility: visible;
}

.team-wrapper-big:hover .team-wrapper-overlay h6,
.team-wrapper-small:hover .team-wrapper-overlay h6 {
    bottom: 60%;
    color: #fff;
}

.team-wrapper-big:hover .team-wrapper-overlay p,
.team-wrapper-small:hover .team-wrapper-overlay p {
    color: #eee;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -webkit-transition-delay: 0.2s;
    -moz-transition: opacity 0.4s 0.2s;
    -o-transition: opacity 0.4s 0.2s;
    transition: opacity 0.4s 0.2s;
}

.team-wrapper-big:hover .team-wrapper-overlay .social-icons,
.team-wrapper-small:hover .team-wrapper-overlay .social-icons {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition: opacity 0.4s 0.4s;
    -o-transition: opacity 0.4s 0.4s;
    transition: opacity 0.4s 0.4s;
}

.team-wrapper-small:hover .team-wrapper-overlay .social-icons {
    -webkit-transition: opacity 0.4s;
    -webkit-transition-delay: 0.2s;
    -moz-transition: opacity 0.4s 0.2s;
    -o-transition: opacity 0.4s 0.2s;
    transition: opacity 0.4s 0.2s;
}

.team-wrapper-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.team-wrapper-overlay h5 {
    visibility: hidden;
    position: absolute;
    width: 100%;
    margin: 15px 0;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
}

.team-wrapper-overlay h6 {
    bottom: -40px;
}

.team-wrapper-overlay p {
    color: #eee;
    position: absolute;
    width: 100%;
    top: 35%;
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.1s 0s;
    -o-transition: opacity 0.1s 0s;
    transition: opacity 0.1s 0s;
}

.team-wrapper-overlay .social-icons {
    position: absolute;
    bottom: 20px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.1s 0s;
    -o-transition: opacity 0.1s 0s;
    transition: opacity 0.1s 0s;
    -webkit-backface-visibility: hidden;
    padding: 0 20px;
}

.team-wrapper-overlay .social-icons a {
    color: #fff;
}

.team-social {
    margin-left: 0;
    padding-left: 0;
}

.team-social {
    text-align: center;
}

.team-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}

.team-social a {
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #444;
    color: #fff;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.team-social a:hover {
    background: #f39c12;
}

.team-social a i {
    text-align: center;
    margin: 0;
    padding: 0;
}

.stats .icon {
    margin: 0 0 20px 0;
}

.stats strong.number {
    font-size: 38px;
}

.stats span.text {
    font-weight: 700;
    font-size: 24px;
}

#owl-works {}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 20px;
}

form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

form#contact-form input,
form#contact-form select,
form#contact-form textarea {
    font-size: 18px;
    line-height: 1.6em;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}

.btn-lg,
.btn-group-lg>.btn {
    border-radius: 2px;
}

form#contact-form input:focus,
form#contact-form select:focus,
form#contact-form textarea:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
}

.widget-contact {
    text-align: left;
}

.boxcol-25 {
    width: 100%;
}

.box-social {
    list-style: none;
}

.box-social li {
    width: 25%;
    float: left;
}

.box-social .social-facebook a {
    display: block;
    background: #3873ae;
}

ul.page-breadcrumb {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.page-breadcrumb li {
    margin: 0 5px;
    display: inline-block;
}

.intro-inner.featured.page-blog {
    background-image: url(../img/dummy/bg-blog.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.intro-inner.featured.page-icons {
    background-image: url(../img/dummy/bg-page-icons.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.intro-inner.featured .section-heading h2 {
    margin-bottom: 20px;
    line-height: 1em;
}

#content.blog article h3 {
    margin-bottom: 10px;
}

#content.blog article h3 a {
    text-transform: uppercase;
}

#content article:after {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #111;
}

#content article:last-child:after {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background: none;
}

article h3 a {
    color: #111;
    font-weight: 900;
}

article .post-standard,
article .post-gallery,
article .post-video,
article .post-audio,
article .post-quote {
    margin-bottom: 20px;
}

article .post-excerpt {
    margin-bottom: 20px;
}

.post-meta ul {
    list-style: none;
    padding-left: 0;
}

.post-meta ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.post-meta ul li i {
    color: #111;
}

.carousel-inner>.item {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
}

.carousel-control {
    position: absolute;
    top: 37%;
    bottom: 0;
    left: 0;
    width: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}

.carousel-control.right {
    right: 20px;
}

.carousel-control.left {
    left: 20px;
}

.bs-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.bs-video.widescreen {
    padding-bottom: 57.25%;
}

.bs-video.vimeo {
    padding-top: 0;
}

.bs-video embed,
.bs-video iframe,
.bs-video object,
.bs-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

ul.comment-list {
    list-style: none;
    padding-left: 0;
}

ul.comment-list li .comment {
    margin-bottom: 60px;
}

ul.comment-list li ul.comment-list {
    margin-left: 110px;
}

ul.comment-meta {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

ul.comment-meta li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

ul.comment-meta li a {
    color: #222;
}

ul.comment-meta li.reply a {
    padding: 2px 5px;
    color: #fff;
    border-radius: 2px;
}

ul.comment-meta li.reply a:hover {
    background: #222;
    color: #fff;
}

.comment-top img {
    float: left;
    margin: 0 20px 30px 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.sidebar .widget h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sidebar .widget {
    margin-bottom: 50px;
}

.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.sidebar .widget ul li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.sidebar .widget ul li a {
    color: #666;
}

.widget.widget_categories ul li:before {
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e684";
    margin-right: 10px;
}

.widget.widget_recent_post ul li figure {
    float: left;
    margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
    margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.widget.widget_recent_post ul li h6 {
    margin-bottom: 10px;
}

.widget.widget_recent_post ul li span {
    font-size: 14px;
}

.widget .tagcloud a {
    padding: 4px 10px;
    color: #fff;
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 14px;
    border-radius: 2px;
}

.widget .tagcloud a:hover {
    color: #fff;
    background: #333;
}

form.search-form input {
    font-size: 18px;
    line-height: 1.6em;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}

form.search-form input:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

footer {
    background-color: #111;
    text-align: center;
    padding: 25px 0;
    max-width: 100vw;
    overflow: hidden !important;
}

footer p {
    color: #f8f8f8;
    font-size: 14px;
}

footer a.totop {
    color: #fff;
    margin-bottom: 30px;
}

footer a.totop:focus {
    outline: 0;
}

ul.footer-menu {
    list-style: none;
}

ul.footer-menu li {
    float: left;
    margin: 0 0 0 10px;
}

ul.footer-menu li a {
    color: #fff;
    font-size: 16px;
    border-left: 1px solid #999;
    padding-left: 9px;
    line-height: 1.1em;
}

ul.footer-menu li:first-child a {
    border-left: none;
    padding-left: 0;
}

.social-widget {
    margin-top: 20px;
    margin-bottom: 30px;
}

.social-widget ul li a:hover {
    color: #fff;
}

footer .social-widget ul.team-social li a {
    margin: 0 5px;
}

#parallax1 {
    background-image: url(../img/parallax/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    z-index: 120;
}

#parallax1:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.9;
    z-index: -1;
}

#parallax2 {
    background-image: url(../img/parallax/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    z-index: 120;
}

#parallax2:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.9;
    z-index: -1;
}

#parallax3 {
    background-image: url(../img/parallax/3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    z-index: 120;
}

#parallax3:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.9;
    z-index: -1;
}

.testimonialslide {
    margin-top: 0;
    padding-top: 0;
}

.testimonialslide ul li blockquote {
    color: #fff;
    border-left: none;
}

.testimonialslide ul li h4 {
    color: #fff;
    font-weight: 900;
}

.testimonialslide ul li h4 span {
    color: #fff;
    font-weight: 400;
}

#section-video {
    margin: 0;
    height: 300px;
    background-attachment: fixed !important;
    background-size: cover !important;
    color: #fff;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

#section-video .video-container {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
}

#section-video .overlay {
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 60px 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
}

.video-icon {
    margin-top: 45px;
}

.video-icon a {
    display: block;
    color: #fff;
}

.video-icon a:focus {
    outline: 0;
    color: #fff;
}

.video-icon a:hover {
    color: #fff;
}

.video-icon a i.icon-circled {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.tooltip {
    font-size: 16px;
    line-height: 1.6em;
}

.pricing-box {
    width: 100%;
    text-align: center;
}

.pricing-box.white {
    background: #fff;
}

.pricing-box.red {
    background: #c83539;
}

.pricing-box.red .pricing-header h4,
.pricing-box.red .pricing-header h5 {
    color: #fff;
}

.pricing-box.red .pricing-footer {
    background: #b8262a;
}

.pricing-box .pricing-header {
    padding: 30px 0 0;
}

.pricing-box .pricing-header h5.pricing-value {
    font-weight: 900;
    font-size: 60px;
}

.pricing-box .pricing-content {
    padding: 10px 0 30px;
}

.pricing-box .pricing-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.pricing-box.white .pricing-content ul li {
    color: #222;
}

.pricing-box .pricing-footer {
    padding: 30px 0 30px;
}

.pricing-box.white .pricing-footer {
    background: #f8f8f8;
}

#text {
    color: #fff;
    background: #ffcc00;
}

/* Google Map */

#map {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

/* Open and Close Styles */

.close-map {
    height: 0;
}

.open-map {
    height: 500px;
}

/* Open and Close Button Styles */

#map-btn1-div {
    width: 100%;
    background: #555;
}

a.gmap-btn.btn-show {
    display: block;
}

a.gmap-btn.btn-hide {
    display: none;
}

a.gmap-btn {
    height: auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

a.gmap-btn:focus {
    outline: 0;
}

.close-map-button {
    padding: 10px;
    opacity: 1;
}

.open-map-button {
    padding: 10px;
    opacity: 0.5;
}

#map .google-map-big-button:hover {
    background: #3498db;
    color: #fff;
}

/* Google Map Div */

#map #google-map {
    height: 500px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.close-map #google-map {
    opacity: 0;
}

.open-map #google-map {
    opacity: 1;
}

/* blink btn */

.blink {
    -webkit-animation-name: blink;
    -moz-animation-name: blink;
    -o-animation-name: blink;
    animation-name: blink;
    -webktit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.blink-infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.blink-5 {
    -webkit-animation-iteration-count: 5;
    -moz-animation-iteration-count: 5;
    -o-animation-iteration-count: 5;
    animation-iteration-count: 5;
}

.blink-furiously {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

#associates hr {
    background: #222;
    border-top: 1px solid #444;
}

.asso-cat {
    padding: 0px 30px;
    font-weight: 900;
}

.asso-cat h2 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.asso-img {
    margin-bottom: 20px;
    padding-bottom: 10px;
    height: 200px;
    position: relative;
}

.asso-img img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.asso-img h5 {
    font-size: 18px;
}

figcaption {
    display: none;
}

.asso-cont {
    text-align: left;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    50% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

/* --- demo icons --- */

#demoicon [class^="pe-7s-"],
#demoicon [class*=" pe-7s-"] {
    font-size: 40px;
}

.font-icon-code {
    display: none;
}

.font-icon-detail span:first-child {
    display: inline;
    transition: padding 100ms linear, font-size 250ms linear;
    padding: 10px;
    font-size: 48px;
    color: #1a1a1a;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.font-icon-list {
    padding: 30px 0px;
}

.font-icon-detail {
    text-align: center;
}

.font-icon-detail span.font-icon-name {
    font-size: 14px;
    margin-top: 25px;
    display: block;
}

/* --- button --- */

.btn {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.btn.btn-noradius {
    border-radius: 0;
}

a.btn:focus {
    outline: 0;
}

.btn-red {
    color: #fff;
    background-color: #c83539;
    border-color: #c83539;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-red:active {
    background-image: none;
}

.btn-skin {
    color: #fff;
    background-color: #222;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #222;
    background-color: #f39c12;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

.d-lg {
    display: block;
}

.d-sm {
    display: none !important;
}

#header {
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
}

#header ul {
    list-style: none;
    display: inline;
}

#header ul li {
    display: inline;
    margin: 10px 20px;
    color: #f39c12;
}

#header ul li a {
    color: #f39c12;
    padding: 5px 10px;
}

#header ul li a:hover {
    color: #222;
    background: #f39c12;
}

#partners img {
    width: 240px;
    margin: auto;
}

#partners {
    background: #fffaf2;
}

.partner-div {
    margin: 0 75px 0 75px;
}

.upstart-flow {
    font-style: normal;
    height: fit-content;
    padding: 10px;
    width: 20%;
    margin: auto;
    background: #ffa500;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px rgba(0, 0, 0, 0.12),
        0px 1px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 8px;
}

.height-100 {
    height: 100%;
}

.flow-box {
    font-family: "Lato";
    height: fit-content;
    font-size: 16px;
    padding: 15px;
    background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
    color: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px rgba(0, 0, 0, 0.12),
        0px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.flow-box-content {
    margin-top: 25px;
    width: 124%;
    position: relative;
    left: -12%;
    font-family: "Lato";
    min-height: 38rem !important;
    color: black;
    font-size: 15px;
    padding: 30px 12px;
    line-height: 25px;
    background: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px;
    cursor: pointer;
}

.service-button {
    background: #47b2e4;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 15px;
}

.service-button:hover {
    background: #209dd8;
}

.flow-box-content img {
    width: 80%;
    object-fit: contain;
}

.flow-box-content::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 45px;
    background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
    transition: ease 0.3s;
}

.flow-box-content:hover::after {
    width: 95%;
}

.flow-head {
    margin-bottom: 0;
}

.flow {
    padding: 0px 15px 60px 15px;
    justify-content: center;
}

.img-flow {
    max-width: 100%;
}

.list-inlin-item br {
    display: block;
}

@media ((min-width: 992px) and (max-width: 1200px)) {
    .container {
        width: 1020px;
    }
}

@media (max-width: 991px) {
    .upstart-flow {
        width: 40%;
    }

    .flow {
        margin: auto;
        padding-bottom: 10px;
    }

    .flow-box {
        width: 80%;
        margin: auto;
    }

    .flow-box-content {
        width: 90%;
        margin: auto;
        margin-top: 20px;
        position: relative;
        left: 0;
    }
}

@media (min-width: 600px) and (max-width: 990px) {
    .flow-box {
        width: 60%;
    }

    .flow-box-content {
        width: 70%;
    }
}

@media (max-width: 328px) {
    .flow-box-content {
        width: 100%;
    }

    .flow {
        padding: 4px;
    }
}

@media (max-width: 266px) {
    .flow-box-content {
        padding: 0;
    }

    .upstart-flow {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .img-flow {
        display: none;
    }
}

/* Media queries */

/* @media (min-width: 767px) {
    .navbar {
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .intro {
        height: 100%;
        padding: 0;
    }
    .brand-heading {
        font-size: 100px;
    }
    .intro-text {
        font-size: 25px;
    }
} */

@media (max-width: 768px) {
    .land {
        background-size: cover;
        height: 90vh;
    }

    .list-inlin-item br {
        display: block;
    }

    .d-lg {
        display: none !important;
    }

    .d-sm {
        display: block !important;
    }

    .site-logo {
        margin: 0 0 0 10px;
        float: none;
    }

    .navbar-custom ul.nav li a {
        color: #eee;
    }

    .navbar-custom ul.nav ul.dropdown-menu li {
        border-bottom: 1px solid #aaa;
    }

    .navbar-header {
        margin-top: 2px;
        padding: 0;
    }

    .navbar-header button {
        background: #111;
    }

    .navbar-header button.navbar-toggle {
        padding: 4px 15px;
        font-size: 14px;
        color: #fff;
    }

    .navbar-custom .nav {
        background: #111;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    }

    .service-box {
        margin-bottom: 50px;
    }

    .team-wrap {
        margin-bottom: 30px;
    }

    form#contact-form {
        margin-bottom: 50px;
    }

    .xs-marginbot-20 {
        margin-bottom: 20px;
    }

    .navbar-collapse {
        position: fixed;
        min-width: 170px;
        max-height: 500px;
        right: 10px;
    }

    .maintitle {
        padding-right: 20px;
        padding-top: 30px;
    }

    .upstart-logo {
        color: #ddd;
        font-size: 80px;
        line-height: 75px;
    }

    .upstart-logo .u {
        top: -9px;
        font-size: 68px;
    }

    .maintitle .subtitle .sub {
        line-height: 75px;
        font-size: 60px;
        max-width: 1000px;
        padding: 0px 10px;
        width: 100%;
        float: none;
    }

    .land .rocket img {
        max-width: 100%;
    }

    .maindates {
        float: none;
        clear: both;
    }

    #header ul li {
        display: block;
    }

    .asso-cont {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }

    .tp-banner-container {
        padding-top: 40px;
    }

    .tp-caption .page-scroll a.btn-circle {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        padding: 7px 0;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 20px;
    }
}

.white-text {
    color: #fff !important;
}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: "Glyphicons Halflings";
    font-size: 15px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
}

.text-lato {
    font-family: "Lato", sans-serif !important;
    color: #333 !important;
}

.tabs {
    padding-left: 17%;
    color: #333 !important;
    font-weight: 400;
}

.upstart {
    background-color: rbga(0, 0, 0, 0.5) !important;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    color: #333 !important;
    font-weight: 500 !important;
    background-color: #eee !important;
}

.main-shit {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}

#biz {
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: absolute;
    left: 15%;
    font-weight: 500;
}

#biz a {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
        "Lucida Sans", Arial, sans-serif;
    letter-spacing: 3px;
}

#socha {
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: absolute;
    right: 15%;
    font-weight: 500;
}

#socha a {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
        "Lucida Sans", Arial, sans-serif;
    letter-spacing: 3px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000000000000000;
}

/* ==========================================================================
   Loader
   ========================================================================== */

.loader {
    z-index: 1;
    display: block;
    width: 164px;
    height: 164px;
    margin-right: auto;
    margin-left: auto;
    animation: spin 30s linear infinite;
}

.loader:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: calc(50% - 4em / 2);
    left: calc(50% - 4em / 2);
    display: block;
    width: 4em;
    height: 4em;
    background-color: rgb(255, 145, 0);
    border-radius: 50%;
    animation: pulse 4s cubic-bezier(0.38, 0.11, 0.56, 0.83) 2.2s infinite;
    will-change: transform;
}

.loader__rocket {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    animation: spin 4s cubic-bezier(0.38, 0.11, 0.56, 0.83) infinite;
    will-change: transform;
}

.loader__icon {
    position: absolute;
    top: -1.05em;
    left: calc(50% - 1em);
    display: block;
    transform: rotate(-90deg);
}

.loader__circle {
    fill: transparent;
    stroke: rgb(255, 145, 0);
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-linecap: square;
    stroke-width: 5;
    animation: dash 4s cubic-bezier(0.38, 0.11, 0.54, 1) infinite;
}

.loader__svg {
    display: inline-block;
    width: 1.4em;
    height: 2.33em;
    fill: rgb(255, 145, 0);
    stroke: rgb(255, 145, 0);
    stroke-width: 1;
}

/*
   Loader animations
   ========================================================================== */

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-1turn);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 500;
    }

    50% {
        stroke-dashoffset: 380;
    }

    100% {
        stroke-dashoffset: 500;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

/* dropdown menu -- navbar -- regionals */

.dropdown {
    float: left;
    overflow: hidden;
    padding: 13px 15px;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #222;
    min-width: 70px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

a.dropbtn {
    padding: 0 1px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: rgb(192, 187, 187);
}

.centre-incubate {
    text-align: center;
}

/* coming soon  */

.coming-soon {
    text-align: center;
    font-size: 100px;
    font-weight: 500;
    min-height: 430px;
    padding-top: 200px;
}

/* Timeline */

/* Used In Timeline and Competition Structure */

.timeline {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.timeline::before,
.timeline::after {
    box-sizing: inherit;
}

.timeline-wrap {
    max-width: 1000px;
    padding: 5rem 2.5rem;
    margin: 0 auto;
}

.timeline {
    position: relative;
    list-style-type: none;
    padding-bottom: 5rem;
}

.timeline>*:not(:last-child) {
    margin-bottom: 5rem;
}

.timeline::before {
    content: "";
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #222;
    color: #ddd;
    padding: 25px 25px;
    margin-bottom: 5rem;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

@media only screen and (min-width: 768px) {
    .timeline::before {
        border-radius: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.timeline::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #393e46;
    opacity: 0.15;
}

@media only screen and (min-width: 768px) {
    .timeline::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.timeline time {
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    color: #222;
}

.timeline__entry {
    position: relative;
}

.timeline__entry>*:not(:last-child) {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
    .timeline__entry {
        padding-left: 5rem;
    }
}

@media only screen and (min-width: 768px) {
    .timeline__entry {
        width: 50%;
    }

    .timeline__entry:nth-of-type(odd) {
        text-align: right;
        padding-right: 5rem;
        margin-right: auto;
    }

    .timeline__entry:nth-of-type(odd)::before {
        left: auto;
        right: -8px;
    }

    .timeline__entry:nth-of-type(odd)::after {
        left: auto;
        right: 0;
    }

    .timeline__entry:nth-of-type(even) {
        padding-left: 5rem;
        margin-left: auto;
    }
}

.timeline__entry::before,
.timeline__entry::after {
    content: " ";
    position: absolute;
    margin-top: 1rem;
}

.timeline__entry::before {
    width: 16px;
    height: 16px;
    top: 1px;
    left: -8px;
    z-index: 2;
    background-color: #222;
    border: 3px solid #222;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.timeline__entry::after {
    width: 35px;
    height: 2px;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #222;
}

.timeline__headline {
    font-size: 3.2rem;
}

.timeline__list {
    display: inline-block;
    list-style-position: inside;
    list-style-type: disclosure-closed;
    line-height: 1.6;
}

/* Accordions */

.accordion-container {
    float: none;
    margin: 0 auto;
    width: 80%;
    border-radius: 8px 8px 0px 0px;
}

.accordion {
    font-family: "Oswald", sans-serif;
    background-color: #555;
    color: #f39c12;
    cursor: pointer;
    padding: 25px;
    width: 100%;
    border: none;
    outline: none !important;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    border-bottom: #111 solid 2px;
    border-radius: 8px 8px 8px 8px;
    margin-top: 7px;
}

.accordion:hover {
    border-bottom: #111 solid 0px;
    background-color: #f39c12;
    color: #222;
}

.activetoggle {
    background-color: #f39c12;
    color: #222;
    border-radius: 8px 8px 0px 0px;
    border-bottom: #111 solid 0px;
}

.accordion-container .content {
    font-size: 16px;
    padding: 0 28px;
    display: none;
    overflow: hidden;
    color: #222;
    background-color: #f39c12;
    border-radius: 0px 0px 8px 8px;
}

.accordion:after {
    content: "\02795";
    font-size: 13px;
    color: #f39c12 !important;
    float: right;
    margin-left: 5px;
}

.activetoggle:after {
    content: "\2796";
    color: #f39c12 !important;
}

/* // Extra for FAQs Sectio */

.bg-grey .accordion {
    background-color: #333;
    color: #ccc;
}

.bg-grey .accordion:hover {
    background-color: #f39c12;
    color: #333;
}

.bg-grey .activetoggle {
    background-color: #f39c12;
    color: #333;
}

.bg-grey .accordion-container {
    width: 90%;
}

.contact-name {
    color: #f39c12;
    font-size: 17px;
}

@media only screen and (max-width: 768px) {
    .accordion-container {
        float: none;
        margin: 0 auto;
        width: 100%;
        border-radius: 8px 8px 0px 0px;
    }
}

/*Nationals Results  */

@media only screen and (min-width: 1024px) {
    .results-fit {
        height: 480px;
        /* width: 480px; */
    }
}

@media only screen and (max-width: 768px) {
    .results-fit {
        height: 290px;
        /* width: 290px; */
    }
}

/* toat styles */

#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

#toast #img {
    width: 50px;
    height: 50px;

    float: left;

    padding-top: 16px;
    padding-bottom: 16px;

    box-sizing: border-box;

    background-color: #111;
    color: #fff;
}

#toast #desc {
    color: #fff;

    padding: 16px;

    overflow: hidden;
    white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s,
        fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s,
        fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes expand {
    from {
        min-width: 50px;
    }

    to {
        min-width: 350px;
    }
}

@keyframes expand {
    from {
        min-width: 50px;
    }

    to {
        min-width: 350px;
    }
}

@-webkit-keyframes stay {
    from {
        min-width: 350px;
    }

    to {
        min-width: 350px;
    }
}

@keyframes stay {
    from {
        min-width: 350px;
    }

    to {
        min-width: 350px;
    }
}

@-webkit-keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 20px;
    color: #47b2e4;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #47b2e4;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #47b2e4;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form label {
    padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #47b2e4;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #47b2e4;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #209dd8;
}

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.team .member .pic {
    width: 180px !important;
    height: 180px !important;
    overflow: hidden;
    border-radius: 50%;
}

.team .member .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}