body {
    background-color: #efefef;
    color: black; /*	#839496; */
    height: 100%;
    margin: 0;
    font-family: "ff-din-web-condensed", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    
    /*background-image: url(../images/BG1.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sectionMargins {
    margin-top: 60px;
}

.padding1x {
    padding: 10px;
}

.serviceCell {
    padding: 10px;
    transition: all 0.2s ease-in;
    background-color: #232323; /* #073642; */
    border: 1px solid #282828; /* #073642; */
    height: 218px;
    padding-left: 30px;
}

    .serviceCell:hover {
        background-color: #963947;
        cursor: pointer;
    }

.pullDown {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
}

.serviceCellName {
    color: #cdcdcd; /* #9e9e9e; */
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-family: "ff-din-web-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
    bottom: 0;
}

.serviceCellCounter {
    color: white; /* #b58900; */
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

h1 {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 18px;
    padding-left: 2px;
    text-align: center;
    text-transform: uppercase;
    font-family: "ff-din-web-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

h3 {
    color: #212121; /* #839496; */
    font-size: 34px;
    letter-spacing: 3px;
    line-height: 43px;
    margin: 0;
    padding-bottom: 30px;
    text-align: justify;
    /*	text-transform: uppercase; */
    -webkit-font-smoothing: antialiased;
    font-family: "ff-din-web-condensed", sans-serif;
    font-style: normal;
    font-weight: 200;
}

.footerHeading {
    color: #282828; /* #9e9e9e; */
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: "ff-din-web-pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 5px;
}

.footerText {
    font-size: 14px;
    font-family: "ff-din-web-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

input, textarea {
    font-family: "ff-din-web-pro", sans-serif;
    width: 100%;
    padding: 10px;
    margin: 5px;
}

.formElement {
    margin-bottom: 20px;
}

.submitButton {
    background-color: #963947;
    color: #839496;
    margin-top: -3px;
    padding: 8px;
    font-family: "ff-din-web-pro", sans-serif;
}

.section-header {
    color: #dc1019; /* #7f7f7f; */
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 18px;
    padding-left: 2px;
    text-align: center;
    text-transform: uppercase;
    font-family: "ff-din-web-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 60px;
}

.title-bar {
    background-color: #dc1019; /* #7f7f7f; */
    display: block;
    height: 1px;
    margin: 0 auto 12px auto;
    width: 60px;
}

.sliderHeading {
    font-size: 140px;
    line-height: 85px;
    letter-spacing: 5px;
    color: #839496;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-family: "ff-din-web-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.sliderSubHeading {
    font-size: 21px;
    letter-spacing: 3px;
    line-height: 21px;
    margin-top: -3px;
    color: #839496;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-family: "ff-din-web-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.menuItem {
    color: #9e9e9e;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 58px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in;
    font-family: "ff-din-web-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin-left: 20px;
}

.close {
    color: #d33682;
}

    .close:hover {
        color: #d33682;
    }

.modal-content {
    background: #efefef; /* white; */
    border: 1px solid #232323;
    background-image: url(../images/DialogBackground.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.modalHeading {
    display: block;
    color: #d33682;
    font-size: 54px;
    font-weight: normal;
    line-height: 54px;
    text-transform: uppercase;
    font-family: "ff-din-web-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modalSubHeading {
    display: block;
    color: #b58900;
}

.modalBody {
    color: #282828; /*  #839496; */
    font-size: 14px;
    font-family: "ff-din-web-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
}

.modalContentHeading {
    font-weight: bold;
    font-size: larger;
    color: #b58900;
}

.defaultText {
    color: #282828; /* #839496; */
    font-size: 14px;
    font-family: "ff-din-web-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
}

.carousel-caption {
    position: absolute;
    top: 40%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}

.top-bar {
    background-color: #839496;
    color: #839496;
    height: 5px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    /*top: 40%;*/
    width: 90px;
    z-index: 1000;
}

.navbar-dark .navbar-nav .nav-link {
	color: red;
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: red;
}



@media (min-width: 1920px) {
    .sliderHeading {
        font-size: 140px;
        line-height: 128px;
    }

    .sliderSubHeading {
        font-size: 24px;
    }
}

@media (max-width: 1320px) {
    .sliderHeading {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 1170px) {
    .sliderHeading {
        font-size: 85px;
        line-height: 85px;
    }

    #keyboard_icons {
        display: none;
    }
}

@media (max-width: 1024px) {
    .carousel-caption {
        display: block;
    }
    .sliderHeading {
        font-size: 60px;
        line-height: 60px;
    }

    .sliderSubHeading {
        font-size: 18px;
    }
}

/*@media (max-width: 768px) {
    .sliderHeading {
        font-size: 42px;
        line-height: 42px;
    }

    .sliderSubHeading {
        font-size: 18px;
    }
}*/

.carousel-indicators > li {
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border: 1px solid #839496;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators {
    /*border: 1px solid red;*/   
}
.modal-body {
    padding-top: 0;
}

.copyright {
        color: #7f7f7f;
    margin-top: 20px;
    font-size: 14px;
    font-family: "ff-din-web-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}