* {
    margin: 0;
}
html {
    background-color: #E6E3D3;
}
h1 {
    font-family: "Arial";
}

header {
    width: 100vw;
    height: 50px;
    display: flex;
    background: #E6E3D3;
    position: relative;
}

.dropdown {
    margin: 21px
}

.dpb {
    display: block;
    font-size: 1rem;
    border: 0;
    background: 0;
    padding: 1em;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    cursor: pointer;
    z-index: 3;
    margin-top: 25px;
}

.dbp:focus {
    outline: 4px solid #ebebd3;
}

.open:focus {
    outline: none;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    content: "";
    display: block;
    background: black;
    height: 4px;
    width: 2.8em;
    border-radius: 3px;
    transition: transform ease-in-out 500ms, opacity linear 300ms;
}

    .hamburger::before {
        transform: translateY(-6px);
    }

    .hamburger::after {
        transform: translateY(3px);
    }

.open .hamburger {
    transform: rotate(45deg);
}

    .open .hamburger::before {
        opacity: 0;
    }

    .open .hamburger::after {
        transform: translateY(-3px) rotate(-90deg);
    }

.dpm {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0%;
    bottom: 0;
    width: 100%;
    background: rgba(155,144,185,.85);
    transform: translateX(100%);
    transition: transform ease-in-out 750ms;
}

.dpm-open {
    transform: translateX(0);
}

@supports (clip-path: circle(0px)) {
    .dpm {
        transform: none;
        clip-path: circle(0px at top left);
        transition: clip-path ease-in-out 500ms;
    }

        .dpm.dpm-closed {
            transition-delay: 200ms;
        }

    .dpm-open {
        clip-path: circle(250% at top left);
    }
}

.dpm ol {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    float: left;
    margin-left: 5%;
    height: 60%;
}

.dpm li {
    height: 100%;
}


.dpm a {
    color: #333333;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    transition: ease-in-out .25s;
}

    .dpm a:hover,
    .dpm a:focus {
        color: black;
        font-size:30px;
        font-weight:bold;
    }

.title {
    width: 100vw;
    text-align: center;
    position: absolute;
}

    .title h1 {
        margin-top: 32px;
    }

    .title a {
        font-size: 28px;
        text-decoration: none;
        color: black;
        z-index: 100;
        position: relative;
    }

.sociald {
    width: 20vw;
    position: absolute;
    right: 0;
    text-align: right;
    margin-right:20px;
}

    .sociald svg {
        width: 25px;
        height: 50px;
        margin-top: 25px;
        margin-right: 5px;
    }

body {
    position: relative;
    font-family: "Quicksand", sans-serif;
    overflow-x:hidden;
}

.ok {
    background-color: #E6E3D3;
    position: relative;
    height: 100%;
}

.Title1 {
    background: #E6E3D3;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    margin-top:25px;
}
[class*="bg-"] {
    padding-top: 250px;
    background-repeat: no-repeat;
    padding-bottom: 250px;
    background-size: cover;
    text-align: center;
    background-position:center;
}
.bg-1{
    background-image:url(Images/PHR.jpg);
}
.bg-2 {
    background-image: url(Images/PC1.jpg);
}.bg-3{
    background-image:url(Images/RW.jpg);
}.bg-4{
    background-image:url(Images/PC2.jpg);
}
.nxtpg{
    padding: 20 0 20 0px;
    text-align: center;
    font-size:19px;
    font-weight: bold;
}
 .bg-5{
     background-image:url(Images/TgM.jpg)
 } .bg-6{
     background-image:url(Images/DPC.jpg)
 } .bg-7{
     background-image:url(Images/EgSt.jpg)
 }
.bg-8 {
    background-image: url(Images/ANYC.jpg)
}
   .socialm{
    display:none;
}

@media screen and (min-width:769px){
    .mobile{
        display:none;
    }
}
@media screen and (max-width:768px){
    .Title1 h1{
        font-size:35px
    }
    .grid{
        grid-template-columns:repeat(2,1fr);
    }
    .textdesk{
        display:none;
    }
        .nxtpg a{
        padding: 10px;
    }
    .title a{
        font-size:20px;
        margin-left:35px;
    }
    .dpb{
        font-size:.75rem;
    }
    .dpm a{
        font-size:21px;
        margin-right:10px;
    }
    .sociald{
        display:none;
    }
    .socialm{
        display:flex;
        position: absolute;
        left: 0;
        margin-left:9%;
    }

    .socialm svg{
       width: 25px;
       height: 50px;
       margin-left: 25px;
       margin-right: 5px;
    }
    #mbg{
        display:none;
    }
}