*,
html,
body {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    -webkit-text-decoration: none;
    color: #fff;
}

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

.green-btn-box {
    position: relative;
    margin: 0px 0px 10px 0;
    grid-area: 3/1/4/2;
    justify-self: start;
    align-self: start;
    height: 36px;
    min-height: 22px;
    width: 180px;
    cursor: pointer;
}

.green-btn-box .button-shadow {
    background: url("../img/liftedshadow_medium.png") no-repeat 100% 0;
    bottom: -26px;
    height: 26px;
    position: absolute;
    right: -20px;
    width: 165px;
}

.green-btn-box .button {
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(65, 183, 196, 1);
    transition: border-color .4s ease 0s, background-color .4s ease 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    border: solid rgba(55, 125, 189, 1) 0px;
    text-align: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-btn-box .button span {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    transition: color .4s ease 0s;
    -webkit-transition: color .4s ease 0s;
    color: #fff;
    display: inline-block;
    margin: calc(-1 * 0px) 0px 0;
    -webkit-margin: calc(-1 * 0px) 0px 0;
    position: relative;
    white-space: nowrap;
}

.green-btn-box .button:hover {
    background-color: rgba(22, 61, 65, 1);
    border: solid rgba(43, 122, 131, 1) 0px;
    transition: border-color .4s ease 0s, background-color .4s ease 0s;
}

.screw-btn {
    position: relative;
    grid-area: 5/1/6/2;
    justify-self: start;
    align-self: start;
    height: 42px;
    min-height: 16px;
    width: 127px;
    cursor: pointer !important;
}

.screw-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(131, 183, 230, 1);
    transition: border-color .4s ease 0s, background-color .4s ease 0s, color .4s ease 0s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .53);
    background-image: url("../../../../../Images/ironpatern.png");
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    text-align: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screw-btn:hover a {
    background-color: #163d41;
}

.screw-btn .glow-shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: rgba(255, 255, 255, .59) 0 0 6px 0 inset, rgba(255, 255, 255, .92) 0 1px 0 0 inset, rgba(255, 255, 255, .2) 0 0 5px 0 inset;
    border-radius: 2px;
}

.screw-btn .screw {
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("../../../../../Images/skrew.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.screw-btn .screw1 {
    left: 2px;
    top: 2px;
}

.screw-btn .screw2 {
    right: 2px;
    top: 2px;
}

.screw-btn .screw3 {
    bottom: 2px;
    left: 2px;
}

.screw-btn .screw4 {
    bottom: 2px;
    right: 2px;
}

.screw-btn span {
    font-family: "Open Sans";
    font-size: 12px;
    transition: border-color .4s ease 0s, background-color .4s ease 0s, color .4s ease 0s;
    color: #fff;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.screw-btn:hover span {
    color: #fff;
}

.font-1 {
    font-size: 42px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    letter-spacing: 2.1px;
}

.font-2 {
    font-size: 42px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 2.1px;
    font-weight: 400;
}

.font-6 {
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 400;
}

.font-4 {
    font-size: 28px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

.para {
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 400;
}

.text-teal {
    color: #41b7c4;
}

.text-darkgreen {
    color: #163d41;
}

.text-darkblue {
    color: #00305b;
}

.bg-teal {
    background-color: #41b7c4;
}

.bg-darkgreen {
    background-color: #163d41;
}

.bg-darkblue {
    background-color: #00305b;
}

.primary-menu {
    background-color: #fff;
}

.primary-menu .nav-item {
    margin-right: 20px;
}

.primary-menu .nav-link {
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #000;
}

@media (min-width: 991px) {
    .primary-menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.primary-menu .dropdown-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    -webkit-border: 0;
    -moz-border: 0;
}

.primary-menu .dropdown-item {
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #000;
}

.primary-menu .nav-item:hover .nav-link,
.primary-menu .nav-item.active .nav-link,
.primary-menu .nav-item .nav-link:focus,
.primary-menu .nav-item .nav-link:active {
    color: #0f4c85;
}

.dropdown-toggle::after {
    display: none;
}

.primary-menu .dropdown-item:hover {
    color: #0f4c85;
}

.banner-section {
    position: relative;
    /* margin-top: 90px; */
}

.bc-col {
    height: 100%;
}

.banner-content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content {
    color: #fff;
    max-width: 300px;
    text-align: left;
    margin-right: 0;
    margin-left: auto;
}

.banner-content h1,
h2 {
    line-height: normal;
    margin-bottom: 0;
}

.banner-content p {
    margin-top: 22px;
    margin-bottom: 24px;
}

.banner-section .video-era {
    margin-left: 20px;
}

.banner-section .video-era video {}

.what-we-offer-sec {
    margin-top: 70px;
    padding-bottom: 70px;
    background-color: #fafafa;
}

.what-we-offer-sec .offer-left {
    padding-right: 0;
}

.what-we-right-col {
    padding-top: 100px;
    text-align: right;
}

.what-we-right-col h1,
.what-we-right-col h2 {
    color: #00305b;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: normal;
    max-width: 307px;
    text-align: left;
    margin-left: auto;
}

.what-we-img-sec {
    margin-top: 70px;
    margin-right: -30px;
}

.color-square {
    width: 10px;
    height: 10px;
    background-color: rgba(65, 183, 196, 1);
    margin-top: 11px;
}

.offer-content {
    margin-left: 20px;
    padding-top: 100px;
}

.offer-content .offer-content-col {
    margin-bottom: 50px;
}

.offer-content .offer-content-col.c-5,
.offer-content .offer-content-col.c-6 {
    margin-bottom: 0px;
}

.offer-content .media-body {
    padding-left: 12px;
}

.offer-content .media-body h6 {
    text-transform: uppercase;
    margin-bottom: 22px;
}

.offer-content .media-body p {
    font-size: 14px;
    color: #0f4c85;
    font-family: "Open Sans";
    font-weight: 400;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}

.treding-sec {
    padding: 80px 0;
    color: #fff;
}

.treding-sec .row {
    align-items: center;
}

.treding-content {
    max-width: 380px;
    margin: auto;
}

.treding-content strong {
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    font-family: "Open Sans";
    letter-spacing: normal;
    display: block;
    margin-bottom: 30px;
}

.treding-content p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
    color: #fff;
    font-family: "Open Sans";
    letter-spacing: normal;
    margin-bottom: 20px;
}

.treding-content .treding-link {
    color: #2aa0ca;
    text-decoration: underline;
    font-size: 18px;
    font-family: "Open Sans";
}

.treding-img-wrap {
    position: relative;
}

.treding-img-wrap img {
    width: 100%;
    border: 1px solid #fff;
    -webkit-border: 1px solid #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

.treding-img-wrap .img-txt {
    position: absolute;
    top: 20px;
    left: 60px;
    max-width: 250px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    font-size: 48px;
    font-style: italic;
    font-family: times new roman, times, serif;
    color: #2aa0ca;
    text-shadow: rgba(255, 255, 255, .6) 1px 1px 1px, rgba(0, 0, 0, .6) -1px -1px 1px;
    -webkit-text-shadow: rgba(255, 255, 255, .6) 1px 1px 1px, rgba(0, 0, 0, .6) -1px -1px 1px;
    -moz-text-shadow: rgba(255, 255, 255, .6) 1px 1px 1px, rgba(0, 0, 0, .6) -1px -1px 1px;
}

.treding-img-wrap .img-txt span {
    color: #fff;
}

.download-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.offwhite-bg {
    width: 100%;
    height: 63px;
    background-color: rgba(217, 217, 217, .78);
    text-align: center;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .2), 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .2), 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, .2), 0 0 10px rgba(0, 0, 0, .2);
}

.offwhite-bg h1 {
    color: #000;
    text-transform: uppercase;
    line-height: 63px;
    letter-spacing: 2.1px;
    margin-bottom: 0;
}

.offwhite-bg h1 span {
    line-height: 0px;
    font-family: "Roboto-Bold";
}

.os-row ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}

.os-row ul li {
    list-style: none;
    margin-right: 50px;
}

.os-row ul li a {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
}

.os-row ul li a:hover,
.os-row ul li a:focus,
.os-row ul li a:active {
    color: #fff;
    text-decoration: none;
}

.os-row ul li a img {
    width: 55px;
}

.metatrader-img-container {
    margin-bottom: -90px;
    pointer-events: none;
    margin-top: 70px;
}

.getting-start-sec {
    background-color: #eaf4f6;
    padding-top: 100px;
    padding-bottom: 80px;
}

.getting-start-sec .font-2,
.getting-start-sec .font-4 {
    text-align: center;
    color: #00305b;
    line-height: normal;
    letter-spacing: normal;
    letter-spacing: normal;
    margin-bottom: 0;
}

.getting-start-sec .row {
    margin-top: 100px;
    justify-content: center;
}

.getting-start-content {
    text-align: center;
}

.getting-start-content .top-img {}

.getting-start-content h6 {
    color: #00305b;
    line-height: normal;
    letter-spacing: .4px;
    margin-top: 40px;
    margin-bottom: 0;
}

.getting-start-content p {
    font-size: 12px;
    color: #0f4c85;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 70px;
}

.getting-start-content .screw-btn {
    margin: auto;
}

.getting-start-content hr {
    border-color: rgba(131, 183, 230, .65);
    width: 80%;
    margin: 20px auto 20px;
}

.getting-start-content .media {
    align-items: center;
}

.getting-start-content .media-middle {
    margin: 50px 0;
}

.getting-start-content .media img {
    width: 40px;
}

.getting-start-content .media-body {}

.getting-start-content .media-body p {
    color: #00305b;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
}

.contact-section {
    text-align: left;
}

.contact-left-col h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: normal;
    max-width: 307px;
    text-align: left;
    margin-left: auto;
}

.contact-left-col,
.contact-right-col {
    padding-top: 100px;
}

.contact-right-col .media label {
    width: 50px;
    text-align: right;
    color: #fff;
    font-weight: 600;
    margin-right: 8px;
    font-family: "Open Sans";
}

.contact-right-col .media-body a {
    color: #fff;
    font-family: "Open Sans";
}

.contact-right-col .social_icon {
    margin: 60px 0;
}

.contact-right-col input,
.contact-right-col button,
.contact-right-col select,
.contact-right-col textarea {
    width: 100%;
    padding: 10px;
    color: #000;
}

.contact-right-col input,
.contact-right-col button {
    height: 30px;
}

.contact-right-col textarea {
    height: 166px;
}

.contact-right-col .wpcf7-form p {
    margin-bottom: 0;
    line-height: inherit;
}

.contact-right-col label {
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 14px;
}

.font_8 {
    font: normal normal normal 16px/1.4em "open sans", sans-serif !important;
    color: #00305b;
}

.color_32 {
    color: #95c2fa !important;
}

.contact-right-col .wpcf7-submit {
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
    padding: 0;
    color: #fff;
    background-color: rgba(15, 76, 133, 1);
    -webkit-background-color: rgba(15, 76, 133, 1);
    border: solid rgba(255, 255, 255, 1) 1px;
    -webkit-border: solid rgba(255, 255, 255, 1) 1px;
    cursor: pointer !important;
    -webkit-cursor: pointer !important;
    transition: border-color .4s ease 0s, background-color .4s ease 0s;
    -webkit-transition: border-color .4s ease 0s, background-color .4s ease 0s;
}

.contact-right-col .wpcf7-submit:hover {
    background-color: rgba(0, 48, 91, 1);
    -webkit-background-color: rgba(0, 48, 91, 1);
    border-color: rgba(160, 160, 160, 1);
    -webkit-border-color: rgba(160, 160, 160, 1);
}

.warnign-sec {
    background-color: #003158;
    padding: 20px 0;
    color: #fff;
}

.warnign-sec .in-arrow {
    margin-top: -5px;
}

.warnign-sec .media-body {
    padding-left: 10px;
}

.warnign-sec p {
    font-family: "Open Sans Condensed";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
}

.warnign-sec p span {
    font-family: "Open Sans";
    color: #2aa0ca;
    font-size: 16px;
    font-weight: 400;
}

.warnign-sec p.color-txt {
    color: #2aa0ca;
}

.warnign-sec .back-to-top {}

.warnign-sec .back-to-top a {
    display: block;
    text-align: center;
    max-width: 105px;
    -webkit-max-width: 105px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.warnign-sec .back-to-top a:hover {
    color: #fff;
}

.warnign-sec .back-to-top .up-arrow {
    width: 26px;
    height: 26px;
    border-width: 1.5px;
    -webkit-border-width: 1.5px;
    border-style: solid;
    -webkit-border-style: solid;
    border-color: #fff transparent transparent #fff;
    -webkit-border-color: #fff transparent transparent #fff;
    margin-left: auto;
    -webkit-margin-left: auto;
    margin-right: auto;
    -webkit-margin-right: auto;
    margin-bottom: -13px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.warnign-sec .back-to-top p {
    font-family: "Open Sans";
    font-weight: 400;
    margin-bottom: 0;
}

.footer {
    background-color: #fff;
    padding: 50px 0 70px;
}

.footer a,
.footer p {
    font-family: "Open Sans Condensed";
    color: #0f4c85;
    font-size: 16px;
    font-weight: 400;
}

.footer .f-links {
    margin-bottom: 20px;
}

.footer .f-links a {
    color: #0f4c85;
    margin-right: 30px;
    text-decoration: underline;
    -webkit-text-decoration: underline;
}

.footer .f-links a:hover .footer .f-links a:focus,
.footer .f-links a:active {
    color: #0f4c85;
}

.scroll-space {
    padding-top: 112px;
    -webkit-padding-top: 112px;
    -moz-padding-top: 112px;
    margin-top: -112px;
    -webkit-margin-top: -112px;
    -moz-margin-top: -112px;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}