/* Page Banner */

#Page_Banner {
    background-image: url(../images/agent-r/agent-r.jpg);
}


/* section-1 */

#section-1 .col-right {
    background-color: #F2F2F2;
}

#section-1 span {
    background-color: #F2F2F2;
    border: 1px solid rgb(228, 228, 228);
    padding: 10px 30px;
    color: #333333;
}


/* section-2 */

#section-2 {
    background-color: #F2F2F2;
}


/* section-3 */

#section-3 {
    background-color: #FFFFFF;
}

#section-3 h2 {
    color: #333333 !important;
}

#section-3 p.content {
    color: #333333 !important;
}


/* section-3 */

#section-3 p {
    color: #ffffff !important;
    margin-left: 0px;
    margin-right: 0px;
}


/* section-4 */

#section-4 {
    background-image: url(../images/agent-r/agent-r-5.png)
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 980px) {}

@media only screen and (max-width: 768px) {
    section div.row>div {
        margin-bottom: 0px;
    }
}


/* class Page_Banner */
.Page_Banner {
    background-position: center 100px;
    background-size: auto 500px !important;
    background-position-x: center;
    background-position-y: top;
    background-attachment: scroll !important;
    height: 500px;
    padding-top: 60px;
}

.Page_Banner h1 {
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: 400;
    padding: 5px 15px;
    letter-spacing: 2px;
}

.Page_Banner .slogan {
    background-color: #cc0000;
    color: white;
    padding: 5px 15px;
    margin: 0px 0px;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 2px;
}

.Page_Banner .content {
    font-size: 18px;
    font-weight: 300;
    padding: 5px 15px;
}

.Page_Banner .col-01 {
    background-color: rgba(255, 255, 255, 0.6) !important;
    border-radius: 10px;
}

/* class Page_Banner */

/* hunter_Page_Banner */

#hunter_Page_Banner {
    background-image: url(../images/hunter/banner.jpg);
}

.left {
    float: left;
    margin-right: 10px;
}

.right {
    float: right;
}

/* section-5 */

#section-5 {
    background-color: #ffffff;
}

#section-5 p {
    line-height: 40px;
}

/* section-6 */

#section-6 {
    background-image: url(../images/hunter/2.png);
    background-size: auto 100% !important;
    background-attachment: scroll !important;
    padding-bottom: 300px !important;
}

#section-6 h2 {
    margin-left: 10px;
}

#section-6 .box {
    background-color: rgba(242, 242, 242, 50);
    padding: 20px;
    line-height: 40px;
}

#section-6 .box.shot {
    padding-bottom: 100px !important;
}

/* section-7 */

#section-7 {
    background-color: #ffffff;
}

#section-7 p {
    line-height: 40px;
}

@media only screen and (max-width: 768px) {
    /* section-6 */

    #section-6 {
        padding-bottom: 100px !important;
    }

    #section-6 .box.shot {
        padding-bottom: 20px !important;
    }

    /* class Page_Banner */

    .Page_Banner {
        background-position: center 0px;
        background-size: unset !important;
        padding: 40px 0px 0px 0px;
    }

    .Page_Banner h1 {
        font-size: 32px;
    }

    /* class Page_Banner */
}