body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.38;
    padding-bottom: 130px;
    min-height: 100vh;
    position: relative;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 35px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    align-items: center;
    background-color: #f6f6f6;
}


.header__logo,
.header__logo img {
    /* max-width: 150px; */
    max-height: 40px;
}

.header__logo img{
    /* filter:drop-shadow(1px 1px 2px rgba(255,255,255,0.1)); */
}

.header__menu {
    display: flex;
    align-items: center;
}

.header__menu ul {
    display: flex;
    align-items: center;
}

.header__menu ul li {
    margin: 0 20px;
    position: relative;
}

.header__menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 200px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.3);
    padding: 10px;
}

.header__menu ul li:hover ul {
    display: flex;
    flex-direction: column;
}

.header__menu ul li:hover ul li {
    margin: 20px 20px 0 0;
}

.header__menu ul li a {
    color: #000;
    transition: all 0.2s ease-in-out;
}

.header__menu ul li a:hover {
    color: #444;
}

/* hamburger icon */
.header__menu-icon {
    --menu-color: #e99f16;
    position: absolute;
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: rgba(0,0,0, 0.2);
    border: 1px solid var(--menu-color);
}

.header__menu-icon .hamburger {
    width: 18px;
    height: 12px;
}

.header__menu-icon .hamburger>div {
    height: 2px;
    margin-bottom: 3px;
    background: var(--menu-color);
    transform-origin: 50% 50%;
}

.header__menu-icon .hamburger>div:nth-child(3),
.header__menu-icon .hamburger>div:nth-child(1) {
    transition: all 0.3s ease-in-out;
}

.main-content{
    padding-top:80px;
}

/* top section home page with banner */
.banner-section {
    background-image: url('/wp-content/themes/prajna/images/semi-conductors2.jpg');
    min-height: 60vh;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section.small {
    min-height: 60vh;
    background-attachment: initial;
}

.banner-section.services {
    background-image: url('/wp-content/themes/prajna/images/services-banner1.jpg');
}

.banner-section.about-us {
    background-image: url('/wp-content/themes/prajna/images/aboutus-banner.jpg');
}

.banner-section h1 {
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-section.small h1{
    width: auto;
}

.banner-section h1 a {
    background: #d94948;
    font-size: 15px;
    text-decoration: none;
    color: white;
    padding: 10px 40px;
    display: inline-block;
    max-width: 200px;
    border-radius: 30px;
    font-weight: 300;
    margin-top: 25px;
}


.ul-wrapper {
    display: flex;
    justify-content: center;
}

/* home page - about us */
.ul-wrapper ul {
    width: 250px;
    text-align: left;
}

.section-type-1 {
    padding: 80px 35px;
}

.section-type-1.mod-1 {
    background: #eee;
}

.section-type-1 h5 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    color: initial;
}

.section-type-1 h2 {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: initial;
}

.section-type-1 {
    color: #002234;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
}

.section-type-1 p {
    margin: 20px 0;
}

.service-list {
    list-style-type: disc;
    list-style-position: inside;
}

footer {
    background-color: #011627;
    padding: 45px 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0; 
    height: 130px;
}

a[href] {
    color: #000;
    font-weight: 400;
}

@media screen and (max-width:1200px) {
    .header__menu-icon.open .hamburger>div:nth-child(2) {
        visibility: hidden;
    }

    .header__menu-icon.open .hamburger>div:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

    .header__menu-icon.open .hamburger>div:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }


    .header__menu.open {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        left: 0;
        justify-content: center;
    }

    .header__menu.open ul {
        flex-direction: column;
        align-items: center;
    }

    .header__menu.open ul li {
        margin: 7px 20px;
        text-align: center;
    }

    .banner-section h1 {
        font-size: 50px;
        padding: 20px 20px;
        background: rgba(0, 0, 0, 0.3);
    }
}

@media screen and (max-width:768px) {
    .header__logo, .header__logo img{
        max-height: 25px;
    }
    .banner-section h1 {
        font-size: 35px;
    }

    .section-type-1 {
        padding: 40px 15px;
    }

    .section-type-1 h2 {
        font-size: 22px;
    }

    .header__menu {
        display: none;
    }

    .header__menu.open {
        display: flex;
    }

    .header__menu-icon {
        display: flex;
    }



    .header__menu ul li a,
    .header__menu ul li:hover a {
        color: #000;
    }

    .header__menu ul li ul {
        position: relative;
        top: auto;
        width: auto;
        text-align: center;
        font-size: 0.8em;
    }

    .header__menu ul li:hover ul li {
        margin: 7px 20px;
    }

}