/* AGENCY CSS */


body {
    margin: 0;
    padding-top: 80px;
}

.logo{
    margin-top: 4px;
    font-size: 30px;
    font-weight: 500;
}

.logo a, .logo:hover{
    color: #e50831;
}

hr.bold {
    display: block;
    position: relative;
    height: 2px;
    width: 3rem;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: rgb(229, 8, 49);
    margin: 1.5rem auto 3rem;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
}

.title-section h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.6rem;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #313234;
    text-decoration: none;
    list-style: none;
}

span.nbr {
    display: block;
    padding-top: 0px;
    font-size: 5rem;
    line-height: 5rem;
    color: rgb(13, 13, 13);
    margin: 0px;
    font-weight:bold;
}

.box {
    align-self: stretch;
    background-size: cover;
    flex: 1 1 0%;
    padding: 6rem;
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height:55rem;
}



hr.light {
    display: block;
    position: relative;
    height: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: rgb(229, 8, 49);
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    width: 3rem;
    margin: 2rem 0px;
}

h3 {
    font-size: 2.5rem;
    color: #313234;
    font-weight: 400;
    margin-bottom:20px;
}

.boxes h3 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.9rem;
    letter-spacing: 0.315rem;
    text-transform: uppercase;
    text-align: center;
    color: black;
    text-decoration: none;
    list-style: none;
    margin-bottom:0;
}

.boxes p {
    margin-bottom: 0;
}

.title-section {
    margin: 27.5rem 0 8rem;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    font-weight: 300;
    font-size: 18px;
    line-height: 2.6rem;
    letter-spacing: 0.03rem;
    text-transform: none;
    text-decoration: none;
    list-style: none;
    color: #5e5f62;
}

.boxes p {
    text-align: justify;
    max-width:500px;
    font-size:18px;
}

.e-side {
    max-width:400px;
    text-align:justify;
}

.e-side h4 {
    font-size:1.4em;
}

.e-side p {
    font-size:1.2em;
}

.red {
    color:rgb(229, 8, 49);
}

.corner-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 130px solid rgb(229, 8, 49);
    border-right: 130px solid transparent;
}

.corner-left span {
    position: absolute;
    left: 38px;
    top: -120px;
    display: block;
    padding-top: 0px;
    font-size: 4rem;
    line-height: 5rem;
    color: rgb(255, 255, 255);
    margin: 0px;
    font-weight: 500;
}

.corner-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 130px solid rgb(229, 8, 49);
    border-left: 130px solid transparent;
}

.corner-right span {
    position: absolute;
    right: 38px;
    top: -120px;
    display: block;
    padding-top: 0px;
    font-size: 4rem;
    line-height: 5rem;
    color: rgb(255, 255, 255);
    margin: 0px;
    font-weight: 500;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    border-left:1px solid #eeeeee;
}
::-webkit-scrollbar-thumb {
    background-color: #1c2a7b;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #1c2a7b;
}

.full-width-section.video_bg {
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.full-width-section {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height:515px;
}

.full-width-section.video_bg .row-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.full-width-section.video_bg .video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.text-video {
    position:absolute;
    z-index:1000;
}

.text-video h3, .text-video p {
    color:white!important;
}

.text-video h3 {
    font-weight:bold;
}

.text-video p {
    font-size:1.5em;
}

.text-video a {
    font-size:16px;
    border:1px solid white;
    border-radius:4px;
    padding:10px 30px;
    color:white;
}

.text-video a:hover {
    text-decoration: none;
    background: #e50831;
    border: #e50831;
    color: #ffffff;
}

.app p {
    font-size: 2em;
    color: rgb(229, 8, 49);
    font-weight: bold;
}

.btn-red {
    background: rgb(229, 8, 49);
    color: white;
    padding: 12px 33px;
    font-size: 16px;
}

.btn-red:hover {
    color:white;
    background:rgb(214, 12, 50);
}

.btn-invert {
    background: transparent;
    color: white;
    border:1px solid white;
    padding:10px 30px;
    font-size:16px;
}

.btn-invert:hover {
    color:white;
    background:rgb(214, 12, 50);
    border:1px solid rgb(214, 12, 50);
}

.btn-grey {
    background: #707273;
    color: white;
    padding:10px 30px;
    font-size:16px;
}

.btn-grey:hover {
    color:white;
    background:rgb(229, 8, 49);
}

.app .btn:hover, .app .btn:focus, .app .btn.focus {
    color: white;
    text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0;
}

.navbar ul li {
    text-transform:uppercase;
    font-size:13px;
    font-weight:500;
}


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

a:focus {
    outline: none;
    outline-offset: 0;
}

.language {
    min-width: 128px;
}

#return-to-top {
    position: fixed;
    z-index:100000;
    bottom: 20px;
    right: 20px;
    background: #1c2a7b;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(229, 8, 49);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.modal h2 {
    display: inline;
    border-bottom: solid 4px rgb(229, 8, 49);
    padding-bottom: 4px;
}

.btn-send {
    background: rgb(229, 8, 49);
    color: white;
    border-radius: 2px;
    display: inline-block;
    padding: 11px 60px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    transition: all ease-in 0.2s 0s;
    -moz-transition: all ease-in 0.2s 0s;
    -o-transition: all ease-in 0.2s 0s;
    -webkit-transition: all ease-in 0.2s 0s;
    border: 2px solid rgb(229, 8, 49);
}

.app-icon {
    width:30%;
}

@media (max-width: 767px) {
    .app-icon {
        width:60%;
    }
}

@media (max-width: 400px) {
    .app-icon {
        width:80%;
    }
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    color: inherit;
    background-color: #696969;
}

.navbar-brand {
    padding:10px 15px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a{
    color: #1c2a7b;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    color: rgb(229, 8, 49);
    background-color: transparent;
}

.carousel-caption {
    top: 50%;
    margin-top:-70px;
}

.carousel-caption h1 {
    font-size:3.5em;
    color:white;
}

.carousel-caption p {
    color:white;
}

@media (min-width: 768px) {
    .navbar-right {
        position: absolute;
        right: 15px;
    }
    .navbar-nav {
        float: right;
    }

}


@media (min-width: 768px) {

    .navbar-nav-menu {
        margin-right: 30px;
    }

    .dropdown-menu>li>a {
        line-height: 50px;
        padding:3px 15px;
    }

    .dropdown-toggle span{
        margin-top:1px;
    }

    .dropdown-menu {
        padding:0;
    }

    .dropdown-menu {
        min-width:128px;
    }
}

@media (min-width: 768px) and (max-width:1400px) {

    .navbar-nav-menu {
        margin-right: 0;
    }
}

.carousel-indicators li {
    border-radius:0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin:1px 5px;
}

.carousel-indicators .active {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width:10px;
    height:10px;
    margin:1px 5px;
}

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

.china-image {
    background-size:cover;
    background:no-repeat;
    width:100%;
}

.how-it-works{
    background-color: #ff4963;
    margin-bottom: 60px;
}
.how-it-works h2{
    color: white;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    line-height: 100px;
}

.how-it-works h2 a{
    color: white;
    text-transform: uppercase;
}
.how-it-works h2 a:hover{
    text-decoration: none;
}

.jumbotron{
    height: auto;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: 0;
}

.dropdown-menu li:first-child a {
    border-bottom: 1px solid #c5c5c5;
}

.content {
    position: relative;
    z-index: 1;
    background: white;
    min-height: 60rem;
}

.wrapper-parallax {
    margin-bottom: 65rem;
}

footer {
    margin: 0;
    width: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    background: #eeeeee;
    height: 65rem;
}

footer p {
    font-size: 2rem;
    font-style: italic;
    margin-top: 0;
    color: #707273;
}

footer a, .readmore a {
    position: relative;
    color: #1c2a7b;
    font-size: 4rem;
    line-height: 10rem;
    font-weight: bolder;
    cursor: pointer;
    transition: color 0.2s ease-in;
}

footer a:hover, footer a:focus, .readmore a:hover, .readmore a:focus {
    color: rgb(229, 8, 49);
}

.copyright {
    left: 20%;
    right: 20%;
    position: fixed;
    bottom: 0;
    color: #fff;
    font-size: 2rem;
}
.copyright p {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    line-height: 28px;
    vertical-align: top;
}

.copyright a {
    font-size: 1rem;
    margin: 0;
    white-space: nowrap;
    line-height: 28px;
    vertical-align: top;
    color: #707273;
}

.copyright a:hover, .copyright a:focus {
    color: #1c2a7b;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-steps{
    background-color: #323232;
    line-height: 28px;
    position: fixed;
    bottom: 0;
}

.terms {
    text-align:justify
}

.author{
    width: 80%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.authorabout{
    display: none !important;
}

@media (min-height: 900px) {
    .list-group {
        position:fixed;
    }
}

@media (min-width: 1024px) {
    .list-group {
        width: 240px;
    }
    .author{
        width: 60%;
    }
}


@media (min-width: 1200px) {
    .list-group {
        width: 290px;
    }
}


@media (max-width: 700px) {
    .authorabout{
        display: block !important;
    }

    .logo {
        text-align: center;
        font-size: 28px;
        font-weight: 500;
    }
    .logo img{
        text-align: left;
    }
    .content {
        min-height: 0;
    }

    .wrapper-parallax {
        margin-bottom:0;
    }

    footer {
        height: 0;
    }
    .return-to-top{
        display: none;
    }
}
.list-group {
    margin-top:20px;
    text-align:left;
}

.list-group-item:first-child{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.list-group-item:last-child{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.list-group-item:hover {
    background:#fbfbfb
}
.list-group-item a{
    color: #1c2a7b;
}
.list-group-item a:hover {
    text-decoration:none
}
h2{
    padding-top:90px;
    margin-top:-90px;
    display:inline-block;
    text-align: left;
    color: #e50831;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 22px;
        padding-bottom: 15px;
    }
    .logo {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media (max-width: 768px) {
    .logo {
        text-align: center;
        font-size: 26px;
        font-weight: 500;
    }
    .list-group {
        width: 250px;
    }
}

