html {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #fff;
}

p {
    margin: 0 0 20px 0;
    color: #646464;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
    color: #111;
}

h1, h2 {
    line-height: 1.2;
}

h3, h4, h5, h6 {
    line-height: 1.4;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 28px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 16px;
    }
}

a {
    text-decoration: none;
}

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

a:active, a:hover, a:focus {
    outline: 0 none;
}

img {
    max-width: 100%;
    height: auto;
}

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

.fxt-content-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .fxt-none-767 {
        display: none!important;
    }
}

@media only screen and (max-width: 991px) {
    .fxt-none-991 {
        display: none!important;
    }
}

.fxt-template-animation {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.fxt-template-animation .fxt-transformY-50 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.fxt-template-layout4 {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.fxt-template-layout4:before {
    position: absolute;
    z-index: 0;
    background-color: #001E62;
    content: "";
    min-height: 100%;
    width: 35vw;
    top: 0;
    left: 0;
}

.fxt-template-layout4 .fxt-bg-wrap {
    padding: 9.3vh 0 9vh 16vw;
    min-height: 100vh;
}

@media only screen and (max-width: 1199px) {
    .fxt-template-layout4 .fxt-bg-wrap {
        padding: 8vh 0 8vh 10vw;
    }
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-wrap {
        padding: 6vh 0 6vh 6vw;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout4 .fxt-bg-wrap {
        padding: 5vh 4vw;
    }
}

.fxt-template-layout4 .fxt-checkbox-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.fxt-template-layout4 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 45px;
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-color {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout4 .fxt-bg-color {
        min-height: 100%;
        padding: 20px 30px;
        justify-content: center;
    }
}

.fxt-template-layout4 .fxt-bg-img {
    background: url(images/bg4.jpg) left top no-repeat;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    padding: 40px 50px;
    min-height: 100%;
    width: 100%;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-img {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-img {
        padding: 30px;
    }
}

.fxt-template-layout4 .fxt-bg-img:after {
    content: "";
    right: 0;
    top: 27.5%;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 40px solid #fff;
    border-bottom: 25px solid transparent;
}

.fxt-template-layout4 .fxt-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    text-align: center;
    z-index: 999;
}

.fxt-template-layout4 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
}

.fxt-template-layout4 .fxt-header h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-header h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout4 .fxt-header h1 {
        font-size: 28px;
    }
}

.fxt-template-layout4 .fxt-header p {
    color: #ffc930;
}

.fxt-template-layout4 .fxt-content {
    padding: 30px;
    max-width: 460px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .fxt-template-layout4 .fxt-content {
        padding: 0;
    }
}

.fxt-template-layout4 .fxt-form {
    margin-top: 30px;
}

.fxt-template-layout4 .fxt-form h2 {
    font-weight: 700;
    margin-bottom: 5px;
}

.fxt-template-layout4 .fxt-form p {
    margin-bottom: 30px;
    font-size: 17px;
}

.fxt-template-layout4 .fxt-form .form-group {
    position: relative;
    z-index: 1;
}

.fxt-template-layout4 .fxt-form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 18px;
    padding: 0 5px;
    color: #c5c5c5;
    font-size: 14px;
}

.fxt-template-layout4 .fxt-form .form-group .field-icon:before {
    padding: 17px 10px;
}

.fxt-template-layout4 .fxt-form .form-control {
    min-height: 40px;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px 10px 0;
    color: #12395b;
    font-weight: 600;
    border-radius: 0px;
    font-size: 16px;
}

.fxt-template-layout4 .fxt-form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout4 .fxt-form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout4 .fxt-form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout4 .fxt-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout4 .fxt-btn-fill {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #0e2e49;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .fxt-btn-fill:hover {
    background-color: #0056ec;
    border-color: #0056ec;
    color: #fff;
}

.fxt-template-layout4 .fxt-btn-fill:focus {
    outline: none;
}

.fxt-template-layout4 ul.fxt-socials {
    text-align: center;
    z-index: 999;
    margin-top: 60px;
}

.fxt-template-layout4 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout4 ul.fxt-socials li {
        margin-right: 2px;
    }
}

.fxt-template-layout4 ul.fxt-socials li:last-child {
    margin-right: 0;
}

.fxt-template-layout4 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.fxt-template-layout4 .switcher-text {
    color: #007eec;
    font-size: 15px;
    margin-left: 3px;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .switcher-text:last-child {
    margin-right: 0;
}

.fxt-template-layout4 .switcher-text:hover {
    color: #666;
}

.fxt-template-layout4 .switcher-text.active {
    color: #666;
}

.fxt-template-layout4 .checkbox {
    padding-left: 5px;
}

.fxt-template-layout4 .checkbox label {
    padding-left: 20px;
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
}

.fxt-template-layout4 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #0056ec;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout4 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
}

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

.fxt-template-layout4 .checkbox input[type="checkbox"] {
    display: none;
}

.fxt-template-layout4 .checkbox input[type="checkbox"]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c";
    font-weight: 500;
    color: #ffffff;
    left: 15px;
    top: 4px;
}

.fxt-template-layout4 .checkbox input[type="checkbox"]:checked+label::before {
    background-color: #fac705;
    border-color: #fac705;
}

.fxt-template-layout4 .fxt-footer {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .fxt-template-layout4 .fxt-bg-color {
        min-height: 80vh;
    }
    .fxt-template-layout4 ul.fxt-socials {
        margin-top: 30px;
    }
    .fxt-template-layout4 .fxt-header h1 {
        font-size: 26px;
    }
    .fxt-template-layout4 .fxt-header p {
        font-size: 15px;
    }
    .fxt-template-layout4 .fxt-bg-color {
        padding: 15px 40px;
    }
    .fxt-template-layout4 .fxt-bg-wrap {
        padding: 7vh 0 7vh 6vw;
    }
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-color {
        min-height: 62vh;
    }
    .fxt-template-layout4 ul.fxt-socials {
        margin-top: 20px;
    }
    .fxt-template-layout4 .fxt-header h1 {
        font-size: 22px;
    }
    .fxt-template-layout4 .fxt-header p {
        font-size: 14px;
    }
    .fxt-template-layout4 .fxt-bg-color {
        padding: 15px 40px;
    }
    .fxt-template-layout4 .fxt-bg-wrap {
        padding: 5.5vh 0 6vh 6vw;
    }
}

@media (max-width: 767px) {
    .m-view {
        display: none;
    }
    .fxt-template-layout4 .fxt-header .fxt-logo {
        margin-bottom: 0px;
    }
    .m-height {
        min-height: auto !important;
    }
    .fxt-template-layout4 .fxt-bg-wrap {
        padding: 4.5vh 4vw;
    }
    .fxt-template-layout4 .fxt-form {
        margin-top: 10px;
    }
    .fxt-template-layout4 .fxt-bg-img {
        padding: 10px;
    }
    .fxt-template-layout4 .fxt-bg-img:after {
        top: 35.5%;
    }
}