@font-face {
    font-family: "UbuntuLight";
    src: url("../fonts/UbuntuLight/UbuntuLight.html");
    src: url("../fonts/UbuntuLight/UbuntuLightd41d.html?#iefix") format("embedded-opentype"),
    url("../fonts/UbuntuLight/UbuntuLight-2.html") format("woff"),
    url("../fonts/UbuntuLight/UbuntuLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "UbuntuRegular";
    src: url("../fonts/UbuntuRegular/UbuntuRegular.html");
    src: url("../fonts/UbuntuRegular/UbuntuRegulard41d.html?#iefix") format("embedded-opentype"),
    url("../fonts/UbuntuRegular/UbuntuRegular-2.html") format("woff"),
    url("../fonts/UbuntuRegular/UbuntuRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "UbuntuMedium";
    src: url("../fonts/UbuntuMedium/UbuntuMedium.html");
    src: url("../fonts/UbuntuMedium/UbuntuMediumd41d.html?#iefix") format("embedded-opentype"),
    url("../fonts/UbuntuMedium/UbuntuMedium-2.html") format("woff"),
    url("../fonts/UbuntuMedium/UbuntuMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "UbuntuBold";
    src: url("../fonts/UbuntuBold/UbuntuBold.html");
    src: url("../fonts/UbuntuBold/UbuntuBoldd41d.html?#iefix") format("embedded-opentype"),
    url("../fonts/UbuntuBold/UbuntuBold-2.html") format("woff"),
    url("../fonts/UbuntuBold/UbuntuBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/CenturyGothic/CenturyGothic.html");
    src: url("../fonts/CenturyGothic/CenturyGothicd41d.html?#iefix") format("embedded-opentype"),
    url("../fonts/CenturyGothic/CenturyGothic-2.html") format("woff"),
    url("../fonts/CenturyGothic/CenturyGothic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    cursor: default;
}
body {
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: 'UbuntuRegular', sans-serif;
    font-size: 16px;
    min-width: 320px;
    /*position: relative;*/
}
a, button {
    background: transparent;
    text-decoration:none;
// color: #ff69c9;
    color: #fff;
}
input,a,button {
    -webkit-transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    -ms-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
}
*:focus,
*:active,
*:hover {
    outline: none;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
ol,
ul {
    list-style: none;
}
pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}
q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
    border: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button,
input,
select[multiple],
textarea {
    background-image: none;
}
input,
select,
textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
fieldset {
    border: none;
    outline: none;
}
strong {font-weight: bold;}

/*[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
[placeholder]:focus::-moz-placeholder {
    color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}
[placeholder]:focus::placeholder {
    color: transparent;
}*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}
input::-webkit-input-placeholder {
    font-family: 'UbuntuRegular', sans-serif;
    color: #333;
}
input::-moz-placeholder {
    font-family: 'UbuntuRegular', sans-serif;
    color: #333;
}
input::-ms-input-placeholder {
    font-family: 'UbuntuRegular', sans-serif;
    color: #333;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {  }
body input:required:valid,
body textarea:required:valid {  }

h1,h2,h3,h4 {
    color: #fff;
    position: relative;
    font-family: 'UbuntuBold', sans-serif;
}
h1 {font-size: 34px;}
h2 {font-size: 30px;}
p {
    line-height: 19px;
    margin-bottom: 12px;
}

/*--------------------------------------------
    Mobile menu
---------------------------------------------*/

.hamburger {
    display: none;
    padding: 0 5px 0 0;
}
.hamburger-box {}
.hamburger-inner {}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {background-color: #fff;}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {background-color: #fff;}

.hamburger.is-active:hover,
.hamburger:hover {opacity: 1;}

/*--------------------------------------------
    Checkbox
---------------------------------------------*/

input[type=checkbox] { position: relative; }
input[type=checkbox]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid rgb(4, 125, 214);
}
input[type=checkbox]::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #047dd6;
    border-bottom: 2px solid #047dd6;
    -webkit-transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    -ms-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    opacity: 0;
}
input[type=checkbox]:checked::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*--------------------------------------------
    Variables
---------------------------------------------*/
section {
    padding: 70px 0;
    position: relative;
}
.btn {
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    // border-radius: 3px;
    text-align: center;
}
.btn-default {
    background-image: -webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 51%,#ff67cb);
    background-image: linear-gradient(to right, #ff67cb 0%,#ffcc67 51%,#ff67cb);
    background-size: 200% auto;
    transition: all 0.5s ease 0s;
}
.btn-default:hover { background-position: right center; }
.btn-round {

    /*-webkit-box-shadow: 0 0 2px 1px rgb(28, 183, 236);
    -moz-box-shadow: 0 0 2px 1px rgb(28, 183, 236);
    box-shadow: 0 0 2px 1px rgb(28, 183, 236);
    color: rgb(28, 183, 236);*/

    -webkit-box-shadow: 0 0 2px 1px #fff;
    -moz-box-shadow: 0 0 2px 1px #fff;
    box-shadow: 0 0 2px 1px #fff;
}
.btn-round:hover {
    background: #fff;
    color: #333;
}
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}
[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    // background: #e1e1e1;
    background: rgb(28, 183, 236);
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: rgb(28, 183, 236) solid 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover {
    background: #bd01dc;
}
.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
}
input,textarea {
    font-family: 'UbuntuRegular', sans-serif;
    font-size: 15px;
}
.input-btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
    border: 0;
}

.link {
    text-decoration: underline;
    color: rgb(28, 183, 236);
    font-size: 14px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.title {text-align: center;}
section h2 {
    padding-bottom: 25px;
    margin-bottom: 50px;
    display: inline-block;
}
section h2::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 80px;
    margin: 0 auto;
}
.page h3 {
    color: #333333;
    font-size: 1.75rem;
    line-height: initial;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}
.page p {
    line-height: 1.5;
    margin-bottom: 20px;
}
p a {
    color: #ff69c9;
    text-decoration: underline;
}
.text-center {text-align: center;}

.page-title {
    background-image: url('../images/single-post-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 300px;
    padding: 150px 50px 50px;
}
.page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 54, 158, 0.6);
}
.page-title h1 {
    padding: 30px 60px 30px 30px;
    border-left: 5px solid #3280fa;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
}
.page-bg { background: #f7f6f640; }

.card-shadow {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.shadow {
    -webkit-box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.info-wrap {
    padding: 18px;
    text-align: center;
}
.info-wrap p.info { margin-bottom: 0; }
.err {
    color: indianred;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
table td .err {
    position: absolute;
    bottom: -6px;
}
.info-2 {color: indianred;font-size: 14px;}

.block-title {
    font-size: 23px;
    font-family: 'UbuntuBold', sans-serif;
    color: #777;
    padding: 1.75rem 1rem .75rem;
    margin-bottom: 1rem;
}
.card {
    font-size: 14px;
    color: #fff;
    padding: 15px;
    background: #041e37;
    position: relative;
    margin: 0 0 1rem 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
}
#info_box {}
#info_box i {
    margin-right: 10px;
    font-size: 14px;
    color: indianred;
}
.mob-table-wrap {overflow-x: scroll;}
