/*Header CSS*/
.alert-success{
    display: none;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 3px;
}
.actives{
    display: block !important;
    transition-delay: 0.5s;
}
#errmsg{
    color: red;
    float: left !important;
    margin: 7px 0;
}
.common-list ul li:before{
    display: inline-block;
    content: " ";
    text-shadow: none;
    border: 4px solid #000000;
    margin-right: 12px;
    vertical-align: middle;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,.navbar-brand:focus,.navbar-brand:hover{
    outline: 0;
}
nav.navbar {
    background: #174173 !important;
}
nav.navbar .nav-item a.nav-link{
    font-family: Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    text-align: right;
    color: #FFFFFF;
}
nav.navbar li.nav-item {
    padding: 0px 10px;
}
nav.navbar li.nav-item.active{
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.navbar-brand img {
    max-width: 260px;
    width: 100%;
}
/*Banner Section*/
section#banner {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(../images/home_banner.png);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#banner h1{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
}
#banner h2{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 41px;
    color: #C6C6C6;
    margin: 20px 0;
}
#banner p{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #C6C6C6;
}
.call-btn.btn{
    background: #FFB500;
    border-radius: 0;
    margin-top: 10px;
    transition: all .5s ease-in-out;
}
.call-btn.btn a,.call-btn.btn button{
    text-decoration: none;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #FFFFFF;
    padding: 18px !important;
}
.call-btn.btn:hover{
    opacity: 0.8;
}
.call-btn.btn a:focus,.call-btn.btn button:focus{
    outline: none;
    box-shadow: none;
}
/*Features Section*/
section#features {
    background-color: #F2F2F2;
    padding: 50px 0;
}
section#features li {
    width: 16%;
    display: inline-block;
    text-align: center;
}
section#features li h4{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin-top: 30px;
    text-transform: uppercase;
}
/*Settle Section*/
section#why-settle h3 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    color: #174173;
    text-transform: uppercase;
}
section#why-settle {
    padding: 60px 0;
    background-image: url(../images/sattle_background.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
section#why-settle p, section#why-settle li {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
}
section#why-settle li {
    line-height: 26px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 25px;
}
.heading-bottom{
    display: inline-block;
    content: " ";
    text-shadow: none;
    width: 100px;
    border-bottom: 6px solid #FFB500;
    margin-bottom: 30px;
}
section#why-settle li:before {
    display: inline-block;
    content: " ";
    text-shadow: none;
    border: 4px solid #174173;
    margin-right: 17px;
    position: absolute;
    top: 9px;
    left: -23px;
}
.access{
    margin-left: 30px;
}
/*Support Section*/
section#support{
    background-color: #F2F2F2;
    padding: 60px 0;
}
section#support h3 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    color: #174173;
    text-transform: uppercase;
}
section#support p{
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
.support-list{
    margin-top: 50px;
}
.support-list-div {
    border: 1px solid #174173;
    padding: 3px;
    background-color: #fff;
    margin-bottom: 30px;
}
.support-list-div img {
    width: 100%;
}
.support-list-div h5 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #174173;
    margin: 15px 0;
}
.support-list-div p {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    text-align: center;
    color: #7A7A7A !important;
    padding: 10px;
    min-height: 110px;
}
#support .heading-bottom{
    margin-bottom: 15px;
}
/*Retail CSS*/
section#retail-section {
    background: linear-gradient( rgba(23, 65, 115, 0.9), rgba(23, 65, 115, 0.9) ), url(../images/retail_background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 80px 0;
}
#retail-section .list h5 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin: 18px 0;
}
#retail-section .list p {
    color: #E5E5E5;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}
/*Explore CSS*/
section#explore{
    background-color: #F2F2F2;
    padding: 60px 0;;
}
section#explore h3 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    color: #174173;
    text-transform: uppercase;
}
section#explore p, section#explore li {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #000;
}
section#explore li:before,
.faq-list li:before {
    display: inline-block;
    content: " ";
    text-shadow: none;
    border: 4px solid #000000;
    margin-right: 12px;
    vertical-align: 3px;
}
/*Market CSS*/
section#market-section {
    padding: 50px 0;
}
section#market-section li {
    width: 19.5%;
    display: inline-block;
    text-align: center;
}
section#market-section li h4 {
    color: #2D2727;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    font-family: Arial;
    margin-top: 15px;
}
/*Different Section*/
section#different {
    background: linear-gradient( rgba(23, 65, 115, 0.9), rgba(23, 65, 115, 0.9) ), url(../images/different_background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 80px 0;
}
section#different h3 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #fff;
}
section#different li {
    font-family: Arial;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 25px;
}
section#different li:before {
    display: inline-block;
    content: " ";
    text-shadow: none;
    border: 4px solid #FFB500;
    margin-right: 25px;
}
/*common Page CSS*/
#common-banner{
    background: url(../images/product_banner.png);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#common-banner h1{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    color: #FFFFFF;
}
section.common-page {
    background-color: #fff !important;
}
#common-section-first, #common-section-second,
.common-sections{
    background-color: #F2F2F2;
    padding: 40px 0;
}
#common-section-second,
.common-sections{
    background-color: #fff;
    padding-bottom: 0;
}
#common-section-first h3, #common-section-second h3,
.common-sections h3{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    color: #174173;
}
.common-list {
    margin-bottom: 50px;
}
#common-section-first p, section#common-section-second p, #common-section-first li, section#common-section-second li,
.common-sections p{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
#common-section-second .legal-list li:before{
    display: inline-block;
    content: " ";
    text-shadow: none;
    border: 4px solid #000000;
    margin-right: 12px;
}
.legal-list{
    margin-bottom: 0px
}
.legal-list li {
    margin-bottom: 5px;
}
.common-list.legal-list li a {
    color: #000000;
    text-decoration: none;
}
/*footer CSS*/
footer{
    background-color: #F2F2F2;
    padding-top: 70px;
    padding-bottom: 5px;
}
.footer-list {
    width: 30%;
    margin-bottom: 40px;
}
.footer-list.legal-list{
    width: 20%;
}
footer h3 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #174173;
    margin-bottom: 30px;
}
footer ul {
    padding-left: 0;
}
footer ul li a,footer ul li .btn{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
    border: none;
}
footer ul li a:hover,footer ul li .btn:hover{
    color: #174173;
}
footer ul li a:focus,footer ul li .btn:focus{
    outline: 0;
    box-shadow: none;
}
.company-logo ul {
    display: inline-block;
}
.company-logo ul li {
    float: left;
    margin: 0px 10px;
}
.copyright{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    text-align:center;
}

.social-links__item
{
    display:none !important;
}




.frLink
{
    display:none !important;
}

#StockTickerContainer
{
	background:#000000;
	height:44px;
}

.set div:nth-child(1)
{
	font-weight:bold;
    margin-left:5%;
}



.set div:nth-child(3)
{
	display:none !important;
}

.main-top 
{
    position: absolute;
    top: 0px;
    width: 100%;
    background: black;
    color: white;
}
.navbar {
    margin-top: 5%;
}

/* custom css */
.footer-disclaimer {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding: 35px 35px 20px;
}
.footer-disclaimer p {
    font-size: 14px;
    color: #6D6D6D;
}
.main-top {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}
.set {
    width: 100%;
    display: flex;
    font-size: 15px;
}
#common-section-first li, section#common-section-second li {
    line-height: 30px;
}
.modal-body form .form-control {
    min-height: 55px;
    border-radius: 0;
}
.modal-body form button {
    background: #FFB500;
    padding: 10px 50px;
    border-radius: 0;
    margin-top: 10px;
    border-color: #ffb500;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.modal-body form textarea{
    width: 100%;
    padding: 10px 13px;
}
.modal-dialog {
    max-width: 580px;
}
.modal-header .close{
    position: absolute;
    right: 10px;
    top: 4px;
    opacity: 1
}
.modal-header .close:focus{
    outline: 0;
    box-shadow: none;
}
.modal-header {
    text-align: center;
}
.modal-header h2{
    font-size: 26px;
    color: #5B5B5B;
}
.tradingview-widget-container {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 68px !important;
}
.tradingview-widget-container iframe {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 4s linear infinite;
    -webkit-animation: scroll-left 4s linear infinite;
    animation: scroll-left 60s linear infinite;
    width: 75% !important;
}
/* Language switcher */
#language-switcher{
    border: 1px solid #ccc;
    background: #164173;
    font-weight: 300;
    font-size: 15px;
    padding: 4px 10px;
    color: #fff;
    text-align: left;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
/* custom css */

@media(max-width:1089px)
{
    .navbar
    {
        margin-top:8%;
    }

}

@media(max-width:951px)
{
    .navbar
    {
        margin-top:0px;
    }

    .main-top
    {
        display:none;

    }

}



