/* ----------------------------------------------------------------
	Custom CSS
----------------------------------------------------------------- */

/* Button Classes */

.btn {
	border-radius: 2px !important;
}

.btn:hover {
    transition: all .3s;
}

.start-trading-btn {
    margin-top: -137px;
    position: relative;
}
.start-trading-btn a {
    height: 100px;
    width: 355px;
    /*padding-top: 16px;*/
    padding-top: 26px;
    font-size: 30px;
    font-weight: bold;
}
.start-trading-sub-text {
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.vertical-middle a:focus {
    color: white !important;
}
/* Margin Classes */
.margin-auto{
    margin: 0 auto;
}
.margin-0 {
    margin: 0 !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}
.margin-top-70 {
    margin-top: 70px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
/* Padding Classes */

.padding-0 {
    padding: 0 !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

/* Display Classes */

.display-ib {
    display: inline-block !important;
}

/* Border Classes */

.border-radius-0 {
    border-radius: 0 !important;
}
.border-radius-2 {
    border-radius: 2px !important;
}
.border-top-dark-grey-1 {
    border-top: 1px solid #555 !important;
}

/* Font Color Classes */

.font-white {
	color: #fff !important;
}

.font-green {
	color: #24AA4B !important;
}

.font-green-bright {
	color: #29CC38 !important;
}

.font-red {
	color: #ee3f3a !important;
}

/* Layout */
#TradeNowBtn {
    background: #f05222;
    padding-bottom: 14px !important;
}
    #TradeNowBtn div {
        color: #fff;
    }
#TradeNowBtn:hover {
    background: #111;
}
    #TradeNowBtn:hover div {
        color: #f05222;
    }

#header.sticky-style-2 {
    height: 111px;
}
/*#header, #header-wrap, #logo img {
    height: 60px;
}*/
#header.sticky-style-2 #header-wrap {
    height: 52px;
    background: #eee;
}

.header-extras {
    margin: 10px 0;
}
#primary-menu.style-2 > div > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
#primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger, #header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

#nav-signup-btn-li, #nav-tradenow-btn-li {
    right: 13px;
}
#nav-signup-btn-li a, #nav-tradenow-btn-li a {
    margin: 0 !important;
    padding: 0px 20px 10px 27px !important;
    color: #fff !important;
}
#nav-signin-btn-li {
    position: absolute !important;
    right: 318px;
}
#nav-signin-btn-li:hover, #nav-signup-btn-li:hover, #nav-tradenow-btn-li:hover {
    background: transparent;
}
#nav-signin-btn-li a {
    margin: 5px !important;
    padding: 0px 10px 10px 23px !important;
    color: #21A94A !important;
    border-color: #21A94A !important;
}
#nav-signin-btn-li a:hover {
    color: #fff !important;
    background: #21A94A !important;
}

/*.clients-grid li a, .clients-grid li img {
    width: 57% !important;    
}*/

.clients-grid li img {
    width: 73px !important;
}

.clients-grid li, .testimonials-grid li {
    padding: 26px 0 !important;
}

.timeline-logo img {
    width: 250px;
    margin: 30px 0;
}

/*Stock Ticker*/
#tickerBar {
    background: #000; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(#ccc, #ddd, #eee); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#ccc, #ddd, #eee); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#ccc, #ddd, #eee); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#ccc, #ddd, #eee); /* Standard syntax */
    border-bottom: 1px solid #555;
}
.ticker {
    /*Use Important due to over ticker css from javascript.*/
    padding:8px 0 0 !important;
    max-height:43px;
    text-align: center;
    overflow:hidden;
    line-height: 17px;
}
.ticker>div {
    display: inline-block;
    padding: 0 0 2px 0px;
    width: 210px;
    text-align: left;
    text-align: center;
    border-right: 2px solid #ccc;
}
.ticker > div > span > a {
    color: #1ba39c !important ;
    font-size: 12px;
}
.ticker-up {
    color: #b6ff00;
    font-size: 13px;
}
.ticker-down {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}
.ticker-stock, .ticker-chg {
    font-weight: bold;
}
.ticker-price {
    font-weight: bold;
    font-size: 15px;
}
.ticker-arrow {
    font-size: 15px;
}
#tickerInfo {
    font-size: 10px;
    color: #777;
    line-height: 15px;
    padding: 4px 0 0 0;
}

/*Carousel*/
.carousel-control.right, .carousel-control.left {
    background: transparent;
}
.carousel-indicators li {
    border-radius: 0 !important;
    height: 5px !important;
    width: 20px !important;
    background-color: #555;
    border: none;
}
.carousel-indicators {
    bottom: -80px;
}
.about-company {
    background: url(../images/about/about-bg.jpg);
    margin-bottom: 20px;
    padding-top: 25px;
}
.about-commodities {
    background: url(../images/about/bg-commodities.png) no-repeat 0px -30px / cover;
}
.about-commodities2 {
    background: url(../images/about/commoditeid_bg2.png) no-repeat 0px -30px / cover;
}
.about-commodities2 h4, .about-commodities2 span{
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}
.about-commodities p, .about-commodities2 p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.about-commodities2 ul{
    list-style: inside;
    color: #fff;
}
.about-commodities2 li{
    line-height: 20px;
}
.padding-right-50{
    padding-right: 50px;
}

/********************/
/* Lastest Research and Morning breifing*/
/*******************/
.brief_section {
    padding-bottom: 5px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 5px;
}
.brief_section:last-child{
    margin-bottom   : 30px;
}
.curr_date {
    font-size: 12px;
}
.detail {
    display: block;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 991px) {
    #nav-signin-btn-li, #nav-signup-btn-li {
        position: relative !important;
        right: auto;
    }
    #header, #header-wrap, #logo img {
        height: 60px;
        padding-top: 10px;
    }
    #nav-signup-btn-li {
        display: none;
    }
    #tickerBar {
        display: none;
    }
    .sm-hide {
        display: none !important;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
   .heading-block h1 {
        font-size: 44px;
    }
   #primary-menu ul li > a {
        padding: 10px 8px;
    }
   #header.full-header #primary-menu > ul {
    
     padding-right: 0px; 
     margin-right: 0px;
    }
   #header.full-header #logo {
     padding-right: 0px; 
     margin-right: 0px;
    }
    #logo {
     margin-right: 0px; 
    }
    #header, #header-wrap, #logo img{
        height: 50px;
    }
    #primary-menu ul li > a {
        font-size: 10px;
    }
    #top-search a i{
        top: -28px;
    }
}
@media only screen and (max-width: 1359px) and (min-width: 1281px) {
    #header.full-header #logo {
        padding-right: 0px; 
        margin-right: 0px; 
    }
    #logo {
        margin-right: 0px;
    }
    #primary-menu ul li > a {
        padding: 39px 12px;
    }
}