@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


/* Global Var */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    color: #333333;
    max-width: 1920px;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333333;
}

p {
    font-size: 13px;
    line-height: 18px;
}

.button {
    border: 1px solid #333333;
    font-size: 16px;
    text-align: center;
    padding: 8px 15px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.tbl {
    display: table;
}

ul {
    font-size: 13px;
    line-height: 18px;
}

/*Global Var ends*/



/* Header and paragraphs */

h1 {
    color: red;
    font-size: 30px;
    font-weight: 100;
    margin-top: 35px;
    margin-bottom: 30px;
    color: #5D1E79;
}

.sub {
    font-size: 16px;
    margin-bottom: 30px;
    color: black;
    font-weight: 600;
}

    .sub.quote {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 45px;
        color: black;
        font-weight: 600;
        font-style: italic;
        padding: 0 300px;
    }

        .sub.quote .author {
            font-size: 14px;
            font-weight: 300;
        }

.display-p p {
    font-size: 16px;
    color: #444;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    line-height: 30px;
}

.body-p {
    font-size: 14px;
    text-align: left;
    padding: 15px 60px;
}

    .body-p p {
        margin: 15px 0px;
    }
/* Header and paragraphs ends*/


/* Header */

#header {
    width: 100%;
    clear: both;
}

#logo {
    float: left;
    padding: 15px;
}

    #logo img {
        width: 156px;
    }

.nav {
    list-style-type: none;
    text-align: right;
    margin-top: 30px;
    padding: 15px;
}

    .nav ul {
        font-size: 18px;
    }

    .nav li {
        float: left;
        list-style-type: none;
        margin-right: 30px;
    }

        .nav li:last-child {
            margin-right: 0px;
        }

        .nav li:hover, .nav li:active {
            color: #5D1E79;
            border-bottom: 3px solid #5D1E79;
        }

            .nav li:hover a, .nav li:active a {
                color: #5d1e79;
            }

        .nav li a.active {
            color: #5d1e79;
            font-weight: 600;
            border-bottom: 3px solid #5D1E79;
        }
/* Header Ends */


/* Slideshow */

.slideshow-img {
    position: relative;
}

    .slideshow-img img {
        width: 100%;
    }

    .slideshow-img .text-on-image {
        font-size: 28px;
        text-align: right;
        font-weight: 300;
        position: absolute;
        right: 330px;
        bottom: 150px;
    }

    .slideshow-img .button {
        position: absolute;
        right: 557px;
        bottom: 100px;
        background-color: white;
    }
/* Slideshow ends */
/* Content */
#homepage_title {
    text-align: center;
}

.content {
    margin-top: 30px;
}

    .content.gray {
        background-color: #EBE9E9;
    }

    .content .content-inner {
        max-width: 1440px;
        margin: 0px auto;
        position: relative;
        padding: 30px;
    }

/* EDITED WIDTH FROM 23 to 30 */
        .content .content-inner .col {
            width: 30%;
            padding: 0 1%;
            text-align: center;
            float: left;
            position: relative;
        }

        .content .content-inner .col-half {
            width: 45%;
            padding: 0 1%;
            text-align: left;
            float: left;
            position: relative;
        }



        .content .content-inner .col-wide {
            width: 30%;
            padding: 0 1%;
            float: left;
            text-align: center;
        }

        .content .content-inner .col .title {
            text-align: center;
            color: #5D1E79;
            font-size: 18px;
        }

        .content .content-inner .col-half .title {
            color: #5D1E79;
            font-size: 24px;
            margin-bottom: 30px;
        }

        .content .content-inner .col-half p {
            line-height: 24px;
        }

        .content .content-inner .col .button {
        }

        .content .content-inner .col .spaceholder {
            display: inline-block;
            height: 45px;
        }

        .content .content-inner .col-wide .title {
            font-size: 18px;
            color: black;
            border-bottom: 5px solid #A6CE39;
            display: inline-block;
            line-height: 30px;
        }

        .content .content-inner .col p {
            margin-top: 15px;
            text-align: left;
        }

        .content .content-inner .col-wide p {
            margin-top: 15px;
            text-align: left;
        }

        .content .content-inner .col img {
            width: 100%;
            margin-bottom: 15px;
        }
        .content .content-inner .col-wide img {
            width: 100%;
            margin-bottom: 15px;
        }
/* Content Ends */




/*footer*/
.footer {
    background-color: #5D1E79;
    padding: 30px;
    clear: both;
}

.footer-inner {
    max-width: 1440px;
    margin: 0px auto;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
}

.footer-bottom {
    background-color: #351144;
    padding: 15px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

    .footer-bottom a {
        color: #ffffff !important;
    }
/*footer ends */











.flex-caption {
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
}

li.css a {
    border-radius: 0;
}

.flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

    .flex-direction-nav li {
        list-style-type: none;
    }

        .flex-direction-nav li:first-child {
            float: left;
        }

        .flex-direction-nav li:last-child {
            float: right;
        }

    .flex-direction-nav .flex-nav-prev a {
        width: 20px;
        text-align: center;
        height: 20px;
        padding: 15px;
        font-size: 25px;
        opacity: 0.7;
        background-color: white;
        margin-left: 30px;
    }

    .flex-direction-nav .flex-nav-next a {
        opacity: 0.7;
        background-color: white;
        width: 20px;
        text-align: center;
        height: 20px;
        padding: 15px;
        ;
        font-size: 25px;
        margin-right: 30px;
    }

.flex-control-paging {
    display: none;
}
/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus {
    margin-top: 30px;
    border: none;
    margin-bottom: 30px;
}

#contactus fieldset {
    border: none;
}

#contactus label {
    font-size: 16px;
    color: #5D1E79;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

    #contactus input[type="text"], textarea {
        font-size: 16px;
        padding: 10px;
        font-weight: 300;
        border: 1px solid #999;
        box-sizing: border-box;
    }

    #contactus input[type="text"] {
        width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

#contactus #scaptcha {
    width: 60px;
    height: 18px;
}

    #contactus input[type="submit"] {
        padding: 15px 45px;
        float: right;
        box-shadow: 0px 0px 0px transparent;
        border: 0px solid transparent;
        text-shadow: 0px 0px 0px transparent;
        background-color: #5D1E79;
        color: white;
    }

#contactus textarea {
    height: 120px;
    width: 100%;
}

#contactus input[type="text"]:focus, textarea:focus {
    color: #000;
    border: 1px solid #000000;
    font-weight: bold;
}

#contactus .container {
    margin-top: 8px;
    margin-bottom: 10px;
}

#contactus .error {
    color: #900;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}

#contactus fieldset#antispam {
    padding: 2px;
    border-top: 1px solid #EEE;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: 350px;
}

    #contactus fieldset#antispam legend {
        font-size: 0.8em;
        font-weight: bold;
        color: #333;
    }

#contactus .short_explanation {
    font-size: 13px;
    color: #333;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
    display: none;
    width: 10px;
    height: 3px;
}

#fg_crdiv {
    font-size: 0.3em;
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20);
}

    #fg_crdiv p {
        display: none;
    }

    .ways-of-contact {
        font-size: 28px;
        font-weight: 300;
        margin-top: 30px;
    }

@media screen and (min-width: 901px) {
    .hidden-xs {
        display: block;
    }
    .visible-xs {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
  
    #header {
        text-align: center;
    }
    #logo {
        float: none;
        margin: 0px auto;
        overflow: auto;
        display: inline-block;
    }

    .nav {
        margin-top: 23px;
        padding: 0px;
        width: 100%;
        position: absolute;
    }
    #menuToggle {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle input {
        display: block;
        width: 60px;
        height: 50px;
        position: absolute;
        top: -7px;
        left: 15px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }


        #menuToggle span {
            display: block;
            width: 33px;
            height: 4px;
            left: 20px;
            top: 15px;
            margin-bottom: 5px;
            position: relative;
            background: #333333;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }


    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }


    #menu {
        position: absolute;
        top: 60px;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-120%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

        #menu li {
            display: inline-block;
            width: 100%;
            background: #ededed;
            padding: 15px 0px;
            border-bottom: 1px solid #333333;
            text-align: center;
        }

            #menu li:hover, #menu li:focus {
                border-bottom: none;
                background: #5D1E79;
                border-bottom: 1px solid #333333;
                color: white;
            }

    #menuToggle input:checked ~ ul {
        transform: none;
    }

    .content .content-inner .col {
        width: 100%;
        margin-bottom: 30px;
    }
    .content .content-inner .col .button{
       margin-top: 15px;
    }
    .content .content-inner .col-wide {
        width: 100%;
        margin-bottom: 30px;
    }
    .ways-of-contact {
        font-size: 18px;
        margin-top: 15px;
    }

    #contactus {
   margin-top: 15px;
        }
    #homepage_title {
        padding: 0 30px;
    }
    .slideshow-img{
        text-align: center;
    } 
    .slideshow-img .text-on-image {
        font-size: 24px;
        font-weight: 300;
        position: absolute;
        top: 30px;
        text-align: center;
        display: block;
        width: 100%;
        left: 0px;
    }
        .slideshow-img .button {
            position: absolute;
            top: 65px;
            right: 30%;
            bottom: initial;
            left: 30%;
            background-color: white;
        }
    .content .content-inner .col-half {
        width: 100%;
    }

    .content .content-inner .col-half {
        margin-bottom: 30px;
    }
    .sub.quote {
        padding:0px;
    }

    h1 {
        margin-top: 15px;
    }
    .body-p {
        padding: 0px;
    }

    .footer a{
        color: white;
    }
    }