/* Make the images wide and responsive. */
#myCarousel img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Change the order of the indicators. 
   Return them to the center of the slide. */
.carousel-indicators {
  width: auto;
  margin-left: 0;
  transform: translateX(-50%);
}
.carousel-indicators li {
  float: right;
  margin: 1px 4px;
}
.carousel-indicators .active {
  margin: 0 3px;
}

.carousel-caption h3{
color:#fff;
font-size:36px;
}

.carousel-caption p{
color:#fff;
font-size:26px;
}



#args_info h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;

}
#args_info p{
font-size:16px;
color:#FFFFFF;
padding:20px;
}
#button_info a{
background-color:#FFCC00;
border-radius:0px;
padding:12px;
font-size:16px;
}





#our_services h2{
    font-weight: 600;
    line-height: 1.1em;
    color: #002e5b;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#our_services p{
color:#333333;

}
#shadow{
margin-top:5px;
height:50px;                     
box-shadow: 0px -2px 3px 0px black;;
}

  #text{
  padding-left:90px;
  }
  #text h3 {
    color: #002e5b;
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
	
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
  }
  #text p {
      color: #888;
    font-family: 'Open Sans', sans-serif;
  text-align:justify;
    font-size: 14px;
    line-height: 23px;
    background-color: #fff;
  }
  .heading_icon {

	
}
 .heading_icon i:hover{
/*text-align: center;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto 10px;
    width: 100px;
    height: 100px;
    padding-bottom: 16px;
	background-color:#26bdef;
	
	*/
}
.heading_icon i{
     float: left;
    color: #FFEB3B;
    font-size: 30px;
    min-width: 50px;
    margin-top: 7px;
    text-align: center;
    background: #002e5b;
    width: 72px;
    height: 72px;
    padding-top: 21px;
    border: 1px solid #002e5b;
    border-radius: 50%;

}
.whychoose_icon{
text-align:center;

}
.whychoose_icon i{
    color: #FFEB3B;
    font-size: 30px;
    min-width: 50px;
    margin-top: 7px;
    text-align: center;
    background: #002e5b;
    width: 72px;
    height: 72px;
    padding-top: 21px;
    border: 1px solid #002e5b;
    border-radius: 50%;
}
#whychoose h3{
 color:#002e5b;
    font-family: 'Open Sans', sans-serif;
  text-align:center;
    font-size: 19px;
    line-height: 23px;
    background-color: #fff;
}
#whychoose p{
 color: #888;
    font-family: 'Open Sans', sans-serif;
  text-align:center;
    font-size: 16px;
    line-height: 23px;
    background-color: #fff;
}
#project_heading h3{
 text-transform: uppercase;
   font-weight: 600;
	 color: #002e5b;
}
#project img{
height:200px;
box-shadow:0px 0px 3px 3px #999;
}
#project div{
padding: 10px 0px;
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #EEE;
	background-color:#f8f8f8;
}
#project div:hover{
padding: 10px 0px;
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #26bdef;
	background-color:#f8f8f8;
}
#project h4{
color:#000000;
text-transform:uppercase;
text-align:center;
}
#project p{
color:#888;
text-align:center;
}
#button {

}
#button h3 span{
height:40px;
background-color:#CCCCCC;
/*padding:25px;*/
border:2px solid #FFFFFF;
}
#project_heading{
}

.carousel-control.right {
  
}

#social_button li a {
/*background-color:;*/	
}
#social_button li a:hover{	
/*background-color:;*/
}
#social_button{
	margin-top:200px;
	width:0px;

}
#social_button:hover{
	margin-top:200px;
	width:120px;

}
#social_button li #span2 {
	position:absolute;
	margin-top:0px;
	bottom:0;
	left:20px;
	width:0%;
	text-align:center;
	visibility:hidden;
	padding-top:8px;
	
	
}
#social_button li:hover #span2{

	visibility:visible;
   width:50%;
   margin-top:10px;
   height:35px;
   transition:all 0.6s;
}
#social_button li{
text-decoration:none;
list-style:none;
margin-top:10px;
margin-left:-20px;
}
#social_button li a i{
/*background-color:none;*/
font-size:16px;
color:#FFFFFF;
box-shadow:0px 0px 3px 2px #333;
border:1px solid #000066;
}


 .span2{
	 margin-top:100px;
	 color:#fff;
background-color:#3B5998;
}
.twitter span{
background-color:#55ACEE;
}
.gplus span{
background-color:#dd4b39;
}
.linkedin span{
background-color:#007bb5;
}
.youtube span{
background-color:#bb0000;
}
.facebook i{

background-color:#3B5998;
}

.twitter i{
background-color:#55ACEE;
}
.gplus i{
background-color:#dd4b39;
}
.linkedin i{
background-color:#007bb5;
}
.youtube i{
background-color:#bb0000;
}