﻿
/*====================================
 Free To Use For Personal And Commercial Usage
Author: http://binarytheme.com
 License: Open source - MIT
 Please visit http://opensource.org/licenses/MIT for more Full Deatils of license.
 Share Us if You Like our work 
 Enjoy Our Codes For Free always.
======================================*/


/*=======================================
    GENERAL STYLES
==================================================*/
body {
          font-family: 'Open Sans', sans-serif;
    font-size:14px;
    background-color:#495469;
}

.text-center {
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans', sans-serif;
}

h1 {
    margin-top:120px;
    text-transform:uppercase;
   
}

h3 {
    font-size:50px;
    font-weight:900;
}   
.main-color {
    color: #27C00A;
}
small {
    font-size:20px;
    font-weight:500;
}

.head-main {
   font-size: 70px !important;
font-weight: 900!important;
 color:#fff;
}
.head-sub-main {
    font-size:30px !important;
    font-weight:600!important;
    padding:5px 20px 30px 20px;
    color:#fff;
}
.head-last {
  
    padding:15px 20px 60px 20px;
     color:#fff;
     font-size:15px;
    
}
#home {
min-height:650px;

}
.div-trans {
  padding: 20px 0px 5px 5px;
background-color: rgba(255, 255, 255, 0.19);
color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 30px;
}
    .div-trans .form-control {
        background-color: rgba(255, 255, 255, 0);
    }
.div-stats {
  padding: 5px;
background-color: rgba(255, 255, 255, 0.19);
color: #FFF;
border-radius: 5px;
margin-bottom: 30px;
}
