﻿body {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 3em;
    color: #4009B7;
    font-weight: bold;
}

.navbar-custom {
    background-color: #4009B7;
}

    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        /* color: #ffffff;  */
    }

.nav-link {
    color: #ffffff;
    font-weight: bold;
}


footer {
    background-color: #4009B7;
    color: #ffffff;
    height: 300px;
    padding-top: 40px;
   /* margin-top: 80px;*/
}

.footerbtn {
    background-color: #ff6e0b;
    color: #ffffff;
    border: 0px;
    border-radius: 25px;
    width: 200px;
    font-weight: bold;
}

.morebtn {
    background-color: #4009B7;
    color: #ffffff;
    border: 0px;
    border-radius: 25px;
    font-size: 12px;
    height: 25px;
    margin: 0px;
    padding: 0px 12px 0px 12px;
}

.bloginfo {
    font-size: 10px;
    color: #4009B7;
    padding-left: 8px;
}

.disc {
    margin-top: 40px;
    font-size: 10px;
}

.topspacing {
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner-about {
    background-image: url('../assets/images/banner_about.jpg');
    height: 480px;
}
.banner-faq {
    background-image: url('../assets/images/banner_faq.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 480px;
}

.logo {
    height: 60px;
}

.sidelogo {
    width: 200px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

.form-rounded {
    border-radius: 1rem;
}

.input-group {
    background-color: #ffffff;
    border-radius: 25px;
    border: 0px;
}

.input-group-text {
    border: 0px;
}

span {
    color: orange;
}

.card-header {
    background-color: #4009B7;
    color: #62BB3D;
    font-weight: bold;
}


/* 
 .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #ffffff;
    font-size: large;
    font-weight: bold;
}   */


.btn-dark {
    background-color: #4009B7;
    border-radius: 1rem;
    width: 200px;
}

.contactbox {
    background-color: #62BB3D;
    z-index: 1;
    margin: 40px 0px 200px 480px;
    padding: 50px;
    color: #ffffff;
}

.contactboxcat {
    position: absolute;
   
}

#myimg {
    max-width: 100%;
    padding-bottom: 40px;
}

#myimg2 {
    max-width: 100%;
    /* margin: 2px; */
}

.orange {
    color: #ff6e0b;
    ;
}

.purple {
    color: #4009B7;
 
}

.green {
    color: #62BB3D;

}

hr {
    border-top: 0.2px solid #4009B7;
}

.blogdiv {
    margin: 0;
    padding: 0;
}

.blogdiv:hover {
    box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.75);
}

.blogdiv > h3, .btn {
  margin: 15px;
}

.blogimgnew > img {
    max-width: 100%;
    border-radius: 8px;
}

.testing2{
    width:100%;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.btn-link {
    color: #ffffff;
    font-weight: bold;
}

.btn-link:hover {
    color: #ff6e0b;
    font-weight: bold;
    text-decoration: none;
}


/*Accordion Arrow*/


.accordion .card-header .btn:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
}

.accordion .card-header .collapsed .btn:after {
    /* symbol for "collapsed" panels */
    content: "\f106";
}

/* parallax Effects */
.parallax {
    /* The image used */
    background-image: url('../assets/images/img_parallax.jpg');
    /* Set a specific height */
    min-height: 100px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background:rgba(152, 66, 211, 0.63);*/
    color: #ffffff;
    padding-bottom: 100px;
}


.about-h3 {
    color: #4009B7;
    font-size: 18px;
    font-weight:bold;
}


#wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

 
}

.palltext {
    padding-top: 100px;
    text-align:center;
    color: #ffffff;
}




/* new css for card */

.home-top {
    padding: 20px 0px 60px 0px;
    background-color: #4009B7;
    color: #ffffff;
}
/* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
/* Design */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*html {
    background-color: #ecf9ff;
}*/

/*body {
    color: #272727;
    font-family: 'Quicksand', serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    padding: 1rem;
}*/

.main {
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

/*img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}*/

.btn2 {
    color: #ffffff;
    padding: 0.8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

.btn2:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 33.3333%;
    }
}

.card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card_content {
    padding: 1rem;
    /*background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);*/
    background: #DB5403;
}

.card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


#bgVideo {
   
}

    #bgVideo::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        /* Any overlay color that you want, here I use black with 25% opacity */
        background-color: rgba(0,0,0,0.25);
    }



/* video styling*/

.section {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section h1 {
    text-align: center;
    font-size: 6rem;
    font-family: "Open Sans";
    background: #ffffff;
    padding: 20px;
    margin: 15px;
    z-index: 1;
    opacity: 0.7;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
}

#main-div-thanks {
    padding-bottom: 510px;
}

#about-thanks {
    padding:200px 0px 100px 0px;
}

.text-centered {
    text-align: center;
}




/*Small devices (landscape phones, 576px and up)*/

@media only screen and (max-width: 600px) {
    footer {
        height: 550px;
    }

    .sidelogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        width: 300px;
    }

    .banner-about {
        height: 180px;
        width: 600px;
        background-size: cover;
    }

    .banner-faq {
        height: 180px;
        width: 600px;
        background-size: cover;
    }

    .section {
        height: 200px;
    }

    .contactbox {
        z-index: 1;
        margin: 300px 0px 0px 0px;
        padding: 20px;
    }

 
}
/*@media (min-width: 360px) {
    footer {
        height: 550px;
    }
    sidelogo {
        width: 200px;
    }


}


@media (min-width: 1000px) {
    footer {
        height: 250px;
    }
}*/