.recent-text > h4 a {
    text-decoration: none;
}

.mainmenu ul#nav li ul.sub-menu > li a,
.mega-menu a {
    text-decoration: none;
}

.excel-img {
    /*padding: 20px 25px;*/
    margin: 0px 0%;
}

.news-details-content {
    /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
    background:#fff
}

.sidebar-widget {
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
    padding: 20px;
    /*border: 1px solid #00000026;
    border-bottom: 4px solid #f3a124;
    border-radius: 7px;*/
    margin-bottom: 30px;
}

.news-details-content .social-links > span {
    font-size: 25px;
}

.news-details-content .single-latest-text p {
    font-size: 17px;
    font-weight: 500;
}

.tags-and-links {
    border-bottom: 3px solid #284a70;
    border-top: 1px solid #284a70;
}

#logo {
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #284a70;
    border-top: 1px solid #284a70;
}

    #logo img {
        width: 85%;
        height: 100%
    }

#search {
    padding: 40px 30px;
    float: right;
    text-align: right;
}

    #search .input-group input {
        width: 80%;
        padding: 5px 0px 7px 10px;
        border: 1px solid #284a70;
        border-radius: 10px;
    }

    #search .input-group button {
        background-color: #284a70;
        color: #FFFFFF;
    }

        #search .input-group button:hover {
            background-color: #f3a124;
            color: #FFFFFF;
        }

#options {
    text-align: center;
    background-color: #284a70;
}

.social {
    background-color: #f3a124;
    float: right;
    display: flex
}

    .social a {
        color: #FFFFFF;
        font-size: 16px;
        text-decoration: none;
        padding: 3px 8px;
        border: 1px solid #FFFFFF;
        margin: 0 5px
    }

        .social a:hover {
            background-color: #f3a124;
            color: #FFFFFF;
        }


.social-icons a:hover {
    background-color: #f3a124;
    color: #FFFFFF;
}

.header-logo-menu.stick .logo {
    padding: 10px 0px;
}

.header-top .detail a {
    color: #FFFFFF;
    padding: 10px 0;
    display: inline-block;
}

    .header-top .detail a:hover {
        color: #FFFFFF;
    }

    .header-top .detail a i {
        color: #FFFFFF;
    }


.mainmenu ul#nav > li {
    display: table-cell;
    margin-right: 0px;
}

    .mainmenu ul#nav > li > a {
        color: #FFFFFF;
        font-size: 15px;
        padding: 10px 10px;
        line-height: 30px;
        /*border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/
        border-top: none;
        border-bottom: none;
    }

.header-logo-menu.stick .mainmenu-area .mainmenu ul#nav > li > a {
    line-height: 30px;
}

.mainmenu ul#nav > li > a:hover {
    color: #284a70;
    background-color: #f3a124;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 30px;
}

.header-top {
    background-color: #f3a124;
}

.mainmenu-area {
    height: 100%;
    /*margin-top: 15px;*/
}

.header-logo-menu.stick .mainmenu-area {
    /*margin: 15px 0px 0px;
    */
}

.mainmenu ul.sub-menu,
.mainmenu ul.sub-menu ul.inside-menu {
    left: -1px;
}

#nav .current {
    background-color: #f3a124;
}

.course-heading {
    padding: 40px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .course-heading p {
        font-size: 25px;
        font-weight: 500;
        color: #284a70;
    }

    .course-heading h1 {
        color: #284a70;
    }

    .course-heading span {
        color: #f3a124;
        font-size: 40px;
    }


    .course-heading i {
        font-size: 30px;
        padding: 20px 0px 0px;
        color: #f3a124;
    }


.student-review {
    background-color: #284a70;
    text-align: center;
    padding: 50px 0px;
    position: relative;
    z-index: 0
}

    .student-review:after {
        content: '';
        background-image: url(/Content/Home/img/bg-pattern.jpg);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-position: center;
        background-size: contain;
        opacity: 0.14;
    }

    .student-review h2 {
        position: relative;
        z-index: 3
    }

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel-control.left1 {
    right: auto;
    left: 0;
}

.carousel-control.right1 {
    right: 20px;
    left: auto;
}

.carousel {
    margin: 50px auto;
    padding: 0 70px;
    z-index: 3;
    position: relative;
}

    .carousel .item {
        color: #FFFFFF;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        min-height: 290px;
    }

        .carousel .item .img-box {
            width: 160px;
            height: 160px;
            margin: 0 auto;
            padding: 5px;
            border: 2px solid #f3a124;
            border-radius: 50%;
        }

    .carousel .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

    .carousel .testimonial {
        padding: 30px 0 10px;
    }

    .carousel .overview {
        font-style: italic;
    }

        .carousel .overview b {
            text-transform: uppercase;
            color: #f3a124;
        }

.button-default {
    background-color: #FFFFFF;
}

    .button-default:hover {
        background-color: #f3a124 !important;
    }

.single-item .button-default {
    text-decoration: none;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #f3a124;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #FFFFFF;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

    .carousel-indicators li.active {
        background: #f3a124;
        box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    }

.footer-widget-area .single-footer-widget ul li a {
    text-decoration: none;
}

.footer-logo {
    margin-top: 30px;
}

.single-footer-widget > a:hover {
    color: #f3a124;
    text-decoration: none;
}

#scrollUp {
    background-color: #284a70;
    border: 1px solid #FFFFFF;
}

    #scrollUp:hover {
        background-color: #f3a124;
    }

.our-team {
    text-transform: uppercase;
}

.card {
    position: relative;
    max-width: 300px;
    height: 215px;
    background-color: #284a70;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}

    .card h3 {
        font-size: 22px;
    }

    .card:hover {
        height: 320px;
    }

    .card .center-image {
        width: 100%;
        text-align: center;
    }

    .card .image {
        position: relative;
        width: 100%;
        height: auto;
        top: 3%;
        left: 0px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

        .card .image img {
            width: 100%;
            height: 160px;
            border-radius: 15px;
        }

    .card .content {
        position: relative;
        top: -30px;
        padding: 10px 15px;
        color: #111;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }

    .card:hover .content {
        margin-top: 30px;
        visibility: visible;
        opacity: 1;
        transition-delay: 0.2s;
        color: #FFFFFF;
    }

.contact-form-area .button-default {
    width: 100%;
    height: 45px;
    font-weight: 600;
}

#institute {
    color: #f3a124;
    text-decoration: none;
}

    #institute:hover {
        color: red;
    }

#blue-big {
    color: #284a70;
    font-size: 30px;
    padding: 10px 0px;
    text-transform: uppercase;
    line-height: 35px;
}

#blue-med {
    color: #284a70;
    font-size: 23px;
    padding: 0px;
    line-height: 30px;
}

#blue-small {
    color: #284a70;
    font-size: 20px;
    padding: 0px;
    line-height: 20px;
}

#gold-big {
    color: #f3a124;
    font-size: 30px;
    padding: 10px 0px;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
}


.single-sidebar-widget h4.title a {
    color: #284a70;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

    .single-sidebar-widget h4.title a:hover {
        color: #f3a124;
    }

.blockquote-footer {
    font-size: 20px;
    color: #f3a124;
}



#enquiry {
    padding: 5px 0;
    text-align: left;
}

    #enquiry a {
        text-decoration: none;
        color: #eeeeeeee;
    }

.enq-button {
    border: 1px transparent;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
    width: 100%;
}

@keyframes glowing {
    0% {
        background-color: #3d6188;
        box-shadow: 0 0 3px #3d6188;
    }

    50% {
        background-color: #3d5877;
        box-shadow: 0 0 15px #3d5877;
    }

    100% {
        background-color: #284a70;
        box-shadow: 0 0 3px #284a70;
    }
}

.modal-dialog {
    max-width: 96% !important;
    width: 100% !important;
    margin: 30px 2% !important;
}

.modal-content {
    /*background-color: #284a70 !important;*/
    /*background-color: #2366b1 !important;*/
    color: #f3a124;
}

.modal-header {
    border-top: 7px solid #284a70
}

.modal-title {
    text-align: center;
    width: 100%;
    color: #f3a124;
    font-size: 55px;
    font-weight: 600;
}

.modal-body h1 {
    text-align: center;
}

.modal-body p {
    text-align: center;
    font-size: 25px;
    color: red;
    font-weight: 600;
}

.modal-body .Subscribe {
    background-color: #f3a124;
    color: #FFFFFF;
    width: 100%;
    font-size: 18px;
}

    .modal-body .Subscribe:hover {
        background-color: #f3a124;
        color: #FFFFFF;
        width: 100%;
        font-size: 18px;
    }

.modal-body ol {
    padding: 0px 10px 0 30px;
}

    .modal-body ol li {
        font-size: 23px;
        line-height: 40px;
        list-style-type: decimal;
        color: red;
        font-weight: 600;
    }

.close {
    opacity: 1 !important;
    color: #f3a124 !important;
    font-size: 30px !important;
}

@media only screen and (min-width:320px) and (max-width:767px) {


    #gold-big {
        font-size: 27px;
    }

    #blue-big {
        font-size: 25px;
    }

    #logo img {
        width: 100%;
    }

    .btn {
        margin-bottom: 0px;
    }

    #search {
        padding: 20px 15px;
    }

        #search .input-group input {
            width: 90%;
        }

    .logo {
        padding: 10px 0;
        height: 80px
    }

    .carousel {
        padding: 0px 60px;
    }

    .blog {
        padding: 1px 0px 250px 0px;
    }

    .circular_image img {
        width: 70%;
    }

    .circular_image {
        height: 100px;
    }

    .blockquote p {
        font-size: 16px;
    }

    .card .image {
        height: auto;
    }

    .excel-img {
        /*padding: 20px 10px;*/
        margin: 0px 0%;
    }
}

@media only screen and (min-width:320px) and (max-width:710px) {
    #search .input-group input {
        width: 75%;
    }
}


@media only screen and (min-width:320px) and (max-width:424px) {

    .modal-title {
        font-size: 25px;
        text-align: center;
    }

    .modal-header .close {
        margin-top: -7px !important;
    }

    .modal-body h1 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .modal-body ol {
        padding: 0 0 0 20px;
    }

        .modal-body ol li {
            font-size: 20px;
        }

    #search {
        text-align: center;
    }

    #enquiry {
        text-align: center;
        padding: 10px 0px;
    }

    .enq-button {
        padding: 4px 15px;
        margin-left: 0px;
    }
}

@media only screen and (min-width:425px) and (max-width:767px) {

    .modal-title {
        font-size: 35px;
        text-align: center;
    }

    .modal-header .close {
        margin-top: 0px !important;
    }

    .modal-body h1 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .modal-body ol {
        padding: 0 0 0 25px;
    }

        .modal-body ol li {
            font-size: 20px;
        }

    #search {
        text-align: center;
    }

    #enquiry {
        text-align: center;
        padding: 10px 0px;
    }

    .enq-button {
        padding: 4px 15px;
        margin-left: 0px;
    }
}


@media only screen and (min-width:768px) and (max-width:991px) {
    .modal-title {
        font-size: 35px;
        text-align: center;
    }

    .modal-header .close {
        margin-top: 0px !important;
    }

    .modal-body h1 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .modal-body ol {
        padding: 0 0 0 19px;
        line-height: 40px;
    }

        .modal-body ol li {
            font-size: 20px;
        }

    #search {
        padding: 20px 30px;
        text-align: center;
    }


    #enquiry {
        text-align: center;
        padding: 10px 0px;
    }

    .enq-button {
        padding: 4px 15px;
        margin-left: 0px;
    }


    .logo {
        padding: 10px 0;
    }

    #search .input-group input {
        width: 90%;
    }

    .card .image {
        height: auto;
    }

    .excel-img {
        /*padding: 20px 15px;*/
        margin: 0px 0%;
    }
}








@media only screen and (min-width:992px) and (max-width:1240px) {
    .modal-title {
        font-size: 35px;
        text-align: center;
    }

    .modal-header .close {
        margin-top: 0px !important;
    }

    .modal-body h1 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .modal-body ol {
        padding: 0 0 0 19px;
        line-height: 40px;
    }

        .modal-body ol li {
            font-size: 20px;
        }

    #search {
        padding: 35px 10px;
        text-align: right;
    }

        #search .input-group input {
            width: 73%;
        }

    #enquiry {
        text-align: center;
        padding: 6px 0px;
    }

    .enq-button {
        padding: 4px 15px;
        margin-left: 0px;
    }


    .mainmenu ul#nav > li > a {
        padding: 10px 14px;
    }

    .mainmenu ul#nav > li {
        margin-right: 0px;
    }

    .excel-img {
        /*padding: 20px 15px;*/
        margin: 0px 0%;
    }
}

@media (max-width: 992px) {
    .header-logo-menu {
        position: inherit;
    }

    .content-body {
        padding: 0px 0 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .logo {
        padding: 10px 0;
        height: 100px;
    }
}

.single-latest-text h1 {
    font-size: 28px;
    color: #284a70;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-top: 5px
}

    .single-latest-text h1::after {
        position: absolute;
        content: '';
        width: 150px;
        height: 2px;
        background-color: #284a70;
        left: 0;
        bottom: 0;
    }


.details-sub h3 {
    font-size: 24px;
    font-family: raleway;
    font-weight: 600;
}

    @media screen and (max-width:768px){
        .details-sub h3 {
            font-size: 20px;
            font-family: raleway;
            font-weight: 600;
        }
        .details-sub hr{
            margin:10px 0
        }
        .single-latest-text h1 {
            font-size: 24px;
            padding-bottom: 10px;
            margin-top: 5px;
        }
    }

@media screen and (max-width:480px) {
    .news-details-content .single-latest-text{
        padding:10px
    }
    .details-sub h3 {
        font-size: 18px;
        font-family: raleway;
        font-weight: 600;
    }
    .service_item-2 .item_title {
        font-size: 18px;
        margin-bottom: 11px;
    }
    .info_list.unordered_list_block {
        padding: 2px 12px;
    }
    .service_item-2 .info_list > li {
        font-size: 13px;
    }
    .single-latest-text h1 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-top: 5px;
    }
}


.gallery-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 10px;
}
.gallery-img-gg {
    align-items: center;
    display: flex;
    justify-content: center;
}
.gallery__item--hor {
    grid-column: span 2;
}

.gallery__item--vert {
    grid-row: span 2;
}

.gallery__item--lg {
    grid-column: span 2;
    grid-row: span 2;
}











.details-sub {
    margin-bottom: 30px;
    background: #fff;
}
    .details-sub h3 {
        font-size: 18px;
        font-family: inherit; 
        font-weight: 600;
        margin: 5px 0;
    }
hr {
    margin-top: 5px!important;
    margin-bottom: 15px!important;
}