@media (max-width: 1280px){
	.container{
		width: 80%;
	}

	.topbar{
		padding: 8px;
	}
	.topbar h3{
		font-size:12px;
	}



	header{
		padding: 40px 0 20px 0;
	}
	header .logo img{
		width: 120px; height: auto;
	}
	header.fixed .logo img{
		width: 120px;
	}



	.banner{
		padding:130px 0 0 0;
	}
	.banner h2{
		margin-bottom: 30px;
		margin-left:0;
	}
	.banner h3{
		margin-bottom: 30px;
		margin-left:0;
	}
}


@media (max-width: 1040px){
	.container{
		width: 100%;
		padding:0 25px;
	}

	.topbar h3{
		font-size:10px;
	}

	header{
		position: fixed;
		padding: 40px 0 20px 0;
		z-index: 5;
	}
	header.fixed{
		padding: 15px 0 15px 0;
	}
	
	.menuicons{
		display: block !important;
		float: right;
		margin: 0 0 0 0;
		position: relative;
		z-index: 12;
	}
	.menuicons a{
		float: left;
		width: 48px; height: 48px; line-height: 48px;
		text-align:center;
		color:#000;
		font-size:30px;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.menuicons a:hover{
	}
	.menuicons a.hidenav{
		color: #fff;
	}
	nav{
		display: none;
		position: fixed;
		width: 100%; height: 100%;
		background: rgba(0,0,0,0.95);
		z-index: 10;
		left: 0; right: 0;
	}
	nav{
		display: none;
		position: fixed;
		width: 100%; height: 100%;
		background: rgba(0,0,0,0.95);
		z-index: 10;
		left: 0; top: 0;
		padding:100px 60px;
		overflow-y: scroll;
	}
	nav ul{
		float: none;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	nav ul li{
		float: none;
		list-style: none;
		margin:10px 0;
	}
	nav ul li a{
		font-size:16px;
		font-weight: 300;
		padding:10px 22px;
		border-radius:30px;
		color: #fff;
	}
	nav ul li a::after{
		background: #fff;
	}


	.banner h2{
		font-size: 36px;
	}
	.about{
		padding: 30px 0;
	}
	.about .text h4{
		font-size:16px;
		margin-bottom: 15px;
	}
	.about .text h3{
		font-size:36px;
		margin-bottom: 25px;
	}
	.about .text h5{
		font-size:16px;
		margin-bottom: 40px;
	}
	.about .text p{
		font-size:16px;
		margin-bottom: 30px;
	}	

	.for-section .item h4 {
		font-size: 2vw;
	}
	.for-section .item p {
		font-size: 1.5vw;
	}
	.for-section .items_wrapper {
		width: 80%;
	}
	.for-section .container .items_wrapper {
		flex-direction: column;
		gap: 6vw;
	}




	.stats{
		padding: 25px 0 45px 0;
	}
	.stats .item{
		padding: 0 0 30px 0;
	}
	.stats .item span.icon{
		font-size: 36px;
		margin: 0 0 15px 0;
	}
	.stats .item h4{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.stats .item h4.smaller-text{
		font-size: 20px;
	}
	.stats .item h5{
		font-size: 18px;
	}

	.sectors h2 {
	font-size:6vw;
  }
  .sectors .container .item span.icon {
	font-size:3vw
  }
  .sectors .container .item h4 {
	font-size:2.5vw
  }

  .sector-detail .container {
	padding: 10vw 25px;
  }
  .sector-detail .breadcrumb {
	font-size: smaller;
  }
  .sector-detail .content {
	margin: 7vw 0vw;
  }
  .sector-detail .relevant-services h3 {
	font-size: larger;
  }
 

  .for-section .container .items_wrapper .item h4 {
		font-size: 3vw;
	}
	.for-section .container .items_wrapper .item p {
		font-size: 2vw;
	}
	.for-section .container .items_wrapper {
		padding: 4vw 0vw;
	}


	.services{
		padding:0 0 40px 0;
	}
	.services h2{
		font-size: 6vw;
		margin-bottom: 25px;
	}
	.service_items .item{
		flex-basis: 47%;
		margin-bottom: 35px;
	}
	.service_items .item .text{
		margin-top: 20px;
	}
	.service_items .item h3{
		font-size:18px;
		margin-bottom: 15px;
		padding-left: 40px;
	}
	.service_items .item p{
		font-size:15px;
	}





	.reviews{
		padding:40px 0 45px 0;
	}
	.reviews h2{
		font-size:36px;
		margin-bottom: 1vw;
	}
	.reviews h3{
		font-size:18px;
	}
	.reviewslider_wrap{
		margin:30px 0 0 0;
	}
	.reviewslider .item .itemcontent .textbox{
		min-height:200px;
		padding: 25px 25px;
	} 
	.reviewslider .item .itemcontent .textbox:before{
		right: 15px;
		bottom: 15px;
		width: 30px;
		height: 30px;
	}
	.reviewslider .item .itemcontent .textbox:after{
		left: 0; bottom:-20px;
		border-width: 30px 20px 0 0;
	}
	.reviewslider .item .itemcontent .textbox h4{
		font-size:18px;
	}
	.reviewslider .item .itemcontent .textbox p{
		font-size:14px;
	}
	.reviewslider .item .itemcontent .userbox{
		padding: 0 30px;
		margin: 25px 0 0 0;
	} 
	.reviewslider .item .itemcontent .userbox h5{
		font-size:18px;
		margin-bottom: 20px;
	}
	.reviewslider .item .itemcontent .userbox img{
		width: 36px;
	}





	.contact{
		padding:40px 0;
	}
	.contact h2{
		font-size:36px;
	}
	.contact h3{
		font-size:16px;
	}
	.contactblock{
		margin-top: 35px;
	}
	.contactblock form{
		width: 100%;
	}
	.contactblock form input[type="text"],
	.contactblock form input[type="email"],
	.contactblock form textarea,
	.contactblock form select{
		height: 45px;
		padding: 0 0 0 15px;
		margin: 0 0 20px 0;
		font-size: 16px;
	}
	.contactblock form textarea{
		height:120px;
		padding:15px;
	}
	.contactblock form button{
		padding:12px 25px;
		font-size: 16px;
	}


	.contactinfo{
		width: 100%;
	}
	.contactinfo .infowrap{
		padding-left: 0;
		border-left:none;
		border-bottom: 1px solid #222;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.contactinfo .infowrap .info{
		float: left;
		width: auto;
		margin: 0 20px 0 0;
	}
	.contactinfo .infowrap .info:last-of-type{
		margin-right: 0;
	}
	.contactinfo .infowrap .info span{
		font-size:18px;
		margin-bottom: 15px;
	}
	.contactinfo h4{
		font-size:16px;
		margin-bottom: 15px;
	}
	.contactinfo p{
		font-size:16px;
	}



	footer{
		padding:30px 0;
	}
	footer .copyright{
		float: left;
		width: 100%;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.socialmedia{
		float: left;
		width: 100%;
	}
	.socialmedia a{
		font-size:16px;
		margin-right: 9px;
	}
}

@media (max-width: 768px) {
	.sector-detail-sv .top-content {
		flex-direction: column-reverse;
	}
	.sector-detail .top-content .top-imgs {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.sector-detail .top-content .top-imgs img {
		display: block;
		float: none;
	}
}





@media(max-width:540px){
	.banner .container h5 {
		font-size: 8vw;
	}
	.banner img {
		height: 400px;
	}

	.aboutcontent{
		flex-wrap: wrap;
	}
	.about .imagearea{
		float: left;
		width: 100%;
		max-width: 100%;
		margin: 40px 0 0 0;
		display: flex;
		justify-content: center;
	}
	.about img {
		width:60%
	}
	.about .text{
		width: 100%;
	}


	.stats .item {
		width: 100%;
		margin: 0 0 5vw 0;
	}

	.for-section .container .items_wrapper .item h4 {
		font-size: 5vw;
	}
	.for-section .container .items_wrapper .item p {
		font-size: 3.5vw;
	}
	.for-section .container .items_wrapper {
		padding: 8vw 0vw;
	}


  .sectors .container .item span.icon {
	font-size:6vw
  }
  .sectors .container .item h4 {
	font-size:4.5vw
  }

  .sector-detail .container h2 {
	font-size:6vw;
  }
  .sector-detail .container {
	padding: 16vw 25px;
  }
  .sector-detail .top-img {
	float: none;
	width: 100%;
	display: block;
  }

	.service_items .item{
		flex-basis: 100%;
	}



	.contactinfo .infowrap .info{
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}

	footer .copyright{
		font-size: 15px;
	}
	.socialmedia a{
		font-size:15px;
	}
}

