
@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 */

.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;
}




/*================================== Beginner Guide Area Start =================================*/

.beginner_guide_area {
    padding: 100px 0;
    position: relative;
    background-color: #fff;
    background-image: url(/wp-content/uploads/2022/08/gold.png);
    background-position: center;
    background-size: cover;
}
.beginner_guide {
    max-width: 540px;
    margin-bottom: 30px;
}
.beginner_guide_right {
    text-align: center;
}
.beginner_guide_right img{
width: 95%;
}
.beginner_guide p {
    letter-spacing: -0.25px;
    color: #3E5A61;
    font-size: 19px;
    line-height: 30px;
}
.beginner_guide h4 {
    font-size: 20px;
    letter-spacing: -0.25px;
    color: #3E5A61;
    font-weight: 600;
}
.area__title h2 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    color: #3E5A61;
}

.beginner_guide_right {
    display: none;
    text-align: center;
    margin-top: 50px;
}



/*================================== Beginner Guide Area End =================================*/










/*================================== Factors Area Start =================================*/
.factors_area {
    background-image: url(/wp-content/uploads/2022/08/factors.png);
    background-size: cover;
    background-position: center;
    background-color: #fff;
    padding: 125px 0;
}

.area__title.text-left h2 {
    text-align: left !important;
}
.factors_area .area__title h2 {
    color: #269532;
    line-height: 45px;
}
.factors_area .area__title h2 b{
  font-weight: 700;
}
.area__title {
    margin-bottom: 50px;
}
.factors_content {
    max-width: 460px;
}
.factors_text p {
    color: #3E5A61;
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: 30px;
}
.factors_text h4 {
    font-size: 19px;
    letter-spacing: -0.25px;
    color: #3E5A61;
    font-weight: 700;
    margin-bottom: 20px;
}
.factors_text {
    margin-bottom: 30px;
}
.factors_content.factors_right {
    max-width: 520px;
}
.factors_text p a {
    color: #269532;
    text-decoration: none;
}.area__title strong {
    font-weight: 700;
}
/*================================== Factors Area End =================================*/




/*==================================  Metal CFDS Area Start =================================*/
.metal_cfds_area {
    background-image: url(/wp-content/uploads/2022/08/cfds-bg.png);
    background-position: center;
    background-size: cover;
    background-color: #ddd;
    padding: 100px 0;
}
.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;
}



/*================================== Metal CFDS Area End =================================*/