/*@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);

************************
*******Typography******
**************************/

body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #fff
}

body, html {
    overflow-x: hidden;
    height: auto;
}

.btn {
  border-radius: 0;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 9px 23px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

h1 /*h2, h3, h4, h5, h6*/ {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 36px
}

.hr1 {
	border: 0.02em solid grey;
display: inline-block;
width: 100%;
}

.hr2 {
	border: 0.02em solid grey;
display: inline-block;
width: 16%;
}

.navbar-toggle {
  margin-top: 12px
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}


/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 25px;
}

.main-nav {
  position:fixed; /*; absolutekeep header info fixed*/
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.46);
  background-color:white;
}

.main-nav 
.container {
  width: 100%
}
span.menu{
  display:none;
}
.logo {
  float: left;
  /*width: 40%;*/
}
/*navbar*/
.top-nav {
  float: right;
  width: 60%;
  text-align: right;
}
.top-nav-right {
  float: right;
  width: 15%;
}
.logo h1 {
  font-size: 3em;
  margin: 0em;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.logo h1 a{
  color:#E67448;	
  display: block;
}
.logo h1 a:hover{
  text-decoration:none;
}
span.menu {
  display: none;
}
.header {
  background: transparent;
  /*box-shadow: 0px 1px 14px #000;font-family:'Ebrima';*/

}
.header-main {
  padding: 1em 0em 1em 0em;
 
}
.top-nav ul {
  list-style: none;
  padding: 0.9em 0em 0em 0em;
  margin-top:-25px;
}
.top-nav ul li {
  display: inline-block;
}
.top-nav ul li a{
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
	padding:0em 0.7em;
	position:relative;
	z-index: 999;
	font-family: ;
	font: 700 14px/1 "proxima-nova",arial,sans-serif;
letter-spacing: 2px;
}
.top-nav ul li a:hover,.top-nav ul li a.active{
	color:rgba(0,152,218,255);
	background-color:transparent;

}
.banner {
		position:relative;
	z-index: 999;
}
.banner-bottom {
  padding: 20em 0em 0em 0em;
  text-align: center;
}
.banner-bottom h3 {
  font-size: 4.5em;
  font-weight: 400;
  color:black;
  font-family: 'Abel-Regular';
}
/* Effect 16: fall down */
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
}

nav a:hover,
nav a:focus {
	outline: none;
	text-decoration:none;
}

.cl-effect-16 a {
	color: #000;
}

.cl-effect-16 a::before {
	color: rgba(0,152,218,255);
	text-decoration:none;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
/*-header strat here--*/

.navbar-brand { /*logo+nav*/
  background-color: transparent;

}

.navbar-right li a { /*navbar list items*/
  font-size: 25px;
  font-weight:1000;
  /*text-transform: uppercase;*/

  
}

.tel {
	/*border-left-style:solid;
	border-left-color:grey;
	border-left-width:0.05em;*/
	padding-left:0px;
	font-size: 1.0em;
	color:#C94927;
		font: 700 16px/1 "proxima-nova",arial,sans-serif;
letter-spacing: 2.1px;
	
}

.tel:hover {
	color:rgba(0,152,218,255);
}

.tel_1 {
	/*border-left-style:solid;
	border-left-color:grey;
	border-left-width:0.05em;*/
	padding-right:10px;
	font-size: 1.0em;
	color:#C94927;
		font: 700 16px/1 "proxima-nova",arial,sans-serif;
letter-spacing: 2.1px;
	
}
.tel_1:hover {
	color:rgba(0,152,218,255);
}
/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 5px;
  background: transparent;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 5px;
  background-color:rgba(0,152,218,255);
  width: 0%;
}

/*************************
*******Background*****
**************************/

#bg {
  position: fixed;/*can fix position of homepage content*/
  overflow: hidden;
  background-color:transparent;
  background-repeat:no-repeat;
  background-size:cover;
  margin-top:7%;
  
}


/*************************
*******Home CSS******
**************************/

#home {
  position: relative;/*can fix position of homepage content*/
  overflow: hidden;
  margin-left:0%;
  /*border-bottom-style:solid;
  border-bottom-width:5px;
  border-bottom-color:silver;*/
  margin-bottom:0px;
  height:600px;
}

#main-slider img {
  width: 100%
}

#main-slider 
.carousel-caption {
  background: none repeat scroll 0 0 #1B7B98;/*#000000*/
  bottom: 14%;
  float: left;
  left: 0;
  opacity: 0.8;
  padding:10px 60px 35px;
  right: inherit;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
 /* box-shadow:1px 1px 2px 1px silver;
  If carousel is fixed then its container element stays fixed.*/
}
.carousel-caption {
  background: none repeat scroll 0 0 #1B7B98;/*#000000*/
  bottom: 14%;
  float: ;
  left: ;
  opacity: 0.8;
  padding:10px 60px 35px;
  right: ;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
 /* box-shadow:1px 1px 2px 1px silver;
  If carousel is fixed then its container element stays fixed.*/
}


#main-slider 
.carousel-caption h2 {  
  font-size: 38px;
 
}

#main-slider 
.carousel-caption h4 {
  font-size: 24px;
}

#main-slider 
.carousel-caption a {
  font-size: 22px;
  color: #2da1c5
}

#main-slider 
.carousel-caption a:hover {
  color: #2588a6;
  box-shadow:2px 4px 6px 2px white;
}

#main-slider 
.carousel-caption a:hover i {
  margin-left: 35px
}

#main-slider 
.carousel-caption a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slider 
.carousel-indicators li {
  background-color:#1B7B98;
  border: 1px solid #1B7B98;
}

#main-slider 
.carousel-indicators li.active {
  background-color:#fff;
  border: 1px solid #fff;
}

.modal-dialog {
	background-color:;
}



	.single-event {
	  margin-bottom: 2px;
	margin-right:10px;
	}

	.single-event h4 {
	  color: #FFFFFF;
	  font-size: 10px;
	  font-weight: 20;
	  line-height: 12px;
	  margin-top: 5px;
	  text-transform: uppercase;
	}


	.single-event h5 {
	  font-size: 8px;
	  font-weight: 10;
	 /* display: block;*/
	}

	.single-event img {
		width:50% ;
		height:50%;
	}

	#event-carousel {
	  position: relative;
	}

	/*Home text slide*/
	.carousel-control{
		float: right;
       right: 0;
	   margin:0;
	   width:5%;
	   padding:0;
		
	}
	
	.left ,
	.right{
	  position: relative;
	  font-size: 30px;
	  color: #fff;
	  float:;
	}
	
	
	
	.even-control-left, 
	.even-control-right {
	  position: relative;
	  font-size: 16px;
	  color: #fff;
	  top: 0;
	}

	.even-control-left {
	  right: 0%
	} 

	.even-control-right {
	  right: 0;
	}
	/*img-responsive*/


	
.teaser h1 {
	text-align: center;
color: #fff;
font-weight: 700;
font-size: 48px;
}	
/*
.teaser h2 {
	text-align: center;
color: #fff;
font-size: 36px;
}
	
*/
	
	
	
.feature img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 30px;
}	
	
	
	
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}	
	
	
	
	

/*************************
*******Homepage CSS******
**************************/

#explore {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:550px;
}

#explore_contact {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:600px;
}

.explore h1 {
    color: black;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 40px 0 0px;
    font-weight:bold;
	
}

.explore h2 {
   color: grey;
   font-size: 26px;
   line-height: 38px;
   letter-spacing: 1px;
   margin: 10px 0 10px;
   font-weight:400;
}

.explore p{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 20;
    margin: 10px 0 20px;
	font: 20px/1.8 "Century Gothic",arial,sans-serif;
color: #808080;
text-align:;
}

.caption::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -80%;
    left: 0;
    right: 0;
    height: 164%;
    transform: skewY(-7deg);
    background: linear-gradient(to right, rgba(11,84,164,0.67) 0, rgba(11,84,164,0.67) 10%, rgba(0,174,239,0.67) 77%, rgba(0,174,239,0.67) 100%);
}

.cap-title {
    margin: 0 0 5px 0;
    font-size: 64px;
    color: #fff;
}
.cap-subtitle {
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
}

.caption .more-link {
    margin-top: 35px;
    margin-right: 10px;
}

/*explore about*/
.explore_a h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    margin: 40px 0 20px;
	color:grey;
	
}

.explore_a p{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin: 40px 0 20px;
	text-shadow: 1px 3px 2px silver;
	color:grey;
	width:70%;
	text-align:center;
	margin-left:15%;
}

.explore1 h2 {
    margin: 40px 0 0px;
	color: #757575;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;

}
.explore1 p{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 20;
    margin: 10px 0 20px;
	font: 20px/1.8 "Century Gothic",arial,sans-serif;
color: #808080;
}

.h2-stripe {
 
	font-family:'Forever Brush Script';
	text-transform:uppercase;
	color:white;
}

/*icon-list*/
.list-block.icon-list li a:hover {
    color: #00aeef;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}

/*Services icon-list*/
.service-icon {
  display: block;
  width: 100%;
  height:50%;
  margin-bottom: 0px;
  padding-bottom: 2.75%;
  border-radius: 10px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.service-icon:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color:#00aeef;
}

.service-icon {
  background-image: none;
}

/*Gallery*/
.p-box {
    position: relative;
    padding-left: 25px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    margin-bottom: 120px;
    margin-right: 25px;
    text-align: center;
}

.p-box::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 5px);
    height: 100%;
    transform: translate(-25px, -25px);
    background: url(img/stripe-title@2x.png) 0 0 repeat;
	background-size: 6px 6px;
    z-index: -1;
    opacity: .7;
}
.p-box .caption1 {
    width: 80%;
    margin-left: 12.5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px;
}
.p-box .caption1 {
    width: 68%;
    padding: 20px 0px;/*padding-top(1st)  :top of text*/
    position: absolute;
    right: -25px;
    bottom: -20px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.07);
    text-decoration: none !important;
}
.p-box .caption1 a {
    color: #00aeef;
    text-decoration: none;
    transition: all .25s ease;
    outline: none;
	text-align:center;
}
.p-box img {
    display: block;
    width: 100%;
}
.p-box img {
    max-width: 100%;
    height: auto !important;
}

/*caption2 head*/
.caption2 {
  display: block;
  width: 80%;
  min-height:75px;
  margin-bottom: 0px;
  padding-bottom: ;
  border-radius: 10px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.caption2:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.caption2 {
  background-image: none;
}

/*services homepage*/
#service0{
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:750px;

}
.serv-item {
	background-color: #FFFFFF;
    border: 1px solid #F3F3F3;
    margin-bottom: 25px;
    min-height: 400px;
	  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 2.75%;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
    display: block;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  color: #000;
}

.serv-item:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}


.serv-item .solution-lead {
    background-image: url(/images/bgRPCS.png);
	background-size: cover;
}
.solution-lead {
    min-height: 150px;
    position: relative;
	background-color:rgba(0,152,218,255);
}

.solution-lead img {
	width:100%;
	height:100%;
}




.solution-lead h2 {
	color: white;
    bottom: 20px;
    font-weight: 700;
    left: 20px;
    line-height: 38px;
    margin: 0px;
    position: absolute;
	font-size:38px;
	font-family:'Forever Brush Script';
	text-transform:uppercase;
}

.section-solution article {
    margin: 20px 35px;
    padding-bottom: 20px;
}

/*OUR WORK*/
#service{
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:500px;

}
/*stats*/
.main-container-grey {
    background-color: #FAFAFA;
    width: 100%;
    clear: both;
    height: auto;
    overflow: hidden;
    margin: 0px 0 0;
    border-top: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
	color:grey;
	background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
}
.main-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    height: auto;
    overflow: hidden;
}
.stats-container {
    text-align: center;
}
.stats {
    float: none;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    padding: 20px 0px;
    font-size: 16px;
    line-height: 20px;
    width: 33.3333%;
    max-width: 320px;
	
	
}
.mainstat {
    font-size: 55px;
    letter-spacing: 2px;
    line-height: 55px;
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    font-weight: 900;
	font-family:'Forever Brush Script';
}
.harambee-aqua {
    color: #00A082;
}
.harambee-orange {
    color: #F4841E;
}
.mainstat {
    font-size: 55px;
    letter-spacing: 2px;
    line-height: 55px;
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    font-weight: 900;
}


.btn {
    height: auto;
    position: relative;
    z-index: 100;
}

.btn:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-rpccs {
    background-color: #C94927 !important;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    min-width: 140px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
	font: 700 16px/1 "proxima-nova",arial,sans-serif;
}
    .btn-rpccs.large {
        font-size: 17px !important;
        min-width: 100px !important;
    }
    .btn-rpccs:hover {
        background-color: #e4551f !important;
        color: #ffffff !important;
    }
    .btn-rpccs:focus {
        color: #ffffff !important;
    }

.btn-ibiswhite {
    background-color: #FFFFFF !important;
    color: #C94927;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
}
    .btn-ibiswhite:hover {
        background-color: #F3F3F3 !important;
        color: #C94927;
        text-decoration:none;
    }
    .btn-ibiswhite:focus {
        color: #C94927 !important;
    }

.btn-ibisblue {
    background-color: #3578EF !important;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
  
}

.btn-ibisblue.compact {
    padding: 3px 10px 3px 10px;
    min-width: 120px !important;
}

.btn-ibisgreen {
    background-color: #39B54A !important;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
}

.btn-ibisgreen:hover {
    background-color: #4FC12D !important;
    color: #FFFFFF;
    text-decoration:none;
}

.btn-ibisgreen:focus {
    color: #39B54A !important;
}

.btn-ibisgreen.big {
    padding: 20px 15px;
}

.btn-ibisclear {
    background-color: transparent;
    box-shadow: none;
    color: #C94927;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
    .btn-ibisclear:hover {
        background: none;
        border: none;
        box-shadow: none;
    }
    .btn-ibisclear.simple {
        text-transform: capitalize;
    }
    .btn-ibisclear:hover, .btn-ibisclear.simple {
        color: #e4551f;
    }

    .btn-ibis.compact, .btn-ibiswhite.compact, .btn-ibisclear.compact {
        padding: 3px;
        min-width: 95px !important;
    }

 .ripple {
  overflow:hidden;
  position:relative;
  z-index: 0;
}
.ripple-effect{
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fdad98;
  animation: ripple-animation 3.5s;
  z-index: -1;
}
.ripple-light .ripple-effect {
    background: #c0c0c0 !important;
}



.list-block {
    text-align: left;
    position: relative;
    padding-left: 25px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.list-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.05);
}
.list-block ul li {
    border-bottom: 1px solid #f3f3f3;
}
.list-block ul.icon-list li span, .list-block ul.icon-list li a {
    display: block;
    padding: 65px 4px;/*65px 40px*/
    color: #000;
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 1.5px;
    background-size: 44px auto;
    background-repeat: no-repeat;
    background-position: 58px center;
	text-align:center;
}


@keyframes ripple-animation {
    from {
      transform: scale(1);
      opacity: 0.4;
    }
    to {
      transform: scale(100);
      opacity: 0;
    }
}

 /*************************
*****Food & Beverages*****
**************************/
#event {
  background-color: transparent;/*rgba(72, 62, 55, 249);*/
  /*background-image: url("../images/performar-bg.jpg");*/
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  opacity:1;
    width:98%;
  margin-left:1%;
  margin-bottom:5px;
  
}

#event h2 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
}

	.single-event2 {
	  margin-bottom: 2px;
	margin-right:10px;
	background-color:/*rgba(72, 62, 55, 249);*/maroon;
	color:grey;
	}
	
	
	.single-event2 img {
		width : 300px;
		height : 200px;
	}

	.single-event2 h4 {
	  color: #FFFFFF;
	  font-size: 25px;
	  font-weight: 200;
	  line-height: 22px;
	  margin-top: 5px;
	  text-transform: uppercase;
	}


	.single-event2 h5 {
	  font-size: 18px;
	  font-weight: 200;
	 display: block;
	}

	/*.single-event2 img {
		width:50% ;
		height:50%;
	}*/

	#event-carousel {
	  position: relative;
	}

	.even-control-left, 
	.even-control-right {
	  position: relative;
	  font-size: 25px;
	  color: #fff;
	  top: 0;
	}

	.even-control-left {
	  right: 0%
	} 

	.even-control-right {
	  right: 0;
	}
	/*img-responsive*/


/*************************
*******About CSS**********
**************************/

#explore_a {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:400px;
}
#explore_b {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:700px;
}
#explore_c {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:700px;
}

/*************************
******Service CSS****
**************************/

#service_how{
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:650px;

}

#explore_s {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:250px;
}

h4 {
	color:white;
}

#service_1{
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:550px;

}
#service_2{
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:420px;

}
#service_3{
  background-color:white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:auto;

}
.serv-main {
	background-color:rgba(0,152,218,255);
	color:white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    border: 1px solid #F3F3F3;
    margin-bottom: 5px;
    min-height: 500px;
}

.serv-main p, h2, h4, li {
	color:white;
}

.serv-main:hover {
	
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}


.serv-main .solution-lead {
    background-image: url(/images/bgRPCS.png);
	background-size: cover;
}
.solution-lead {
    height: 150px;
    position: relative;
	background-color:rgba(0,152,218,255);
}

.solution-lead img {
	width:100%;
	height:100%;
}




.solution-lead h2 {
	color: white;
    bottom: 20px;
    font-weight: 700;
    left: 20px;
    line-height: 38px;
    margin: 0px;
    position: absolute;
	font-size:30px;
	font-family:'Forever Brush Script';
	text-transform:uppercase;
}

.section-solution article {
    margin: 20px 35px;
    padding-bottom: 20px;
}

#projects1 {
    width: 100%;
}
#projects2 {
    width: 100%;
}
#projects3 {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #800000;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
}

.plus {
  background: url("../images/plus.png") no-repeat scroll center center #0faed9;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 80px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: #fff;
  bottom: -101px;
  left: 0;
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  color: #800000;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #FFD700;
}


.mix {
box-shadow: 0 2px 4px rgba(0,0,0,0.5);
text-transform:uppercase;
float:right;
}

.mix:hover {
	/*transform : scale(1.05);
   transform-origin : center;
   box-shadow : 0px 1px 8px rgba(0,0,0,0.7);
   border : 2px solid #fff;*/
}


#twitter-feed .item {
  text-align: center;
}

#twitter-feed .item img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 30px;
}

#twitter-feed .item a, 
#twitter-feed .item p { 
  font-size: 24px;
  font-weight: 300;
  font-family: 'Yanone Kaffeesatz','sans-serif';
}

#twitter-feed .item p {
  color: #3D3D3D;
}

#twitter-feed .item a {
  color:#00c3ff;
}

.twitter-control-left, 
.twitter-control-right {
  position: absolute;
  color: #00c3ff;
  top: 59%;
  font-size: 24px
}

.twitter-control-left {
  left: 0;
}

.twitter-control-right {
  right:0;
} 

/*clients*/
.logo-grid {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:40px;
}
.logo-grid ul {
	list-style: none;
	margin:0;
	padding: 0;
}
.logo-grid ul li {
	float: left;
	width: 20%;
	border: solid 1px #efefef;
	border-top:none;
	padding: 20px;
	margin-right:-1px;
}
.logo-grid ul li span {
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.logo-grid ul li img {
	width: 100%;
	max-width: 160px;
	margin:0 auto;
	display: block;
}


/*************************
******why CSS****
**************************/

#why {

  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:600px;
}
.section-why {
    margin: px 0;background-color: white;
}
    .section-why h2 {
       
        font-weight: 500;
        line-height: 38px;
        margin-bottom: 45px;
    }
    .section-why .why-item {
    }

            .section-why .why-item > div.icn-independent {
                background: url('/images/icon-cleaning.png') no-repeat;
                background-position: 50%;
                background-size: 100%;
                width: 75px;
            }
            .section-why .why-item > div.icn-accurate {
                background: url('/resources/img/icn-check.png') no-repeat;
                background-position: 50%;
                background-size: 100%;
                width: 60px;
            }
            .section-why .why-item > div.icn-breadth {
                background: url('/resources/img/icn-breadth.png') no-repeat;
                background-position: 50%;
                background-size: 80%;
                width: 126px;
            }

        .section-why .why-item img {
            border: 1px solid #c0c0c0;
            margin: auto;
            width: 150px;
        }
        .section-why .why-item label {
            color: #5B514F;
            font-size: 21px;
            font-weight: 500;
            line-height: 32px;
            margin: 10px 0;
            text-align: center;
            width: 100%;
			margin-left:-30px;
        }
#explore-why {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:1200px;
}

.light {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*features & benefits*/
.fb-col {
	background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    border: 1px solid #F3F3F3;
    margin-bottom:0;
    min-height: 140px;
}
.section-fb article {
    margin: 20px 35px;
    padding-bottom: 5px;
}
.solution-fb {
    height: 40px;
    position: relative;
	background-size: cover;
	background-color: rgba(0,152,218,255);
}

.solution-fb h2 {
	color: white;
    bottom: 5px;
    font-weight: 700;
    left: 20px;
    line-height: 38px;
    margin: 0px;
    position: absolute;
	font-size:30px;
	font-family:'';
	text-transform:uppercase;
}

.fb-col-r:hover {
   transform : scale(1.05);
   transform-origin : center;
   box-shadow : 0px 1px 8px rgba(0,0,0,0.7);
   border : 2px solid #fff;
}



ol {
	margin:0;
	margin-bottom:0;
}
 li {
	color:grey;
}

.row_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -20px 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-item {
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.logo-wrap {
  display: block;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  color: #000;
}

.logo-wrap.cc-no-bottom-pad {
  padding-bottom: 0px;
}

.logo-image {
  display: block;
  width: 100%;
  height:50%;
  margin-bottom: 0px;
  padding-bottom: 2.75%;
  border-radius: 10px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-image:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.logo-image {
  background-image: none;
}

.logo-text {
  padding: 25px 20px 10px 10px;
}
.logo-topic {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  opacity: 0.9;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.logo-title {
	list-style: none;
}

.logo-title {
  max-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "proxima-nova",arial,sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 50;
}

.logo-topic:hover {
  opacity: 1;
}


.logo-image-accred {
  display: block;
  width: 60%;
  margin-bottom: 0px;
  padding-bottom: 2.75%;
  border-radius: 10px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-image-accred:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.logo-image-fb {
  background-image: none;
}

.logo-fb {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 2.75%;
  border-radius: 10px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-image-fb:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.logo-image-fb {
  background-image: none;
}

.list-group-item h4 {
	 font-size:28px;
}
.list-group-item ul {
	 font-size:20px;
}

/*clients*/
#explore-clients {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:950px;
}

/*Accred*/
#accred {
	  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:500px;
}

#social {
	  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:850px;
}

#sponsor .col-sm-10 {
  z-index: 10;
}

#sponsor h2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

#sponsor .item ul {
  font-size: 0;
  padding: 0;
}

#sponsor .item ul li {
  display: inline-block;
  list-style: none;
  width: 33.33%;
  margin-bottom: 75px;
}

#sponsor .item ul li:last-child {
  margin-right: 0
}
/**************************/

/*************************
******Contact CSS****
**************************/

.contact-section {
  background-color: white;
  /*background-image: url("../images/contact-bg.jpg");*/
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;
}

.ear-piece {
  position: absolute;
  left: 0;
  top: 0;
}

#contact .container {
  padding-top:47px;
}

#contact h3 {
  text-transform:inherit;
  color: #373737; 
}

#contact-section h3 {  
  margin-bottom: 25px
}

#contact address {
  font-size: 18px;  
  color: #373737; 
}

.contact-text {
  margin-bottom: 35px;
  display: block;
}

#contact-section .form-control {
  border-color: #ae750d;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #C94927;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #C94927;
}

#contact-section input {  
  height: 44px;
}

#contact-section textarea {
  height: 90px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #C94927;
  color: #f7ab24;
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-top: 10px
}

#contact-section .btn-primary:hover {
  background-color: #C94927;
  color: #fff
}

.intro-cnt {
	
  /*background-image: url("../images/contact-bg.jpg");*/
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;

  
 
}

/************DOWN Banner*****/

#blu {
   position: relative;/*can fix position of homepage content*/
  overflow: hidden;
  margin-left:0%;
  height:600px;

}

.blu::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	    bottom: -48%;
    left: 0;
    right: 0;
    height: 164%;
    transform: skewY(-7deg);
    background: linear-gradient(to left, rgba(11,84,164,0.67) 0, rgba(11,84,164,0.67) 10%, rgba(0,174,239,0.67) 77%, rgba(0,152,218,255) 100%);
}

.banner .banner-table {`
    display: table;
    width: 100%;
    height: 600px;
}
.banner-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.banner-table .banner-text .content {
    margin: 0 0 25px 0;
    font-size: 48px;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Playfair Display',times,serif;
}
.more-link.reverse-text {
    color: ;
}
.more-link {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "proxima-nova",arial,sans-serif;
    color: #C94927;
    text-decoration: none !important;
}

/*************************
******Footer CSS****
**************************/

#footer {
  background-color: black;
  background: linear-gradient(to left, rgba(51,51,51,255) 0, rgba(51,51,51,255) 10%, rgba(51,51,51,255) 77%, black 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 17px;
  padding: 35px 0;
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;
  opacity:0.98;

}

#footer a {
  color:#f7ab24
}

#footer a:hover {
  color:#1B7B98
}

/*--footer start here--*/
.footer {
  padding: 4em 0em ;
  background:transparent;
   background-repeat: no-repeat;
  background-size: cover;
  font-size:14px;
  
}
.top-angle::before {
    content: "";
    display: block;
    position: absolute;
    top: -127px;
    height: 255px;
    left: 0;
    right: 0;
    transform: skewY(-5deg);
}

.ftr-grd h3 {
  font-size: 1.2em;
  color:white;
  margin: 0em 0em 0.6em 0em;
  font-family: 'Ebrima';
}
.ftr-grd p {
  font-size: 0.9em;
  font-weight: 400;
  color:white;
  line-height: 1.9em;
}
.ftr-grd ul {
  padding: 0em;
  list-style: none;
}
.ftr-grd ul li{
  display:inline-block;
}
.ftr-grd ul li a span {
  background: url(../images/ftr-sprit.png)no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0em 0.5em 0em 0em;
}
.ftr-grd ul li a span.fa {
  background-position: 0px 0px;
  opacity: 1.0;
 
}
.ftr-grd ul li a span.tw {
  background-position: -34px 0px;
  opacity: 1.0;
}
.ftr-grd ul li a span.g {
  background-position: -68px 0px;
  opacity: 1.0;
}
.ftr-grd ul li a span.in {
  background-position: -102px 0px;
  opacity: 1.0;
}
.ftr-grd ul li a span.fa:hover{
  background-position: 0px 0px;
  opacity: 0.4;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.ftr-grd ul li a span.tw:hover {
   background-position: -34px 0px;
  opacity: 0.4;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.ftr-grd ul li a span.g:hover {
   background-position: -68px 0px;
  opacity: 0.4;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.ftr-grd ul li a span.in:hover {
    background-position: -102px 0px;
  opacity: 0.4;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.ftr-grd input[type="submit"] {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background:#E67448;
  border: none;
  padding:0.4em 1em 0.4em 1em;
  margin: 0.9em 0em 0em 0em;
  outline:none;
}
.ftr-grd input[type="submit"]:hover {
  background:#B28E40;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.copy-right {
  text-align: center;
  padding: 3em 0em 0em 0em;
    background-color: white;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 17px;
  padding: 35px 0;
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
opacity:1;
height:80px;
    width: 100%;
    position: absolute;

}
.copy-right p {
  font-size: 1em;
  color: grey;
}
.copy-right p a {
  color: #B28E40;
}
.copy-right p a:hover {
  color: #fff;
  text-decoration: none;
}
.ftr-grd input[type="text"] {
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #fff;
  height: 35px;
  background: none;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 0px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_mover.png) no-repeat 0px 0px;
}

.2toTop{
    background-color: rgba(90, 182, 174, 0.8);
    bottom: -60px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
    display: inline-block;
    height: 50px;
    position: fixed;
    right: 25px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    transition: bottom 0.3s ease-out;
    z-index: 2100;
}

@media (min-width: 320px) and (max-width: 400px) {
	/*Homepage*/
	
	#explore {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:1050px;
}
#service{   /**Gallery preview**/
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:1050px;

}
#why {

  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:1000px;
}

/************DOWN Banner*****/

#blu {
   position: relative;/*can fix position of homepage content*/
  overflow: hidden;
  margin-left:0%;
  height:850px;

}




                                                                                   }
																				   
/******************************************************************/

@media(min-width:768px) and (max-width:768px) {

.top-nav {
  float: right;
  width: 65%;
  text-align: right;
}

.main-nav {
  position:fixed; /*; absolutekeep header info fixed*/
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.46);
  background-color:white;
}

/*Homepage*/
#explore {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:850px;
}
#service{   /**Gallery preview**/
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:1650px;

}

.p-box {
    position: relative;
    padding-left: 25px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    margin-bottom: 120px;
    margin-right: 25px;
    text-align: center;
}

.p-box::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 5px);
    height: 100%;
    transform: translate(-25px, -25px);
    background: url(img/stripe-title@2x.png) 0 0 repeat;
	background-size: 6px 6px;
    z-index: -1;
    opacity: .7;
}
.p-box .caption1 {
    width: 80%;
    margin-left: 12.5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px;
}
.p-box .caption1 {
    width: 68%;
    padding: 20px 0px;/*padding-top(1st)  :top of text*/
    position: absolute;
    right: -25px;
    bottom: -20px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.07);
    text-decoration: none !important;
}
.p-box .caption1 a {
    color: #00aeef;
    text-decoration: none;
    transition: all .25s ease;
    outline: none;
	text-align:center;
	color: black;
	font: 700 18px/1.8 'proxima-nova',arial,sans-serif;
	letter-spacing: 2px;
}
.p-box img {
    display: block;
    width: 60%;
	text-align:center;
}
.p-box img {
    max-width: 60%;
    max-height: 10% !important;
}


#why {

  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:700px;
}
/************DOWN Banner*****/

#blu {
   position: relative;/*can fix position of homepage content*/
  overflow: hidden;
  margin-left:0%;
  height:750px;

}

/*first blue angle musk*/
.caption::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -96%;
    left: 0;
    right: 0;
    height: 184%;
    transform: skewY(-7deg);
    background: linear-gradient(to right, rgba(11,84,164,0.67) 0, rgba(11,84,164,0.67) 10%, rgba(0,174,239,0.67) 77%, rgba(0,174,239,0.67) 100%);
}

.cap-title {
    margin: 0 0 5px 0;
    font-size: 45px;
    color: #fff;
}
.cap-subtitle {
    margin: 0;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}

.caption .more-link {
    margin-top: 35px;
    margin-right: 10px;
}



/*Services.html*/

#service_how{
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:850px;

}

#service_1{ 
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:400px;

}
#service_2{
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:300px;

}
#service_3{
  background-color:white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:auto;

}

/*WhyUs? page*/

#explore-why {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:2300px;
}
#explore-clients {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:1650px;
}
#accred {
	  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:1150px;
}

#social {
	  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:2000px;
}

/*About page:COMPANY*/
#explore_a {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:650px;
}
#explore_b {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:1700px;
}
#explore_c {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:300px;
}


	                                                    }												
/******************************************************************************/														
														
@media(min-width:980px){
	
	
	.service-icon {
  display: block;
  width: 100%;
  height:50%;
  margin-bottom: 0px;
  padding-bottom: 2.75%;
  border-radius: 10px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.service-icon:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.service-icon {
  background-image: none;
}



                                                                        }														
													
/*************************************************************************************/
/**/
@media(min-width:1280px) {
	
	
	
#main-slider img {
  width: 100%
}
	
#main-slider img {
  width: 1280px;
  height:600px;
}	

#bg {
  margin-top:6%;
  
}

	
                                       }
/**************************************************************************************/
/*1366x768*/
@media(min-width:1366px) {


#bg {
  margin-top:5%;
  
}	
	
#home {
  position: relative;/*can fix position of homepage content*/
  overflow: hidden;
  margin-left:0%;
  /*border-bottom-style:solid;
  border-bottom-width:5px;
  border-bottom-color:silver;*/
  margin-bottom:0px;
  height:768px;
}

#main-slider img {
  width: 100%
}
	
#main-slider img {
  width: 1366px;
  height:768px;
}
	
                                         }
/***************************************************************************************/													
/*1920×900*/
@media(min-width:1300px) {
	/*****HEADER NAV***/
	
	.top-nav ul li a{
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
	padding:0em 0.7em;
	position:relative;
	z-index: 999;
	font-family: ;
	font: 700 16px/1 "proxima-nova",arial,sans-serif;
letter-spacing: 2px;
}
	
	
	.tel {
	/*border-left-style:solid;
	border-left-color:grey;
	border-left-width:0.05em;*/
	padding-left:0px;
	font-size: 1.0em;
	color:#C94927;
		font: 700 18px/1 "proxima-nova",arial,sans-serif;
letter-spacing: 2.1px;
	
}

.tel:hover {
	color:rgba(0,152,218,255);
}

.tel_1 {
	/*border-left-style:solid;
	border-left-color:grey;
	border-left-width:0.05em;*/
	padding-right:10px;
	font-size: 1.0em;
	color:#C94927;
		font: 700 18px/1 "proxima-nova",arial,sans-serif;
letter-spacing: 2.1px;
	
}
.tel_1:hover {
	color:rgba(0,152,218,255);
}
	
	
#bg {
  margin-top:4%;
  
}	

#home {
  position: relative;/*can fix position of homepage content*/
  overflow: hidden;
  margin-left:0%;
  /*border-bottom-style:solid;
  border-bottom-width:5px;
  border-bottom-color:silver;*/
  margin-bottom:0px;
  height:900px;
}

#main-slider img {
  width: 100%
}
	
#main-slider img {
  width: 1920px;
  height:900px;
}

/*Homepage*/
.explore h1 {
    color: black;
    font-size: 37px;
    line-height: 37px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 40px 0 0px;
    font-weight:bold;
	
}

.explore h2 {
   color: grey;
   font-size: 26px;
   line-height: 38px;
   letter-spacing: 1px;
   margin: 10px 0 10px;
   font-weight:400;
}

.explore p{
    font-size: 25px;
    line-height: 1.4;
    font-weight: 20;
    margin: 10px 0 20px;
	font: 25px/1.8 "Century Gothic",arial,sans-serif;
color: #808080;
text-align:;
}


/*first blue angle musk*/

.caption::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -77%;
    left: 0;
    right: 0;
    height: 164%;
    transform: skewY(-7deg);
    background: linear-gradient(to right, rgba(11,84,164,0.67) 0, rgba(11,84,164,0.67) 10%, rgba(0,174,239,0.67) 77%, rgba(0,174,239,0.67) 100%);
}

.cap-title {
    margin: 0 0 5px 0;
    font-size: 74px;
    color: #fff;
	font-weight:400;
}
.cap-subtitle {
    margin: 0;
    font-size: 56px;
    color: #fff;
    font-weight: 400;
}

.caption .more-link {
    margin-top: 35px;
    margin-right: 10px;
}



/*Gallery*/
#service{
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:650px;
  width:100%;

}
.p-box {
    position: relative;
    padding-left: 25px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    margin-bottom: 120px;
    margin-right: 25px;
    text-align: center;
}

.p-box::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 5px);
    height: 100%;
    transform: translate(-25px, -25px);
    background: url(img/stripe-title@2x.png) 0 0 repeat;
	background-size: 6px 6px;
    z-index: -1;
    opacity: .7;
}
.p-box .caption1 {
    width: 80%;
    margin-left: 12.5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px;
}
.p-box .caption1 {
    width: 68%;
    padding: 20px 0px;/*padding-top(1st)  :top of text*/
    position: absolute;
    right: -25px;
    bottom: -20px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.07);
    text-decoration: none !important;
}
.p-box .caption1 a {
    color: #00aeef;
    text-decoration: none;
    transition: all .25s ease;
    outline: none;
	text-align:center;
}
.p-box img {
    display: block;
    width: 100%;
}
.p-box img {
    max-width: 100%;
    height: auto !important;
}

/*caption2 head*/
.caption2 {
  display: block;
  width: 80%;
  min-height:75px;
  margin-bottom: 0px;
  padding-bottom: ;
  border-radius: 10px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.caption2:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.caption2 {
  background-image: none;
}

/**************Services Page**********************/


#service0{
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:850px;
  width:100%;

}
.serv-item {
	background-color: #FFFFFF;
    border: 1px solid #F3F3F3;
    margin-bottom: 25px;
    min-height: 400px;
	  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 2.75%;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
    display: block;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  color: #000;
}

.serv-item:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}


.serv-item .solution-lead {
    background-image: url(/images/bgRPCS.png);
	background-size: cover;
}
.solution-lead {
    min-height: 150px;
    position: relative;
	background-color:rgba(0,152,218,255);
}

.solution-lead img {
	width:100%;
	height:100%;
}




.solution-lead h2 {
	color: white;
    bottom: 20px;
    font-weight: 700;
    left: 20px;
    line-height: 38px;
    margin: 0px;
    position: absolute;
	font-size:38px;
	font-family:'Forever Brush Script';
	text-transform:uppercase;
}

.section-solution article {
    margin: 20px 35px;
    padding-bottom: 20px;
}


/*WhyUs?*/

#social {
	  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:950px;
}
	
/*Company*/	

#explore_a {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:500px;
}
#explore_b {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:950px;
}
#explore_c {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:850px;
}

	
	
                                                         }														
														
/*********************************************************************************/														
/*1920x1080*/														
@media(min-width:1920px) and (min-height:1080px){
	
#home {
  position: relative;/*can fix position of homepage content*/
  overflow: hidden;
  margin-left:0%;
  /*border-bottom-style:solid;
  border-bottom-width:5px;
  border-bottom-color:silver;*/
  margin-bottom:0px;
  height:1080px;
}

#main-slider img {
  width: 100%;
}
	
#main-slider img {
  width: 1920px;
  height:1080px;
}	

.caption::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -74.7%;
    left: 0;
    right: 0;
    height: 164%;
    transform: skewY(-7deg);
    background: linear-gradient(to right, rgba(11,84,164,0.67) 0, rgba(11,84,164,0.67) 10%, rgba(0,174,239,0.67) 77%, rgba(0,174,239,0.67) 100%);
}

.cap-title {
    margin: 0 0 5px 0;
    font-size: 74px;
    color: #fff;
	font-weight:400;
}
.cap-subtitle {
    margin: 0;
    font-size: 56px;
    color: #fff;
    font-weight: 400;
}

.caption .more-link {
    margin-top: 35px;
    margin-right: 10px;
}


/*Why Us?*/

#social {
	  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:1050px;
}
/*Contacts*/
#explore_contact {
  background-color: white;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  height:800px;
}


	
                                                                             }

/*****************************************************************************************/																		  