body {
    margin: 0;
    font-family: Barlow, sans-serif !important;
    overflow-x: hidden
}

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

.cn {
    text-align: center
}

.btn_org {
    transition: all .5s ease;
    padding: 13px 45px 13px 15px;
    border-radius: 10px 0 10px 0;
    border: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to right, #f28e26, #fd644f);
    text-transform: uppercase;
    position: relative
}

.btn_org:focus,
.btn_org:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #fd644f, #f28e26)
}

.btn_org:before {
    border: 1px solid #8fc3bb;
    content: "";
    position: absolute;
    width: 106% !important;
    height: 46px;
    width: 100%;
    top: 7px;
    z-index: -1;
    left: -6px;
    border-radius: 10px 0 10px 0;
    right: 0;
    margin: auto;
    display: table
}

a.btn_org:after {
    background-image: url(../images/button-arrow.png);
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    z-index: 9999;
    right: 15px;
    background-repeat: no-repeat
}

@-webkit-keyframes sinusoid {
    0%,
    50% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        -webkit-animation-timing-function: cubic-bezier(.2, .25, .55, 1);
        animation-timing-function: cubic-bezier(.2, .25, .55, 1)
    }
    25% {
        -webkit-transform: translateY(-7px) translateX(-50%);
        transform: translateY(-7px) translateX(-50%);
        -webkit-animation-timing-function: cubic-bezier(.45, 0, .8, .75);
        animation-timing-function: cubic-bezier(.45, 0, .8, .75)
    }
    75% {
        -webkit-transform: translateY(7px) translateX(-50%);
        transform: translateY(7px) translateX(-50%);
        -webkit-animation-timing-function: cubic-bezier(.45, 0, .8, .75);
        animation-timing-function: cubic-bezier(.45, 0, .8, .75)
    }
    to {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }
}

@keyframes sinusoid {
    0%,
    50% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        -webkit-animation-timing-function: cubic-bezier(.2, .25, .55, 1);
        animation-timing-function: cubic-bezier(.2, .25, .55, 1)
    }
    25% {
        -webkit-transform: translateY(-7px) translateX(-50%);
        transform: translateY(-7px) translateX(-50%);
        -webkit-animation-timing-function: cubic-bezier(.45, 0, .8, .75);
        animation-timing-function: cubic-bezier(.45, 0, .8, .75)
    }
    75% {
        -webkit-transform: translateY(7px) translateX(-50%);
        transform: translateY(7px) translateX(-50%);
        -webkit-animation-timing-function: cubic-bezier(.45, 0, .8, .75);
        animation-timing-function: cubic-bezier(.45, 0, .8, .75)
    }
    to {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }
}

div#myModal {
    background: rgba(0, 0, 0, .65) !important
}

.form-set-2 {
    background: #1022a2;
    padding: 20px 35px;
    position: relative;
    height: 588px
}

.form-set-2 form {
    margin-top: 25px
}

.web-popop .modal-dialog .form-control {
    width: 100%;
    height: 50px;
    padding: 6px 18px;
    border: 1px solid #fff;
    height: 40px !important;
    background: #fff;
    color: #000;
    font-weight: 500
}

.web-popop .modal-dialog .form-group textarea.form-control {
    height: auto !important;
    height: 70px !important;
    font-family: Ubuntu, sans-serif !important
}

.web-popop .modal-dialog .modal-content {
    background-image: -ms-linear-gradient(left, #2d57ad 0, #082258 100%) !important;
    background-image: -moz-linear-gradient(left, #2d57ad 0, #082258 100%) !important;
    background-image: -o-linear-gradient(left, #2d57ad 0, #082258 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #783030), color-stop(100, #082258)) !important;
    background-image: -webkit-linear-gradient(left, #2d57ad 0, #082258 100%) !important;
    background-image: -webkit-linear-gradient(left, #f38b29 0, #fc674c 100%) !important;
    height: 550px !important;
    text-align: center !important;
    position: relative !important;
    padding: 25px 0 !important
}

div#myModal {
    background: rgba(0, 0, 0, .65) !important;
    z-index: 99999
}

.web-popop .modal-dialog h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important
}

.web-popop .modal-content span {
    display: inline-flex;
    text-align: center;
    margin: 10px auto;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto
}

.web-popop .modal-dialog button.close {
    opacity: 1 !important;
    background: #222 !important;
    height: 26px !important;
    width: 26px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    color: #f8e600 !important;
    top: -10px !important;
    right: -10px !important;
    position: absolute !important;
    padding: 0 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #fc694a
}

.web-popop .modal-dialog h5 {
    font-size: 14px !important;
    line-height: 23px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
    color: #000
}

.web-popop .modal-dialog .modal-body {
    width: calc(100% + 60px) !important;
    background: #fff !important;
    position: absolute !important;
    left: -30px !important;
    top: 100px !important;
    border-radius: 6px !important;
    padding: 25px 30px !important
}

.web-popop .modal-content span p {
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    font-size: 20px;
    margin-left: 10px;
    font-weight: 500
}

.web-popop .modal-dialog .form-group .form-control {
    height: 43px !important;
    border-color: #e3e3e3;
    border-radius: 4px !important;
    color: #999 !important;
    font-size: 13px !important;
    box-shadow: none !important;
    position: relative !important
}

input.btn.btn-default.btn_org {
    position: relative;
    text-align: center;
    padding: 10px 50px 10px
}

.cross-set:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff
}

.web-popop .modal-content:before {
    height: 22px !important;
    width: 22px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #f8b541 !important;
    position: absolute !important;
    right: 66px !important;
    top: -10px !important
}

.web-popop .modal-body:before {
    height: 22px !important;
    width: 22px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #f8b541 !important;
    position: absolute !important;
    right: 66px !important;
    top: -10px !important
}

.web-popop .modal-dialog {
    width: 400px
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}