﻿body {
    background: #e8f0f1 !important;
}

.profileURL {
    width: 100%;
    max-width: 90%;
    border-radius: 10%;
    height: 450px;
    padding: 5px;
    margin: 0 auto 15px auto;
}

.quoteBlock .fa {
    color: #655959;
}

.quoteBlock p {
    width: calc(100% - 70px);
    display: inline-block;
    font-size: 1.8rem !important;
    font-weight: bold;
}

    .quoteBlock p span {
        font-size: 1.8rem !important;
        font-weight: bold;
    }

    .quoteBlock p span {
        font-size: 1.8rem !important;
        font-weight: bold;
    }
    .quoteBlockContent p span {
        font-size: 1.6rem !important;
        font-weight: bold;
        line-height: 2.2rem;
    }
.quoteBlockMessages {
       font-size: 1.6rem !important;
        font-weight: bold;
        line-height: 2.2rem;
}
.msgleftquote {
    font-size: 22px;float:left;vertical-align:top;margin-right: 10px;
}
.msgrightquote {
    font-size: 22px;vertical-align: bottom;margin-left: 10px;
}

   .FAQaccordion #accordion .panel-title h3 {
        margin-bottom: 0px;
    }

   .FAQaccordion #accordion .panel-title a:hover {
        text-decoration: none;
    }

   .FAQaccordion #accordion .panel-title a[aria-expanded="true"]:before {
        content: "\2212";
        position: absolute;
        right: 16px;
        font-weight:bold;
    }

   .FAQaccordion #accordion .panel-title a[aria-expanded="false"]:before {
        content: "\002b";
        position: absolute;
        right: 16px;
        font-weight:bold;
    }
   .FAQaccordion #accordion .panel-default>.panel-heading {
        color: #333;
        background-color: #35498e;
        border-color: #35498e;
        color: #fff;
    }
   .FAQaccordion #accordion .panel-heading, .FAQaccordion #accordion .panel-default {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
}
 .services {
        margin: 20px 0 20px 0;
        padding: 0px 15px;
        line-height: 150%;
        font-size: 1em;
    }

    .edugate-tabs {
        margin: 25px 0 25px 0;
        border: none;
        display: inline-block;
    }

        .edugate-tabs li {
            padding: 0 15px;
            font-size: 17px;
            font-weight: bold;
        }

            .edugate-tabs li.active .text {
                border: none;
                line-height: 1;
                color: #86bc42;
                background: transparent !important;
            }

    .nav-tabs {
        border-bottom: 0px !important;
    }

    .edugate-tabs li .text {
        padding: 0 0 10px 0;
        line-height: 1;
        border: none;
        color: #49575f;
        text-transform: capitalize;
        position: relative;
        cursor: pointer;
    }

    .edugate-tabs li.active .text:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #86bc42;
        bottom: -2px;
        left: 0;
        transition: all 0.3s ease;
    }

    .edugate-tabs li .text:hover:after {
        width: 100%;
    }

    .edugate-tabs li .text:hover {
        background-color: transparent;
        border: none;
    }

    .edugate-tabs li .text:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 2px;
        background-color: #86bc42;
        bottom: -2px;
        left: 0;
        transition: all 0.3s ease;
    }

    .filter-layout h2 {
        color: #0a0a0a;
        font-size: 29px;
        font-weight: bold;
        text-align: left;
    }

    .edugate-tabs > li.active > a:hover {
        border: none !important;
        color: #86bc42;
    }

    .modal-body {
        width: -webkit-fill-available;
        height: -webkit-fill-available;
        background-size: 100% 89%;
        background-repeat: no-repeat;
    }

    /*.close {
        font-size: 40px;
        margin-top: -20px !important;
        color: #000;
    }

    .modal-header {
        padding: 0px !important;
    }*/

    .latest-gallery {
        padding: 46px 0px 70px;
        position: relative;
        text-align:center;
    }

        .latest-gallery:after {
            background: url(../images/resources/noksha.png) repeat;
            content: "";
            display: block;
            height: 10px;
            position: absolute;
            bottom: -7px;
            width: 100%;
            z-index: 2;
        }

        .latest-gallery .single-item {
            padding-bottom: 30px;
            overflow: hidden;
        }

            .latest-gallery .single-item .img-box {
                position: relative;
                overflow: hidden;
                height:200px;
                border: 1px solid #9a9a9a;
            }

                .latest-gallery .single-item .img-box img {
                    -moz-transition: all .5s;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                }

                .latest-gallery .single-item .img-box:hover img {
                    /*transform: scale(1.5) rotate(5deg);*/
                    -moz-transform: scale(1.3) rotate(5deg);
                    -webkit-transform: scale(1.3) rotate(5deg);
                    transform: scale(1.3) rotate(5deg);
                }

                .latest-gallery .single-item .img-box img {
                    width: 100%;
                    height:200px
                }

            .latest-gallery .single-item .title h5 {
                color: #222;
                padding: 25px 0 0;
                font-size: 16px;
                font-weight: 400;
                -webkit-transition: .5s ease;
                transition: .5s ease;
            }

            .latest-gallery .single-item:hover .title h5 {
                color: #48c7ec;
                -webkit-transition: .5s ease;
                transition: .5s ease;
            }

            .latest-gallery .single-item .img-box .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(79, 74, 161, 0.44);
                text-align: center;
                opacity: 0;
                transition: all .3s ease;
            }

                .latest-gallery .single-item .img-box .overlay .social {
                    display: table-cell;
                    vertical-align: middle;
                    position: relative;
                }

                    .latest-gallery .single-item .img-box .overlay .social li a {
                        display: inline-block;
                        width: 60px;
                        height: 60px;
                        text-align: center;
                        font-size: 12px;
                        line-height: 36px;
                        color: #fff;
                        transition: .5s ease-in;
                    }

                        .latest-gallery .single-item .img-box .overlay .social li a i:before {
                            font-size: 20px;
                            color: #6059bb;
                            margin: 0px;
                            background: url(../images/about/abw.png) no-repeat;
                            width: 60px;
                            height: 60px;
                            position: absolute;
                            line-height: 52px;
                            bottom: 50%;
                            margin-bottom: -30px;
                            margin-left: -30px;
                        }

                .latest-gallery .single-item .img-box .overlay .inner {
                    display: table;
                    width: 100%;
                    height: 100%;
                    position: relative;
                }

            .latest-gallery .single-item .social a i:before {
                font-size: 30px;
                color: #fff;
                margin: 0px;
            }

            .latest-gallery .single-item .social h4 {
                font-size: 18px;
                font-weight: 500;
                color: #fff;
                margin-top: 20px;
            }

            .latest-gallery .single-item .img-box .overlay .box {
                display: table;
                width: 100%;
                height: 100%;
            }

                .latest-gallery .single-item .img-box .overlay .box .content {
                    display: table-cell;
                    vertical-align: bottom;
                }

            .latest-gallery .single-item .img-box .overlay .top {
                text-align: center;
            }

                .latest-gallery .single-item .img-box .overlay .top ul {
                    margin-bottom: 0;
                    margin-bottom: 20%;
                }

                .latest-gallery .single-item .img-box .overlay .top li a {
                    width: 45px;
                    height: 45px;
                    color: #fff;
                    font-size: 16px;
                    line-height: 48px;
                    text-align: center;
                    background: #222;
                    display: block;
                    border-radius: 50%;
                    -webkit-transition: .4s ease;
                    transition: .4s ease;
                }

                    .latest-gallery .single-item .img-box .overlay .top li a:hover {
                        background: #1f1f1f;
                        color: #48c7ec;
                    }

            .latest-gallery .single-item .img-box .overlay .bottom {
                padding: 10px 0px;
                padding-right: 0;
                text-align: center;
            }

                .latest-gallery .single-item .img-box .overlay .bottom .title h3 {
                    margin: 0;
                    color: #fff;
                    font-family: "Roboto Slab", serif;
                    line-height: 30px;
                    font-size: 15px;
                }

            .latest-gallery .single-item:hover .img-box .overlay {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                opacity: 1;
                visibility: visible;
            }

    .post-filter {
        display: inline-block;
        margin: 0;
        margin-bottom: 50px;
    }

        .post-filter li {
            margin: 10px 0px 0px;
        }

            .post-filter li span {
                padding: 6px 22px;
                color: #343434;
                font-size: 17px;
                border: 1px solid #e5e5e5;
                background: #f7f7f7;
                font-weight: 500;
                line-height: 24px;
                border-radius: 7px;
                display: block;
                font-family: 'Dosis', sans-serif;
                padding-right: 16px;
                cursor: pointer;
                -webkit-transition: .5s ease;
                transition: .5s ease;
            }

            .post-filter li:hover span,
            .post-filter li.active span {
                color: #fff;
                background: #5f58ba;
                -webkit-transition: .5s ease;
                transition: .5s ease;
            }

                #breadcrumbOuterWrapper {
        width: 100%;
    }

    .topmargin {
        margin-top:26px;
    }

    .new-thumb img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .new-txt {
        padding: 20px;
    }

    .news-box {
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);
    }

    .new-txt ul.news-meta {
        margin: 0 0 10px;
        padding: 0px;
        list-style: none;
        width: 100%;
        float: left;
    }

    .news-meta li {
        display: inline-block;
        color: #999999;
        font-size: 14px;
    }

    .new-txt h6 {
        line-height: 26px;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 15px;
        letter-spacing: -.5px;
    }

        .new-txt h6 a {
            color: #222;
        }

    .new-txt p {
        color: #777777;
        line-height: 24px;
        margin: 0px;
        font-size: 16px;
    }

    .news-box-f {
        border-top: 1px solid #eeeeee;
        overflow: hidden;
        line-height: 50px;
        color: #777777;
        font-style: italic;
        font-size: 14px;
        font-weight: 600;
        position: relative;
    }

        .news-box-f img {
            border-radius: 100%;
            margin: 0 10px 0 25px;
            width: 30px;
            height: 30px;
        }

        .news-box-f:after {
            position: absolute;
            left: 0;
            top: -1px;
            width: 0;
            height: 1px;
            background: #d94148;
            content: "";
        }

    .news-box:hover .new-thumb:after {
        height: 100%;
        opacity: 1;
    }

    .new-thumb:after {
        background: rgba(0,0,0,.50);
        width: 100%;
        height: 0%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        z-index: 9;
        opacity: 0;
    }

    .news-box-f a {
        float: right;
        border-left: 1px solid #eee;
        width: 54px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #bbbbbb;
    }

    .new-thumb {
        position: relative;
        overflow: hidden;
    }

    .news-box {
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
    }

        .news-box:hover .news-box-f a {
            background: #d94148;
            color: #fff;
        }

        .news-box:hover .new-txt h6 a {
            color: #d94148;
        }

            @media screen and (max-width:767px) {
        .topmargin {
            margin-top:0px !important;
        }  
    }
@media screen and (min-width:1200px) {
    .quoteBlock {
        width: 100%;
        max-width: 60%;
        margin: 0 auto;
    }
    .quoteBlockMessages {
        width: 100%;
        max-width: 60%;
        margin: 0 auto;
    }
    .quoteBlockContent {
        width: 100%;
        margin: 8% auto 0 auto;
    }
    .marginTop10 {
        margin-top: 30px;
    }
    /*.profileURL {
        margin-top: 30px;
    }*/
}
@media screen and (max-width:991px) {
    .profileURL {
        width: 100%;
        max-width: 90%;
        height:auto;
    }
}
@media screen and (max-width:700px) {
    .footerInnerWrapper .icons {
            margin-left:0px !important;
    }
}