﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Titillium+Web:wght@300&display=swap');

body {
    font-family: 'Titillium Web', sans-serif !important;
    /*background-color: #F0FFF3;*/
    /*background-color: #EFFBFF;*/
    /* background-color: #E3F6F5;*/
    background: url('../bgpattern.jpg') !important;
    
}
.container {
    background-color: #F0FFF9 !important;
}
.navbg {
    background: #CC397B;
    background: #CC397B;
    background: linear-gradient(to bottom, #CC397B 0%, #BD2A6C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CC397B), color-stop(100%, #BD2A6C));
    background: -webkit-linear-gradient(top, #CC397B 0%, #BD2A6C 100%);
    background: -moz-linear-gradient(top, #CC397B 0%, #BD2A6C 100%);
    background: -o-linear-gradient(top, #CC397B 0%, #BD2A6C 100%);
    background: -ms-linear-gradient(top, #CC397B 0%, #BD2A6C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC397B', endColorstr='#BD2A6C', GradientType=0);
    border: 1px solid #AE1B5D;
    box-shadow: inset 0 1px 0 #DB488A;
    -webkit-box-shadow: inset 0 1px 0 #DB488A;
    -moz-box-shadow: inset 0 1px 0 #DB488A;
}
.zoomcontainer {
    display: inline-block;
    overflow: hidden; /* clip the excess when child gets bigger than parent */
}

    .zoomcontainer img {
        transition: transform .5s; /* Animation */
    }

    .zoomcontainer:hover img {
        transform: scale(1.3);
        transform-origin: 50% 50%;
    }
    a{
        text-decoration:none;
        color:white;
    }
/*----- top bar start ------*/
.top-bar {
    background: #00BBF0;
    min-height: 40px;
    z-index: 999999;
    width: 100%;
}

.top-text {
    display: inline-block;
    padding: 7px 5px 7px 5px;
    text-decoration:none;
}

    .top-text a {
        font-size: 16px;
        color: #fff;
        text-decoration:none
    }

        .top-text a:hover {
            color: #F4E6E7;
        }

.topright {
    float: right;
    text-align: right;
}

    .topright a {
        line-height: 39px;
        color: #fff;
        font-size: 14px;
        padding: 0px 12px;
        float: right;
    }

        .topright a:hover {
            background-color: #fff;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .topright a.facebookicon:hover {
            background-color: #3b5998;
            color: #fff;
        }

        .topright a.twittericon:hover {
            background-color: white;
            color: #fff;
        }

        .topright a.linkedinicon:hover {
            background-color: white;
            color: #fff;
        }

        .topright a.googleicon:hover {
            background-color: #dd4b39;
            color: #fff;
        }
/*----- top bar end ------*/

/*box shadows*/
* {
    margin: 0;
    padding: 0;
}

.style-01 {
    position: relative;
}

    .style-01::before, .style-01::after {
        content: '';
        position: absolute;
        top: 80%;
        bottom: 13px;
        display: block;
        width: 50%;
        -webkit-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        z-index: -1;
        left: 10px;
    }

    .style-01::before {
        background: transparent;
        right: 10px;
        left: auto;
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    .style-01::after {
        background: transparent;
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

.style-02 {
    position: relative;
}

    .style-02::before {
        content: '';
        position: absolute;
        top: 80%;
        bottom: 13px;
        display: block;
        width: 50%;
        -webkit-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        z-index: -1;
        right: 10px;
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

.style-03 {
    position: relative;
}

    .style-03::after {
        content: '';
        position: absolute;
        top: 80%;
        bottom: 13px;
        display: block;
        width: 50%;
        -webkit-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        z-index: -1;
        left: 10px;
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

.style-04 {
    position: relative;
    -webkit-box-shadow: 0 24px 10px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 24px 10px -20px rgba(0, 0, 0, 0.5);
}

.style-05 {
    position: relative;
}

    .style-05::before {
        content: '';
        position: absolute;
        bottom: 3px;
        display: block;
        width: 80%;
        height: 10px;
        border-radius: 100px / 10px;
        -webkit-box-shadow: 0 7px 13px rgba(0, 0, 0, 0.5);
        box-shadow: 0 7px 13px rgba(0, 0, 0, 0.5);
        z-index: -1;
        background: transparent;
    }

.style-06 {
    position: relative;
}

    .style-06::before, .style-06::after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .style-06::after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

.style-07 {
    position: relative;
}

    .style-07::before, .style-07::after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        top: 10px;
        bottom: 10px;
        left: 0;
        right: 0;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .style-07::after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }
p {
    font-family: 'Titillium Web', sans-serif;
    margin-right: 7%;
    margin-left: 3%;
    font-size: 1rem;
    font-weight: 500;
    text-align:justify;
    line-height:1.5;

}
.contact-heading {
    font-family: 'Titillium Web', sans-serif;
    color: #510400;
    font-style:italic;
    margin-bottom: 20px;
    padding-top: 15px;    
    font-weight: 900;
    max-width: 600px;
    font-size: 24px;
    text-align:left;
    background: linear-gradient(to bottom, #510400, white);
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #510400), color-stop(0.15, #510400), color-stop(0.3, #510400), color-stop(0.45, #510400), color-stop(0.6, #510400),color-stop(0.75, #510400), color-stop(0.9, #ff2), color-stop(1, #510400) );
    background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.contact-headingsmall {
    font-family: 'Titillium Web', sans-serif;
    font-style: italic;
    color: #510400;
    margin-bottom: 20px;
    padding-top: 15px;
    height: 40px;
    font-weight: 700;
    max-width: 400px;
    font-size: 18px;
    text-align: left;
    background: linear-gradient(to bottom, #510400, white);
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #510400), color-stop(0.15, #510400), color-stop(0.3, #510400), color-stop(0.45, #510400), color-stop(0.6, #510400),color-stop(0.75, #510400), color-stop(0.9, #ff2), color-stop(1, #510400) );
    background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.heading {
    color: #510400;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}
.txt-justify{
    text-align:justify !important;
}
.maroonGradient {
    background: linear-gradient(to bottom, white, white);
}
.boxshadow {
    box-shadow: 0px 0px 1px 0px rgb(0 0 0);
}
    .boxshadow:hover {
        box-shadow: 0 5px 10px 0 #5FB3CE,0 2px 15px 0 white;
        transition: transform 0.4s ease-in-out;
        transition-delay: 10s; /* delays for 1 second */
        -webkit-transition-delay: 10s; /* for Safari & Chrome */
    }

    /*smallslider*/
    .slidecontainer{
    width: 400px;
    overflow: hidden;
    border: 10px solid #ffffff;
    border-radius: 8px;
    box-shadow: 10px 25px 30px rgba(0,0,0,0.3);
}
.slidewrapper{
    width: 100%;
    display: flex;
    animation: slide 16s infinite;
}
@keyframes slide{
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    55%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-200%);
    }
    80%{
        transform: translateX(-300%);
    }
    100%{
        transform: translateX(-300%);
    }
}
.slideimg{
    width: 100%;
}
.logo-text {
    color: #0000a0;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    font-family: 'Monotype';
    text-shadow: 1px 1px 1px lightgrey;
}

.logo-text1 {
    display: block;
    color: #0000a0;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    text-shadow: 1px 1px 1px lightgrey;
}

    .logo-text1 span {
        color: #f75700;
        border-top: solid 1px #dc3545;
    }

.logo-text2 {
    display: block;
    color: red;
    text-align: left;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: -15px;
    padding: 2px 0px 0px 0px;
    font-family: 'Titillium Web', sans-serif;
}

.logo-text3 {
    color: black;
    text-align: left;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: -15px;
    font-family: 'Titillium Web', sans-serif;
}

/*waves****************************/


 
.demo {
    background: #3d3d3d !important;
}

.testimonial {    
    margin: 0 20px 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #ffc33c;
    border-left: none;
    border-right: none;
    text-align : center;
}

    .testimonial .pic {
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .title {
        display: block;
        margin: 0 0 7px 0;
        font-size: 20px;
        font-weight: 600;
        color:yellowgreen;
        font-weight:600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .testimonial .post {
        display: block;
        font-size: 15px;
        color: #fff;
        font-weight:800;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .testimonial .description {
        font-size: 16px;
        color: #fff;
        font-weight:400;
        
        line-height: 30px;
    }

.owl-theme .owl-controls {
    margin-top: 0;
}

    .owl-theme .owl-controls .owl-page span {
        background: #fff;
        opacity: 0.8;
        transition: all 0.3s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span {
        background: #ffc33c;
    }
