/*  */

.navbar {
    /* background: radial-gradient(ellipse farthest-corner at 0 143%, #dfdfdf 0%, #a51fbd 67%, #61219c 79%); */
    background-color: rgb(242, 242, 242);
}

.navbar ul li a {
    color: black;
}

.grid form {
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
    position: relative;
}

.grid form img {
    position: absolute;
}

header {
    width: 100%;
    height: 100px;
}

.navbar-brand {
    width: 100px;
    height: 100px;
}

.collapse {
    position: relative;
    margin-top: 50px;
}

ul li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.info {
    position: absolute;
    top: -57px;
    width: 100%;
    height: 60px;
    background-color: rgb(242, 242, 242);
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    box-shadow: 0 0 5px#33333340;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3), 0 5px 5px rgba(255, 255, 255, 0.22);
}

.info ul li {
    background: url(../images/dots.png);
    background-size: 15px 15px;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 19px;
    color: black;
}

.stats {
    border: 1px solid #CCD;
    border-radius: 10px;
    padding: 2px 25px;
}

.stats ul li {
    font-size: 13px;
    font-weight: 600;
}

.navbar-nav li a {
    font-weight: 600;
}

.subscribe .btn {
    font-size: 11px;
    padding: 1px 13px;
    font-weight: 700;
    letter-spacing: .6px;
}

.subscribe .form-control {
    font-size: 14px;
    height: 22px;
}

.add_img_frm input[type="number"],
.add_img_frm input {
    width: 182px !important;
    font-size: 14px;
}


/* About */

.about h1 {
    font-family: "Pacifico", cursive;
    color: #212529;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.about p {
    font-size: 18px;
}

.about .pixel-border {
    border: 1px solid gray;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 20px;
}

.about .get_start a {
    font-weight: 700;
    /* color: blueviolet; */
    font-size: 20px;
    transition: .3s ease-in;
}

.about .get_start a:hover {
    text-decoration: none;
    letter-spacing: .7px;
}


/* Terms */

.terms .terms-head h1 {
    font-family: "Pacifico", cursive;
    color: #212529;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.terms h1 {
    font-size: 28px;
    font-weight: bold;
}

.terms p {
    font: 18px
}


/* FAQ */

.faq .faq-head h1 {
    font-family: "Pacifico", cursive;
    color: #212529;
    font-size: 2.5rem;
    margin-bottom: 30px;
}


/*  */

.sub-title {
    font-weight: 600;
    color: #b32c21;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.faq-item {
    margin-bottom: 30px;
}

.faq-item .section-title.two {
    text-align: left;
}

.faq-item .section-title.two h2 {
    margin-bottom: 0;
}

.faq-item .accordion p {
    display: none;
    padding: 0 15px 15px 40px;
    margin-bottom: 0;
    background-color: #F9FAFF;
    position: relative;
    overflow: hidden;
}

.faq-item .accordion p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 70px;
    left: 21px;
    top: 6px;
    border-left: 5px dotted #1a1e6626;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.faq-item .accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.faq-item .accordion li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 23px;
    left: 20px;
    background-color: #404040;
}

.faq-item .accordion li:last-child {
    margin-bottom: 0;
}

.faq-item .accordion li a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px 15px 40px;
    background-color: #F9FAFF;
    color: #404040;
}

.faq-item .accordion li a:hover {
    color: #60209a;
    text-decoration: none;
}


/* Social Share */

.body-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    opacity: .5;
}

.social_share {
    z-index: 1;
    height: 150px;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -204%);
    background-color: #00000073;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in;
    border-radius: 10px;
}

.social_share>p {
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-top-right-radius: 10px;
    cursor: pointer;
}

.social_share .a2a_svg {
    height: 45px;
    width: 45px;
}


/* Contact Form */

.form_contact h1 {
    font-family: "Pacifico", cursive;
    color: #212529;
    font-size: 2.5rem;
}

.form_contact p {
    font-size: 16px;
}

.form_contact svg {
    height: 23rem;
    margin-right: 4rem;
}

.form_contact #envelope {
    animation: float 2s ease-in-out infinite;
}

.form_contact #star1,
.form_contact #star2,
.form_contact #star3,
.form_contact #star4,
.form_contact #star5,
.form_contact #star6 {
    animation: blink 1s ease-in-out infinite;
}

.form_contact #star2 {
    animation-delay: 100ms;
}

.form_contact #star3 {
    animation-delay: 500ms;
}

.form_contact #star4 {
    animation-delay: 700ms;
}

.form_contact #star5 {
    animation-delay: 300ms;
}

.form_contact #star6 {
    animation-delay: 200ms;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.form_contact .form_contact {
    height: 100vh;
}

.form_contact form {
    min-width: 25rem;
}

.form_contact form .title {
    font-family: "Pacifico", cursive;
    color: #212529;
    font-size: 2.5rem;
}

.form_contact form .form-control {
    background-color: #f2f6f8;
    border-radius: 2rem;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

.form_contact form .form-control.thick {
    height: 3.3rem;
    padding: 0.5rem 3.5rem;
}

.form_contact form .form-control:focus {
    background-color: #f2f6f8;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

.form_contact form .message .form-control {
    padding: 0.5rem 1.8rem;
}

.form_contact form ::placeholder {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #838788;
    position: relative;
    left: 0;
}

.form_contact form input,
.form_contact form textarea {
    font-family: "Quicksand", sans-serif;
    color: #212529;
    font-size: 1.1rem;
}

.form_contact form .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.1rem;
}

.form_contact .btn.btn-primary {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 3rem;
    border: 0;
    border-radius: 3rem;
    background-color: #909090;
    /* background-image: linear-gradient(131deg, #61219c, #a51fbd, #61219c, #61219c); */
    background-size: 300% 100%;
    transition: all 0.3s ease-in-out;
}

.form_contact .btn.btn-primary:hover:enabled {
    box-shadow: 0 0.5em 0.5em -0.4em #000000ba;
    background-size: 100% 100%;
    transform: translateY(-0.15em);
}


/*  */

.footer-distributed {
    /* background: radial-gradient(ellipse farthest-corner at 0 143%, #a51fbd 0%, #a51fbd 67%, #61219c 79%); */
    background-color: rgb(242, 242, 242);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}


/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}

.footer-left .logo img {
    width: 200px;
    height: 100px;
}


/* The company logo */

.footer-distributed h3 {
    color: black;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: lightseagreen;
}


/* Footer links */

.footer-distributed .footer-links {
    color: black;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #909090;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: black;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: black;
    text-decoration: none;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}


/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: black;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
    display: flex;
}

.footer-distributed .footer-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #909090;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
    transition: .3s ease-in;
}

.footer-distributed .footer-icons a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    background-color: #202020;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}