﻿
/*=============================================================
    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;
    font-size:14px;
    
}

h1, h2, h2a, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
}

h2 {
    line-height:50px;
    font-weight:700;
    font-size:30px;
    padding:0px 20px 5px 20px;
    text-transform:uppercase;
    color:rgba(0, 121, 138, 1);
}



h1 {
    font-size:4em ;
    font-weight:700;
    line-height: 1;
}


plano {
    line-height:20px;
    font-weight:700;
    font-size:26px;

    text-transform:uppercase;
    color:black;
}

valor {
    line-height:20px;
    font-weight:900;
    font-size:35px;
    padding-bottom: 90px;
    text-transform:uppercase;
    color:red;
}

.home2 {
    padding-top:100px;
    padding-bottom:20px;

}



.pad-adjust {
    padding-top: 5px; 
    padding-bottom: 5px;
}

.text-center {
    text-align:center;
}

h2 {
    line-height:50px;
}
h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
   padding-top: 25px;
line-height: 40px;
padding-bottom: 0px;
font-size: 22px;
font-weight: 900;
}

p {
    font-weight:300;
    line-height:30px;
    padding-bottom:15px;
}

.space-free {
    height:100px;
}

.g-pad-bottom {
    padding-bottom:0px;
}

section {
    padding-top:0px;
    margin-top:0px;
}

.c-blue {
   background-color:rgba(0, 121, 138, 1);
   color:#fff;
}
.form-control {
        background-color: rgba(255, 255, 255, 0);
}
/*=======================================
    HOME SECTION STYLES
==================================================*/

div.transbox {
    margin: 0px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}


.head-btn-one {
    background-color: rgba(252, 64, 101, 1);
     border: 0px solid #fff;

}
#home-sec {
    
    background-color: #E0FFFF;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}
#home {
    padding-top:100px;
    padding-bottom:20px;
    color:#fff;
}
.head-main {
    font-size:4em ;
    font-weight:700;
    line-height: 1;
    
}
.head-sub-main {
    font-size:1.6em ;
    font-weight:600;
    padding-top:100px;
    
}
.head-last {
    font-size:1.5em ;
    font-weight:300;
    padding-top:100px;
}

.btn-lg, .btn-group-lg > .btn {
border-radius: 0px; 

}
/* ===========================================================
   NAVBAR CHANGES   
   ============================================================*/
.navbar {
	font-size: 14px;
}

.navbar-inverse {
	background: #000000;

}

.navbar-inverse .navbar-nav > .active > a {
	background: #ffffff;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse :hover .navbar-brand:hover {
	color: #ffffff;	
}
.navbar-inverse .navbar-nav > li > a {
color: #FFFFFF;
}


/*=======================================
    PRICE SECTION STYLES
==================================================*/

.plan {
    background: #FFFFFF;
    padding: 00px;
    margin-bottom: 40px;
    list-style: none;
    text-align: center;
  
}



.plan li {
   padding: 0px 0px;
color: #858585;
font-size: 25px;
}

.plan li.plan-head {
    background-color:#000!important;
   padding: 25px 0px;
color: #FFFFFF;
line-height: 20px;
font-size: 25px;
font-weight: 600;
border: none;
   }

.plan li.main-price {
   padding: 25px 0px;
background-color:rgba(31, 138, 99, 1);
color: #fff;
border: none;
font-weight: 900;
font-size: 45px;
}


/*=======================================
    SERVICE SECTION STYLES
==================================================*/
.line-small{line-height: 1;}
#services-inner {
    padding-top:50px;
    padding-bottom:40px;
}

.service-div {
	font-family:'Open Sans', sans-serif;
        width: 100%;
	height: 550px;
	background-color: #B0E0E6;
	box-shadow: none;
	border: 0;
        line-height: 0.3;
    padding:20px;
    margin-bottom:30px;
    color:black;
    font-size:16px;

}
.service-div > i {
    color:#fff;
}

/*=======================================
    STATS SECTION STYLES
==================================================*/
.stats-div {
    text-align:center;
    width: 100%;
    min-height: 100px;
    padding: 30px 20px 30px 20px;
}

.stats-div > h3 {
    font-size:60px;
    font-weight:900;
}




/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
    background-color:#000;
    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:right;
}





















