﻿body {
    font-family: 'Fjalla One', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fjalla One', sans-serif;
}

#ystlogo {
    padding: 0px;
    width:334px;
 
    margin-top:-12px;   margin-right:-15px;
}

@media (max-width: 365px) {
    #ystlogo 
    {
        margin-top:5px;
        width:200px;
        }
}

@media (max-width: 317px) {
    #ystlogo 
    {
        margin-top:5px;
        width:160px;
        }
}

/***************************************menu***********************************************************************/
.navbar {
    margin-bottom: -1px;
    margin-left: -1px;
    margin-top: -1px;
    border: 0px;
    z-index: 10;
    border-bottom: 1px solid #ddd;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
}

.navbar-toggle {
    margin: 23px 40px;
    margin-left: 0px;
}

.navbar-nav > li:nth-child(even) {
    background: rgba(221, 221, 221, 0.15);
}

.navbar-nav > li:nth-child(odd) {
    background: #e7e7e7;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .hvr-sweep-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #066905;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-bottom:hover {
        color: #fff !important;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #066905;
}





/*************carousel************/
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel.carousel-fade .item {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s linear;
}

.carousel.carousel-fade .active.item {
    visibility: visible;
    opacity: 1;
}

.carousel-indicators li {
    visibility: hidden;
}

.right.carousel-control, .left.carousel-control {
    visibility: hidden;
}
/************************carousel above items****************************/
#join {
    background-color: rgba(0,0,0,0);
    background: rgba(65, 65, 65, 0.76);
    padding: 1em 0;
    position: fixed;
    width: 100%;
    bottom: 25px;
}

.w3l_banner_info_left_grid {
    margin-top: 15px;
    padding-left: 50px;
}

.w3l_banner_info_left_grid1 {
    width: 55px;
    height: 55px;
    background: #066905;
    text-align: center;
    border-radius: 40px;
    margin: 0 auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    overflow: hidden;
    display: inline-block;
}

    .w3l_banner_info_left_grid1 span {
        font-size: 2em;
        color: #fff;
        top: 0.5em;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
    }

.banner {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 800px;
    position: relative;
}

.w3l_banner_info_left:hover .w3l_banner_info_left_grid_left h3 a, .w3l_banner_info_left_grid_left h3 a:hover {
    color: #066905;
}

.w3l_banner_info_left_grid_left h3 a {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.w3l_banner_info_left_grid_left h3 a {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.w3l_banner_info_left_grid_left p {
    color: #f5f5f5;
    line-height: 1.8em;
    margin: 1em 0 0;
}


/***********footer*/
.footer {
    width: 100%;
    position: absolute;
    background: #e7e7e7;
    margin-top: -1px;
    border-top: 1px solid #ddd;
}


    .footer p {
        padding-top: 5px;
        margin-bottom: 0px;
        height: 25px;
        overflow: hidden;
    }

    .footer .col-xs-6:nth-child(1) {
        text-align: left;
    }

    .footer .col-xs-6:nth-child(2) {
        text-align: right;
    }



/***********************************About US page*/

.portfolio-bg {
    background: url(../images/6.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}

.mail {
    padding: 4em 0;
    overflow: auto;
}

    .mail h3 {
        font-size: 2em;
        color: #212121;
        text-align: center;
        padding-bottom: .7em;
        position: relative;
    }

        h3.title:after, .mail h3:after {
            position: absolute;
            bottom: 0%;
            left: 45%;
            background: #ff9900;
            height: 2px;
            width: 10%;
            content: '';
        }

.w3ls_map {
    margin: 3em 0;
    min-height: 300px;
}

.address {
    margin: 3em 0;
    text-align: center;
}

@media (min-width: 992px) {
    .address {
        margin: 7em 0;
    }
}

.w3ls_map iframe {
    width: 100%;
    min-height: 300px;
}

.w3l_contact_form h4 {
    text-align: left;
    font-size: 1.5em;
    color: #212121;
    margin-bottom: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p.qui {
    margin: 1em 0 0 !important;
    color: #999;
    line-height: 1.8em;
    text-align: center;
    font-weight: 500 !important;
    letter-spacing: 3px;
}

.w3l_contact_form {
    text-align: center;
}

    .w3l_contact_form input[type="text"], .w3l_contact_form input[type="email"], .w3l_contact_form textarea {
        outline: none;
        width: 100%;
        padding: 10px 10px 20px;
        font-size: 14px;
        color: #212121;
        border: none;
        border-bottom: 1px solid #DDD;
        background: none;
    }

    .w3l_contact_form input[type="email"] {
        margin: 2em 0;
    }

    .w3l_contact_form textarea {
        min-height: 150px;
        resize: none;
        margin: 2em 0;
    }

    .w3l_contact_form button:hover, input[type="submit"]:hover {
        background: #212121;
    }

    .w3l_contact_form button, input[type="submit"] {
        outline: none;
        width: 30%;
        padding: 10px 0;
        font-size: 1em;
        color: #fff;
        border: none;
        background: #066905;
        text-transform: uppercase;
    }

button, input[type="submit"], .w3l_banner_info_left_grid_left h3 a, .w3agile_footer_copy p a, .reply a, .agile_cat_grid_tags ul li a:hover, .agile_cat_grid ul.categories li a, .w3l_admin a, .w3ls_single_left_grid_right ul li a, .wthree_features_services_grid h4 a, .agile_services_bottom_grid_left_grid a, .simplefilter li, .agileinfo_footer_grid ul li a, .w3l_banner_info_left_grid1, .agile_blog_grid h4 a {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*************************about*************************************/
.aboutpage h4 {
    margin-top: 50px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.aboutpage p.qui {
    font-family: 'Fjalla One', sans-serif !important;
    text-align: center !important;
}

.aboutpage p {
    font-family: Sans-Serif;
    text-align: justify;
}

.aboutpage ul li {
    font-family: Sans-Serif;
    text-align: justify;
}



/*********************************media***************************/
@media (min-width: 768px) {

    .navbar {
        border-radius: 0px;
    }


    /******header padding ******/
    .nav li a {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
}

/*******************************career page*/

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 2em;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    outline: none;
    width: 100%; /*padding: 6.5px 10px;*/
    font-size: 14px;
    color: #212121;
    border: none;
    border-bottom: 1px solid #DDD;
    background: none;
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;
}
/**********************product************************/
ul.simplefilter {
    text-align: center;
    margin: 3em 0 2em;
}

.simplefilter li.active, .simplefilter li:hover {
    background-color: #066905;
    color: #fff;
}

.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #212121;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 1em 2em;
    font-size: .9em;
    letter-spacing: 1px;
}

.aboutpage img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.prodcts {
    margin-top: 3em;
    background: #e7e7e7;
    padding: 1em;
    width: 100%;
    position: relative;
}

    .prodcts p {
        text-align: justify;
    }

#Gallery img {
    border: 2px solid #066905;
    margin-bottom: 0px;
}

.caption p {
    font-weight: 600;
    text-align: center;
    font-size: 11px;
    padding: 0;
    margin: 0;
}
