﻿.headtoppart {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 0px auto;
    padding: 0px 0px;
    min-width: 320px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.bg-white {
    background-color: #fff !important;
}

.headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.headertopleft {
    width: 50%;
    float: left;
    padding-left: 15px;
}

.headertopright {
    float: right;
    text-align: right;
}

.txt-400 {
    font-weight: 400;
    color: #575757;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.b-right {
    border-right: 1px solid #ddd;
}

.headtoppart .b-right {
    border-right: 1px solid #ddd;
    padding-right: 15px;
    margin-right: 10px;
}

.header-info i, .header-contacts i {
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    top: -1px;
    margin-right: 7px;
    margin-left: 5px;
}

.header-area {
    background-color: white !important;
}

    .header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
        background-color: #343a40 !important;
    }

@media (max-width: 600px) {
    #logoImage {
        width: 350px !important;
        left: -50px !important;
        top: -20px !important;
    }

    .hiddensm {
        display: none !important;
    }

    .headertopleft {
        width: 100% !important;
        float: left;
        padding:0px !important;
    }
    .headertopright {
        float: left !important;
        text-align: left;
    }
}

.main-intro {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 226px 0px 20px 0px;
    position: relative;
    overflow: hidden;
    top: 50px;
    background-image: url('../images/slider-3.jpg');
    /*background: linear-gradient(to bottom, #33ccff 0%, #cc99ff 100%);*/
}

    .main-intro .container {
        text-align: center;
        margin-top: -150px;
    }

.heading {
    font-size: 5.25rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .heading {
        font-size: 1.25rem;
    }
}

.white-colour {
    color: white;
}

.text-center {
    text-align: center;
}

.hero-links {
    margin-top: 50px;
}

    .hero-links h5 {
        display: inline-block;
        line-height: 1;
        margin-right: 40px;
    }

.image-size {
    width: 20px;
}
.center-text {
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}
