
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@200;300;400;500;600;700;800&family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap');



/* Base CSS */

.icons-container {margin-left:100px;}
.icons-container .icon p {margin-left: 10px;}
.buttons-wrapper .btn:last-of-type {margin-left: 16px;}
.buttons-wrapper .btn:first-of-type {margin-right: 16px; background-color: #26A447;;}


.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #3E5A61;
}

body {
    color: #4C575C;
    font-weight: 400;
    font-family: 'Catamaran', sans-serif;

}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

a, button, input, textarea{
    outline: none !important;
    font-family: 'Catamaran', sans-serif;
}

.section-padding{
    padding: 80px 0;
}

.container{
    max-width: 1170px;
}




/*================================== Commodities history Area Start =================================*/

.commodities_history_area {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
img.bg_overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    left: 0;
}
.area__title h2 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    color: #3E5A61;
}
.commodities_history {
    max-width: 450px;
}
.commodities_history p {
    color: #4C575C;
    font-size: 19px;
    margin-bottom: 20px;
}




/*================================== Commodities history Area End =================================*/










/*================================== Commodities Area Start =================================*/
.commodities_market_area {
    background-image: url(/wp-content/uploads/2022/07/bg-20.png);
    background-size: cover;
    background-position: center;
    background-color: #3B474D;
    padding: 125px 0;
}

.commodities_market_area .area__title h2 span {
    color: #269532;
    font-weight: 700;
}
.area__title {
    margin-bottom: 50px;
}
.area__title h2 {
    font-family: 'Catamaran', sans-serif;
    font-size: 42px;
    line-height: 46px;
    font-weight: 400;
}
.commodities_market_area .area__title h2 {
    color: #fff;
}
.commodities_text p {
    color: #fff;
    font-size: 19px;
    letter-spacing: .25px;
    line-height: 30px;
    font-weight: normal;
}
.commodities_text p b {
    font-weight: 600;
}
.commodities_text {
    margin-bottom: 25px;
}
.commodities_text:last-child {
    margin-bottom: 0px;
}
.commodities_text h4 {
    font-size: 24px;
    color: #269532;
    margin-bottom: 5px;
}
span.grn_txt {
    color: #269532;
}
/*================================== Commodities Area End =================================*/




/*================================== Success Trade Area Start =================================*/
.success_trade_area {
    background-image: url(/wp-content/uploads/2022/07/bg-21.png);
    background-position: center;
    background-size: cover;
    background-color: #ddd;
    padding: 100px 0;
    padding-bottom: 80px;
}
.success_top_content {
    text-align: center;
    margin-bottom: 100px;
}
.succes_txt {
    max-width: 650px;
    margin: 0 auto;
}
.succes_txt p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.succes_txt p a {
    color: #269532;
    text-decoration: none;
}
.success_top_content h2 {
    color: #FFFFFF;
    font-size: 42px;
    letter-spacing: .25px;
    font-weight: 400;
}
.success_top_content span {
    letter-spacing: 2.04px;
    color: #269532;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 20px;
    display: inline-block;
}
.succes_trade_btn {
    margin-top: 35px;
}
.succes_trade_btn a {
    display: inline-block;
    text-decoration: none;
    margin: 0 7px;
    color: #fff;
    border-radius: 40px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.22px;
    height: 50px;
    width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.start_btn {
    background: #26A447;
    transition: .3s;
}
.free_btn {
    background: #31484E;
    transition: .3s;
}
.start_btn:hover {
    background: #31484e;
}
.free_btn:hover {
    background: #26A447;
}
.success_list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.success_list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 17px;
    
}

.success_list ul li::before {
    content:none;
}

.success_list ul li img {
    margin-right: 15px;
}
.success_list li span {
    width: 34px;
    display: inline-block;
}
.success_list li img {
    max-width: 30px;
}

/*================================== Success Trade Area End =================================*/