﻿/*=============================================================
    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;
}

.text-center {
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans', sans-serif;
}

h1 {
    margin-top:20px;
    text-transform:uppercase;
   
}
h2 {
    color:#000000;
}
    h2:after {
      display: block;
content: "";
height: 2px;
width: 150px;
background: #000000;
margin: 15px 
	auto 20px;

    }
    

h3 {
    line-height:30px;
    padding-bottom:5px;
}

h4 {
    line-height:30px;
}

h5 {
    line-height:25px;
}

h6 {
    color:#FFFFFF;
	font-size:30px;
}

    h6:after {
      display: block;
content: "";
height: 2px;
width: 150px;
background: #FFFFFF;
margin: 15px 
	auto 20px;

    }

.mediumtext {
    font-size:20px;
    font-weight:600;
    padding-top:5px
	padding-top:5px;
    color: #0d5a86;
}

p {
    font-weight:300;
    line-height:20px;
    padding-bottom:20px;
}

.space-pad {
    padding-bottom:50px;
    padding-top:50px;
}


section {
    padding-top:10px;
    padding-bottom:20px;
}

/*=======================================
    COLOR CODES
==================================================*/
.main-color {
    color: #32729E;
}

.white-color {
    color: #FFFFFF;
}

/*=======================================
    NAVIGATION STYLES
==================================================*/
.navbar a {
    color:#ffffff !important;
}
.navbar-header a {
    color:#ffffff !important;
    padding-right:100px;
}

nav {
	position: absolute;
	width: 100%;
    background: #fff;
    z-index:99;
}
.fixed {
	position: fixed; 
	top: 0; 
	min-height: 50px; 
	z-index: 99;
}

.navbar-inverse {
background-color: #32729e;
border-color: #000000;
}


/*=======================================
    HEADER STYLES
==================================================*/

.head-main {
   font-size: 70px !important;
font-weight: 900!important;
 color:#fff;
}
.head-sub-main {
    font-size:30px !important;
    font-weight:900!important;
    padding:10px 10px 10px 10px;
    color: #0d5a86;
}
.head-last {
  
    padding:10px 10px 10px 10px;
    color:#000000;
}
#home {
    background-image: url("../img/head.jpg");
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;
background-attachment: fixed;
min-height:500px;
}
.div-trans {
    padding-left:15px;    
min-height: 350px;
margin-top: 50px;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 30px;
vertical-align: middle;
}
    .div-trans .form-control {
        background-color: rgba(255, 255, 255, 0);
    }

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

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #32729e;
}

#Parallax-one {
    background-image: url("../img/1.jpg");
padding: 30px;
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;
background-attachment: fixed;
min-height:250px;
color:#fff;
}
 #Parallax-one i {
        color:#fff;
    }
/*=======================================
    SERVICES STYLES
==================================================*/


.plan {
    background-color: #eef1f3; 
    padding: 0 0 15px 0;
    margin: 10px 0px;
    list-style: none;
    text-align: center;
  
}

.plan-active {
          -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.head-active {
    background-color: #658AEB!important;
}
.plan li {
    padding: 5px 0px;
    color: #434749;
}

.plan li.plan-head {
   padding: 15px 0px;
background-color: #c54342;
color: #FFFFFF;
line-height: 24px;
font-size: 20px;
font-weight: 600;
border: none;
   }

.plan li.plan-body {
   padding: 12px 20px;
color: #434749;
line-height: 18px;
font-size: 14px;
font-weight: 600;
text-align: left;
border: none;
   }


.plan li.main-price {
   padding: 10px 0px;
border: none;
font-size: 30px;
}
#Parallax-two {
    background-image: url("../img/2.jpg");
padding:30px;
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;
background-attachment: fixed;
min-height:300px;
color:#fff;
}
    #Parallax-two i {
        color:#fff;
    }

/*=======================================
    CONTACT STYLES
==================================================*/

#social-icon a {
    color:#616161!important;
    margin-right:10px;
     font-size:20px;
     float:right;
}

/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
    background-color:#32729e;
    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:right;
}

