html {
    font-family: Cambria, Noto Serif Telugu;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        height: 100%;
        height: 100%;
    }
}

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

@font-face {
    font-family: "Viner Hand OTF";
    src: url("fonts/VINERITC.otf") format("opentype");
}

h1 {
    font-family: Cambria, Noto Serif Telugu;
}
h2 {
    font-family: Cambria, Noto Serif Telugu;
}
h3 {
    font-family: Cambria, Noto Serif Telugu;
}

body {
    font-family: Cambria, Noto Serif Telugu;
    margin-bottom: 60px;
    /*background-color: #ebebeb;*/
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #ffb585;
}
/* Nav Bar start*/
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid black;
    color: black;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    border-color:black;
    color: black;
}

pageHeader::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.pageHeader {
    background-color: #579192;

}

@media (max-width: 1000px) {
    .pageHeader {
        height: 70px;
        background-color: #579192;
    }
}

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 0.0rem;
    }

    .navbarItemContainer {
        width: 100%;
    }

    @media (max-width: 1000px) {
        .navbarItemContainer {
            width: 100%;
            box-shadow: none;
            border-radius: 0;
            border: none;
            margin: 10px;
        }

        .nav-item:hover {
            background-color: #e0e0e0;
        }

        .navMain {
            justify-items: center;
            display: grid;
        }
    }

    .logoFormat {
        width: 150px;
        height: 150px;
        margin-left: 10px;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    @media (max-width: 1000px) {
        .logoFormat {
            width: 40px;
            height: 40px;
        }
    }

    .navContainter {
        justify-content: right;
    }

    .navCon {
        justify-content: right;
        padding-right: 10px;
    }

    .navbar-nav {
        font-size: 20px;
        padding: 0px 10px 0px 10px;
        background-color: #fedd7e;
    }

    .navbar-brand {
        font-size: 32px;
        padding-left: 10px;
    }

    .nav-item {
        font-size: 30px;
        font-weight: bold;
        font-family: Cambria, Noto Serif Telugu;
        padding-left: 4px;
        padding-right: 4px;
    }

        .nav-item:hover {
            text-decoration: underline;
            text-decoration-thickness: 2px;
            text-underline-offset: 10px;
            text-decoration-color: #484235;
        }

    .navMain {
        width: 90%;
    }

    .navName {
        font-weight: bold;
        font-size: 70px;
        margin-top: 20px;
        font-family: 'Viner Hand OTF';
    }

    @media (max-width: 1000px) {
        .navName {
            font-size: 20px;
        }
    }

    .frontLogo {
        justify-content: center;
        display: block;
        max-width: 70px;
        width: 70px;
        height: 90px;
    }

    @media (max-width: 450px) {
        .frontLogo {
            width: 60px;
            height: 60px;
        }

        .companynameheader {
            width: 200px;
            height: 60px;
        }
    }

    .companynameheader {
        margin-left: 5px;
        justify-content: center;
        display: block;
        max-width: 60px;
        width: 60px;
        height: 60px;
    }

    p {
        font-size: 24px;
        font-weight: bold;
    }

    .ContactInfo {
        font-weight: bold;
        font-family: Cambria, Noto Serif Telugu;
        margin-top: 15px;
        margin-right: 25px;
    }

    .aboutHeader {
        justify-content: center;
        display: flex;
        padding-top: 30px;
    }

    .infobox {
        padding: 25px;
    }

        .infobox > h2 {
            text-align: center;
            font-weight: bold;
        }

        .infobox > h3 {
            text-align: center;
            font-weight: bold;
        }

        .infobox > h5 {
            font-weight: bold;
            float: left;
        }

        .infobox > p {
            font-size: 22px;
        }

    .ParagraphData {
        font-size: larger;
        font-weight: bold;
    }

    .whybox > p {
        font-size: 20px;
    }

    .aboutBanner {
        width: 600px;
        align-self: center;
    }

    .about {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 950px) {
        .navMain {
            width: 100%;
            justify-content: center !important;
        }
    }

    @media(max-width: 985px) {
        .nav-item {
            font-size: 26px;
        }
    }

    @media(max-width: 818px) {
        .nav-item {
            font-size: 22px;
            padding: 0px;
        }
    }

    .mobileNav {
        margin-top: 10px;
    }

    .border-bottom {
        border-bottom: 3px solid #484235 !important;
        box-shadow: 0 .06rem .6rem 0.0rem rgba(0, 0, 0, 0.51);
    }

    .brand-NavTop {
        padding: 0px;
        height: 61px;
        width: 61px;
    }

    @media (min-width: 1384px) {
        .col-md-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
        }

        .col-md-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
        }
    }

    @media (max-width: 540px) {
        .row {
            padding-left: 0px;
            padding-right: 0px;
            margin: 0px;
            margin-top: 10px;
        }
    }

    /* Nav Bar End*/
    /* Home Page Start*/
    .header {
        font-size: 30px;
    }

    .sst-home {
        height: 600px;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('../images/background.jpg');
    }

    .sst-overlay {
        position: inherit;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        color: white;
        background-color: rgba(0, 0, 0, .67);
    }

    .sst-home h1 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 30px;
        z-index: 9;
    }

    .sst-home p {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
    }

    @media (max-width: 700px) {
        .sst-home p {
            font-size: 14px;
        }
    }

    @media (max-width:760px) {
        .header {
            max-height: 225px;
        }
    }

    @media (max-width:1100px) {
        .header {
            padding: 95px;
        }
    }

    @media (max-width:505px) {
        .header {
            padding: 57px;
            padding-top: 66px;
        }
    }

    .headerText {
        background-color: #000000e0;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
        width: fit-content;
        position: relative;
        margin: auto;
        top: -50%;
    }

    .bannerimg {
        width: 50%;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*  width: 50%;*/ /*  width: 50%;*/
    }

    .content {
        flex: 1 0 auto;
    }

    .footer {
        flex-shrink: 0;
    }
    /* Home Page End*/
    /*Contact Page Start*/
.contactBox {
    border-color: #484235;
    border-width: 3px;
    border-style: solid;
    padding: 11px;
    border-radius: 25px;
    background-color: #579192;
}

    .contactForm {
        justify-content: center;
        font-weight: bold;
    }

    .sendFormbtn {
        width: fit-content;
        padding: 4px 10px 4px 10px;
        font-size: 24px;
        font-weight: bold;
        background: #018033;
        border-color: black;
        border-width: 2px;
    }

        .sendFormbtn:hover {
            background: #015020;
            border-color: black;
            border-width: 3px;
        }

    .sendFromArea {
        display: flex;
        justify-content: center;
        padding: 5px;
    }

    .captcha {
        width: 58%;
        justify-content: center;
        display: flex;
    }

    .contactRow {
        margin-bottom: 10px;
    }

    @media (max-width: 755px) {
        .captchaHolder {
            justify-content: center;
        }

        .sendFormbtn {
            margin-top: 20px;
        }
    }

    .captchaHolder {
        align-items: center;
    }

    .detail > p {
        padding-left: 45px;
    }

    .detail[open] > summary {
        font-size: 24px;
    }
    /*Contact Page End*/
    /*Gallery stuffs Start*/
    .item {
        justify-content: center;
    }
    /*Gallery stuffs End*/

    .servicesBox {
        justify-content: center;
        padding: 5px;
        border-radius: 20px;
        margin: 15px;
        color: black;
    }

        .servicesBox > div > h2 {
            font-weight: bold;
        }

        .servicesBox > div {
            border-color: black;
            border-width: 4px;
            border-style: outset;
            border-radius: 15px;
            font-weight: bold;
            padding: 24px;
        }

    .SvcBox {
        padding: 10px;
        color: black;
        font-size: 20px;
        font-weight: bold;
        padding: 12px !important;
        margin: 9px;
    }

    /*Sidebar Styles*/

    .content {
        position: relative;
    }

    #sidebar {
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
    }

    #sidebarcontents {
        padding: 5px 0px 5px 0px;
    }

    .layout-container {
        display: grid;
        grid-template-columns: auto 25%;
        /*grid-template-columns: auto 300px;*/
        grid-column-gap: 30px;
    }

    .leftPageSide {
        background-image: url('../images//DMSSidebarImage.jpg');
        background-size: cover;
        overflow-y: hidden;
        overflow-x: hidden;
        padding-top: 20px;
        display: block;
        height: 100%;
        width: 200px;
        position: fixed !important;
        z-index: 1;
        overflow: auto;
        float: left;
    }

    .rightPageSide {
        background-image: url('../images//DMSSidebarImage.jpg');
        background-size: cover;
        overflow-y: hidden;
        overflow-x: hidden;
        padding-top: 20px;
        display: block;
        height: 100%;
        width: 200px;
        position: fixed !important;
        z-index: 1;
        overflow: auto;
        float: right;
    }


    .wrapper .sidebar {
        background-image: url('../images//DMSSidebarImage.jpg');
        position: fixed;
        top: 0;
        left: 0;
        width: 225px;
        height: 100%;
        padding: 20px 0;
        transition: all 0.5s ease;
    }