.hero_wrapper{
	height: 810px;
}

#header_wrapper {
    background: white;
   
}

.navbar-inverse .navbar-nav > li > a {
    color: #bf0103;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #bf0103;
    border-radius: 5%;
}

a {
    color: #bf0103;
    text-decoration: none;
}

@media (max-width: 768px) {
.logo {
    float: left;
    margin-top: 8px;
	width: 250px;
    position: relative;
    z-index: 2;
}

}

.teamport{
	font-family: calibri;
	color: black;
	line-height: 50px;
	font-size: 22px;
	text-decoration: underline;
}

p {
    line-height: 24px;
    margin: 0;
	color: #262626;
	font-weight: normal;
	font-family: calibri;
	text-align: justify;
	font-size: 16px;
}

h6 {
    font-size: 22px;
    color: #bf0103;
    font-family: 'calibri', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px 0;
}

#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 0 5px;
}

#filters ul li a {
    display: block;
}

#filters ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 10px 22px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: #bf0103 solid 1px;
    color: #bf0103;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #fff;
    color: #bf0103;
    text-decoration: none;
    border: #bf0103 solid 1px;
}

.service_block p {
    font-size: 16px;
    color: black;
    margin: 0px;
}

.top_left_cont h2 {
    font-size: 32px;
    color: white;
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.top_left_cont p {
    font-size: 18px;
    color: white;
    margin: 0 0 30px 0;
    line-height: 26px;
	font-family: calibri;
}

h2 {
    font-size: 38px;
    color: #bf0103;
    font-family: 'calibri', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
}

.section-title h2 {
    color: #bf0103;
    font-family: 'calibri', sans-serif;
    font-size: 38px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    text-align: center;
}

.client_logos {
    background: #bf0103;
    padding: 60px 0;
    margin-top: 60px;
}

.designation {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 12px;
    color: #bf0103;
    
}

h4{
	color: #262626;
}


.client_logos ul a {
    display: inline-block;
    margin: 0 20px;
	color: white;
	font-size: 18px;
	text-decoration: none;
}

.input-btn {
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #bf0103;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a {
    display: inline-block;
    color: #bf0103;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_block .internal{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
	list-style-type: disc;
	color: black;

/* .internal{
	color: red;
	text-align: left:
} */

