@charset "utf-8";
/* CSS Document */

body
{
	background:#d8d8d8;
}

*
{
	margin:0;
	padding:0;
}

header{
	
}



#logo{
	margin:3px 0;
}

#manu 
{
	float: right;
    margin-top: 14px; 
}

#manu ul li a
{
	color:#000;
	font-size:17px;
	
}


#manu li a:hover{
	
}

#manu ul li .active
{
	color:#fff;
	background:#2771d5;
	/*border-radius: 10px;*/
}

#manu ul li a:hover
{
	/*border-radius: 10px;*/
}

.navbar-toggle{
	background:#fff;
	position: relative;
    margin-top: -63px;
}

.navbar-toggle .icon-bar {
    background: #000;
    width: 29px !important;
    height: 4px;
}

.top_bg{	
	background-image:url(../images/big-banner.png);
	background-repeat: no-repeat;
	background-position:left;
	background-size: cover;
	width: 100%;
	height:100%;
}

.top_bg .row{
	min-height:620px;
}

.top-quote{
	background: rgba(255, 255, 255, 0.9);
    min-height: 500px;
    margin-top: 31px;
    margin-bottom: 20px;
	text-align: center;
}

.top-quote h2{
	color:#0b56a5;
    font-weight: 600;
    font-size: 36px;
}

.quota-bottom{
	width:100%;
	background:#2771d5;
	color:#fff;
	font-size: 17px;
}

.quota-bottom:hover{
	background:#1d63c2;
	color:#fff;
}

.top-quote p {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
	color:#444444;
}


.top-quote p span:before {
    content: "";
    position: relative;
    top: -4px;
    display: inline-block;
    width: 133px;
    height: 1px;
    background-color: #666667;
    left: -2%;
}

.top-quote p span:after {
    content: "";
    position: relative;
    top: -4px;
    display: inline-block;
    width: 133px;
    height: 1px;
    background-color: #666667;
    left: 2%;
}

.quote-ph span{
	font-size: 22px;
    font-weight: 500;
    color: #2d67b5;
}

.social-heading p:before{
	content: "";
    position: relative;
    top: -4px;
    display: inline-block;
    width: 106px;
    height: 1px;
    background-color: #666667;
    left: -2%;
}

.social-heading p:after{
	content: "";
    position: relative;
    top: -4px;
    display: inline-block;
    width: 106px;
    height: 1px;
    background-color: #666667;
    left: 2%;
}

#social-icone ul{
	list-style:none;
	display: inline-block;
}
#social-icone ul li{
	float:left;
	font-size: 43px;
    margin: 0 16px;
}

#facebook{
	color:#3c5a99;
}

#linkedin{
	color:#007bb6;
}

#twiter{
	color:#78c2f5;
}

#google-plus{
	color:#c44b36;
}

#skype{
	color:#00aff0;
}

.service-wrapper{
	margin-bottom: 50px;
}

.services-heading{
	text-align: center;
    margin-top: 40px;
	color: #0b56a5;
	margin-bottom: 47px;
}

.services-heading span{
	border-bottom:2px solid;
	padding-bottom: 6px;
}

.ser-mob{
	text-align: center;
    display: inline-block;
}

.ser-mob img{
	display: inline-block;
}

.left-serveces, .right-serveces{
	margin-top: 43px;
}

.left-serveces h3, .right-serveces h3{
	font-size: 19.5px;
    color: #0b56a5;
    text-transform: uppercase;
    font-weight: 600;
}

.left-serveces p, .right-serveces p
{
	font-size: 16px;
}
.left-serveces div, .right-serveces div{
	margin-bottom: 50px;
    clear: both;
}

footer p{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding: 20px 0 7px 0;
}
/*@media screen and (max-width:991px){
	.navbar-toggle{
		display:inline;
		margin-top:0;
	}
	
	
}*/

.footer-contact{
	background: rgba(206, 204, 204, 0.87);
	text-align: center;
    position: absolute;
    margin-top: 22px;
}

.footer-contact h2{
color:#0b56a5;
margin-bottom: 30px;
}

.footer-contact h2 span{
	border-bottom:2px solid #0b56a5;
}

.footer-contact p {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #444444;
}

.footer-contact p span:before {
    content: "";
    position: relative;
    top: -4px;
    display: inline-block;
    width: 133px;
    height: 1px;
    background-color: #666667;
    left: -2%;
}

.footer-contact p span:after {
    content: "";
    position: relative;
    top: -4px;
    display: inline-block;
    width: 133px;
    height: 1px;
    background-color: #666667;
    left: 2%;
}

/*---------------Back To Top--------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2771d5 url(../images/up-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  /*opacity: .5;*/
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}