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


.common__btn {
    background: #0BA347;
    border-radius: 28px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 35px;
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    border: 1px solid #0BA347;
    transition: .3s;
}

/*================================== Social Tranding Area Start =================================*/

.social-tranding-area {
    background-image: url(/wp-content/uploads/2022/08/bg-50.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}


.social_tranding_content h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 400;
}
.social_tranding_content p {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    line-height: 29px;
}
.social_tranding_content {
    max-width: 540px;
    padding: 90px 0;
}
.common__btn:hover {
    background: transparent;
    color: #0BA347;
}
.social_tranding_content a {
    margin-top: 20px;
    font-weight: 300;
}


/*================================== Social Tranding Area End =================================*/





/*================================== Zero Markets Area Start =================================*/
.zero-markets-area {
    background-position: center;
    background-size: cover;
    background-image: url(/wp-content/uploads/2022/08/bg-42.png);
    padding-top: 160px;
    padding-bottom: 130px;
    text-align: center;
}
.zero-markets-text {
    max-width: 900px;
    margin: 0 auto;
}
.zero-markets-text p {
    letter-spacing: 1.27px;
    color: #2E3642;
    text-transform: uppercase;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
  
    
}
.zero-markets-text a {
   margin-top:25px;
   font-weight: 300;
}
.res_hide{
    display: inline-block;
    font-style: normal;
}

/*================================== Zero Markets Area End =================================*/





