﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 17.5px;
    color: #5a5a5a;
}

.navbar-nav>li>a {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.navbar-custom1 .nav>li>a:focus,
.navbar-custom1 .nav>li>a:hover,
.navbar-custom1 .nav>li.active>a {
    background-color: #53944C;
    color: #ffffff
}

.set-pad {
    padding-top: 35px;
}

.set-row-pad {
    padding-top: 30px;
    padding-bottom: 50px;
}


/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
    max-height: 40px;
}

#menu {
    background-color: #FFF;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    min-height: 70px;
}

.navbar-inverse {
    border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #A1A1A1;
    padding: 22px 10px;
}


/*=====================================
  HOME STYLES 
    ===================================*/

.home-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url('/img/header.jpg') no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

.home-sec .overlay {
    background: rgba(186, 212, 183, 0.8);
    min-height: 500px;
}

a {
    color: red;
}

.home-sec h1 {
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.home-sec h3 {
    text-transform: uppercase;
}

.set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    padding-top: 120px;
}

.flex-control-nav {
    display: none!important;
}

.set-flexi a {
    margin: 5px;
}


/*=====================================
  TAG LINE STYLES 
    ===================================*/

.tag-line {
    background: #E9E9E9;
    color: #000;
}

.tag-line h2 {
    font-size: 20px;
    font-weight: 900;
    padding: 5px 10px 10px 5px;
    color: #005E5A;
}

.tag-line h2>i {
    margin-left: 8px;
    margin-right: 8px;
}


/*=====================================
  HEADER LINE STYLES 
    ===================================*/

.header-line {
    font-weight: 900;
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 15px;
    color: gray;
}

h1::after {
    content: " ";
    border: solid 2px #fff;
    display: block;
    width: 200px;
    margin: 12px auto;
}


/*=====================================
  ABOUT STYLES 
  ===================================*/

.about-div {
    padding: 30px;
}

.icon-round-border {
    border: 10px double #1A94C4;
    color: #2f9484;
    text-align: center;
    padding-top: 15px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.icon-round-border:hover {
    color: #fff;
    border: 10px double #fff;
    background-color: #1A94C4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.about-div hr {
    border: 1px solid #1A94C4;
}

.about-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-div p {
    padding-top: 10px;
}

.btn-set {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
}


/*=====================================
  about STYLES 
  ===================================*/

#about-sec {
    background-color: #53944C;
    color: #fff;
}

#about-sec .header-line {
    color: #fff;
}

.about-div h4 {
    line-height: 30px;
    font-weight: 700;
}

.about-div {
    padding: 30px;
}

.about-div hr {
    border: 1px solid #1A94C4;
}

.about-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-div p {
    padding-top: 10px;
    padding-bottom: 15px;
}

#about-whatOtherHaveSaid {
    background-color: #53944C;
}


/*=====================================
  CONTACT STYLES 
  ===================================*/

#contact-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    /*background: url(../img/contact.jpg) no-repeat center center;*/
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

#contact-sec2 {
    padding-top: 10px;
    padding-bottom: 60px;
    /*background: url(../img/contact.jpg) no-repeat center center;*/
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

#aboutMargin {
    margin-left: 20px;
}

#contact-sec .overlay {
    background: rgba(0, 0, 0, 0.8);
    min-height: 600px;
}

#contact-sec .overlay2 {
    background: rgba(0, 0, 0, 0.95);
    min-height: 725px;
}

#contact-sec h1 {
    color: #fff;
}

#contact-sec .form-control {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}


/*=====================================
  Footer STYLES 
  ===================================*/

.container .text-muted {
    margin: 20px 0;
    color: #fff;
    text-align: left
}

.container .text-muted a {
    color: #fff;
}

#footer {
    background: rgba(0, 0, 0, 0.85);
    min-height: 200px;
    padding-bottom: 80px;
    padding-top: 40px;
    color: #fff;
}

.missionStatement {
    padding-right: 10px;
    font-size: 14px;
    border-left: solid 1px #fff
}


/** Testimonial section  ***/

#testimonials {
    background: url(../img/testimonials-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #ddd;
    padding: 140px 0;
}

#testimonials p {
    text-align: justify
}

#testimonials h2 {
    color: #f6f6f6;
}

#testimonials blockquote {
    position: relative;
    margin-top: 20px;
    border: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

#testimonials i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 14px;
}

#testimonials .clients-name {
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
    margin-top: 10px;
}

.section-title.center {
    padding: 30px 0;
}

.section-title h2,
.section-title.center h2 {
    margin-bottom: 30px;
}

.profileImage img {
    height: 150px;
    width: 150px
}

.bookCoverImage img {
    height: 250px;
    width: 280px
}

.otherMessage {
    font-size: 14px;
}

.serviceHeader {
    background: #53944C;
    border: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 35px;
    margin-right: 35px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.serviceContainer {
    margin-top: 10px;
    margin-bottom: 20px
}

.serviceBody {
    padding: 5px;
    font-size: 13px;
    text-align: justify;
}

.bookCoverImage img {
    height: 400px;
    width: 600px
}

.profileImage img {
    height: 300px;
    width: 300px
}