.navbar-header .navbar-brand {
    padding: 0px 0;
}
.navbar-header .navbar-brand a {
    margin-top: 0px;
}
#call-to-action {
    background: #E73121
}
.carouselnew{
	margin-top: 7%;
}
/*.supercarousel{
	width:1300px;
}*/
.container{
	width:95%;
}
.slider_image{
	width:100%;
	height:400px;
}
.supercarousel{
	width: 101%;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
}
#about {
    padding: 15px 0;
}

.global-page-header {
    background-attachment: fixed;
    background-size: cover;
    /*padding: 120px 0 25px 0;*/
	padding: 235px 0 180px 0;
    position: relative;
    background: #efefef;
    color: #000;
	/*background-image: url("../images/home/aboutus.jpg");*/
}

.aboutus_header{
	background-image: url("../images/home/aboutus.jpg");
}

.service_header{
	background-image: url("../images/home/software.jpg");
}

.career_header{
	background-image: url("../images/home/career.jpg");
}

.contact_header{
	background-image: url("../images/home/contactus.jpg");
}

.mobile_header{
	background-image: url("../images/home/mobile_application.jpg");
}

.web_header{
	background-image: url("../images/home/web_application.jpg");
}

.desktop_header{
	background-image: url("../images/home/desktop_app.jpg");
}

.global-page-header h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.global-page-header .breadcrumb .active, .global-page-header .breadcrumb li a {
    color: #fff;
}

.block{
	font-size:14px;
}

.para1{
	font-family: "Roboto", sans-serif;
	line-height: 22px;
	font-size: 15px;
	font-weight: 300;
}
#contact-section {
    padding: 30px 0;
}
#footer .social li a {
    font-size: 22px;
    color: #666;
}
figure figcaption h4 a {
    color: #666;
}
.works{
	/*background-image: url("../images/home/software.jpg");*/
}
.parallax {
    /* The image used */
    background-image: url("../images/home/software.jpg");

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#top-bar .main-menu li a:hover {
    color: #973147;
}
.global-page-header .block {
    position: relative;
    z-index: 99;
    text-align: left;
}

.text_color33{
	color: #333;
}