@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700');

html, body
{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    height: 100%;
}

.header-strip
{
    background-color: #141c27;
    color: #fff;
    overflow: hidden;
    font-weight: 500;
}

    .header-strip i 
    {
        height: 32px;
        width: 32px;
        background-color: rgba(0, 0, 0, 0.20);
        padding-top: 8px;
        font-size: 16px;
        text-align: center;
        margin-right: 8px;
    }

    .header-strip .right i
    {
        height: 32px;
        width: 32px;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .header-strip .left
    {
        position: relative;
        background-color: #017f01;
       
    }

        .header-strip .left:before
        {
            content: "";
            background-color: #017f01;
            position: absolute;
            width: 100vw;
            top: 0;
            left: -100vw;
            height: 100%;
        }

        .header-strip .left:after
        {
            content: "";
            background-color: #017f01;
            position: absolute;
            width: 150px;
            top: 0;
            right: -14%;
            height: 100%;
            -moz-transform: rotate(-50deg);
            -ms-transform: rotate(-50deg);
            -o-transform: rotate(-50deg);
            -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
        }

    .header-strip .right
    {
        
    }

.social
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .social li
    {
        display: inline-block;
    }

        .social li a
        {
            text-decoration: none;
            color: #fff;
        }

            .social li a i
            {
                -moz-transition: .3s all ease-in-out;
                -o-transition: .3s all ease-in-out;
                -webkit-transition: .3s all ease-in-out;
                transition: .3s all ease-in-out;
            }

            .social li a:hover i
            {
                background-color: #017f01;
            }

.menubar
{
    background-color: #ebebeb;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    z-index: 99999;
}

.affix
{
    position: fixed !important;
    width: 100%;
    z-index: 999;
    top: 0;
    transition: .3s all ease;
}


/*header*/
.header
{
    background-color: #fff;
    padding:0px 0;
}

.logo
{
    padding: 5px 0;
}


.navbar
{
    margin-bottom: 0;
    border: none;
    min-height: 0;
    margin:0px 0 10px;
}

.btn-menu
{
    color: black;
    position: absolute;
    right: 10px;
    top: 28px;
    font-size: 25px;
}

    .btn-menu a
    {
        text-decoration: none;
        color: inherit;
    }

.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover
{
    color: #fff;
    background-color: #017f01;
    outline: none;
    border-left: 0;
    border-right: 0;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:hover
{
    background-color: #017f01;
}

.navbar-nav > li > a
{
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.nav > li > a
{
    padding: 10px 7px;
    font-size: 14px;
}



.navbar-nav > li > a:hover:after
{
    display: block;
}

.dropdown-menu > li > a
{
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
    font-size: 12px;
    color: #9ea2a5;
    background: #ffffff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.dropdown-menu > li:hover > a
{
    background: #f2f2f2;
    color: #EB4045;
    padding-right: 5px;
}

.dropdown-menu
{
    background-color: #017f01;
    padding: 0;
    min-width: 250px;
}

    .dropdown-menu::after
    {
        content: '';
        border: 6px solid transparent;
        width: 0;
        height: 0;
        border-bottom-color: #017f01;
        position: absolute;
        top: -12px;
        left: 30px;
    }

    .dropdown-menu .dropdown-menu::after
    {
        content: none;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
    {
        background: #141c27;
        color: #ebebeb;
        padding-left: 15px;
        text-decoration: none;
    }

    .dropdown-menu > li a
    {
        position: relative;
        display: block;
        background-color: #017f01;
        color: #fff;
    }



.banners
{
}

    .banners a.btn-apply
    {
        margin: 50px auto 0;
    }

a.btn-apply:hover
{
    color: #fff;
}

a.btn-apply, .btn-apply, .navs
{
    position: relative;
    display: block;
    max-width: 150px;
    font-weight: 500;
    text-decoration: none;
    background-color: #141c27;
    padding: 10px 0;
    text-decoration: none;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    overflow: hidden;
    color: #fff;
    z-index: 0;
    text-transform: uppercase;
}

    a.btn-apply:after, .btn-apply:after, .navs:after
    {
        content: "";
        position: absolute;
        height: 200%;
        width: 100%;
        top: 0;
        z-index: -1;
        transform: rotate(-22deg);
        right: 50%;
        background-color: #017f01;
        -moz-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }

    a.btn-apply:hover:after, .btn-apply:hover:after, .navs:hover:after
    {
        content: "";
        position: absolute;
        height: 200%;
        width: 100%;
        top: -40px;
        z-index: -1;
        transform: rotate(22deg);
        right: 50%;
        background-color: #017f01;
    }

.bs-slider
{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

    .bs-slider:hover
    {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .bs-slider:active
    {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .bs-slider .bs-slider-overlay
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.50);
    }

    .bs-slider .btn.apply_btn
    {
        background-color: rgba(41, 110, 146, 0.68);
        border-radius: 0;
        border: 1px solid white;
    }

        .bs-slider .btn.apply_btn:hover
        {
            background-color: rgba(41, 110, 146,.9);
        }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img
    {
        margin: auto;
        width: 100% !important;
    }

/********************
*****Slide effect
**********************/

.fade
{
    opacity: 1;
}

    .fade .item
    {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }

        .fade .item:first-child
        {
            top: auto;
            position: relative;
        }

        .fade .item.active
        {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control
{
    top: 47%;
    opacity: 0;
    width: 50px;
    height: 34px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    line-height: 34px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #017f01;
    -moz-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.control-round:hover .carousel-control
{
    opacity: 1;
}

.control-round .carousel-control.left
{
    left: 1%;
}

    .control-round .carousel-control.left:after
    {
        content: "";
        position: absolute;
        right: -25px;
        width: 0;
        height: 0;
        border-top: 34px solid #017f01;
        border-right: 25px solid transparent;
        -moz-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        -webkit-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
    }

.control-round .carousel-control.right:after
{
    content: "";
    position: absolute;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 34px solid #017f01;
    border-left: 25px solid transparent;
    -moz-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.control-round .carousel-control.right
{
    right: 1%;
}

    .control-round .carousel-control.left:hover,
    .control-round .carousel-control.right:hover
    {
        color: #fdfdfd;
        background: #141c27;
        border: 0px transparent;
    }

        .control-round .carousel-control.left:hover:after,
        .control-round .carousel-control.right:hover:after
        {
            border-top: 34px solid #141c27;
        }

.control-round .carousel-control.left > span:nth-child(1)
{
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1)
{
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators
{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

    .indicators-line > .carousel-indicators li
    {
        padding: 0;
        width: 15px;
        height: 15px;
        border: 1px solid rgb(158, 158, 158);
        text-indent: 0;
        overflow: hidden;
        text-align: left;
        position: relative;
        letter-spacing: 1px;
        background: rgb(158, 158, 158);
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        z-index: 10;
        cursor: pointer;
    }

        .indicators-line > .carousel-indicators li:last-child
        {
            margin-right: 0;
        }

    .indicators-line > .carousel-indicators .active
    {
        margin: 1px 5px 1px 1px;
        box-shadow: 0 0 0 2px #fff;
        background-color: transparent;
        position: relative;
        -webkit-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .indicators-line > .carousel-indicators .active:before
        {
            transform: scale(0.5);
            background-color: #fff;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }



/*---------- SLIDE CAPTION ----------*/
.slide_style_left
{
    text-align: left !important;
}

.slide_style_right
{
    text-align: right !important;
}

.slide_style_center
{
    text-align: center !important;
}

.slide-text
{
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

    .slide-text > h1
    {
        padding: 0;
        color: #ffffff;
        font-size: 70px;
        font-style: normal;
        line-height: 84px;
        margin-bottom: 30px;
        letter-spacing: 1px;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .slide-text > p
    {
        padding: 0;
        color: #ffffff;
        font-size: 20px;
        line-height: 1.5em;
        font-weight: 500;
        margin-bottom: 40px;
        letter-spacing: 1px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .slide-text > a.btn-default
    {
        color: #000;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-right: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .slide-text > a.btn-primary
    {
        color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-left: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        background: #00bfff;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }











/*------------------------------------------------------*/
/* News Panel
/*------------------------------------------------------*/

.news-section
{
    background-color: #017f01;
    position: relative;
    padding: 15px 0;
    padding-left: 250px;
    min-height: 40px;
    overflow: hidden;
}

    .news-section a
    {
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }

    .news-section:before
    {
        content: "NEWS & EVENTS";
        color: #fff;
        background-color: #141c27;
        width: 220px;
        top: 0;
        left: 0;
        height: 100%;
        position: absolute;
        text-align: center;
        font-weight: 500;
        font-size: 1.4em;
        padding: 15px 0;
    }

    .news-section:after
    {
        content: "";
        color: #fff;
        background-color: #141c27;
        width: 50px;
        height: 100%;
        transform: rotate(20deg);
        top: -14px;
        left: 200px;
        height: 200%;
        position: absolute;
        text-align: center;
        font-weight: 500;
        font-size: 1.4em;
        padding: 8px 0;
    }

.page-section
{
    padding: 30px 0;
}

.cmn-title
{
    display: inline-block;
    text-transform: uppercase;
    color: #141c27;
    font-size: 2.2em;
    font-weight: bold;
}

    .cmn-title span
    {
        color: #017f01;
    }

.page-section .cmn-title
{
    padding-bottom: 10px;
    position: relative;
}

    .page-section .cmn-title:after
    {
        content: "";
        height: 1px;
        width: 50px;
        background-color: #017f01;
        position: absolute;
        bottom: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.page-section .sub-title
{
    max-width: 850px;
    margin: 0 auto;
    color: #484848;
    font-size: 1.2em;
    font-weight: 500;
    margin: 20px auto 30px;
}

.page-content
{
    font-weight: 400;
}

    .page-content h3
    {
        color: #017f01;
        font-weight: bold;
        font-size: 1.8em;
        margin: 10px auto 15px;
    }

    .page-content ul
    {
        list-style: none;
        padding: 0;
    }

        .page-content ul li
        {
            position: relative;
            padding: 5px;
            padding-left: 20px;
        }

            .page-content ul li:before
            {
                content: "";
                position: absolute;
                top: 10px;
                left: 2px;
                height: 10px;
                width: 10px;
                border: 1px solid #017f01;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

    .page-content a.btn-apply
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.affix-bottom
{
    position: fixed !important;
    top: 0 !important;
    width: 100%;
}

.service-section
{
    background-image: url(../images/service-bg.jpg);
    background-size: 100%;
    padding: 40px 0;overflow:hidden;
}

.service-title p
{
    color: #000;
    font-weight: 500;
}

.service-box
{
    padding: 0 0 0 50px;
    position: relative;
    margin: 50px auto 20px;
}

    .service-box .service
    {
        background-color: #fff;
        padding: 10px;
        position: relative;
        padding-left: 70px;
        min-height: 140px;
        position: relative;
    }

        .service-box .service .icon
        {
            height: 100px;
            width: 100px;
            background-color: #141c27;
            color: #017f01;
            font-size: 40px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(-50%,-50%);
            -moz-transition: .3s all ease-in-out;
            -o-transition: .3s all ease-in-out;
            -webkit-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
        }

            .service-box .service .icon i
            {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        .service-box .service:hover .icon
        {
            color: #141c27;
            background-color: #017f01;
        }

        .service-box .service h4
        {
            color: #141c27;
            position: relative;
            padding-bottom: 10px;
            font-weight: 500;
            font-size: 1.4em;
        }

            .service-box .service h4:after
            {
                content: "";
                position: absolute;
                background-color: #bfbfbf;
                height: 1px;
                width: 75px;
                bottom: 0;
                left: 0;
            }

        .service-box .service p
        {
            font-weight: 500;
            font-size: .9em;
        }

        .service-box .service a
        {
            color: #017f01;
            font-size: 1.1em;
        }

.service-title
{
    position: relative;
}

    .service-title .btn-apply
    {
        position: absolute;
        top: 10px;
        right: 0;
        width: 120px;
    }

.toppers-section
{
    background-color: #141c27;
    padding: 20px 0 40px;
    overflow: hidden;
}

    .toppers-section .head
    {
        border-top: 1px solid #404040;
        border-bottom: 1px solid #404040;
        position: relative;
        margin-bottom:10px;
    }

        .toppers-section .head .cmn-title
        {
            color: #fff;
            padding: 5px 0;
            margin: 5px auto;
        }

.navs
{
    height: 38px;
    position: absolute;
    top: 8px;
    width: 120px;
    right: 0;
}

.toppers-section .navs
{
    background-color: #fff;
}

.topper-slider
{
    padding: 20px 0;
}

.topper
{
    border: 1px solid #404040;
    max-width: 250px;
    margin: 0 auto;
}

.topper-pic
{
    padding: 20px;
    overflow: hidden;
}

    .topper-pic img
    {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

.topper .details
{
    padding: 5px 20px;
    background-color: #017f01;
    color: #fff;
}

    .topper .details h4
    {
        margin: 5px auto;
        font-size: 1.5em;
        padding: 0;
    }

    .topper .details p
    {
        color: #fff;
        font-size: 1.2em;
    }

.top-nav    .navs .slick-next
{
    color:#017f01;
}

    .navs .slick-prev
    {
        left: 0;
    }

    .navs .slick-next
    {
        right: 0;
    }

    .navs .slick-prev, .navs .slick-next
    {
        top: 20px;
        color: white;
        opacity: 1;
        height: 40px;
        width: 40px;
        border-radius: 0%;
    }

    .navs .slick-next
    {
        color: #141c27;
    }

    .navs .slick-prev:before
    {
        content: "\f053";
        font-family: FontAwesome;
        font-size: 14px;
        color: inherit;
        opacity: 1;
    }

    .navs .slick-next:before
    {
        content: "\f054";
        font-family: FontAwesome;
        color: inherit;
        opacity: 1;
        font-size: 14px;
    }

    .navs .slick-prev:hover, .navs .slick-prev:focus, .navs .slick-next:hover, .navs .slick-next:focus
    {
        outline: none;
    }

    .navs .slick-prev:hover, .navs .slick-prev:focus
    {
        color: #141c27;
    }

    .navs .slick-next:hover, .navs .slick-next:focus
    {
        color: #017f01;
    }



.gallery-section
{
    padding: 20px 0;overflow:hidden;
}

    .gallery-section .head
    {
       
        position: relative;
        margin-bottom:20px;
    }
.gal-pic
{
text-align:center;}
.gal-pic a
{
display:inline-block;
position:relative;
text-decoration:none;
}

.overlay
{
    position:absolute;
    top:0;
    left:0;
   height:100%;
   width:100%;
   z-index:0;
}

    .overlay:before
    {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #017f01;
        opacity: .6;
        content: "";
        z-index: -1;
        transform: scale3d(0,0,0);
        -moz-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }
.gal-pic a:hover .overlay:before
{
transform:scale3d(1,1,1);}
.gal-pic a:hover i
{
opacity:1;}
.overlay i
{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size:20px;
    color:#fff;
    opacity:0;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
            -moz-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
}
    .top-nav .slick-next
    {
        color: #000;
    }
     .gal-nav .slick-next
    {
        color: #fff;
    }

.navs
{
    height: 38px;
    position: absolute;
    top: 8px;
    width: 120px;
    right: 0;
}

.gallery-section .navs
{
    background-color: #141c27;
}

.gallery-slider
{
    padding: 20px 0;
}
.video-section
{
    background: url(../images/video-bg.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
    z-index:0;
    padding:30px 0;
    position:relative;overflow:hidden;
}

    .video-section:before
    {
    
    content:"";
    position:absolute;
    top:0;
    left:0;
    background-color:#017f01;
    height:100%;
    width:100%;
    opacity:0.7;
    z-index:-1;
    }
    .video-section .head
    {
        border-top: 1px solid #404040;
        border-bottom: 1px solid #404040;
        position: relative;
        margin-bottom:10px;
    }
        .video-section .head .cmn-title
        {
        margin:10px auto;}
        .video-section .head .cmn-title span
        {
            color: #fff;
          
        }
    .video-section .navs:after
    {background-color:#fff;
    }
    .video-section .navs .slick-prev
    {
    color:#141c27;}
        .video-section .navs .slick-prev:hover
        {
        color:#017f01;}
    .video-section img
    {
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }
    .video-section .video
    {
    position:relative;
    margin:15px auto;padding:20px;
    }
    .video-section .navs .slick-next
    {
    color:#fff;}
        .video-section .video a
        {
            position: absolute;
            height: 80px;
            width: 80px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #fff;
            background-color: #017f01;
            top: 50%;
            left: 50%;
            font-size:50px;
            text-align:center;
            padding-top:5px;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

        }
.map
{
position:relative;
overflow:hidden;


}
    .map iframe
    {
    height:100%;
    width:52%;
    position:absolute;
    top:0;
    left:48%;
    border:0;
    }
    .map .col-md-6
    {
    margin:0;}
.contact-form
{
    padding: 40px 20px;
    background-color: #f1f1f1;
    position: relative;
    z-index: 99;
}
    .contact-form .form-control
    {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border:1px solid #000;
        margin:10px auto;
    }
    .contact-form:before
    { 
        content:"";
           background-color: #f1f1f1;
         position:absolute;
         height:100%;
         width:100vw;
         left:-98vw;
         top:0;
    }
    .contact-form .head
    {
        font-size:1.8em;
        text-transform:uppercase;
        margin:5px auto;
        font-weight:bold;
        text-align:center;
    color:#141c27;}
        .contact-form .head span
        {
        color:#017f01;}
    .contact-form .btn-apply
    {
    max-width:120px;
    margin:15px auto 0;
    }
.footer
{
padding:30px 0;
background-color:#141c27;
}
    .footer h3.footer-head
    {
    color:#fff;
    font-size:1.5em;
    font-weight:bold;
    text-transform:uppercase;
    margin:15px auto ;
    }
.footer-menu
{
list-style:none;
margin:0;
padding:0;

}
    .footer-menu li
    {
    width:33.33%;  padding:5px 0;
    float:left;

    }
        .footer-menu li a
        {
            display: block;
            text-decoration: none;
            color: #fff;
            position: relative;
            padding-left: 20px;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 13px;
            -moz-transition: .3s all ease-in-out;
            -o-transition: .3s all ease-in-out;
            -webkit-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
        }
            .footer-menu li a:before
            {
                content: "\f135";
                font-family: FontAwesome;
                color: #017f01;
                position: absolute;
                left: 0;
                top: 2px;
                -moz-transition: .3s all ease-in-out;
                -o-transition: .3s all ease-in-out;
                -webkit-transition: .3s all ease-in-out;
                transition: .3s all ease-in-out;
            }
            .footer-menu li a:hover
            {
            padding-left:25px;
            color:#017f01;
            }
.footer .contact
{
border-left:1px solid rgba(204, 204, 204, 0.50);
border-right:1px solid rgba(204, 204, 204, 0.50);
padding:0 15px;
}
    .footer .contact .con
    {
    position:relative;
    padding-left:40px;
    color:#fff;
    margin-bottom:20px;
    }
    .footer .contact .icon
    {
    height:32px;
    width:32px;
    position:absolute;
    left:0;
    top:2px;
    color:#017f01;
    background-color:rgba(255, 255, 255, 0.1);
    text-align:center;
    font-size:18px;
    padding-top:4px;
    }
   .footer .social i
    {
        height: 32px;
        width: 32px;
        background-color: rgba(255,255,255, 0.1);
        padding-top: 8px;
        font-size: 16px;
        text-align: center;
        margin-right: 8px;
    }
.footer .social
{
text-align:left;}
.copyright
{
padding:8px 0;
background-color:#017f01;color:#fff;
text-transform:uppercase;

}
    .copyright a
    {
    color:#fff;}
@media (max-width: 991px)
{
    .slide-text h1
    {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text > p
    {
        font-size: 18px;
    }
}


@media (max-width: 768px)
{
    .slide-text
    {
        padding: 10px 50px;
    }

        .slide-text h1
        {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .slide-text > p
        {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
        }

    .control-round .carousel-control
    {
        display: none;
    }
}

@media (max-width: 480px)
{
    .slide-text
    {
        padding: 10px 30px;
    }

        .slide-text h1
        {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 5px;
        }

        .slide-text > p
        {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        .slide-text > a.btn-default,
        .slide-text > a.btn-primary
        {
            font-size: 10px;
            line-height: 10px;
            margin-right: 10px;
            text-align: center;
            padding: 10px 15px;
        }

    .indicators-line > .carousel-indicators
    {
        display: none;
    }
}

@media (max-width: 1200px)
{
}

@media (max-width: 992px)
{
    .header-strip .left:before
    {
        content: "";
        background-color: #017f01;
        position: absolute;
        width: 200vw;
        top: 0;
        left: -50vw;
        height: 100%;
    }

    .header-strip .left:after
    {
        content: none;
    }

    .logo img
    {
        margin: 0 auto;
    }

    header .container
    {
        width: 100%;
    }    .map iframe
    {
    height:400px;
    width:100%;
    position:relative;
    top:0;
    left:0;
    border:0;
    } .contact-form:before
    { 
        content:none;
        
    }
}

@media (max-width: 768px)
{
    body
    {
    font-size:13px;}
    .news-padd
    {
    padding:0;}
    .header-strip
    {
        text-align: center;
    }

    .con
    {
        margin: 5px auto;
    }

    .logo
    {
        padding-right: 35px;
        position: relative;
    }

    .service-title .btn-apply
    {
        position: relative;
        top: 10px;
        right: 0;
        width: 120px;
        margin:0 auto;
    }
    .video-section .head 
    {
    text-align:center;}
    .service-box
    {
        margin: 20px auto;
    }

    .toppers-section .head , .gallery-section .head , .service-title
    {
        text-align: center;
    }  
   

    .navs
    {
        height: 38px;
        position: relative;
        margin: 10px auto;
        width: 120px;
    }.navbar
{
    margin-bottom: 0;
    border: none;
    min-height: 0;
    margin: 0px 0 0px;
}
     .news-section
{
    background-color: #017f01;
    position: relative;
    padding: 15px 0;
    padding-left: 150px;
    min-height: 40px;
    overflow: hidden;
}

    .news-section a
    {
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }

    .news-section:before
    {
        content: "NEWS & EVENTS";
        color: #fff;
        background-color: #141c27;
        width: 150px;
        top: 0;
        left: 0;
        height: 100%;
        position: absolute;
        text-align: center;
        font-weight: 500;
        font-size: 1.2em;
        padding: 15px 0;
        z-index:99;
    }

    .news-section:after
    {
        content: "";
        color: #fff;
        background-color: #141c27;
        width: 50px;
        height: 100%;
        transform: rotate(16deg);
        top: -14px;
        left: 135px;
        height: 200%;
        position: absolute;
        text-align: center;
        font-weight: 500;
        font-size: 1.4em;
        padding: 8px 0;
    }
    .map .container
    {
    padding:0;}
    .footer .social
    {
    text-align:center;}

}

@media (max-width: 400px)
{.footer-menu li
    {
    width:100%;}
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus
    {
        outline: none;
    }

    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }

    .slick-track:after
    {
        clear: both;
    }

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus
    {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before
        {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before
    {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before
    {
        font-family: 'slick';
        font-size: 24px;
        line-height: 1;
        opacity: .75;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev
{
    left: -25px;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-prev:before
{
    content: '←';
}

[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-next:before
{
    content: '→';
}

[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li
    {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button
        {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus
            {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before
                {
                    opacity: 1;
                }

            .slick-dots li button:before
            {
                font-family: 'slick';
                font-size: 5px;
                line-height: 16px;
                position: absolute;
                top: 0;
                left: 0;
                border: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: 1;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before
        {
            opacity: 1;
            color: red;
        }


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}

#back_to_top
{ display: none;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #017f01;
    text-align: center;
    font-size: 20px;
    position: fixed;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-top: 8px;
    bottom: 35px;
    right: 10px;
    z-index: 99999;
   
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
    #back_to_top:hover
    {
        
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    #back_to_top i
    {
        -moz-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
        -webkit-transform: rotate(-44deg);
        transform: rotate(-44deg);
    }
    
    
    .page-title
    {
        display: inline-block;
    text-transform: uppercase;
    color: #141c27;
    font-size: 2.2em;
    font-weight: bold;
    }
    
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after
    {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

a.filter-button
{
    color: #999999;
    font: 400 13px/22px 'Montserrat', sans-serif;
    border-radius: 5px;
    text-align: center;
    color: inherit;
    margin-bottom: 30px;
    text-decoration: none;
    padding: 0 15px;
}

.gallery_product
{
    position: relative;
    overflow: hidden;
}


.port-image
{
    width: 100%;
}



.gal_title
{
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    position: relative;
    padding-bottom: 20px;
}

    .gal_title:after
    {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 40px;
        background-color: #dfdfdf;
    }

ul.gal_sort
{
    list-style: none;
    margin: 35px auto 5px;
    padding: 0;
}

    ul.gal_sort li
    {
        display: inline-block;
        color: black;
    }

        ul.gal_sort li.active a
        {
            font-weight: 700;
            color: #202020;
        }

.gallery_product
{
    margin-bottom: 30px;
    position: relative;
}

.gal_img img
{
   display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%;
}

.gal_img
{
    position: relative;
    width: 100%;
    z-index:2;
    top:0;transition:.3s  all ease-in;
}

.gallery_product:hover .gal_img
{

   top: -70px;
    
}

.gallery_product .details
{
    height: 70px;
    bottom: 0;
    position: relative;
    background-color: #282727;
    position: absolute;
    width: 100%;
    padding: 10px 0 0 10px;
    color: white;
    z-index:1;
}
