/*
Theme Name: 3o-BPO 2017.
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: Angie Senining
Author URI: Your website address.
*/

body.lp-3obpo {
    font-family: Roboto,'Open Sans',"Helvetic Neue",Helvetica;
    margin: 0;
    color: rgb(56, 54, 54);
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    body.lp-3obpo {
        font-size: 14px;
    }
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-t-lg {
    margin-top: 30px;
}
.p-t-lg {
    padding-top: 30px;
}
.p-b-lg {
    padding-bottom: 30px;
}
.p-m {
    padding: 15px;
}
.fw3 {
    font-weight: 300;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pre-section {
    height: 70px;
}

/*Navbar*/
.navbar {
    padding: 5px 0;
    border-bottom: 2px solid rgb(28, 69, 135);
    background-color: #ffffff;
    z-index: 999;
}
.navbar-toggle {
    border: 1px solid #eeeeee;
}
.navbar-toggle>.icon-bar {
    background-color: rgb(60, 120, 216);
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.navbar-collapse {
    float: right;
}
@media only screen and (max-width: 767px) {
    .navbar-collapse {
        background-color: #ffffff;
        float: none;
    }
}
.navbar-btn {
    display: none;
}
@media only screen and (max-width: 767px) {
    .navbar-btn {
        display: block;
    }
}
img.logo {
    height: 48px;
    width: 170px;
    margin-top: 3px;
}
@media only screen and (max-width: 767px) {
    img.logo {
        width: 150px;
        margin-left: 10px;
    }
}
.menu-container {
    display: flex;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .menu-container {
        flex-direction: column;
        align-items: center;
    }
}
.menu-container>li {
    line-height: 48px;
}
.menu-item {
    padding: 0;
    color: rgb(28, 69, 135);
    /*font-size: 15px;*/
    text-decoration: none;
}
.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
    background-color: transparent;
    outline-color: transparent;
    text-decoration: underline;
}
/*Navbar End*/

/*Main header*/
.pre-section-top {
    height: 100px;
}
.mh-container {
    background: url(./images/world_bg.png) center no-repeat;
    background-size: contain;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .mh-container {
        height: 210px;
    }
}
.mh-slide-item {
    text-align: center;
    width: 500px;
    font-size: 25px;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .mh-slide-item {
        font-size: 22px;
    }
}
/*Main header End*/

/*Services*/
@media (min-width: 992px) {
    .dt-md {
        display: table;
    }
    .dtc-md {
        display: table-cell;
        float: none;
        height: 1em;
    }
}
.service-card-item {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    height: 100%;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .service-card-item {
        height: auto;
    }
}
.service-header {
    text-align: center;
    font-size: 18px;
}
.service-desc {
    color: #676a6c;
    font-size: 14px;
}
.service-desc>p {
    line-height: 24px;
    text-align: justify;
}
ul.industry-list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #676a6c;
}
@media only screen and (max-width: 767px) {
    ul.industry-list {
        padding: 0;
        flex-direction: column;
        align-items: center;
    }
}
ul.industry-list>li {
    margin: 0 10px;
}
/*Services End*/

/*Divider*/
.divider {
    color: #fff;
    text-align: center;
    padding: 28px 0;
    font-size: 30px;
}
.divider.bg-blue {
    background-color: #627eac;
}
.divider.bg-gray {
    background-color: #999999;
}
/*Divider End*/

.header {
    color: rgb(60, 120, 216);
    text-align: center;
    font-size: 35px;
    font-weight: 300;
}
div.header:after {
    display: block;
    content: "";
    height: 1px;
    width: 120px;
    margin: 5px auto 20px;
    position: relative;
    background: rgb(60, 120, 216);
}
.portfolio-header {
    color: #ffffff;
}
div.portfolio-header:after {
    background: #ffffff;
}
.sub-header {
    color: rgb(60, 120, 216);
    text-align: center;
    font-size: 25px;
    font-weight: 300;
}
.description>p {
    text-align: center;
    line-height: 25px;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .divider {
        font-size: 22px;
    }
    .header {
        font-size: 25px;
    }
    .sub-header {
        font-size: 18px;
    }
    .description>p {
        text-align: justify;
        font-size: 14px;
        line-height: 22px;
    }
}

/*CSR*/
.photo-item {
    height: 350px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
@media only screen and (max-width: 767px) {
    .csr-swiper-container {
        height: 400px !important;
    }
    .photo-item {
        height: 300px;
    }
}
.photo-item>img {
    height: 100%;
    width: 100%;
}
.photo-desc {
    position: absolute;
    bottom: 0;
    margin: 0;
    color: #fff;
    padding: 10px;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background: -webkit-linear-gradient(top, transparent, #1f1b1b);
    background: -o-linear-gradient(top, transparent, #1f1b1b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, transparent, #1f1b1b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, transparent, #1f1b1b); /* Standard syntax (must be last) */
}

/*Portfolio*/
.port-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.port-item {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.port-item>img {
    /* -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
    max-height: 80%;
    max-width: 65%;
}
/*Portfolio End*/

/*Personnel 3obpo*/
.pcard-item {
    text-align: center;
    margin: 20px 0;
    font-weight: 300;
}
.pcard-item>img {
    border-radius: 50%;
    height: auto;
    width: 145px;
    margin-bottom: 20px;
}
.pcard-item-info>div.name {
    color: rgb(60, 120, 216);
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .pcard-item-info>div.name {
        font-size: 16px;
    }
}
.pcard-item-info>div.position {
    color: #676a6c;
    font-size: 14px;
    margin-top: 5px;
}
.comment-item {
    text-align: center;
    color: #676a6c;
}
.comment {
    font-size: 18px;
}
.comment-author-name {
    color: rgb(60, 120, 216);
}
/*Personnel 3obpo End*/

/*3obpo description*/
#description-3obpo {
    color: #fff;
    background-color: #666666;
    /*padding: 25px;*/
}
.desc-header {
    font-size: 22px;
    margin: 15px 0 20px;
}
@media only screen and (max-width: 767px) {
    .desc-header {
        font-size: 18px;
    }
}
/*3obpo description end*/

/*Contact*/
.contact-us {
    margin-bottom: 100px;
}
.contact-item {
    display: flex;
    margin-bottom: 20px;
}
.contact-form {
    position: relative;
}
i.fa {
    font-size: 18px;
    margin-right: 10px;
}
i.linked {
    color: #007bb6;
}
i.fb {
    color: #3b579d;
}
a.rm-u {
    text-decoration: none;
    color: inherit;
}
.contact-form-info>input {
    width: 48%;
    height: 40px;
    margin-bottom: 20px;
    padding: 5px;
}
.contact-form-message>textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    padding: 5px;
}
.ph-map {
    background: url(./images/ph_map.png) center no-repeat;
    background-size: contain;
}
#locate-btn {
    cursor: pointer;
}
#map, #map-bg {
    width: 100%;
    height: 350px;
    filter: grayscale(100%);
}
@media only screen and (max-width: 767px) {
    .contact-container {
        flex-direction: column;
    }
    .contact-item {
        margin-bottom: 5px;
    }
    .locate-map {
        height: 230px;
        margin-bottom: 20px;
    }
    .locate-map, .contacts, .contact-form {
        width: 100%;
    }
    .contact-form {
        margin-bottom: 30px;
    }
}
.send-btn {
    background-color: rgb(60, 120, 216);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    border: 0;
    padding: 11px 20px;
    float: right;
}
input.send-btn:focus, input.send-btn:hover {
    background-color: rgb(28, 69, 135);
    outline: 0;
}

/*Contact End*/

/*Swiper*/
.swiper-container {
    width: 100%;
}
.csr-swiper-container {
    height: 450px;
}
.comments-swiper-container {
    height: 150px;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*Swiper End*/

.footer {
    color: #868686;
    font-size: 13px;
}
