﻿/*!
 *  Author : Kishankumar S
 *  Date : 22 March 2015
 */

*, body
{
    font-family: 'Roboto Slab';
}

header .logo
{
    z-index: 36;
    z-index: 36;
    float: left;
    height: 105px;
    position: absolute;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.5);
    border-radius: 0 0 4px 4px;
}

    header .logo .navbar-brand
    {
        padding: 0!important;
        margin: 0!important;
    }

.menu
{
    background: #1fadd4;
    border-radius: 0;
    border: none;
	position:fixed;
	z-index:99;
	width:100%;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a
{
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    color: #fff;
    background-color: transparent;
}

    .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after
    {
        content: "";
        display: block;
        position: relative;
        top: 4px;
        height: 3px;
        background: #89FF00;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after
    {
        content: "";
        display: block;
        position: relative;
        top: 4px;
        height: 3px;
        background: #89FF00;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background: #1fadd4;
    color: #fff;
}

.glyphicon-search:before
{
    content: "\e003";
    color: #6ba824;
}

.form-control
{
    border-radius: 0;
}

.sl-slider-wrapper
{
    width: 100%;
	top:75px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

    .sl-slider-wrapper .bg-img
    {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

.bg-img-1
{
    background-image: url(../img/slide_1.jpg);
}

.bg-img-2
{
    background-image: url(../img/slide_2.jpg);
}

.bg-img-3
{
    background-image: url(../img/slide_3.jpg);
}

.bg-img-4
{
    background-image: url(../img/slide_4.jpg);
}

.bg-img-5
{
    background-image: url(../img/slide_5.jpg);
}

.sl-slider h2
{
    font-size: 48px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.sl-slider h2, .sl-slider blockquote
{
    padding: 40px 30px 10px 30px;
    width: 80%;
    max-width: 960px;
    color:#fff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

    .sl-slider blockquote cite
    {
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 5px;
        padding-top: 30px;
        display: inline-block;
    }

.sl-trans-elems h2
{
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both;
}

.nav-dots
{
    text-align: center;
    position: absolute;
    bottom: 2%;
    height: 30px;
    width: 100%;
    left: 0;
    z-index: 1000;
}

    .nav-dots span
    {
        background: rgba(150,150,150,0.1);
        margin: 6px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(255,255,255,0.5);
    }

    .nav-dots span
    {
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin: 3px;
        background: #ddd;
        background: rgba(150,150,150,0.4);
        cursor: pointer;
        box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1);
    }

        .nav-dots span.nav-dot-current, .nav-dots span:hover
        {
            box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 5px rgba(255,255,255,0.5);
        }

            .nav-dots span.nav-dot-current:after
            {
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                top: 3px;
                left: 3px;
                border-radius: 50%;
                background: rgba(255,255,255,0.8);
            }

.nav-arrows span.nav-arrow-prev
{
    left: 5%;
    border-right: none;
    border-top: none;
}

.nav-arrows span.nav-arrow-next
{
    right: 5%;
    border-left: none;
    border-bottom: none;
}

.nav-arrows span
{
    position: absolute;
    z-index: 2000;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 8px solid #ddd;
    border: 8px solid rgba(150,150,150,0.4);
    text-indent: -90000px;
    margin-top: -40px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slide-button
{
    padding: 12px 20px;
    z-index: 100;
    margin-top: 25px;
}

.summary-text
{
    font-weight: 300;
    letter-spacing: 8px;
    margin-bottom: 32px;
    font-size: 18px;
    opacity: 0.8;
    text-align: center;
    text-transform: uppercase;
}

.service-circle
{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #82DF17; /*#89FF00;*/
    border-radius: 50%;
}

    .service-circle img
    {
        margin: 25%;
    }

.section
{
    padding: 20px 0 70px 0;
}

.section-bg
{
    background: #1fadd4;
}

.section-bg-alt
{
    background: #6ba824;
}

.featured-img
{
    margin-bottom: 25px;
}

h4.featured-title
{
    font-weight: 400;
    opacity: 0.85;
    margin-bottom: 5px;
}

p a
{
    color: #2F5700;
}

    p a:hover
    {
        color: #2F5700;
    }

.article-btn
{
    padding: 25px 0;
}

.box-shadow
{
    moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-thumb
{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-top: -40px;
    margin-bottom: -10px;
    background: #fff;
}

    .testimonial-thumb img
    {
        margin: 17px 21px;
    }

.testimonial-container
{
    padding: 0 45px 35px 45px;
    line-height: 28px;
}

    .testimonial-container h4
    {
        margin-top: 28px;
        margin-bottom: 10px;
    }

    .testimonial-container h6
    {
        opacity: 0.4;
        font-weight: 400;
        text-transform: none;
    }

.testimonial-content
{
    font-style: italic;
    text-align: left;
}

h2.contact
{
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}

.btn-lg, .btn-group-lg > .btn, .btn
{
    border-radius: 0;
}

a.btn i
{
    padding-left: 8px;
}

.contact-content h4
{
    padding: 30px 0 20px;
}

.contact-content p
{
    line-height: 29px;
    letter-spacing: 1px;
}

.contact-content .num
{
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.contact-content i
{
    width: 30px;
    font-size: 30px;
    margin-top: 0px;
    float: left;
    margin-right: 8px;
    text-align: center;
}

.fa-facebook-square
{
    color: #415c98;
}

.fa-tumblr-square
{
    color: #35465d;
}

a.btn-facebook
{
    background: #415c98;
    color: #fff;
    margin-right: 20px;
    padding: 8px 3px;
}

    a.btn-facebook i
    {
        font-size: 20px;
        color: #fff;
    }

a.btn-twitter
{
    background: #5ea9dd;
    color: #fff;
    padding: 8px 3px;
}

    a.btn-twitter i
    {
        color: #fff!important;
        font-size: 20px;
    }

.copyright
{
    padding: 50px 0 40px 0;
    text-align: center;
    background-color: #eaeaea;
    color: #767676;
}

.summary-text.extra
{
    margin-bottom: 70px;
}

.elastislide-horizontal ul li
{
    padding: 10px;
}

.elastislide-wrapper
{
    background: #F2F2F2;
}

.news-ticker
{
    border: 1px solid #ccc;
    margin: 10px 0;
}

    .news-ticker ul
    {
        padding: 0;
        list-style: none;
    }

        .news-ticker ul li
        {
            float: left;
            padding: 20px;
            border-bottom: 1px dashed #ccc;
        }

    .news-ticker h4
    {
        margin-top: 5px;
        color: #037B00;
        font-size: 20px;
    }

    .news-ticker p
    {
        color: #898989;
        line-height: 23px;
    }

.nav-ticker
{
    text-align: center;
}

    .nav-ticker span
    {
        cursor: pointer;
        padding: 3px 6px;
        border-radius: 50%;
        background: #ddd;
    }

.section-bg-alt h2, .section-bg-alt h3
{
    color: #fff;
}

.section-bg-alt p
{
    color: #E2E2E2;
}

.chat
{
    position: fixed;
    bottom: 0;
    right: 2%;
    opacity:0.9;
}

    .chat i
    {
        font-size: 24px;
        margin-left: 12px;
    }
.walk-through
{
    padding-top:30px;
}

.modal-content,.modal-header,.modal-body,.modal-footer
{
    float:left;
    width:100%;
}

form .row
{
    margin-bottom:20px;
}

    form .row:last-child
    {
        margin-bottom:0;
    }


    form .row textarea
    {
        max-width:100%;
        min-width:100%;
        min-height:200px;
        max-height:200px;
    }