/*
Composite Template
http://www.templatemo.com/preview/templatemo_444_composite
*/



body
{

    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    position: relative;
}
.blue {
    color: #06C;
}

.green {
    color: #090;
}

/* start templatemo page container */
.container {
    width:100%;

}

@media (min-width: 768px) {
    .container { width: 100%; }
}
@media (min-width: 992px) {
    .container { width: 900px; }
}
@media (min-width: 1200px) {
    .container { width: 1000px;	}
}
/* end templatemo page container */







/* start templatemo navigation */
#brandIcon {
    background-color: #FFF;

}
#brandIcon img {
    margin-top:7px;
    margin-left:5px;
}


.navbar-default
{
    background: #FFF;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0;
}
.navbar-default .navbar-brand
{
    font-weight: 600;
    font-size: 30px;
    padding: 10px 0 0 0;
    height: 65px;
    line-height: 40px;
}
.navbar-default .navbar-brand:hover { color: #99cc66; }
.navbar-default .nav li a
{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    height: 65px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-default .nav li a:hover
{
    background-color: #99cc66;
    color: #FFF;
}
.navbar-default .nav li a:focus { color: #303030; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default  a:focus {
    color: #FFF;
    background-color: #99cc66;
}



#loginBtn {
    color: #FFF;
    background-color: grey;
    cursor: pointer;
}

.navbar-default .navbar-toggle
{
    border: none;
    padding-top: 18px;
}
.navbar-default .navbar-toggle .icon-bar
{
    background: #99cc66;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }


@media (min-width: 768px) {
    #brandIcon img { margin-left: -1px; }
}
/* end templatemo navigation */

/* start templatemo header background slideshow */
#home { padding-top: 65px; }
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #371604;
    overflow: hidden;
    margin: 0;
}
.flexslider .slides {
    padding: 0;
    zoom: 1;
}
.flexslider .slides img {
    width: 200%;
    left:-80%;
    /*
    min-width: 600px;
    min-height: 270px;
    */
    display: block;
}
.flexslider .slides > li {
    display: none;
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.flexslider img {
    position: relative;
    width: 100%;
}
.slider-caption {
    color:white;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.templatemo-slider-btn
{
    background: #99cc66;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}
.templatemo-slider-btn:hover,
.templatemo-slider-btn:focus {
    background: #fff;
    color: #99cc66;
    border: 2px solid transparent;
}

/* start templatemo features */
.features
{
    background: #F9F9F9;
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;
}
.features h2
{
    font-weight: 400;
    padding-bottom: 20px;
}
.features h3
{
    font-weight: 400;
    padding-bottom: 6px;
}
.features .fa
{
    background: #99cc66;
    border-radius: 50%;
    color: #FFF;
    font-size: 28px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.features .fa:hover
{
    background: #303030;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media (min-width: 600px) {
    .flexslider .slides img {
        width: 140%;
        left:-10%;
    }
}
@media (min-width: 768px) {
    .flexslider .slides img {
        width: 100%;
        left: 0%;
    }
}
/* end templatemo features */

/* start templatemo about */
#about
{
    color: #333;
    padding: 60px 0 60px 0;
}
#about .col-md-12 {	padding: 20px 0 0 0; }
#about h2
{
    font-weight: 400;
    padding: 0;
}
#about h4
{
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 10px;
}
#about .skills { padding-top: 30px; }
#about .progress
{
    background: #999;
    height: 6px;
    margin: 10px 0 16px 0;
}
#about .progress .progress-bar-success { background: #99cc66; }

@media (min-width: 600px) {
    #about
    {
        padding: 60px 0 100px 0;
    }
    #about h2 {
        padding: 0 0 20px 0;
    }
}
/* end templatemo about */

/* start templatemo school */
#school
{
    background: #F9F9F9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;
}
#school .container {
    padding:0;
}
#school .col-md-3 { margin-bottom: 20px; }
#school h2
{
    font-weight: 400;
    padding: 0;
}
#school h3
{
    text-align:center;
    color: #99cc66;
    font-weight: 600;
    padding: 10px;
    font-size: 1em;
}
#school div {
    text-align: center;
}
#school img
{	max-width: 100%;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#school img:hover
{
    border-radius: 20%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
}

@media (min-width:400px){
    #school h3
    {

        font-size: 1.5em;
    }
}
@media (min-width: 600px) {
    #school
    {
        padding: 60px 0 100px 0;
    }
    #school h2 {
        padding: 0 0 20px 0;
    }
}
@media (min-width:768px){
    #school h3
    {

        font-size: 2em;
    }
}
/* end templatemo school */

/* start templatemo licenses */
#licenses
{
    text-align: center;
    padding: 60px 0 100px 0;
}
#licenses .col-md-3 { margin-bottom: 20px; }
#licenses h2
{
    font-weight: 400;
    padding: 0;
}
#licenses h3
{
    background: #FFF;
    color: #99cc66;
    font-weight: 600;
    padding: 10px;
}
#licenses img
{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.7;
}
#licenses img:hover
{

    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1;
}
@media (min-width: 600px) {
    #licenses h2 {
        padding: 0 0 20px 0;
    }
}
/* end templatemo licenses */

/* start templatemo corporate */
#corporate
{
    text-align: center;
    padding: 60px 0 60px 0;
    border-bottom: 1px solid #f0f0f0;
}
#corporate .container {
    padding:0;
}
#corporate h2
{
    font-weight: 400;
    padding: 0;
}

#corporate h3 {
    font-weight:600;
    font-size: 1em;
}
#corporate .col-md-3 { margin-bottom: 20px; }

#corporate img
{
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#corporate img:hover
{
    border-radius: 20%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
}

@media (max-width: 767px) {
    .corporate_categories div:nth-child(odd) {
        clear:both;
    }
}

@media (min-width:400px){
    #corporate h3
    {

        font-size: 1.5em;
    }
}

@media (min-width: 600px) {
    #corporate
    {
        text-align: center;
        padding: 60px 0 100px 0;
    }
    #corporate h2 {
        padding: 0 0 20px 0;
    }
}
@media (min-width:768px){
    #corporate h3
    {

        font-size: 2em;
    }
}
/* end templatemo corporate */


/* start templatemo design-studio */
.adjust {
    height:30px;
    position: relative;
    float:left;
}
#design-studio
{
    max-width: 1000px;

    margin: auto;


    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;

}
#design-studio>div.container {
    margin-top:50px;
    /*background-image:url('/application/files/2714/6854/4607/Design_studio_back.jpg');*/
    background-size: cover;
    background-position: center top;
    min-height: 350px;
}
#design-studio p {

    color: black;
    margin-top:70px;
}
#design-studio h2
{
    color: white;
    font-weight: 500;
    margin-top:-30px;
    padding: 0;
}
#design-studio h2 p {
    margin-top:0;
}
#design-studio .col-md-3 { margin-bottom: 20px; }
#design-studio img
{
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#design-studio img:hover
{
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
}

@media (min-width: 600px) {
    #design-studio h2 {
        padding: 0 0 20px 0;
    }
    #design-studio>div.container {

        /*background-image:url('/application/files/6014/6491/8444/Image.jpg');*/
        background-size: cover;
        background-position: center top;
        min-height: 350px;
    }
}
/* end templatemo design-studio */


/* start templatemo testimonials */

.hw-simple-testimonial-testimonial
{
    font-size: 0.9em;
    text-align: justify;
}

.hw-simple-testimonial-author{
    font-size: 0.9em;
    text-align: right;
}
#testimonials
{
    background: #F9F9F9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;
}
#testimonials h2
{
    font-weight: 400;
    padding: 0;
}
#testimonials .col-md-3 { margin-bottom: 20px; }
#testimonials img
{
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#testimonials img:hover
{
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
}

@media (min-width: 600px) {
    #testimonials h2 {
        padding: 0 0 20px 0;
    }
}
/* end templatemo testimonials */

/* start templatemo contact */
#contact
{
    background: #303030;
    color: #EEE;
    padding: 80px 0 80px 0;
}
#contact h2 { font-weight: 400; }
#contact .text-center p { padding: 0 0 60px 0; }
#contact h2, #contact h3 { padding: 0 0 20px 0; }
#contact .form-control
{
    background: transparent;

    border: 1px solid #FFF;
    border-radius: 0px;
    color: #FFF;
    margin: 10px 0 10px 0;
}
#contact .form-control:focus
{
    background: #444444;
    border-color: transparent;
    box-shadow: none;
}

#contact .form-actions {
    text-align:center
}

#contact input[type="submit"]
{
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    width: 220px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#contact input[type="submit"]:hover
{
    background: #99cc66;
    border-color: transparent;
    color: #FFF;
}
#contact .address
{
    padding: 20px;
    padding-top: 0;
    margin: 0;
    text-align: center;
}



#contact .fa
{
    color: #99cc66;
    font-size: 20px;
    padding: 6px 10px 6px 0;
}

a {	color: #99cc66; }
a:hover, a:active
{
    color: #ffd485;
    text-decoration: none;
}
/* end templatemo contact */

/* start templatemo footer */
footer
{
    border-top: 1px solid #404040;
    background: #202020;
    color: #FFF;
    /*padding: 80px 0 40px 0;*/
}
footer .social_icon a
{
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0 4px 24px 6px;
}
footer .social_icon a:hover
{
    border-color: transparent;
    background: #99cc66;
}

.footer_list {
    margin: 0;
    padding:0;
}
.footer_list li {
    list-style:none;
}

.company_info {
    float:right;
}

#sendMessageBtn {
    cursor: pointer;

    padding-top: 10px!important;


    width: 50%;
    margin:auto;
    margin-top: 20px;

}
.form_container {
    text-align: center;
}

/* end templatemo footer */

/* starttemplatemo  go top */
.go-top
{
    background-color: #99cc66;
    border-radius: 50%;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.go-top:hover {	color: #F9F9F9; }
/* end templatemo go top */

@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
}


/* SM */
/* start templatemo 768 media quires */
@media only screen and ( max-width: 767px ) {

    .navbar-default .navbar-nav li a {
        border-bottom: 1px solid #f6f6f6;
        line-height: normal;
        height: 40px;
    }


    .navbar-default .navbar-brand {	margin-left: 20px; }
    .navbar-default .navbar-nav	{ margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .templatemo-slider-btn {
        margin-top: 10px;
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 680 media quires */
@media only screen and ( max-width: 680px ) {

}
/* end templatemo 680 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px;
    }

}

/* end templatemo 600 media quires */

