* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    font-family: "canada-type-gibson";
}
p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.windfarms-logo {
    left: 120px;
    width: 170px;
    height: 90px;
    object-fit: cover;
}
.windfarms-header-logo {
    position: absolute;
    /*width: 120px;*/
    right: 120px;
    height: 90px;
    object-fit: cover;
    top: 20px;
}
.windfarms-bg {
    position: relative;
    z-index: -1;
}
.windfarms-title h1 {
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
}
.windfarms-content-wrapper {
    background: linear-gradient(180deg, #f4f3ce 0%, #f6f6f6 80%);
}
.martin-logo {
    width: 130px;
}
.windfarms-footer-logo {
    width: 400px;
}
.copywrite {
    font-size: 14px;
    text-align: end;
    line-height: 20px;
}
.windfarms-content-row {
    width: 80%;
    margin: 0 auto !important;
}
.footer-wrapper {
    width: 75% ;
}
.windfarms-content-heading h1 {
    width: 45%;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
}
.windfarms-content-first {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}
.footer-contact {
    color: #000;
    text-decoration: unset;
}
.footer-order-mob-2 {
    display: none;
}
.footer-order-mob-2 img {
    margin-right: 5px;
}
.linedraw-img{
   width: 80%; 
   position: absolute;
    bottom: -45px;
    left: -30px;
}
@media screen and (max-width: 768px) {
    .windfarms-bg {
        height: 100vh;
        object-fit: cover;
    }
    .windfarms-content-row {
        width: 95%;
    }
    .windfarms-header-logo {
        /*width: 100px;*/
        right: 50px;
        top: 20px;
    }
    .windfarms-logo {
        left: 50px;
        width: 150px;
    }
    .windfarms-content-wrapper {
        background: linear-gradient(180deg, #f3f1c0 0%, #f6f6f6 100%);
        margin-top: -60px;
    }
    .windfarms-content-first {
        width: 100%;
    }
    .footer-order-mob-2 p {
        font-size: 16px;
    }
    .footer-order-mob-2 p:nth-child(1) {
        margin-bottom: 7px !important;
    }
}
@media screen and (max-width: 767px) {
    .windfarms-footer-logo {
        width: 90%;
    }
    .footer-order-1 {
        margin-bottom: 20px;    
    }
    .martin-logo {
        width: 110px;
    }
    .copywrite {
        text-align: center !important;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .windfarms-logo {
        left: 20px;
        width: 110px;
        height: 70px;
    }
    .windfarms-header-logo {
        /*width: 75px;*/
        right: 20px;
        height: 70px;
        top: 20px;
    }
    .windfarms-content-first {
        padding-bottom: 0px;
    }
    .windfarms-content-first p {
        text-align: left;
    }
    .footer-order-mob-2 p:nth-child(1) br {
        display: none;
    }
    .footer-order-mob-2 {
        text-align: left !important;
    }
    .footer-order-mob-2 img {
        margin-right: 10px;
    }
}
@media screen and (max-width: 600px) {
    .windfarms-title h1 {
        font-size: 28px;
        width: 95%;
        top: 55%;
    }
    .windfarms-content-heading h1 {
        width: 97%;
        font-size: 25px;
        text-align: left;
    }
    .footer-wrapper {
        width: 90% !important;
    }
    .footer-contact {
        margin-bottom: 7px;
        display: inline-block;
    }
    .footer-order-mob-2 p {
        font-size: 18px;
    }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
    .windfarms-title h1 {
        font-size: 40px;
        width: 70%;
        top: 55%;
    }
    .windfarms-content-heading h1 {
        width: 100%;
        font-size: 35px;
    }
    .footer-wrapper {
        width: 90% !important;
    }
    .footer-contact {
        margin-bottom: 7px;
        display: inline-block;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .windfarms-title h1 {
        font-size: 42px;
        width: 70%;
        top: 55%;
    }
    .windfarms-logo {
        left: 60px;
    }
    .windfarms-header-logo {
        right: 60px;
    }
    .windfarms-content-row {
        width: 90%;
    }
    .footer-wrapper {
        width: 90% ;
    }
    .windfarms-content-heading h1 {
        width: 70%;
        font-size: 35px;
    }
    .windfarms-content-first {
        width: 90%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .windfarms-title h1 {
        font-size: 50px;
        width: 80%;
    }
    .windfarms-logo {
        left: 80px;
    }
    .windfarms-header-logo {
        right: 80px;
    }
    .windfarms-content-row {
        width: 90%;
    }
    .footer-wrapper {
        width: 90% ;
    }
    .windfarms-content-heading h1 {
        width: 60%;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1440px) {
    .windfarms-title h1 {
        width: 60%;
        font-size: 50px;    
    }
    .windfarms-content-heading h1 {
        width: 56%;
    }
    .windfarms-content-first {
        width: 75%;
    }
}
@media screen and (min-width: 2000px) {
    .windfarms-title h1 {
        width: 40%;
    }
    .windfarms-content-heading h1 {
        width: 35%;
    }
    .windfarms-content-first {
        width: 55%;
    }
}
@media screen and (max-width: 870px) {
    .footer-order-mob-2 {
        display: block;
    }
    .footer-order-2 {
        display: none;
    }
}


/* New Footer */
.footer_logo {
    width: 30%;
    margin-bottom: 20px;
}
.footer_address {
    font-size: 18px;
    font-weight: 100;
}
/*.copywrite {*/
/*    position: absolute;*/
/*    bottom: 40px;*/
/*}*/
.footer_address_contact {
    font-size: 18px;
    font-weight: 100;
}
.footer_address_contact a {
    text-decoration: none;
    color: #000;
}
.footer_address_contact strong {
    font-weight: 600;
    margin-right: 10px;
}
.footer_new {
    margin-top: 160px;
    margin-bottom: 80px;
}
.footer_new .col-lg-4.footer_illustration {
    position: relative;
}

@media (max-width: 991px) {
    .footer_logo {
        position: unset; 
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .copywrite {
        position: unset;
        text-align: center !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .footer_illustration {
        order: -1;
        margin-bottom: 20px;
        text-align: center;
    }
    body {
        background: linear-gradient(180deg , #F6F6F6 100% , #fff 100%);
    }
    .linedraw-img {
        width: 80%;
        position: unset;
    }
    .footer_new .col-lg-4.position-relative, .footer_address {
        text-align: center;
    }
    .footer_new .col-lg-2.footer_add {
        align-items: center;
    }
    .footer_new {
        margin: 40px 0px 0px;
    }
    .footer_address_contact {
        text-align: center;
    }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
    .footer_new {
        margin: 60px 15px 0px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footer_logo {
        width: 60%; 
        bottom: 0px;
    }
    .footer_new .col-lg-4.position-relative {
        width: 20%;
    }
    .footer_new .col-lg-4.footer_illustration {
        width: 35%;
        text-align: center;
    }
    .footer_new .col-lg-2.footer_add {
        width: 30%;
    }
    .footer_new .col-lg-2.position-relative {
        width: 15%;
    }
    .copywrite {
        margin-left: -10px; 
        bottom: 0px;
    }
    body {
        background: linear-gradient(180deg , #F6F6F6 100% , #fff 100%);
    }
    .linedraw-img {
        width: 90%;
        left: 0px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .footer_logo {
        width: 60%; 
    }
    .footer_new .col-lg-4.position-relative {
        width: 17%;
    }
    .footer_new .col-lg-4.footer_illustration {
        width: 35%;
        text-align: center;
    }
    .footer_new .col-lg-2.footer_add {
        width: 30%;
    }
    .footer_new .col-lg-2.position-relative {
        width: 18%;
    }
    .linedraw-img {
        width: 80%;
        left: 20px;
    }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .footer_logo {
        width: 50%; 
    }
    .footer_new .col-lg-4.position-relative {
        width: 23%;
    }
    .footer_new .col-lg-4.footer_illustration {
        width: 35%;
        text-align: center;
    }
    .footer_new .col-lg-2.footer_add {
        width: 25%;
    }
    .footer_new .col-lg-2.position-relative {
        width: 17%;
    }
    .linedraw-img {
        left: 0px;
    }
}

@media (min-width: 2000px){
    .martin-desc-sec{
        padding-bottom: 100px;
    }
}








