.hero-container{
	padding:100px 30px 100px 30px;
	background-image:url(../images/hero-img.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:50%;
}
.main-container{
	padding:50px 30px;
}
.main-container.ourprocess, 
.main-container.portfolio, 
.main-container.cost,
.main-container.faq{
	padding:100px 30px 100px 30px;
}
.main-container.testimonials{
		padding:100px 0 50px 0px;
		min-height:auto;
	}
.testimonials-indi .grid
h2.h2-big{
	font-size:55px;
	line-height: 55px;
	padding:10px 0 25px 5%;
	margin-bottom: 0;
	border-left:#000 3px solid;
	max-width:900px;
	color:#004dbc;
}
.webz-blue{
	color:#004dbc;
}
.test-logo {
	width:100%;
	max-width:300px;
}
.cd-primary-nav .grid{
	max-width:1170px;
}
.cta-container .grid{
	max-width:1170px;
}
footer .grid{
	max-width:1170px;
}

.what-container{
	background:rgba(0,78,188,0);
	padding:25px 40px;
	border-radius:40px;
	border:#000 3px solid;
	min-height:330px;
	margin-bottom:20px;
}
.what-container hr{
	width:100%;
	max-width:100px;
	border:none;
	min-height:6px;
	border-radius:15px;
	background:#004dbc;
}
.what-row{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.what-row > div{
	width:48%;
	margin:0 0 50px 0;
}
.what-title{
	border-radius:1.5em;
	background-color: #333;
	width:65%;
	padding:30px 8%;
	position: relative;
	z-index: 100;
	border:#fff 8px solid;
	transition:all 0.5s;
}
.what-title:after{
	content:url(../images/icon-arrow-left.png);
	position:absolute;
	right:10px;
	bottom:10px;
	z-index: 101;
}
.what-content{
	width:90%;
	height: calc(100% - 80px);
	border-radius:1.5em;
	background-color: rgba(0,78,188,0.1);
	padding:120px 8% 30px 8%;
	margin: -100px 0 0 10%;
}
.what-row > div:hover .what-title{
	background-color: #004ebc;
}
.what-title h4{
	font-size:30px;
	line-height:34px;
	text-transform: lowercase;
	font-family: Quicksand,sans-serif;
	font-weight: 700;
	color:#fff;
}
.what-img{
	margin-top:40px;
}
.clients-img{
	position:absolute;
	left:8%;
	max-width:450px !important;
	z-index:1;
	animation: float 4s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-30px);
	}
	100% {
		transform: translatey(0px);
	}
}

.service-row{
	padding:25px 5% 25px 5%;
	margin-bottom: 20px;
	border-bottom: #000 2px solid;
}
.service-row h3{
	position:relative;
	padding-left:20px;
}
.service-row h3:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;          /* Thickness of the line */
    height: 100%;        /* Match the height of the parent */
    background-color: #004dbc;
    border-radius: 3px;  /* Half of width for rounded ends */
}
ul.bullet-list li{
	font-size:18px;
	line-height: 30px;
	position: relative;
	list-style:disc;
	margin-left:20px;
}
.process-row{
	padding:25px 5% 25px 5%;
}
/*ul.bullet-list li:before{
	content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: #00beda 5px solid;
  position: absolute;
  top: 5px;
  left: 0px;
}*/

.process-grid{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.process-grid.right{
	justify-content: flex-end;
}
.process-grid > div{
	width:40%;
	margin: 2.5% 0;
	display:flex;
	flex-wrap:wrap;
}
.process-grid .process-num{
	font-size:120px;
	font-weight:700;
	font-style:italic;
	letter-spacing:-0.05em;
	color:#E8E8E8;
	width:28%;
	font-family: Quicksand,sans-serif;
	margin-top: 25px;
}
.process-grid .process-content{
	padding:30px 8% 30px 4%;
	border: 6px solid #00beda;
	border-left:0;
	border-radius: 0 1.5em 1.5em 0;
	width:70%;
}
.process-grid h4{
	font-size:30px;
	line-height:30px;
	text-transform: lowercase;
	font-family: Quicksand,sans-serif;
	font-weight: 700;
}
.portfolio-content{
	max-width:none;
}
.testi-row{
	width:100%;
	margin: 0 auto;
}

.afc {
  background: url(../images/work-afc.jpg) center/cover no-repeat;
}
.enviros {
  background: url(../images/work-enviros.jpg) center/cover no-repeat;
}
.bhpetrol {
  background: url(../images/work-bhpetrol.jpg) center/cover no-repeat;
}

.answer p {
  font-size: 18px;
  line-height: 30px;
}
.cost h2{
	/*background-color: #DCDCDC;*/
	margin-bottom:40px;
}
.cost-grid{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-end;
	position:relative;
}
.cost-content{
	position:relative;
	width:48%;
	margin: 2.5% 0;
	padding:40px 5% 50px 5%;
	background-color: #333;
	border-radius: 1.5em;
	color:#fff;
	z-index:1;
}
.cost-content h3{
	margin-bottom:30px;
}
.cost-img{
	position:absolute;
	top:-12%;
	left:18%;
	z-index:2;
	max-width:310px !important;
	animation: float 4s ease-in-out infinite;
}
.cta-container {
  height: auto;
	padding:80px 30px 250px 30px;
}
.cta-content {
  margin-top: 0;
}
.cta-content h2 {
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 40px;
  color: #fff;
}
.portfolio-content h2 {
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 40px;
  color: #fff;
}
.form-container {
  margin-top: 10px;
}
label{
	padding: 25px 0 0 0;
	color:#fff;
}
input[type="text"], textarea, select{
	color:#fff;
	border-bottom:2px solid rgba(255,255,255,1);
}
textarea{
	border:2px solid rgba(255,255,255,1);
}

@media (max-width: 1400px) {
  .hero-container p, p {
    font-size: 16px;
    line-height: 22px;
  }
}


@media screen and (max-width: 1024px) {
  .main-container {
    padding: 50px 30px 20px 30px;
  }
	.main-container.ourprocess, 
	.main-container.portfolio, 
	.main-container.cost,
	.main-container.testimonials, 
	.main-container.faq{
		padding:60px 30px 60px 30px;
	}
	.cta-container {
		padding:80px 30px 150px 30px;
	}
	.cta-content p {
	  max-width: none;
	}
}

@media screen and (max-width:980px){
	.hero-container {
		padding:100px 30px 200px 30px !important;
		min-height:auto !important;
		background-size:75%;
	}
	.clients-img {
    position: absolute;
    left: auto;
    max-width: 250px !important;
    z-index: 1;
    animation: float 4s ease-in-out infinite;
    right: 0;
  }
	.what-row > div{
		width:100%;
		margin:0 0 20px 0;
	}
	.process-grid > div{
		width:100%;
	}
	.cost-content{
		width:100%;
	}
	.testimonials-bluebg .grid, .testimonials-greybg .grid {
  padding: 50px 30px 50px 30px !important;
}
.flex-container {
  width: 130px !important;
  height: 130px !important;
}
.testi-content {
  padding-left: 40px;
}
.testi-content::before {
  top: -20px !important;
  left: -30px !important;
  font-size: 100px !important;
}
.ourprocess .grid {
	display:flex;
	flex-direction:column;
}
.item-1 { order: 2; padding-bottom:0 !important; } /* Displays second */
.item-2 { order: 1; } /* Displays first */
.item-3 { order: 3; padding-top:0 !important; } /* Displays third */
.item-4 { order: 4; } /* Displays fourth */

.what-container {
	min-height:auto;
}
.what-img {
  max-width: 300px !important;
  margin: 0 auto;
  display: block;
}
.portfolio-content p {
  margin-bottom: 20px;
}
.button-container {
  padding: 20px 0 !important;
  float:none !important;
}
.button-container.cost-btn {
  padding: 20px 0 !important;
  float:none !important;
  text-align: left;
}
.cost-img {
  top: -22%;
  left: auto;
  max-width: 250px !important;
  right: 0;
}
.cta-content h2 {
    font-size: 36px !important;
    line-height: 36px;
    letter-spacing: -.03em;
}
}

@media screen and (max-width: 767px) {
	h1 {
    font-size: 33px;
    line-height: 36px;
  }
  h2 {
    font-size: 33px;
    line-height: 36px;
    letter-spacing: -.03em;
  }
	h3{
		font-size:24px;
		line-height: 28px;
	}
	.hero-container{
		padding:100px 20px 250px 20px;
	}
	.hero-container .col-8-12{
		padding:10px 0 !important;
	}
  .main-container {
    padding: 50px 20px 20px 20px;
  }
	.main-container.ourprocess, 
	.main-container.portfolio, 
	.main-container.cost, 
    .main-container.testimonials, 
	.main-container.faq{
		padding:50px 20px 50px 20px;
	}
	h2.h2-big{
		font-size:36px;
		line-height: 39px;
	}
	.clients-img{
		position:relative;
		top:20px;
	}
	.testi-content {
    padding-left: 0px;
    }
	.testi-content::before {
    top: -20px !important;
    left: -40px !important;
    font-size: 60px !important;
    }
	.testi-content h3 {
    font-size: 30px !important;
    line-height: 31px !important;
    }
	.testimonials-bluebg .grid, .testimonials-greybg .grid {
    padding: 50px 20px 50px 20px !important;
    }
	.what-title{
		width:80%;
		padding:30px 5%;
	}
	.what-title h4{
		font-size:24px;
		line-height:28px;
	}
	.service-row {
  		padding: 0 0 50px 0 !important;
	}
	ul.bullet-list li{
		font-size:16px;
		line-height: 24px;
		padding-left:0;
	}
	ul.bullet-list li:before{
	  width: 16px;
	  height: 16px;
	  border: #00beda 4px solid;
	  top: 4px;
	  left: 0px;
	}
	.process-grid .process-num{
		font-size:65px;
		width:25%;
		margin-top: 30px;
	}
	.process-grid .process-content{
		padding:30px 5% 30px 5%;
		width:75%;
	}
	.process-grid h4{
		font-size:24px;
		line-height:28px;
	}
	.portfolio-content h2 {
		font-size:36px;
		line-height:39px;
	}
	.cost-img {
		position:relative;
	}
	.work-content h3 {
		font-size:38px;
		line-height:38px;
	}
	.cta-container {
		padding:40px 20px 80px 20px;
	}
}

.client-content {
	display:block;
	padding:40px 0;
}

.logo-slider { overflow: hidden; width: 100%; position: relative; } 
/* Track */ 
.logo-track { display: flex; width: max-content; animation: scroll 40s linear infinite; } 
/* Logos */ 
.logo-track img { height: 120px; margin-right: 50px; object-fit: contain; } 
/* Pause on hover */ 
.logo-slider:hover .logo-track { animation-play-state: paused; } 
/* Animation */ 
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.logo-slider::before,
.logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.testimonials-bluebg{
	width:95%;
	background-color:#004dbc;
    margin:0 auto;
	border-radius:40px;
}
.testimonials-bluebg .grid{
    padding:50px 70px 50px 70px;	
}

.testimonials-greybg{
	width:95%;
	background-color:#eee;
    margin:0 auto;
	border-radius:40px;
	border:#000 4px solid;
}
.testimonials-greybg .grid{
    padding:50px 70px 50px 70px;	
}

.flex-container {
	display:flex;
	align-items:center;
	justify-content:center;
	width:150px;
	height:150px;
	padding:20px;
	background:#fff;
	border-radius:50%;
	box-shadow: 8px 6px 0px 0px rgba(0,0,0,1);
-webkit-box-shadow: 8px 6px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 8px 6px 0px 0px rgba(0,0,0,1);
}
.testi-content {
	position:relative;
	color:#fff;
}
.testi-content:before {
	content:'❞';
	font-family:"Times New Roman", Times, serif;
	position:absolute;
	top:-30px;
	left:-80px;
	font-size:120px;
	color:rgba(0,0,0,1);
}
.testi-content h3 {
	font-size:36px;
}

.testimonials-greybg .testi-content {
	color:#000;
}

.accordion-link:hover {
	color:#004dbc;
}