@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap');
/*** 

====================================================================
    Resetead
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/

:root {
    --roboto: "Roboto", sans-serif;
    --ubuntu: "Ubuntu", sans-serif;
    --aleo: "Aleo", serif;
    --BaskervilleBT: "BaskervilleBT";
    --BaskervilleItalicBT: "BaskervilleItalicBT";
    --BaskervilleBoldItalicBT: "BaskervilleBoldItalicBT";
    --BaskervilleBoldBT: "BaskervilleBoldBT":;
    --theme-primary: #374489;
    --theme-secondary: #FFDA60;
    --fw-normal: normal;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
    --fw-bold: bold;
}

@font-face {
    font-family: "BaskervilleBT";
    src: url("../font/BaskervilleBT.ttf")
}

@font-face {
    font-family: "BaskervilleItalicBT";
    src: url("../font/BaskervilleItalicBT.ttf")
}

@font-face {
    font-family: "BaskervilleBoldItalicBT";
    src: url("../font/BaskervilleBoldItalicBT.ttf")
}

@font-face {
    font-family: "BaskervilleBoldBT";
    src: url("../font/BaskervilleBoldBT.ttf");
}

@font-face {
    font-family: "sourceserif";
    src: url("../font/SourceSerifPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: "subheading";
    src: url("../font/Fontspring-DEMO-theseasons-reg.otf") format("opentype");
}

.text-itallic {
    color: var(--theme-primary);
    font-style: italic;
    font-weight: var(--fw-500);
}

body {
    font-size: 14px;
    color: #1A1818;
    line-height: 25px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: var(--roboto);
}

.bg-theme-primary {
    background: var(--theme-primary) !important;
}

.text-theme-primary {
    color: var(--theme-primary) !important;
}

.btn-theme-primary {
    background: var(--theme-primary) !important;
    color: white;
    transition: all 0.3s ease-in-out;
}

.btn-theme-primary:hover {
    color: white;
    filter: brightness(0.9);
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #000000;
}

.fs-14 {
    font-size: 14px !important;
}

.ff-sub {
    font-family: "subheading", sans-serif !important;
    font-weight: bold;
}

.ff-source {
    font-family: "sourceserif", sans-serif !important;
    font-weight: bold;
}

.lh {
    line-height: 0 !important;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee-div {
    height: 30px;
    font-size: 15px;
}

.marquee-text {
    position: absolute;
    white-space: nowrap;
    font-weight: 500;
    padding-left: 100%;
    animation: marquee 45s linear infinite;
}

.marquee-text:hover {
    animation-play-state: paused;
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

/* Btn style */

/*  Scroll To Top style */

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #ffffff;
}

@keyframes flashLink {
    0% {
        background-color: var(--theme-secondary);
    }
    70% {
        color: white;
    }
    100% {
        color: white;
        background-color: red;
    }
}

.blink-animate {
    animation: flashLink 0.5s linear infinite alternate;
}

@keyframes blinking {
    from {
        color: red;
    }
    to {
        color: var(--theme-secondary);
    }
}

.blinking-text {
    animation: blinking 0.5s linear infinite alternate;
}

/* Header Style */

.top_admission a {
    white-space: nowrap;
    background: var(--theme-secondary);
    padding: 6px 12px 6px 0;
    font-weight: 500;
    animation: flashLink 0.5s linear infinite alternate;
}

.top_admission a span {
    background: var(--theme-primary);
    padding: 7px;
    margin-right: 7px;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    /* z-index: 9; */
    /* top: 0px;
    left: 0px; */
    /* background-color: #fff; */
    /* border-bottom: 2px solid #343F64; */
    clear: both;
}

.main-header.header-style-one .auto-container,
.header-upper .auto-container,
.container.auto-container {
    max-width: 1520px;
}


.main-header.header-style-one {
	position: absolute;

}


/* Header Top */

.rs-toolbar {
    padding: 4px 0 5px;
    font-size: 12px;
    position: relative;
    
    /* background-position: center; */
    background-position: top 0px left -10rem;
    background-size: cover;
}

.rs-toolbar .container {
    position: relative;
    z-index: 2;
}

.header-top {
    position: relative;
    padding: 0;
    display: none;
}

.main-header .rs-toolbar-start a {
    color: #fff;
    font-size: 12px;
}

.main-header .rs-toolbar-start a i {
    margin-right: 5px;
}

.header-top .inner-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-top .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* .header-top .left-column .left-img-column {
    transform: translateY(-12px);
} */

.header-top ul.contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top ul.contact-info li {
    margin-right: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-right: 20px;
}

.header-top ul.contact-info li:before {
    position: absolute;
    content: '';
    top: 5px;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
}

.header-top ul.contact-info li:last-child:before {
    display: none;
}

.header-top ul.contact-info a {
    color: #fff;
}

.header-top ul.contact-info li i {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.header-top .social-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.header-top .social-icon.xl-social-icon {
    display: flex !important;
}

.header-top .social-icon li {
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
}

.header-social ul li {
    display: inline-block;
}

.header-social ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    transition: all .3s ease 0s;
    line-height: 31px;
    font-size: 14px;
    border-radius: 42px;
    font-weight: normal;
    margin-right: 5px;
}

.header-top .social-icon li:last-child {
    margin-right: 0px;
}

.left-img-column img {
    max-width: 400px;
    margin-right: 20px;
    margin-top: 5px;
}

a.fb-color {
    background: #3e5c9a !important;
}

a.ld-color {
    background: #0c63bc !important;
}

a.tw-color {
    background: #1c9cea !important;
}

a.ins-color {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.fb-bg {
    background: #3e5c9a;
}

.ins-bg {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.fb-bg:hover {
    background: #3e5c9a !important;
}

.insta-bg:hover {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.ld-bg:hover {
    background: #0c63bc !important;
}

.yb-bg:hover {
    background: #c3271a !important;
}

.header-top .social-icon li a {
    background: #fff;
    transition: .5s;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 42px;
    font-size: 14px;
}

.header-top .social-icon li a.erp-login {
    width: auto;
    background: #fff;
    color: #013300;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 4px;
    font-weight: 500;
}

.header-top .social-icon li a:hover {
    background: #fff;
    color: #013300;
}

ul.btns-link {
    max-width: 600px;
    text-align: right;
}

ul.btns-link li {
    display: inline-block;
    margin-left: 1px;
    /* margin-top: 8px; */
}

ul.btns-link li:first-child {
    margin-left: 0px;
}

ul.btns-link li a {
    display: inline-block;
    /* border: 1px solid #F26A38; */
    padding: 3px 12px;
    font-size: 12px;
    /* color: #F26A38; */
    border-radius: 4px;
    font-weight: 400;
}

ul.btns-link .border-li {
    border: 1px solid #F26A38;
    border-radius: 4px;
    padding: 4px;
}

ul.btns-link .border-li a {
    background: #F26A38 !important;
    color: #fff !important;
}

ul.btns-link .border-li1 {
    border: 1px solid #03834B;
    border-radius: 4px;
    padding: 4px;
}

ul.btns-link .border-li1 a {
    background: #03834B !important;
    color: #fff !important;
}

ul.btns-link li .cbse-btn {
    padding: 7px 12px !important;
    color: #fff;
    background: var(--theme-secondary) !important;
}

ul.btns-link li .tour-btn {
    padding: 7px 12px !important;
    color: #000000;
    background: #FFC000 !important;
}

/* ul.btns-link li a:hover {
    background: #F26A38;
    color: #fff;
} */

ul.btns-link li a.bg-warning {
    color: #3A3A39;
    border-color: #D2D700;
    background: #D2D700;
}

.border-primary-btn {
    border: 1px solid #343F64 !important;
    color: #343F64 !important;
}

.fixed-link-container-right {
    position: fixed;
    top: 50%;
    right: 18px;
    z-index: 9999999;
    transform-origin: right;
    transform: rotate(-90deg);
    margin-top: -125px;
    z-index: 99;
}

.fixed-link-container-right .fixed-link-inner-container a {
    background: #D2D700;
    color: #000000;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 4px 4px 0px 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 5px 0px 0px;
}

/* Header Upper */

.header-upper .navbar-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 50px;
}

.header-upper {
    position: relative;
    z-index: 222;
    padding: 3px 0 5px 0;
    /* background: #03834B; */
}

.sticky-header .header-upper {
    padding: 10px 0 !important;
    margin-top: 30px;
}

.header-internal .header-upper {
    background: #fff;
}

.header-upper .inner-container {
    position: relative;
    /* min-height: 62px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-upper .logo-box {
    z-index: 10;
}

.header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 6px 0px;
}

.header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-upper .search-btn {
    margin-left: 35px;
    padding-left: 20px;
    line-height: 20px;
    border-left: 1px solid #919191;
    margin-right: 20px;
}

.header-upper .link-btn a {
    vertical-align: middle;
}

.header-upper .search-toggler {
    color: #000;
    background: transparent;
    font-size: 22px;
}

.nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    /* padding-top: 20px; */
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    /* margin-left: 50px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* align-items: flex-end; */
    background: linear-gradient(to right, #1e3c72, #6397d0, #374687);;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 8px;
}

.main-menu .navigation>li {
    position: relative;
    /* padding: 5px 0px; */
    /* margin-right: 25px; */
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.current:before {
    opacity: 1;
}

.main-menu .navigation>li.current>a:before {
    opacity: 1;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    /*font-size: 15px;*/
    line-height: 26px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: var(--fw-600);
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.navigation li a::before {
    content: "";
    width: 1px;
    background-color: #22222226;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

ul.navigation li:nth-child(4) a::before {
    display: none;
}

ul.navigation li:last-child a::before {
    display: none;
}

li.dropdown ul li a::before {
    display: none !important;
}

.header-internal .main-menu .navigation>li>a {
    color: #070707;
}

/* .main-menu .navigation>li>a:hover,
.main-menu .navigation>li.current>a,
.header-internal .main-menu .navigation>li>a:hover,
.header-internal .main-menu .navigation>li.current>a {
    color: var(--theme-primary); 

} */

.main-menu .navigation>li>a:hover,
.header-internal .main-menu .navigation>li>a:hover {
    color: var(--theme-secondary);
    /* background: #F26A38; */
}

.main-menu .navigation li ul li {
    transition: all 0.3s;
}

.main-menu .navigation>li>ul>li:hover {
    background: var(--theme-secondary);
    padding-left: 25px;
    font-weight: 500;
    padding-right: 15px;
}

/* .main-menu .navigation>li.current>a {
    border-top: 1px solid #F6C840;
    border-bottom: 1px solid #F6C840;
} */

.header-top .social-icon li a:hover {
    color: var(--theme-primary);
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li.active a {
    color: var(--theme-primary);
    /* font-weight: 500; */
    text-transform: uppercase;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-primary);
}



.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 156px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation .dropdown ul li.current:after {
    display: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #e9e5df;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: FontAwesome;
    font-weight: 400;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px solid #e9e5df;
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .header-upper .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.main-header .header-upper .contact-info .icon {
    position: relative;
    font-size: 24px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #e1eeeb;
    border-radius: 50%;
    margin-right: 15px;
    color: #126051;
    transition: .5s;
}

.main-header .header-upper .contact-info:hover .icon {
    color: #fff;
}

.main-header .header-upper .contact-info .icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.main-header .header-upper .contact-info:hover .icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main-header .header-upper .contact-info .icon span {
    position: relative;
}

.main-header .header-upper .contact-info h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.main-header .header-upper .contact-info h4 {
    font-size: 26px;
    font-weight: 700;
}

.main-header .header-upper .contact-info h4 a {
    color: #222;
}

.menuup .main-menu .navigation>li>ul {
    top: auto;
    bottom: 100%;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.header-internal .menuup .main-menu .navigation>li>ul {
    top: 100%;
    bottom: auto;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/*** 

====================================================================
 header end
====================================================================

***/

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    /* background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10); */
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
    background: transparent;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 0spx;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 25px 20px;
    text-align: left;
    margin: 0;
    background: #fff;
}

.mobile-menu .nav-logo img {
    max-width: 225px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.30;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--theme-primary);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 5px;
    top: 10px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: var(--theme-secondary);
    cursor: pointer;
    z-index: 10;
    font-weight: normal;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    color: #ffffff;
    /* text-transform: uppercase; */
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li:before {
    position: absolute;
    left: 22px;
    font-family: FontAwesome;
    font-weight: 800;
    content: "\f178";
    top: 15px;
    line-height: 15px;
    color: #fff;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 5px 10px;
}

/* Hidden Bar */

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*** 

====================================================================
        Banner Section
====================================================================

***/

.accordion .collapsed .accordion-btn-down {
    transform: rotate(-90deg);
}

.accordion-btn-down {
    transform: rotate(0deg);
    color: var(--theme-primary);
    transition: all 0.3s;
}

.accordion .active-card::before {
    color: white;
}

.accordion .active-header {
    background: var(--theme-primary);
}

.accordion .active-header .btn {
    color: #fff !important;
}

.accordion .active-header .accordion-btn-down {
    color: white;
}

/* accordion code  */

.accordion .carousel-item {
    height: 220px;
    background: var(--light);
}

.accordion .carousel-item img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.accordion .card-header {
    text-transform: uppercase;
}

.accordion .carousel-control-next,
.accordion .carousel-control-prev {
    background: var(--theme-primary);
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion .btn:focus {
    box-shadow: none;
}

.accordion .card-header {
    padding-right: 0;
}

/* .accordion .card {
    counter-increment: heading-count;
} */

/* .accordion .card::before {
    content: counter(heading-count);
    position: absolute;
    top: 1.14rem;
    font-size: 1rem;
    left: 0;
    width: 30px;
    text-align: center;
} */

.accordion>.card:first-of-type,
.accordion>.card:last-of-type {
    border-radius: 0 !important;
}

/* accordion code end  */


/* Main Footer */

.main-footer {
    position: relative;
    /* margin-top: -35px; */
}

.main-footer:before {
   
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #00000021; */
    z-index: 9;
}



@media only screen and (min-width: 992px) {
    .main-footer .about-widget {
        margin-right: -30px;
    }
    .main-footer .newsletter-widget {
        margin-left: 10px;
        z-index: 9;
    }
    /* .main-footer .contact-widget {
        margin-left: 15px;
    } */
    .main-footer .links-widget {
        position: relative;
        margin-left: 85px;
        margin-right: -30px;
    }
}


/* Header style two */

.main-header .header-upper .sidemenu-nav-toggler {
    position: relative;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin-left: 30px;
}



/* Page Title */


.main-title {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--theme-primary);
    font-family: var(--aleo);
}

.head-border-img {
    max-width: 90px;
    transform: translateY(-10px);
}

/* 
.page-title {
    position: relative;
    padding: 60px 0;
    text-align: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    border-top: 1px solid #ffffff4a;
} */

.page-title {
    position: relative;
    padding: 20px 0;
    text-align: center !important;
    background-position: center;
    
    background-size: 100% 100%;
    /* display: flex;
    justify-content: center;
        align-items: end;
        min-height: 288px; */
}

.page-title .content-box {
    display: flex;
    z-index: 1;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: end;
    min-height: 340px;
    /* min-height: 377px; */
}



.title-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-title h1 {
    font-size: 26px;
    color: #fff;
    /* line-height: 42px; */
    /* margin-bottom: 10px; */
    font-weight: 500;
    line-height: 20px;
    font-family: "Aleo", serif;
    text-shadow: 0px 3px 6px var(--theme-primary);
    /* padding-bottom: 25px; */
    /* display: flex;
                justify-content: center;
                align-items: center; */
}




.page-title .bread-crumb {
    position: relative;
}

.page-title .bread-crumb li {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 35px;
}

.page-title .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.page-title .bread-crumb li:before {
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
    /* transform: rotate(180deg); */
    font-weight: 400;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #fff;
}



section .owl-carousel .owl-nav button.owl-next,
section .owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--theme-primary);
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

section .owl-carousel .owl-nav button.owl-next {
    right: -45px;
    background: url(assets/images/icons/right-arrow.png) no-repeat center center !important;
    background-color: var(--theme-primary) !important;
    background-size: 19px !important;
}

section .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
    background: url(assets/images/icons/left-arrow.png) no-repeat center center !important;
    background-color: var(--theme-primary) !important;
    background-size: 19px !important;
}

section .owl-carousel .owl-nav button.owl-next span,
section .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

section .owl-carousel .owl-nav {
    text-align: center;
}

/* section .owl-carousel .owl-nav button.owl-next {
    left: 62px;
}

section .owl-carousel .owl-nav button.owl-prev {
    left: 0;
} */

.main-menu .navigation>li.dropdown:nth-child(8) .dropdown-btn,
.main-menu .navigation>li.dropdown:nth-child(9) .dropdown-btn,
.main-menu .navigation>li.dropdown:nth-child(10) .dropdown-btn {
    display: none !important;
}

#newModalCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--theme-secondary);
}

#newModalCarousel .carousel-indicators .active {
    background-color: var(--theme-secondary);
}

@media only screen and (min-width: 992px) {
    #newmodal .modal-dialog {
        max-width: 580px;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-menu .navigation {
        max-height: 70vh;
        overflow: auto;
    }
}

@media only screen and (max-width: 768px) {
    .notice-title .notice-title-content h5 {
        font-size: 16px;
    }
    .notice-wrp-bottom .notice-title .notice-title-view img {
        width: 150px !important;
    }
}

.modal-backdrop.show {
    display: none;
}


.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    background: var(--theme-primary);
    opacity: 1;
    color: #fff;
    text-shadow: none;
    display: inline-block;
    padding: 0 4px 8px 8px;
    border-radius: 0 0 0 42px;
    cursor: pointer;
    z-index: 22;
}



#newmodal .modal-dialog .modal-dialog-centered {
    width: 100%;
}

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

.owl-nav button {
    width: 40px;
    height: 29px;
    background: var(--theme-secondary);
    color: #fff;
    margin-right: 1px;
}

.owl-nav button i {
    font-size: 14px;
    font-weight: 400;
}

.owl-nav button:last-child {
    margin-right: 0;
}

.nav-logo {
    display: flex;
    z-index: 99;
    padding: 0 25px;
}

.nav-logo .navbar-brand {
    margin-right: 0;
}


.socialtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* .social-left{
    width: 50%;
        display: flex;
    justify-content: center;
    position: relative;
} */

.info-right {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.info-right ul {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

/* .info-right ul li a {
    color: #ffffff !important;
    text-align: center;
    transition: all .3s ease 0s;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    padding: 0 6px;
} */

.info-right ul li a {
	color: #fff !important;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	transition: 0.3s;
	background: #00000036;
	padding: 2px 10px;
	border-radius: 5px;
}

.info-right ul li a:hover {
    color: white !important;
}

.sticky-header .nav-outer {
    padding-top: 0;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 5px 15px;
}

.btn-top-row {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 530px;
    max-width: 100%;
    margin-top: 5px;
    /* transform: translateX(-6.4%); */
    /* transform: translateX(-1.2%); */
}

/* .btn-col span {
    margin: 2px 15px;
    background: var(--theme-primary);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: var(--theme-secondary);
    font-size: 12px;
    font-weight: var(--fw-500);
    padding: 2px 10px;
} */


#newmodal .carousel-control-next,
#newmodal .carousel-control-prev {
    background-color: var(--theme-primary);
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes shine {
    0% {
        left: -150%;
    }
    50% {
        left: 50%;
    }
    100% {
        left: 150%;
    }
}

.btn-col span:hover {
    color: #fff;
}

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

#fixed-social {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    /* margin-bottom: 1px; */
    z-index: 2;
    font-size: 22px;
    border: 1px solid #ffffff52;
}

#fixed-social a:hover>span {
    visibility: visible;
    left: 39px;
    opacity: 1;
    top: -1px;
}

#fixed-social a span {
    line-height: 39px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    font-size: 15px;
    height: 40px;
    font-weight: 400;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    border: 1px solid #ffffff52;
    display: none;
}

.fixed-facebook {
    background-color: #3E5C9A;
}

.fixed-facebook span {
    background-color: #3E5C9A;
}

.fixed-twitter {
    background-color: #7D3895;
}

.fixed-twitter span {
    background-color: #7D3895;
}

.fixed-linkedin {
    background-color: #117BB8;
}

.fixed-linkedin span {
    background-color: #117BB8;
}

.fixed-youtube {
    background: #F61C0D;
}

.fixed-youtube span {
    background: #F61C0D;
}

.fixed-whatsapp {
    background: #55CD6C;
}

.fixed-whatsapp span {
    background: #55CD6C;
}

.fixed-instagrem {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.fixed-instagrem span {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    ;
}

/*end fixed social*/



.banner-ul li a:hover span:first-child {
    border: 3px solid var(--theme-primary);
}

.banner-ul li span:last-child {
    display: flex;
    align-items: center;
    background: var(--theme-secondary);
    padding: 3px 7px;
    flex-grow: 1;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.banner-ul li span:last-child::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-right: 10px dashed var(--theme-secondary);
    border-bottom: 10px dotted transparent;
    border-left: 10px double transparent;
}

.banner-ul li a {
    cursor: pointer;
    font-size: 14px;
    font-weight: var(--fw-500);
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.banner-ul li span:first-child {
    width: 35px;
    height: 35px;
    background: white;
    padding: 4px;
    border: 1px solid var(--theme-primary);
    display: flex;
    margin-right: 7px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.banner-ul li span img {
    max-width: 22px;
}

.wh-new {
    display: flex;
}

.wh-title {
    font-size: 16px;
    width: 144px;
    display: block;
    /* height: 30px; */
}

.marquee-div {
    flex: 1;
}

.marquee-div a {
    font-size: 14px;
}

@media (min-width: 768px) {
    .wh-title {
        font-size: 18px;
        width: 25%;
    }
    .marquee-div a {
        font-size: 16px;
    }
}

.edu-img {
    max-width: 12px !important;
}

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



@keyframes blink {
    0%,
    100% {
        background-color: var(--theme-primary);
    }
    50% {
        background-color: var(--theme-secondary);
    }
}



/* ------------news-card end--------------- */

.view-btn {
    background: var(--theme-secondary);
    color: var(--theme-primary);
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 10px;
    transition: .3s ease all;
    font-weight: var(--fw-500);
    border: 2px solid var(--theme-primary);
}

.view-btn:hover {
    /* background: var(--theme-secondary);
    border: 2px solid var(--theme-primary);
    color: var(--theme-primary); */

    background: var(--theme-primary);
    border-radius: 10px;
    color: #fff;  
}

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


.owl-dots {
    text-align: center;
    line-height: .8;
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background: #d2dce5 !important;
    transition: .3s;
    -webkit-transition: .3s;
    margin: 0 4px;
    display: inline-block;
    opacity: 1;
    position: relative
}

.owl-dots .owl-dot:last-child:after {
    display: none
}

.owl-dots .owl-dot.active {
    width: 15px;
    opacity: 1;
    background: var(--theme-primary) !important
}

.gallery-top .owl-nav button.owl-next {
    right: -15px !important;
}

.gallery-top .owl-nav button.owl-prev {
    left: -15px !important;
}

.gallery-top .post-thumb {
    height: 290px;
}

/* ---------------------donald sir css  gallery------------------ */



.item-title {
    position: absolute;
    z-index: 111;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    transition: 0.3s ease all;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 10px;
    -moz-box-shadow: inset inset 0 -38px 46px -10px #000;
    -webkit-box-shadow: inset 0 -38px 46px -10px #000;
    box-shadow: inset 0 -38px 46px -10px #000;
}

.item-title p {
    font-size: 16px;
    font-weight: var(--fw-500);
    color: #fff;
    transition: 0.3s;
}

.gal-inn {
    width: 100%;
    height: 100%;
    box-shadow: 3px 3px 15px #00000059;
    border: 2px solid #374489;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}



.gal-inn:hover .item-title {
    opacity: 0;
}

.post-thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.gallery-top .post-thumb {
    height: 290px;
}

.post-thumb img {
    transition: 0.3s ease all;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.gal-inn:hover img {
    transform: scale(1.1);
}

.head-border-img1 {
    max-width: 75px;
    margin: 2px auto 0 auto;
}

.head-border-img2 {
    max-width: 105px;
    margin: 0px auto 0 auto;
}



/*------------ end workshop, spots, teaching code--------------------------------------- */


.terms {
    color: var(--theme-primary);
    font-size: 20px !important;
    display: inline-block;
    font-weight: 500 !important;
    line-height: 30px;
    letter-spacing: 0;
    font-family: "Ubuntu", sans-serif;
}

.privacy {
    color: var(--theme-secondary);
    font-size: 21px;
}

.home-icon img {
    /* filter: invert(1); */
    height: 28px;
}

.main-menu i {
    font-size: larger;
    padding: 0px 6px;
}

.about-h2 {
    font-size: 20px;
}

.director-class .list-group-item {
    padding: 0rem 1.25rem !important;
}

.welcard2 {
    background: #ffffff;
    box-shadow: 0px 0px 12px #00000024;
    border-radius: 4px;
    padding: 20px 20px;
}


.img-card {
    padding: 5px;
    position: relative;
}

.img-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(181deg, #FFFFFF00 0%, #10101069 73%, #101010A8 100%) 0% 0% no-repeat padding-box;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 10px;
}



.img-card .card-img {
    position: relative;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0px 3px 43px #00000029;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
}



.img-card .card-img img {
    transition: 0.3s;
}

.img-card:hover .card-img img {
    transform: scale(1.1);
}




.about-inner-section h3 {
    font-weight: 600;
    color: var(--theme-primary);
    margin-bottom: 15px;
    font-size: 20px;
}

.about-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.admission-tr {
    background: var(--theme-primary);
    color: var(--theme-secondary);
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
}

.wing-img {
    position: relative;
    overflow: hidden;
    /* height: 340px; */
}


@keyframes changeColor {
    0% {
        border-color: #fff;
    }
    70% {
        border-color: var(--theme-secondary);
        /* Change to orange after the animation */
    }
}



.about-sec {
    background: url('../images/Slider2.png') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.about-sec1 {
    background: linear-gradient(to right, 
    rgba(30, 60, 114, 0.8),  /* #1e3c72 with 80% opacity */
    rgba(99, 151, 208, 0.7), /* #6397d0 with 70% opacity */
    rgba(55, 70, 135, 0.9)   /* #374687 with 90% opacity */
  ),
  url('../images/news-bg.jpg') no-repeat center;

    /* background: url('../images/news-bg.jpg') no-repeat; */
    
    background-position: center center;
    background-size: 100% 100%;
}

.ab-box1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 3px 6px #0000001F;
    border: 2px solid #1f3d74;
    border-radius: 30px;
}

.ab-box1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease all;
}

.ab-box {
    position: relative;
    width: 100%;
    height: 195px;
    overflow: hidden;
    box-shadow: 0px 3px 6px #0000001F;
    border: 2px solid #1f3d74;
    border-radius: 30px;
}

.ab-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease all;
}

.about-left-col {
    position: relative;
}

.about-left-col .title {
    /* background-color: var(--theme-secondary); */
    /* color: var(--theme-primary); */
    /* font-weight: 600; */
    position: absolute;
    bottom: -36px;
    width: 100%;
    /* right: 0px; */
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 13px;
    /* box-shadow: 0px 3px 12px #070B9969; */
    /* border-radius: 6px; */
    line-height: 1.4;
}

.about-hover-row:hover .ab-box1 img,
.about-hover-row:hover .ab-box img {
    transform: scale(1.1);
}

.ab-ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.ab-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background: var(--theme-primary);
    transform: rotate(45deg);
}

.wave {
    position: absolute;
    top: 0;
    left: -30px;
    max-width: 100px;
}



.img-n1 {
    max-width: 230px;
}

.img-n2 {
    max-width: 30px;
    margin-bottom: 10px;
}

.itallic {
    font-style: italic;
}

h5.news-header1 {
    background-color: var(--theme-primary);
    color: #fff;
    font-size: 16px;
    padding: 9px 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-header1 img {
    max-width: 25px;
    margin-right: 5px;
}

.birthcard {
    min-height: 300px;
    position: relative;
}

/* 
.schname {
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
    
} */

.birthwish {
    text-align: center;
    font-size: 16px;
}

.birthwish span {
    color: var(--theme-primary);
    font-weight: var(--fw-500);
}

.stu-name {
    /* background: #f9f9f9;
  border-radius: 15px 0px 12px 0px; */
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 20px;
}

.stu-name1 {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 20px;
}

.bhead {
    /* background: url() no-repeat;
        background-position: center;
        background-size: 100% 100%; */
    padding: 15px 2px;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

.curton {
    position: absolute;
    top: -10px;
    left: 0;
    max-width: 100%;
    /* background: url() no-repeat; */
    /* background-position: center; */
    /* background-size: 100% 100%; */
    z-index: -1;
}

.yellow-wish {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 13px;
    color: var(--theme-primary);
    padding: 5px 13px;
    background: var(--theme-secondary);
    border-radius: 0 25px 0 0;
}

.stupara {
    font-size: 13px;
    text-align: center;
    color: var(--theme-primary);
    font-style: italic;
}

.stu-date {
    color: #222222;
    text-align: center;
}

.stu-img {
    width: 165px;
    height: 165px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px;
}

.stu-img .img_student {
    box-sizing: border-box;
    object-fit: fill;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 114px !important;
    height: 114px;
    border-radius: 6px;
    z-index: -1;
}

.bday_imgframe {
    width: 100%;
    height: 100%;
    position: relative;
}

.cake-par {
    position: absolute;
    bottom: 0;
    right: 0;
}

.gift-box {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bcake {
    max-width: 100px;
    transform: translate(0px, -5px);
}

.birthday-l {
    position: absolute;
    left: -7px;
    top: 0;
    max-width: 154px;
}

.birthday-r {
    position: absolute;
    right: -7px;
    top: 0;
    max-width: 154px;
}

.birth-bal {
    max-width: 185px;
}

.birthcake {
    max-width: 150px;
}

.birthdayc-l {
    position: absolute;
    left: 5px;
    top: 65px;
    width: 38px !important;
}

.birthdayc-r {
    /*
        left: -58px;
        z-index: -1; */
    position: absolute;
    top: 0;
    left: -75px;
    width: 109px !important;
    /* z-index: 999; */
    z-index: -1;
}

.image-effect {
    position: relative;
    width: 80px;
}

.image-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: img-shine 2s infinite;
}

@keyframes img-shine {
    0% {
        left: -100%;
        /* Start outside from the left */
    }
    100% {
        left: 100%;
        /* Move across the image and end outside from the right */
    }
}

.home-banner {
    position: relative;
    overflow: hidden;
    /*min-height: 88vh;*/
}

.video-container {
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 88vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    background-size: cover;
}

.video-container video {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 575px) {
    .home-banner {
        min-height: 40vh;
    }
    .video-container {
        height: 40vh;
    }
}

.gal-session {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 255px;
    max-width: 100%;
    background: var(--theme-primary);
    border: 1px solid var(--theme-primary);
}

.gal-session label {
    color: #fff;
    font-size: 14px;
}

.gal-session .custom-select {
    max-width: 130px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    border-radius: 0;
}

.gal-date {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.menu-horizontal {
    position: relative;
    background: var(--theme-primary);
    border-top: 2px solid var(--theme-secondary);
    padding: 10px 15px;
}


.inner-page-img {
    position: relative;
    /* margin-bottom: 20px; */
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 03s;
    /* height: 350px; */
    /* margin: 5px; */
    /* height: 80vh; */
}

.inner-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.faci-card {
    background: #fff;
    box-shadow: 0 0 10px #0000001c;
    padding: 20px;
}

.inn-con {
    padding: 25px;
    text-align: center;
}

.inn-con p {
    margin-bottom: 0;
}

.info_1 {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #a6a6a6;
    box-shadow: 0 1px 0 0 #fff;
    padding: 10px 0;
}

.info_1 .in_imgs {
    width: 40px;
    max-width: 40px;
    margin-right: 20px;
    height: 40px;
}

.info_se {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-con-ti {
    border-bottom: 2px solid #a6a6a6;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.post_in {
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.post_d {
    display: inline-block;
    padding: 0px 15px 4px 15px;
}

.sec_heading {
    width: 100%;
    text-align: center;
}

.heading_auto_new,
.heading_auto {
    border-bottom: 1px solid #a6a6a6;
    box-shadow: 0 1px 0 0 #fff;
}

.detail-info {
    border-right: 1px solid #a6a6a6;
    padding-right: 30px;
}

.heading_auto {
    border-bottom: 1px solid #707070;
    padding: 3px 11px;
    display: inline-block;
}

h2.heading_master {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-primary);
    text-transform: uppercase;
    text-align: center;
    line-height: 33px;
}


.btn-brand,
.btn-brand:hover {
    background: var(--theme-primary);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 0;
}

.num-ul ul li {
    margin-bottom: 5px;
}

.error {
    color: red;
    margin-bottom: 0px !important;
}

.img-con-ti img {
    width: 50px;
}


.timing-t {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

/* Add animation */

@keyframes ripple {
    from {
        width: 0;
        height: 0;
        opacity: 1;
    }
    to {
        width: 1000px;
        height: 1000px;
        opacity: 0;
    }
}

.effect-rip,
.btn {
    position: relative;
    overflow: hidden;
}

.effect-rip span.rip-ring,
.btn span.rip-ring {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.1);
    width: 0;
    height: 0;
    border-radius: 50%;
    display: block;
    animation: ripple 1s alternate
}

.fixed-button {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
    font-weight: 500;
}

.fixed-button a.btn {
    line-height: 1.3;
    font-size: .875rem;
    width: max-content;
}

@media (min-width: 768px) {
    .fixed-button a.btn {
        line-height: 0.7;
    }
}

.new_tooltip {
    --tt-color: rgb(255, 38, 0);
    position: absolute;
    background: var(--tt-color);
    color: white;
    left: 0;
    top: -100%;
    font-size: .5em;
    display: inline-block;
    padding: 4px 6px;
    font-weight: 500;
}

.new_tooltip::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border: 4px solid transparent;
    border-top-color: var(--tt-color);
}

.inner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 -90px 60px -40px rgb(9,91,166);
}

.principal {
    position: absolute;                            
    background: linear-gradient(to right, #1e3c72, #6397d0, #374687);
    color: #fff;
    font-weight: 600;
    font-size: larger;
    padding: 5px 30px;
    width: 80%;
    border-radius: 40px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 3px 43px #00000029;
}

.paragraph-class span {
    color: red;
   }

   .table th {
    font-size: larger;
    font-weight: 600;
}
   .table td {
     font-weight: 600;
}

.table td {
    border: 1px solid #000;
}

.carousel-inner img {
    position: relative;
    width: 100%;
    height : 800px;
}
.carousel-prev-icon {
    position: relative;
    background: rgb(253, 253, 213);
    border-radius: 150px;
    padding: 8px 10px;
    text-align: center;
}
.carousel-next-icon {
    position: relative;
    background: rgb(253, 253, 213);
    border-radius: 150px;
    padding: 8px 10px;
    text-align: center;
}



.rounded-card:hover .quotes-icon i{
  color: #FFFFFF38;
} 
.event-card {
  border: 1px solid #374489;
  margin: 17px 0;
  border-radius: 3px;
  transition: 0.3s;
      min-height: 209px;
}

.event-card .event-date {
  background: #374489;
  display: inline-block;
  color: #fff;
  padding: 10px 7px 10px 8px;
  margin-bottom: 15px;
  margin-top: -15px;
  line-height: 0.9;
  font-size: 20px;
  transition: 0.3s;
}

.event-card .event-date small {
  font-size: 11px;
}

.event-card .event-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.event-card .event-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.event-card .btn-cover {

    padding: 2px;
    display: inline-block;
    border-radius: 10px;
    /* background: #fff; */
    transform: translate(-50%, 0%);
    transition: 0.3s;
    position: absolute;
    left: 50%;
    bottom: 0;
}


.event-card .btn, .event-card .btn:hover, .event-card .btn:focus {
    background: var(--theme-secondary);
    border: 2px solid var(--theme-primary);
  font-size: 13px;
  transition: 0.3s;
  color: var(--theme-primary);
  border-radius: 10px;
}

.event-card:hover {
  background: #374489 !important;
  color: #fff;
  /* border-radius: 0 0 0 52px; */
}
.event-card:hover h5,
.event-card:hover p {
  color: #fff;
}
.event-card:hover .event-date,
.event-card:hover .btn {
  background:rgb(255, 255, 255);
  color: #374489;
}
/* .event-card:hover .btn-cover {
  border: 1px solid #BFBDBD;
} */


/* -----------------Button----------------- */
.view-btn1 {
	background: #fff;
	color: #374489;
	padding: 7px 15px;
	font-size: 14px;
	border-radius: 10px;
	transition: .3s ease all;
	font-weight: 500;
	/* border: 2px solid var(--theme-primary); */
}
.view-btn1:hover {
	background: var(--theme-primary);
	color:rgb(255, 255, 255);
	padding: 7px 15px;
	font-size: 14px;
	border-radius: 10px;
	transition: .3s ease all;
	font-weight: 500;
	border: 2px solid #fff;
}

            .event-image {

                background: linear-gradient(to right, 
    rgba(30, 60, 114, 0.8),  /* #1e3c72 with 80% opacity */
    rgba(99, 151, 208, 0.7), /* #6397d0 with 70% opacity */
    rgba(55, 70, 135, 0.9)   /* #374687 with 90% opacity */
  ),
  url('./assets/images/Slider21.jpg') no-repeat center;

  background-size: cover;

            }

            .main-title {
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color:rgb(55, 71, 136);
	font-family: var(--aleo);
}

/*-----------principal-----------*/

.text-color {
    color: #374489;
  }

.our_vertual_tour{
position: relative;
border: 1px solid #70707014;
}

.our_vertual_tour::after{
content: ''; 
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;

background:transparent linear-gradient(101deg, #5883BE2E 0%, #405696 100%);;
}


.btn_orange_outline:hover{
background-color: #F79530; 
color: #fff;
}

.tw-color img{
width: 12px;
height: 12px;
}
.ins-color img{
width: 14px;
height: 14px;
}
.ld-color i{
color: #e91616;
font-size: 15px !important;
}



.event-wrp {
    background: url("assets/images/2017-03-03-PHOTO-00005843.jpg");
    background-repeat: no-repeat;
    background-size: cover;
      background-position: center;
  }
  
  /* .news-content h3 {
    border-bottom: 2px #fff solid;
  } */
  .award-hr {
      max-width: 200px;
      margin: 3px 0 15px 0;
      background: #fff;
  }
  /* .news-content .main-title {
    width: 60%;
  } */
  
  .awards p {
    /* font-size: 13px; */
    color: #fff;
    font-weight: 400;
  }
  
  .gview-card .awards-header {
    width: 30%;
    padding: 0;
  }
  .gview-card .awards-header:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('../images/award-frame.png')
      no-repeat;
    background-size: contain;
    background-position: top 12px center;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .gview-card .awards-header img {
    border-radius: 50%;
    padding: 7px;
    background: transparent;
        height: 110px !important;
      width: 100%;
  }
  .gview-card .gview-content {
    width: 70%;
    padding-left: 15px;
  }
  .gview-card .gview-content h6 {
    background: #374489;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    /* border-radius: 42px; */
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .g-card {
    border: 1px solid #374489;
    transition: 0.3s;
        min-height: 269px;
        /* min-height: 197px; */
  }
  
  
  .g-card:hover .gview-content h6 {
    background-color: #BFBDBD;
    color: #2A2A2A;
  }
  

  /* -----------------------Footer Styling------------------------------ */
     .footerSection {

        background: linear-gradient(to right, #1e3c72, #6397d0, #374687);
 }


.text-theme-white {
 color: #fff !important;
}

.d-block {
 color: #fff;
}

.footer_add {
 z-index: 99;
 /* position: absolute; */
 max-width: 100%;
}
.cisoft a {
 color: #fff;
 cursor: pointer
}
.cisoft:hover a {
 color: #fe0000 !important;

}


.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #070b99;
    border: none;
    /* border-radius: 50%; */
    color: #ffda60;
    border: 2px solid;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s;
    z-index: 1111;
    position: absolute;
    left: 0px;
    top: 10px;
}

.button:hover {
    background-color: #ffda60;
    color: #070b99;
}

.button i {
    pointer-events: none;
}

.second-logo {
	max-width: 100px;
	transform: translate(-50%, -47%);
	position: absolute;
	left: 50%;
	top: 50%;
}