.inner {
    padding-bottom: 30px;
    padding-top: 20px;
}

.orange_box {
    background-color: #ff6600;
    margin-top: -50px;
    padding: 10px;
    position: relative;
	max-width: 540px;
    z-index: 20;
}


.dropdown-toggle::after {
    display:none
  }

.Block-Below-Slider {
  position: relative;
  padding-right: 10px;
  padding-top: 15px;
  float:right;
  width: 310px;
}

.Block-Below-Slider img {
  width: 45px;
  float:left;
  margin: -0px 10px 0 0;
}

.Block-Below-Slider i {
  color: #FFF;
  font-size: 80px;
  padding-right: 20px;
  float:left;
  margin-top: -15px;
}

.Block-Below-Slider h4 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  margin-top: -10px;
}

.Block-Below-Slider p {
  font-size: 11px;
  line-height: 13px;
  color: #FFF;
  font-weight: 400;
  font-family: 'Lato';
  z-index: 111;
  position: relative;
}

.Block-Below-Slider a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 10px;
  display: inline-block;
  font-weight: 400;
}


.Block-Below-Slider a:hover {
  text-decoration: underline;
  font-weight: 400;
  color: #FFF;
}






.Block-Below-Slider2 {
  position: relative;
  padding-right: 10px;
  padding-top: 10px;
    float: right;
    width: 300px;
    padding-bottom: 10px;
}

.Block-Below-Slider2 img {
  width: auto;
  float: left;
  margin: 0px 10px 0px 15px;
}
.Block-Below-Slider2 h4 {
    color: #FFF;
    text-transform: uppercase;
    font-weight:bold;
    font-size:16px;
     margin-bottom: 0px;
	     margin-top: 5px;}

.Block-Below-Slider2 p {
    color: #FFF;
     font-weight:300;
    font-size:16px;
 }














.about-arrow {
    height: 100px;
    text-align: center;
}
.about-arrow a{
    color: #19479d;
}


#about-img{	
  background: url(../images/about-img.jpg) no-repeat center;
  width: 100%;
  height: 400px;
}


#circle {
    width: 200px;
    height: 200px;
	border: 3px Solid #e6e6e6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding-top: 50px;
}
#circle img{
	margin-bottom: 10px;
}
#circle a:hover p{
	color:#fe6601;
}
#circle p{
  font-size: 13px;
  line-height: 18px;
  color: #FFF;
  font-weight: 400;
  font-family: 'Lato';
  padding-top: 20px;
}
.our-services {
  text-align: center;
  margin-left: 4%;
}

.service-div {
	position: relative;
	width: 300px;
	float: none;
	display: inline-block;
	text-align: center; /* reset the text alignement to left */
	margin-bottom: 10px;
}


.footer-padding {
    padding-bottom: 10px;
    padding-top: 10px;
}



.breadcrumb-pages {
	text-align: left;
	margin: -5px 0 5px 0;
}

.breadcrumb-pages p {
	color: #000;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	line-height: 28px;
}


.team-member{
	margin-bottom: 10px;
}
.team-member h6{
	font-size: 15px;
}
.team-member p{
	margin-top: -15px; font-size: 10px;
}

.our-team{
	color:#fe6601; font-weight:700; margin: -10px 0 20px 0;
}
.min-height{
	min-height: 600px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

	.team-member{
		float: left;
		margin-right: 10px;
	}
}

.alert {
    margin-top: 70px;
}


ul .service{
	list-style-type: circle;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	
	.Process-tabs-navigation li { display: inline; margin: 0 5px; float: left;}

	ul.Process-tabs-navigation li .selected {
	  display: block; float: left;
	}
	
	/*
	.Process-tabs-navigation {
	position: relative;
	float: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	}
	*/
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	
	.tab-height{
		min-height: 700px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
	
	.tab-height{
		min-height: 350px;
	}
}