﻿body
{
}

.mt100
{
    margin-top: 100px;
}
.mt150
{
    margin-top: 150px;
}

.mt250
{
    margin-top: 250px;
}
.pr_20
{
    padding-right: 20px;
}
.abouteureka
{
    display: inline-block;
    width: 100%;
    height: 400px;
    background-color: #f7f6f6;
}
.mbottom20
{
    margin-bottom: 0px;
}
.eureka_img
{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.eureka_img > img
{
    display: inline-block;
    width: 100%;
    height: 300px;
}
.Eurekahistory
{
    display: inline-block;
    width: 100%;
    height: auto;
}
.Eurekahistory > h3
{
    display: inline-block;
    color: darkblue;
    font-size: 20px;
    margin-top: 33px;
    font-family: 'abel';
    font-weight: bold;
    padding-left: 23px;
}
.Eurekahistory > p
{
   display: inline-block;
    font-size: 15px;
    color: Gray;
    line-height: 2em;
    font-family: 'abel';
    padding-left: 0px;
    text-align: justify;
    padding-right: 0px;
}
.Eurekahistory > span
{
    display: inline-block;
    color: White;
    background-color: darkblue;
    text-align: center;
    width: 30%;
    height: auto;
    margin-left: 28px;
}
.Eurekahistory > span > a
{
    text-decoration: none;
    color: White;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.Eurekahistory > span > i
{
    display: inline-block;
    color: White;
}
.rureka_youtube
{
    display: inline-block;
    width: 100%;
    height: 300px;
    margin-top: 30px;
}
.yoube_div
{
    display: inline-block;
    width: 100%;
    border: 0px;
    height: 300px;
}
.mt_20
{
    margin-top: 20px;
}

/******Upcomming Event*********/
.upcomming_div
{
    display: inline-block;
    width: 100%;
    height: auto;
    color: darkblue;
    font-size: 28px;
    text-align: center;
    font-family: 'Century Gothicitalic' , 'Open Sans';
}


.eureka_upcoming
{
    display: inline-block;
    width: 90%;
    height: auto;
}
.eureka_upcoming > img
{
    display: inline-block;
    width: 100%;
    height: 244px;
}
.new_events
{
    display: inline-block;
    width: 100%;
    height: auto;
}

.new_div
{
    display: inline-block;
    background-color: #ddd;
    width: 100%;
    height: 350px;
}
.new_events > p
{
    display: inline-block;
    width: 15%;
    height: auto;
    background-color: darkblue;
    color: White;
    text-align: center;
    font-size: 18px;
    font-family: 'abel';
    margin-left: 0px;
}
.new_events > img
{
    display: inline-block;
    width: 30%;
    height: 73px;
    padding-left: 10px;
    margin-top: -59px;
}

.content_eureka
{
    display: inline-block;
    width: 100%;
    height: auto;
}
.new_events > a
{
    text-decoration: none;
    display: inline-block;
    color: darkblue;
}
.new_events > a > h3
{
    display: inline-block;
    width: 100%;
    height: auto;
    float: right;
    margin-bottom: 37px;
    color: darkblue;
    padding-left: 10px;
    font-weight: bold;
    font-family: 'abel';
    font-size: 14px;
}
.new_events > h4
{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 21px;
    font-family: 'abel';
    color: Gray;
    padding-left: 10px;
    float: right;
    font-size: 14px;
}
.upcoomingtextcontent
{
    display: inline-block;
    width: 100%;
    height: 100px;
    box-shadow: 2px 2px 5px 1px grey;
}
.upcoomingtextcontent > h3
{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: Gray;
    font-family: 'abel';
}
.upcoomingtextcontent > p
{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: Gray;
    font-family: 'abel';
}

.carousel-control.left, .carousel-control.right
{
    margin-left: 15px;
    background-image: none;
}
/**********gallery********/
.eurekagallery
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.eurekagallery > h3
{
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
    color: darkblue;
    font-size: 20px;
    font-family: ' Century Gothicbold' , 'Open Sans';
}
.eureka_gallery
{
    background-color: #f1f1f1;
    height: auto;
    margin-bottom: 30px;
}
.mt_40
{
    margin-top: 40px;
}

/*******counter*********/

.eurekacounter
{
    display: inline-block;
    width: 100%;
    height: 600px;
    background: url('.././image/bg/backgroundcounter.jpg?v=0.1') no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.Counter2
{
    width: 100%;
    height: 140px;
    text-align: center;
    background-color: #f3f5ff;
    display: inline-block;
}
.Counter2 h1
{
    font-size: 40px;
    font-weight: bold;
}

.Counter2 p
{
    color: #e67e22;
    font-size: 25px;
    font-family: 'Century Gothicbold' , 'Open Sans';
}
.Counter2:after
{
    content: "";
    position: absolute;
    width: calc(100% - 18px);
    z-index: 99;
    bottom: 0px;
    background-color: #e67e22;
    height: 5px;
    left: 0;
}
.Counter2:before
{
    content: "";
    position: absolute;
    width: 50%;
    z-index: 99;
    bottom: 5px;
    border-top-right-radius: 50px;
    background-color: #e67e22;
    height: 5px;
    left: 0;
}

.happy-client
{
    display: inline-block;
    width: 100%;
    height: auto;
}

.happy-client > p
{
    color: White;
    display: inline-block;
    font-size: 16px;
    text-align: justify;
    line-height: 2em;
    padding-top: 1px;
    padding-left: 156px;
}


@media only screen and (max-width: 768px)
{
    .abouteureka
    {
        display: inline-block;
        width: 100%;
        height: auto;
        background-color: #f7f6f6;
    }


    .mt_20
    {
        margin-top: 0px;
    }

    .eureka_img
    {
        display: inline-block;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .eureka_img > img
    {
        display: inline-block;
        width: 100%;
        height: 320px;
    }

    .mt250
    {
        margin-top: 96px;
        margin-bottom: 50px;
    }

    .row
    {
        margin-right: 0px;
        margin-left: 0px;
    }
    .eurekacounter
    {
        display: inline-block;
        width: 100%;
        height: auto;
       background:url('.././image/bg/backgroundcounter.jpg') no-repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
    }
    .mbottom20
    {
        margin-bottom: 20px;
        display: block;
    }

    .Counter2
    {
        width: 100%;
        height: 140px;
        margin-left: 10px;
        text-align: center;
        background-color: #f3f5ff;
        display: inline-block;
    }


    .Counter2:after
    {
        content: "";
        position: absolute;
        width: calc(100% - 18px);
        z-index: 99;
        bottom: 0px;
        background-color: #e67e22;
        height: 5px;
        left: 10px;
    }


    .Counter2:before
    {
        content: "";
        position: absolute;
        width: 50%;
        z-index: 99;
        bottom: 5px;
        border-top-right-radius: 50px;
        background-color: #e67e22;
        height: 5px;
        left: 10px;
    }
    .happy-client > p
    {
        padding-left: 0px;
    }

}
