* {
    padding: 0;
    margin: 0;
    outline: none;
}

body {
    font-size: 14px;
    font-family: 'Nexa';
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

h1,
h2,
h3 {
    font-family: 'Nexabold';
}

.parallax {
    background-attachment: fixed;
    background-image: url(../img/service-detail-bg.jpg);
    background-position: center center, center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}


/*--========== Header Area Style ==========--*/

.header-area {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 25px 0;
    top: 0;
    left: 0;
    z-index: 9;
}

.header-area>.container {
    position: relative;
}

.header-area .logo {
    display: inline-block;
}

.header-area .logo img {
    width: 320px;
    max-width: 100%;
}

.header-area ul {
    position: absolute;
    right: 0;
    top: 0;
}

.header-area ul li {
    display: inline-block;
    padding-right: 40px;
}

.header-area ul li:last-child {
    padding-right: 0;
}

.header-area ul li a {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}


/*--========== End Header Area Style ==========--*/


/*--========== Main Banner Area Style ==========--*/

.tqi-banner {
    width: 100%;
    height: 100vh;
    background-image: url(../img/slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.tqi-banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
}

.tqi-banner-table {
    width: 100%;
    height: 100%;
    display: table;
}

.tqi-banner-table-cell {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

.tqi-banner-content {
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 60px;
}

.tqi-banner-content h1 {
    color: #ffffff;
}


/*--========= End Main Banner Area Style ===============--*/


/*--========= Services Area Style ===============--*/

.services-area {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,3124ad+0,2989d8+36,2989d8+36,7db9e8+61,7db9e8+61,a8e96c+100 */
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1e5799 0%, #3124ad 0%, #2989d8 36%, #2989d8 36%, #7db9e8 61%, #7db9e8 61%, #a8e96c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1e5799 0%, #3124ad 0%, #2989d8 36%, #2989d8 36%, #7db9e8 61%, #7db9e8 61%, #a8e96c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1e5799 0%, #3124ad 0%, #2989d8 36%, #2989d8 36%, #7db9e8 61%, #7db9e8 61%, #a8e96c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#a8e96c', GradientType=1);
    /* IE6-9 */
    padding: 40px 0;
}

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

.single-service i,
.single-service img {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
}

.service-btn {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    border: 2px solid #ffffff;
    padding: 10px 0;
    background-color: #000000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.service-btn:hover {
    color: #000000;
    background-color: #ffffff;
}

.services-detail {
    background-image: url(../img/service-detail-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.services-detail:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
}

.services-detail h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    max-width: 460px;
    line-height: 30px;
    margin: 0 auto;
    padding: 40px 0;
}

.service-details-slider-wrap {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(0, 0, 0, .4);
}

.service-details-slider {
    width: 100%;
}

.single-service-detail {
    width: 100%;
}

.single-service-detail h2 {
    margin: 0;
    padding: 25px 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.service-details {
    box-sizing: border-box;
    padding: 30px 50px;
}

.service-details h4 {
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 2px dashed #ffffff;
}

.service-details p {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
}


/*
.slider-arrow {
    position: absolute;
    font-size: 60px;
    margin: 0;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

*/
.slider-arrow.left {
    left: -100px;
}
.slider-arrow.right {
    right: -100px;
}

.slider-arrow {
    position: absolute;
    width: 48px;
    height: 27.71px;
    background-color: rgba(0,0,0,0.5);
    margin: 13.86px 0;
    color: #ffffff;
    font-size: 23px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-arrow:before,
.slider-arrow:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    left: 0;
}

.slider-arrow:before {
    bottom: 100%;
    border-bottom: 13.86px solid #000000;
    opacity: 0.5;
}

.slider-arrow:after {
    top: 100%;
    width: 0;
    border-top: 13.86px solid #000000;
    opacity: 0.5;
}


/*--========= End Services Area Style ===============--*/


/*--========= Contact Area Style ===============--*/

.contact-area {
    background-color: #000000;
    padding: 50px 0;
}

.contact-content {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.contact-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 15px;
    display: inline-block;
    margin-bottom: 25px;
    border-bottom: 2px solid #ffffff;
}

.contact-heading h4 {
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 2px dashed #ffffff;
    color: #ffffff;
}

.contact-heading p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
}

.contact-form .row {
    margin: 0 -10px;
}

.contact-form .col-md-6,
.contact-form .col-md-12 {
    padding: 0 10px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control {
    border-radius: 0;
    background-color: #ffffff;
    height: inherit;
    border: none;
    box-shadow: none;
    padding: 15px;
    font-size: 16px;
    color:
}

.submit-button {
    padding: 0;
    background-color: transparent;
}


/*--========= End Contact Area Style ===============--*/


/*--========= Footer Area Style ===============--*/

.footer-area {
    background-color: #2F1DA8;
    padding: 30px 0;
    border-top: 4px solid #ABEC67;
}

.footer-area p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
}

.footer-menu {
    float: right;
    text-align: right;
}

.footer-menu li {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
}

.footer-menu li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 15px;
}

.footer-menu li:last-child a {
    padding-right: 0;
}


/*--========= End Footer Area Style ===============--*/


/*--========= Privacy Page Style ===============--*/

.privacy-page-wrap {
    background-color: #000000;
}

.privacy-content {
    max-width: 900px;
    margin: 250px auto;
}

.privacy-content h2 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 2px solid #ffffff;
}

.privacy-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: left;
}

.border-dashed {
    border-bottom: 2px dashed #606060;
    max-width: 500px;
    margin: 0 auto;
}


/*--========= End Privacy Page Style ===============--*/

@media only screen and ( max-width:991px) {
    .service-btn {
        font-size: 16px;
        letter-spacing: 0;
    }
    .slider-arrow.right {
        right: -60px;
    }
    .slider-arrow.left {
        left: -60px;
    }
}

@media only screen and ( max-width:767px) {
    .header-area ul {
        position: relative;
    }
    .header-area .logo {
        margin-bottom: 20px;
    }
    .service-btn {
        max-width: 300px;
    }
    .single-service i {
        margin-bottom: 15px;
    }
    .single-service {
        margin: 35px 0;
    }
    .slider-arrow {
        display: none !important;
    }
    .footer-area p {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-menu {
        display: block;
        float: none;
        text-align: center;
    }
    .footer-menu li a {
        padding: 0 15px !important;
    }
}

@media only screen and ( max-width:500px) {
    .contact-heading h2,
    .single-service-detail h2 {
        font-size: 20px;
    }
    .single-service-detail h2 {
        padding: 20px 0;
    }
    .contact-heading h4,
    .service-details h4,
    .services-detail h4 {
        font-size: 18px;
    }
    .contact-heading p,
    .footer-area p,
    .footer-menu li a,
    .service-details p {
        font-size: 14px;
    }
    .service-details {
        padding: 25px 20px;
    }
    .tqi-banner-content h1 {
        font-size: 28px;
    }
}
