@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Chewy|Rancho|Cutive);
/*************************
*******Typography******
**************************/
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #6f6f6f;
	margin:0;
	padding:0;
}

p {
  	line-height:24px;	
}

strong {
	line-height:24px;	
}

/*
.btn {
  	border-radius: 0;
  	font-size: 12px;
  	padding: 9px 9px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	border:#16a14a 2px solid
}

.btn:hover{
color:#fff;
background:#16a14a;
border:#105b8e 2px solid
}
*/


/*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: 'Open Sans' , sans-serif;
   font-weight: 300;
   text-transform: uppercase;
}

h2 {
   font-size: 36px
}

/*************************
*******Navigation******
**************************/
.navbar-brand {
    float: left;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    height: 65px;
}

.navbar-toggle {
   margin-top: 12px
}

.navbar-toggle .icon-bar {
   background-color: #006cb5;
}

.navbar-toggle, 
.navbar-toggle:focus {
   border:2px solid #454545;
   outline: none;
}

.navbar-nav.navbar-right:last-child{margin-right:0px}

.navbar-default .navbar-static-top{
position:absolute;	
}

.navbar-collapse {
    max-height:340px;
    overflow-x: visible;
    padding-right: 0px;
    padding-left: 15px;
    border-top: 0px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 10px 25px 10px 25px;
  background:transparent;
  color:#fff
}

.header-top a{
color:#fff	
}

.header-top i.fa{
color:#fff	
}

.social-icons i.fa-facebook{
font-size:18px	
}

.social-icons i.fa-linkedin{
font-size:18px	
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%
}

.navbar-brand {
  /* background-color: #fff;*/
  height:70px;
  position: relative;
  width:237px;
  margin-left:55px;
}

.navbar-brand img {
  position: absolute;
  top:10px;
  height:70px
  }

.navbar-right {
  background-color:#006cb5;
  padding:0 5px 0 50px;
  opacity:.7
}

.navbar-right:before {  
    background: none;
    border-left:20px solid transparent;
    border-right:0px solid transparent;
    border-bottom:90px solid #006cb5;
    content: "";
    left:-20px;
    position: absolute;
    top:0;
}

.navbar-right li a {
  padding: 30px 0px 20px 0px;
  font-size: 16px;
  color:#fff;
  font-family:  "Open Sans", sans-serif;
  margin-right:25px;
  margin-bottom:20px;
  font-weight:600;
  letter-spacing:1.2px
}

.navbar-right li a:hover {
 background:none
}

.navbar-right > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
.navbar-right > li > a:hover:before {
  background-color:#fff;
  content: "";
  width: 55%;
  }
  
.navbar-right > li.current > a {
  color: #fff;
  padding: 10px 0px;
  margin: 0px 15px;
}
.navbar-right > li.current > a:before {
  background:none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
}

.navbar-right > .active > a,
.navbar-right > .active > a:focus,
.navbar-right > .active > a:hover {
  background: none;
  color:#fff
}
.navbar-right > .active > a:before,
.navbar-right > .active > a:focus:before,
.navbar-right > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom:10px;
  width: 50%;
  height: 2px;
  background:#fff;
}

.navbar-right > a:hover{
 background:none	
}

.fixed-menu {
  position:relative;
  border-color:#e7e7e7
}

.fixed-menu .header-top {
  display: block;
  overflow: hidden;
  padding: 0px;
  height:auto;
}

.fixed-menu .navbar-right {
  padding: 0 0px 0 0;
}


.fixed-menu .navbar-right li a {
  font-size: 13px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0 0 0 0px;
  margin-bottom: 0;
  width: 168px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display:block;
}

.header-left {float:left}

.header-right {float:right}

.white {
	background-color:#fff;
	opacity:0.8
	}
/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
}


/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 53%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(69,69,69,.6);
	color: #fff;
	line-height: 36px;
	font-size: 25px;
	padding: 10px 15px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .slider-content h2{
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
    color: #555;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3{
	font-size: 36px;
	font-weight: 300;
	margin-top:90px;
	text-align:center;
    color: #fff;
	font-family:'Raleway', sans-serif;
	 text-transform:inherit;
	 text-shadow: 2px 2px 2px #3a3a3a
	 }

.slider.btn{
	padding: 3px 6px;
	font-size: 12px;
	border-radius: 5px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
		box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  color:#00529c;
  background:#eebd08;
    border-bottom:2px solid #00529c;
  font-family: "Open Sans", sans-serif;
  position:absolute;
  left:50px;
  font-weight:700;
  margin-top:10px;
  z-index:0
  }

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}



/*************************
*******Intro CSS******
**************************/

#intro {
	padding-bottom:30px;
	padding-top:30px;
	background:#f6f6f6
}

#intro h2 {
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit;
	margin-bottom:0px
	}


#intro p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #454545;
  line-height:1.9em;
  text-align:center;
  font-weight:300;
  }


#intro a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #6f6f6f;
}

#intro .line{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:160px
}


#intro i.fa{
color:#454545
}



/*************************
*******Services Intro CSS******
**************************/

#serv-intro {
	padding-bottom:30px;
	padding-top:30px;
	background:#fff
}

#serv-intro h2 {
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit;
	margin-bottom:0px
	}


#serv-intro p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #454545;
  line-height:1.9em;
  text-align:center;
  font-weight:300;
  }


#serv-intro a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #6f6f6f;
}

#serv-intro .line{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:160px
}

#serv-bottom{

}

#serv-bottom h3 {
    color:#fff;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0px;
	text-align:center;
	}
	
  #serv-bottom  p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height:1.7em;
  text-align:justify;
  font-weight:400;
  padding:25px 20px 10px 20px
  }


.serv-box {
  width:250px;
  height:400px;
  margin: 15px auto;
   position: relative;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom:40px
   }

.serv1{
position:absolute;
background:transparent;
width:50px;
height:50px;
right:-10px;
top:-20px;
padding:5px
}

#borderTop {
  border-top: 2px solid #fff;
  position: absolute;
  right:15%;
  left: 0;
}

#borderRight {
  border-right: 2px solid #fff;
  position:absolute;
  top:10%;
  bottom:0;
  right:0px
}

.virtual {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height:1.7em;
  text-align:justify;
  font-weight:400;
  }
  
  .virtual1{
  font-size:18px;
  font-weight:600
  }

/*************************
*******About CSS******
**************************/


#about-bottom{

}

#about-bottom h2 {
    color: #006cb5;
    font-family: 'Raleway', sans-serif;
    margin-top:40px;
    font-size: 28px;
    font-weight: 400;
    text-transform: inherit;
    margin-bottom: 0px;
}

#about-bottom h3 {
    color:#fff;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0px;
	}
	
  #about-bottom  p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height:1.7em;
  text-align:justify;
  font-weight:400;
  padding:20px 27px 20px 27px
  }


.abt-box {
  width:auto;
  height:auto;
  margin-top:15px;
  position: relative;
     }

	 /*
.abt1{
position:absolute;
width:150px;
height:150px;
right:-10px;
top:-20px;
padding:5px;
float:right
}
*/

.abt1{
float:right;
margin:27px 20px 0px 20px;
width:150px;
height:150px
}


.abt2{
position:absolute;
background:transparent;
width:50px;
height:50px;
left:-10px;
bottom:-15px;
padding:5px
}

#borderTop1 {
  border-top: 2px solid #fff;
  position: absolute;
  right:0;
  left: 0;
}

#borderRight1 {
  border-right: 2px solid #fff;
  position:absolute;
  top:0;
  bottom:0;
  right:0px
}

#bordernew {
  border-left: 2px solid #fff;
  position:absolute;
  bottom:7%;
  top:0;
  left:0px
}


#borderBottom {
  border-bottom:2px solid #fff;
  position: absolute;
  left:13%;
  right:0;
  bottom:0
}


/*************************
*******Values CSS******
**************************/

#values{
	background:#fff;
	margin-top:20px;
	margin-bottom:20px
	}

#values h2 {
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:30px;
	font-size:26px;
	font-weight:400;
	text-transform:inherit;
	margin-bottom:0px
	}

#values p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #454545;
  line-height:1.9em;
  text-align:left;
  font-weight:300;
   padding-left:40px;
  margin-bottom:20px
}


#values a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #6f6f6f;
}

#values .line{
	margin: auto;
    display: block;
    max-width:120px;
	}


#values i.fa{
color:#454545
}

#values img{
 max-width: 100%; height: auto;
}




/*************************
*******Case Studies CSS******
**************************/

#case-studies {
	padding-bottom:30px;
	padding-top:30px;
	background:#fff
}

#case-studies h2 {
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit;
	margin-bottom:0px
	}


#case-studies p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #454545;
  line-height:1.7em;
  text-align:justify;
  font-weight:400;
  padding:20px 20px 20px 20px
  }


#case-studies a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #6f6f6f;
}

#case-studies .line{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:160px
}

.case-box {
  width:450px;
  height:auto;
  margin: 15px auto;
   position: relative;
  border-left: 2px solid #006cb5;
  border-bottom: 2px solid #006cb5;
   }
   
   .case-box h3 {
    color:#454545;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0px;
	text-align:center;
	padding-top:20px
	}

.case1{
position:absolute;
background:transparent;
width:50px;
height:50px;
right:-10px;
top:-20px;
padding:5px
}

#borderTop2 {
  border-top: 2px solid #006cb5;
  position: absolute;
  right:11%;
  left: 0;
}

#borderRight2 {
  border-right: 2px solid #006cb5;
  position:absolute;
  top:7%;
  bottom:0;
  right:0px
}


.line{
 margin: auto;
    display: block;
        max-width: 160px;
}

/*************************
*******Services CSS******
**************************/


#services  p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height:1.9em;
  text-align:center;
  font-weight:300;
  margin-top:15px
}

#services  h2{
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit;
		}


#services  img{
    margin: auto;
    display: block;
    max-width: 160px;
}

#services  h3{
font-family: 'Raleway', sans-serif;
color:#0f93d9;
font-size:18px;
font-weight:600;
text-align:center;
margin-top:0px !important
}

#services  .square:hover h3{
color:#006cb5
}

#services  .btn{
	padding: 8px 10px;
	font-size: 13px;
	border-radius:0px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#fff;
  font-family: "Open Sans", sans-serif;
  margin-top:40px;
  border:2px solid #fff !important;
  background:transparent;
  margin-bottom:30px;
   }

#services  .btn:hover{
  border:2px solid #006cb5 !important;
  color:#006cb5
}

.square {
	 float: left;
    transition: all 0.3s;
	margin-top:0px;
	min-height:200px;
	position:relative;
	outline: 1px solid #858484;
    outline-offset:8px;
	}

.consult {
    padding: 60px 20px;
    margin: 20px 0 0 0; 
	background: url('../images/business-consulting.jpg') no-repeat center center;
	background-size: cover;
	height:200px;
	text-align:center;
	margin-right:60px
	}


.consult-text {
	font-family:'Raleway', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 2em;
    font-weight:600;
	text-transform:uppercase;
		background:#006cb5;
	padding:5px;
	opacity:0.8
}

.account-process {
    padding: 60px 20px;
    margin: 20px 0 0 0; 
	background: url('../images/accounting-process.jpg') no-repeat center center;
	background-size: cover;
	height:200px;
	text-align:center;
	margin-right:60px
	}


.account-process-text {
	font-family:'Raleway', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 2em;
    font-weight:600;
	text-transform:uppercase;
		background:#006cb5;
	padding:5px;
	opacity:0.8
}

.stat-comp {
    padding: 60px 20px;
    margin: 20px 0 0 0; 
	background: url('../images/statutory-compliance.jpg') no-repeat center center;
	background-size: cover;
	height:200px;
	text-align:center;
	margin-right:60px
	}


.stat-comp-text {
	font-family:'Raleway', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 2em;
    font-weight:600;
	text-transform:uppercase;
	background:#006cb5;
	padding:5px;
	opacity:0.8
}

.pay-mang {
    padding: 60px 20px;
    margin: 20px 0 0 0; 
	background: url('../images/payroll-management.jpg') no-repeat center center;
	background-size: cover;
	height:200px;
	text-align:center;
	margin-right:60px
	}


.pay-mang-text {
	font-family:'Raleway', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 2em;
    font-weight:600;
	text-transform:uppercase;
	background:#006cb5;
	padding:5px;
	opacity:0.8
}

.pad-right-20{
padding-right:20px	
}


/*************************
*******Contact CSS******
**************************/

#contact {
	padding-top:20px;
	background:#fff
}

#contact h2 {
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


#contact p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #7f7f7f;
  line-height:1.7em;
  text-align:center;
  font-weight:300;
  padding-left:31px
  }


#contact a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #7f7f7f;
}


#contact h3{
    color:#ff7c06;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:600;
	text-transform:inherit;
	padding-bottom:10px !important;
	margin-bottom:0px !important
	}

	
	#contact h4{
    color:#ff7c06;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:600;
	text-transform:inherit;
	padding-bottom:25px !important;
	margin-bottom:0px !important
	}

	#contact i {
    color:#2e75b7;
    font-size: 24px;
    margin: 0 5px 0 0;
    width: 24px;
    vertical-align: middle;
}

#contact .address {
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    display: inline-block;
    width: 100%;
}

#contact .btn{
	padding: 8px 10px;
	font-size: 13px;
	border-radius:0px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#fff;
  font-family: "Open Sans", sans-serif;
  margin-top:20px;
  border:2px solid #fff !important;
  background:transparent;
  margin-bottom:30px;
   }

#contact  .btn:hover{
  border:2px solid #006cb5 !important;
  color:#006cb5
}


#contact .form-control {
font-family: "Open Sans", sans-serif !important;
  font-size: 18px!important;
  color: #7f7f7f!important;
  font-weight:300 !important
}

#contact img{
max-height:36px
}

.map{
border:2px solid #006cb5
}

/*************************
*******About CSS******
**************************/

#about{
    background-color:#f7f7f7;
	position:relative
}

#about p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height:1.9em;
  text-align:center;
  font-weight:300;
  margin-top:15px;
  padding-bottom:20px
}

#about h2{
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit;
		}


#about img{
    margin: auto;
    display: block;
    max-width: 160px;
}

#about .linkedin img{
max-height:65px;
}

#about h3{
font-family: 'Raleway', sans-serif;
color:#0f93d9;
font-size:18px;
font-weight:600;
text-align:center;
margin-top:0px !important;
padding-top:30px
}

/*************************
*******Quote CSS******
**************************/

#pre-intro {
	padding-bottom:10px;
	padding-top:10px;
	background:#006cb5
	}

#pre-intro h2 {
    color:#4c4a3d;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit;
	}


#pre-intro p {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  color: #fff;
  line-height:1.6em;
  text-align:center;
  font-weight:300;
  margin-top:15px;
  font-style:italic;
}

#pre-intro p:before{
    content: '\201D';
	color:#003d4e;
	font-size:60px;
	font-family: Georgia, serif;
	position: absolute;
	right: 255px;
	top: 0px;
	}


#pre-intro  p:after {
   content: '\201C';
	color:#003d4e;
	font-size:60px;
	font-family: Georgia, serif;	
	position: absolute;
	left: 250px;
	top: 0px;

}
#pre-intro a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #6f6f6f;
}

#pre-intro img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:80px;
	max-height:2px
}

/*====================================================
page-header
======================================================*/
.page-head{
    background:url(../images/contact-consultpro.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head img {
    margin: 0px auto 0 30px;
    display: block;
    max-width: 120px;
}

.page-head1{
    background:url(../images/services-consultpro.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head1 img {
    margin: 0px auto 0 30px;
    display: block;
    max-width: 120px;
}


.page-head2{
    background:url(../images/about-consultpro.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head2 img {
    margin: 0px auto 0 30px;
    display: block;
    max-width: 120px;
}

.page-head3{
    background:url(../images/casestudies-consultpro.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head3 img {
    margin: 0px auto 0 30px;
    display: block;
    max-width: 120px;
}


/*************************
*******Section Title CSS******
**************************/


.section-title.st-center {
  text-align: center;
}

 /*************************
*******Testimonials CSS******
**************************/

#testimonials{
	font-family: 'Open Sans', sans-serif;
	color:#929292;
	background:#f7f7f7;
}


#testimonials h2 {
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}

#testimonials img{
margin: auto;
    display: block;
    max-width: 160px;
}

#testimonials p{
    font-family:'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 2.4em;
    text-align: center;
    font-weight: 300;
    margin-top: 15px;
	margin-bottom:40px
}

#testimonials .btn{
 font-family: 'Raleway', sans-serif;
  font-size:12px;
  background:#259dd1;
  color:#fff;
  border:2px solid #fff;
  border-radius:8px;
  margin-top:20px;
  opacity:0.6;
  padding: 4px 8px;
}

#testimonials .btn:hover{
background:#259dd1;
color:#fff	
}



/*************************
*******Clients CSS******
**************************/

#clients {
	font-family: 'Open Sans', sans-serif;
	color:#929292;
	background:#fff;
	padding-top:30px;
	padding-bottom:10px
}


#clients h2 {
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}

#clients  img{
margin: auto;
    display: block;
    max-width: 160px;
}

#clients p{
    font-family:'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 2.4em;
    text-align: center;
    font-weight: 300;
    margin-top: 15px;
	margin-bottom:40px
}


.list_carousel2.responsive {
width: auto;
margin-left:0;
margin-top:20px;
}

.list_carousel2 ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}

.list_carousel2 li {
width:200px;
height: 160px;
padding-top:20px;
display: block;
float: left;
text-transform:uppercase;
font-family: 'Raleway', sans-serif;
}


.list_carousel2 li img{
	max-height:160px	
}
.list_carousel2 h4{
font-size:20px;
}

.list_carousel2 .pager a {
width: 15px;
height: 15px;
margin: 2px;
overflow: hidden;
text-indent: -100%;
border-radius:28px;
border:3px solid #259dd1;
display:none
}

.list_carousel2 .pager a.selected {
background:#fff
}

/*************************
******Carousel CSS****
**************************/
.list_carousel1.responsive {
width: auto;
margin-left:0;
margin-top:20px;
margin-bottom:20px
}

.list_carousel1 ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}

.list_carousel1 li {
font-family:'Open Sans', sans-serif;
font-size: 15px;
height: 105px;
display: block;
float: left;
padding-left:50px;
padding-right:50px;
text-align:center;
line-height:2em;
font-weight:500
}

.list_carousel1 .pager a {
margin: 2px;
overflow: hidden;
border-radius:28px;
border:2px solid #00529c;
color:transparent;
padding-left:3px;
padding-right:3px;
padding-top:0px;
padding-bottom:0px;
font-size:8px
}

.list_carousel1 .pager a.selected {
background:#00529c
}

.even-control-left, 
.even-control-right {
  position: absolute;
  color: #006cb5;
  top: -40px;
  padding-left:10px;
  padding-right:10px;
}


.even-control-left .fa,
.even-control-right .fa{
  font-weight:100;
  font-size:24px
}

.even-control-left {
  right:7%;
  top:-80px;
  width:30px;
  height:30px;
  border:2px solid #006cb5;
  padding-top:0px;
  padding-left:8px
} 

.even-control-right {
  right:4%;
  top:-80px;
  width:30px;
  height:30px;
   border:2px solid #006cb5;
  padding-top:0px;
  padding-right:8px
}

.parallax-back {
  background: url(../images/back.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

  
.parallax-back1 {
  background: url(../images/back1.png) no-repeat;
  background-size: cover;
  background-attachment:fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

.parallax-back2 {
  background: url(../images/back2.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}


.parallax-back3 {
  background: url(../images/back3.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

.parallax-back4 {
 background: url(../images/back4.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}


.parallax-back5 {
  background: url(../images/back5.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

.black_transp {
  background: rgba(0,0,0,0.7);
}


.black_transp1 {
  background: rgba(0,0,0,0.8);
}

.black_transp2 {
  background: rgba(0,0,0,0.6);
}


.black_transp3 {
  background: rgba(255,255,255,0.8);
}
   
.wrap-normal {
  padding: 40px 0 0px 0;
}

.wrap-normal1 {
  padding: 0px 0px 60px 0px;
}

.wrap-normal2 {
  padding: 40px 0px 40px 0px;
}






.send{
 color: #105b8e;
  margin-bottom: 40px;
  font-family: "Oswald";
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 0.1em;
}

#enquiry{
 color: #16a14a;
  margin-bottom: 40px;
  font-family: "Oswald";
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 0.1em;
}
   



/*************************
******Footer CSS****
**************************/

#footer {
  background:#006cb5;
  color: #fff;
  font-size: 15px;
  padding: 15px 0 10px 0;
}


#footer i.fa {
	height: 20px;
	width: 20px;
	font-size: 24px;
	border-radius: 30%;
	color: #fff;
	transition: all 0.5s;
	margin-right:9px
}


/*************************
******Scrollup CSS****
**************************/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 4%;
    display:none;
	border: 2px solid #006cb5;
	}

.scrollup i {
  display: block;
   font-size: 24px;
    line-height: 30px;
  color: #006cb5;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}


/*************************
******Carousel CSS****
**************************/

.carousel-control{
    opacity: .8;
	text-shadow:none	
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 30px;  
  width:40px;
  height:40px;
  background:#fff;
  font-size:16px;
  padding-top:12px;
  color:#105b8e;
   border-radius:10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 40px; 
   width:40px;
  height:40px;
  background:#fff;
  font-size:16px;
  padding-top:12px;
  color:#105b8e;
   border-radius:10px;
}


/*************************
*******Misc CSS**********
**************************/

.dark-blue{
color:#003d4e
}

.orange{
color:#006cb5
}

.orange1{
color:#006cb5;
font-weight:500
}

.orange2{
color:#006cb5;
font-weight:600;
font-size:18px
}

.blue{
color:#006cb5
}

.blue1{
color:#006cb5;
font-weight:500
}

.blue2{
color:#006cb5;
font-weight:600
}

.grey{
color:#454545;
font-weight:500	
}


.grey1{
color:#454545;
font-weight:600
}

.rig{
text-align:right
}

.just{
text-align:justify;
}

.jumbotron-fluid p {
text-align:center	
}

.thankyou {
font-size:18px;
color:#0f5b8d;
font-weight:bold;
text-align:center;
margin-top:20px
}

.thumbnail {
    display: block;
    padding: 1px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff; 
    border: 1px solid #00519d;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background-color:#00519d
}	

.zoom-gallery img:hover{
opacity:0.5;
}

.zoom-gallery a span { 
display:none; 
background-image: url(../images/zoom.png); 
background-repeat:no-repeat; 
width:20px; height:25px; 
position:absolute; 
left:40%; 
top:33%;
z-index:999}

.zoom-gallery a:hover span { display:block;}


.btn-primary{
font-family: "Oswald";
  letter-spacing:0.1em;
  background:#259dd1;
  color:#fff;
  border-radius:5px;
  font-weight:600
}

.btn-primary:hover{
background:#259dd1	
}

.mar-top-10 {
margin-top:10px	
}

.mar-top-20 {
margin-top:20px	
}

.mar-top-25 {
margin-top:25px	
}

.mar-top-30 {
margin-top:30px	
}


.mar-top-50 {
margin-top:50px	
}


.mar-bot-20 {
margin-bottom:20px	
}

.mar-bot-30 {
margin-bottom:30px	
}

.mar-bot-40 {
margin-bottom:40px	
}

.mar-bot-50 {
margin-bottom:50px	
}

.mar-bot-90 {
margin-bottom:90px	
}

 .blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #16a14a;
	text-align:left
}
.green{
color:#58b946	
}

.green1{
	color:#16a14a;
	font-family: "Oswald";	
	font-size:20px
}

.green2{
color:#16a14a;
font-size:18px
}

.yellow{
color:#eebd08
}

.yellow1{
color:#eebd08;
font-weight:600
}


.med {
	font-weight:600;	
	font-size:15px;	
}

.text-align-center {
	text-align:center	
}


table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: transparent !important;
	width:auto !important
}

.nopadding { padding: 0}
.notoppadding{padding-top:0px}
.nomargin{ margin:0px}
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay-2-5s { animation-delay: 2s; -webkit-animation-delay: 2.5s; }
.delay-3s { animation-delay: 2s; -webkit-animation-delay: 3s; }
.delay-3-5s { animation-delay: 2s; -webkit-animation-delay: 3.5s; }
.delay-4s { animation-delay: 2s; -webkit-animation-delay: 4s; }
.delay-4-5s { animation-delay: 2s; -webkit-animation-delay: 4.5s; }
.delay-5s { animation-delay: 2s; -webkit-animation-delay: 5s; }