* {
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden;
}

p, li{
    font-size: 15px;
    line-height: 30px;
}
.nav-item a{
    color: #7b6179;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 20px;
    text-align: center;
    &:hover{
        color: #607B61;
    }
}
.header{
    position: fixed;
    background-color: white;
    z-index: 9;
}
.banner{
    padding-top: 150px;
}
.banner-btn a{
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: #607B61;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
}
.count div{
    font-size: 20px;
}
.count h1{
    font-size: 50px !important;
}
.sec-heading{
    color: #607B61;
}

.service-btn a{
    text-decoration: none;
    color: black;
    font-size: 13px;
    background-color: white;
    border-radius: 30px;
    padding: 10px 20px;
}
.service-img{
    border-radius: 20px;
}
.industries{
    position: relative;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 490px;
    background-color: white;
    transition: transform 0.3s ease-in-out;

    
    &:hover{
        transform: scale(1.1);
        background-color: rgba(0, 0, 0, 0.664);
        color: white;
    }
}

.industry-btn a{
    text-decoration: none;
    font-size: 13px;
    color: white;
    background-color: #572e53;
    border-radius: 30px;
    padding: 10px 20px;
}
.view a{
    border: 1px solid transparent;
    border-radius: 30px;
    background-color:#572e53;
    padding: 10px 40px;
    text-decoration: none;
    color: white;

}
.case-img{
    width: 100px;
    height: 100px;
}
.casestudies{
    border-right: 1px solid lightslategray;

    &:hover{
        background-color: #607B61;
        color: white;
    }
}
.explore a{
    text-decoration: none;
    color: white;
    background-color: #572e53;
    padding: 10px 20px;
    border-radius: 30px;
}
.footer-link a{
    text-decoration: none;
    color: black;
}
.social-icons a{
    color: black !important;
    margin-right:20px;
}
.banner-submit input{
    border: 1px solid transparent;
    border-radius: 30px;
    background-color: black;
    color: white;
    padding: 5px 20px;
}
.patent-services{
    background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('./images/services.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 250px;
}
.patent-services h1{
    padding-left: 150px;
    font-size: 50px;
}
.heading{
    padding-bottom: 100px;
}
.paralegal-service{
    border: 1px solid transparent;
    border-radius: 10px 80px;
    background-color: #7b61793d;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 430px;

    &:hover{
        background-color: #607B61;
        color:white;
    }
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #607B61 !important;
    color: white !important;
}
.nav-pills .nav-link{
    color: black !important;
}

.industries-page{
    background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('./images/industries.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 250px;
}
.industries-page h1{
    padding-left: 150px;
    font-size: 50px;
}
.industries-sector{
    border: 1px solid transparent;
    background-color: white;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;

    &:hover{
        transform: scale(0.9);
        background-color: #607B61;
        color: white;
    }
}
.casestudies{
    position: relative;
}

.casestudies-page{
    background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('./images/case.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 250px;
}
.casestudies-page h1{
    padding-left: 150px;
    font-size: 50px;
}
.automotive{
    background: linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)), url('./images/automobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.auto-para:hover{
    background-color: #7b6179;
    color: white;
}
.packaging{
    background: linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)), url('./images/case-study-packaging.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mechanical{
    background: linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)), url('./images/case-study-machine-and-manufacturing.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.medical{
    background: linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)), url('./images/case-study-polymer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.resource-page{
    background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('./images/resources.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 250px;
}
.resource-page h1{
    padding-left: 150px;
    font-size: 50px;
}
.library{
    border: 1px solid transparent;
    border-radius: 20px;

}
.about-page{
    background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('./images/about.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 250px;
}
.about-page h1{
    padding-left: 150px;
    font-size: 50px;
}
.contact{
    border: 20px solid rgb(175, 175, 175);
    padding: 70px;
}
.contact-form{
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: #7b617934;
}
.social-iconsform a{
    color: black !important;
    font-size: 25px;
     margin-right:20px;
}
.choose-vast{
    border: 5px solid #607B61;
    border-radius: 10px 50px;
    padding: 30px;
    height: 650px;

    &:hover{
        border: 5px solid #7b6179;
        background-color: black;
        color: white;
    }
}
.about-img{
    width: 250px;
    height: 200px;
    border: 1px solid transparent;
    border-radius: 20px;
}
.mission{
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mission:hover{
    background-color: #607B61;
    color: white;
}
.head-color{
    color: #572e53;
}
.sustain{
    border: 1px solid transparent;
    border-radius: 10px 80px;
    background-color: #607B61;
    color: white;
    height: 700px;
}
.sus-img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
.sustainable-img{
    background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('./images/sustainable.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 250px;
}
.sustainable-img h1{
    padding-left: 150px;
    font-size: 50px;
}
.digital-img{
    background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('./images/digital.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 250px;
}
.digital-img h1{
    padding-left: 150px;
    font-size: 50px;
}
.nav-item:hover .dropdown-menu {
    display: block;
}
.blog-page{
    background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('./images/blog.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 250px;
}
.blog-page h1{
    padding-left: 150px;
    font-size: 50px;
}
.footer ul{
    padding-left: 10px !important;
}
.links a{
    text-decoration: none;
    color: black;
}
.links{
    list-style-type: none;
}

.get-btn a{
        border: 1px solid transparent;
        border-radius: 30px;
        background-color: #315232;
        padding: 10px 40px;
        text-decoration: none;
        color: white;
}
.one-line input{
    border: none;
    border-bottom: 1px solid lightslategray;
}
.subscribe{
    background-color: #572e53 !important;
    color: white !important;
    margin-right: -20px;
}
.contact-page{
    background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('./images/contact.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 250px;
}
.contact-page h1{
    padding-left: 150px;
    font-size: 50px;
}
@media screen and (min-width:2000px) and (min-width:1001px)
{
    .industry-btn{
        bottom: 30px;
        left: 110px !important;
    }
}
@media screen and (min-width:1000px)
{
    .casestudies{
        height: 500px;
    }
    .industry-btn{
        position: absolute;
        bottom: 30px;
        left: 80px;
    }
    .explore{
        position: absolute;
        bottom: 30px;
    }

}
@media screen and (max-width:767px)
{
    .casestudies{
        height: 420px !important;
    }
    
    .about-page h1{
        padding-left: 15px;
        text-align: center;
        font-size: 35px;
    }
    .choose-vast{
        height: 1055px;
    }
   
    .paralegal-service{
        height: 450px;
    }
    .blog-page h1{
        padding-left: 130px;
        font-size: 35px;
    }
    .patent-services h1{
        padding-left: 80px;
        font-size: 35px;
    }
    .get-heading{
        text-align: center;
    }
    .get-btn{
        padding-bottom: 50px;
    }
    .sustain{
        height: 800px;
    }
    .sustainable-img h1{
        padding-left: 10px;
        font-size: 35px;
        text-align: center;
    }
    .digital-img h1{
        padding-left: 10px;
        font-size: 35px;
        text-align: center;
    }
    .industries-page h1{
        padding-left: 60px;
        font-size: 35px;
    }
    .casestudies-page h1{
        padding-left: 10px;
        font-size: 50px;
        text-align: center;
    }
    .resource-page h1{
        padding-left: 10px;
        font-size: 35px;
        text-align: center;
    }
    .contact-page h1{
        padding-left: 40px;
        font-size: 35px;
    }
}
@media screen and (min-width:768px) and (max-width:999px){
    .services{
        position: relative;
        height: 350px !important;
    }
    .service-btn{
        position: absolute;
        bottom: 20px;
        left: 50px;
    }
    .paralegal-service{
        height: 550px;
    }
    .industries{
        height: 500px;
    }
    .industry-btn{
        position: absolute;
        bottom: 30px;
        left: 110px;
    }
    .choose-vast{
        height: 630px;
    }
    .resource-page h1{
        padding-left: 100px;
    }
    .casestudies{
        position: relative;
        height: 450px;
    }
     
    .explore{
        position: absolute;
        bottom: 40px;
    }
}
