@font-face{
	font-family:"OpenSans-Regular_0";
	src:url("../fonts/OpenSans-Regular_0.ttf");
}
@font-face{
	font-family:"OpenSans-Bold";
	src:url("../fonts/OpenSans-Bold.ttf");
}
@font-face{
	font-family:"Raleway-Regular_1";
	src:url("../fonts/Raleway-Regular_1.ttf");
}
@font-face{
	font-family:"Raleway-Bold_1";
	src:url("../fonts/Raleway-Bold_1.ttf");
}
@font-face{
	font-family:"Roboto-Regular";
	src:url("../fonts/Roboto-Regular.ttf");
}
@font-face{
	font-family:"Roboto-Medium";
	src:url("../fonts/Roboto-Medium.ttf");
}
@font-face{
	font-family:"Roboto-Bold";
	src:url("../fonts/Roboto-Bold.ttf");
}
@font-face{
	font-family:"Roboto-Bold";
	src:url("../fonts/Roboto-Bold.ttf");
}
@font-face{
	font-family:"Roboto-Condensed";
	src:url("../fonts/Roboto-Condensed.ttf");
}
@font-face{
	font-family:"RobotoCondensed-Bold";
	src:url("../fonts/RobotoCondensed-Bold.ttf");
}
@charset "utf-8";
/* CSS Document */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: "OpenSans-Regular_0";
}
/*p {
    line-height: 1.75;
}*/

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color:#434343;
}

a:hover,
a:focus,
a:active,
a.active {
    color:#434343;
}

.btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.img-centered {
    margin: 0 auto;
}

@media screen and (min-width: 1450px) {
	.container {
        width: 1242px;
    }
}
/***********************Menu ***************************/

@media(min-width:768px) {
.navbar-default {
		font-family: "Raleway-Regular_1";
		font-weight:400;
        color:#292929;
	    font-size:15px;
        background-color:#FFF;
        border: 0;
        padding:0px 0px;
		margin-top:0px;
		border-top:#0594cc 3px solid;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

.navbar-default .navbar-brand {
        font-size: 2em;
		text-indent:-999px;
		background:url(../images/logo.png) no-repeat 15px 0;
		width:323px;
		height:27px;
		margin:22px 0 0px 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
			
    }
.navbar-default .navbar-nav>li>a {
    color: #292929;
	padding:22px 0px;
	margin:0 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		border-bottom:#FFF 4px solid;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #0594cc;
	border-bottom:#10a3dd 4px solid;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
     background:none; 
    color: #0594cc;
	border-bottom:#10a3dd 4px solid;
}
.navbar-default.navbar-shrink {
        padding:0px 0;
		background:rgba(255, 255, 255, 0.950);
		border-bottom:#e1e1e1 1px solid;
}
.navbar-default.navbar-shrink .navbar-brand {
		background:url(../images/logo-shrink.png) no-repeat 15px 0;
		width:215px;
		height:18px;
		margin-top:15px;
    }
.navbar-shrink .navbar-nav>li>a {
        color: #3a3a3a;
		padding-top:10px;
		padding-bottom:12px;
		border-bottom-color:transparent;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
.navbar-default.navbar-shrink .navbar-nav>.active>a, .navbar-default.navbar-shrink .navbar-nav>.active>a:focus, .navbar-default.navbar-shrink .navbar-nav>.active>a:hover {
     background:none; 
	 color:#0594cc;
}
	
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background:none;
}
 /*
/**/
/*
.navbar-default .navbar-nav .dropdown-menu {
    background-color: #117ec2;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
	width:auto !important;
}*/
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    display: none;
} 
ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
} 
  .lead {
    font-size: 21px;
  }	
	
}

.dropdown-menu li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    /*border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #117ec2;*/
}
.navbar-default .navbar-nav .dropdown-menu {
    font-family: "Raleway-Regular_1";
	font-weight:400;
	font-size:14px;
	color:#292929;
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    border: 0;
	/*padding-top:15px;
	padding-bottom:15px;*/
    margin-top: 0;
    border-top: 0;  
    /*-moz-border-radius: 5px;*/
    border-radius: 0px;
    /*background-image:linear-gradient(#1071ae, #16a3fb);*/
	border-top:#10a3dd 2px solid;
    left: 0;/*
    font-family:"Roboto-Regular";
	font-size:14px;*/
	text-transform:none !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #292929;
    white-space: nowrap;
	padding-left:15px;
	/*background:url(../images/menu-left-icon.png) no-repeat 10px 10px;*/
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #10a3dd;
    text-decoration: none;
	background: #f6f6f6 /*url(../images/menu-left-icon.png) no-repeat 10px 10px*/;
}


.dropdown-menu {
    margin-top: -1px;
}
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*************************Brand**********************/
.banner{
	margin:71px 0 0 0;
	position:relative;
}
.text-vertical-center {
	position:absolute;
	top:26%;
	width:60%;
	left:0;
	right:0;
	margin:0  auto;
	font-family:"Roboto-Regular";
	font-weight:400;
	color:#d8d8d8;
	font-size:20px;
	text-align:center;
}
.text-vertical-center p{
	padding:0 30px;
}
.text-vertical-center span{
	font-weight:700;
	color:#7cc943;
}
.text-vertical-center h1 {
	font-family:"Raleway-Bold_1";
	color:#fff;
	font-weight:700;
	font-size:60px;
	text-align:center;
	text-transform:none;
	margin:0 0 30px 0;
}
.btn-banner-learn-mor {
	font-family: "Roboto-Medium";
	font-weight:500;
    color: #fff;
	font-size:15px;
	letter-spacing:6px;
	text-transform:uppercase;
    border: 1px solid #0594cc;
	border-radius:0;
    background-color:#0594cc;
	padding:17px 60px;
	margin:37px 0 23px 0;
}
.btn-banner-learn-mor:hover,
.btn-banner-learn-mor:focus {
    border: 1px solid #0594cc;
    outline: 0;
    color: #0594cc;
    background-color:transparent;
}
.inner-banner-text {
	position:absolute;
	top:40%;
	left:0;
	right:0;
	margin:0  auto;
}
.inner-banner-text h1{
	font-family:"Raleway-Bold_1";
	color:#fff;
	font-weight:700;
	font-size:68px;
	margin:0px;
	padding:0px;
}
/*******************Banner Bottom Text**************************/
.banner-bottom{
	font-family:"Roboto-Regular";
	font-size:16px;
	color:#525252;
	line-height:32px;
	text-align:center;
	background:#fbfbfb;
	padding:90px 0 54px 0;
}
.btn-banner-bottom-learn-more {
	font-family:"Roboto-Medium";
	font-weight:500;
    color: #0594cc;
	font-size:15px;
	letter-spacing:6px;
	text-transform:uppercase;
    border: 1px solid #0594cc;
	border-radius:0;
    background-color:transparent;
	padding:17px 60px;
	margin:47px 0 23px 0;
}
.btn-banner-bottom-learn-more:hover,
.btn-banner-bottom-learn-more:focus {
    border: 1px solid #0594cc;
    outline: 0;
    color: #fff;
    background-color:#0594cc;
}
.modal-content {
	border-top:#0594cc 5px solid !important;
}
.modal-content .close{
	border:#0594cc 1px solid;
	color:#0594cc;
	width:20px;
	height:20px;
	border-radius:50px;
	line-height:20px;
	 opacity: 10;
}
.modal-body{
	font-family:"Roboto-Regular";
	font-weight:400;
	font-size:15px;
	color:#525252;
	line-height:22px;
	padding-left:30px;
	padding-right:30px;
}
/*****************Advantages****************************/
.advantages{
	padding:90px 0;
}
.advantages h2{
	font-family:"Raleway-Bold_1";
	font-weight:700;
	color:#2c2c2c;
	font-size:48px;
	padding:0px 0 0 0;
	margin:0px 0 38px 0;
	text-align:center;
}
.advantages h2 span{
	color:#0594cc;
}
.advantages h3{
    font-family: "RobotoCondensed-Bold";
	font-weight:700;
	color:#2c2c2c;
	font-size:30px;
	padding:0px 0 0 0;
	margin:100px 0 20px 0;
}
#custom_carousel .item {
    color:#000;
    /*background-color:#eee;*/
    padding:40px 0;
    font-family:"Roboto-Regular";
	font-weight:400;
	color:#575757;
	font-size:16px;
	line-height:30px;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px;
	background:#FFF url(../images/bu-2.png) no-repeat center 46px;
    border-bottom:1px solid #d4d4d4;
	margin-bottom:20px;
}
#custom_carousel .nav a {
	background-color:transparent;
}

#custom_carousel .controls li.active {
	background:#FFF url(../images/bu-1.png) no-repeat center 46px;
    border-bottom:1px solid #0594cc;
}
#custom_carousel .controls a small {
	font-family:"Roboto-Medium";
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
    overflow:hidden;
    display:block;
    margin-top:5px;
	margin-bottom:30px;
}
/*******************Services***************************/
.services{
	background:#fbfbfb;
	font-family:"Roboto-Regular";
	font-size:16px;
	line-height:26px;
}
.services h2{
	font-family:"Raleway-Bold_1";
	font-weight:700;
	color:#2c2c2c;
	font-size:48px;
	padding:58px 0 0 0;
	margin:0px 0 38px 0;
	text-align:center;
}
.services h2 span{
	color:#0594cc;
}
.services ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.services ul li{
	padding:37px 50px 58px 50px;
	margin:0px;
	text-align:center;
}
.services ul li h3{
	font-family: "RobotoCondensed-Bold";
	font-weight:700;
	font-size:30px;
	margin:26px 0 40px 0;
}
.box-hover1{
	background:url(../images/services-1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:70px;
	color:#2c2c2c;
}
.box-hover1:hover{
	background:url(../images/services-1ho.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	color:#fff;
	
}
.box-hover1 .img-top {
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	right:0;
	z-index: 99;
	margin:0 auto;
}
.box-hover1:hover .img-top {
	display: inline;
}
.box-hover2{
	background:url(../images/services-2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:70px;
	color:#2c2c2c;
}
.box-hover2:hover{
	background:url(../images/services-2ho.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	color:#fff;
}
.box-hover2 .img-top {
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	right:0;
	z-index: 99;
	margin:0 auto
}
.box-hover2:hover .img-top {
	display: inline;
}
.box-hover3{
	background:url(../images/services-3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:70px;
	color:#2c2c2c;
}
.box-hover3:hover{
	background:url(../images/services-3ho.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	color:#fff;
}
.box-hover3 .img-top {
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	right:0;
	z-index: 99;
	margin:0 auto
}
.box-hover3:hover .img-top {
	display: inline;
}
.btn-services-learn-more {
	font-family:"OpenSans-Bold";
	font-weight:700;
    color: #0594cc;
	font-size:15px;
	letter-spacing:6px;
	text-transform:uppercase;
    border: 1px solid #0594cc;
	border-radius:0;
    background-color:transparent;
	padding:17px 60px;
	margin:47px 0 23px 0;
}
.btn-services-learn-more:hover,
.btn-services-learn-more:focus {
    border: 1px solid #0594cc;
    outline: 0;
    color: #0594cc;
    background-color:transparent;
}
.box-hover1:hover .btn-services-learn-more {
    color: #fff;
    border: 1px solid #fff;
}
.box-hover1:hover .btn-services-learn-more:hover,
.box-hover1:hover .btn-services-learn-more:focus {
    border: 1px solid #fff;
    color: #fff;
}
.box-hover2:hover .btn-services-learn-more {
    color: #fff;
    border: 1px solid #fff;
}
.box-hover2:hover .btn-services-learn-more:hover,
.box-hover2:hover .btn-services-learn-more:focus {
    border: 1px solid #fff;
    color: #fff;
}
.box-hover3:hover .btn-services-learn-more {
    color: #fff;
    border: 1px solid #fff;
}
.box-hover3:hover .btn-services-learn-more:hover,
.box-hover3:hover .btn-services-learn-more:focus {
    border: 1px solid #fff;
    color: #fff;
}
.process-box{
	height:600px;
}
/*********************Why Us***************************/
.why-us{
	padding:116px 0 80px 0;
	font-family:"Roboto-Regular";
	font-size:16px;
	color:#606060;
	line-height:28px;
}
.why-us h2{
	font-family:"Raleway-Bold_1";
	font-weight:700;
	color:#2c2c2c;
	font-size:48px;
	padding:0px 0 0 0;
	margin:0 0 38px 0;
	text-align:center;
}
.why-us h2 span{
	color:#0594cc;
}
.why-us h3{
	font-family:"Roboto-Regular";
	font-weight:400;
	font-size:24px;
	color:#2c2c2c;
	margin:20px 0 0px 0;
	padding:0 0 60px 0;
}
.why-us ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.why-us ul li{
}
.why-us ul li h4{
	font-family:"RobotoCondensed-Bold";
	font-weight:700;
	font-size:30px;
	color:#2c2c2c;
	text-align:center;
	margin:20px 0 36px 0;
	padding:0px;
}
.bg-color{
	background:#fbfbfb;
	padding:48px 70px 0 70px;
}
.bg-learn-more{
	background:#f5f5f5;
	padding:30px 0;
	text-align:center;
}
.btn-learn-more {
	font-family: "OpenSans-Bold";
	font-weight:700;
    color: #fff;
	font-size:15px;
	letter-spacing:6px;
	text-transform:uppercase;
    border: 1px solid #fff;
	border-radius:0;
    background-color:#0594cc;
	padding:17px 75px;
}
.btn-learn-more:hover,
.btn-learn-more:focus {
    border: 1px solid #00b7ff;
    outline: 0;
    color: #00b7ff;
    background-color:transparent;
}
/*************Talk with our expert***************/
.talk-with-our-expert{
	background:url(../images/home_banner1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:70px;
}
.width80{
	width:60%;
	margin:0 auto;
	text-align:center;
	font-family:"Roboto-Regular";
	font-size:18px;
	color:#b8b7b7;
}
.talk-with-our-expert h2{
	font-family: "RobotoCondensed-Bold";
	font-weight:700;
	color:#FFF;
	font-size:30px;
	margin:122px 0 28px 0;
}
.btn-contact {
	font-family: "OpenSans-Bold";
	font-weight:700;
    color: #fff;
	font-size:15px;
	letter-spacing:6px;
	text-transform:uppercase;
    border: 1px solid #fff;
	border-radius:0;
    background-color:transparent;
	padding:17px 75px;
	margin:47px 0 23px 0;
}
.btn-contact:hover,
.btn-contact:focus {
    border: 1px solid #0594cc;
    outline: 0;
    color: #0594cc;
    background-color:transparent;
}
.contact-box{
	width:40%;
	background:#f6f6f6;
	border:#f6f6f6 1px solid;
	margin:0 auto;
	padding:60px;
}
/*************Footer***********/
.footer{
	width:100%;
	margin:0 auto;
	background:#f6f6f6;
}
/*
.footer-top-bg{
	background:url(../images/footer-top-bg.jpg) repeat-x;
	height:36px;
}

.footer-top-bg-white{
	background:url(../images/footer-top-bg-contact.jpg) repeat-x;
	height:36px;
}
*/

.footer-bottom-right i{
	margin-left:4px;
}


.footer-bottom-link{
	font-family:"Roboto-Regular";
	font-weight:400;
	color:#6b6b6b;
	font-size:16px;
}
.footer-bottom-link h3{
	font-family: "RobotoCondensed-Bold";
	font-weight:700;
	font-size:24px;
	color:#2c2c2c;
	padding:0px;
	margin:80px 0 36px 0;
}
.footer-bottom-link ul{
	list-style-type:none;
	padding:0px;
	margin:0 auto;
}
.footer-bottom-link ul li{
	font-family:"Roboto-Regular";
	font-weight:400;
	font-size:16px;
	color:#6b6b6b;
	padding-bottom:15px;
}
.footer-bottom-link ul li a{
	font-family:"Roboto-Regular";
	font-weight:400;
	font-size:16px;
	color:#6b6b6b;
}
.footer-bottom-link ul li a:hover{
	text-decoration:none;
	color:#0594cc;
}
.footer-bottom-link ul li i{
	padding:0 10px 0 0;
	color:#0594cc;
}
.padding-right80{
	padding-right:80px;
}
.copy-right{
	padding:0 0 50px 0;
}
.copy-right ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	display:table;
	margin:0 auto;
}
.copy-right ul li{
	font-family:"Roboto-Regular";
	font-weight:400;
	color:#6b6b6b;
	font-size:16px;
	display:inline-table;
	padding:0 20px;
	margin:0px;
	border-right:#6b6b6b 1px solid;
}
.copy-right ul li a{
	color:#6b6b6b;
}
.copy-right ul li a:hover{
	text-decoration:none;
	color:#0594cc
}
.copy-right ul li:last-child{
	border-right:none;
}

/***********************Scroll Top****************************/
.wrapper{
	padding-top:0px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center !important;
	z-index: 99999999;
    background-color: #649a46;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 8px;
	bottom: 10px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper .fa{
	color:#FFF;
	
}
.scroll-top-wrapper:hover {
	background-color: #78c53f;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/***********************Scroll Top End****************************/



/**********************About Us**********************************/
.about-banner-bottom{
	font-family:"Roboto-Regular";
	font-size:16px;
	color:#525252;
	background:#fbfbfb;
	line-height:30px;
	padding:90px 0 54px 0;
}
.about-banner-bottom h4{
	font-family:"Roboto-Bold";
	font-weight:700;
	font-size:16px;
	color:#525252;
	margin:30px 0 20px 0;
	padding-left:0px;
}
.about-banner-bottom ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.about-banner-bottom ul li{
	font-family:"Roboto-Regular";
	font-weight:400;
	color:#525252;
	background:url(../images/li.png) no-repeat 0 10px;
	padding:0 0 15px 20px;
	margin:0 0 0 0;
}
.about-bottom-section{
	font-family:"Roboto-Regular";
	font-weight:400;
	font-size:16px;
	color:#525252;
	line-height:28px;
	padding:80px 0 107px 0;
}
.about-bottom-section h3{
	font-family:"RobotoCondensed-Bold";
	font-weight:700;
	font-size:30px;
	color:#2c2c2c;
	margin:30px 0 20px 0;
	padding-left:15px;
	border-left:#10a3dd 5px solid;
}
.about-bottom-section h4{
	font-family:"RobotoCondensed-Bold";
	font-weight:700;
	font-size:24px;
	color:#2c2c2c;
	margin:30px 0 20px 0;
	padding-left:15px;
}

.btn-banner-learn-mor-sm {
	font-family:"Roboto-Medium";
	font-weight:500;
    color: #0594cc;
	font-size:13px;
	letter-spacing:6px;
	text-transform:uppercase;
    border: 1px solid #0594cc;
	border-radius:0;
    background-color:transparent;
	padding:12px 40px;
	margin:40px auto 0 auto;
	
}
.btn-banner-learn-mor-sm:hover,
.btn-banner-learn-mor-sm:focus {
    border: 1px solid #0594cc;
    outline: 0;
    background-color:#0594cc;
    color: #fff;
}
/****************Contact us Page**********************/
.contact-us-section{
	/* background:url(../images/bg.jpg) repeat; */
	padding:100px 0;
	font-family:"Roboto-Regular";
	font-size:16px;
	color:#4f4f4f;
	font-weight:400;
	line-height:28px;
}
.contact-us-section h2{
	font-family:"Roboto-Regular";
	font-size:18px;
	color:#757575;
	font-weight:400;
	margin:0px 0 20px 0;
	line-height:36px;
}
.contact-us-section h2 span{
    font-family:"Raleway-Bold_1";
	font-weight:700;
	font-size:30px;
	color:#0594cc;
}
.contact-us-section h3{
	font-family:"RobotoCondensed-Bold";
	font-weight:700;
	font-size:30px;
	color:#2c2c2c;
	margin:0px 0 40px 0;
	padding-left:15px;
	border-left:#10a3dd 5px solid;
}
.contact-us-section ul{
	list-style-type:none;
	padding:0px;
	margin:0 0 0 0px;
}
.contact-us-section ul li{
	font-family:"Roboto-Regular";
	font-weight:400;
	font-size:16px;
	padding-bottom:30px;
	color:#2c2c2c;
}
.contact-us-section ul li a{
	color:#2c2c2c;
}
.contact-us-section ul li .fa{
	padding-right:8px;
	font-size:22px;
	color:#0594cc !important;
}
.contact-us-section ul li span{
	color:#0594cc;
	font-size:24px;
	font-family:"Roboto-Medium";
	font-weight:600;
	text-transform:uppercase;
}
.contact-form{
	padding-right:30px;
}
.googlemap{
	padding:0px;
	margin:0px 0;
}
.scrolloff{
	pointer-events: none;
    }
.form-group {
    margin-bottom:30px;
}
.form-control{
	height:50px;
	box-shadow: none;
	border-radius:4px;
	margin-bottom:15px;
	background:#FFF;
	border:#e6e6e6 1px solid;
	/*background:#3b3b3b;*/
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	/*background:#5bc0de;*/
	border-color:#5bc0de;
}
.form-control::-moz-placeholder {
  color: #a2a2a2;
  font-size:16px;
}
.form-control:-ms-input-placeholder {
  color: #a2a2a2;
  font-size:16px;
}
.form-control::-webkit-input-placeholder {
  color: #a2a2a2;
  font-size:16px;
}
/*
.map-section{
	background:#FFF url(../images/map-bg.jpg) no-repeat top center;
	padding:104px 0 0px 0;
}
*/
.btn-submit {
    border: 1px solid #0594cc;
    border-radius:0px;
    color: #0594cc;
    background-color:transparent;
	padding:10px 70px;
	font-family: "Roboto-Regular";
    font-weight: 400;
	font-size:18px;
	text-transform:uppercase;
	margin-top:10px;
}
.btn-submit:hover,
.btn-submit:focus {
    color: #fff;
    background-color: #0594cc;
    border: 1px solid #0594cc;
    outline: 0;
}
/**********************Why Us Page**********************/
.why-us-section{
	font-family:"Roboto-Regular";
    font-weight: 400;
	font-size:16px;
	color:#575757;
	padding:62px 0 0 0;
}
.why-us-section h2{
	font-family:"RobotoCondensed-Bold";
	font-weight:700;
	font-size:30px;
	color:#2c2c2c;
	margin:0px 0 40px 0;
	padding-left:15px;
	border-left:#10a3dd 5px solid;
}
.why-us-section h3{
	font-family:"Roboto-Regular";
	font-weight:700;
	font-size:16px;
	color:#575757;
	margin:50px 0 40px 0;
}
.why-us-section .row{
	padding-bottom:80px;
}
.why-us-section ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.why-us-section ul li{
	font-family:"Roboto-Regular";
	font-weight:400;
	font-size:16px;
	color:#575757;
	background:url(../images/li.png) no-repeat 0 10px;
	padding:0 0 15px 20px;
	margin:0 0 0 0;
}


/****************Custom Application Development************/
.development-section{
	padding:120px 0;
}
.development-section .left ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.development-section .left ul li{
	margin:0px 0 6px 0;
}
.development-section .left ul li a{
	font-family: "RobotoCondensed-Bold";
	font-weight:700;
	font-size:18px;
	color:#2c2c2c;
	background:#f4f4f4;
	padding:22px 0 22px 32px;
	color:#2c2c2c;
	border-left:#f4f4f4 5px solid;
	display:block;
}
.development-section .left ul li a:hover{
	color:#0594cc;
	border-left:#10a3dd 5px solid;
	text-decoration:none;
}
.development-section .left ul .active{
	color:#0594cc;
	border-left:#10a3dd 5px solid;
	text-decoration:none;
}
.development-section .right{
	font-family:"Roboto-Regular";
	font-weight:400;
	font-size:16px;
	color:#525252;
	line-height:26px;
}
.development-section .right h2{
	font-family:"RobotoCondensed-Bold";
	font-weight:700;
	font-size:30px;
	color:#2c2c2c;
	margin:0 0 25px 0;
	padding:0;
}
.development-section .right h3{
	font-family:"RobotoCondensed-Bold";
	font-weight:700;
	font-size:30px;
	color:#289ecb;
	margin:63px 0 25px 0;
	padding:0;
}
.development-section .right h5{
	font-family: "Roboto-Bold";
	font-weight:700;
	font-size:16px;
	color:#525252;
	margin:63px 0 25px 0;
	padding:0;
}
.banner-margin{
	margin-bottom:68px;
}
.development-section .right ol {
	padding-top:30px;
}
.development-section .right ol li{
	padding-bottom:20px;
	
}
.development-section .right ul {
	list-style-type:none;
	padding:0px 0px 0px 20px;
	margin:0px;
}
.development-section .right ul li{
	background:url(../images/li.png) no-repeat 0 8px;
	padding:0px 0px 15px 28px;
	margin:0px;
	
}
#accordion{
	padding-top:20px;
}
#accordion .panel-title{
	font-family: "RobotoCondensed-Bold";
	font-weight:700;
	font-size:18px;
	color:#2c2c2c;
}
#accordion .panel-title span{
	font-weight:400;
}
#accordion .panel-title a{
	font-family: "RobotoCondensed-Bold";
	font-weight:700;
	font-size:18px;
	color:#2c2c2c;
}
#accordion .panel-title a:hover{
	font-family: "RobotoCondensed-Bold";
	font-weight:700;
	font-size:18px;
	color:#2c2c2c;
	text-decoration:none;
}
#accordion .right-arrow{
	color:#0594cc;
}

.dropdown-menu{
    min-width:260px;
}