﻿
/*=============================================================
    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-size:25px;
    color:#fff; 
    font-family: 'Open Sans', sans-serif;
}

.back-section {
background: rgba(166, 166, 166, 0.87);
padding: 0;
-webkit-background-size: cover;
background-size: cover;
}

.back-section .overlay {
background: rgba(166, 166, 166, 0.87);
min-height:800px;
}
.pad-top-one {
    padding-top:40px;
    
}
.pad-top-two {
    padding-top:100px;
}
.logo-cls {
    font-size:50px;
    font-weight:900;
}
.head-line {
    background-color:#000;
    text-align:center;
    margin:120px 0px 0px 0px;
    padding:40px;
    font-size:65px;
    font-weight:900;
}
.sub-line {
     background-color:#000;
     text-align:center;
     padding:30px;
     font-size:35px;
     
}
.img-custom {
    height:120px;
    border:2px solid #fff  ;
    padding:20px;
}

.social-div> a,.social> a:hover {
    font-size:50px;
    text-decoration:none;
    color:#fff;
}

