@import url('animate.css');
@import url('bootstrap.min.css');
@import url('owl.carousel.min.css');
@import url('app.css');
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');

.btn-main {
    background: #f7941e !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 6px 26.5px !important;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 1px;
    border: none !important;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.btn-main:hover,
.btn-main:focus {
    background: #094d8a !important;
    color: #fff !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #737373;
}

body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

a:focus {
    outline: none;
}

a:active,
a:hover,
a,
a:focus,
button:focus,
button,
button:hover,
input,
input:hover,
input:focus,
select:focus,
textarea:focus {
    outline: 0 0 -webkit-focus-ring-color;
    outline: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

p {
    line-height: 30px;
}

main {
    overflow: hidden; padding-top: 94px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #0d6eac;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #0d6eac;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #024e80;
}
h1,
.heading-01 {
    font-size: 120px;
    line-height: 122px;
}

h2,
.heading-02 {
    font-size: 32px;
    line-height: 42px;
}

h3,
.heading-03 {
    font-size: 28px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}

h4,
.heading-04 {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: #094e8b
}

h5,
.heading-05 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

h6,
.heading-06 {
    font-size: 32.78px;
    line-height: 37.5px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
}

.link-01 {
    font-size: 20.83px;
    line-height: 33.33px;
    font-family: 'Barlow', sans-serif;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
}

.container-fluid-x2 {
    max-width: 1140px;
    margin: 0 auto;
}

.container {
    max-width: 1060px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.5);
}

::placeholder,
select {
    color: rgba(0, 0, 0, 0.5);
}

input+label {

    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+ and Edge */
    user-select: none;

}


::-moz-selection {
    background: #304672;
    color: #fff;
}

::selection {
    background: #304672;
    color: #fff;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
}

.loader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scroll-top {
    transform: rotate(-180deg);
    position: fixed;
    bottom: 34px;
    right: 20px;
    background: #a8b9d9;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    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;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.scroll-top img {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.scroll-top:hover {
    background: #f15931;
}

.bg-gray {
    background-color: #f6f6f6;
}

.t-dark-blue {
    color: #304672;
}

.t-light-blue {
    color: #406ab3;
}

.t-orange {
    color: #f15931;
}

.text-shadow {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.17);
}

.border {
    background: #f7941e;
    height: 1px;
    border: 1px solid #f7941e !important;
    margin-bottom: 5px;
}

.sec-padding {
    padding-top: 32px;
    padding-bottom: 32px;
}

.sec-sign-pledge{
    background: #97a2c4;
    padding-top: 0px;
    padding-bottom: 0px;
}
.launchDate{
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

@media(min-width:1199px) {

    .h-n-down li a.active,
    .h-n-down li a:hover {
        color: #094e8b;
        border: 2px solid #094e8b;
    }
}

@media(max-width:1199px) {

    h2,
    .heading-02 {
        font-size: 40px;
        line-height: 50.5px;
    }

    .btn-main,
    .btn-blue {
        padding: 3px 20px;
    }

    p {
        line-height: 27px;
        font-size: 18px;
    }

    .btn-main {
        padding: 6px 18px !important;
        font-size: 17px !important;
    }

    h3,
    .heading-03 {
        font-size: 24px;
        line-height: 30px;
    }

    h4,
    .heading-04 {
        font-size: 20px;
        line-height: 30px;
    }

    h1,
    .heading-01 {
        font-size: 80px;
        line-height: 90px;
    }

    h2,
    .heading-02 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    p {
        line-height: 27px;
        font-size: 16px;
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7215686274509804);
        left: 0;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 300ms all;
        transition: 300ms all;
    }

    .open .overlay {
        opacity: 1;
        visibility: visible;
    }

    h4,
    .heading-04 {
        font-size: 18px;
        line-height: 24px;
    }

    h5,
    .heading-05 {
        font-size: 16px;
        line-height: 32.83px;
    }

    h3,
    .heading-03 {
        font-size: 18px;
        line-height: 24px;
    }

    h6,
    .heading-06 {
        font-size: 22.78px;
        line-height: 27.5px;
    }

    h2,
    .heading-02 {
        font-size: 24px;
        line-height: 30px;
    }
    main {
    padding-top: 0;
}
}

@media(max-width:767px) {
    .scroll-top {
        display: none !important;
    }

    h2,
    .heading-02 {
        font-size: 33.5px;
        line-height: 36px;
    }

    h4,
    .heading-04 {
        font-size: 16px;
        line-height: 24px;
    }

    h1,
    .heading-01 {
        font-size: 40px;
        line-height: 50px;
    }
    .coalition-form-new.coalition-form{margin:0 auto;}
    .movement-form-col {
    margin-bottom: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    }
    .movement-form-col.form-col-3 {
        max-width: 50%;
        flex: 0 0 50%;
        }
    .movement-form-row.form-read-cond .movement-form-left{
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 15px;
    }
     .movement-form-row.form-read-cond .movement-form-right{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .sec-sign-pledge {padding-top: 0px; 
     padding-bottom: 0px;}
    
}
@media(max-width:479px) {
h2, .heading-02 {
    font-size: 22.5px;
    line-height: 30px;
}
}