/*=============================================================
    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 (Orig - font-family: 'Open Sans', sans-serif)
 ============================================================ */
body {

    font-family: 'Exo 2', sans-serif;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;

}

.set-pad {
    padding-top:35px;
}
.set-row-pad {
    padding-top:30px;
    padding-bottom:50px;
}
/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
    max-height: 40px;
}

#menu {
    background-color: rgba(28, 43, 75, 1);
    color: #fff;
    font-size: 15px;
    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: #FFF;
        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(38, 57, 88, 0.50);
        min-height: 600px;
    }

    .home-sec h1 {
        color: #fff;
        font-weight: 900;
        font-size: 40px;
        text-transform: uppercase;
        padding-bottom: 0px;
    }

    .home-sec h2 {
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 10px;

    }



.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: 15px;
        font-weight: 500;
        padding: 5px 10px 10px 5px;
        color: #00B0F0;
    }

 
        .tag-line h2 > i {
            margin-left: 30px;
            margin-right: 8px;
        }
/*=====================================
  HEADER LINE STYLES 
    ===================================*/
.header-line {
    font-weight: 900;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 20px;
    color: #000;
}

.header-line p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

h1::after {
    content: " ";
    border: solid 2px #00B0F0;
    display: block;
    width: 200px;
    margin: 12px auto;
}

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

#about-sec h2 {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 15px;
    font-weight: 500;
}

.about-div {
    padding: 20px;
    min-height: 450px;
  
}

.about-div hr {
    border: 2px solid #00B0F0;
}



.about-div h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    
}


.about-div i {
		color: #00B0F0;
 }

.about-div p {
         padding-top: 5px;
        padding-bottom: 15px;
       font-size: 18px;
    font-weight: 500;
}

.btn-set {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
}
/*=====================================
  SERVICES STYLES 
  ===================================*/
#services-sec {
    background-color: rgba(28, 43, 75, 1);
    color: #fff;
     
    
}

#services-sec .header-line {
    color: #fff;

 }
 
#services-sec h2 {
        padding-top: 5px;
        padding-bottom: 15px;
       font-size: 18px;
    font-weight: 500;
 }

.services-div h4 {
    line-height:30px;
    font-weight:700;
}


.services-div {
    padding: 10px;  
min-height: 450px;
    
}
.services-div hr {
        border: 2px solid #00B0F0;
    }

.services-div i {
		color: #00B0F0;
 }

 .services-div h3 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
         
       }

    .services-div p {
        padding-top: 5px;
        padding-bottom: 15px;
       font-size: 18px;
    font-weight: 500;
        
    }

   
        

/*=====================================
  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-sec .overlay {
        background: rgba(38, 57, 88, 0.50);
        min-height: 450px;
    }

    #contact-sec h1 {
        color:#fff;

  #contact-sec h2 {
        color:#fff;

#contact-sec h3 {
        color: #fff;
        font-weight: 900;
        font-size: 15px;
        text-transform: uppercase;
        padding-bottom: 0px;

    }


    }
#contact-sec .form-control{
    background-color:rgba(255, 255, 255, 0);
    color:#fff;

}


/*=====================================
  Footer STYLES 
  ===================================*/

.table
    {
        display: table;
    }
.table-title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
.table-heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
.table-row
    {
        display: table-row;
    }
.table-cell
    {
       
        
	 
	color: #00B0F0;

        padding-left: 5px;
        padding-right: 5px;
    }
}
/*=====================================
  Footer STYLES 
  ===================================*/
#footer {
    padding:5px 20px;
    background-color:rgba(28, 43, 75, 1);
    text-align:right;
    color:#fff;
    font-size:15px;
}