/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 11, 2014, 8:08:11 PM
    Author     : Chathura
*/

body {
/ / background-color: #f7f7f2;
//    background: linear-gradient(360deg, rgb(232, 110, 12), #f7f7f2, white, white);
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

#header {
    //border-bottom: 5px solid rgb(250, 0, 0);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
/ / height: 100 px;
    /*background-color: rgba(232, 110, 12,0.7);*/
    background-color: #0092AC;//#0C6AA1;
    //background: white;
    z-index: 10;
}

#header nav {
    background-color: transparent;
    border-color: transparent;
}

#logo {
    max-height: 80px;
    margin-top: -10px;
/ / margin-top: - 50 px;
}

@media (max-width: 768px) {
    #logo {
        max-height: 60px !important;
        margin-top: -10px;
    / / margin-top: - 50 px;
    }
}

#logo_div {
    margin-top: -5px;
    height: 100px;
}

.nav-link {
    margin-top: 25px;
    font-weight: 700;
    font-size: 20px;
}

.nav-link a{
    color: white !important;
}

.nav-link a:hover {
    //color: rgb(232, 110, 12) !important;
    //color: #444444 !important;
    text-shadow:0 2px 5px rgba(0,0,0,0.26) ;
}

.dropdown-menu{
    padding: 10px;
    border: 0px;
    border-radius: 0px;
}

.dropdown-menu a{
    background: none!important;
    color: black !important;
    text-align: right;
    padding: 5px 5px 5px 0!important;
    font-weight: bolder !important;
}

.dropdown-menu a:hover{
    text-shadow: none !important;
}

.dropdown.open > a{
    background: rgba(0,0,0,0.3) !important;
}

#body {
/ / height: 500 px;
 //  border-top: 5px solid rgb(250, 0, 0);
    margin-top: -30px;
    padding-top: 30px;
}

#footer {
    //border-top: 5px solid rgb(250, 0, 0);
/ / height: px;
    /*background-color: rgb(232, 110, 12);*/
    background-color: #253238;
    color: white !important;
    text-align: center;
    padding: 5px 0px 5px 0px;
    margin: 0;
}

#bottom_links ul {
    list-style: none;
    font-size: 14px;
}

.heading {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

.normal {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

#contact {
    padding: 10px;
    margin-top: 5px;
    font-size: 24px;
    background-color: rgb(252, 200, 0);
    border-radius: 10px;
}

.front_navi_thumb {
    padding: 0px 30px 0px 30px !important;

}

#tree_img {
    position: absolute;
    background-image: url(../img/tree_w.png);
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

.panel {
    background-color: rgba(255, 255, 255, 0.6);
}

.content {
    padding-top: 120px;
}

.contact-item {
    padding-left: 22px;
}

.branch-list {
    list-style: none;
    width: 100%;
    float: left;
}

.branch-list li {
    float: left;
    margin-top: 10px;
}

.branch-list li .glyphicon {
    color: red;
}

#map {
    width: 100%;
    height: 600px;
}

.header {
/ / min-height: 300 px;
    background-repeat: no-repeat;
    padding-top: 80px;
    background-position: 0px 90px;
    background-size: cover;
    height: 350px;
    padding-top: 350px;
}

@media (max-width: 768px) {
    .header {
        background-position: 0 60px;
    }
}

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

.header h1 {
    //color: rgb(232, 110, 12);
    //color: #FB1F25;
    color: #212121;;
    text-shadow: 1px 2px 2px white;
    font-weight: bold;;
}

.header-container{
    background-color: #0092AC;
    color: white !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sub-header {
    //color: rgb(232, 110, 12);
    /*color: #FB1F25;*/
    color: #212121;;
    font-weight: bold;
}

.contact-header {
    background-image: url(../img/headers/contact_us_essar.jpg);

}

.branch-header {
    background-image: url(../img/headers/hanging_branches_02_png___by_alzstock-d5r86c7.png);

}

.about-header {
    background-image: url(../img/headers/about-us.jpg);
}

.services-header {
    background-image: url(../img/headers/services.jpg);

}

.downloads-header {
    background-image: url(../img/headers/download.jpg);

}

.success-header {
    background-image: url(../img/headers/success-story.jpg);

}

.gallery-header{
    background-image: url(../img/headers/gallery.jpg);
}

.list-group-item.active {
    background-color: rgb(232, 110, 12) !important;
    border: red;
}

.vision-mission-text {
    font-style: italic;
    font-size: 1.4em;
}

/*.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}*/

.row-eq {
    display: flex;
}

.service-box > .panel {
    position: relative;
}

.service-box > .panel > .panel-body {

}

.service-box {
    float: left;
    display: block;
}

.d-image {
/ / float: left;
    text-align: center !important;
    border-radius: 200px;
    height: 250px;
}

.d-image img {
    display: inline;
}

.d-text {
    float: left;
}

.d > h4, .d > h3 {
    text-align: center;
}

#bottom_links ul{
    padding-left: 20px;
}

#bottom_links a{
    color: inherit;
}

.footer{

    padding-top: 30px;
    //background: linear-gradient(360deg, rgb(232, 110, 12),rgb(232, 110, 12),rgb(232, 110, 12),white);
    background: #36474F;
    color: white;

}

.panel{
    border-radius: 0 !important;
}

.panel-default{
    /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggle{
    border-radius: 0 !important;
    margin-right: 0!important;
}

.navbar-toggle .icon-bar{
    background-color: white !important;
}

.btn-warning{
    background-color: transparent !important;
    color: #FB1F25 !important;
    border: none !important;
    padding: 0 !important;
    font-weight: bolder;
    text-transform: capitalize !important;

}

.btn-warning:hover{
    color: #D41A1F !important;
}

.btn-warning:active{
    border: none !important;
    box-shadow: none !important;
}
