* {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'Roboto-Regular';
    font-size: 16px;
}

html,
body {
    height: 100%;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: local('â˜º'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: local('â˜º'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto-Regular';
}

h4 {
    font-size: 38px;
}

section {
    float: left;
    width: 100%;
}

.img-responsive {
    width: 100%;
}


/* HERE STARTS THE MAGIC */

header {
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    background-size: cover;
}

#page-top .carousel-item {
    background: url(../images/slide.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-attachment: fixed;
}




#home {
    float: none;
}


/* HERE ENDS THE MAGIC */

.remove-pad {
    padding-left: 0;
    padding-right: 0;
}

header img {
    display: block;
    margin: 0 auto 0px;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

.navbar-expand-lg .navbar-nav.side-nav {
    flex-direction: column;
}

.card {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.header-top {
    /*box-shadow: 0 3px 5px rgba(0,0,0,.1)*/
}

.cust-nav {
    padding-left: 0;
    padding-right: 0;
}

.leftmenutrigger {
    display: none
}

#wrapper {
    padding: 0;
}

#wrapper {
    background: none;
    position: fixed;
    top: 0;
    bottom: auto;
    padding: 0;
    width: 100%;
    height: 100px;
    display: block;
    z-index: 99;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    /*left: 50%;*/
}

.navbar-nav.side-nav.open {
    left: 0;
}

.navbar-nav.side-nav {
    background: #585f66;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .1);
    position: fixed;
    top: 56px;
    flex-direction: column !important;
    left: -220px;
    width: 200px;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px
}


}

.navbar-dark .navbar-brand img {
    color: #fff;
    padding: 20px 0 0 50px !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-nav li.dropdown .dropdown-menu a {
    border-right: navajowhite;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0;
    border: none;
    padding: 0;
}

.top-nav-fix {
    top: 0 !important;
    background: #000;
    box-shadow: 1px 1px 8px #000;
}

.cust-nav a img {
    width: 220px;
}

.cust-nav.fixed-top {
    top: 40px;
    background: #091a27;
}

.search-box-bar {
    margin: 5px 0 0 10px;
}

.search-box-bar input {
    background: #727272;
    border: none;
    padding: 1px 5px;
    color: #fff;
    border-radius: 5px;
    font-family: Roboto-Regular;
    font-size: 24px;
}

input::placeholder {
    color: #fff !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #fff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */

    color: #fff;
}

.cust-nav ul.navbar-nav a {
    /* border-right: 1px solid #f59521;*/
}

.cust-nav ul.navbar-nav li:last-child a {
    border-right: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #151c26;
    font-family: Roboto-Regular;
    font-size: 16px;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #e40000;

}

.nav-link.active {
    color: #e40000 !important;
    border-bottom: 2px solid #ff0000;
}

.navbar-dark .navbar-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    margin: 0 30px;
}

.navbar-nav li::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #f00;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-nav li:hover::before,
.navbar-nav li:focus::before,
.navbar-nav li:active::before {
    left: 0;
    right: 0;
}

/*.navbar-dark .navbar-nav .nav-item:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 50%;
    right: 50%;
    bottom: 0%;
    /*background: #f00;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}*/

/*.navbar-dark .navbar-nav .nav-item:hover::before, .navbar-dark .navbar-nav .nav-item:focus::before, .navbar-dark .navbar-nav .nav-item:active::before {
    left: 0;
    right: 0;
}*/

/** active **/

/** active **/

/*.navbar-dark .navbar-nav .nav-item:after {
    content: "";
    position: absolute;
    z-index: 10;
    left: 50%;
    right: 50%;
    bottom: 0%;
    background: #f00;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}*/


/*.navbar-dark .navbar-nav .nav-item:hover::after, .navbar-dark .navbar-nav .nav-item:focus::after, .navbar-dark .navbar-nav .nav-item:active::after {
    left: 10px;
    right: 10px;
}
*/
.info-section {
    background-color: #000;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 30%;
}

.carousel-caption h2 {
    font-size: 40px;
    font-family: Roboto-bold;
    background: rgba(0, 0, 0, 0.6);
    ;
    padding: 40px;
    outline-offset: -25px;
    outline: 1px dotted #e40000;
}

.btn.contact {
    background: #ff0000;
    padding: 0px 30px;
    font-size: 35px;
    color: #fff;
    border: none;
    margin-top: 20px;
}

.info-section {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
}

.icon .fa {
    font-size: 25px;
    color: #e40000;
    line-height: 56px;
}

.icon {
    height: 60px;
    width: 60px;
    border: 2px solid #e40000;
    border-radius: 50%;
}

.info-section .content {
    text-align: left;
}

.content h3 {
    font-size: 16px;
    color: #a29d00;
}

.content p {
    font-size: 14px;
    color: #fff !important;
    line-height: normal;
    margin: 0;
}

.about-us {
    padding: 25px 0;
    background: #fff;
    /*background: #f9fd50;
    background: #f9fd50 url(../images/about-tools.png) no-repeat;
    background-position: left 2% bottom 23%;
    background-size: 300px;*/
}

.about-section {
    padding: 50px 0;
}

.text-section h2 {
    font-size: 38px;
    position: relative;
    font-family: roboto-bold;
    display: inline-block;
    padding: 0 15px 0 10px;
}

.text-section h2::before {
    position: absolute;
    content: '';
    background: url(../images/black-bar.png) no-repeat left bottom;
    width: 100%;
    height: 40px;
    left: 0;
}

.text-section h2::after {
    position: absolute;
    content: '';
    background: url(../images/black-circle.png) no-repeat right bottom;
    width: 10px;
    height: 40px;
    right: 0px;
}

.text-section p {
    line-height: 25px;
    font-size: 16px;
    color: #202224;
    padding: 5px 0 0;
}

.image img {
    width: 90%;
    float: right;
}

#Alles {
    background: #fff;
}

.one-hand-img img {
    margin: 10% 0 0% 0px;
    width: 90%;
}

.text-section h2 {
    font-size: 30px;
    position: relative;
    font-family: roboto-bold;
    display: inline-block;
    padding: 0 15px 0 10px;
}

.text-section h2::before {
    position: absolute;
    content: '';
    background: url(../images/black-bar.png) no-repeat left bottom;
    width: 100%;
    height: 40px;
    left: 0;
}

.text-section h2::after {
    position: absolute;
    content: '';
    background: url(../images/black-circle.png) no-repeat right bottom;
    width: 10px;
    height: 40px;
    right: 0px;
}

.hat-img img {
    max-width: 207px;
    width: 100%;
}

.heading {
    padding-left: 94px;
}

.heading h2 {
    font-size: 30px;
    position: relative;
    font-family: roboto-bold;
    display: inline-block;
    padding: 0 15px 0 10px;
    color: #e40000;
    padding: 50px 0;
}

.heading h2::before {
    position: absolute;
    content: '';
    background: url(../images/red-bar.png) no-repeat left bottom;
    width: 100%;
    height: 40px;
    left: 0;
}

.heading h2::after {
    position: absolute;
    content: '';
    background: url(../images/red-circle.png) no-repeat right bottom;
    width: 10px;
    height: 40px;
    right: -8px;
}

.heading-service h4 {
    font-size: 38px;
    position: relative;
    font-family: roboto-bold;
    display: inline-block;
    padding: 0 15px 0 10px;
}

.heading-service h4::before {
    position: absolute;
    content: '';
    background: url(../images/yellow-bar-full.png) no-repeat left bottom;
    width: 113%;
    height: 40px;
    left: -15px
}

.heading-service h4::after {
    position: absolute;
    content: '';
    background: url(../images/yellow-bar-full.png) no-repeat right bottom;
    width: 10px;
    height: 40px;
    right: -18px;
}

.right-text {
    display: flex;
    align-items: center;
    padding: 0;
}

.txt-sec {
    margin-bottom: 15px;
}

.txt-sec h5 {
    font-size: 20px;
    font-family: roboto-bold;
    border-bottom: 1px solid red;
    display: inline-block;
}

.txt-sec p {
    font-size: 16px;
    font-family: roboto-regular;
    line-height: 20px;
}

.service {
    background: url("../images/footer-mid-bg2.jpg") no-repeat 0 0;
    padding: 25px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

section#services:before {
    content: "";
    /*background: rgba(0, 0, 0, 0.7);*/
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.img-detail {
    background: #fff;
    padding: 10px;
    position: relative;
    min-height: 630px;
    height: auto;
}

.img-sec img {
    width: 100%;
    border: 8px solid #d5e5ef;
}

.img-title {
    text-align: center;
    padding: 15px;
}

.img-title h4 {
    font-size: 20px;
    line-height: 32px;
    padding: 20px 0;
    font-family: roboto-bold;
    position: relative;
    display: inline-block;
}

.img-title p {
    font-size: 16px;
    line-height: 25px;
    min-height: 190px;
}

.img-title a {
    background: #e40000;
    display: inline-block;
    width: 200px;
    margin-top: 0px;
    padding: 10px 15px;
    color: #fff;
    font-size: 24px;
}

.shadow {
    box-shadow: none !important;
    text-align: center;
    width: 100%;
    margin-top: 1px;
}

.shadow img {
    width: 100%;
}

.heading-service h4 {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    padding: 0px 0 20px;
    color: #f9fd50;
}

.heading-service {
    text-align: center;
}

.jobs {
    background: url(../images/jobs.jpg) center fixed;
    text-align: center;
    position: relative;
}

.img-title h4::before {
    position: absolute;
    content: '';
    background: url(../images/red-bar-full.png) no-repeat left bottom;
    width: 96%;
    height: 40px;
    left: 0;
}

.img-title h4::after {
    position: absolute;
    content: '';
    background: url(../images/red-bar-full.png) no-repeat right bottom;
    width: 9px;
    height: 40px;
    right: 0px;
}

.job-heading {
    display: inline-block;
    position: relative;
}

.job-heading h4 {
    font-size: 30px;
    color: #ff0000;
    font-family: roboto-bold;
    padding: 30px 0;
}

.job-heading h4::before {
    position: absolute;
    content: '';
    background: url(../images/red-bar-full.png) no-repeat left bottom;
    width: 92%;
    height: 40px;
    left: 0;
}

.job-heading h4::after {
    position: absolute;
    content: '';
    background: url(../images/red-bar-full.png) no-repeat right bottom;
    width: 9px;
    height: 40px;
    right: 0px;
}

.job-box {
    background: rgba(0, 0, 0, 0.6);
    ;
    color: #fff;
    font-size: 28px !important;
    line-height: 42px !important;
    padding: 40px;
    outline-offset: -25px;
    outline: 1px dotted #f00;
}

.job-box p {
    font-size: 23px;
    line-height: 30px;
    margin: 20px;
}

.jobs a {
    background: #ff0000;
    display: inline-block;
    width: 200px;
    margin: 40px 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
}

.container {
    position: relative;
}

#jobs {
    padding: 50px;
}

.jobs::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.6);*/
    height: 100%;
    position: absolute;
}

/*#Kontakt {
    margin-top: -110px;
}*/
footer {
    background: url(../images/image.png) no-repeat;
    background-size: cover;
    padding: 200px 0;
    line-height: 0px;
}

.foot-icon {
    height: 55px;
    width: 55px;
    background: #e40000;
    border-radius: 50%;
    text-align: center;
}

.foot-icon .fa {
    font-size: 23px;
    color: #fff;
    line-height: 53px;
}

.info-foot {
    /*min-height: 150px;*/
    color: #fff;
    padding: 0px 0 8% 0px;
}

.foot-text {
    padding: 0px;
}

p.email {
    padding-top: 7px;
}

.foot-text p {
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

.foot-info-bg {
    background: rgba(0, 0, 0, 0.6);
    ;
    padding: 40px;
    height: 401px;
}

.email {
    color: #ffea00;
}

.contact-heading {
    text-align: center;
    padding-bottom: 30px;
}

.contact-heading h4 {
    display: inline-block;
    position: relative;
    color: #f9fd50;
    font-size: 30px;
    text-transform: capitalize;
}

.contact-heading h4::before {
    position: absolute;
    content: '';
    background: url(../images/yellow-bar-full.png) no-repeat left bottom;
    width: 96%;
    height: 40px;
    left: 0;
}

.contact-heading h4::after {
    position: absolute;
    content: '';
    background: url(../images/yellow-bar-full.png) no-repeat right bottom;
    width: 9px;
    height: 40px;
    right: 0px;
}

.carousel-item a {
    background: #e40000;
    display: inline-block;
    width: 200px;
    margin: 40px 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    text-transform: uppercase;
}

.map-info iframe {
    min-height: 400px;
    line-height: 0px;
}


.slider-bg-color {
    /*background: #e5f2f8;*/
    background: #fff;
    padding: 0px 0 70px;
    position: relative;
}

.slider {
    background-color: #e5f2f8 bottom: 50px;
    float: left;
    position: relative;
    z-index: 1;
}

.slider-bg-img img {
    width: 100%;
}

.slider-bg-img {
    position: absolute;
    z-index: -1;
    right: -82px;
    top: -160px;
    max-width: 820px;
    width: 100%;
}

.slider-section {
    text-align: center;
}

.slider-section h4 {
    font-size: 30px;
    color: #e40000;
    font-family: roboto-bold;
    padding: 70px 0;
    text-align: center;
    position: relative;
    display: inline-block;

}

.slider-section h4::before {
    position: absolute;
    content: '';
    background: url(../images/red-bar-full.png) no-repeat left bottom;
    width: 92%;
    height: 40px;
    left: 0;
}

.slider-section h4::after {
    position: absolute;
    content: '';
    background: url(../images/red-bar-full.png) no-repeat right bottom;
    width: 9px;
    height: 40px;
    right: 0px;
}

.ps-list {
    border: 13px solid #fff;
    margin-right: -3px !important;
    box-shadow: 2px 2px 2px #a5a5a5;
}

.pgwSlider img {
    border: 13px solid #fff !important;
    margin-right: -3px !important;
    box-shadow: 2px 2px 2px #a5a5a5;
    width: 100%;
}

.pgwSlider .ps-current {
    width: 70% !important;
}


.top-nav-fix {
    top: 0px !important;
    background: #fff;
    box-shadow: 1px 1px 8px #000;
    z-index: 2;
    height: 120px;
    position: fixed;
}

.foot-text a {
    color: #fff;
}

.foot-text .email a {
    color: #ffea00;
}

.impr .email a {
    color: #fff;
}

.impr .email a:hover {
    text-decoration: underline;
    color: #ffea07;
}


.rvs-nav-container .fa {
    font-size: 24px !important;
}



.rvs-container a.rvs-nav-item:first-child,
.rvs-container a.rvs-nav-item {
    border: none !important;
}

.rvs-nav-container span.rvs-nav-item-thumb {
    width: 170px;
}


.rvs-xs.rvs-sm.rvs-md.rvs-lg .rvs-nav-container {
    width: 235px !important;
}

.rvs-nav-container span.rvs-nav-item-thumb {
    width: 180px !important;
}

.rvs-item-container {
    -moz-box-shadow: 1px -1px 69px -22px rgba(0, 0, 0, 0.59);
    box-shadow: 1px -1px 69px -22px rgba(0, 0, 0, 0.59);
}

.rvs-nav-container {
    -moz-box-shadow: 1px -1px 69px -22px rgba(0, 0, 0, 0.59);
    box-shadow: 1px -1px 69px -22px rgba(0, 0, 0, 0.59) !important;
}


.rvs-nav-next img,
.rvs-nav-prev img {
    width: 100%;
    max-width: 35px;
}


.img-fluid {
    max-width: 100%;
    height: 100%;
    width: 100%;
}


/** taxi-stockach css start here **/

.taxi_stockach p,
.taxi_stockach li {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.taxi_stockach li {
    margin-bottom: 12px;
}

.main-heading {
    font-size: 26px;
    color: #1f4e79;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.main-heading h2 {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding-bottom: 12px;
}



.impressum .slider-section,
.taxi_stockach .slider-section {
    float: left;
    width: 100%;
    text-align: left;
}

.impressum .slider-section h4,
.taxi_stockach .slider-section h4 {
    padding: 22px 0;
}


.sub-heading {
    color: #000;
    font-size: 24px;
    text-transform: inherit;
    margin: 0px;
    border-bottom: 1px solid red;
    display: inline-block;
    font-weight: bold;
}

.session-div {
    float: left;
    margin: 0 0 15px 45px;
    line-height: 30px;
}

.taxi_stockach ol li {
    list-style-position: inside;
}

.taxi_stockach ul li {
    list-style: disc;
    list-style-position: outside;
    list-style-position: inherit;
    margin-left: 26px;
}

.taxi_stockach ul.rechts li {
    list-style-position: outside;
    margin-left: 0px;
}

.taxi_stockach ul.bereits>li {
    list-style-position: outside;
    margin-left: 0;
}

.taxi_stockach ul.cookies li,
.taxi_stockach ul.abwick li {
    list-style-position: outside;
    margin-left: 0;
}

.taxi_stockach {
    margin: 140px 0;
}


.impressum {
    margin: 140px 0;
}

.impressum img {
    width: 227px;
    margin: 15px 0 30px;
    display: block;
}

.sub-sub-heading {
    color: #000;
    font-size: 24px;
    text-transform: inherit;
    margin: 0 0 15px;
    border-bottom: 1px solid red;
    display: inline-block;
    font-weight: bold;
}

.impressum ol li {
    font-size: 16px;
    list-style-position: inside;
}

.impressum p span {
    margin: 0;
    display: block;
}

.impressum p span:nth-child(4),
.impressum p span:nth-child(6) {
    margin-bottom: 15px;
}

.impressum p {
    color: #212529;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
}

.list-item {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.taxi_stockach ol>li {
    /*font-weight: bold;*/
    margin: 15px 0;
}


.taxi_stockach ol li>ul {
    margin: 10px 0 0 0px;
    font-weight: normal;
}

.taxi_stockach ol li>ul>li {
    margin: 0px 0 0 20px;
    font-weight: normal;
}

.taxi_stockach ol.rechts li {
    list-style-position: outside;
    margin: 0 0 10px 42px;
}

.taxi_stockach ol.bereits li {
    list-style-position: outside;
    margin-left: 50px;
}

.taxi_stockach ol.bereits ul>li {
    list-style-position: outside;
    line-height: normal;
    margin: 0 0 6px 65px;
}

.taxi_stockach ol.cookies li {
    list-style-position: outside;
    margin-left: 45px;
}

.taxi_stockach ol.abwick li {
    list-style-position: outside;
    margin: 0 0 15px 43px;
}


/** landing page **/

.landing_page1 .slider-section {
    text-align: center;
}


.landing_page1 .slider-section h4::after {
    position: absolute;
    content: '';
    background: url(../images/red-bar-full.png) no-repeat right bottom;
    width: 100%;
    height: 40px;
    right: 0px;
    bottom: 0;
    background-size: 100%;
}

.landing_page1 .slider-section h4::before {
    background: none;
}


.landing_page1 p {
    color: #212529;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
}

.landing_page1 {
    margin: 80px auto;
}

.landing_page1 h4 {
    margin: 0 0 30px;
    padding: 0 0 20px;
}


#jobs {
    background: url("../images/sonnen2.jpg") 0 0 no-repeat;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 5% 0;
    background-position: center 0;
}

.name-call {
    color: #fdbb0a;
    font-size: 50px;
    margin: 0 30px;
    font-family: roboto-bold;
}

.call-desp img {
    width: 60px;
    margin: 0 20px;
}

.phone-no {
    color: #e40000;
    font-size: 50px;
    margin: 0 30px;
    font-family: roboto-bold;
    background: none !important;
}

/* cookie style */
.cookie-consent {
    z-index: 99;
    position: fixed;
    max-width: 22rem;
    right: 25px;
    bottom: 25px;
}


.cookie-consent .cookie-popin {
    z-index: 99;
    position: relative;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    background: #fff;
    padding: 1rem 1.4rem;
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.cookie-consent .cookie-popin .title {
    font-weight: 900;
    font-size: 1.2rem;
    color: #000;
}

.cookie-consent .cookie-popin .description {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    color: #000;
}

.cookie-consent .cookie-popin .description a {
    color: #e40000;
}

.cookie-consent .cookie-popin .user-choice .auth-button {
    width: 100%;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #e40000;
    color: #fff;
    border-radius: 0.2rem;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0.18rem 0.3rem 0.05rem rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    margin-top: 5px;
}

.cookie-consent .cookie-popin .user-choice .auth-button-light {
    background-color: #fff;
    color: #e40000;
}

.cookie-consent.-deploy .cookie-button {
    transform: scale(1) rotate(0);
}

.cookie-consent.-deploy .cookie-popin {
    transform: scale(1);
}

/**** Media Start ****/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 2) {
    #page-top .carousel-item {
        background: url(../images/slide@2x.jpg);
        background-attachment: scroll;
        background-size: cover;
        background-attachment: fixed;
        background-position: center 0;
    }


    #jobs {
        background: url("../images/sonnen2@2x.jpg") 0 0 no-repeat;
        height: auto;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
        padding: 5% 0;
        background-position: center 0;
    }

    .service {
        background: url("../images/footer-mid-bg2@2x.jpg") no-repeat 0 0;
        padding: 25px;
        position: relative;
        background-attachment: fixed;
        background-size: cover;
        background-position: center 0;
    }


}



@media(min-width:1680px) {}

@media(min-width:1575px) {
    .footer-top {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

}

@media(max-width:1600px) {

    .text-section p {
        line-height: 26px;
    }

    .carousel-caption h2 {
        font-size: 28px;
    }

}

@media(min-width:992px) {
    .carousel-grid.col-lg-3 {
        max-width: 20%;
    }

}

@media(min-width:1300px) {

    .carousel-item.active {
        display: block;
        height: 100vh;
    }

    .text-section p {
        padding-bottom: 0px;
    }
}

@media(max-width:1800px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 20px 30px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 20px 5px;

    }

    .text-section p {
        line-height: 25px;

    }

    @media(max-width:1655px) {
        .carousel-item.active {
            display: block;
            height: auto;
        }
    }

    @media(max-width:1500px) {
        .navbar-dark .navbar-nav .nav-link {
            padding: 20px 5px;
        }

        .carousel-item.active {
            display: block;
            height: auto;
        }

    }

    @media(max-width:1440px) {
        .navbar-dark .navbar-toggler-icon {
            background: none;
        }

        .text-section p {
            line-height: 28px;
        }

        .cust-nav .navbar-toggler-icon i {
            color: #ff0000;
            font-size: 28px;
        }

        .navbar-dark .navbar-toggler {
            color: #ff0000;
            border-color: #ff0000;
        }



        .carousel-caption h2 {
            font-size: 25px;
            padding: 40px;
        }

        .one-hand-img img {
            margin: 100px 0px;
        }

        .text-section p {
            line-height: 25px;
            padding-bottom: 0%;
        }

        .navbar-dark .navbar-nav .nav-link {
            padding: 20px 5px;

        }

        .carousel-item.active {
            display: block;
            height: 100vh;
        }


    }

    @media(max-width:1300px) {
        .carousel-item.active {
            display: block;
            height: auto;
        }

        .carousel-caption {
            top: 23%;
        }

        .content p {
            font-size: 14px;
        }

        .one-hand-img img {
            margin: 0;
            width: 100%;
        }

        .heading {
            padding-left: 0;
            text-align: center;
        }

        .text-section p {
            line-height: 30px;
            color: #202224;

        }

        .about-us {
            background-image: none;
            padding: 20px;
        }

        .navbar-dark .navbar-nav .nav-link {
            font-size: 16px;
            margin: 0px 10px;
        }

        .navbar-dark .navbar-nav .nav-item {
            margin: 0 10px;
        }


    }

    @media(max-width:1280px) {

        .navbar-dark .navbar-nav .nav-item {
            margin: 0 20px;
        }

        .slider-bg-img {
            right: -70px;
        }

    }

    @media(max-width:1200px) {

        .carousel-caption h2 {
            font-size: 40px;
            padding: 40px;
            font-size: 35px;
        }

        .slider-bg-img {
            display: none;
        }

        .navbar-dark .navbar-nav .nav-link {
            margin: 0px 0px;
        }

        .navbar-dark .navbar-nav .nav-item {
            margin: 0 20px;
        }

    }

    @media(max-width:1199px) {
        .navbar-dark .navbar-nav .nav-item {
            margin: 0 15px;
        }
    }

    @media(max-width:1140px) {

        .navbar-dark .navbar-nav .nav-link {

            font-size: 16px;
        }
    }

    @media(max-width:1100px) {

        .carousel-caption h2 {
            font-size: 30px;
        }

        .text-section p {
            line-height: 25px;
            font-size: 16px;
        }

        .txt-sec p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 0;
        }

        .txt-sec h5 {
            font-size: 20px;
        }

        .img-title p {
            font-size: 16px;
            line-height: 24px;
            white-space: normal;
            word-break: break-word;
        }

        .img-title a {
            margin-top: 20px;
            font-size: 18px;
        }

        .navbar-dark .navbar-nav .nav-link {
            margin: 0px 5px;
            padding: 20px 5px;
        }


        .navbar-dark .navbar-nav .nav-item {
            margin: 0 10px;
        }

        .one-hand-img img {
            margin: 30% 0 0;
            width: 100%;
        }

    }


    @media(max-width:1024px) {

        #page-top .carousel-item {
            background: url(../images/slide-tab.jpg);
        }

        .name-call {
            font-size: 30px;
        }

        .phone-no {
            font-size: 30px;
        }

        #jobs {
            background: url(../images/sonnen2.jpg) 0 0 no-repeat;
            background-size: 100% auto;
        }

        header img {
            display: block;
            margin: 101px auto 0px;
        }

        .one-hand-img img {
            margin: 25% 0 0;
            width: 100%;
        }

        .slider-section h4 {
            padding: 0;
        }

        .carousel-caption h2 {
            font-size: 25px;
            padding: 25px;
            outline-offset: -12px;
        }

        .btn.contact {
            padding: 4px 30px;
            font-size: 25px;
            margin-top: 14px;
        }

        .content h3 {
            font-size: 16px;
            color: #a29d00;
        }

        .content p {
            font-size: 14px;
            line-height: normal;
        }

        .icon {
            height: 53px;
            width: 53px;
        }

        .icon .fa {
            font-size: 22px;
            line-height: 50px;
        }

        .carousel-caption {
            top: 25%;
        }

        .img-title a {
            width: auto
        }

        .img-title h4 {
            font-size: 100%;
        }

        .info-foot {
            min-height: 100px;
        }

        .foot-icon {
            height: 40px;
            width: 40px;
        }

        .foot-icon .fa {
            font-size: 20px;
            color: #fff;
            line-height: 40px;
        }

        .foot-text p {
            font-size: 100%;
            line-height: normal;

        }

        .foot-text {
            padding: 0px;
        }

        .slider-bg-color {
            background: #e5f2f8;
            padding: 50px;

        }

        .navbar-dark .navbar-nav .nav-link {
            font-size: 14px;
            margin: 5px 15px;
        }

        .navbar-dark .navbar-nav .nav-link {
            margin: 0px 0px;
        }

    }


    @media(max-width:1020px) {
        .navbar-dark .navbar-nav .nav-link {
            margin: 0px 10px;
        }

        .navbar-dark .navbar-nav .nav-item {
            margin: 0;
        }


    }


    @media screen and (max-width:991px) {
        #navbarText {
            background: #000;
            padding: 10px;
        }

        .cust-nav ul.navbar-nav a {
            border-bottom: 1px solid #62605e;
            border-right: none;
        }

        .carousel-caption h2 {
            padding: 20px;
            outline-offset: -10px;
            font-size: 20px;

        }

        .carousel-caption {
            right: 15%;
            bottom: 20px;
            padding-top: 0;
            top: 25%;
        }

        .btn.contact {
            padding: 5px 30px;
            font-size: 25px;
            margin-top: 14px;
        }

        .content h3 {
            font-size: 20px;
        }

        .icon {
            height: 45px;
            width: 45px;
        }

        .icon .fa {

            font-size: 18px;
            color: #ff0000;
            line-height: 41px;

        }

        .navbar-dark .navbar-nav .nav-link {
            color: #fff;
        }

        .content h3 {
            font-size: 16px;
        }

        .content p {
            font-size: 13px;
        }

        .hat-img {
            display: none;
        }

        .about-section .row>div {
            max-width: 100%;
            flex: 100%;
            text-align: center;
        }

        .image {
            width: 100%;
            text-align: center;
        }

        .image img {
            width: 60%;
            float: none;
            display: inline-block;
        }

        .one-sec-hand .row>div {
            max-width: 100%;
            flex: 100%;
        }

        .right-text {
            display: block;
            align-items: center;
            padding: 0;
            float: left;
            width: 50%;
            margin: 20px 0;
        }

        .img-icon {
            width: 100%;
            float: left;
            text-align: center;
        }

        .img-icon img {
            display: inline-block;
            float: none;
        }

        .txt-sec {
            margin-bottom: 15px;
            text-align: center;
        }

        .one-hand-img {
            float: left;
            width: 100%;
            text-align: center;
        }

        .one-hand-img img {
            width: 50%;
            display: inline-block;
            margin: 6% 0 0;
        }


    }


    @media screen and (max-width:850px) {
        .carousel-caption {
            top: 5%;
        }

        .content h3 {
            font-size: 18px;
        }

        .content h3 {
            font-size: 16px;
        }

        .navbar-dark .navbar-nav .nav-link {
            border-bottom: 1px solid #fff !important;
            margin: 0px;
        }

        .nav-link.active {
            border-bottom: 1px solid #ff0000 !important;
        }
    }

    @media screen and (max-width:800px) {
        .btn.contact {
            margin-top: 0;
        }

        .img-icon img {
            width: auto;
        }

        .txt-sec p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 0;
        }

        .img-title p {
            font-size: 14px;
            line-height: 20px;
            white-space: normal;
            word-break: break-word;
        }

        .img-detail {
            min-height: 590px;
        }

        .jobs a {
            width: 150px;
            margin: 20px 0;
            padding: 10px 15px;
            font-size: 18px;
            overflow: hidden;
        }

        .content h3 {
            font-size: 16px;
        }

        .content p {
            font-size: 12px;
            line-height: normal;
        }

        footer {
            padding: 30px 0;
        }

        .foot-info-bg {
            padding: 10px;
        }

        .img-detail {
            padding: 10px;
        }

        .img-title p {
            min-height: 240px;
        }

        .img-detail {
            min-height: 560px;
        }

        .content p {
            font-size: 12px;

        }

    }

    @media screen and (max-width:767px) {
        .slider-section h4 {

            padding: 30px 0;

        }

        .navbar-dark .navbar-nav .nav-link {
            border-bottom: 1px solid #fff !important;
            margin: 0px;
        }

        .nav-link.active {
            border-bottom: 1px solid #ff0000 !important;
        }


        .icon {
            height: 36px;
            width: 36px;
        }

        .content h3 {
            font-size: 18px;
        }

        .content p {
            font-size: 14px;
            line-height: normal;
        }

        .icon .fa {
            font-size: 18px;
            color: #ff0000;
            line-height: 32px;
        }

        .map-info iframe {
            min-height: 400px;
        }

        .img-icon {
            text-align: center;
        }

        .heading {
            padding-left: 0;
            text-align: center;
        }



        .carousel-caption {
            padding-top: 0;
            padding-bottom: 20px;
            top: 0;
        }

        .carousel-caption h2 {
            font-size: 21px;
            padding: 15px;
            outline-offset: -8px;
        }

        .content h3 {
            font-size: 14px;
        }

        .content p {
            font-size: 12px;
            line-height: normal;
        }

        .mt-5,
        .my-5 {
            margin-top: 1rem !important;
        }

        .btn.contact {
            font-size: 17px;
        }

        .content h3 {
            font-size: 11px;
        }

        .content p {
            font-size: 9px;
        }

        .img-title p {
            min-height: inherit;
        }

        .img-title h4 {
            font-size: 25px;
        }

    }

    @media screen and (max-width:640px) {
        .cust-nav a img {
            width: 220px;
        }

        .navbar-dark .navbar-nav .nav-link {
            color: #fff;
            padding: 5px 20px;
            font-size: 18px;

        }

        .rvs-item-container {

            margin: 0px !important;

        }


        .txt-sec {
            text-align: center;
            margin: 20px 0 0;
        }

        .text-section h2 {
            text-align: center;
            width: 100%;
            margin-bottom: 20px;
        }

        .carousel-caption h2 {
            font-size: 18px;
        }

        .txt-sec {
            text-align: left;
            margin: 20px 0 0;

        }

        .img-title p {
            min-height: inherit;
        }

        .img-detail {
            min-height: inherit;
        }

        .img-icon img {
            width: auto;
        }

        .content p {
            font-size: 9px;

        }


    }

    @media screen and (max-width:600px) {

        .info-foot .row>div:first-child {
            width: 20%;
            float: left;
        }

        .info-foot .row>div:last-child {
            width: 80%;
        }

        .foot-icon {
            height: 35px;
            width: 35px;
        }

        .foot-icon .fa {
            font-size: 20px;
            line-height: 36px;
        }

        .foot-text {
            padding: 0;
        }

        .foot-text p {
            font-size: 18px;
            line-height: normal;
        }

        .txt-sec {
            text-align: center;
        }

        .info-section {
            position: relative;
        }

        .icon {
            height: 60px;
            width: 60px;
            margin: 10px 0 20px 0;
            text-align: center;
            display: inline-block;
        }

        .info-section {
            background: #000;

        }

        .icon .fa {
            line-height: 60px;

        }

        .content h3 {

            font-size: 20px;
            color: #a29d00;

        }

        .info-section .content {

            text-align: center;

        }

        .content p {
            font-size: 22px;
            color: #fff;
            line-height: normal;
        }

        .three-panel-block>.row div {
            padding-left: 0;
            padding-right: 0;
        }

        .info-section .content {
            text-align: left;
        }

        .carousel-caption {
            top: 18%;
        }

        .icon {
            height: 30px;
            width: 30px;
            margin: 10px 0 20px 0;
            text-align: center;
            display: inline-block;
            border: none;
        }

        .icon .fa {
            font-size: 18px;
            color: #ff0000;
            line-height: 32px;
        }

        .content h3 {
            font-size: 14px;
            color: #a29d00;
        }

        .content p {
            font-size: 12px;
            color: #fff;
            line-height: normal;
        }

        .info-section .content {
            text-align: center;
        }

    }

    @media screen and (max-width:500px) {
        .right-text {
            width: 100%;
            margin: 0;
        }

        .img-title h4 {
            font-size: 25px;
        }

        .container {
            width: 96%;
        }

    }


    @media screen and (max-width:480px) {
        .info-section {
            position: relative;
        }

        .carousel-caption h2 {
            font-size: 100%;
        }

        .cust-nav a img {
            width: 190px !important;
        }

        .about-us {
            padding: 0px;
            text-align: center;
            font-size: 100% line-height:normal;
        }

        .one-hand-img img {
            width: 100%;
            margin: 0px;
        }

        .heading {
            padding-left: 0px;
            text-align: center;
        }

        .heading h2 {
            font-size: 25px;
        }

        .right-text {
            text-align: center;
        }

        .txt-sec p {
            font-size: 18px;
            line-height: normal;
        }

        .text-section h2 {
            margin: 25px 0;
        }

        .text-section p {
            line-height: 24px;
            font-size: 100%;
        }

        .about-us {
            background-image: contain;
        }

        .service {
            padding: 0px;
        }

        footer {
            padding: 0px;
        }

        .foot-icon {
            display: inline-block;
            text-align: center;

        }

        .info-foot {
            text-align: center;
        }

        .contact-heading {
            text-align: center;
            padding: 30px;

        }

        .foot-text {
            padding: 10px 0 0 0px;
        }

        .foot-text p {
            font-size: 100%;
            line-height: normal;
        }

        .map-info iframe {
            width: 100%;
        }

        .job-box {
            font-size: 100%;
            line-height: 22px;
        }

        .btn.contact {
            padding: 0px 20px;
            font-size: 16px;
            color: #fff;
            border: none;
            margin-top: 10px;
        }

        .mt-4,
        .my-4 {
            margin-top: .5rem !important;
        }

        .mt-5,
        .my-5 {
            margin-top: 1.5rem !important;
        }

        .info-section {
            background-color: #000;
        }

        .carousel-caption h2 {
            background: rgba(0, 0, 0, 0.6);
            ;
            padding: 10px;
            outline-offset: -5px;
            font-size: 14px;
        }

        /*.carousel-caption{
    top:0px;
}*/
        .carousel-caption {
            top: 50px;
        }

        .carousel-item a {
            width: 150px;
            margin: 10px 0;
            padding: 10px 15px;
            color: #fff;
            font-size: 14px;
            overflow: hidden;
        }

        .job-box {
            font-size: 100% !important;
            line-height: normal !important;
            padding: 20px;
            outline-offset: -10px;
        }

        .job-box p {
            margin-bottom: 0px;
        }

        .icon {
            height: 60px;
            width: 60px;
            margin: 10px 0 20px 0;
            text-align: center;
            display: inline-block;
        }

        .content h3 {
            font-size: 20px;
            color: #a29d00;
        }

        .content p {
            font-size: 22px;
            color: #fff;
            line-height: normal;
        }

        .info-section .content {
            text-align: center;
            color: #fff;
        }

        .icon .fa {
            line-height: 60px;
        }

        .navbar-brand {
            margin-right: 0px;
        }

        .heading-service h4 {
            font-size: 24px;
            line-height: 26px;
            padding: 30px 15px;
        }

        .foot-icon .fa {
            font-size: 26px;
            color: #fff;
            line-height: 40px;
        }

        .foot-icon {
            height: 40px;
            width: 40px;
        }

        .img-title a {
            width: 150px;
            margin-top: 10px;
            padding: 10px 15px;
            font-size: 18px;

        }

        .about-us {
            padding: 0px 0 30px;
        }


        .foot-text p {
            text-align: left;
        }

        .right-text {
            width: 100%;
        }

        .txt-sec p {
            font-size: 14px;
            line-height: normal;
        }

        .one-hand-img img {
            width: 70%;
        }



    }

    @media screen and (max-width: 414px) {

        .carousel-caption {
            top: 11%;
        }

        .txt-sec {
            margin: 20px 0;
        }

        .icon {
            border: 2px solid #f00;
        }

        .content p {
            font-size: 14px;

        }

        .one-hand-img {
            margin-top: 30px;
        }

        .slider-bg-color {
            padding: 0;
        }

        .slider-bg-color {
            padding: 0 0 20px;
        }

        .txt-sec p {
            font-size: 12px;
        }

        .txt-sec h5 {
            font-size: 18px;
        }

        .img-icon img {
            width: 40px;
        }

        .text-section p {
            line-height: 20px;
            font-size: 13px;
        }

        .about-section {
            padding-bottom: 20px;
        }

        .job-box p {
            font-size: 15px;
        }

    }




    @media screen and (max-width:320px) {


        .about_us h1 {
            font-size: 25px;
        }

        .fixed-top {
            position: relative;
        }

        .top-nav-fix {
            position: fixed;
        }
    }