body {
	font-family: 'Roboto', sans-serif;
}
.header_s a.navbar-brand {
    text-transform: initial;
}
.header_s a.navbar-brand.logo-custom {
    color: #7d7d7d;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
}
/* .header_s a.navbar-brand.logo-custom img {
    width: 45px;
} */
/* .custom-header {
    min-height: 150px;
} */
.header_s a.navbar-brand > i {
    font-size: 30px;
}
.header_s .top-header .call-info p:first-child > a::before {
    content: '';
}
.ownavigation .navbar-nav li  a {
	font-family: 'Roboto', sans-serif;
}
.header_s19 .ownavigation .navbar-nav > li > a:before {
    border-radius: 2px;
}
.home-banner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 980px;
    margin: 0px auto;
    position: relative;
    /* background: url('assets/images/_marek-zawadzki-1.jpg') top center no-repeat;
    background-size: contain; */
}
.home-banner .banner-text {
    font-size: 36px;
    position: absolute;
    text-transform: uppercase;
    width: 430px;
    color:#4c4c4c;
    top: 60%;
    left: 50%;
    margin-left: -415px;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 30px;
    font-weight: 300;
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.home-banner .banner-text span {
    font-weight: 700;
}
.home-banner .banner-text .accent {
    color: #24c4ff;
}
.welcome-section h5 {
	color: #232323;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	margin-top: 0;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 30px;
}
.welcome-section {
    padding-top: 80px;
}
.welcome-section h5:after {
    background-color: #24c4ff;
	content: "";
	height: 3px;
	width: 61px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.about-section .about-content p {
    font-family: 'Roboto', sans-serif;
}
.other-services .other-services-content h5 {
    font-family: 'Roboto', sans-serif;
}
.other-services .other-services-block {
    border-radius: 20px;
    padding: 30px;
}
.other-services .other-services-block .other-services-content {
    font-size: 17px;
}
.other-services .other-services-block .other-services-content h5 {
    font-size: 20px;
}
.other-services .other-services-block .services-block-icon:after,
.other-services .other-services-block .services-block-icon:before {
	background-color: #24c4ff;
	border-color: #24c4ff;
}
.other-services .other-services-block .services-block-icon i  {
	background-color: transparent;
	color: #fff;
}
.page-banner {
    background-image: url("/assets/images/_banner-bg.jpg");
    min-height: 200px;
    max-height: 200px;
}
.page-banner .page-banner-content {
    padding: 30px 0px;
}
.page-banner .page-banner-content span {
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}
.responsibilities-list ul li {
    display: flex;
}
.qualifications-section .row .row {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.qualifications-section .row .row > * {
    margin-bottom: 30px;
}
.opinions .other-services-block {
    height: 100%;
}
.opinions .other-services-block .services-block-icon {
    display: none;
}
.opinions .other-services-block .other-services-content {
    padding-left: 0px;
}
.contact-us .contact-call-box p {
    display: flex;
    align-items: center;
}
.contact-us .contact-call-box p .fa {
    min-width: 42px;
}
.contact-us .contact-call-box p > i {
    line-height: 36px;
}
.contact-us .contact-form {
    border: 0px;
    padding: 0px 0px 15px;
}
.contact-us .mb-50 {
    margin-bottom: 50px;
}
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.footer-bottom {
    /* background-image: url("/assets/images/_bottom-bg.jpg"); */
    background: #24c4ff;
    padding: 30px 0px;
}
.footer-bottom a {
    color: #fff;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    text-decoration: none;
}
.footer-bottom a:hover {
    color: #4c4c4c;
}
.footer-bottom .footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-bottom .footer-nav li {
    display: inline-block;
    margin: 0px 10px;
}
.footer-bottom .footer-nav li:last-child {
    margin-right: 0;
}

.customFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.customFile + label {
    max-width: 80%;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 14px;
}

.customFile:focus + label,
.customFile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.customFile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.customFile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.customFile + label {
    color: #999;
    border: 1px solid #e0e0e0;
}

.customFile:focus + label,
.customFile.has-focus + label,
.customFile + label:hover {
    color: #727272;
}

.contact-us .map{
    overflow:hidden;
    padding-bottom:40%;
    position:relative;
    height:0;
    max-height:265px;
}
.contact-us .map iframe{
    left:0;
    top:0;
    height:100%;
    max-height:265px;
    width:100%;
    position:absolute;
}

@media only screen and (max-width:767px) {
    .home-banner .banner-text {
        font-size: 26px;
        width: 320px;
        top: 50%;
        left: 60%;
    }
    .welcome-section,
    .about-section,
    .contact-us {
        padding-top: 20px;
    }
    .page-banner .page-banner-content {
        padding: 60px 0px;
    }
    .contact-us .contact-form {
        margin-bottom: 0;
    }
}
@media only screen and (max-width:680px) {
    .home-banner .banner-text {
        display: none;
    }
}
@media (max-width: 639px) {
    .other-services-block {
        max-width: 100%;
    }
}