﻿body {
    margin: 0;
}

.container {
    margin: auto;
    width: 100%;
}

.header-area {
    /*width: 100%;
    height: 200px;
    _background-color: red;
    overflow: hidden;*/
    padding: 50px;
    text-align: center;
    background-image: url('../img/pagetop/top_banar_02.jpg');
    _background-color: #474e5d;
   
    background-size: 100% 100%;
    color: white;
    height: 300px;
    background-position: center;
    background-size: cover;
}

.main-area {
    width: 100%;
    height: 100%;
    _background-color: yellow;
}

    .main-area .left-area {
        width: 75%;
        height: 100%;
        _background-color: blue;
        float: left;
    }

    .main-area .right-area {
        width: 25%;
        height: 100%;
        _background-color: green;
        overflow: hidden;
    }

.footer-area {
    width: 100%;
    height: 100px;
    _background-color: #c6c6c6;
    overflow: hidden;
}




.div-bg {
    background-image: url('../images/resources/page_bg.jpg');
    background-attachment: fixed;
}


.padl {
    margin: 50px 0;
    background: #fff;
    padding: 30px 50px;
    font-family: 'Poppins', sans-serif;
}

    .padl h3 {
        font-size: 25px;
        text-transform: uppercase;
        letter-spacing: 5px;
        padding-top: 10px;
    }

    .padl p {
        text-align: justify;
    }

    .padl button {
        background: #388E3C;
        color: #fff;
        padding: 15px 25px;
        font-size: 20px;
        text-transform: uppercase;
    }


.logo {
    display: block;
}

.project_logo {
    margin: 30px 0;
}

    .project_logo img {
        width: 450px;
        height: 110px;
        display: block;
        text-align: center;
        margin: 0 auto;
        clear: both;
    }

h2.m_massage {
    border-bottom: 2px solid#1B5E20;
    border-top: 2px solid#1B5E20;
    margin: 15px 0;
    padding: 5px 0;
    text-align: center;
}

.tar ul {
    padding-top: 15px;
    margin-left: 25px;
}

    .tar ul li {
        list-style: square inside url("sqpurple.gif");
        padding-bottom: 5px;
    }

/*==========Contact =============*/
.right-contact {
    text-align: center;
    padding-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

h4.contact-right-add {
    text-align: center;
    background: #1a75ff;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.top-contact p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #110505;
}

.top-contact i {
    color: #1B5E20;
}

.contact-us {
    padding-top: 25px;
    padding-bottom: 60px;
}



.contact-right-bottom {
    padding-bottom: 73px;
}












.project-logo {
    /*    margin-bottom: 10px;*/
}

    .project-logo img {
        padding: 5px;
    }

.project-ads img {
    padding: 5px;
}

label {
    font-size: 14px;
    color: #0e0e0e99;
    font-family: 'Poppins', sans-serif;
}

ul.project_offer_box {
    float: left;
    margin-left: -14px;
    margin-right: -50px;
}

    ul.project_offer_box li {
        padding: 10px 10px;
        font-size: 11px;
        text-align: center;
        display: block;
        vertical-align: middle;
        border-top: 1px solid #A6A6A6;
        border-bottom: 1px solid #A6A6A6;
        border-right: 1px solid #A6A6A6;
        float: left;
        width: 114px;
        height: 60px;
    }

        ul.project_offer_box li:first-child {
            border-left: 1px solid #A6A6A6;
        }

        ul.project_offer_box li i {
            display: block;
            font-size: 16px;
            color: #1B5E20;
        }

.offer-box {
    /*    margin: 10px 0;*/
}

.download-document {
    margin: 25px 0;
}

    .download-document button {
        margin-bottom: 15px;
    }



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

