    /* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */
    /* html {
    color: #808185;
    background-color: #fff;
    align-content: center;
    height: 100%;
    width: 100%;
} */
    
    strong {
        color: #fd7e14;
    }
    /* header*/
    
    header {
        width: 100%;
    }
    
    .top-nav {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: -100vh;
        z-index: 50;
        background-color: #16162d;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
        transition: all 650ms cubic-bezier(1, 0, 0, 1);
    }
    
    .nav {
        margin-left: 25%;
        width: 100%;
        float: left;
        /* margin-top: -10px; */
    }
    
    .nav-item {
        color: grey;
        font-size: 18px;
        padding: 10px 30px;
        text-decoration: none;
    }
    /* a:active {
    text-decoration: underline;
} */
    
    .nav-item:hover {
        color: #fd7e14;
    }
    
    .icon {
        padding-top: 5px;
    }
    
    .search-icon {
        width: 400px;
        /* float: right; */
        margin-top: 25px;
    }
    
    .search-box {
        box-shadow: none;
        border-radius: 20px;
        height: 30px;
        /* float: right; */
        border: 1px solid #fd7e14;
        margin-left: -100px;
    }
    
    .nav-list {
        list-style: none;
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 1rem;
    }
    
    li {
        margin: 0 0.5rem;
    }
    
    .nav-link {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 1.4rem;
        background: linear-gradient(to top, #808185, #808185);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .nav-link:hover,
    .nav-link:focus {
        background: linear-gradient(to top, #fd7e14, #fd7e14);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .top-nav.open {
        top: 0;
        border-radius: initial;
    }
    
    .icon {
        padding-top: 10px;
        height: 5%;
    }
    
    .answ {
        text-align: justify;
    }
    /* .search {
    border: 2px solid #fd7e14;
    border-radius: 5px;
    height: 30px;
    width: 100%;
    padding: 2px 23px 2px 30px;
    outline: 0;
    background-color: #f5f5f5;
}

.search:hover,
.search:focus {
    border: 1.5px solid #009688;
    background-color: white;
} */
    /* .wrapper {
    position: relative;
    display: flex;
    margin-left: 80%;
    margin-top: -40px;
}

.search-icon {
    position: absolute;
    top: 7px;
    right: 10%;
    width: 14px;
}

.clear-icon {
    position: relative;
    top: 0;
    right: 5%;
    width: 10px;
    cursor: pointer;
    visibility: hidden;
} */
    
    h2,
    h3,
    p {
        color: #808185;
    }
    
    h2 {
        margin-top: -15px;
        padding: 2px;
    }
    
    .menu-toggler {
        position: relative;
        top: 4rem;
        right: -4rem;
        width: 3%;
        height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 15;
        transition: transform 650ms ease-out;
    }
    
    .menu-toggler.open {
        transform: rotate(-45deg);
    }
    
    .bar {
        background: linear-gradient(to right, #fd7e14, #fd7e14);
        width: 100%;
        height: 4px;
        border-radius: .8rem;
        animation: pulse 7s infinite;
    }
    
    .bar.half {
        width: 100%;
    }
    
    .bar.start {
        transform-origin: right;
        transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    }
    
    .open .bar.start {
        transform: rotate(-450deg) translateX(.8rem);
    }
    
    .bar.end {
        align-self: flex-end;
        transform-origin: left;
        transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    }
    
    .open .bar.end {
        transform: rotate(-450deg) translateX(-.8rem);
    }
    /*end header*/
    
    .access {
        color: #fd7e14;
    }
    
    .access:hover {
        color: #fd7e14;
    }
    /*body*/
    
    .social {
        position: absolute;
        transform: rotate(-90deg);
        color: #fd7e14;
        text-transform: capitalize;
    }
    
    .welcome {
        width: auto;
        align-content: inherit;
        margin-top: 4rem;
        margin-left: 20%;
        padding: 3rem;
        padding-right: 10rem;
        border-left: thick solid #fd7e14;
        border-top: thick solid #fd7e14;
        border-right: thick solid #fd7e14;
        position: relative;
    }
    
    .btn {
        background-color: #fd7e14;
        z-index: 2;
    }
    
    .btn:hover {
        background-color: #808185;
        z-index: 2;
    }
    
    .btnlog {
        border: none;
        margin-bottom: 5%;
        padding: 10px;
        color: #fd7e14;
        width: 80px;
    }
    
    .btnlog:hover {
        border: 1px solid #808185;
    }
    
    .login {
        float: right;
        margin-right: -45%;
        margin-top: -30%;
        background-color: #fff;
        position: relative;
    }
    
    @media screen and (max-width: 768px) {
        body {
            /* width: 50%; */
            padding: 10px;
            justify-content: center;
            margin: 0;
            width: 100%;
            height: 100%;
            background: #f5f5f5;
            background-size: cover;
            /* background-color: #16162d; */
            backface-visibility: unset;
            background-blend-mode: difference;
        }
        .nav-list {
            flex-direction: column;
            display: none;
        }
        .wrapper {
            display: block;
            width: 200px;
            margin: 0 0 0 380px;
        }
        .menu-toggler {
            position: relative;
            width: 2rem;
            height: 1.5rem;
            display: flex;
            top: 1.8rem;
        }
        .clear-icon {
            position: relative;
            top: -30px;
            right: -105%;
            width: 10px;
            cursor: pointer;
            visibility: hidden;
        }
        .welcome {
            width: 700px;
            align-content: center;
            padding: 5rem;
            display: block;
            position: relative;
            margin: 0;
        }
        h2 {
            text-align: center;
        }
        .intro,
        p {
            font-size: 16px;
            justify-content: center;
            width: 200px;
            text-align: justify;
        }
        .login {
            display: grid;
            background-color: #f5f5f5;
            position: relative;
            float: none;
            margin-top: 0;
            margin-right: 0;
        }
        .login button {
            display: contents;
            padding: 10px;
            color: #fd7e14;
        }
        .btnlog {
            padding: 10%;
        }
        #social-article {
            position: relative;
            justify-content: center;
        }
        .social {
            transform: rotate(0deg);
            justify-self: center;
        }
        .carousel {
            position: relative;
            justify-content: center;
            display: none;
        }
    }
    
    @media screen and (max-width: 450px) {
        .welcome {
            width: auto;
        }
        .clear-icon {
            position: relative;
            top: -30px;
            right: -105%;
            width: 10px;
            cursor: pointer;
            visibility: hidden;
        }
        .wrapper {
            width: 150px;
            margin-left: 150px;
        }
        .menu-toggler {
            right: 0;
        }
        .intro {
            text-align: center;
            /* background-color: pink; */
            margin-left: -50px;
            text-align: center;
            padding: 15px;
            width: 300px;
        }
        .btnlog {
            padding: 30%;
            /* background-color: red; */
            width: 50%;
            text-align: center;
        }
        .thhptitle {
            margin-left: -3px;
            /* background-color: pink; */
            width: 100%;
        }
        .btdiv {
            /* border: 1px solid green; */
            display: inline-flex;
            padding-left: 8px;
            /* padding: 15px; */
        }
        .righty {
            margin-left: 50px;
            border: 1px solid #efefef;
            padding: 10px;
            width: 80px;
            background-color: #efefef;
            /* color: #f5f5f5; */
            border-radius: 5px;
        }
        .lefty {
            border: 1px solid #efefef;
            padding: 10px;
            width: 80px;
            background-color: #efefef;
            /* color: #f5f5f5; */
            border-radius: 5px;
        }
    }
    
    @media only screen and (max-width: 768px) and (min-width: 768px) {
        .welcome {
            width: auto;
        }
        .intro {
            text-align: center;
            /* background-color: red; */
            margin-left: 185px;
        }
    }
    
    @media screen and (min-width: 769px) {
        .welcome {
            width: 800px;
        }
        .nav-list {
            margin: 0;
            width: auto;
        }
        .menu-toggler {
            position: relative;
            width: 2rem;
            height: 1.5rem;
            display: flex;
            top: 1.8rem;
        }
        .login {
            margin-right: -15rem;
            margin-top: -10rem;
        }
        .wrapper {
            width: 150px;
            margin-right: 0;
        }
        .carousel-item {
            height: auto;
            align-content: center;
            margin: auto;
        }
        .d-block {
            width: auto;
            margin: auto;
        }
        .clear-icon {
            position: relative;
            top: 0;
            right: -10px;
            width: 10px;
            cursor: pointer;
            visibility: hidden;
        }
        .carousel {
            width: 700px;
            margin: auto;
        }
        .navi {
            width: auto;
        }
    }
    /* About Us */
    
    .about {
        position: relative;
        width: 100%;
        text-align: center;
        /* float: right; */
        /* border: 1px solid; */
        padding-right: 20px;
        margin-left: 60px;
        font-size: 16px;
        justify-content: center;
    }
    
    .foot {
        margin-left: 80px;
    }
    
    .dowload {
        width: 70%;
        height: 30px;
    }
    
    .purpose {
        width: 100%;
        /* height: 270px; */
        /* background: #fd7e14; */
        border: 2px solid #fd7e14;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .card {
        display: flex;
        /* margin: 40px; */
        width: 100%;
        border-radius: 15px;
    }
    
    .purpose-card {
        margin: 30px;
    }
    
    .purpose-card h4 {
        margin-bottom: 20px;
    }
    
    .ourpurp {
        margin-top: 20px;
        margin-bottom: -20px;
    }
    
    .logo {
        background: #fff;
    }
    
    .logo img {
        width: 200px;
    }
    
    .logoo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .question {
        font-size: 16px;
        color: #808185;
    }
    
    .accordion-item {
        border-radius: 10px;
        padding-bottom: 10px;
    }
    /* Gallery */
    
    .margin30 {
        margin-bottom: 30px;
    }
    
    .item-img-wrap {
        position: relative;
        text-align: center;
        overflow: hidden;
    }
    
    .item-img-wrap img {
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        width: 100%;
    }
    /************************image hover effect*******************/
    
    .item-img-wrap {
        position: relative;
        text-align: center;
        overflow: hidden;
    }
    
    .item-img-wrap img {
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        width: 100%;
    }
    
    .item-img-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    
    .item-img-overlay span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(http://bootstraplovers.com/templates/assan-2.2/main-template/img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transition: opacity 250ms linear;
        -o-transition: opacity 250ms linear;
        -webkit-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
    }
    
    .item-img-wrap:hover .item-img-overlay span {
        opacity: 1;
    }
    
    .item-img-wrap:hover img {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    /*************pagination***********/
    
    .gallery-bottom .pagination {
        margin-top: 0px;
    }
    
    .pagination>li>a,
    .pagination>li>span {
        background-color: #ccc;
        padding: 3px 9px;
        color: #fff;
        border: 0px;
    }
    
    .pagination>li>a {
        margin-right: 5px;
    }
    
    .pagination>.active>a,
    .pagination>.active>span,
    .pagination>.active>a:hover,
    .pagination>.active>span:hover,
    .pagination>.active>a:focus,
    .pagination>.active>span:focus {
        background-color: #32c5d2;
    }
    
    @media screen and (max-width:768px) {
        .foot {
            display: none;
        }
        .nav {
            display: none;
        }
        
        .moblist li :hover{
            
            color: #808185;
        }
        
    }
    
    @media screen and (min-width:768px) {
       .moblist {
           display: none;
       }     
       .help{
           display: none;
       }
    }
    .nav.nav-item{
        text-decoration: underline;
    }