﻿body {
    font-family: 'Open Sans', sans-serif;
   
}
.pad-top {
    padding-top:60px;
}
.pad-top-more {
    /* padding-top:90px; */
}
.text-center {
    text-align:center;
}
/*JUST ADDED PADDING IN SECTIONS OF TEMPLATE */
section {
    padding-top:50px;
}
 /* ADDED PADDING IN NAVBAR */
.navbar {
      padding:0px;    /* 25px */
     -webkit-transition: background .8s ease-out,padding .8s ease-out;
        -moz-transition: background .8s ease-out,padding .8s ease-out;
        transition: background .8s ease-out,padding .8s ease-out;
		/*width: 100%;    nill */
}
/* CLASS FOR REMOVING PADDING IN NAVBAR*/
/* .navbar-pad-original {
      padding:5px;
} */
/*========================================
    NAV BAR
    ======================================*/
.navbar-inverse .navbar-nav > li > a {
color: #000;
}
.navbar-inverse {
background-color: #FFF;
border-color: #7eb9f8;
font-size: 25px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #000000;
background-color: transparent;
}
.navbar-inverse .navbar-brand {
color: #000;
font-size: 27px;
font-weight: 900;
}
.navbar-inverse:hover .navbar-brand:hover {
color: #000;
}
.navbar-toggle {
    background-color: black;
}
/*CHANGING COLOR  SCROLLSPY ON LINK ACTIVE  */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #7eb9f8;
} 
/*========================================
    HOME SECTION
    ======================================*/
#home {
min-height:700px;
background-color:#7eb9f8;
}
    #home h1,#home h3 {
        color:#fff;
        text-transform:uppercase;
    }
    #home a i {
        display:table;
        font-size:150px;
    
}
/*========================================
    ABOUT SECTION
    ======================================*/
#about {
background-color: #66B8F0;
color: #fff;
min-height:700px;
}
.panel > .panel-heading {
position: relative;
padding: 15px;
}
.panel-title > a.collapsed:after {
content: '+';
position: absolute;
right: 24px;
}

.panel-title > a:after {
 content: '-';
position: absolute;
right: 24px;

}
.panel {
color:#000;
}

 /*========================================
    PORTFOLIO SECTION
    ======================================*/
 

#portfolio {
    z-index: 2;
    
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.modal-body span {
    cursor:pointer;
    color:#66B8F0;
}
/*========================================
    CONTACT SECTION
    ======================================*/
#contact {
    min-height:400px;
    }
#contact .form-control {
    height:60px;
}
.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
.add {
font-size:20px;
padding:20px;
}
/*========================================
    FOOTER SECTION
    ======================================*/
#footer {

background-color:#7eb9f8;
color: #fff;
padding: 10px 50px 40px 50px;
text-align: left;
border-top: 1px solid #7eb9f8;
font-weight:bold;
}

/*========================================
    NEW ADDITION
======================================*/
#quick_links{
    text-decoration: none;  
    list-style-type: none;
    text-align: center;
    margin-left:50px;
    
}
#at_glance_p{
	color:white;
	font-size:20px;
	margin-left:55px;
	}
.col-md-4{
	color:white;
	font-size:20px;
	}
.col_md_4_p{
	line-height:30px;
	}
.panel-group p{
	color:black;
	font-size:15px;
	font-weight:bold;
	}
.company_name{
	font-size:50px;
	color:#428BCA;
	font-weight:bold;
	text-align:center;
	padding-left:0;
	}
#background_p{
	background: #e95546 none repeat scroll 0 0;
    height: 46px;
    margin-bottom: -46px;
    margin-left: -105px;
    margin-top: 0;
    width: 1350px;
	}
#advertise{
	width:325px;
	height:350px;
	
	
	}
#advertise img{
	width:325px;
	height:350px;
	}
/*img{max-width: 100%; height: auto;}*/
.about_us{
	padding-left:150px;
	float:left;
	
	}
#fileToUpload{
	padding-bottom:40px;
	}
.cv_label{
	font-size:20px;
	float:left;
	}
.sub-menu {
	padding:0px 250px;
	}
#announcement{
	text-align:left;
	color:#808080;
	font-size:20px;
	
	}
#header_advertise{
	display: inline-flex;
    height: auto;
    max-width: 100%;
	float:right;
	margin-top:18px;
	}
.button{
     background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
    cursor: pointer;
    }
.button:hover {
    background-color: white;
    color: #4CAF50;
    text-decoration: none;
    
}