/*!
Theme Name: Rajaladevi_College
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rajaladevi_college
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rajaladevi_College is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "UTF-8";


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    /* font-family: "FuturaStd-Book", Helvetica, Roboto, Arial, sans-serif; */
    font-family: "Lexend", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #222;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 54px !important;
    font-weight: 800;
}

h2 {
    font-size: 42px;
    font-weight: 600;
}

h3 {
    font-size: 26px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    /* font-family: "FuturaStd-Book", Helvetica, Roboto, Arial, sans-serif; */
    font-family: "Lexend", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/*navigationBar*/

.navigationBar {
    /*display: block;*/
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1060;
    height: auto;
    padding: 0;
    /*overflow: hidden;*/
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
    transition: all 400ms;
    background: url(assets/images/funky-lines.png) repeat;
}

.navigationBar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.navigationBar .row{
    margin: 0;
}

.navigationBarScroll .navigationBarContent {
    position: fixed;
    top: 0px;
    display: block;
    z-index: 999;
}
.topNav1{
    background: #42347e;
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    background: #cb3a4a;
    padding: 20px 0;
}

.navbar {
    min-height: 35px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}

.navbar-brand img {
    /* height: 80px; */
    position: relative;
    transition: all 400ms;
}

/*headerSocial*/

.headerSocial {
    float: right;
    margin-top: 15px;
}

.headerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.headerSocial ul li {
    list-style-type: none;
    display: block;
    margin: 0 3px;
}

.headerSocial ul li a {
    text-align: left;
    color: #222;
    font-size: 16px;
    border: none;
}

.headerSocial ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #cb3a4a;
    color: #ffd;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    transition: all 400ms;
    box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-bottom: 5px;
}

.headerSocial ul li a:hover {
    background: #fff;
    color: #cb3a4a;
    border-color: transparent;
}

.navbar-nav {
    margin-top: 0;
    position: relative;
    transition: all 400ms;
}

.navbar-collapse {
    display: block;
    float: none;
    padding-right: 0;
    width: 100%;
    clear: both;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0 -15px;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: relative;
    transition: all 400ms;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    height: 84%;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    /* border-bottom: solid 4px #cb3a4a;
border-top: solid 4px #cb3a4a; */
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    /* border-radius: 0 0 30px 30px; */
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    bottom: 3px;
    visibility: visible;
    opacity: 1;
    border-radius: 6px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li.active>a>.fa-sitemap {
    color: #d83137;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.navbar-collapse>ul>li.active>a:hover>.fa-sitemap {
    color: #b01b69;
    text-shadow: none
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 600;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    border-radius: 0 0 30px 30px;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    /*background: #cb3a4a!important;
color: #fff !important;*/
    background: transparent !important;
    color: #cb3a4a !important;
    border-radius: 0;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 220px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0px;
    border: none;
}
.dropdown-menu {
    z-index: 1050;
}
.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 6px 15px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
    white-space: normal;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #cb3a4a;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #cb3a4a;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-collapse>ul>li>ul {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-collapse>ul>li:hover>ul {
        left: 0;
        visibility: visible;
        opacity: 1;
    }

    .navbar-nav {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .navbar-collapse>ul>li {
        display: inline-block;
        float: none;
    }
}

/* Top Scrolling news */

/* marque */

.ScrollingNews {
    height: 50px;
    z-index: 211;
    color: #ffffff;
    background: #cb3a4a;
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.ScrollingNews marquee {
    font-size: 22px;
    height: 40px;
    line-height: 45px;
    overflow: hidden;
    display: block;
    width: 100%;
    font-weight: 500;
}

/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 90%;
    background: #ccc;
}

.bannerWrapper {
    display: block;
    position: absolute;
    /*top: 110px;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
}

.bannerWrapper #bannerSlider,
.bannerWrapper #bannerSlider .owl-wrapper-outer,
.bannerWrapper #bannerSlider .owl-wrapper,
.bannerWrapper #bannerSlider .owl-item,
.bannerWrapper #bannerSlider .item {
    height: 100%;
}

.bannerSliderImg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover !important;
}

.bannerSliderCaption {
    display: inline-block;
    position: absolute;
    bottom: 23%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #404040;
}

.bannerSliderCaption h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
}

.bannerSliderCaption h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.bannerSliderCaption h1,
.bannerSliderCaption h3 {
    color: inherit;
    margin: 0 0 5px 0;
}

.bannerSliderCaption div.clear {
    padding-top: 30px;
}

.bannerSliderCaption div.clear a {
    padding: 15px 20px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 20px 0 0;
}

.bannerSection .owl-theme .owl-pagination {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 300px;
    bottom: 20px;
    margin: 0 auto;
}

.bannerSection .owl-theme .owl-pagination .owl-page span {
    background: #fff !important;
    width: 16px;
    height: 16px;
    opacity: 0.7;
    position: relative;
}

.bannerSection .owl-theme .owl-controls .owl-page.active span {
    background: #cb3a4a !important;
}

.bannerSection .owl-theme .owl-pagination .owl-page span::after {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    border: 2px solid #fff;
    border-radius: 200px;
    background: transparent;
    left: -3px;
    top: -3px;
}

.bannerSection .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bannerSection .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #cb3a4a !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    /*color: #fff !important;*/
    opacity: 0.9 !important;
    border-radius: 10px !important;
    text-align: center;
}

.bannerSection .owl-theme .owl-buttons>div:hover {
    opacity: 0.7 !important;
    /* background: #fff !important; */
    /*box-shadow: 0 0 30px rgba(0,0,0,0.3);*/
}

.bannerSection .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: inherit;
}

.bannerSection .owl-theme .owl-buttons>div.owl-prev {
    /*left: 67px;*/
    left: 30px;
}

.bannerSection .owl-theme .owl-buttons>div.owl-next {
    right: 30px;
}

/*down-arrow-box*/

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-style: italic;
    width: 90px;
    margin: 0 auto;
    /* left: 0%; */
    right: 0%;
    text-transform: uppercase;
    z-index: 5;
    text-align: center;
}

.down-arrow-box strong {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    top: -10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.down-arrow-box a {
    display: block;
    clear: both;
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    z-index: 2;
    border-radius: 100%;
    animation: scrollAnim 1s linear infinite;
    -webkit-animation: scrollAnim 1s linear infinite;
    -moz-animation: scrollAnim 1s linear infinite;
    -ms-animation: scrollAnim 1s linear infinite;
    -o-animation: scrollAnim 1s linear infinite;
}

.down-arrow-box span {
    display: inline-block;
    position: relative;
    font-size: 34px;
    color: #fff;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    top: 0;
    transition: all 300ms;
}

.down-arrow-box a:hover span {
    color: #fff;
}

.down-arrow-box a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    /*background: #bb1f42;*/
    opacity: 0.5;
    z-index: -2;
    animation: downarrowBubbles 1.2s ease-in-out infinite;
    -webkit-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -moz-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -o-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -ms-animation: downarrowBubbles 1.2s ease-in-out infinite;
}

.down-arrow-box a:after {
    /*background: #bb1f42;*/
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    transition: all 400ms;
}

.down-arrow-box a:hover:after {
    background: #cb3a4a;
}

@-webkit-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-o-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-moz-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-ms-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}



.about-section-main {
    background: url(assets/images/about-bg.jpg) no-repeat;
    /* background-attachment: fixed; */
    background-size: contain;
    position: relative;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}



/* aboutus-section */
.aboutus-section {
    width: 100%;
    background-size: cover;
    position: relative;
    position: relative;
    overflow: hidden;
}

.about-txt {
    /* background: white; */
    text-align: center;
    padding: 30px;
    /* box-shadow: 0px 0px 12px -12px #000; */
}

.about_box {
    display: flex;
    align-items: center;

}

.about-txt .btn-default {
    padding: 16px 52px 16px 52px;
    background-color: #cb3a4a;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 17px;
}

.about-image {
    text-align: center;
}

.about-image img {
    /* animation: glow 7s infinite; */
    border-radius: 8px;
    filter: drop-shadow(0px 0px 5px #afacac);
}




/* about_2 */
/* .about-2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.about-2_box {
    display: flex;
    align-items: center;
}

.about-2-txt .btn-default {
    padding: 16px 52px 16px 52px;
    background-color: #cb3a4a;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 17px;
}

.about-circle {
    position: absolute;
    bottom: -83px;
    right: 62px;
    width: 100px;
    animation: spin 6s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-2-image {
    text-align: center;
}

.about-2-image img {
    text-align: center;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 5px #afacac);
}


@keyframes glow {
    0% {
        filter: drop-shadow(2px 2px 6px black);
    }

    25% {
        filter: drop-shadow(2px 2px 20px black);
    }

    50% {
        filter: drop-shadow(2px 2px 6px black);
    }

    75% {
        filter: drop-shadow(2px 2px 20px black);
    }

    100% {
        filter: drop-shadow(2px 2px 6px black);
    }
} */




/* faciity-section */
.faciity-section {
    background: url(assets/images/slide2.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 90px 0px 70px;
    position: relative;
}

.faciity-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}

.fascillity-box {
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    background: #ffffff66;
    border-radius: 15px;
}

.Facility-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    background: #cb3a4a;
    padding: 15px;
    transition: 0.5s;
    border-radius: 50px;
}

.Facility-icon:hover {
    background: #fff;
}

.Facility-icon img {
    width: 50px;
    filter: drop-shadow(0px 0px 2px black);
}

.Facility-txt h3 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Lexend", sans-serif;
    margin: 0;
    padding: 0px 0 0 11px;
    color: #fff;
}

.facility-head h2 {
    color: #fff;
}

/* .facility-head .heading span {
    color: #fff !important;
} */













/*mediaGallerySection*/

.mediaGallerySection {
    display: block;
    position: relative;
    /* padding: 70px 6px 0 6px; */
    padding: 50px 0px;
    overflow: hidden;
    clear: both;
    /* background: #f1f1f1; */
}

.mediaGallerySection .row {
    margin-left: -3px;
    margin-right: -3px;
}

.mediaGallerySection .col-sm-6 {
    padding-left: 3px;
    padding-right: 3px;
}

.mediaGalleryBlock {
    display: block;
    height: 260px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    border-radius: 10px;
}

.mediaGalleryBlock .mediaGalleryImg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: all 500ms;
    top: 0;
    position: relative;
}

.mediaGalleryBlock>div.mediaGalleryBlockInner {
    display: block;
    position: absolute;
    top: -110%;
    right: 0;
    left: 0;
    height: 100%;
    padding: 30px;
    background: #a92554;
    opacity: 0.7;
    color: #fff;
    text-align: center;
    z-index: 2;
    transition: all 500ms;
}

.mediaGalleryBlock>div.mediaGalleryBlockInner h3 {
    padding-top: 20%;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.mediaGalleryBlock>div.mediaGalleryBlockInner h4 {
    position: relative;
    font-size: 20px;
    /* font-weight: 600; */
    margin-bottom: 5px;
}

.mediaGalleryBlock>div.mediaGalleryBlockInner span {
    display: block;
}

.mediaGalleryBlock>div.mediaGalleryBlockInner span i {
    font-size: 22px;
}

.mediaGalleryBlock:hover>div.mediaGalleryBlockInner {
    top: 0;
}

.mediaGalleryBlock:hover .mediaGalleryImg {
    top: 100%;
}



/*overviewSection*/
.news-section {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px 00;
    background: #efefee;
}

.overviewSection {
    display: block;
    clear: both;
    width: 100%;
    /* height: 500px; */
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
}

.news-image {
    text-align: center;

}

.news-image img {
    filter: drop-shadow(0px 0px 6px black);
}

.news-left {
    display: block;
    width: 100%;
    float: left;
    top: 0;
    left: 0;
    bottom: 0;
    position: relative;
    padding: 30px 0px;
    /* height: 590px; */
}

/* .presidantImg {
    display: block;
} */

/* .presidantImg img {
    border-radius: 50%;
} */

.penclipart {
    border-radius: 0px !important;
    margin-top: 10px;
}

.presidandsMessg {
    padding: 10px;
}

.news-left .btn-primary {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

/*overviewSectionRight*/

.overviewSectionRight {
    display: block;
    float: right;
    position: relative;
    padding: 30px 0px;
}

.news-head {
    display: flex;
    justify-content: space-between;
}

.NewsEventBlock {
    display: block;
}

.viewallBlock {
    text-align: right;
}

.viewallbtn {
    color: #cb3a4a;
    cursor: pointer;
}

.viewallbtn:hover {
    color: #000;
    font-weight: 600;
    /* text-decoration: underline; */
}

/* news Slider */

.holder {
    /* background-color: #fff; */
    width: 100%;
    height: 460px;
    overflow: hidden;
    padding: 10px;
    font-family: Helvetica;
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    /* width: 300px; */
    height: 409px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.newsBlock {
    width: 100%;
    display: block;
    text-decoration: none;
}

.newsBlock:hover {
    /* opacity: 0.5; */
    background: #f1f1f1;
}

.newsImg {
    margin-top: 10px;
    width: 25%;
    float: left;
    padding: 15px;
    border-radius: 10px;
}

.newsImg img {
    border-radius: 10px;
}

.newsDisc {
    width: 75%;
    float: left;
    padding: 10px;
}

.newsBlock .newsDisc h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
}

.newsBlock .newsDisc p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.newsBlock .newsDisc span {
    color: #cb3a4a;
}

/* end of news */

/* PresidentSection  */

.PresidentSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    /* background: #f1f1f1; */
    overflow: hidden;
    background: url(assets/images/funky-lines.png) repeat;
}

.productHeading {
    display: block;
    font-weight: 400;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.internalPageSection {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0;
    min-height: 400px;
}

.PresidentsRow {
    margin-left: -10px;
    margin-right: -10px;
}

.PresidentsRow .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.PresidentsRow .PresidentsColBlock {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 400ms;
    text-align: center;
}

.PresidentsRow .PresidentsColBlock .heading span {
    display: block;
}

.productDis {
    text-align: center;
}

.productDis p {
    margin: 0px;
}

.productDis .presidantRdmore {
    color: #cb3a4a;
    text-align: center;
}

.productDis .presidantRdmore:hover {
    color: #ffc107;
}

.PresidentsRow .PresidentsColBlock>div {
    display: block;
    position: relative;
    overflow: hidden;
}

/* .PresidentsRow .PresidentsColBlock>div img {
    width: 100%;
    height: auto;
} */

.PresidentsRow .PresidentsColBlock h3 {
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    padding: 0px;
}

.PresidentsColBlock a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-indent: -9999px;
}

.PresidentsColBlock .PresidentsColBlockreplaceImg {
    display: block;
    width: 180px;
    height: 200px;
    background-size: cover !important;
    transition: all 500ms;
    text-align: center;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#Presidentslider .item {
    margin: 0px 10px;
}

.PresidentSection .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 50%;
    opacity: 0.9;
    padding: 0 !important;
    font-size: 36px !important;
    opacity: 1 !important;
    background: transparent !important;
    color: #cb3a4a !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    line-height: 52px;
}

.PresidentSection .owl-theme .owl-buttons>div.owl-next {
    right: -50px;
}

.PresidentSection .owl-theme .owl-buttons>div.owl-prev {
    left: -50px;
}

.PresidentSection .owl-theme .owl-buttons>div:hover {
    color: #333 !important;
}

/* end of PresidentSection section */






/* .course-section */
.course-section {
    width: 100%;

    background: url(assets/images/promo-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    /* overflow: hidden; */
}

.course-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.course-head h2 {
    color: #fff;
}

/* .course-box {
    background: #fff;
    padding: 30px;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 70px;
    box-shadow: 0px 7px 13px -6px #000;
} */


.course-section .card {
    /* padding: 10px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 00 0 20px 0;
    margin: 0 0 20px 0;
    background: #fff;
    border-radius: 20px;
}

.card-img {
    border-bottom: 6px solid #cb3a4a;
}

.card-txt {
    padding: 10px;

}

.course-section .card img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.card-txt h4 {
    font-size: 24px;
    font-weight: 400;
    color: #cb3a4a;
    padding: 0 0 10px 0px;

}

.card-txt .btn-default {
    padding: 10px 20px;
    background-color: #cb3a4a;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
}



/* end course-section */





/* testimonial-section */
.testimonial-section {
    background: url(assets/images/test-bg_.png) no-repeat;
    /* background: #efefef; */
    background-attachment: fixed;
    background-size: contain;
    background-position: bottom;
    position: relative;
    padding: 80px 0 50px;
    overflow: hidden;
}



.test-box {
    text-align: center;
    padding: 20px 120px 0;
}

.test-box img {
    border-radius: 120px;
    width: 120px;
}

.test-box p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 27px;
    padding: 10px 0;
}

.testimonial-head h2 {
    color: #000;
}

.test-box h3 {
    font-size: 18px;
    color: #000;
}

.test-box span {
    color: #cb3a4a;
    font-size: 14px;
    font-weight: 600;
}

.testimonial-section .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    /* width: 40px;
height: 40px;
margin: 8px 15px;
padding: 10px 10px; */
    font-size: 32px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #000;
    /*  border-radius: 30px;

filter: Alpha(Opacity = 50);
opacity: 1; */
}

/* ----------------------------- */






/* keyindicators */

.keyindicators {
    width: 100%;
    position: relative;
    padding: 50px 0;
    text-align: center;
    background: #efefef;
}

/* .col_half {
    width: 49%;
  }
  .col_third {
    width: 32%;
  }
  .col_fourth {
    width: 23.5%;
  }
  .col_fifth {
    width: 18.4%;
  }
  .col_sixth {
    width: 15%;
  }
  .col_three_fourth {
    width: 74.5%;
  }
  .col_twothird {
    width: 66%;
  }
  .col_half,
  .col_third,
  .col_twothird,
  .col_fourth,
  .col_three_fourth,
  .col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
  } */


.end {
    margin-right: 0 !important;
}

/* Column Grids End */

.wrapper {
    width: 100%;
    margin: 30px auto;
    position: relative;
}

.counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    color: #cb3a4a;
    text-align: center;
}

.key-box i {
    margin: 0 auto;
    float: none;
    display: table;
    color: #cb3a4a;
    font-size: 42px;
}

.key-box {
    padding: 35px;
    background: #fff;
    box-shadow: 0px 0px 14px -12px #000;
    border-radius: 15px;
    margin: 0 0 13px 0;
}



/*toppers-section*/

.toppers-section {
    display: block;
    padding: 50px 0px;
    position: relative;
    clear: both;
    background: #fff;
    overflow: hidden;
}

.toppers-block {
    display: block;
    position: relative;
    background: #fff;
    margin: 5px;
    height: 330px;
    text-align: center;
    /* border: 1px solid #dadada; */
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.topperBlockImg {
    display: block;
    width: 100%;
    height: 220px;
    background-size: cover !important;
    transform: scale(1);
    transition: all 500ms;
    border-radius: 10px;
}

.toppers-block .toppers-description {
    display: block;
    position: relative;
    color: #333;
    padding: 10px 10px;
}

.toppers-block .toppers-description h5 {
    display: block;
    padding: 0px 0 10px 0px;
    border-bottom: solid 1px #dadada;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toppers-block .toppers-description h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    background: #cb3a4a;
    color: #fff;
    border-radius: 10px;
}

.toppers-block .toppers-description h5>span {
    font-weight: 400;
    font-size: 14px;
}

.toppers-section .owl-controls .owl-page span {
    background: #b01b69 !important;
}

/*carouselWithArrows*/

.toppers-section .carouselWithArrows {
    position: initial;
}

.toppers-section .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 60px;
    top: 0px;
}

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

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 2px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 26px;
    border: 1px solid #d3d8dd;
    color: #333;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    background: #cb3a4a !important;
    color: #fff;
}

/*RecentActivies*/

.promo-section {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    background: #cb3a4a;
    overflow: hidden;
    /* background: url(assets/images/slide1.jpg) no-repeat fixed 100% 0; */
    background-size: cover;
    overflow: hidden;
    /* border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd; */
}

/* .promo-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
} */
.promo-section .container-fluid {
    padding: 0;
}

.promo-txt {
    padding-left: 20px;
    color: #fff;
}

.promo-box {
    display: flex;
    align-items: center;
}

.promo-box h2::before {
    position: absolute;
    content: "";
    background: #000000;
    top: 117px;
    bottom: 0%;
    border-radius: 3px;
    height: 6px;
    width: 148px;
    left: 38px;
}

.promo-box p {
    padding: 20px 0 0 0;
}

/* loginSetion */

.loginSetion {
    padding: 20px 0px;
    display: block;
    width: 100%;
    background: #ffc107;
    color: #fff;
    overflow: hidden;
}

.loginSetion h4 {
    margin: 0px;
}

.loginSetion .btn-primary:hover {
    background: #fff !important;
    color: #ffc107 !important;
}

/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    /* height: 190px; */
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: #000;
    color: #fff;
    /* background-color: #8BC6EC;
background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%); */

    /* text-shadow: 0px 0px 5px rgb(0,0,0,0.3); */
}

/* 
.footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #030303;
    opacity: 0.9;
} */

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer .heading,
.footer .heading-center {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0px;
    color: #fff;
    margin-top: 30px;
}

.footer .heading:after,
.footer .heading-center:after {
    background: #fff;
}

.footer hr {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.footer-links li a {
    color: #fff;
}

.footer-links li a:hover {
    color: #cb3a4a;
    font-weight: 600;
}

.footer-links li {
    list-style: none;
}

.footer-links {
    position: relative;
    left: 50px;
}

.loginBtnBLock .btn {
    /* background: #fff !important;
color: #000; */
    line-height: 28px;
    /* border-radius: 10px !important; */
}

.loginBtnBLock .btn i {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 1366px) {
    .footer .heading {
        font-size: 16px;
    }
}

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4 {
    font-weight: bold;
    font-size: 20px;
}

.addressInfo p {
    margin: 0;
}

.addressInfo p a {
    color: #fff;
}

.addressInfo p a:hover {
    color: #cb3a4a;
}

.addressInfo i {
    color: #cb3a4a;
}


.footerlogo {
    text-align: center;
    width: 100%;
    background: #cb3a4a;
    box-shadow: 0px 8px 12px -12px #000;
    border-radius: 0 0 10px 10px;
}

.footerlogo .logo-img img {
    width: 250px;
    position: relative;
    top: -37px;
}

/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #cb3a4a;
    /* padding: 12px 0; */
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}

.footerStrip .col-md-6 {
    padding: 0px;
}

.footerStrip p {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.footerStrip strong {
    font-weight: bold;
}

.footerStrip a {
    color: #fff;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #ddd;
}

.footerStrip .lastupt {
    float: right;
    position: relative;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #fff;
    height: 45px;
    padding: 14px 10px;
}

.clock {
    padding: 5px 0px 0px 0px;
    width: 184px;
    text-align: center !important;
    float: right;
    border-left: 1px solid #fff
}

/* .lastupt::after {
    content: "|";
    position: absolute;
    left: -15px;
    color: #fff;
} */

.invictuslogo {
    height: 28px;
}

/*footerLinks*/

.footerLinks {
    display: block;
    position: relative;
}

.footerLinks ul {
    margin: 0 0 0 16px;
}

.footerLinks ul li {
    list-style-type: disc;
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.6); */
}

.footerLinks ul li a {
    display: inline-block;
    padding: 6px 0;
    color: #fff;
}

.footerLinks ul li a:hover {
    color: #cb3a4a;
}

/*misc*/

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 60px;
    z-index: 10;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 40px !important;
    color: #cb3a4a;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading,
.heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    color: #cb3a4a;
}

.heading small,
.heading2 small {
    font-size: 18px;
    color: #333;
}

.heading small a,
.heading2 small a {
    color: inherit;
}

/* .heading:after, .heading-center:after, .heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background:  #ffc107;
    position: absolute;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
} */

.heading2:after {
    left: -120px;
    top: 10px;
}

.heading:after {
    bottom: 0;
    left: 0;
}

.heading small {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 15px;
    font-weight: 300;
}

.heading span,
.heading-center span,
.heading2 span {
    color: #333;
    /* display: block; */
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #fcf402 !important;
    border-color: transparent !important;
    color: #000 !important;
    transition: 0.8s;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #cb3a4a !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #000 !important;
    color: #fff;
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}





/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
    text-shadow: 0px 0px 8px #000;
}
.innerBannerSection .head{
    position: absolute;
    top: 150px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#cb3a4a;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */











.page-id-85 .elementor-widget-image img {
    filter: drop-shadow(0px 0px 7px #bab9b9);
}







/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #cb3a4a;
    z-index: 200;
    border-radius: 100px;
}

.scrollup:hover {
    background: #ffc107;
    opacity: 1;
    color: #fff;
}


/*media queries*/

@media (max-width: 1400px) {
    .scroll-down-arrow {
        bottom: 30px;
    }
}

@media (max-width: 1280px) {
    .containerWrapper {
        padding: 0 50px;
        z-index: 10;
    }

    .navbar-collapse>ul>li>a {
        padding: 0px 8px;
    }

    .PresidentSection .owl-theme .owl-buttons>div.owl-prev {
        left: 0;
    }

    .PresidentSection .owl-theme .owl-buttons>div.owl-next {
        right: 0;
    }
}

@media (max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 40px;
    }
}

@media (max-width: 1024px) {
    .servicesliderDescBlock .servicesliderDescBlockInner {
        padding-right: 30px;
    }

    .containerWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .overviewBlockContainer {
        margin-bottom: 30px;
    }

    .news-left {
        width: 100%;
        float: none;
        clear: both;
        position: relative;
        height: auto;
    }

    .overviewSectionRight {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin: 0 0 0px 0;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }

    .servicesliderDescBlock .servicesliderDescBlockInner {
        padding-left: 30px;
    }

    .servicesliderDescBlock {
        height: auto;
        min-height: 400px;
    }

    .servicesSection .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
        top: initial;
        bottom: 15px;
    }

    .servicesSection .carouselWithArrows.owl-theme .owl-controls .owl-buttons div {
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        /* height: 42px; */
        top: 10px;
        overflow: hidden;
        left: -11px;
    }

    .navbar-collapse {
        border-top: none;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navigationBarContent {
        padding-bottom: 0;
    }

    .about_box {
        display: grid;
        align-items: center;
    }

    .about-image {
        position: relative;
        /* top: 50px; */
    }

    .about-2-image {
        padding: 0 0 50px 0;
        text-align: center;
    }

    .about-2-image img {
        width: 70%;
    }

    .about-2_box {
        display: grid;
        align-items: center;
    }
    .about-txt {
        padding: 30px 0;
    }
    .about-circle {
        bottom: -25px;
        right: 17px;
        width: 66px;
    }

    .fascillity-box {
        height: 186px;
        margin: 0 0 15px 0;
        display: grid;
    }

    .RecentActivies .productsItem {
        margin-bottom: 20px;
    }

    .PresidentSection .owl-theme .owl-buttons>div.owl-next {
        right: 0;
    }

    .PresidentSection .owl-theme .owl-buttons>div.owl-prev {
        left: 0;
    }

    .loginBtnBLock .btn-primary {
        margin: 2px;
    }

    .presidantImg img {
        border-radius: 50%;
        width: 60%;
        margin: 10px auto;
    }

    .overviewSection {
        height: auto;
    }

    .overviewSectionRight .col-md-8,
    .overviewSectionRight .col-md-4 {
        text-align: center;
    }

    .viewallBlock .space10 {
        display: none;
    }

    .RecentActivies .col-md-6,
    .RecentActivies .col-md-6 {
        text-align: center;
    }

    .RecentActivies .viewallbtn {
        margin-bottom: 10px;
    }

    .RecentActivies .viewallBlock {
        margin-bottom: 10px;
    }
    .Facility-txt h3 {
        font-size: 18px;
        font-weight: 400;
        padding: 0px;
    }
    .promo-section {
        padding: 40px 0 0;
    }

    .promo-box {
        display: grid;
        align-items: center;
    }

    .test-box {
        text-align: center;
        padding: 0;
    }

    .footer-links {
        left: 0px;
    }

    .heading,
    .heading2 {
        margin-bottom: 0px;
        font-size: 32px;
    }
    h2 {
        font-size: 32px;
        font-weight: 600;
    }

    .promo-box h2::before {
        top: 45%;
    }



    .innerBannerSection {
        height: 115px;
    }
    .innerBannerSection .head {
        top: 45px;
    }
    .innerBannerSection h1 {
        font-size: 22px !important;
    }




}


@media (max-width: 767px) {
    .navbar-nav::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        color: #222;
    }

    .navigationBar {
        position: relative;
    }

    .navigationBarScroll.navigationBar {
        position: fixed;
    }


    .navigationBarContent {
        background: transparent;
        /* border-top: solid 1px #ddd; */
    }

    .navbar {
        min-height: 0px;
    }

    .topNav1,
    .topNav2 {
        clear: both;
        display: block;
        width: 100%;
        text-align: center;
    }

    .topNav1 {
        border-bottom: solid 1px #ddd;
    }

    .headerSocial {
        display: block;
        text-align: center;
        float: none;
        clear: both;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        /*margin-top: 8px;*/
        margin-top: -45px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-collapse {
        overflow: hidden;
        height: 0px;
    }

    .navbar-collapse.in {
        height: auto;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #d83137;
        width: 28px;
        height: 3px;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 10px 15px;
    }

    .navbar-collapse>ul>li:hover>a,
    .navbar-collapse>ul>li.active>a {
        color: #cb3a4a !important;
    }

    .container {
        padding: 0 20px;
    }

    .scroll-down-arrow {
        display: none;
    }

    .bannerSection {
        height: 32%;
    }

    .bannerSection .owl-theme .owl-pagination {
        bottom: 10px;
    }

    .bannerSection .owl-theme .owl-buttons>div {
        position: absolute;
        bottom: 13vh;
        z-index: 2;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px !important;
    }

    .bannerSection .owl-theme .owl-buttons>div.owl-prev {
        left: 10px;
    }

    .bannerSection .owl-theme .owl-buttons>div.owl-next {
        right: 10px;
    }

    .scrollup {
        right: 0;
        bottom: 0;
    }

    .footerMenu ul li {
        margin: 10px 0;
    }

    .overviewBlock {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }

    .containerWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
        position: relative;
        top: initial !important;
        bottom: -20px !important;
        right: initial !important;
    }

    .toppers-block {
        height: 470px;
        margin: 10px
    }

    .topperBlockImg {
        height: 350px;
    }

    .toppers-block .toppers-description h5 {
        padding: 10px 0px 0px 0px;
        height: 50px;
    }

    .toppers-block .toppers-description h4 {
        font-size: 26px;
    }

    .mediaGalleryBlock {
        height: 320px;
    }

    .down-arrow-box {
        display: none;
    }

    .footer {
        height: auto;
    }

    /* .footerlogo {
    position: unset;
    margin-top: 10px;
    width: 100%;
    height: auto;
} */

    .newsImg {
        padding: 0px;
    }

    .newsImg img {
        border-radius: 5px;
    }

    .clock {
        width: 50%;
        float: right;
        text-align: center;
        height: 50px;
    }

    .footerStrip .lastupt {
        float: left;
        width: 50%;
        height: 50px;
        text-align: center;
        padding: 0;
        padding-top: 10px;
        border-left: 0px;
    }

    .footerStrip p {
        padding: 5px 5px 5px 5px;
    }

    .col-md-5.text-right {
        border-top: 1px solid #fff;
    }
}

@media (max-width: 650px) {
}

@media (max-width: 320px) {
    .navbar-brand img {
        height: 28px;
    }

    .navbar-toggle {
        margin-top: -40px;
    }

    .RecentActivies .productsItem .productsItemImg {
        height: 225px;
    }

    .mediaGalleryBlock {
        height: 260px;
    }
}


#currentDate {
    color: #fff;
    background: transparent;
    border: none;
    text-align: center;
}