body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-style: 16px;
    background: url(../images/grid.jpg) repeat;
    background-position: center center;
    font-weight: 400;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.slide {
    background: black;
}

.slide img {
    /* width: 70% !important; */
    width: 82% !important;
}

.slide h1 {
    color: #ffffff;
    font-size: 70px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    line-height: 80px;
}

.carousel-item {
    background-size: cover;
    background-position: center center;
}

.carousel-inner,
.carousel,
.carousel-item,
.fill {
    height: 100%;
    min-height: 400px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.slide-wrapper {
    display: inline;
}

.slide-wrapper .container {
    padding: 0;
}

.carousel-inner>.carousel-item.carousel-item-next,
.carousel-inner>.carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.carousel-inner>.carousel-item.carousel-item-prev,
.carousel-inner>.carousel-item.active.carousel-item-left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}

.carousel-inner>.carousel-item.next.carousel-item-left,
.carousel-inner>.carousel-item.carousel-item-prev.carousel-item-right,
.carousel-inner>.carousel-item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}

.closebtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    background: #fff;
    padding: 5px;
}

header {
    background: url(../images/overhead_handshake.jpg) no-repeat;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-origin: padding-box, padding-box;
    background-position: 0 0%, center center;
    background-size: cover;
    color: #fff;
    min-height: 740px;
}

.bg-gradient {
    min-height: 740px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-top {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 0 10px 0;
}

.header-top ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 20px;
}

.header-top ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px 5px 35px;
}

.header-top ul {
    margin: 20px 0 0 0;
}

.header-top ul li a:hover {
    text-decoration: none;
    color: #EBC0A3;
}

.emailico {
    background: url(../images/email.png) no-repeat 5px 5px #ffffff;
}

.phoneico {
    background: url(../images/call.png) no-repeat 5px 5px #ffffff;
}

.banner-text {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
}

.banner-text h1 {
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-one {
    background: #F1F1F1;
    padding: 30px 0 30px 0;
}

.section-two {
    background: #fff;
    padding: 30px 0 30px 0;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
}

.faq-section h2 {
    color: #fff;
    position: relative;
}

.faq-section {
    background: url(../images/question-mark.jpg) no-repeat;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-origin: padding-box, padding-box;
    background-position: 0 0%, center center;
    background-size: cover;
    color: #fff;
    min-height: 300px;
    padding: 30px 0 30px 0;
}

.faq-section .bg-gradient {
    min-height: 100%;
}

.faq-section .card {
    background-color: inherit;
}

.faq-section .card p {
    font-size: 18px;
}

.faq-section .card-header {
    background-color: rgba(255, 255, 255, 0.6);
}

.faq-section .btn-link,
.faq-section .btn-link:hover {
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    display: block;
}

footer {
    background: #000;
    padding: 20px 0 20px 0;
}

footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 1023px) {
    .logo img {
        width: 100%;
    }
    .header-top ul {
        margin: 6px 0 0 0;
        padding: 0;
    }
    .header-top ul li {
        margin: 0 0 0 18px;
    }
}


}
@media only screen and (max-width:991px) {
    header {
        background-position: center center;
    }
    
    .banner-text h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {}