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









/*================================== History Area Start =================================*/
.history-area {
    background-color: #F7F7F7;
    padding: 100px 0;
    position: relative;
    background-image: url(/wp-content/uploads/2022/07/bg-history.png);
    background-position: center bottom;
    background-size: cover;
}
.history__text h2 {
    letter-spacing: 0px;
    color: #31484E;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Catamaran';
}
.history__text p {
    letter-spacing: -0.22px;
    color: #4c575c;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Catamaran';
    margin-bottom: 20px;
    line-height:30px;
}
.history__text.history_text_right {
    padding-top: 73px;
    padding-left: 20px;
}
.history__left {
    padding-right: 20px;
}
.history__text {
    padding-bottom: 50px;
}
/*================================== History Area End =================================*/



/*================================== Hedging Area Start =================================*/
.hedging-area {
    background-color: #2D393C;
    padding: 100px 0;
    position: relative;
    color: #fff;
    background-image: url(/wp-content/uploads/2022/07/hedging.png);
    background-size: cover;
    background-position: center;
}
.hedging-area .area__title h2 {
    color: #fff;
}
.hedging-area .area__title h2 span{
    color: #269532;
    font-weight: 700;
}
.hedging__text p {
    letter-spacing: -0.22px;
    color: #FFFFFF;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Catamaran';
    line-height:30px;
}
.hedging__text p b {
    font-weight: 500;
}
.hedging__text.hedging__text__left {
    padding-right: 15px;
}
.hedging__text.hedging__text__right {
    padding-left: 15px;
}

.area__title h2 {
    font-family: 'Catamaran', sans-serif;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    font-weight: 400;
}
.area__title {
    text-align: center;
    margin-bottom: 50px;
}
/*================================== Hedging Area End =================================*/


