/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
img{
	max-width:100%;
}

p {
	color: #555;
	margin: 0 0 1em !important;
	text-align:justify;
}
h1, h2, h3, h4, h5, h6 {
	font-family:36px 'Open Sans', sans-serif;
}



.Header{
	background: url(../images/headerbg.jpg);
	padding:10px 0px 10px 0px;
	height:auto;
    border-top: 4px solid #b70924;
}

.logo {
  margin-top:0px;
}

.logo img {
  width: 280px;
}

.HeaderContact {
  margin-top: 35px;
}

.Menu{
	background:#0e2d63;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 0px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
/*.nav-bar{
	margin-top: 10px;
}*/
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	padding: 0;
	margin-bottom: -1px;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
 	 padding: 16px 55px;
	font-weight: 400;
	font-family: Raleway;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: Cuprum;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 40px;
  text-transform: uppercase;
  transition: all 0.7s ease 0s;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
	background:#b70924;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
li a.active{
	color: #fff !important;
	background:#b70924;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}

.navbar-collapse {
  padding-left: 0px !important;
}



/* Sub Menu start */

.nav li ul {
  display: none;
  width:390px;
  
}
 .nav li ul li{
  list-style:none;
  padding: 8px 20px;
}
 .nav li ul li:hover{
  background:#b70924;
}
 .nav li ul li:hover a{
  color:#fff;
  text-decoration:none;
}


.nav li ul li a {
  color: #000;
  font-family: Cuprum;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.7s ease 0s;
  display:block;
}

.nav li:hover ul{
  background: #EEEEEE none repeat scroll 0 0;
  display: block;
  position:absolute;
  z-index:3;
  /*top:62px;*/
}



/* Sub Menu  End */

.nav li:hover ul ul{
  display: none;
  width:240px;
  
}

.nav li ul li:hover ul{
  display: block;
}

.nav li ul li:hover ul {
  position: absolute;
  right: 240px;
  z-index:2;
  background: #EEEEEE none repeat scroll 0 0;
  
}
.nav li ul li ul li{
  list-style: outside none none;
  padding: 8px 20px;
  top:-20px;
}

.nav li ul li ul{
  margin-top:-35px;
}


.nav li ul li:hover ul li:hover{
  background: #0e2046;
}

.nav li ul li:hover ul li a{
	color:#000;
}

.nav li ul li:hover ul li:hover a{
	color:#fff;
}





.section1{
	background:#ccc;
	padding:20px 0px 20px;
	height:auto;
}

.section3{
	background-color:#ffffff;
	padding:20px 0px 20px;
	height:auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}


.Welcome{
	background: #b70924;
	padding:20px 0px 30px;
}
.Welcome h1{
	font-family:Cuprum;
	font-size:50px;
	text-align:center;
	color:#fff;
	margin-bottom:10px;
}
.Welcome p{
	font-family:Cuprum;
	font-size:18px;
	text-align:center;
	color:#fff;
}



.OurServices{
	background: url(../images/headerbg.jpg);
	padding:30px 0px;
}
.srvbox{
	padding:10px 15px;
}
.OurServices h2{
	font-family:Cuprum;
	font-size:40px;
	text-align:left;
	color:#222;
	margin-bottom:30px;
	
}
.OurServices h2 span{
	font-family:Cuprum;
	font-size:40px;
	color:#b70924;
}
.OurServices h3{
	font-family:Cuprum;
	font-size:24px;
	color:#b70924;
	margin-bottom:10px;
	text-transform:uppercase;
	
}
.OurServices p{
	text-align:center;
	
}

.img-hover-effect {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
}

.img-hover-effect img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.img-hover-effect:after {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -180%;
    position: absolute;
    top: 0;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.img-hover-effect:hover img {
    transform: scale(1.1);
}

.img-hover-effect:hover:after {
    left: -50%;
}


.button{
	padding:8px 12px;
	background:	#b70924;
	color:#fff;
	font-family:cuprum;
	font-size:20px;
	margin-bottome:20px;
}
.button:hover{
	background:#0e2d63;
	color:#fff;
	text-decoration:none;
}





.SectorsWeServe{
	background:#0e2d63;
}
.SectorsWeServe h2{
	color:#fff;
	font-family:cuprum;
	font-size:40px;
}
.portfolio_col_item_caption h2 {
  font-family: cuprum;
  font-weight: 800;
  text-transform: uppercase;
  font-size:24px;
}

.portfolio_col_item_caption p {
  color:#fff;
}




.WhatWeManage{
	background-color:#fff;
	padding:20px 0px 40px;
}

.WhatWeManage h2{
	color:#222;
	font-family:cuprum;
	font-size:40px;
}
.WhatWeManage h3{
	color:#b70924;
	font-family:cuprum;
	font-size:24px;
}
.WhatWeManage img{
	border-radius:100%;
	width:240px;
}
.WhatWeManage img:hover{
	border:4px solid #b70924;
}



.clients {
  background: #eeeeee none repeat scroll 0 0;
}
.clients h2{
	font-family:Cuprum;
	font-size:40px;
	text-align:left;
	color:#222;
	
}

/*InnerSection Start*/

.InnerSection{
	background: #fff;
	min-height:700px;
	padding:20px 0px;
}

.InnerSection h2{
	font-family:Cuprum;
	font-size:36px;
	text-align:center;
	color:#222;
	margin-bottom:40px;
	/*border-bottom:3px solid #b70924;*/
	text-transform:uppercase;
}


.jumbotron {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}



.ClienteleRow{
	padding:20px 0px;	
}
.ClienteleRow img {
  box-shadow: 0 0 4px #b70924;
}

.FancyboxImg img {
  border: 9px solid #f8f8f8;
  display: block;
  margin-bottom: 25px;
  outline: 1px solid #e4e4e4;
  overflow: hidden;
  position: relative;
}

.LightingBox {
  border: 9px solid #f8f8f8;
  display: block;
  margin-bottom: 25px;
  outline: 1px solid #e4e4e4;
  overflow: hidden;
  position: relative;
}
/*InnerSection Start*/




.systemP > p {
  line-height: 30px;
}






/*portfolio Start*/

.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.portfolio-filter > li {
  display: inline-block;
  line-height: 40px;
  padding: 5px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item {
  padding: 0;
  margin: 0;
}
.portfolio-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(83, 9, 36, 0.7);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.btn-default {
  background-color: #b70924 ;
  border-color: #b70924;
  color: #fff;
  font-family: cuprum;
  font-size:20px;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-color: #0e2d63 ;
  border-color: #0e2d63;
  color: #fff;
}

.btn-default:hover {
  background-color: #0e2d63 ;
  border-color: #0e2d63;
  color: #fff;
}
.btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #0e2d63;
  border-color: #0e2d63;
  color: #fff;
}

/*portfolio End*/








/*footer Start*/
.footer{
	background: url(../images/footer-bg.jpg);
	padding:60px 0px 40px;
	height:auto;
  font-family:cuprum;
	
}


.footer h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family:cuprum;
}
.footer p {
  color: #f0f0f0;
  font-family:cuprum;
  text-align:justify;
}

.widget_nav_menu {
  list-style: outside none none;
  padding-left: 0;
}
.widget_nav_menu li{
  color:#f0f0f0;
  line-height:36px;
  font-family:cuprum;
}
.widget_nav_menu li a {
  color:#f0f0f0;
  font-family:cuprum;
  font-size:16px;
}
.IconColor {
  color: #fff;
  margin-right:8px;
}
.IconColor1 {
  color: #b70924;
  margin-right:8px;
}



.socials {
    float: none;
    margin: 0 0 20px;
  }
  
.socials::before, .socials::after {
  content: " ";
  display: table;
}
.socials::after {
  clear: both;
}
.socials a:before {
  font: 400 26px "FontAwesome";
  line-height: 51px;
}
.socials {
  display: inline-block;
  margin-top: 8px;
  float: left;
}
.socials li {
  float: left;
  list-style:none;
}
.socials li + li {
  margin-left: 12px;
}
.socials a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  color: #fff;
  width: 51px;
  height: 51px;
  text-align: center;
  background: #a1a194;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.socials a:hover {
  background: #b70924;
  text-decoration:none;
}
.socials a:before {
  font: 400 26px "FontAwesome";
  line-height: 51px;
}


/*footer End*/



.copyright {
    color: #fff;
    background:#0e2d63;
    padding: 15px 0px;
}

.copyright a {
  color: #b70924;
  text-shadow: 1px 1px 1px #000;
}



@media (max-width: 480px) {
.logo {
  margin-top:5px;
}

	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 margin-top: 5px;
		 right: 0%;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 12px;
	  text-align: left;
	  padding:10px;
	}
.nav li ul {
  display: none;
  width:200px;
  
}
.nav li:hover ul {
  left:120px;
  
}
.nav li ul li{
  padding: 6px 20px;
}


.nav li ul li a {
  font-size: 10px;
  font-weight: 400;
}
.navbar-collapse {
  padding-left: 15px !important;
}
.LightingBox img {
	width:100%;
}

}