/**
*	Theme Name: Teke Services GmbH
**/

/*
font-family: "Rajdhani";
font-family: "Lato";
*/

body{
    font-family: "Lato" !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong{
    font-family: "Rajdhani" !important;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
ul#primary-menu {
    display: flex;
    align-items: center;
    justify-content: right;
}
.nav-menu li {
	display: inline-block;
    margin: 0 45px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-family: "Rajdhani";
    letter-spacing: 2px;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 13px;
    right: -5px;
    top: 3px;
    line-height: 1;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 18px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: rgb(5, 37, 77, 0.9);
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px 18px;
    text-align: left;
    width: 240px;
    text-transform: unset;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 19px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #00b1eb;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #00b1eb;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.content-header.cover {
    padding: 250px 0 150px;
    position: relative;
    background-attachment: fixed !important;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgb(5, 37, 77, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #05254d;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}
.all-pages-content p {
    color: #878c8f;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #878c8f;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: #00b1eb;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.all-pages-content ul li {
    color: #878c8f;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 13px 0;
    position: relative;
    padding-left: 30px;
}
.all-pages-content ul li::after {
    color: #05254d;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 19px;
    left: 0;
    top: 1px;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}
.all-pages-content strong{
    color: #05254d;
    font-size: 25px;
    font-weight: 600;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #05254d;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
#wrapper {
    margin-top: 45px;
    zoom: 90%;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.site-header.fixedmenu {
    background-color: #05254d;
}
.site-header .container {
    max-width: 1500px;
    padding: 0 40px;
}
.topbar {
    background-color: #00b1eb;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.site-header.fixedmenu .topbar{
    display: none;
}
.hdcontact-dt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.topbar .col-8 .hdcontact-dt ul {
    justify-content: right;
}
.hdcontact-dt ul li a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    font-family: "Rajdhani";
    letter-spacing: 0.3px;
}
.hdcontact-dt ul li a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(4536%) hue-rotate(130deg) brightness(109%) contrast(92%);
    width: 17px;
    height: 17px;
    object-fit: cover;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.hdcontact-dt ul li a br{
    display: none;
}
.hdcontact-dt ul li a:hover{
    color: #05254d;
    opacity: 1;
}
.header-content{
    padding: 15px 0;
}
.site-logo {
    width: 313px;
}
.site-header.fixedmenu .site-logo {
    width: 230px;
}
.logo.d-flex{
    align-items: flex-end;
    column-gap: 8px;
}
.scrollinfo-icon a {
    color: #00b1eb;
    font-size: 17px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.scrollinfo-icon a:hover{
    color: #00b1eb;
}
/*Header*/

/*Home*/
#home_slider .slick-next:before,
#home_slider .slick-prev:before{
    content: '' !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(256%) hue-rotate(216deg) brightness(112%) contrast(100%);
}
#home_slider .slick-prev:before{
    background-image: url(images/left-arrow.png) !important;
}
#home_slider .slick-next:before{
    background-image: url(images/right-arrow.png) !important;
}
#home_slider .slick-prev{
    left: 40px;
}
#home_slider .slick-next{
    right: 40px;
}
#home_slider .slick-prev,
#home_slider .slick-next,
#home_slider .slick-next:before,
#home_slider .slick-prev:before{
    display: inline-block;
    width: 21px;
    height: 50px;
    font-size: 0;
    z-index: 1;
}
.hbanner-sec {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px !important;
    background-image: radial-gradient(49% 81% at 45% 47%, #00b1eb82 0%, #00b1eb2e 62%, #00b1eb26 98%), radial-gradient(113% 91% at 17% -2%, #05254dad 85%, #05254dcc 88%, #05254d61 91%), radial-gradient(142% 91% at 83% 7%, #05254d 1%, #00b1eb 48%, #05254d 99%), radial-gradient(142% 91% at -6% 74%, #05254d 0%, #05254d 100%), radial-gradient(142% 91% at 111% 84%, #05254d 0%, #05254d 100%) !important;
    padding: 210px 0 0;
    position: relative;
}
.hbanner-sec .container {
    max-width: 1500px;
    padding: 0 40px;
}
.hslider-bg.cover{
    padding: 250px 0 180px;
    position: relative;
}
.hslider-bg.cover.allparallax-banner {
    padding: 55px 0 45px;
    background-attachment: fixed !important;
}
.hslider-bg.cover::after {
    content: '';
    display: inline-block;
    background-color: rgb(5, 37, 77, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hslide-content{
    text-align: center;
    position: relative;
    z-index: 1;
}
.hslider-bg.cover.allparallax-banner .hslide-content{
    text-align: left;
}
.hslide-ct {
    padding-top: 100px;
}
.hslide-img {
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 350px;
}
.hbanner-sec .hslide-content {
    text-align: left;
}
.hbanner-sec .hslide-content .htestimonial-titles {
    text-align: center;
}
.hbanner-sec .hslide-content .htestimonial-titles strong {
    font-size: 19px;
}
.hbanner-sec .hslide-content .htestimonial-titles h3 {
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.abtallparallax-sec .hslide-content{
    text-align: left;
}
.hslide-content p strong {
    color: #00b1eb;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.hslide-content h1,
.hslide-content h2,
.hslide-content h3,
.hslide-content h4,
.hslide-content h5,
.hslide-content h6{
    color: #ffffff;
    font-size: 50px;
    font-family: "Lato" !important;
    font-weight: 600;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hslide-content h1 strong,
.hslide-content h2 strong,
.hslide-content h3 strong,
.hslide-content h4 strong,
.hslide-content h5 strong,
.hslide-content h6 strong{
    color: #00b1eb;
    font-weight: bold;
}
.allparallax-banner .hslide-content h1,
.allparallax-banner .hslide-content h2,
.allparallax-banner .hslide-content h3,
.allparallax-banner .hslide-content h4,
.allparallax-banner .hslide-content h5,
.allparallax-banner .hslide-content h6,
.allparallax-banner .hslide-content h1 strong,
.allparallax-banner .hslide-content h2 strong,
.allparallax-banner .hslide-content h3 strong,
.allparallax-banner .hslide-content h4 strong,
.allparallax-banner .hslide-content h5 strong,
.allparallax-banner .hslide-content h6 strong{
    font-size: 40px;
    margin: 0 0 15px 0;
}
.allparallax-banner .hslide-content p {
    font-size: 17px;
    line-height: 30px;
    width: 100%;
}
.hslide-content p {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 auto 15px;
    letter-spacing: 0.5px;
    width: 90%;
}
.hbanner-sec .hslide-content p{
    width: 100%;
}
.hbanner-sec .hcontactfrm-content {
    padding: 45px 35px 5px;
    width: 100%;
    margin-bottom: 100px;
    background-color: rgb(5, 37, 77, 0.3);
}
a.all-buttons,
.nav-menu li.menu-button a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background-color: #00b1eb;
    padding: 10px 33px 11px;
    transition: all 0.4s ease;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1.9px;
}
a.all-buttons:before,
.nav-menu li.menu-button a::before{
    position: absolute;
    top: 125px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #05254d;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    border-radius: 50%;
    transition-duration: 800ms;
    transition: 1s all ease;
    z-index: 0;
}
a.all-buttons:hover:before,
.nav-menu li.menu-button a:hover:before{
    top: 0%;
    left: -70px;
    right: -70px;
}
a.all-buttons span,
a.all-buttons .btncolor,
.nav-menu li.menu-button a span{
    color: #ffffff;
    z-index: 1;
    position: relative;
}
.nav-menu li.menu-button a {
    font-size: 19px;
    letter-spacing: 2px;
    padding: 14px 40px;
    font-weight: bold;
    margin: 0;
}
.nhpcomanylogo-sec {
    position: relative;
    padding: 40px 0 0;
}
.nhpcomanylogo-sec .container {
    max-width: 80%;
    padding: 0 40px;
}
.hbcompany-list .main-content {
    margin-bottom: 20px;
}
.hbcompany-list {
    position: relative;
    text-align: center;
    z-index: 1;
}
.hbcompany-list .d-flex.scroll-info {
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.hbcompany-list .main-content .hmain-title,
.hbcompany-list .d-flex.scroll-info .hmain-title {
    font-size: 35px;
    margin: 0;
}
.hbcompany-list .scrollinfo-icon i.fa-info-circle::before {
    color: #009fde;
    top: 1px;
}
#hbcompany_lslide {
    background: #fafafa;
    border-radius: 10px;
    padding: 40px;
}
#hbcompany_lslide .slick-slide {
    float: left;
}
#hbcompany_lslide .slick-prev,
#hbcompany_lslide .slick-next {
    background-color: #ffffff;
    width: 45px !important;
    height: 45px !important;
    border-radius: 100%;
    box-shadow: 0 0 17px -1px rgba(29, 37, 46, 0.1);
    z-index: 1;
}
#hbcompany_lslide .slick-prev,
#hbcompany_lslide .slick-next {
    top: 33%;
}
#hbcompany_lslide .slick-prev,
#hbcompany_lslide .slick-next,
#hbcompany_lslide .slick-next:before,
#hbcompany_lslide .slick-prev:before {
    display: inline-block;
    width: 16px;
    height: 38px;
    font-size: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
#hbcompany_lslide .slick-prev {
    left: -52px;
}
#hbcompany_lslide .slick-next {
    right: -52px;
}
#hbcompany_lslide .slick-prev:before {
    background-image: url(images/left-arrow.png);
}
#hbcompany_lslide .slick-next:before {
    background-image: url(images/right-arrow.png);
}
.hbcompany-lbox .vertically-center {
    display: table;
    width: 100%;
    text-align: center;
}
.hbcompany-lbox .vertically-center div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.hbcompany-lbox .vertically-center img {
    object-fit: contain;
    margin: 0 auto;
    width: auto;
    height: 42px;
}
.hservices-sec {
    background: #fafafa;
    padding: 60px 0 68px;
    position: relative;
    overflow: hidden;
}
.hservices-sec.servicespg-sec .container {
    max-width: 100%;
    padding: 0 80px;
}
.main-content{
    text-align: center;
    margin-bottom: 40px;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6,
.main-content .hmain-title{
    color: #05254d;
    font-size: 45px;
    font-weight: bold;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.main-content .hmain-title{
    font-family: "Rajdhani" !important;
}
.main-content h1 strong,
.main-content h2 strong,
.main-content h3 strong,
.main-content h4 strong,
.main-content h5 strong,
.main-content h6 strong,
.main-content .hmain-title strong{
    color: #00b1eb;
}
.main-content p {
    color: #878c8f;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    width: 80%;
    margin: 0 auto 15px;
}
.hservices-list{
    padding: 0 60px;
}
.servicespg-sec .hservices-list{
    padding: 0;
}
.hservices-box {
    background-color: #ffffff;
    padding: 80px 35px;
    text-align: center;
    margin: 0 15px;
    position: relative;
    border-radius: 10px;
}
.hservices-box::after {
    content: '';
    display: inline-block;
    background-color: #05254d;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s linear;
    opacity: 0;
    border-radius: 10px;
}
.hservices-box:hover::after,
#hservices_slide .slick-slide.slick-current .hservices-box::after{
    width: 100%;
    transition: all 0.4s linear;
    opacity: 1;
}
.hservices-bgs::after{
    content: '';
    display: inline-block;
    background-image: url(images/hservices-boxafter.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    opacity: 0.5;
}
.hservices-bgs::before{
    content: '';
    display: inline-block;
    background-image: url(images/hservices-boxafter.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}
.hservice-icon {
    background-color: #fafafa;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
.hservice-icon img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(4250%) hue-rotate(186deg) brightness(97%) contrast(102%);
    height: 63px;
    margin: 0 auto;
    display: inline-block;
}
.hservices-box h3 {
    color: #05254d;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
}
.hservices-box p {
    color: #878c8f;
    font-size: 19px;
    line-height: 31px;
    font-weight: 400;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
}
.hservices-box:hover h3,
.hservices-box:hover p,
#hservices_slide .slick-slide.slick-current .hservices-box h3,
#hservices_slide .slick-slide.slick-current .hservices-box p{
    color: #ffffff;
    transition: all 0.4s ease;
}
.hservices-box a.all-buttons {
    color: #ffffff;
    background-color: #05254d;
    position: relative;
    z-index: 1;
}
.hservices-box a.all-buttons span{
    color: #ffffff;
}
.hservices-box a.all-buttons:before{
    color: #05254d;
    background-color: #ffffff;
}
.hservices-box a.all-buttons:hover span,
#hservices_slide .slick-slide.slick-current .hservices-box a.all-buttons:hover span{
    color: #05254d;
}
.hservices-box a.all-buttons i{
    margin-left: 5px;
}
#hservices_slide .slick-prev:before{
    content: url(images/left-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 55px;
}
#hservices_slide .slick-next:before{
    content: url(images/right-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 55px;
}
#hservices_slide .slick-prev{
    width: 21px;
    height: 50px;
    z-index: 1;
}
#hservices_slide .slick-next{
    width: 21px;
    height: 50px;
    z-index: 1;
}
#hservices_slide .slick-prev,
#hservices_slide .slick-next{
    bottom: auto;
    top: -60px;
    left: auto;
}
#hservices_slide .slick-prev{
    right: 75px;
}
#hservices_slide .slick-next{
    right: 15px;
}
.haboutus-imgtwo{
    position: relative;
}
.haboutus-imgtwo img {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 500px;
    object-fit: cover;
}
.haboutus-imgs{
    position: relative;
}
.hleftright-sec .main-content {
    margin-bottom: 70px;
}
.hleftright-sec .row{
    margin-bottom: 60px;
}
.hleftright-sec .row:last-child{
    margin-bottom: 0;
}
.hleftright-sec .row.right .col-sm-12:first-child {
    order: 1;
}
.hleftright-sec .row.right .haboutus-rcontent {
    padding-left: 0;
    padding-right: 40px;
}
.hleftright-sec .row.left .haboutus-rcontent {
    padding-left: 40px;
    padding-right: 0;
}
.haboutus-sec {
    padding: 110px 0;
}
.haboutus-sec.aboutpg-sec{
    padding: 130px 0 90px;
}
.haboutus-sec.hleftright-sec {
    background-color: #fafafa;
    padding: 50px 0 60px;
}
.haboutus-sec.hleftright-sec.athleftright-sec {
    background-color: #fff;
    padding: 90px 0 80px;
}
.haboutus-sec.hleftright-sec .container{
    padding: 0;
}
.haboutus-imgone img {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 160px;
    height: 160px;
    border: 4px solid #eaeaea;
    border-radius: 50%;
    box-shadow: 0px 2px 30px 0px rgb(9 24 84 / 8%);
    z-index: 3;
    object-fit: cover;
}
.haboutus-exptitle {
    position: absolute;
    left: -60px;
    bottom: -38px;
    z-index: 2;
}
.haboutus-exptitle strong {
    color: #ffffff;
    font-size: 37px;
    font-weight: bold;
    display: block;
    background-color: #00b1eb;
    padding: 15px 40px 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.haboutus-rcontent{
    padding-left: 50px;
}
.haboutus-imgtwo{
    position: relative;
}
.haboutus-imgtwo::after {
    content: '';
    display: inline-block;
    background-color: #00b1eb;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 180px;
    height: 180px;
    z-index: 0;
}
.haboutus-imgtwo::before{
    content: '';
    display: inline-block;
    background-image: url(images/haboutus-imgtwo-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 86px;
    height: 56px;
    z-index: 0;
}
.haboutus-rcontent p strong,
.main-content p strong{
    color: #00b1eb;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.haboutus-rcontent h1,
.haboutus-rcontent h2,
.haboutus-rcontent h3,
.haboutus-rcontent h4,
.haboutus-rcontent h5,
.haboutus-rcontent h6{
    color: #05254d;
    font-size: 40px;
    line-height: 42px;
    font-weight: 500;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}
.haboutus-rcontent h1 strong,
.haboutus-rcontent h2 strong,
.haboutus-rcontent h3 strong,
.haboutus-rcontent h4 strong,
.haboutus-rcontent h5 strong,
.haboutus-rcontent h6 strong{
    color: #00b1eb;
    font-weight: 700;
}
.haboutus-rcontent p {
    color: #878c8f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.haboutus-rcontent p:last-child{
    margin: 0;
}
.hgallery-sec {
    background-color: #ffffff;
    padding: 55px 40px;
}
.hgallery-sec .main-content{
    margin-bottom: 20px;
}
.hgallery-content {
    padding: 0 5px;
}
#hgallery_grid{
    overflow: hidden;
}
.hgallery-sec
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.grid-item {
  width: 25%;
}
.grid-item {
  float: left;
}
.hgallery-box {
    padding: 5px;
}
.hgallery-box img {
    border-radius: 5px;
}
ul#filters {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}
ul#filters li{
    display: inline-block;
    margin: 0 5px;
}
ul#filters li span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: #00b1eb;
    padding: 8px 37px;
    transition: all 0.4s ease;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-transform: capitalize;
    font-family: "Rajdhani" !important;
    letter-spacing: 0px;
}
ul#filters li span:before {
    position: absolute;
    top: 125px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #05254d;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    border-radius: 50%;
    transition-duration: 800ms;
    transition: 1s all ease;
    z-index: 0;
}
ul#filters li span:hover:before,
ul#filters li.active span:before{
    top: 0%;
    left: -70px;
    right: -70px;
}
ul#filters li .btncolor{
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.hprofessclean-sec.cover {
    padding: 0 0 50px;
}
.hprofessclean-sec .container {
    max-width: 1366px;
}
.main-content.white h1,
.main-content.white h2,
.main-content.white h3,
.main-content.white h4,
.main-content.white h5,
.main-content.white h6,
.main-content.white strong{
    color: #ffffff;   
}
.hprofessclean-box {
    background: #fafafa;
    height: 100%;
    border-radius: 10px;
    padding: 30px;
    border-bottom-left-radius: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
}
.hprofessclean-content .row {
    margin-left: -10px;
    margin-right: -10px;
}
.hprofessclean-content .col-sm-12 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.hprofessclean-content .col-sm-12:nth-child(2n) .hprofessclean-box {
    border-radius: 10px;
    border-bottom-right-radius: 50px;
}
.hprofessclean-box strong {
    color: #05254d;
    font-size: 25px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}
.hprofessclean-box p {
    color: #878c8f;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}
.hprofessclean-box p a{
	color: #878c8f;
	transition: all 0.4s ease;
}
.hprofessclean-box p a:hover{
	color: #00b1eb;
}
.hprofessclean-bicon {
    width: 120px;
    height: 120px;
    line-height: 110px;
    border-radius: 50%;
    background-color: #fafafa;
    border: 1px solid #ededed;
    text-align: center;
    margin: 0 auto;
}
.hprofessclean-bicon img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(4250%) hue-rotate(186deg) brightness(97%) contrast(102%);
    display: inline-block;
    height: 58px;
    margin: 0 auto;
}
.hfaq-sec{
    padding: 45px 0 60px;
}
.hfaq-img{
    background: #ffffff;
    box-shadow: 2px 3.464px 18px 0px rgb(227 222 222);
    border-radius: 11px;
}
.hfaq-img img{
    width: 100%;
    border-radius: 11px;
}
.faqs_list {
    padding-left: 10px;
}
.faqs_list .card.active a.card-link::after{
    content: '\f068';
}
.faqs_list .card a.card-link::after {
    color: #00b1eb;
    display: block;
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    right: 30px;
    top: 17px;
}
.faqs_list .card {
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 4%);
    margin-bottom: 20px;
    border: none;
    border-radius: 6px;
}
.faqs_list a.card-link {
    color: #05254d;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 16px 30px 16px 30px;
    border: none;
}
.faqs_list .card-body {
    color: #878c8f;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 30px;
    border-top: 1px solid #f7f7f7;
}
.htestimonial-sec{
    background-color: #dddddd;
    position: relative;
    padding: 165px 0;
    overflow: hidden;
}
.htestimonial-sec::after{
    content: '';
    display: inline-block;
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}
.htestimonial-content{
    position: relative;
    z-index: 1;
}
.htestimonial-innerct{
    position: relative;
}
.htestimonial-innerct::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: -340px;
    left: -260px;
    width: 1160px;
    height: 1160px;
    border-radius: 50%;
    background-color: #05254d;
    z-index: 0;
}
.htestimonial-titles{
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}
.htestimonial-titles strong{
    color: #00b1eb;
    font-size: 22px;
    font-weight: 600;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.htestimonial-titles h3{
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
#htest_slider{
    position: relative;
    z-index: 2;
}
.htestslide-boximg img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
}
.htestslide-boxct{
    position: relative;
}
.htestslide-boxct::after{
    content: '';
    display: inline-block;
    background-image: url(images/quote-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 46px;
    height: 39px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.htestslide-boxct p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.htestslide-boxct strong {
    color: #00b1eb;
    font-size: 22px;
    font-weight: 600;
    display: block;
}
.htestslide-boxct span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
#htest_slider ul.slick-dots li button::before{
    display: none;
}
#htest_slider ul.slick-dots{
    bottom: -100px;
}
#htest_slider ul.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 6px;
}
#htest_slider ul.slick-dots li button{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #ffffff;
    margin: 0 auto;
    opacity: 0.5;
}
#htest_slider ul.slick-dots li.slick-active button{
    opacity: 1;
}
.hourteam-sec{
    padding: 70px 0 250px;
    background-color: #fafafa;
}
.hourteam-sec.defreinigungsfirma-sec {
    background-color: #ffffff;
    padding: 50px 0;
}
.hourteam-box{
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
}
.defreinigungsfirma-sec .hourteam-box {
    background-color: #fafafa;
    padding: 40px 25px 25px;
}
.hourteam-box p {
    color: #878c8f;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}
.hourteam-thumb{
    position: relative;
}
.hourteam-thumb::before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background-color: #f3f5fb;
    content: "";
    z-index: 0;
}
.hourteam-thumbinner{
    position: relative;
    display: block;
    overflow: hidden;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.hourteam-thumbinner::before {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    content: '';
    background-color: rgba(29, 78, 161, 0.6);
    transform: scaleY(1.0);
    opacity: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    z-index: 1;
}
.hourteam-thumbinner img{
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.hourteam-box:hover .hourteam-thumbinner img{
    transform: scale(1.1) rotate(1deg);
}
.hourteam-box:hover .hourteam-thumbinner::before {
    opacity: 0.70;
    transform: scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.hourteam-box strong {
    color: #05254d;
    font-size: 22px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 20px 0 10px 0;
}
.hourteam-box span,
.hourteam-box a{
    color: #878c8f;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: block;
    transition: all 0.4s ease;
}
.hourteam-box a:hover{
    color: #00b1eb;
}
.hcontactfrm-sec.cover{
    width: calc((100% - 150px) / 1);
    background-position: top right !important;
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
    padding: 0 0 100px;
    margin-top: -150px;
}
.hcontactfrm-sec.sercontactfrm-sec{
    margin-top: 0;
}
.hcontactfrm-content {
    position: relative;
    padding: 60px 90px 20px;
    background-color: rgb(5, 37, 77, 0.8);
    display: inline-block;
    width: 55%;
}
/*
.hcontactfrm-content::after{
    content: '';
    display: inline-block;
    background-image: url(images/hcontactfrm-content-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 274px;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}
*/
.contact-form{
    position: relative;
    z-index: 1;
}
.contact-form p{
    margin-bottom: 0;
}
.contact-form .row{
    margin-left: -7px;
    margin-right: -7px;
}
.contact-form .col-6,
.contact-form .col-4,
.contact-form .col-12{
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder{
    color: #05254d;
    font-size: 14px;
    font-weight: 400;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
    padding: 0 20px;
    border-radius: 2px;
}
.contact-form textarea{
    padding-top: 15px;
    height: 150px;
}
.contact-form input,
.contact-form select{
    height: 55px;
}
.contact-form .checkboxx .dsflex {
    display: flex;
    text-align: left;
}
.contact-form .checkboxx .dsflex p {
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    width: auto;
    margin: 0;
    max-width: 95%;
}
.contact-form .checkboxx p a {
    color: #ffffff;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.contact-form .checkboxx span{
    margin: 0;
}
.contact-form .checkboxx input {
    width: 15px !important;
    height: 15px !important;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    color: #ffffff;
    background-color: #00b1eb;
}
.hblog-sec {
    padding: 60px 0 40px;
    background: #ffffff;
}
.hblog-sec.jobswirsuchen-sec {
    background-color: #fafafa;
    padding: 55px 0 70px;
}
.hblog-sec .container {
    max-width: 1300px;
}
.hblog-sec .main-content p {
    width: 84%;
}
.hblog-content .row{
    justify-content: center;
}
.hblog-box {
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    min-height: 605px;
    margin-bottom: 30px;
}
.jobswirsuchen-sec .hblog-box {
    min-height: unset;
    height: 100%;
}
.defleistungsübersicht-sec .row{
    margin-left: -9px;
    margin-right: -9px;
}
.defleistungsübersicht-sec .col-sm-12 {
    margin-bottom: 18px;
    padding-left: 9px;
    padding-right: 9px;
}
.defleistungsübersicht-sec .hblog-box {
    min-height: unset;
    height: 100%;
}
.hblog-boxinner {
    padding: 35px 30px 0;
}
.defleistungsübersicht-sec .hblog-boxinner {
    padding: 30px 25px 0;
}
.hblog-date {
    background-color: #00b1eb;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 24px;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: -35px;
}
.hblog-date p {
    color: #ffffff;
    display: block;
    line-height: 3px;
}
.hblog-boxinner {
    padding-bottom: 30px;
}
.hblog-boxinner h3 {
    color: #05254d;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.hblog-boxinner p{
    color: #878c8f;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
}
.defleistungsübersicht-sec .hblog-boxinner p {
    font-size: 14px;
    line-height: 25px;
}
.readbtn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.readbtn a.all-buttons{
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 0;
}
.site-footer{
    background-color: #05254d;
/*    background-image: url(images/ft-bg.png);*/
    padding: 60px 0 0;
    position: relative;
}
.site-footer::after{
    content: '';
    display: inline-block;
    background-image: url(images/footer-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 292px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.1;
}
.site-footer::before{
    content: '';
    display: inline-block;
    background-image: url(images/footer-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 292px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0.1;
}
.footer-content .row {
    justify-content: space-between;
}
.footer-content .col-sm-12 {
    flex: auto;
    max-width: 40%;
    width: auto;
}
.footer-content{
    position: relative;
    z-index: 1;
}
.footer-logo p,
.ftinfoscroll-list ul li{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    width: 90%;
    font-family: "Rajdhani";
}
.ftinfoscroll-list {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.ftinfoscroll-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.ftinfoscroll-list ul li{
    display: flex;
    column-gap: 8px;
    width: 100%;
    margin-bottom: 5px;
}
.ftinfoscroll-list ul li:last-child{
    margin-bottom: 0;
}
.ftinfoscroll-list ul li a i{
    color: #00b1eb;
}
strong.ftmain-title{
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
.ftsocial-links{
    margin-top: 30px;
}
.ftsocial-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftsocial-links ul li{
    display: inline-block;
    margin-right: 10px;
}
.ftsocial-links ul li:last-child{
    margin-right: 0;
}
.ftsocial-links ul li a{
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}
.ftsocial-links ul li a::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #00b1eb;
    transform: scale(0.5);
    opacity: 0;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    content: "";
}
.ftsocial-links ul li a:hover::before {
    transform: scale(1);
    opacity: 1;
}
.ftsocial-links ul li a span{
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.footer-menu ul,
.contact-dt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li,
.contact-dt ul li{
    margin-bottom: 10px;
}
.footer-menu ul li a,
.contact-dt ul li a,
.contact-dt ul li span{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
    font-family: "Rajdhani";
}
.footer-menu ul li a:hover,
.contact-dt ul li a:hover{
    color: #00b1eb;
}
.contact-dt ul li{
    position: relative;
    padding-left: 25px;
}
.contact-dt ul li::after{
    color: #00b1eb;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 2px;
}
.contact-dt ul li.address::after{
    content: '\f041';
}
.contact-dt ul li.phone::after{
    content: '\f095';
}
.contact-dt ul li.whatsapp::after{
    content: '\f232';
}
.contact-dt ul li.email::after{
    content: '\f0e0';
}
.contact-dt ul li.whours::after{
    content: '\f017';
}
.copyright {
    background-color: #00b1eb;
    padding: 13px 0;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.copyright-text span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.copyright-text span a{
	color: #ffffff;
	text-decoration: underline !important;
	transition: all 0.4s ease;
}
.copyright-text span a:hover{
	color: #000000;
}
.hcontactfrm-sec.cover.abtcontact-sec {
    margin: 0;
    clip-path: unset;
    width: 100%;
}
.hservices-sec.servicespg-sec{
    margin-bottom: 50px;
}
.servicespg-sec .hservices-box{
    margin: 0;
    margin-bottom: 30px;
    border-radius: 5px;
    height: 100%;
}
.hservices-sec.servicespg-sec .hservices-list .col-sm-12 {
    margin-bottom: 30px;
}
.servicespg-sec .hservices-box::after{
    border-radius: 5px;
}
.contactpg-dticon {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background-color: #00b1eb;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    line-height: 110px;
    text-align: center;
}
.contactpg-dticon img {
    display: inline-block;
    height: 36px;
    text-align: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(333deg) brightness(104%) contrast(101%);
}
.jobsemployees-sec .contactpg-dticon {
    width: 125px;
    height: 125px;
    line-height: 125px;
}
.jobsemployees-sec .contactpg-dticon img{
    height: 70px;
}
.jobsemployees-sec .hourteam-box strong {
    font-size: 24px;
    text-transform: capitalize;
}
.contactpg-teamsec .hourteam-box{
    height: 100%;
}
.hourteam-sec.contactpg-teamsec{
    padding: 60px 0 80px;
    background-color: #fafafa;
}
.hourteam-sec.jobsemployees-sec{
    padding: 65px 0 80px;
}
.jobsemployees-sec .container{
    max-width: 100%;
    padding: 0 60px;
}
.contactpg-teamsec .hourteam-content .row{
    margin-left: -8px;
    margin-right: -8px;
}
.contactpg-teamsec .hourteam-content .col-sm-12{
    padding-left: 8px;
    padding-right: 8px;
}
.jobsemployees-sec .hourteam-content .col-sm-12 {
    flex: auto;
    max-width: 20%;
}
.contactpg-map{
    overflow: hidden;
    background-color: #05254d;
}
.contact-formdiv {
    position: relative;
    z-index: 1;
    padding: 50px;
}
.google-map{
    overflow: hidden;
}
.google-map,
.google-map iframe {
    width: 100% !important;
    height: 100% !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #ffffff;
    text-align: center;
}
.hprofessclean-sec.cover.abthprofessclean-sec {
    background-color: #fafafa;
}
.abthprofessclean-sec .hprofessclean-box {
    background-color: #fff;
}
/*Home*/

/*All Pages*/
.allmainct-sec {
    padding: 50px 0 40px;
}
.allmainct-sec .main-content{
    margin-bottom: 0;
}

/*All Pages*/

/*  Media Query  */
@media(max-width: 1600px){
    .hcontactfrm-sec.cover{
        padding: 0 0 60px;
    }
    .hcontactfrm-content {
        width: 50%;
    }
    .hservices-list{
        padding: 0 30px;
    }
    .hservices-box h3{
        font-size: 27px;
    }
    .hservices-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .hservices-box a.all-buttons{
        font-size: 14px;
    }
    .site-header .container,
    .hbanner-sec .container{
        max-width: 100%;
        padding: 0 40px;
    }
    .hourteam-box {
        padding: 30px 15px;
    }
}
@media(max-width: 1440px){
    .site-logo {
        width: 260px;
    }
    .nav-menu li {
        margin: 0 35px 0 0;
    }
    .nav-menu li a,
    ul.sub-menu li a{
        font-size: 17px;
    }
    .nav-menu li.menu-item-has-children::after{
        top: 4px;
    }
    .hslider-bg.cover {
        padding: 220px 0 90px;
    }
    .htestimonial-titles strong{
        font-size: 18px;
    }
    .htestimonial-titles h3{
        font-size: 35px;
    }
    .hcontactfrm-content {
        padding: 50px 40px 10px;
        width: 55%;
    }
    .hblog-sec .container{
        max-width: 100%;
        padding: 0 60px;
    }
    .hblog-sec.defleistungsübersicht-sec .container{
        padding: 0 30px;
    }
}
@media(max-width: 1366px){
    .hcontactfrm-content{
        width: 60%;
    }
    .htestimonial-innerct::after {
        width: 1000px;
        height: 1000px;
    }
    .htestimonial-innerct {
        padding-right: 80px;
    }
    .contactpg-map .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
    .haboutus-sec .container {
        padding: 0 50px;
    }
    .jobsemployees-sec .hourteam-box strong{
        font-size: 19px;
    }
}
@media(max-width: 1280px){
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content .hmain-title{
        font-size: 35px;
    }
    .main-content p br{
        display: none;
    }
    .hourteam-sec.jobsemployees-sec {
        padding: 50px 0 30px;
    }
    .jobsemployees-sec .hourteam-content .row {
        justify-content: center;
    }
    .jobsemployees-sec .hourteam-content .col-sm-12 {
        flex: auto;
        max-width: 33.33%;
        margin-bottom: 30px;
    }
}
@media(max-width: 1170px){
    .hslider-bg.cover {
        padding: 100px 0 80px;
    }
    .hslider-bg.cover .col-sm-12 {
        flex: auto;
        max-width: 60%;
    }
    .hbanner-sec {
        padding: 130px 0 0;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 40px;
    }
    .hslide-content p {
        font-size: 17px;
        line-height: 29px;
    }
    .nhpcomanylogo-sec .container {
        max-width: 100%;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content .hmain-title{
        font-size: 40px;
    }
    .main-content p strong{
        font-size: 19px;
    }
    .haboutus-sec {
        padding: 130px 0 70px;
    }
    .hprofessclean-box strong{
        font-size: 18px;
    }
    .hourteam-box {
        padding: 35px 25px;
    }
    .hourteam-box strong{
        font-size: 19px;
    }
    .hblog-boxinner h3{
        font-size: 19px;
    }
    .htestimonial-innerct {
        padding-right: 0;
    }
    .htestslide-boximg img {
        width: 120px;
        height: 120px;
    }
    .htestslide-boxct p {
        font-size: 16px;
        line-height: 27px;
    }
    .htestslide-boxct strong{
        font-size: 20px;
    }
    .hcontactfrm-content{
        width: 70%;
    }
    .haboutus-sec.aboutpg-sec {
        padding: 110px 0 50px;
    }
    .servicespg-sec .hservices-list .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
    .servicespg-sec .hservices-box p {
        font-size: 17px;
        line-height: 28px;
        font-weight: 300;
    }
    .hservices-sec.servicespg-sec .container {
        padding: 0 40px;
    }
    .hblog-sec .container {
        padding: 0 40px;
    }
}
@media(max-width: 1024px){
    body .container{
        max-width: 100%;
        padding: 0 40px;
    }
    .haboutus-content {
        padding-left: 60px;
    }
    .hleftright-sec .haboutus-content {
        padding: 0 60px 0 30px;
    }
    .hbanner-sec .hslide-content .htestimonial-titles h3{
        font-size: 20px;
    }
    .hbanner-sec .hslide-content .htestimonial-titles strong {
        font-size: 16px;
    }
    .nhpcomanylogo-sec .container {
        padding: 0 40px;
    }
    .hcontactfrm-sec.cover {
        width: 100%;
        background-position: center !important;
        clip-path: unset;
        padding: 0;
        margin-top: 0;
    }
    .hcontactfrm-content {
        width: 100%;
    }
    .hourteam-sec {
        padding: 60px 0 70px;
    }
    .htestimonial-innerct::after{
        background-color: rgb(5, 37, 77, 0.9);
    }
    .contactpg-map .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .contact-formdiv {
        padding: 50px 50px 10px;
    }
    .contact-formdiv .htestimonial-titles {
        text-align: center;
    }
    #hbcompany_lslide .slick-prev{
        left: -20px;
    }
    #hbcompany_lslide .slick-next{
        right: -20px;
    }
    #hbcompany_lslide .slick-prev,
    #hbcompany_lslide .slick-next{
        top: 55px;
    }
    .hbcompany-lbox .vertically-center img {
        height: 33px;
    }
    .google-map, .google-map iframe{
        height: 400px !important;
    }
}
@media(max-width: 992px){
    .topbar{
        display: none;
    }
    #wrapper{
        margin-top: 0;
    }
    .hservices-sec.servicespg-sec {
        padding: 50px 0 30px;
    }
    .servicespg-sec .hservices-box p {
        font-size: 17px;
        line-height: 29px;
        font-weight: 400;
    }
}
@media(max-width: 830px){
    .header-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .nav-menu li.menu-button a {
        color: #ffffff;
        font-weight: 400;
        display: inline-block;
        background-color: transparent;
        transition: all 0.4s ease;
        padding: 15px 0;
        border-radius: 0;
    }
    .nav-menu li.menu-button a:hover {
        color: #00b1eb;
        background-color: transparent;
    }
    .hslider-bg.cover .col-sm-12 {
        max-width: 100%;
        text-align: center;
    }
    .hslider-bg.cover {
        padding: 80px 0 0;
    }
    #hservices_slide .slick-prev {
        right: 23%;
    }
    #hservices_slide .slick-next {
        right: 19%;
    }
    .hprofessclean-content .col-sm-12,
    .haboutus-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .haboutus-content {
        padding-left: 0;
    }
    .haboutus-imgs {
        position: relative;
        width: 60%;
        margin: 0 auto;
    }
    .haboutus-sec {
        padding: 100px 0 40px;
    }
    .haboutus-rcontent {
        padding-left: 0;
        text-align: center;
        margin-top: 110px;
    }
    .grid-sizer, .grid-item {
        width: 33.33%;
    }
    .hprofessclean-sec.cover {
        padding: 55px 0 50px;
    }
    .hprofessclean-box .col-9{
        align-self: center;
    }
    .hprofessclean-bicon {
        width: 150px;
        height: 150px;
        line-height: 130px;
    }
    .faqs_list {
        padding-left: 0;
    }
    .hourteam-content .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
    .hourteam-box {
        margin-bottom: 30px;
    }
    .hourteam-sec {
        padding: 50px 0 40px;
    }
    .hblog-sec {
        padding: 50px 0 35px;
        background: #ffffff;
    }
    .hblog-content .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
    .htestimonial-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .htestimonial-innerct::after{
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(5, 37, 77, 0.9);
        z-index: 0;
        border-radius: 4px;
    }
    .htestimonial-innerct {
        padding: 40px;
    }
    .htestimonial-titles {
        text-align: center;
    }
    .htestimonial-sec {
        padding: 70px 0;
    }
    .content-header.cover {
        padding: 150px 0 100px;
    }
    .contactpg-teamsec .row{
        justify-content: center;
    }
    .contactpg-teamsec .col-sm-12{
        margin-bottom: 30px;
    }
    .hourteam-sec.contactpg-teamsec {
        padding: 50px 0 30px;
    }
    .footer-content .col-sm-12:first-child{
        max-width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    .footer-content .col-sm-12 {
        flex: auto;
        max-width: 33.33%;
        width: auto;
        text-align: left;
    }
    .footer-logo p, .ftinfoscroll-list ul li{
        width: 100%;
    }
    .hslide-content .col-sm-12 {
        flex: auto;
        max-width: 100%;
        text-align: center;
    }
    .hslide-img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 205px;
        margin: 0 auto;
    }
    .hslide-ct {
        padding-top: 0;
    }
    .hbanner-sec .hcontactfrm-content {
        margin-bottom: 50px;
    }
    ul#primary-menu{
        display: block;
    }
    .page-template-home .haboutus-sec {
        padding-bottom: 0;
    }
    .hprofessclean-content .col-sm-12:last-child{
        margin-bottom: 0;
    }
    .haboutus-rcontent {
        margin-top: 90px;
    }
    .hprofessclean-sec.cover {
        padding: 45px 0 50px;
    }
    .hleftright-sec .row.right .col-sm-12:first-child {
        order: unset;
    }
    .hleftright-sec .row .haboutus-rcontent{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 30px;
    }
    .haboutus-sec.hleftright-sec{
        padding-bottom: 50px;
    }
    .haboutus-exptitle strong{
        font-size: 22px;
    }
    .main-content p strong,
    .haboutus-rcontent p strong, .main-content p strong,
    .hslide-content p strong{
        font-size: 15px;
    }
    .main-content p,
    .haboutus-rcontent p{
        font-size: 17px;
        line-height: 28px;
        font-weight: 400;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content .hmain-title, .haboutus-rcontent h1, .haboutus-rcontent h2, .haboutus-rcontent h3, .haboutus-rcontent h4, .haboutus-rcontent h5, .haboutus-rcontent h6, .htestimonial-titles h3, .allparallax-banner .hslide-content h1, .allparallax-banner .hslide-content h2, .allparallax-banner .hslide-content h3, .allparallax-banner .hslide-content h4, .allparallax-banner .hslide-content h5, .allparallax-banner .hslide-content h6, .allparallax-banner .hslide-content h1 strong, .allparallax-banner .hslide-content h2 strong, .allparallax-banner .hslide-content h3 strong, .allparallax-banner .hslide-content h4 strong, .allparallax-banner .hslide-content h5 strong, .allparallax-banner .hslide-content h6 strong{
        font-size: 30px;
    }
    .hleftright-sec .haboutus-content {
        padding: 0 40px;
    }
    .main-content p br{
        display: none;
    }
    .haboutus-imgtwo img{
        height: auto;
    }
    .haboutus-sec .container {
        padding: 0 30px;
    }
    .hservices-sec.servicespg-sec{
        margin-bottom: 0;
    }
    .jobswirsuchen-sec .col-sm-12 {
        flex: auto;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .hblog-sec.jobswirsuchen-sec {
        padding: 50px 0;
    }
    .jobswirsuchen-sec .col-sm-12:last-child{
        margin-bottom: 0;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 23px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    .conthead-content h1{
        font-size: 40px;
    }
    .hbcompany-list .main-content .hmain-title, .hbcompany-list .d-flex.scroll-info .hmain-title{
        font-size: 25px;
    }
    #menuToggle.open {
        position: fixed;
        top: 20px;
        right: 5px;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #05254d;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #05254d;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .site-logo {
        width: 200px;
    }
    #hservices_slide .slick-next {
        right: 30px;
    }
    #hservices_slide .slick-prev {
        right: 73px;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content .hmain-title{
        font-size: 30px;
    }
    .main-content p strong {
        font-size: 17px;
    }
    .haboutus-exptitle strong {
        font-size: 33px;
        line-height: 40px;
    }
    .hgallery-sec {
        padding: 50px 30px;
    }
    .hfaq-sec {
        padding: 50px 0 35px;
    }
    .hfaq-img{
        margin-bottom: 40px;
    }
    .hfaq-img img{
        width: 100%;
    }
    .main-content {
        margin-bottom: 40px;
    }
    .site-footer {
        padding: 40px 0 0;
    }
    .footer-content{
        text-align: center;
    }
    .footer-content .col-sm-12{
        margin-bottom: 30px;
    }
    .footer-logo p{
        width: 100%;
    }
    .contact-dt ul li {
        display: inline-block;
        padding-left: 19px;
        margin-right: 13px;
    }
    .copyright{
        margin-top: 10px;
    }
    .copyright-text span{
        font-size: 14px;
    }
    .hcontactfrm-content {
        padding: 50px 30px 20px;
    }
    .hourteam-box {
        padding: 35px 35px;
    }
    .jobsemployees-sec .hourteam-content .col-sm-12 {
        max-width: 50%;
        margin-bottom: 0;
    }
    .haboutus-sec.hleftright-sec.athleftright-sec {
        padding: 70px 0 40px;
    }
}
@media(max-width: 667px){
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 40px;
    }
    a.all-buttons{
        font-size: 14px;
        padding: 12px 30px;
    }
    .htestslide-box .col-3,
    .htestslide-box .col-9{
        flex: auto;
        max-width: 100%;
    }
    .htestslide-box {
        text-align: center;
    }
    .htestslide-boximg img {
        margin: 0 auto 20px;
    }
    .servicespg-sec .hservices-list .col-sm-12 {
        max-width: 100%;
    }
    .servicespg-sec .hservices-box {
        margin-bottom: 20px;
        padding: 60px 30px;
    }
    .main-content p {
        width: 100%;
        font-size: 16px;
        line-height: 27px;
    }
    .footer-content .col-sm-12 {
        flex: auto;
        max-width: 100%;
        width: 100%;
    }
    .site-footer::after,
    .site-footer::before{
        display: none;
    }
    .contact-dt ul li{
        display: block;
    }
    .footer-content .col-sm-12 {
        margin-bottom: 15px;
    }
    .ftinfoscroll-list{
        margin-top: 0;
    }
    .hservices-sec.servicespg-sec .hservices-list .col-sm-12 {
        margin-bottom: 0;
    }
    .servicespg-sec .hservices-box {
        height: auto;
    }
    .hblog-sec .main-content p {
        width: 100%;
    }
}
@media(max-width: 570px){
    body .container,
    .site-header .container, .hbanner-sec .container,
    .haboutus-sec.hleftright-sec .container,
    .hblog-sec .container,
    .jobsemployees-sec .container{
        padding: 0 20px;
    }
    .jobsemployees-sec .hourteam-content .row {
        margin-left: -9px;
        margin-right: -9px;
    }
    .jobsemployees-sec .hourteam-content .col-sm-12 {
        padding-left: 9px;
        padding-right: 9px;
    }
    .hourteam-box {
        margin-bottom: 18px;
    }
    .contact-formdiv {
        padding: 35px 20px 5px;
    }
    .contact-formdiv .col-12.button {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .hleftright-sec .haboutus-content {
        padding: 0;
    }
    .hbanner-sec .hcontactfrm-content {
        margin-bottom: 25px;
    }
    .hslider-bg.cover {
        padding: 50px 0;
    }
    .hslide-content p strong {
        font-size: 15px;
        padding: 3px 19px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 34px;
    }
    #hservices_slide .slick-prev,
    #hservices_slide .slick-next{
        display: none !important;
    }
    .grid-sizer, .grid-item {
        width: 50%;
    }
    ul#filters {
        margin: 0 0 30px 0;
    }
    ul#filters li span{
        font-size: 13px;
    }
    .hblog-content .col-sm-12{
        max-width: 100%;
    }
    .hblog-thumb img {
        width: 100%;
    }
    .hblog-box{
        min-height: auto;
    }
    .readbtn {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }
    .hblog-boxinner{
        border: none;
    }
    .hservices-sec.servicespg-sec{
        padding: 40px 0;
    }
    .conthead-content h1 {
        font-size: 30px;
    }
    .hbanner-sec .hcontactfrm-content {
        padding: 30px 20px 2px;
    }
    .hbanner-sec .hslide-content .htestimonial-titles h3 {
        letter-spacing: 1px;
    }
    .hblog-content .col-sm-12:last-child .hblog-box {
        margin-bottom: 0;
    }
    .google-map, .google-map iframe {
        height: 300px !important;
    }
}
@media(max-width: 480px){
    .haboutus-content .col-sm-12:first-child{
        padding: 0 30px 0 65px;
    }
    .hleftright-sec .haboutus-content .col-sm-12:first-child {
        padding: 0 42px 0 17px !important;
    }
    .haboutus-imgs {
        width: 100%;
    }
    .haboutus-exptitle {
        left: -30px;
        bottom: -30px;
    }
    .haboutus-exptitle strong {
        font-size: 24px;
        line-height: 30px;
        padding: 20px 30px 15px;
    }
    .haboutus-rcontent {
        margin-top: 70px;
    }
    .haboutus-rcontent h1, .haboutus-rcontent h2, .haboutus-rcontent h3, .haboutus-rcontent h4, .haboutus-rcontent h5, .haboutus-rcontent h6{
        font-size: 30px;
    }
    .hprofessclean-box .col-3,
    .hprofessclean-box .col-9{
        flex: auto;
        max-width: 100%;
    }
    .hprofessclean-box{
        text-align: center;
    }
    .hprofessclean-bicon {
        width: 120px;
        height: 120px;
        line-height: 100px;
        margin: 0 auto 20px;
    }
    .htestimonial-innerct {
        padding: 40px 20px 25px;
    }
    .hourteam-content .col-sm-12{
        max-width: 100%;
    }
    .hourteam-thumb {
        width: 65%;
        margin: 0 auto;
    }
    .hprofessclean-sec.cover {
        padding: 40px 0 35px;
    }
    .hfaq-sec {
        padding: 40px 0 35px;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .htestimonial-titles h3, .main-content .hmain-title{
        font-size: 25px;
    }
    .faqs_list .card-body {
        font-size: 14px;
        line-height: 25px;
    }
    .htestimonial-titles strong {
        font-size: 15px;
    }
    .contact-form .col-6, .contact-form .col-4, .contact-form .col-12{
        flex: auto;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .hblog-box{
        margin-bottom: 20px;
    }
    .site-footer::after,
    .site-footer::before{
        display: none;
    }
    .contactpg-teamsec .col-sm-12 {
        margin-bottom: 20px;
    }
    .contact-formdiv {
        padding: 50px 30px 10px;
    }
    .google-map, .google-map iframe {
        height: 350px !important;
    }
    .contact-form input, .contact-form select {
        height: 50px;
    }
    .contact-form textarea {
        padding-top: 11px;
        height: 110px;
    }
    .contact-form .col-12.button {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .hservices-sec.servicespg-sec .container {
        padding: 0 20px;
    }
    .jobsemployees-sec .hourteam-content .col-sm-12 {
        max-width: 100%;
    }
}
@media(max-width: 414px){
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content .hmain-title, .haboutus-rcontent h1, .haboutus-rcontent h2, .haboutus-rcontent h3, .haboutus-rcontent h4, .haboutus-rcontent h5, .haboutus-rcontent h6, .htestimonial-titles h3, .allparallax-banner .hslide-content h1, .allparallax-banner .hslide-content h2, .allparallax-banner .hslide-content h3, .allparallax-banner .hslide-content h4, .allparallax-banner .hslide-content h5, .allparallax-banner .hslide-content h6, .allparallax-banner .hslide-content h1 strong, .allparallax-banner .hslide-content h2 strong, .allparallax-banner .hslide-content h3 strong, .allparallax-banner .hslide-content h4 strong, .allparallax-banner .hslide-content h5 strong, .allparallax-banner .hslide-content h6 strong{
        font-size: 23px;
    }
    .allparallax-banner .hslide-content p {
        font-size: 15px;
        line-height: 26px;
    }
}
@media(max-width: 375px){
    #menuToggle{
        top: 20px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 26px;
    }
    .hbcompany-list .main-content .hmain-title, .hbcompany-list .d-flex.scroll-info .hmain-title {
        font-size: 21px;
        letter-spacing: revert-layer;
    }
    .haboutus-exptitle strong {
        font-size: 17px;
        line-height: 30px;
        padding: 9px 20px 5px;
    }
    .hservices-box h3 {
        font-size: 24px;
    }
    .servicespg-sec .hservices-box p {
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
    }
}