body{
	padding:0; margin:0; 
	font-family: 'ralewayregular';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.5px;
	font-size: 15px;
}
p{
	line-height: 31px;
	color: #545353;
	font-size: 15px;
}
li{
	color: #545353;
}

/*===========*/

.paddingCommon_sec{
	padding:80px 0;
}

a:hover{
	text-decoration: none;
}

button:focus, .btn:focus, .form-control:focus, a:focus{
	outline: 0;
	box-shadow: none;
}
.form-group input:focus, .form-group textarea:focus{
	border-color: #03b5c3;
	box-shadow: none;
}
.bg_gray{
	background: #f6f6f6;
}

.customBtn_cyan{
	transition: 0.3s;
	background: #03b5c3;
	border:1px solid #03b5c3;
	padding: 12px 25px;
}
.customBtn_cyan:hover{
	background: transparent;
	border-color: #03b5c3;
	color: #03b5c3 !important;
}
.headingCustom h2 span{
	color: #03b5c3;
}
.headingCustom h2{
	font-family: 'ralewaybold';
	color: #171717;
	font-size: 45px;
}
.image_custom{
	overflow: hidden;
}
.image_custom img{
	transition: 0.6s;
}
.image_custom:hover img{
	transform: scale(1.18) rotate(4deg);
}
.bullets_listing li{
	margin-bottom:25px;
}
.bullets_listing li:last-child{
	margin-bottom:0;
}
.bullets_listing li:after{
	content: '';
	position: absolute;
	top: 7px;
	left: -15px;
	height: 5px;
	width: 5px;
	background:#5c5c5c;
	border-radius: 50%;
}
/*HEADER*/
header nav.navbar.navbar-dark {
	padding: 25px 0 0;
}
header.header_sticky nav.navbar.navbar-dark {
	padding: 20px 0;
}
header.header_sticky{
	background: #fff;
	box-shadow: 0 0 15px 10px #00000012;
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
}
header.header_sticky .top_strip {
	display: none !important;
}
header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 15px 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: position 4s;
	-ms-transition: position 4s;
	-o-transition: position 4s;
	transition: all 0.3s ease;

}
header .navbar {
	z-index: 1;
	display: flex;
}
header img.img-fluid{
	max-width: 200px;
}
header .navbar .navbar-nav li.nav-item a.nav-link {
	color: white;
	opacity: 0.7;
	transition: 0.2s;
	text-transform: uppercase;
}

header.header_sticky .onLoad_logo{
	display: none;
}
header .sticky_logo{
	display: none;
}
header.header_sticky .sticky_logo{
	display: block;
}

header .navbar .navbar-nav li.nav-item.active a.nav-link, header .navbar .navbar-nav li.nav-item a.nav-link:hover{
	opacity: 1;
}

header.header_sticky .navbar .navbar-nav li.nav-item a.nav-link, header.inner_header .navbar .navbar-nav li.nav-item a.nav-link{
	color: #575757;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

header .animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	100% {
		transform:translateY(0rem);
		opacity: 1;
	}
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}
	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

header .slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}

header .navbar .navbar-nav li.nav-item button {
	background: #ffffff42;
	transition: 0.4s;
}
header .navbar .navbar-nav li.nav-item button a{
	font-size: 14px;
}
header .navbar .navbar-nav li.nav-item button:hover{
	background:#ffffff12;
}

header.header_sticky .navbar .navbar-nav li.nav-item button{background: #1e5a5c;}

header .navbar .navbar-nav li.nav-item .dropdown-menu-right {
	overflow: hidden;
	box-shadow: 0 8px 30px 10px rgba(0,0,0,0.05);
}

header .top_strip{
	justify-content: space-between;
}
header:after{
	content: '';
	position: absolute;
	top: 40px;
	height: 1px;
	width: 100%;
	border: 1px solid #ffffff47;
	left: 0;
}
header .top_strip .phone_mail{
	
}

header .top_strip .social_media li a {
	height: 40px;
	width: 40px;
}
header .top_strip .social_media li, header .top_strip .phone_mail li{
	border-left: 1px solid #ffffff47;
}
header .top_strip .social_media li:last-child, header .top_strip .phone_mail:last-child{
	border-right: 1px solid #ffffff47;
}
header .top_strip .phone_mail li a{
	padding: 0 15px;
}

/*BANNER SECTION*/

.banner_content h1{
	font-size: 80px;
	font-family: 'ralewaybold';
}
.banner_content h4 {
	opacity: 0.8;
	margin: 0;
}
.banner_content{
	top: 55%;
	left: 0;
	right: 0;
	transform: translateY(-55%);
}
.banner_content button{
	font-size: 17px;
}

.mainBanner_outer .image_banner img{
	object-fit: cover;
}
.banner_content p{
	line-height: 32px;
}
/*.banner_content p.heading_2{
	max-width: 50%;
	font-size: 19px;
}
*/
.banner_content p.heading_3{
	max-width: 30%;
	font-size: 22px;
	line-height: 34px;
	font-family: 'ralewaysemibold';
}
.innerPages .mainBanner_outer{
	height: auto;
}
.innerPages .mainBanner_outer .banner_content h1{
	font-family: 'ralewaysemibold';
	font-size: 50px;
}
.innerPages .banner_content {
	top: 60%;
	transform: translateY(-60%);
}
.homePage_banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.25);
    height: 100%;
    width: 100%;
}
.homePage_banner .mainBanner_outer .banner_content {
    z-index: 1;
}
/*BANNER SECTION ends*/

/*WHO WE ARE SEC*/
.whoWe_are p.italic_whoAre{
	border-left: 3px solid #03b5c3;
	font-size: 15px;
}

/*SERVICES SEC*/
.services_sec{
	background:url('../img/services_bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.services_sec .headingCustom h2{
	color: #fff;
}
.services_sec .headingCustom h2:after{

}
.services_right {
	padding: 70px;
	margin: 200px 0;
	position: relative;
	left: -100px;
}
.services_right li {
	padding: 0 30px 0 0;
	flex-basis: 32%;
}
.services_right li:last-child{
	padding: 0;
}
.services_right ul li h4 {
	font-weight: 600;
	text-transform: uppercase;
	color: #171717;
	font-size: 16px;
}
.services_right ul li h4:after {
	content: '';
	position: absolute;
	left: 0;
	width: 50px;
	height: 2px;
	background: #03b5c3;
	bottom: 7px;
}
.services_right ul li a {
	color: #03b5c3;
	text-decoration: underline;
}
.icons_hover img{
	transition: 0.4s;
}
.icons_hover:hover img{
	transform: scale(0.8);
}
.services_left{
	background:rgba(0,0,0,0.8);
	padding: 100px;
}
.services_left .headingCustom h2:after{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 3px;
	width:100px;
	background: #03b5c3;
}
.contact_form .form-group span.wpcf7-not-valid-tip {
	font-size: 14px;
	font-family: 'ralewayregular';
	margin-top: 5px;
}

/*WHY ARC SEC*/
.whyArc_sec .boxes_inner {
	padding: 30px;
	box-shadow: 0 0 40px 7px rgba(0,0,0,0.15);
	transition: 0.4s;
}
.whyArc_sec .boxes_inner:hover{
	box-shadow: none;
}
.whyArc_sec{
	background:url('../img/why_arc.png') no-repeat;
	background-size: cover;
	background-position: 80%;
	background-attachment: fixed;
}

/*CALL TO ACTION SEC*/

.call_to_Action{
	padding: 50px 0;
}
.callTo_action h4{
	margin-right: 30px;
	font-size: 25px;
	font-family: 'ralewaybold';
}
.callTo_action button a{
	color: #fff;
}
.callTo_action button:hover a{
	color: #03b5c3;
}
.callTo_action button:hover {
	border-color: #03b5c3;
}

/*CALL TO ACTION SEC ends*/

/*FOOTER SEC*/
footer .container.paddingCommon_sec{
	padding: 80px 15px;
}
footer{
	background: #1f1f1f;
}
footer p, .custom_col ul li, .custom_col ul li a{
	color: #949393;
	transition: 0.4s;
	line-height: 21px;
}
.custom_col h4{
	color: #cecece;
	font-family: 'ralewaysemibold';
	margin-bottom: 20px;
}
.custom_col ul li:hover, .custom_col ul li:hover a{
	color: #ccc;
}
.custom_col.links ul li:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	border-bottom: 1px dotted #404040;
	height: 1px;
	width: 100%;
}
.custom_col.links ul li:last-child:after{
	content: normal;
}

.custom_col.address ul li svg{
	color: #03b5c3;
}
.copyright{
	background: #191919;
}
.copyright p {
	font-size: 13px;
	line-height: 20px;
}
footer .custom_col p, footer .custom_col li a {
	font-size: 14px;
}
footer .custom_col p {
	line-height: 25px;
}
.custom_col.address ul li {
	display: flex;
}
.certified_logo img {
	max-width: 140px;
}
.certified_logo {
	border-top: 1px dotted #404040;
}
/*FOOTER SEC ends*/

/*SERVICES PAGE*/
.servicesPage_sec .boxes_inner h4{text-transform: uppercase; font-size: 18px;}
.servicesPage_sec .boxes_inner{
	padding: 25px;
	box-shadow: 0 0 40px 7px rgba(0,0,0,0.09);
	transition: 0.4s;
}
.servicesPage_sec .boxes_inner:hover{
	box-shadow: 0 0 40px 7px rgba(0,0,0,0);
}
section.servicesPage_sec.paddingCommon_sec.whyArc_sec{
	background: url(../img/servicesHelp_bg.png) no-repeat;
	background-position: top;
	background-size: cover;
}
/*SERVICES PAGE ends*/

/*OUR TEAM PAGE*/

.specialisms_team{
	background:url('../img/teamSec_bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.specialisms_team .team_points{
	padding: 40px 40px 0;
	background: #03b5c3bf;
	max-width: 80%;
	margin:0 auto;
}
.specialisms_team .team_points li{
	flex-basis: 50%;
	margin-bottom: 40px;
}
.specialisms_team .team_points li p{
	line-height: 25px;
}

/*OUR TEAM PAGE ends*/

/*VALUES PAGE*/
.secFull_padding ul li {
	margin-bottom: 15px;
}
.secFull_padding{
	padding: 90px 150px;
}
.secFull_padding.alternateSec_left .col-lg-5.col-md-5.col-sm-5.col-12{
	padding-right: 40px;
}

.secFull_padding.alternateSec_right .col-lg-5.col-md-5.col-sm-5.col-12{
	padding-left: 60px;
}
.pillars_values .boxes_inner{
	padding: 40px 25px;
	box-shadow: 0 0 40px 7px rgba(0,0,0,0.4);
	transition: 0.4s;
}
.pillars_values .boxes_inner:hover {
	box-shadow: 0 0 40px 7px rgba(0,0,0,0);
}
.pillars_values .col-lg-4.col-md-4.col-sm-6.col-12{
	margin-bottom: 40px;
}
.pillars_values.paddingCommon_sec{
	padding: 90px 0 50px;
	background: url('../img/pillars_bg.png') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.pillars_values .boxes_inner h4 {
	font-size: 20px;
	line-height: 27px;
}
/*VALUES PAGE ends*/

/*CONTACT US PAGE*/
.contact_form .form_half .form-group:first-child {
	margin-right: 15px;
}
.contact_form .form_half .form-group {
	width: 48%;
}
.contactForm .form_inner{
	padding: 45px;
	box-shadow: 0 0 40px 7px rgba(0,0,0,0.04);
	max-width: 70%;
}
.contactForm button a{
	color: #fff;
}
.contactForm button:hover {
	border-color: #03b5c3;
}
.contactForm button:hover a {
	color: #03b5c3;
}

.contact_form .form-group{
	margin-bottom: 25px;
}
.contact_form .form-group span {
	color: red;
	font-size: 18px;
	line-height: normal;
	font-family: 'poppinssemibold';
}
.contact_form .customBtn_cyan{
	padding: 12px 30px;
}
.contact_info{
	padding: 40px 0;
}
.contact_info .media .media-body h6 {
	color: #8a8a8a;
}
.contact_info .media .media-body h4{
	font-family: 'ralewaysemibold';
	font-size: 18px;
	line-height: 25px;
}
.contact_info .media svg{
	color: #03b5c3;
	font-size: 40px;
}
.map_sec iframe{
	display: flex;
}
/*CONTACT US PAGE ends*/

/**** MEDIA QUERIES ****/
@media(max-width: 1500px){
	.services_right {
		padding: 40px;
	}
	.services_left {
		padding: 50px;
	}
}

@media(max-width: 1199px){
	.banner_content p {
		max-width: 70%;
	}
	.services_right {
		padding: 40px;
	}
	.services_right ul li h4 {
		font-size: 15px;
	}
	.callTo_action h4 {
		text-align: center;
		margin: 0;
		line-height: 37px;
	}
	.callTo_action{
		flex-wrap: wrap;
	}
	.callTo_action .customBtn_cyan{
		margin-top: 20px;
	}
	.headingCustom h2 {
		font-size: 35px;
	}
	.innerPages .mainBanner_outer .banner_content h1 {
		font-size: 40px;
	}
	.secFull_padding.alternateSec_left .col-lg-5.col-md-5.col-sm-5.col-12 {
		padding-right: 15px;
	}
	.secFull_padding.alternateSec_right .col-lg-5.col-md-5.col-sm-5.col-12 {
		padding-left: 15px;
	}
	.pillars_values .boxes_inner h4 {
		font-size: 18px;
	}
	footer .copyright .col-12{
		max-width: 960px;
	}
	section.top_banner.homePage_banner .banner_content p.heading_3 {
		max-width: 50%;
	}
	section.top_banner.homePage_banner .image_banner img {
		height: 720px;
		object-fit:cover;
	}
}

@media(max-width: 1024px){
	.services_right{
		margin:120px 0;
		left: -70px;
	}
	.services_right li {
		padding: 0 10px 0 0;
		flex-basis: 47%;
	}
	.services_right ul li h4{
		text-transform: capitalize;
	}
	.services_right li p {
		line-height: 25px;
	}
	header nav.navbar.navbar-dark {
		padding: 15px 0 0;
	}
	header img.img-fluid {
		max-width: 180px;
	}
	.services_right li:last-child {
		margin-top: 30px;
	}
	.banner_content p.heading_3 {
		max-width: 50%;
		font-size: 20px;
	}
}

@media(max-width: 991px){
	header.header_sticky nav.navbar.navbar-dark ul.navbar-nav{
		margin-top: 0;
	}
	header.header_sticky .navbar-collapse{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
	}
	.servicesPage_sec.whyArc_sec .col-lg-4:nth-child(-n+3) {
		margin-bottom: 20px;
	}
	section.servicesPage_sec.paddingCommon_sec.whyArc_sec{
		background-position: right;
	}
	.navbar-dark .navbar-toggler-icon {
		height: 15px;
		width: 15px;
		vertical-align: unset;
	}
	.specialisms_team .headingCustom h2 span{
		color: #fff;
	}
	.whoWe_are .image_custom img , .origin_Sec .image_custom img{
		width: 100%;
	}
	.banner_content p.heading_3 , section.top_banner.homePage_banner .banner_content p.heading_3{
		max-width: 70%;
		font-family: 'ralewayregular';
		font-size: 19px;
	}
	footer .copyright .col-12{
		max-width: 720px;
	}
	.specialisms_team , .pillars_values.paddingCommon_sec, .services_sec, .whyArc_sec{
		background-attachment: unset;
	}
	.origin_Sec .col-12{
		order: 3;
	}
	.origin_Sec .col-lg-5.col-md-12.col-12{
		order: 1;
	}
	.origin_Sec .col-lg-7.col-md-12.col-12{
		order: 2;
	}
	.origin_Sec .image_custom{
		margin-bottom: 25px;
	}
	.headingCustom h2 {
		font-size: 30px;
	}	
	header nav.navbar.navbar-dark ul.navbar-nav li.nav-item.mr-lg-5.mr-md-3.mr-3 {
		margin: 0 !important;
	}
	header nav.navbar.navbar-dark ul.navbar-nav li.nav-item a{
		color: #101010;
	}
	header nav.navbar.navbar-dark ul.navbar-nav {
		background: #ffffffeb;
		padding: 15px;
		box-shadow: 0 10px 20px 10px rgba(0,0,0,0.1);
		margin-top: 20px;
	}
	.banner_content p {
		max-width: 80%;
	}
	header.header_sticky .navbar-dark .navbar-toggler {
		background: #03b5c3;
	}
	header .navbar-dark .navbar-toggler {
		padding: 5px 10px;
	}
	.whoWe_are .col-lg-7.col-md-12.col-12{
		order: 2;
		margin-top: 25px;
	}
	.services_left {
		padding: 40px;
	}
	.banner_content h1 {
		font-size: 70px;
	}
	.paddingCommon_sec , .pillars_values.paddingCommon_sec{
		padding: 60px 0;
	}
	footer .container.paddingCommon_sec{
		padding: 60px 15px;
	}
	header .navbar .navbar-nav li.nav-item a.nav-link{
		text-transform: capitalize;
	}
	.servicesPage_sec .boxes_inner h4 {
		text-transform: capitalize;
		font-size: 16px;
	}
	.innerPages .mainBanner_outer .banner_content h1 {
		font-size: 32px;
	}
	.specialisms_team .team_points {
		max-width: 100%;
	}
	.secFull_padding.alternateSec_left .row {
		flex-direction: column-reverse;
	}
	.secFull_padding.alternateSec_left .col-lg-5.col-md-12.col-sm-12.col-12 , .alternateSec_right .col-lg-5.col-md-12.col-sm-12.col-12{
		margin-top: 25px;
	}

	.secFull_padding ul li:last-child {
		margin-bottom: 0;
	}
	.pillars_values .col-lg-4.col-md-4.col-sm-6.col-12 {
		margin-bottom: 30px;
	}

	.contact_form .form_half .form-group {
		width: 47%;
	}
	.contactForm .form_inner {
		max-width: 80%;
	}
	.contact_info .media svg {	
		font-size: 30px;
	}
	.servicesPage_sec.team_expertise .row {
		flex-direction: column-reverse;
	}
	.servicesPage_sec.team_expertise .row .image_custom{
		margin-bottom: 20px;
	}
}

@media(max-width: 767px){	
	.pillars_values .col-lg-4.col-md-4.col-sm-6.col-12:last-of-type {
		margin-bottom: 0;
	}
	.servicesPage_sec .col-lg-4.col-md-4.col-sm-12.col-12 {
		margin-bottom: 30px;
	}
	.servicesPage_sec .col-lg-4.col-md-4.col-sm-12.col-12:last-child {
		margin-bottom: 0;
	}
	.services_left .headingCustom h2:after{
		width: 50px;
	}
	.contact_info .media .media-body h6 {
		font-size: 15px;
	}
	.whyArc_sec .boxes_inner h4 {
		font-size: 20px;
	}
	.servicesPage_sec .boxes_inner h4{
		font-size: 17px;
		margin-bottom: 0;
	}
	footer .copyright .col-12 {
		max-width: 100%;
	}
	.contact_info .media {
		margin-bottom: 30px;
	}
	.contact_info .col-12:last-child .media{
		margin:0;
	}
	.contactForm .form_inner {
		max-width: 100%;
	}
	.services_right {
		left: 0;
	}
	.services_right{
		margin:50px 0;
	}
	.custom_col {
		margin-bottom: 40px;
	}
	.custom_col.about_footer.address{
		margin-bottom: 0;
	}
	.innerPages .image_banner {
		height: 350px;
	}
	.innerPages .image_banner img{
		height: 100%;
	}
	.innerPages .mainBanner_outer .banner_content h1 {
		font-size: 28px;
	}
	
	.specialisms_team .team_points {
		max-width: 100%;
		padding: 40px 30px 0;
	}
	.specialisms_team .team_points li{
		flex-basis: 100%;
	}
	.mainBanner_outer {
		height: 450px;
	}
	.banner_content , .innerPages .banner_content{
		top: 60%;
		transform: translateY(-60%);
	}
	.banner_content p.heading_3 {
		font-size: 16px;
		line-height: 28px;
	}
	.banner_content img{
		max-width: 40%;
	}
	.contact_form .form-group {
		margin-bottom: 15px;
	}
	section.top_banner.homePage_banner .image_banner img, section.top_banner.homePage_banner .image_banner{
		height: 100%;
	}
	.banner_content p.heading_3, section.top_banner.homePage_banner .banner_content p.heading_3{
		font-size: 16px;
	}
}

@media(max-width: 575px){
	.whoWe_are p.italic_whoAre {
		font-size: 14px;
		line-height: 26px;
	}
	.contact_form .form-group label {
		font-size: 14px;
	}
	.contact_info .media .media-body h4{
		font-size: 15px;
	}
	.whyArc_sec .col-lg-4.col-md-5.col-sm-6.col-0:nth-child(-n+2){
		margin-bottom: 20px;
	}
	.services_right {
		padding: 30px;
	}
	.pillars_values .boxes_inner {
		padding: 30px 15px;
	}
	.banner_content img{
		max-width: 80%;
	}
	.banner_content{
		padding:0 15px;
	}
	.banner_content p.heading_3 {
		max-width: 100%;
	}
	footer .copyright .copyright_inner {
		justify-content: center;
		flex-wrap: wrap;
	}
	footer .copyright .copyright_inner p {
		width: 100%;
		font-size: 12px;
	}
	.contact_form .form_half .form-group:first-child{
		margin-right: 0;
	}
	.contactForm .form_inner {
		padding: 25px;
	}
	.contact_form .form_half .form-group{
		width: 100%;
	}
	.services_right li {
		flex-basis: 100%;
		padding: 0;
		margin: 0 0 15px 0;
	}
	.services_right li:last-child {
		margin: 0;
	}

	.paddingCommon_sec , .pillars_values.paddingCommon_sec{
		padding: 40px 0;
	}
	footer .container.paddingCommon_sec{
		padding: 40px 15px;
	}
	header .top_strip {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.banner_content h1 {
		font-size: 40px;
	}
	.banner_content p {
		max-width: 90%;
	}	
	header .top_strip .phone_mail{
		display: none !important;
	}
	header img.img-fluid {
		max-width: 150px;
	}
	header .navbar-dark .navbar-toggler span.navbar-toggler-icon {
		width: 20px;
		height: 20px;
		vertical-align: text-bottom;
	}
	header .navbar-dark .navbar-toggler {
		padding: 4px 9px;
	}
	.headingCustom h2 {
		font-size: 25px;
	}
	p {
		line-height: 29px;
	}
	.custom_col h4 {
		font-size: 21px;
	}
	.banner_content p {
		line-height: 29px;
	}
	.banner_content p.heading_3, section.top_banner.homePage_banner .banner_content p.heading_3 {
		max-width: 100%;
	}
}
