*, *::before, *::after{box-sizing:border-box;}

.white {
	color: #FFF !important;
}

.blue{
	color:blue!important;
}
.boxblog{
	position: relative;
	display: block;
	background: #fff;
	height: 100%;
	padding: 0 24px;
	margin: 0 2em 2em;
	border-radius: 4px;
	border: 1px solid #DFE1E6;
	color: #1F2667;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.boxbloghover {
  background-color: #fafafa;
  border: none;
  color: black;
  padding: 7px 10px;
  text-align:left;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
}

.boxbloghover:hover {
  background-color: #3e8e41;
  color: white;
}


.boxblogrow{
	 max-width: 250px;
  padding: 1rem;
   
  border-width: 3px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      green, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
}

#rightcontact {
 
	position: fixed;
	right: 0;
	top: 50%;
	width: 6em;
	margin: -2.5em 0 0 0;
	z-index: 5;
	background: #1de099 ; /*hsla(80, 90%, 40%, 0.7);*/
	color: white;
	font-weight: bold;
	font-size: small;
	text-align: left;
	border: solid hsla(80, 90%, 40%, 0.5);
	border-right: none;
	padding: 0.2em 0.5em 0.5em 2.5em;
	box-shadow: 0 1px 3px black;
	border-radius: 3em 0.5em 1.5em 12em;
	/*3em 0.5em 0.5em 3em;*/
 
}
#quicksearch {
 
	position: fixed;
	right: 0;
	top: 70%;
	width: 8em;
	margin: -2.5em 0 0 0;
	z-index: 5;
	background:#1de099; /*  hsla(80, 90%, 40%, 0.7);*/
	color: white;
	font-weight: bold;
	font-size: small;
	text-align: left;
	border: solid hsla(80, 90%, 40%, 0.5);
	border-right: none;
	padding: 0.5em 0.5em 0.5em 2.5em;
	box-shadow: 0 1px 3px black;
	border-radius: 3em 0.5em 0.5em 3em;
 
}

.bgimg-1  {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg-1 {
  background-image: url("../img/logiparax.png");
  min-height: 400px;
}

.prxcaption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.prxcaption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

  .prxcaption:hover{
	color:red;
}

#logipara{
	 background-color:transparent;font-size:25px;color: #c8cfdd;
}



.bgimg-auto1  {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-auto1 {
  background-image: url("../img/paraxbg.png");
  min-height: 400px;
}



/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1  {
        background-attachment: scroll;
    }
	.bgimg-auto1 {
        background-attachment: scroll;
    }
}






/* Services Section
--------------------------------*/
#services1 {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services1 .service-item {
  margin-bottom: 20px;
}

#services1 .service-icon {
  float: left;
  background: #03C4EB;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #03C4EB;
}

#services1 .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services1 .service-item:hover .service-icon {
  background: #fff;
}

#services1 .service-item:hover .service-icon i {
  color: #03C4EB;
}


#services1 .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services1 .service-title a {
  color: #111;
}

#services1 .service-description {
  margin-left: 80px;
  line-height: 24px;
}


  


/* Android App Boxing--------------------------------------------------------------------------------------------------------------- */

  .wrapper{display:block; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
  .clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}
 

/* Rows */
.row0, .row0 a{color:#888888; background-color:#FFFFFF;}
.row0{border-color:#D7D7D7;}
.row1, .row1 a{color:#888888; background-color:#FFFFFF;}
.row2{color:#FFFFFF; background-color:#161616;}
.row3{color:#888888; background-color:#FFFFFF;}
.row3 a{color:#EE6D00;}/* Darker Orange */
.row4{color:#000000; } /*FF8D2C  background-color:#EFF5F5;*/
 .row4 a{color:#9D4700;} /*Darker Orange  FF8D2C*/
 
.row5{color:#888888; background-color:#161616;}
.row6, .row6 a{color:#888888; background-color:#2F2F2F;}



.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.uppercase{text-transform:uppercase;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none;}
.inline *{display:inline-block;}
.inline *:last-child{margin-right:0;}
.borderedbox{border:1px solid;}
.bgded{background-position:top center; background-repeat:no-repeat; background-size:cover;}
.overlay{display:block; width:100%; height:auto;}
.capitalise{text-transform:capitalize;}

 
.btmspace-10{margin-bottom:10px;}
.btmspace-15{margin-bottom:15px;}
.btmspace-30{margin-bottom:30px;}
.btmspace-50{margin-bottom:50px;}
.btmspace-80{margin-bottom:80px;}

.inspace-5{padding:5px;}
.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-30{padding:30px;}
.inspace-50{padding:50px;}
.inspace-80{padding:80px;}

/* Grid
--------------------------------------------------------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 3.06748466257669%; list-style:none;}

.first{margin-left:0; clear:left;}

.one_quarter{width:22.69938650306748%;}
.one_third{width:31.28834355828221%;}
.one_half, .two_quarter{width:48.46625766871166%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:74.23312883435584%;}

.services2 i,.services2 li {transition:all .3s ease-in-out;}



/* PageIntro */
#pageintro .services2 .heading{color:#FFFFFF;}
#pageintro .services2 p{color:#888888;}
#pageintro .services2 a i{color:#CCCCCC; border-color:#333333;}
#pageintro .services2 li:hover a i{color:#FFFFFF; background-color:#FF8D2C; border-color:#FF8D2C;}
#pageintro .services2 li:hover .overlay{background-color:rgba(0,0,0,1);}


.services2 li > article{display:block; position:relative; width:100%; margin:0 0 50px 0; padding:20px 20px 20px 85px;}
.services2 li:last-child > article{margin-bottom:0;}
.services2 li > article *{margin:0; padding:0;}
.services2 li > article i{display:block; position:absolute; top:20px; left:20px; width:50px; height:50px; line-height:50px; text-align:center; font-size:26px;}
.services2 li > article .heading{margin-bottom:10px;}
.services2 li > article footer{margin-top:15px;}

/* Info */
#info .services2 article{border-color:#FFFFFF;}
#info .services2 li:hover{color:#888888; background-color:#FFFFFF;}
#info .services2 li:hover article{border-color:#9D4700;}
#info .services2 li:hover a{color:#FF8D2C;}
#info .services2 li:hover a i{color:#FFFFFF; background-color:#FF8D2C;}

#info .services2 article{margin-bottom:35px; border:1px solid;}

/* Smartphone + Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:180px) and (max-width:750px) {	 
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;} 
}
 

/* Android App Boxing--------------------------------------------------------------------------------------------------------------- */

 



/*Feature (Financier Page)
==========================*/
.spanpadding{
	padding:15px;
}
.feature-box{
	margin-top: 60px;
	text-align: center;
}
.cnt-title { text-align: center; margin-bottom: 50px;}
.cnt-title span { 
	font-size: 24px;
	font-weight: 200;
}
h1head {
    font-size: 50px;
    font-weight: 200;
    color: #555;
    margin-bottom: 20px;
}
.span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }



 .ui-accordion 
 .ui-accordion-header{color:#478FCA;font-weight:400;background-color:#F9F9F9;border:1px solid #CDD8E3;padding:8px 8px 9px 24px}
 .ui-accordion 
 .ui-accordion-header:hover{color:#6EA6CC;background-color:#F1F8FD}
 .ui-accordion 
 .ui-accordion-header
 .ui-state-active{color:#4C8FBD;background-color:#EEF4F9;position:relative;font-weight:700}
 .ui-accordion 
 .ui-accordion-header
 .ui-accordion-header-icon{text-indent:0;margin-top:0;position:absolute;left:10px;top:7px}
 .ui-accordion .ui-accordion-header 
 .ui-accordion-header-icon:before{display:inline;font-family:FontAwesome;font-size:15px;content:"\f0da"}
 .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before{content:"\f0d7";font-weight:400}
 .ui-accordion .ui-accordion-content{border:1px solid #CDD8E3;border-top-width:0;padding:11px 16px}
 
 



