﻿body
{
    margin: 0;
    padding: 0;
    font-family: 'Amiri' , serif;
    background-color: white;
    font-size: 16px;
    color: white;
}

.header_strip
{
    padding: 5px 0;
    border-bottom: 1px solid transparent;
}

.gal_slider a.gal_pic
{
    display: block;
    padding: 10px;
}

.social
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.social li
{
    display: inline-block;
    margin: 0 5px;
}

.social li a
{
    display: block;
    height: 35px;
    width: 35px;
    font-size: 1.4em;
    text-align: center;
    padding-top: 5px;
    transition: 0.3s all ease-in-out;
}

.social li a:hover
{
    color: white;
}

.address
{
    font-size: .9em;
    padding: 8px 0 5px;
}

.address i
{
    padding-right: 5px;
}

header
{
    padding: 10px 0;
}

header .logo
{
    display: block;
    max-width: 100%;
    margin: 5px auto;
}

header h1
{
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0;
    color: Black;
    font-family: 'Raleway' , sans-serif;
}



.con
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.con li
{
    display: inline-block;
    padding-right: 5px;
}

.con li i
{
    font-size: 2em;
    height: 45px;
    padding: 5px;
    width: 46px;
    text-align: center;
    padding-top: 5px;
}

.con_c
{
    padding: 5px;
}

.con_c strong span
{
    font-size: .9em;
}

.con_c p
{
    font-size: .9em;
}

.menubar
{
    width: 100%;
    z-index: 999;
}

.menubar ul.navbar-nav li a
{
    color: #fff;
    font-size: 14px;
    padding: 1em 1em;
    margin: 0;
    border: 0;
}

.menubar ul.navbar-nav li.last
{
    position: absolute;
    right: 0;
}

.menubar ul.navbar-nav li a:hover, .mainmenu-area ul.navbar-nav li a.active
{
    border: 0;
    border-bottom: 0;
    color: #FFF;
}

.menubar .nav > li > a:focus
{
    border: 0;
    border-bottom: 0;
}


.dropdown:hover .dropdown-menu
{
    display: block;
    border: 0;
    border-bottom: 0;
}




a.applyNow
{
    padding: 10px 0 11px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
}

.banners
{
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.banners img
{
    width: 100%;
}

.banners .item
{
    background-size: 100% 100%;
}


.ban_left, .ban_right
{
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.ban_left
{
    left: 2%;
}

.ban_right
{
    right: 2%;
}

.ban_left:hover, .ban_left:focus, .ban_right:hover, .ban_right:active
{
    color: #0496da;
    background-color: white;
}

.news_bar
{
    height: 40px;
    width: 100%;
    position: relative;
    padding-left: 150px;
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px solid black;
}

.news_bar:before
{
    content: "Headline :-";
    font-size: 1.5em;
    position: absolute;
    left: 0;
    padding: 5px 0;
    top: 0;
    height: 40px;
    z-index: 999;
    padding-left: 30px;
}

.news_bar:after
{
    content: "";
    transform: skew(50deg);
    position: absolute;
    left: -22px;
    top: 0;
    width: 178px;
    z-index: 99;
    height: 40px;
}

.news_bar i
{
    padding-right: 8px;
}

.news_bar a
{
    color: #444444;
}

.page_panel
{
    padding: 20px 0;
}

.page
{
    color: #181c1d;
}

.page_title
{
    font-size: 1.8em;
}

.page_content
{
    text-align: justify;
    font-size: 1em;
}

a.read_more
{
    display: block;
    padding: 10px;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.services_panel
{
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    z-index: 99999;
    overflow:hidden;
}

.services_panel:after
{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    z-index: 999;
}

.services_panel:before
{
    content: "";
    position: absolute;
    background-image: url(../images/services_back.jpg);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    z-index: 99;
}

.services_panel h2
{
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 5px 0 15px;
    font-size: 2.2em;
}

.services_panel h2:after
{
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    border: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.services
{
    position: relative;
    z-index: 99999;
    padding: 0 30px;
}

.services p
{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.service_box
{
    width: 250px;
    padding: 10px;
}

.service_box .icon
{
    height: 130px;
    width: 130px;
    text-align: center;
    font-size: 3em;
    padding-top: 35px;
    line-height: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.service_box h3
{
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    padding: 5px 0 10px;
}

.service_box h3:after
{
    content: "";
    height: 3px;
    width: 30px;
    position: absolute;
    border: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.service_box p
{
    font-size: 0.9em;
    text-align: justify;
    font-weight: 400;
}

.seriveces_slider
{
    padding-top: 20px;
}

.service_left, .service_right
{
    position: absolute;
    top: 50%;
    height: 30px;
    padding-top: 5px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.service_left
{
    left: 0;
}

.service_right
{
    right: 0;
}

.gallery_panel
{
    padding: 40px 0;
}

.gallery_panel h2
{
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
    color:Black;
}

.gallery
{
    padding: 0 40px;
    position: relative;
}

.gal_left, .gal_right
{
    position: absolute;
    top: 50%;
    height: 30px;
    padding-top: 6px;
    width: 30px;
    color: #0db2a8;
    border-radius: 50%;
    text-align: center;
}

.gal_left
{
    left: 0;
}

.gal_right
{
    right: 0;
}

.gal_slider img
{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


.navigation_panel
{
    padding: 40px 0;
    position: relative;
    z-index: 99999;
}

.navigation_panel:after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    z-index: 999;
}

.navigation_panel:before
{
    content: "";
    position: absolute;
    background-image: url(../images/services_back.jpg);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    z-index: 99;
}



.navigations
{
    position: relative;
    z-index: 99999;
}

.navigation
{
    height: 350px;
    width: 280px;
    margin: 5px auto;
}

.navigation .title
{
    height: 70px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    padding-top: 10px;
}

.content
{
    height: 210px;
}

.content ul
{
    list-style: none;
}

.content ul li
{
    padding: 5px 0;
}

.content ul li a
{
    font-size: 1em;
}

.content ul li a i
{
    transition: 0.3s all ease-in-out;
    padding-right: 5px;
}

.content ul li a:hover i
{
    padding-right: 10px;
}

.toppers_panel
{
    padding: 0 30px;
    position: relative;
    height: 210px;
}

.topr_left, .topr_right
{
    position: absolute;
    top: 50%;
    height: 25px;
    padding-top: 3px;
    width: 25px;
    border: 2px solid black;
    border-radius: 50%;
    color: black;
    text-align: center;
    transform: translateY(-50%);
    font-size: .9em;
}

.topr_left
{
    left: 2px;
}

.topr_right
{
    right: 2px;
}



.topper
{
    padding: 5px 0;
    color: Black;
}

.topper img
{
    display: block;
    max-width: 120px;
    margin: 0 auto;
}

.topper p
{
    font-weight: bold;
    text-align: center;
    margin: 5px auto;
}

.foot
{
    height: 70px;
    padding-top: 18px;
}

.foot a.view_all
{
    display: block;
    padding: 5px;
    max-width: 120px;
    margin: 0px auto;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: bold;
}

.testimonial_panel
{
    padding: 20px 0;
    background-color: #dddddd;
}

.testimonial_panel h2
{
    color: #153e4d;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

.testimonial
{
    background-color: white;
    padding: 50px 20px 20px;
    position: relative;
    margin: 60px 10px 20px;
    color: black;
}

.testimonial:after
{
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: -10px;
    right: -10px;
    border: 1px dashed #1bc744;
    z-index: -1;
}

.testimonial_pic
{
    height: 100px;
    width: 100px;
    position: absolute;
    top: -25%;
    left: 10px;
    border-radius: 50%;
    border: 5px solid white;
}

.footer
{
    padding: 20px 0;
}

.footer h2
{
    font-size: 1.8em;
    text-transform: uppercase;
}

.footer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li
{
    width: 24%;
    display: inline-block;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer ul li a
{
    font-size: 1em;
}

.footer ul li a i
{
    padding-right: 5px;
    transition: 0.3s all ease-in-out;
}

.footer ul li a:hover i
{
    padding-right: 10px;
}

.footer .contact
{
    margin: 10px auto;
    max-width: 350px;
}

.footer .contact i
{
    font-size: 2em;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    margin: 0 auto;
}

.footer .contact i.fa-envelope
{
    font-size: 1.8em;
}

.footer .contact p
{
    font-size: 1em;
    font-weight: bold;
}

.copyright
{
    font-size: 1em;
    padding: 5px 0;
}

@media only screen and (max-width: 1100px)
{
}

@media only screen and (max-width: 992px)
{
    body
    {
        font-size: 15px;
    }
}

@media (max-width:768px)
{
    body
    {
        font-size: 14px;
    }



    .navbar-toggle
    {
        border-radius: 4px;
    }




    .footer ul li
    {
        width: 49%;
    }



    .header_strip, header
    {
        text-align: center;
    }

    .banners
    {
        min-height: 200px;
    }

}



@media (min-width: 768px)
{
    .dropdown:hover .dropdown-menu
    {
        display: block;
        border: 0;
        border-bottom: 0;
    }
}


@media (max-width: 600px)
{

    .banners
    {
        min-height: 0;
    }

    .navigation
    {
        width: 100%;
    }
}
.video_slider
{
    padding:15px;
}

.video_left, .video_right
{
    position: absolute;
    top: 50%;
    height: 25px;
    padding-top: 3px;
    width: 25px;
    border: 2px solid black;
    border-radius: 50%;
    color: black;
    text-align: center;
    transform: translateY(-50%);
    font-size: .9em;
}

.video_left
{
    left: 2px;
}

.video_right
{
    right: 2px;
}


@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;
}
