﻿/********** Template CSS **********/
:root {
    --primary: rgba(238, 119, 104, 60%);
    --secondary: rgb(238, 119, 104);
    --light: #F4F6F8;
    --dark: #000;
}

body, html {
    overflow-x: hidden;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

    .btn::after {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .btn.btn-primary::after {
        background: var(--dark);
    }

    .btn:hover::after,
    .btn.active::after {
        width: 50%;
        left: 25%;
    }

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.navbar-nav .nav-link {
    position: relative;
    /*left: 30px;*/
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (max-width: 500px) {
    .bg-light-radial {
        background-color: #353130;
    }

    p {
        text-align: left;
        font-size: 14px;
    }

    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 12px;
    }

    .portfolio-item {
        height: auto;
    }

    .l-h {
        display: none;
    }

    .btt {
        font-size: 8px;
        z-index: 3;
        position: relative;
        top: 60px;
        border-radius: 7%;
        color: black;
        background-color: rgba(238, 119, 104, .6);
    }

    .ik {
        position: relative;
        right: 50px;
    }

    .j {
        font-size: 12px;
        text-align: start;
    }

    .pri {
        color: black;
        position: relative;
        bottom: 5px;
        right: 20px;
        font-weight: bold;
    }

    .term {
        color: black;
        position: absolute;
        right: 45px;
        bottom: 5px;
        font-weight: bold;
    }

    .pri:hover {
        color: rgba(238,119,104,60%);
        cursor: pointer
    }

    .term:hover {
        color: rgba(238,119,104,60%);
        cursor: pointer;
    }

    .p-t {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .ok {
        position: relative;
        left: 40%;
        color: black;
        font-size: 10px;
    }

    .p-t {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    #term {
        border: 2px solid rgba(238,119,104,60%);
        border-radius: 8%;
        position: fixed;
        margin-left: 14%;
    }

    .new-react-version {
        padding: 20px 20px;
        border: 1px solid #eee;
        border-radius: 20px;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
        text-align: center;
        font-size: 14px;
        line-height: 1.7;
    }

        .new-react-version .react-svg-logo {
            text-align: center;
            max-width: 60px;
            margin: 20px auto;
            margin-top: 0;
        }

    /* Rating Star Widgets Style */
    .rating-stars ul {
        list-style-type: none;
        padding: 0;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

        .rating-stars ul > li.star {
            display: inline-block;
        }

            /* Idle State of the stars */
            .rating-stars ul > li.star > i.fa {
                font-size: 1em; /* Change the size of the stars */
                color: #ccc; /* Color on idle state */
            }

            /* Hover state of the stars */
            .rating-stars ul > li.star.hover > i.fa {
                color: rgb(238,119,104);
            }

            /* Selected state of the stars */
            .rating-stars ul > li.star.selected > i.fa {
                color: #FFCC36;
            }

    .p-l {
        margin-right: 80px;
    }

    .an1 {
        font-size: 20px;
        font-family: 'Lucida Calligraphy';
        position: relative;
        bottom: 5px;
        line-height: 50px;
    }

    .z {
        font-family: 'Lucida Calligraphy';
    }

    .an4, .an6 {
        width: 100%;
    }

    .an4 {
        animation: wiggle 7s linear infinite;
    }

    .an3 > i {
        background-color: rgba(238,119,104,60%);
        color: white;
        font-size: 2rem;
        border-radius: 5%;
    }

    #lan1 {
        display: block;
        border-color: rgb(238,119,104);
        border-radius: 20%;
    }

    .lo {
        display: block;
        position: relative;
    }

    .lo1 {
        display: block;
        position: relative;
        top: 30%;
        height: 20px;
    }

    .lo a {
        font-size: 10px;
    }

    .counter1 {
        position: relative;
        bottom: 46px;
        left: 6px;
        font-size: 18px;
        font-weight: bold;
    }

    #count {
        display: block;
        position: fixed;
        margin-left: 68%;
        margin-top: 8%;
    }

    .logo {
        height: 40px;
    }

    .discount {
        margin: 0px;
    }

        .discount label {
            color: black;
        }

        .discount input {
            position: relative;
        }

        .discount button {
            position: relative;
            right: 105%;
        }

    .in-c {
        width: 150px;
        margin-right: 60px;
    }

    .ik {
        height: 50%;
        width: 100%;
        border-radius: 5%;
    }

    .n-b {
        display: none;
    }

    .ser {
        width: 75%;
        border-radius: 5%;
    }

    .no {
        display: none;
    }

    #icon {
        text-decoration-line: underline;
        cursor: pointer;
    }

    #an-is {
        margin-bottom: 10px;
        display: none;
    }

    .copy {
        bottom: 40px;
    }

    .fon {
        font-size: 14px;
    }

    .key {
        font-size: 18px;
        font-family: 'Lucida Calligraphy';
    }

    .ser1 {
        display: none;
    }

    #f-book, #f-mag, #f-kides {
        margin-bottom: 6px;
        margin-top: 3px;
        height: auto;
        position: absolutes;
        width: 100%;
        padding: auto;
        padding-bottom: 3px;
    }

    #first, #sec, #thi {
        margin-bottom: 6px;
        margin-top: 3px;
        height: auto;
        padding-bottom: 3px;
        position: relative;
        left: 15%;
    }

    .fa-cart-plus {
        font-size: 11;
    }

    #first > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #sec > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #thi > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #f-book > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #f-mag > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #f-kides > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .sma {
        position: relative;
        left: 7px;
    }

    .comm {
        font-size: 10px;
        width: 100px;
    }

    .item-num {
        width: 30px;
        position: relative;
        right: -20px;
    }

    .exp {
        margin-bottom: 20px;
    }

    .new-ic {
        display: none;
    }

    .ar {
        display: none;
    }

    .end1 {
        position: relative;
        bottom: 50px;
    }

    .blog {
        display: block;
    }

    .text-1 {
        position: relative;
        bottom: 50px;
    }

    .insta {
        width: 200%;
        background-image: url('/img/inst.png');
        position: relative;
        right: 45%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .comment-box h4 {
        position: relative;
        left: 10%;
    }

    .rating {
        position: relative;
        left: 10%;
    }

    .ar1 {
        font-size: 3rem;
        border-radius: 5%;
        color: rgba(238, 119, 104, .6);
        padding: 0;
    }
}

@media (min-width: 501px) {

    .conc {
        font-size: 25px !important;
        margin: 0 auto;
        width: 50%;
        letter-spacing: 1px;
        line-height: 35px
    }

    .insta {
        width: 100%;
        background-image: url('/img/inst.png');
    }

    .blog {
        display: none;
    }

    .ar {
        font-size: 3rem;
        position: relative;
        top: 80px;
        left: 60px;
        border-radius: 5%;
        color: rgba(238, 119, 104, .6);
    }

    .alu {
        position: relative;
        left: 25%;
    }

    .bg-light-radial {
        background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
        background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
        background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
        background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
        background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
        background-size: 3px 3px;
    }

    .p-l {
        position: relative;
        left: 30%;
    }

    .new-ic:hover {
        color: rgb(238, 119, 104);
    }

    .new-ic:focus {
        color: rgb(238, 119, 104);
    }

    .new-ic {
        animation: geometric-form-animation 3s alternate;
        clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
        box-shadow: 2px 2px 31px 5px rgba(0,0,0,0.71);
        position: relative;
        left: 9%;
    }

    @keyframes geometric-form-animation {
        0% {
            transform: rotate(0deg);
        }

        50% {
            transform: rotate(90deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .i-1 {
        color: #3f87a6;
    }

    .i-2 {
        color: #850554dc;
    }

    .i-3 {
        color: #850505;
    }

    .i-4 {
        color: #ff8036;
    }

    .i-5 {
        color: #036d0c;
    }

    .i-6 {
        color: #011d29;
    }

    .in-po {
        font-size: 30px;
        position: relative;
        top: 6px;
    }

        .in-po:hover {
            color: rgb(238, 119, 104);
        }

    .sma {
        position: relative;
        left: 16px;
        font-size: 13px;
    }

    .item-num {
        width: 50px;
        position: relative;
        right: 20px;
    }

    .logo {
        height: 60px;
    }

    #st {
        width: 300px;
        margin-left: 38%;
    }

    #bo {
        width: 300px;
        margin-left: 38%;
        display: none;
    }

    #ma {
        width: 300px;
        margin-left: 38%;
        display: none;
    }

    #first1, #sec1, #thi1, #f-book, #f-mag, #f-kides {
        margin-bottom: 60px;
        margin-top: 30px;
        height: auto;
        position: absolutes;
        padding: auto;
        padding-bottom: 30px;
    }

    #sec1, #thi1 {
        display: none;
    }

    #first1 > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #sec1 > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #thi1 > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #f-book > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #f-mag > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #f-kides > .first {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .j {
        font-size: 12px;
        text-align: start;
    }

    .btt {
        font-size: 10px;
        z-index: 3;
        position: relative;
        top: 60px;
        left: 70px;
        border-radius: 7%;
        color: black;
        background-color: rgba(238, 119, 104, .6);
    }

    .key {
        font-size: 50px;
    }

    p {
        text-align: justify;
        font-size: 18px;
    }

    .an3 > i {
        background-color: rgba(238,119,104,60%);
        color: white;
        font-size: 2rem;
        border-radius: 5%;
    }

    .an4 {
        animation: wiggle 7s linear infinite;
    }

    .an1 {
        font-size: 55px;
        font-family: 'Lucida Calligraphy';
        position: relative;
        top: 5%;
    }

    .an4, .an6 {
        width: 50%;
    }

    .lo {
        display: none;
    }

    .z {
        font-family: 'Lucida Calligraphy';
    }

    .lan {
        position: relative;
        right: 60px;
        border-color: rgb(238,119,104);
        border-radius: 20%;
    }

    #lan1 {
        display: none;
        border-color: rgb(238,119,104);
        border-radius: 20%;
    }

    #count {
        display: none;
    }

    .discount {
        margin: 20px;
    }

        .discount label {
            position: relative;
            left: 50px;
            top: 5px;
            color: black;
        }

        .discount input {
            position: relative;
            right: 100px;
        }

        .discount button {
            position: relative;
            right: 105%;
        }

    .in-c {
        width: 200px;
    }

    .ik {
        height: 100%;
        width: 100%;
        border-radius: 5%;
    }

    .ikk {
        height: 500px;
        border-radius: 5%;
    }

    .ser {
        display: none;
    }

    .ser1 {
        display: block;
    }

    #icon {
        text-decoration-line: underline;
        cursor: pointer;
    }

    #an-is {
        margin-bottom: 10px;
        display: none;
    }

    #first1, #sec1, #thi1 {
        margin-left: 7%;
    }

    .age {
        font-size: 18px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 15, 40, .5);
    z-index: 1;
    transition: none;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

    .service-item .service-icon i {
        transition: .2s;
    }

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin-bottom: 60px;
    height: auto;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(238, 104, 119, .6);
}

.book {
    width: 75%;
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.container-fluid {
    height: auto;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

.portfolio-container {
    min-height: auto;
    max-height: auto;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

.border-start {
    border-radius: 10%;
    border-color: darkgray;
}

.form-control {
    border-radius: 8%;
}

.log {
    border-radius: 8%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgba(238,119,104,90%);
}

.footer {
    border-top-right-radius: 5%;
    border-top-left-radius: 5%;
}

.btn-primary {
    border-radius: 8%;
}

.btn-outline-primary {
    border-radius: 8%;
}

.btn-outline-primary {
    border-radius: 8%;
}

.k {
    border-radius: 8%;
}

.img-fluid {
    border-radius: 8%;
}

.portfolio-title {
    border-radius: 8%;
}

.bt {
    z-index: 10;
    position: relative;
    left: 110px;
    top: 60px;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background-color: rgb(238,119,104);
        color: rgba(238,119,104);
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}

h6.m-0, .h4 {
    font-family: 'Bell MT';
    color: black;
}

p.mb-4, p.mb-2 {
    font-size: 18px;
}

.tit {
    font-size: 10px;
}

@media (max-width: 500px) {

    .myfirst {
        animation: myfirst 5s linear 2s infinite alternate;
        text-align: center;
        font-size: 20px;
    }

    @keyframes myfirst {
        0% {
            color: rgb(255,255,255, 0.5);
            left: 0px;
            top: 0px;
        }

        25% {
            color: rgba(255, 255, 255, 0.8);
            ;
            left: 200px;
            top: 0px;
        }

        50% {
            color: rgba(238,119,104, .6);
            left: 200px;
            top: 200px;
        }

        75% {
            color: rgba(238,119,104, .6);
            left: 0px;
            top: 200px;
        }

        100% {
            color: rgb(255,255,255, .8);
            left: 0px;
            top: 0px;
        }
    }

    .tit {
        font-size: 8px;
    }

    .bt {
        z-index: 10;
        position: relative;
        left: 77px;
        top: 60px;
    }

    #st {
        width: 150px;
    }

    #bo {
        width: 150px;
    }

    #ma {
        width: 150px;
    }
}

.fixed {
    position: fixed;
    bottom: 0;
    z-index: 200;
    border-radius: 100%;
    background-color: rgba(238,119,104);
    text-transform: none;
}

/* .fixed1{
    position: fixed;
    bottom: 0;
    left: 220px;
    z-index: 200;
    border-radius: 50%;
    background-color: rgba(238,119,104);
    text-transform: none;
} */
.modal {
    border-radius: 20%;
}

.modal-title {
    font-family: 'Bell MT';
    font-size: 18px;
    text-align: justify;
}

.modal-body {
    border-color: rgba(238,119,104,60%);
}

.modal-footer, .modal-header {
    background-color: rgba(238,119,104,60%);
}

.close {
    border-radius: 15%;
}

.dropzone {
    width: 100px;
    height: 80px;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    border-bottom: none;
}

.file-name {
    border: 1px solid #999;
    border-radius: 0;
    border-bottom: none;
}

.upload-icon {
    margin: 25px 2px 2px 2px;
}

.upload-input {
    position: relative;
    top: -62px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.h4:hover {
    color: grey;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table th,
    table td {
        padding: .625em;
        text-align: center;
    }

    table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}

.bi-x {
    border: 1px solid rgba(238,119,104,60%);
    border-radius: 10%;
}

.cond {
    position: relative;
    left: 15%;
}

.counter {
    position: relative;
    bottom: 23px;
    left: 19px;
    font-size: 20px;
    font-weight: bold;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.an2 {
    animation-duration: 3s;
    animation-name: slideInLeft;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.an3:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.an {
    padding-left: 5%;
    padding-right: 5%;
}

.an3 {
    transition: transform .2s;
}


/* Keyframes */
@keyframes wiggle {
    0%, 7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%, 100% {
        transform: rotateZ(0);
    }
}

.an4 {
    left: calc(50% - 3em);
    top: calc(50% - 2em);
    transform-origin: 50% 5em;
}

.an5 {
    position: relative;
}

.m {
    position: relative;
    left: 7.2%;
}

.lan {
    position: relative;
    right: 60px;
    border-color: rgb(238,119,104);
    border-radius: 20%;
}

.card {
    border: 1px dashed #ed7667;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-left: 7%;
    margin-right: 7%;
    width: auto;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
}

.comment-box {
    padding: 5px;
}

.comment-area textarea {
    resize: none;
    border: 1px solid #ad9f9f;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 1px #ed7667 !important;
}

.send, .cancel {
    color: #fff;
    background-color: #ed7667;
    border-color: #ed7667;
}

.rating {
    display: flex;
    margin-top: -10px;
    flex-direction: row-reverse;
    margin-left: -4px;
    float: left;
}

    .rating > input {
        display: none
    }

    .rating > label {
        position: relative;
        width: 19px;
        font-size: 25px;
        color: #ed7667;
        cursor: pointer;
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important
        }

    .rating > input:checked ~ label:before {
        opacity: 1
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4
    }

@media (min-width: 501px) {
    .card {
        border: 1px dashed #ed7667;
        position: relative;
        left: 4%;
        display: flex;
        flex-direction: column;
        min-width: 0;
        padding: 20px;
        width: 450px;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border-radius: 6px;
        -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    }

    .comment-box {
        padding: 5px;
    }

    .comment-area textarea {
        resize: none;
        border: 1px solid #ad9f9f;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #ffffff;
        outline: 0;
        box-shadow: 0 0 0 1px #ed7667 !important;
    }

    .send, .cancel {
        color: #fff;
        background-color: #ed7667;
        border-color: #ed7667;
    }

    .rating {
        display: flex;
        margin-top: -10px;
        flex-direction: row-reverse;
        margin-left: -4px;
        float: left;
    }

        .rating > input {
            display: none
        }

        .rating > label {
            position: relative;
            width: 19px;
            font-size: 25px;
            color: #ed7667;
            cursor: pointer;
        }

            .rating > label::before {
                content: "\2605";
                position: absolute;
                opacity: 0
            }

            .rating > label:hover:before,
            .rating > label:hover ~ label:before {
                opacity: 1 !important
            }

        .rating > input:checked ~ label:before {
            opacity: 1
        }

        .rating:hover > input:checked ~ label:before {
            opacity: 0.4
        }

    .sticky-top {
        position: fixed;
        top: 90px;
        width: 100%;
    }

    .pri {
        color: black;
        position: relative;
        right: 10px;
        bottom: 5px;
        font-weight: bold;
    }

    .term {
        color: black;
        position: relative;
        right: 90px;
        bottom: 5px;
        font-weight: bold;
    }

    .pri:hover {
        color: rgba(238,119,104,60%);
        cursor: pointer
    }

    .term:hover {
        color: rgba(238,119,104,60%);
        cursor: pointer;
    }

    .p-t {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .ok {
        position: relative;
        left: 50%;
        color: black;
    }

    #term {
        z-index: 300;
        margin-left: 400px;
        margin-top: 100px;
        display: none;
        position: fixed;
        animation-name: example;
        animation-duration: 4s;
        animation-iteration-count: infinite;
    }

        #term .modal-header1 {
            width: 700px;
            height: 150px;
        }

    @keyframes example {
        0% {
            background-color: #343a40;
        }

        25% {
            background-color: rgba(238,119,104,60%);
        }

        50% {
            background-color: #343a40;
        }

        100% {
            background-color: rgba(238,119,104,60%);
        }
    }

    .new-react-version {
        padding: 20px 20px;
        border: 1px solid #eee;
        border-radius: 20px;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
        text-align: center;
        font-size: 14px;
        line-height: 1.7;
    }

        .new-react-version .react-svg-logo {
            text-align: center;
            max-width: 60px;
            margin: 20px auto;
            margin-top: 0;
        }

    /* Rating Star Widgets Style */
    .rating-stars ul {
        list-style-type: none;
        padding: 0;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

        .rating-stars ul > li.star {
            display: inline-block;
        }

            /* Idle State of the stars */
            .rating-stars ul > li.star > i.fa {
                font-size: 1.2em; /* Change the size of the stars */
                color: #ccc; /* Color on idle state */
            }

            /* Hover state of the stars */
            .rating-stars ul > li.star.hover > i.fa {
                color: rgb(238,119,104);
            }

            /* Selected state of the stars */
            .rating-stars ul > li.star.selected > i.fa {
                color: #FFCC36;
            }

    @keyframes slideInLeft {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    .aca {
        animation: 1s ease-in 0s 1 slideInLeft;
    }

    .myfirst {
        animation: myfirst 5s linear 2s infinite alternate;
        text-align: center;
    }

    @keyframes myfirst {
        0% {
            color: rgba(238,119,104,.6);
            left: 0px;
            top: 0px;
        }

        25% {
            color: rgba(0, 0, 0);
            left: 200px;
            top: 0px;
        }

        50% {
            color: rgba(238,119,104,.6);
            left: 200px;
            top: 200px;
        }

        75% {
            color: rgba(0,0,0);
            left: 0px;
            top: 200px;
        }

        100% {
            color: rgba(238,119,104,.6);
            left: 0px;
            top: 0px;
        }
    }
}

.s {
    font-size: 4rem;
    color: black;
    position: relative;
    top: 80px;
    left: 80px;
    animation: myfirst 5s linear 2s infinite alternate;
    border-radius: 5%;
}

}

.reg {
    font-size: 25px;
    color: #777;
}

    .reg:hover {
        color: rgba(238,119,104, .6);
        cursor: pointer;
        font-weight: bold;
    }

.ml1, .ml2, .ml3, .ml4, .ml5 {
    font-size: 30px;
    font-weight: bold;
}

    .ml1 .letter {
        display: inline-block;
        line-height: 1em;
    }

    .ml2 .letter {
        display: inline-block;
        line-height: 1em;
    }

    .ml3 .letter {
        display: inline-block;
        line-height: 1em;
    }

    .ml4 .letter {
        display: inline-block;
        line-height: 1em;
    }

    .ml5 .letter {
        display: inline-block;
        line-height: 1em;
    }

#san {
    display: none;
}

.w3-animate-zoom {
    font-family: 'Lucida Calligraphy';
    font-size: 20px;
    font-weight: bold;
}

.dropdown-menu {
    border-radius: 5%;
}

.video-background {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

@media (max-width: 500px) {
    .video-foreground,
    .video-background iframe {
        height: 300%;
        top: -100%;
        border-radius: 5%;
        width: 100%;
    }
}

@media (min-width: 501px) {
    .video-foreground,
    .video-background iframe {
        position: relative;
        left: 5%;
        height: 400px;
        border-radius: 5%;
        width: 80%;
    }
}

@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: 0.5rem;
    }

        .vid-info h1 {
            margin-bottom: 0.2rem;
        }
}

@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}

h5.grad {
    position: relative;
    top: 3px;
}

.slider {
    width: 300px;
    overflow: hidden;
    text-align: center;
    height: auto;
}

.ser {
    margin-left: 5%;
    margin-right: 5%;
}

.slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

    .slides::-webkit-scrollbar {
        width: 300px;
        height: auto;
    }

    .slides::-webkit-scrollbar-thumb {
        background: rgb(238, 119, 104);
        border-radius: 10px;
    }

    .slides::-webkit-scrollbar-track {
        background: transparent;
    }

    .slides > div {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 300px;
        height: auto;
        margin-right: 50px;
        border-radius: 10px;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: rgba(238, 119, 104, .6);
        font-family: 'Lucida Calligraphy';
        display: flex;
    }

.slider > a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}

    .slider > a:active {
        top: 1px;
        color: rgb(238, 119, 104);
    }

    .slider > a:focus {
        background: #eee;
    }
/* Don't need button navigation */
@supports (scroll-snap-type) {
    .slider > a {
        display: block;
    }
}

@media (min-width: 1025px) {
    .h-custom {
        height: 100% !important;
    }
}

.container-fluid {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
