
section {
    padding: 80px 0;
}

.section-padding
{
	padding: 250px 0px;
}

.main-header {
    background: url(../img/banner.png) no-repeat;
    background-size: cover;
    min-height: 1080px;
}

.aboutus-header {
    background: url(../img/AboutUs.png) no-repeat;
    background-size: cover;
    min-height: 1080px;
}

.logo {
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    height: 20px;
    width: 145px;
    min-height: 45px;
}

.bg-black {
    background: rgba(0,0,0,0.8);
}

.nav-scroll {
    background: rgba(0,0,0,0.8);
}

.fixed-top {
    transition: all 0.5s;
}

.footer-nav-scroll {
    visibility: hidden;
}

.footer-scroll {
    padding: 0px 140px 0px 0px;
    line-height: 16px;
}

.top-title {
    z-index: 5;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    line-height: 38px;
    letter-spacing: 4px;
    opacity: 1;
    text-transform: uppercase;
}

.sub-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 71px;
    letter-spacing: 4px;
    opacity: 1;
}

.title {
    font-size: 110px;
    font-weight: 700;
    color: #fff;
    line-height: 88px;
    letter-spacing: 4px;
    opacity: 1;
    text-transform: uppercase;
    padding: 25px 0px;
}

.btn-service {
    border: 1px solid white;
    background: rgba(115, 115, 115, 0.5);
    color: white;
    display: inline-block;
    font-size: 16px;
    white-space: normal;
    padding: 8px 8px;
    font-weight: normal;
    border-radius: 1px;
    letter-spacing: 1px;
    position: relative;
    width: 215px;
    height: 60px;
    overflow: hidden;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    margin-top: 8px;
    margin-right: 5px;
}

 .btn-service:hover {
     background: rgba(14, 157, 173, 0.8);
     border: 1px solid white;
     color: white;
 }

.botm-line {
    background-color: #2b2b2b;
    width: 34px;
    height: 3px;
    display: inline-block;
}

.black {
    color: #000 !important;
    font-weight: 600;
}

.white {
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
}

.double-space {
    line-height: 25px
}

.footer-social {
    float: right;
}

.image {
    position: relative;
    height: 175px;
    width: 360px;
    float: left;
    margin-top: 14px;
    margin-bottom: 90px;
}

.image-space {
    position: relative;
    height: 175px;
    width: 360px;
    float: left;
    margin-top: 14px;
    margin-bottom: 90px;
}

.icon {
    position: relative;
    height: 48px;
    width: 48px;
    float: left;
    margin-top: 14px;
    margin-bottom: 20px;
}

.icon i {
    font-size: 35px;
}

a {
    color: #0E9DAD;
}

p {
    color: #888;
}

.row {
    margin-left: 10px;
}

.icon-text {
    margin-left: 73px;
    padding: 0px 25px 25px 0px;
}

.icon-section {
    position: relative;
    padding: 80px 0 0 0;
    display: block;
}

.location-info p span {
    display: inline-block;
}

.location-info p span {
    width: 40px;
    font-size: 24px;
    color: #666;
    vertical-align: middle;
}

.location-info p {
    margin-bottom: 5px;
}

.location-info p {
    font-size: 18px;
    line-height: 16px;
    color: #000;
}

.padding-right-zero {
    padding-right: 0px;
}

.padding-bottom {
    padding-bottom: 40px;
}

.contact-icon-container {
    position: absolute;
    top: -60px;
    padding-right: 20px;
    font-size: 200px;
    color: #555;
    line-height: 200px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.footer-social a {
    font-size: 18px;
    color: #666;
}

.footer-designed a {
    font-size: 18px;
    color: #666;
}

@media screen and (max-width: 992px) {
    .top-title {
        font-size: 15px;
    }

    .title {
        font-size: 50px;
        text-align: center;
    }

    .sub-title {
        font-size: 32px;
        line-height: 40px;
        padding: 0px 0px;
        text-align: center;
    }

    .image {
        display: none;
        height: 20px;
        width: 1px;
        float: left;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .env-contact {
        visibility: collapse;
    }

    .contact-icon-container {
        visibility: collapse;
    }

    .icon-text {
        margin-left: 53px;
        padding: 0px 25px 25px 0px;
    }

    .icon i {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .title {
        font-size: 25px;
        line-height: 40px;
        padding: 50px 0px;
        text-align: center;
    }

    .sub-title {
        font-size: 16px;
        line-height: 40px;
        padding: 0px 0px;
        text-align: center;
    }
}
