﻿
/*=============================================================
    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
   
========================================================  */

/*=================================================
    GENERAL STYLES
  ===============================================*/

@import url(http://fonts.googleapis.com/css?family=Lato);

body {
    font-family: 'Lato', sans-serif;
}

section {
    padding-top:111px;
    padding-bottom:111px;
}
iframe {
	width: 100%;
	height: 250px;
	border: 0;
}
.pad-bottom {
    padding-bottom:60px;
}
.f-size-one {
    font-size:100px;
}

.clr-one {
    color:#db1d1d;
}
.clr-two {
    color:#c1198a;
}
.clr-three {
    color:rgba(37, 39, 37, 0.94);
}
.clr-four {
    color:#ff6a00;
}
.clr-five {
    color:#9bae1e;
}
.btn {
    border-radius:0px;
}

/*=================================================
    NAVBAR STYLES
  ===============================================*/
.navbar-default {
background-color: #FFFFFF;
height: 60px;
border-bottom: 4px solid #0A9B44;
}

.navbar-nav > li {
    background-color: #2C93F3;
}
    .navbar-nav > li > a {
        padding-bottom:20px;
        padding-top:20px;
        text-transform:uppercase;
    }
.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav > li > a:hover {
   font-size: 20px;
color:#fff;

}
.navbar-brand img {
    height:40px;
}

/*=================================================
    SLIDER SECTION STYLES
  ===============================================*/
.carousel-caption {
            padding: 15px 30px 25px 30px;
            background-color: rgba(29, 29, 29, 0.40);
        }
        /* BORDER OF SLIDESHOW */
        .carousel-inner {
            border: 5px solid #fff;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }

/*=================================================
    HOME SECTION STYLES
  ===============================================*/
#home-sec {
    background-color:#49775B;
    padding-top:114px;
    padding-bottom:96px;
	border-bottom: 4px solid #0A9B44;
}

    #home-sec .text-section {
        color: #fff;
        padding-top: 30px;
    }

#home-sec h1 {
    text-transform:uppercase;
}
    #home-sec h4 {
        line-height: 30px;
    }

    #home-sec a {
        margin-top:20px;
    }

  /*=================================================
    SERVICES SECTION STYLES
  ===============================================*/

#services-sec {
    background-color:#D4F0E0;
	padding-top:111px;
	padding-bottom:111px;
}

    #services-sec h2 {
        text-transform:uppercase;
    }
     #services-sec h4 {
        line-height:30px;
		padding-bottom:22px;
    }
      #services-sec a {
        margin-top:20px;
    }
   /*=================================================
    TEAM SECTION STYLES
  ===============================================*/

#team-sec {
    background-color:#4C7194;
    color:#fff;
}

     #team-sec h4 {
        line-height:30px;
    }

    #team-sec img {
        border:2px solid #fff;
        max-height:100px;
        margin-bottom:20px;
    }
     #team-sec a {
        margin-top:20px;
    }

 /*=================================
    STATS SECTION STYLES
=================================== */
#stats-sec {
    background: url(../img/stats.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
}

    #stats-sec .overlay {
        background-color:rgba(37, 39, 37, 0.94);
        padding-top: 90px;
        color: #fff;
        padding-top: 50px;
        padding-bottom:50px;
    }
 /*=================================
    SUBSCRIBE SECTION STYLES
=================================== */
#subscribe-sec {
    padding-bottom:80px;
    padding-top:80px;
}

    #subscribe-sec input {
        min-height:50px;
        border:2px solid #4C7194;
    }
     /*=================================
    CONTACT SECTION STYLES
=================================== */
#contact-sec {
    background-color:#f4f4f4;
    padding-bottom:50px;
    padding-top:50px;
}
    /*=================================
    FOOTER SECTION STYLES
=================================== */

    footer {
padding: 26px;
font-size: 13px;
text-align: center;
font-weight: 600;
background-color:#49775B;
color:#fff;
}
    footer a, footer a:hover {
color:#fff;
text-decoration: none;
}




  
          