@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,700;0,800;1,700;1,800&family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");

@import "normalize.css";
@import "webflow.css";
@import "airtec.webflow.css?v=1";

#cms-cybernautic-logo {
	float: right;
}
.top-bar-phone {
	color: #fff;
}
.staff-profile-thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.full-width {
	max-width: 100% !important;
}
.service-item .staff-profile-info-block {
    width: 100%;
}
.service-item.list {
	width: 100%;
    padding-left: 0;
}
.line-divider.list {
	max-width: 100%;
}
.services-thumb, .staff-profile-thumb.staff-profile-page-thumb {
    position: relative;
    padding-bottom: 210px;
    height: 0;
}
.service-thumb-image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.common-header {
	font-size: 20px;
	line-height: 25px;
}
.common-header.service-item-header {
	margin-bottom: 10px;
}
.career-header-title {
	font-size: 20px;
	line-height: 25px;
}
.faq-block {
	margin-bottom: 0;
}
.faq-item-answer-text {
	margin-bottom: 0;
}
.cms-backend {
    color: #888;
    font-size: 16px;
    line-height: 24px;
}
.main-content-header::after{
	position:absolute;
	content:'';
	width:50px;
	height:3px;
	background-color:#f58345;
	bottom:-1px;
	left:0;
}
.main-content-header.left-line::after{
	left:0;
}
.main-content-header.right-line::after{
	left:auto;
	right:0 !important;
}
.main-content-header.middle-line::after{
	left:50%;
	margin-left:-25px;
}
.what-we-offer-section .offered-item:hover p,
.what-we-offer-section .offered-item:hover img{
	display:block;
}
.what-we-offer-section .offered-item:hover p{
	color:#FFFFFF;
}
.testimonial-content-container::before{
	content:'“';
	width: 74px;
	height: 59px;
	font-family: Exo;
	font-size: 230px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.26;
	letter-spacing: normal;
	color: #f58345;
	left:100px;
	position:absolute;
	top: 68px;
}
.get-to-know-section::before{
	position:absolute;
	content:'';
	width:6px;
	height:1000px;
	background-color:#0066b3;
	top:0;
	left:0;
}
.what-we-offer-section::before{
	position:absolute;
	content:'';
	width:6px;
	height:1000px;
	background-color:#f58345;
	top:0;
	right:0;
}
.line-divider {
	height: 1px;
}
.line-divider::after{
	position:absolute;
	content:'';
	width:50px;
	height:3px;
	background-color:#f58345;
	bottom:-1px;
	left:0;
}
.fas {
	font-style: inherit;
	font-weight: 900;
}
.fa {
	font-weight: 400;
}
.footer-link a {
	color: inherit;
}
[data-icon] {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.cms-frontend {
	overflow-x: hidden;
	word-wrap: break-word;
}
.cms-btn:focus {
	outline: 0;
}
img.userUpload {
	height: auto !important;
}
.contact-form-success-message {
	display: block !important;
}
.content-block ul {
	overflow: hidden;
}
.responsive-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cms-btn a {
	color: inherit;
}
/* Custom search form styles */
[data-module="cms-custom-search"] {
	padding: 0px;
	margin-top: 20px;
}
[data-module="cms-custom-search"] .form-wrapper form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 280px;
	border-bottom: none !important;
}
[data-module="cms-custom-search"] .form-wrapper form button {
	min-width: 150px;
}
[data-module="cms-custom-search"] .form-wrapper .form-item {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
	display: block;
	width: 100%;
	height: 48px;
	max-width: 100%;
	margin-bottom: 0px;
	padding: 8px 12px 8px 14px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}
[data-module="cms-custom-search"] .form-wrapper {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.cms-custom-search-result {
	margin-bottom: 0px !important;
	padding-top: 30px;
	border-bottom: none !important;
	border-top: 1px solid #ddd;
}
.cms-custom-search, .cms-custom-search-result p, .cms-custom-search-result-sub-title {
	font-size: 14px !important;
	font-style: inherit !important;
	color: #858484;
}
.cms-custom-search-result-title {
	font-size: 16px !important;
	margin-bottom: 5px !important;
}
#password-form {
	width: 280px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#password-form-error {
	margin-bottom: 20px;
}
@media (min-width: 1047px) and (max-width: 1236px) {
	.top-call-block {
		width: 25%;
	}
}
@media (min-width: 992px) and (max-width: 1140px) {
	.logo-home-link {
		margin-right: 30px;
	}
	.logo-image {
	    height: 44px;
	}
	.nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}
	.top-call-block {
		width: 30%;
	}
}
@media screen and (min-width: 992px) {
    .service-item.list .services-thumb {
        margin-left: 60px;
    }
}
@media screen and (max-width: 991px) {
	.w-lightbox-left, .w-lightbox-right {
		background-size: 15px;
	}
	img.userUpload {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.main-content-section.list-page {
		padding-bottom: 0;
	}
	.services-block {
		margin-bottom: 0;
	}
	.service-item {
		margin-bottom: 60px;
	}
	.line-divider.list {
		max-width: 300px;
	}
	.staff-profile-info-block {
		width: auto !important;
		margin: 0;
	}
	.staff-block {
		margin-bottom: 0;
	}
	.staff-item {
		margin-bottom: 60px;
	}
	.contact-form-block {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.cms-btn.contact-form-submit {
		margin-top: 0;
	}
	.input-field.text-area-input {
		margin-bottom: 0;
	}
	.contact-details-container {
		margin-top: 20px;
	}
	.contact-info-logo {
		margin-top: 20px;
	}
	.contact-info {
		margin-bottom: 0;
	}
	.contact-info.contact-info-half {
		margin-bottom: 20px;
	}
}
@media (max-width:320px){
	.slide-text-large{
		overflow-wrap: break-word;
	}
}
@media (max-width:568px){
	.testimonial-content-container::before{
		left:50%;
		margin-left:-47px !important;
	}
}
@media screen and (max-width: 479px) {
	#cms-cybernautic-logo {
		float: none;
	}
    .staff-profile-thumb {
        padding-bottom: 100% !important;
    }
    .services-thumb {
    	padding-bottom: 100% !important;
    	width: 100%;
    	margin: 0 0 20px 0;
    }
}