
.type-post .blog-content {
    position: relative;
}

#team-section .btn-info {
    color: #ffffff;
    width: 20%;
}
.member-name{width: 80%;}
.team-type {
    margin: 5px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.social {
    width: 100%;
}

.footer-main .row > div {
    text-align: center;
}

.modal-dialog {
    width: 60%;
    margin: 5% auto;
}

.map iframe {

    width: 100%;
}

.owl-theme .owl-controls .owl-nav .owl-next, .owl-theme .owl-controls .owl-nav .owl-prev {
    background-color: transparent;
    color: #d6d6d6;
    font-size: 0;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    margin: 5px;
    height: 97.5%;
    background-size: 15px;

    border-radius: 0;

}

.owl-theme .owl-controls .owl-nav .owl-next {
    background-image: url("../images/carousel/right.png");
    right: 5px;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    background-image: url("../images/carousel/left.png");
    left: 5px;

}

.owl-theme .owl-controls .owl-nav .owl-next:hover, .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    opacity: 0.7;

}

.owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-image: url("../images/carousel/right.png");
    right: 5px;

}

.owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-image: url("../images/carousel/left.png");
    left: 5px;

}

.owl-theme .owl-controls .owl-nav .owl-prev:hover, .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #d6d6d6;
    font-size: 0;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    margin: 5px;
    height: 97.5%;
    background-size: 15px;
    border-radius: 0;

}

.top-header ul {
    float: right;
}

.video-container iframe {
    display: block;
    margin: 25px auto;
}

.video-container {
    position: relative;
    padding-bottom: 47%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

/*navigation*/

.team-type .member-content{
    opacity: 1;

}


/*.map iframe*/

@media (max-width: 995px) {
    .guidance-tabpanel .tab-right {
        padding-left: 0;
    }

    .type-post .blog-content .entry-content p {
        margin: 40px 0;
    }
}

@media (max-width: 900px) {
    .section-padding {
        padding: 20px 0;
    }

    .about-right p {
        font-size: 12px;
        line-height: 23px;
        margin-bottom: 0;
        text-align: justify;
    }

    .about-section .section-header {
        margin-bottom: 20px;
    }

    .service-section .section-header {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .service-heading img {
        margin-top: -115px;
    }

    .guidance-tabpanel .tab-right ul li, .guidance-tabpanel .tab-left ul li {
        margin-bottom: 0;
    }

    .guidance-tabpanel .tab-right ul li a, .guidance-tabpanel .tab-left ul li a {
        font-size: 12px;
    }

    .tab-left h3 {
        margin-bottom: 10px;
    }

    .section-header h3 {
        margin: 0 32px;
    }

    .call-out-content {
        text-align: center;
    }

    .section-header h3 {
        font-size: 20px;
    }

    #milestones-section .type-post {
        max-width: 100%;
    }

    .type-post .post-date {
        left: 15px;
    }

    .type-post:last-of-type {
        margin-bottom: 0;
    }

    .tab-right ul li, .tab-left ul li {
        width: 85%;
    }

    #ethos-section .section-header p {
        text-align: justify;
        font-size: 12px;
    }

    .testimonial-content p {
        text-align: justify;
        font-size: 12px;
        line-height: 18px;
    }

    .testimonial-content {
        padding: 0;
    }

    .testimonial-carousel .testimonial-box .col-md-12 {
        padding: 0;
    }

    .contact-content {
        padding: 0;
    }

    .contact-content > div.col-xs-6 {
        padding: 0;
    }

    .entry-content p {
        font-size: 12px;
    }

    .portfolio-item-hover p {
        font-size: 12px;
    }

    .contact-form .col-xs-6 {
        padding: 0;
    }

}

@media (max-width: 767px) {
    .portfolio-item {
        width: 100%;
    }

    .type-post .blog-content .entry-content p {
        margin: 20px 0;
    }

    .modal-dialog {
        width: 95%;
        margin: 1% auto;
    }

    .latest-block-box-carousel .owl-controls .owl-dots, .team-section .owl-controls .owl-dots {
        display: none !important;
    }

    .latest-block-box-carousel .owl-controls .owl-nav > *, .team-section .owl-controls .owl-nav > * {
        display: block !important;
    }

    .top-header ul {
        float: none;
        text-align: center;
        margin-top: 12px;
    }

    .top-header p {
        text-align: center;
    }

    .middle-header .text-right {
        margin-top: -20px;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .btn-group-lg > .btn, .btn-lg {
        margin: auto;
        display: block;
    }
}

@media (max-width: 500px) {
    .type-post .blog-content {

        min-height: 500px;

    }
    
    
    .banner-content p{
        display: none;
    }
    
     .banner-content{
        max-width: 15px;
        margin-left: -15px;
        margin-top: -10px;
    }
    
}

