/*=============================================================
    Authour URL: www.designbootstrap.com

    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE

========================================================  */


/*================================
    GOOGLE FONT
==================================*/

@import url(http://fonts.googleapis.com/css?family=Lato);

/*================================
  GENERAL STYLES
==================================*/

body {
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    font-size: 14px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

ul {
    padding-left: 0px;
}

li {
    list-style: none;
}

.pad-bottom {
    padding-bottom: 70px;
}

.text-right {
    text-align: right;
}

.head-line {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 25px;
    color: #737373;
}


/*================================
  HEADER STYLES
==================================*/

.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    color: #116782;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li > *,
.navbar-default .nav>li > *:focus {
    text-transform: uppercase;
    font-size: 13px;
}

.navbar-default .nav > li > *:hover,
.navbar-default .nav>li > *:focus:hover {
    color: #116782;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #116782 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li > *,
    .navbar-default .nav > li > *:focus {
        color: rgba(255,255,255,0.8) !important;
        padding: 20px;
        letter-spacing: 1.1px;
    }

    .navbar-default .nav > li > *:hover,
    .navbar-default .nav>li > *:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #f8f8f8;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #116782;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #8b27b0;
    }

    .navbar-default.affix .nav > li > *,
    .navbar-default.affix .nav>li > *:focus {
        color: #000 !important;
    }

    .navbar-default.affix .nav > li > *:hover,
    .navbar-default.affix .nav>li > *:focus:hover {
        color: #116782;
    }
}

.navbar li#language input {
  width: 60px;
  margin-top: 15px;
  padding: 0px 15px;
}

/*================================
  HOME SECTION STYLES
==================================*/

#home {
    background: url(../img/background.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
}

#home .overlay {
    padding-top: 120px;
    background-color: rgba(203, 203, 203, 0.4);
    min-height: 700px;
    padding-bottom: 40px;
}

#home h1 {
    font-family: Cinzel;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 36px;
    color: #116782;
    text-transform: uppercase;
    text-shadow: rgb(140,140,140) 2px 2px 4px;
    border-color: rgb(222,198,104);
    border-style: none;
}

#home h3, #home h4 {
    color: #ddd;
}

#home h4 {
    text-shadow: 1px 1px black;
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 20px;
}


/*================================
  BUTTON STYLES
==================================*/

.btn-custom {
    min-height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 15px 30px 15px 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 25px 5px 5px 0px;
}

.btn-one {
    background-color: transparent;
    border: 2px solid #e7f9ff;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-one:hover {
    background-color: #e7f9ff;
    text-decoration: none;
}

.btn-two {
    background-color: #116782;
    border: 5px solid #116782;
    color: #fff;
}

.btn-two:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.btn-three {
    background-color: transparent;
    border: 5px solid #737373;
    color: #000;
}

.btn-three:hover {
    background-color: #737373;
    color: #fff;
    text-decoration: none;
}


/*================================
    ABOUT STYLES
==================================*/

.icon-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 50px;
}

.img-side {
    max-height: 420px;
}


/*================================
    CLIENTS SECTION STYLES
==================================*/

#clients {
    background: url(../img/clients.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
}

#clients .overlay {
    background-color: rgba(36, 36, 36, 0.8);
    min-height: 550px;
}

.client-cover {
    background-color: #0094ff;
    padding: 100px 50px 100px 50px;
    color: #fff;
}


/* TESTIMONIAL */

.testimonial-section {
    width: 100%;
    height: auto;
    padding: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 5px solid rgba(0, 79, 255, 0.24);
    font-size: 20px;
    color: rgba(234, 234, 234, 1);
    line-height: 35px;
}

.testimonial-section:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: rgba(0, 79, 255, 0.24);
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-section-name {
    margin-top: 30px;
    margin-left: 30px;
    text-align: left;
    color: rgba(0, 79, 255, 1);
    font-size: 16px;
}

.testimonial-section-name img {
    width: 100px;
    border: 5px solid rgba(234, 234, 234, 1);
}

.carousel-indicators-set {
    position: static;
    margin-left: 0px;
    width: 100%;
    color: rgba(234, 234, 234, 1);
}

/*================================
    SERVICE STYLES
==================================*/

#service {
    background-color: rgba(234, 234, 234, 0.90);
}

#service ul {
    font-size: 16px;
}

/*================================
    EMAIL-SUBSCRIBE STYLES
==================================*/

#email-subscribe {
    text-align: left;
}

#email-subscribe .form-control {
    display: block;
    width: 100%;
}
#email-subscribe .btn-subscribe {
    margin-top: 20px;
}

/*================================
    EMAIL-SUBSCRIBE STYLES
==================================*/

section#contact {
    background-color: rgba(234, 234, 234, 0.90);
}

/*================================
    FOOTER SECTION STYLES
 ============================  */

footer {
    padding: 15px;
    background-color: #116782;
    color: #fff;
}

footer a, footer a:hover, footer a:focus {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
}


/*================================
    USER STYLES
 ============================  */

.brand-name {
    font-style: italic;
    font-family: Darleston;
    margin-top: 8px;
    margin-bottom: 8px;
}

.presentation {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.presentation img {
  -webkit-filter: drop-shadow(1px 1px 0px #333);
  filter: drop-shadow(1px 1px 0px #333);
}
